/*#ea6157 #ff9085 #fba94a #ffc444*/
/*#4b8983 #4bb7a2 #309cad #86e3bc*/

/*-------------------- common --------------------*/
html{
  scroll-behavior: smooth;
}
.highlight{
	color: #ed6452;
}
.title {
	font-size: 2.25rem;
	margin-bottom: 0.5rem;
	line-height: 1.2;
}
.btn-mainjoin{
	display: inline-block;
	font-size: 1.2em;
	border-radius: 50px;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0.1em;
	line-height: 1.2em;
	border: none;
	cursor: pointer;
	/* background-color: #f86259; */
	/* color: #FFF; */
	padding: 18px 40px;
}
.btn-mainjoin:hover {
	/* color: #fff; */
	/* background: #f86259bd; */
}
.btn-mainlogin{
	color: #333;
	font-size: 1.2em;
	vertical-align: middle;
	padding: 18px 20px;
}


@media (max-width: 767.99px) {
	.pc{
		display: none;
	}
	.mobile{
		display: block;
	}
}
@media (min-width: 768px) {
	.pc{
		display: block;
	}
	.mobile{
		display: none;
	}
}

/*------------ modal ------------*/
/*task_modal*/
.task_modal .modal-body .sub_title{
	padding: 0 0 1rem 0;
	font-weight: 600;
	font-size: 1.2rem;
}
.task_modal .modal-body .des{}
.task_modal .modal-body .des table{
	text-align: center;
}
.task_modal .modal-dialog{
	max-width: 60vw;
}
@media (max-width: 767.99px) {
	.task_modal .modal-dialog{
		max-width: 100%;
	}
}
/*//task_modal*/
/*normal*/
.modal-content .modal-body {
	text-align: center;
}
.modal-footer .btn-secondary{
	background-color: #b4bac0;
	border-color: #b4bac0;
}
.modal-footer .btn-secondary:hover{
	background-color: #939ba3;
	border-color: #939ba3;
}
.modal-footer .btn-primary{
	background-color: #ed6452;
	border-color: #ed6452;
	font-weight: 600;
}
.modal-footer .btn-primary:hover{
	background-color: #c13e36;
	border-color: #c13e36;
}
.modal-footer .btn-primary a{
	color: white;
	text-decoration: none;
}
/*//normal*/
/*------------ //modal ------------*/
/*---------- sec_title ----------*/
.sec_title_area {
	display: table;
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 2rem 0 2rem 0;
}
.sec_title_area .sec_title_box{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	position: relative;
	font-size: 2rem;
}
.sec_title_area .sec_title_box .sec_title {
	position: relative;
	display: inline-block;
	font-weight: 600;
}
.sec_title_area .sec_title_box .sec_title:after, .sec_title_area .sec_title_box .sec_title:before {
	content: " ";
	display: block;
	position: absolute;
	bottom: -.5em;
	width: 3rem;
	height: 100%;
	background-color: #de4a46;
	pointer-events: none;
}
.sec_title_area .sec_title_box .sec_title:after {
	right: -2rem;
	z-index: -1;
}
.sec_title_area .sec_title_box .sec_title:before {
	bottom: auto;
	top: -.5em;
	left: -2rem;
	z-index: -1;
}
.sec_title_area .sec_title_box .sec_title span {
	display: inline-block;
	position: relative;
	padding: 1rem 5rem;
	text-decoration: none;
	background-color: #ed6452;
	color: white;
}
.sec_title_area .sec_title_box .sec_title span:after, .sec_title_area .sec_title_box .sec_title span:before {
	content: " ";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	bottom: -.5em;
	left: -.05em;
	pointer-events: none;
	-webkit-mask: none;
}
.sec_title_area .sec_title_box .sec_title span:before {
	bottom: auto;
	top: -.5em;
	border-bottom: 0.5em solid #b32c2c;
	border-left: .5em solid transparent;
}
.sec_title_area .sec_title_box .sec_title span:after {
	left: auto;
	right: -.05em;
	border-top: 0.5em solid #b32c2c;
	border-right: .5em solid transparent;
}
/*---------- //sec_title ----------*/
/*---------- area_title ----------*/
.area_title{
	text-align: center;
}
.area_title .main_title{}
.area_title .main_title h2{
	position: relative;
	display: inline-block;
	font-weight: 600;
}
.area_title .main_title h2:before {
	background-color: #ffefb4;
	content: "";
	position: absolute;
	width: calc(100% + 4px);
	height: 60%;
	left: -2px;
	bottom: 0;
	z-index: -1;
	transform: rotate(-3deg);
}
.area_title .sub_title {
	padding: 0.5rem 0 2rem 0;
}
.area_title .sub_title h3{
	font-size: 1.5rem;
	font-weight: 600;
}
.area_title .main_title .task_area{}
.area_title .main_title .task_area .task_item{
	padding: 2rem;
}
@media (max-width: 767.99px) {
	.area_title .sub_title h3 {
		font-size: 1.3rem;
		margin: auto;
	}
	.sec_title_area .sec_title_box .sec_title span {
		padding: 1rem 3rem;
	}
}
/*---------- //area_title ----------*/


/*---------- rules_area ----------*/

.rules_area .main_title{
	font-size: 1.5rem;
	font-weight: 600;
}
.rules_area .sub_title h3{
	font-size: 1.5rem;
	font-weight: 600;
}
.rules_area .join-partner {
	filter: drop-shadow(5px 5px 2px #8e8e8eb0);
	color: #ed6452;
}

.rules_area .join-partner:hover{
	background: #FFF;
	filter: drop-shadow(0px 0px 10px #faa900ab);
}

/*---------- rules_area ----------*/


/*---------- task_area ----------*/
.task_area{}
.task_area .task_item{
	cursor: pointer;
	padding: 1rem 1rem;
	margin: 0 auto;
}
.task_area .task_item .task_box{
	box-shadow: 2px 2px 7px 1px #cccccc;
	border-radius: 10px;
	margin: 0;
	padding: 1.2rem 1rem;
	color: black;
}
.task_area .task_item .task_box:hover{
	box-shadow: 2px 2px 7px 1px #ffd49b;
	background-color: #fff9f0;
}
.task_area .task_item .task_box .text_area{}
.task_area .task_item .task_box .text_area .task_title{
	color: black;
	text-decoration: unset;
	margin-bottom: 0.2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: 600;
	font-size: 1.2rem;
}
.task_area .task_item:hover .task_box .text_area .task_title{
	color: #f86259;
}
.task_area .task_item .task_box .text_area .click_area{
	display: inline-flex;
	font-size: 1rem;
}
.task_area .task_item .task_box .text_area .click_area .task_des{
	color: black;
	text-decoration: unset
}
.task_area .task_item .task_box .text_area .click_area .task_des:hover{
	color: #f86259;
}
.task_area .task_item .task_box .text_area .click_area .task_do{
	padding-left: 1rem;
	color: black;
	text-decoration: unset
}
.task_area .task_item:hover .task_box .text_area .click_area .task_do{
	color: #f86259;
}

.task_area .task_item .task_box .point_area{
	border-left: 2px dashed #cccccc;
	display: inherit;
	position: relative;
	padding: 0 0 0 1rem;
	color: black;
	margin: auto;
}
.task_area .task_item .task_box .point_area .text_gain{
	text-align: right;
	padding-right: 7px;
}
.task_area .task_item .task_box .point_area .point_box{
	width: 6rem;
	height: 3rem;
	border: 2px dashed black;
	border-radius: 2rem;
	position: relative;
}
.task_area .task_item:hover  .task_box .point_area .point_box{
	border: 0;
	background-color: #f86259;
	color: white;
	transition: .2s;
}
.task_area .task_item .task_box .point_area .point_box .point{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: fit-content;
	height: fit-content;
	font-size: 1.2rem;
}
@media (max-width: 767.99px) {
	.task_area .task_item .task_box .point_area {
		padding-left: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1199.99px) {
	.task_area .task_item .task_box .point_area {
		padding: 0 0 0 10px;
	}
}
/*---------- //task_area ----------*/
/*---------- slick_setting ----------*/
.slick_area .slick-prev {
	left: -3rem;
}
.slick_area .slick-next {
	right: -1rem;
}
.slick_area .slick-prev:before, .slick_area .slick-next:before {
	font-size: 3rem;
	color: #f86259;
}
/*---------- //slick_setting ----------*/
/*-------------------- //common --------------------*/

.sec_banner{
	position: relative;
	padding: 4rem 0 1rem 0;
	background: url(/img/join-partners/sec-main_bg.png) center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 70vh;
}

.sec_banner h4{
	line-height: 1.4;
	font-size: 1.2em;
	letter-spacing: 2px;
}
/*.sec_banner .text_area{
	margin: auto;
	text-align: center;
}*/


.sec_banner .main_title{
	font-weight: 600;
	font-size: 3em;
	text-align: left;
	color: #333;
	border-radius: 50px;
	padding: 10px 0 6px;
	line-height: 1.4;
}
.sec_banner .sec_title{
	font-weight: 600;
	font-size: 2.6rem;
	color: #25385e;
	margin: 3rem 0 1rem 0;
}

/*.sec_banner .text_area .date_area .start_date .row1{
	margin-bottom: 0;
}
.sec_banner .text_area .date_area .start_date .row2{
	margin-bottom: 0;
	background-color: #ffffff8c;
	width: 77px;
	height: 76px;
	float: right;
	border-radius: 60px;
	text-align: center;
	transform: translate(30px, -10px);
}*/
.sec_banner .date_area .line_area{
	position: relative;
}
.sec_banner .date_area .line_area .line{
	border-bottom: 1px solid;
	position: absolute;
	width: 70%;
	height: fit-content;
	left: 0;
	right: 0;
	bottom: 0;
	top: 150%;
	margin: auto;
}
.sec_banner .date_area .start_date .row1 .date_deco{
	border-bottom: 1px solid;
	position: absolute;
	width: 8rem;
	height: fit-content;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	transform: translate(4.5rem, 36px) rotate(-63deg);
}
.sec_banner .date_area .start_date .row2 .date{
	transform: translate(2.5rem, 0px);
	position: absolute;
}
.sec_banner .date_area .start_date .row2 .year{
	font-size: 1.2rem;
	background-color: #c0e8e1;
	border-radius: 16px;
	padding: 0px 8px;
	text-align: center;
	transform: translate(-4rem, 20px);
	position: absolute;
}
.sec_banner .date_area .end_date{
	text-align: left;
}
.sec_banner .date_area .end_date .row1 .date_deco{
	border-bottom: 1px solid;
	position: absolute;
	width: 8rem;
	height: fit-content;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	transform: translate(11px, 36px) rotate(-63deg);
}
.sec_banner .date_area .start_date .row1, .sec_banner .date_area .end_date .row1{
	margin-bottom: 0;
	line-height: 2rem;
}

.sec_banner .date_area .start_date .row2, .sec_banner .date_area .end_date .row2{
	margin-bottom: 0;
}
.sec_banner .date_area .end_date .row2 .year{
	font-size: 1.2rem;
	background-color: #c0e8e1;
	border-radius: 16px;
	padding: 0px 8px;
	text-align: center;
	transform: translate(-26px, 20px);
	position: absolute;
}

.sec_banner .date_area .end_date .row2 .date{
	transform: translate(5rem, 0px);
	position: absolute;
}
.sec_banner .slogan{
	font-weight: 600;
	padding: 0 0 0.5rem 0;
	font-size: 2rem;
}
.sec_banner .des{
	font-size: 1.2rem;
	line-height: 2rem;
}



@media (max-width: 767.99px) {
	.sec_banner{
		position: relative;
		padding: 4rem 0 1rem 0;
		background: url('/img/join-partners/sec-main_bg.png');
	}

	.sec_banner .main_title {
		font-size: 1.6rem;
	}
	.sec_banner h4 {
		line-height: 1.4;
		font-size: 1em;

	}
}
@media (min-width: 768px) and (max-width: 991.99px) {
	.sec_banner .main_title {
		font-size: 1.2rem;
	}
	.sec_banner .sec_title {
		font-size: 1.8rem;
		margin: 1rem 0 1rem 0;
	}
}


.sec_step{
	position: relative;
}
/*.sec_step .bg_end{
	position: absolute;
	z-index: -1;
}
.sec_step .bg_end .bg_img{
	width: 100%;
}*/
.sec_step .step_area{
	width: 60%;
	text-align: center;
	margin: auto;
}
.sec_step .step_area .item_area{
	position: relative;
	height: fit-content;
}
.sec_step .step_area .item_area .step_area{
	width: 90%;
	text-decoration: none;
	color: black;
	display: block;
	transition: .2s;
	height: fit-content;
}
.sec_step .step_area .item_area:hover .step_area{
	transform: translate(0px, -10px);
	filter: drop-shadow(0px 0px 10px #faa900ab);
}
.sec_step .step_area .item_area .step_area .step_icon{
	position: relative;
	z-index: 1;
}
/*.sec_step .step_area .item_area .step_area .step_icon .icon{
	height: 9rem;
}*/
/*.sec_step .step_area .item_area .step_area .text_area{
	background-color: rgb(255 255 255 / 90%);
	padding: 4rem 0.5rem 1.5rem 0.5rem;
	width: auto;
	border-radius: 40px;
	font-size: 1.2rem;
	margin-top: -3.5rem;
	filter: drop-shadow(7px 9px 7px #8e8e8eb0);
	transition: .2s;
}*/
.sec_step .step_area .item_area:hover .step_area .text_area{
	filter: none;
}
/*.sec_step .step_area .item_area .step_area .text_area .title_num{
	margin-bottom: 0.4rem;
}*/
.sec_step .step_area .item_area .step_area .text_area .title_des{}
.sec_step .step_area .item_area .step_arrow_area{
	position: absolute;
	right: 10px;
	margin: auto;
	top: 31%;
	bottom: 0;
	font-size: 1.6rem;
}
.sec_step .step_area .item_area .step_arrow_area .step_arrow{
	color: #ed6452;
	margin: auto;
	top: 0;
	bottom: 0;
	position: absolute;
}


.sec_step .deco3{
	position: relative;
}
.sec_step .deco3 .deco_img{
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: -10rem;
	max-width: fit-content;
}


@media (max-width: 767.99px) {
	.sec_step{
		/*background: linear-gradient( 90deg, #ffc29f 0%, #ffcc94 100%);
		background-repeat: no-repeat;
		background-size: 100% 40rem;*/
	}
/*    .sec_step .bg_end {
		top: 40rem;
	}*/
	.sec_step .step_area {
		width: 80%;
	}
	.sec_step .step_area .item_area {
		padding: 1rem 0;
	}
	.sec_step .step_area .item_area .step_arrow_area {
		display: none;
	}
}


/*------------- sec_benefit -------------*/
.sec_benefit{
	background: #ff8888;
	color: #fff;
}
.sec_benefit img.deco_img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
.step_benefit ul li strong {
	font-size: 1.2em;
	letter-spacing: 1px;
}
.step_benefit .step_benefit_detail, .step_benefit ul li ol {
	font-size: 88%;
	line-height: 1.6;
	list-style-type: disclosure-closed;
}

/*------------- sec_benefit -------------*/



/*------------- esg-cooperation -------------*/
.esg-cooperation {
	background: #ffffff;
}

.logos-marquee {
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
}

.logos-marquee div {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	transform: translate3d(0%, 0, 0);
	animation-name: logomarquee;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	/*企業數太多時要打開*/
	animation-duration: 50s;
}

.logos-marquee:hover div {
	animation-play-state: paused !important;
}

.logos-marquee .cooperation-logo {
	color: initial;
	font-size: 1.2em;
	display: inline-block;
	white-space: nowrap;
	padding-right: 5.4rem;
}

.logos-marquee .cooperation-logo:hover {
	transform: scale(1.05);
}


@keyframes logomarquee {
	0% {
		transform: translate3d(0%, 0, 0);
	}

	100% {
		transform: translate3d(-100%, 0, 0);
	}
}


@media only screen and (max-width: 1200px) {
	.logos-marquee div {
		animation-duration: 50s;
	}
}


/*------------- esg-cooperation -------------*/




/*------------- sec_notice(B) -------------*/
.sec_notice{
	background: #f5f5f5;
}

@media (max-width: 575.99px) {
	
}
@media (min-width: 576px) and (max-width: 767.99px) {
	
}
/*------------- sec_notice(E) -------------*/



/*------------- sec_followus(B) -------------*/
.sec_followus{
	background: #ffffff;
}
.sec_followus .title{
	text-decoration: underline;
}

@media (max-width: 575.99px) {
	
}
@media (min-width: 576px) and (max-width: 767.99px) {
	
}
/*------------- sec_followus(E) -------------*/



/*----- animations (B) ----- */
.jump {
	animation: jump 3s infinite ease alternate;
}

.pulse {
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
}


@keyframes jump {
	from {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		-webkit-transform: translateY(5%);
		-moz-transform: translateY(5%);
		-ms-transform: translateY(5%);
		-o-transform: translateY(5%);
		transform: translateY(5%);
	}
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

/* ----- animations (E) ----- */

.sec_notice{
	position: relative;
}
.sec_notice .partners_area{
	padding: 3rem 0 1rem 0;
}
.sec_notice .partners_area .des_area{
	font-size: 1.4rem;
	font-weight: 600;
	position: relative;
}
.sec_notice .partners_area .des_area .line{
	display: inline-block;
	border-bottom: 2px solid #f86259;
	height: 1rem;
	width: 30%;
	transform: translate(0px, -8px);
}
.sec_notice .partners_area .des_area .des{
	display: inline-block;
	padding: 0 .5rem;
}
@media (max-width: 991.99px) {
	.sec_notice .partners_area .des_area .line {
		width: 75%;
	}
}
/*.sec_notice .partners_area .des span:before {*/
	/*content: "";
	position: absolute;
	bottom: 21%;
	background: #f86259;
	height: 2px;
	width: -webkit-fill-available;
	left: 23%; */

/*    content: "";
	position: absolute;
	top: 50%;
	background: #f86259;
	width: 10%;
	height: 1px;
	left: 30%; 
}
.sec_notice .partners_area .des span:after {
	content: "";
	position: absolute;
	top: 50%;
	background: #f86259;
	width: 10%;
	height: 1px;
	right: 30%;
}*/
.sec_notice .partners_area .slick_area{
	position: relative;
	padding: 1rem 0;
	margin: 0;
}
.sec_notice .partners_area .slick_area .slick_item{
	position: relative;
}
.sec_notice .partners_area .slick_area .slick_item .label{
	transition: .1s;
	color: white;
	width: 80%;
	background: #f86259;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 10%;
	border-radius: 1rem;
	opacity: .9;
	padding: 0.5rem;
	font-weight: 600;
}
.sec_notice .partners_area .slick_area .slick_item:hover .label{
	opacity: 0;
}
.sec_notice .partners_area .slick_area .slick_item .pic {
	display: block;
	border-radius: 8px;
	transition: .1s;
}
.sec_notice .partners_area .slick_area .slick_item:hover .pic {
	filter: brightness(30%);
}
.sec_notice .partners_area .slick_area .slick_item .more{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: white;
	display: none;
	transition: .2s;
	width: fit-content;
	height: fit-content;
	font-size: 1.2rem;
	padding: 0 3rem;
	line-height: 2rem;
}
.sec_notice .partners_area .slick_area .slick_item:hover .more{
	display: block;
}




/* 聯名商品區 */
/* 搜尋欄位 */
.sec_products .custom-select.custom-select {
	border-radius: 50px;
}

.sec_products .form-control {
	border-left: 0;
}

.sec_products .input-group-prepend span {
	background: #ffffff;
	border-right: 0 !important;
	border-radius: 50px 0 0 50px;
}

.sec_products .input-group-append .btn {
	border-radius: 0 50px 50px 0;
	color: #fff;
	background: #9e9e9e;
	border: 1px solid #ced4da;
	padding: 0.375rem 1.5rem;
}

.sec_products .input-group-append .btn:hover {
	background: #f86259;
}


.product-box {
	width: calc(100% - 1em) !important;
	height: calc(100% - 1em) !important;
	border: 1px solid #dddddd;
}

.product-box .shop-type {
	margin: 0.5em 0 0 0.5em;
}

.product-box .card-img-top {
	min-height: auto;
    padding: 0;
}

.product-box .shop-data {
	background-color: #fff;
	padding: 0;
	padding-bottom: 0.75em;
	height: 9em;
}

.product-box .shop-data h2 {
	font-size: 1.325em;
	height: 3.5em;
	margin-bottom: 0.25rem;
	color: #311630;
	width: 100%;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.product-box .price {
	font-size: 1.6em;
	font-weight: 700;
	color: #f86259;
	letter-spacing: 1px;
	text-align: right;
}

.product-box .price span {
	font-size: 70%;
	font-weight: normal;
}

.product-box .product-img {
	overflow: hidden;
    margin-bottom: 2px;
    aspect-ratio: 1 / 1;
}

.product-box .product-img img {
	object-fit: cover;
    object-position: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
}

.product-box:hover .product-img img {
	transform: scale(1.1);
}

.product-item-cart .btn:hover {
	transform: scale(1.5);
	color: #f86259;
}

.project-wrap-footer {
    color: #666;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.project-wrap-footer .btn-fav-heart {
    color: #666;
}
.project-wrap-footer .btn-fav-heart:hover .fa-heart-o:before {
    content: "\f004";
    color: #E91E63;
}
.project-wrap-footer .btn-views {
	padding: 0.375rem 0.75rem;
}


.project-wrap-footer  .btn-cart-add {
    color: #4c8677;
    font-weight: 700;
}
.project-wrap-footer  .btn-cart-add:hover {
    color: #c1d2af;
}

@media (max-width: 767.99px) {
	#join-partners .container {
		padding-left: 0;
		padding-right: 0;
	}
	.sec_notice .partners_area .slick_area .slick_item .label{
		font-size: 0.8em;
        line-height: 1.2;
	}
}

/* Animate */
@-webkit-keyframes AnimeGrade {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

@keyframes AnimeGrade {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

.AnimateGrade { animation: AnimeGrade 3s ease infinite; }

.btn.AnimateGrade {
	background: -webkit-linear-gradient(45deg, #F7B655, #ED7B63);
	background: linear-gradient(45deg, #F7B655, #ED7B63);
	background-size: 400% 400%;
	color: #FFF;
}
.btn.AnimateGrade:hover {
	background: #f86259;
	color: #FFF;
}


.VueCarousel .VueCarousel-navigation .VueCarousel-navigation-button {
	display: none;
}