:root {
--primary-color-base: #ed8241;
--primary-color-a-005: rgba(237, 130, 65, 0.05);
--primary-color-l-5: #ef9158;
--primary-color-l-10: #f1a170;
--primary-color-l-15: #f4b087;
--primary-color-l-20: #f6bf9e;
--primary-color-l-25: #f8cfb5;
--primary-color-l-30: #fadecd;
--primary-color-l-35: #fcede4;
--primary-color-l-40: #fffdfb;
--primary-color-l-45: #ffffff;
--primary-color-l-50: #ffffff;
--primary-color-l-55: #ffffff;
--primary-color-l-60: #ffffff;
--primary-color-d-5: #eb732a;
--primary-color-d-10: #e56416;
--primary-color-a-01: rgba(237, 130, 65, 0.1);
--primary-color-a-02: rgba(237, 130, 65, 0.2);
--primary-color-a-03: rgba(237, 130, 65, 0.3);
--primary-color-a-04: rgba(237, 130, 65, 0.4);
--primary-color-a-05: rgba(237, 130, 65, 0.5);
--primary-color-a-06: rgba(237, 130, 65, 0.6);
--primary-color-a-07: rgba(237, 130, 65, 0.7);
--primary-color-a-08: rgba(237, 130, 65, 0.8);
--primary-color-a-09: rgba(237, 130, 65, 0.9);
}
/*** Start css of 6894226_ ***/

.lpc-button--type-1 {
	border-top-left-radius: 36px;
	border-top-right-radius: 36px;
	border-bottom-left-radius: 36px;
	border-bottom-right-radius: 36px;
	border-color: rgba(204,204,204,1);
	border-style: none;
	border-width: 0px;
	border-enabled: 1;
	background: rgba(221,51,43,1);
	background: -moz-linear-gradient(265deg, rgba(221,51,43,1) , rgba(237,130,65,1));
	background: -webkit-gradient(265deg, color-stop(0%, rgba(221,51,43,1)), color-stop(100%, rgba(237,130,65,1)));
	background: -webkit-linear-gradient(265deg, rgba(221,51,43,1), rgba(237,130,65,1));
	background: -o-linear-gradient(265deg, rgba(221,51,43,1), rgba(237,130,65,1));
	background: -ms-linear-gradient(265deg, rgba(221,51,43,1), rgba(237,130,65,1));
	background: linear-gradient(265deg, rgba(221,51,43,1) , rgba(237,130,65,1) );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd332b', endColorstr='#ed8241', GradientType=0 );
	box-shadow: 0 0 0 10px rgba(237,130,65,0.5);
}
.lpc-button--type-1:hover {
	border-top-left-radius: 36px;
	border-top-right-radius: 36px;
	border-bottom-left-radius: 36px;
	border-bottom-right-radius: 36px;
	border-color: rgb(224, 224, 224);
	background: rgb(241, 71, 63);
	background: -moz-linear-gradient(265deg, rgb(241, 71, 63) , rgb(255, 150, 85));
	background: -webkit-gradient(265deg, color-stop(0%, rgb(241, 71, 63)), color-stop(100%, rgb(255, 150, 85)));
	background: -webkit-linear-gradient(265deg, rgb(241, 71, 63), rgb(255, 150, 85));
	background: -o-linear-gradient(265deg, rgb(241, 71, 63), rgb(255, 150, 85));
	background: -ms-linear-gradient(265deg, rgb(241, 71, 63), rgb(255, 150, 85));
	background: linear-gradient(265deg, rgb(241, 71, 63) , rgb(255, 150, 85) );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1473f', endColorstr='#ff9655', GradientType=0 );
	box-shadow: 0 0 0 0 rgba(255, 150, 85, 0.5);
}
.lpc-button--type-1:focus {
	border-top-left-radius: 36px;
	border-top-right-radius: 36px;
	border-bottom-left-radius: 36px;
	border-bottom-right-radius: 36px;
	border-color: rgb(224, 224, 224);
	background: rgb(241, 71, 63);
	background: -moz-linear-gradient(265deg, rgb(241, 71, 63) , rgb(255, 150, 85));
	background: -webkit-gradient(265deg, color-stop(0%, rgb(241, 71, 63)), color-stop(100%, rgb(255, 150, 85)));
	background: -webkit-linear-gradient(265deg, rgb(241, 71, 63), rgb(255, 150, 85));
	background: -o-linear-gradient(265deg, rgb(241, 71, 63), rgb(255, 150, 85));
	background: -ms-linear-gradient(265deg, rgb(241, 71, 63), rgb(255, 150, 85));
	background: linear-gradient(265deg, rgb(241, 71, 63) , rgb(255, 150, 85) );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1473f', endColorstr='#ff9655', GradientType=0 );
	box-shadow: 0 0 0 0 rgba(255, 150, 85, 0.5);
}
.lpc-button--type-1:active {
	border-top-left-radius: 36px;
	border-top-right-radius: 36px;
	border-bottom-left-radius: 36px;
	border-bottom-right-radius: 36px;
	border-color: rgb(184, 184, 184);
	background: rgb(192, 38, 31);
	background: -moz-linear-gradient(265deg, rgb(192, 38, 31) , rgb(233, 105, 28));
	background: -webkit-gradient(265deg, color-stop(0%, rgb(192, 38, 31)), color-stop(100%, rgb(233, 105, 28)));
	background: -webkit-linear-gradient(265deg, rgb(192, 38, 31), rgb(233, 105, 28));
	background: -o-linear-gradient(265deg, rgb(192, 38, 31), rgb(233, 105, 28));
	background: -ms-linear-gradient(265deg, rgb(192, 38, 31), rgb(233, 105, 28));
	background: linear-gradient(265deg, rgb(192, 38, 31) , rgb(233, 105, 28) );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0261f', endColorstr='#e9691c', GradientType=0 );
	box-shadow: 0 0 0 0 rgba(233, 105, 28, 0.5);
}
.lpc-button--type-2 {
	background: rgba(221,51,43,1);
	background: -moz-linear-gradient(261deg, rgba(221,51,43,1) , rgba(237,130,65,1));
	background: -webkit-gradient(261deg, color-stop(0%, rgba(221,51,43,1)), color-stop(100%, rgba(237,130,65,1)));
	background: -webkit-linear-gradient(261deg, rgba(221,51,43,1), rgba(237,130,65,1));
	background: -o-linear-gradient(261deg, rgba(221,51,43,1), rgba(237,130,65,1));
	background: -ms-linear-gradient(261deg, rgba(221,51,43,1), rgba(237,130,65,1));
	background: linear-gradient(261deg, rgba(221,51,43,1) , rgba(237,130,65,1) );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd332b', endColorstr='#ed8241', GradientType=0 );
	border-top-left-radius: 36px;
	border-top-right-radius: 36px;
	border-bottom-left-radius: 36px;
	border-bottom-right-radius: 36px;
	border-color: rgba(204,204,204,1);
	border-style: none;
	border-width: 0px;
	border-enabled: 1;
	color: rgba(255,255,255,1);
	font-transparent: 100%;
	box-shadow: 0 0 0 10px rgba(237,130,65,0.5);
}
.lpc-button--type-2:hover {
	background: rgb(241, 71, 63);
	background: -moz-linear-gradient(261deg, rgb(241, 71, 63) , rgb(255, 150, 85));
	background: -webkit-gradient(261deg, color-stop(0%, rgb(241, 71, 63)), color-stop(100%, rgb(255, 150, 85)));
	background: -webkit-linear-gradient(261deg, rgb(241, 71, 63), rgb(255, 150, 85));
	background: -o-linear-gradient(261deg, rgb(241, 71, 63), rgb(255, 150, 85));
	background: -ms-linear-gradient(261deg, rgb(241, 71, 63), rgb(255, 150, 85));
	background: linear-gradient(261deg, rgb(241, 71, 63) , rgb(255, 150, 85) );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1473f', endColorstr='#ff9655', GradientType=0 );
	border-top-left-radius: 36px;
	border-top-right-radius: 36px;
	border-bottom-left-radius: 36px;
	border-bottom-right-radius: 36px;
	border-color: rgb(224, 224, 224);
	color: rgba(255,255,255,1);
	box-shadow: 0 0 0 0 rgba(255, 150, 85, 0.5);
}
.lpc-button--type-2:focus {
	background: rgb(241, 71, 63);
	background: -moz-linear-gradient(261deg, rgb(241, 71, 63) , rgb(255, 150, 85));
	background: -webkit-gradient(261deg, color-stop(0%, rgb(241, 71, 63)), color-stop(100%, rgb(255, 150, 85)));
	background: -webkit-linear-gradient(261deg, rgb(241, 71, 63), rgb(255, 150, 85));
	background: -o-linear-gradient(261deg, rgb(241, 71, 63), rgb(255, 150, 85));
	background: -ms-linear-gradient(261deg, rgb(241, 71, 63), rgb(255, 150, 85));
	background: linear-gradient(261deg, rgb(241, 71, 63) , rgb(255, 150, 85) );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1473f', endColorstr='#ff9655', GradientType=0 );
	border-top-left-radius: 36px;
	border-top-right-radius: 36px;
	border-bottom-left-radius: 36px;
	border-bottom-right-radius: 36px;
	border-color: rgb(224, 224, 224);
	color: rgba(255,255,255,1);
	box-shadow: 0 0 0 0 rgba(255, 150, 85, 0.5);
}
.lpc-button--type-2:active {
	background: rgb(192, 38, 31);
	background: -moz-linear-gradient(261deg, rgb(192, 38, 31) , rgb(233, 105, 28));
	background: -webkit-gradient(261deg, color-stop(0%, rgb(192, 38, 31)), color-stop(100%, rgb(233, 105, 28)));
	background: -webkit-linear-gradient(261deg, rgb(192, 38, 31), rgb(233, 105, 28));
	background: -o-linear-gradient(261deg, rgb(192, 38, 31), rgb(233, 105, 28));
	background: -ms-linear-gradient(261deg, rgb(192, 38, 31), rgb(233, 105, 28));
	background: linear-gradient(261deg, rgb(192, 38, 31) , rgb(233, 105, 28) );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0261f', endColorstr='#e9691c', GradientType=0 );
	border-top-left-radius: 36px;
	border-top-right-radius: 36px;
	border-bottom-left-radius: 36px;
	border-bottom-right-radius: 36px;
	border-color: rgb(184, 184, 184);
	color: rgba(255,255,255,1);
	box-shadow: 0 0 0 0 rgba(233, 105, 28, 0.5);
}
.splide__arrow__bg {
	background-color: rgba(237,130,65,1);
	border-top-left-radius: 36px;
	border-top-right-radius: 36px;
	border-bottom-left-radius: 36px;
	border-bottom-right-radius: 36px;
	border-color: rgba(204,204,204,1);
	border-style: none;
	border-width: 0px;
	border-enabled: 1;
}
.splide__arrow__bg:hover {
	background-color: rgb(255, 150, 85);
	border-top-left-radius: 36px;
	border-top-right-radius: 36px;
	border-bottom-left-radius: 36px;
	border-bottom-right-radius: 36px;
	border-color: rgb(224, 224, 224);
}
.splide__arrow__bg:focus {
	background-color: rgb(255, 150, 85);
	border-top-left-radius: 36px;
	border-top-right-radius: 36px;
	border-bottom-left-radius: 36px;
	border-bottom-right-radius: 36px;
	border-color: rgb(224, 224, 224);
}
.splide__arrow__bg:active {
	background-color: rgb(233, 105, 28);
	border-top-left-radius: 36px;
	border-top-right-radius: 36px;
	border-bottom-left-radius: 36px;
	border-bottom-right-radius: 36px;
	border-color: rgb(184, 184, 184);
}
.lpc-block .lpc-image-type-1 {
	border-top-left-radius: 19px;
	border-top-right-radius: 19px;
	border-bottom-left-radius: 19px;
	border-bottom-right-radius: 19px;
	border-color: rgba(204,204,204,1);
	border-style: none;
	border-width: 0px;
	border-enabled: 1;
}

/*** End css of 6894226_ ***/
