/* Google fonts */
/* Inter */
@font-face {
  font-family: "Inter";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url("/g/fonts/inter/inter-t.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("/g/fonts/inter/inter-e-l.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("/g/fonts/inter/inter-l.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/g/fonts/inter/inter-r.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/g/fonts/inter/inter-m.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("/g/fonts/inter/inter-s-b.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/g/fonts/inter/inter-b.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("/g/fonts/inter/inter-e-b.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("/g/fonts/inter/inter-bl.woff2") format("woff2");
}
/* \Inter */
/* Manrope */
@font-face {
  font-family: "Manrope";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("/g/fonts/manrope/manrope-e-l.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("/g/fonts/manrope/manrope-l.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/g/fonts/manrope/manrope-r.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/g/fonts/manrope/manrope-m.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("/g/fonts/manrope/manrope-s-b.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/g/fonts/manrope/manrope-b.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("/g/fonts/manrope/manrope-e-b.woff2") format("woff2");
}
/* \Manrope */
/* End of Google fonts */
:root {
--primary-color-base: #5f0920;
--primary-color-a-005: rgba(95, 9, 32, 0.05);
--primary-color-l-5: #760b28;
--primary-color-l-10: #8e0d30;
--primary-color-l-15: #a51038;
--primary-color-l-20: #bc123f;
--primary-color-l-25: #d31447;
--primary-color-l-30: #e91850;
--primary-color-l-35: #eb2f61;
--primary-color-l-40: #ee4673;
--primary-color-l-45: #f05e85;
--primary-color-l-50: #f27596;
--primary-color-l-55: #f48ca8;
--primary-color-l-60: #f6a4ba;
--primary-color-d-5: #480718;
--primary-color-d-10: #300510;
--primary-color-a-01: rgba(95, 9, 32, 0.1);
--primary-color-a-02: rgba(95, 9, 32, 0.2);
--primary-color-a-03: rgba(95, 9, 32, 0.3);
--primary-color-a-04: rgba(95, 9, 32, 0.4);
--primary-color-a-05: rgba(95, 9, 32, 0.5);
--primary-color-a-06: rgba(95, 9, 32, 0.6);
--primary-color-a-07: rgba(95, 9, 32, 0.7);
--primary-color-a-08: rgba(95, 9, 32, 0.8);
--primary-color-a-09: rgba(95, 9, 32, 0.9);
}
/*** Start css of 8960224_ ***/

.lpc-button--type-2 {
	color: rgba(95,9,32,1);
	font-transparent: 100%;
	font-family: Inter, sans-serif;
	font-size: 17px;
	background-color: rgba(255,255,255,0.7);
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-color: rgba(95,9,32,1);
	border-style: solid;
	border-width: 2px;
	border-transparent: 50%;
	border-enabled: 1;
}
.lpc-button--type-2:hover {
	color: rgba(95,9,32,1);
	background-color: rgba(255,255,255,1);
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-color: rgb(115, 29, 52);
}
.lpc-button--type-2:focus {
	color: rgba(95,9,32,1);
	background-color: rgba(255, 255, 255, 0.7);
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-color: rgb(115, 29, 52);
}
.lpc-button--type-2:active {
	color: rgba(95,9,32,1);
	background-color: rgba(235, 235, 235, 0.7);
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-color: rgb(58, 5, 19);
}
.lpc-button--type-1 {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-color: rgba(204,204,204,1);
	border-style: none;
	border-width: 0px;
	border-enabled: 1;
	font-family: Inter, sans-serif;
	font-size: 17px;
}
.lpc-button--type-1:hover {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-color: rgb(224, 224, 224);
}
.lpc-button--type-1:focus {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-color: rgb(224, 224, 224);
}
.lpc-button--type-1:active {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-color: rgb(184, 184, 184);
}
.splide__arrow__icon {
	background-color: rgba(95,9,32,1);
}
.splide__arrow__icon:hover {
	background-color: rgb(115, 29, 52);
}
.splide__arrow__icon:focus {
	background-color: rgb(115, 29, 52);
}
.splide__arrow__icon:active {
	background-color: rgb(58, 5, 19);
}
.splide__arrow__bg {
	background-color: rgba(255,255,255,0.5);
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-color: rgba(95,9,32,0.5);
	border-style: solid;
	border-width: 2px;
	border-transparent: 100%;
	border-enabled: 1;
}
.splide__arrow__bg:hover {
	background-color: rgba(255, 255, 255, 0.5);
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-color: rgba(115, 29, 52, 0.5);
}
.splide__arrow__bg:focus {
	background-color: rgba(255, 255, 255, 0.5);
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-color: rgba(115, 29, 52, 0.5);
}
.splide__arrow__bg:active {
	background-color: rgba(235, 235, 235, 0.5);
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-color: rgba(58, 5, 19, 0.5);
}
.lpc-block .lp-header-title-1 {
	font-family: Inter, sans-serif;
	font-size: 56px;
	line-height: 110%;
}
@media screen and (max-width: 1279px) {
.lpc-block .lp-header-title-1 {
	font-size: 50px;
}
}
@media screen and (max-width: 991px) {
.lpc-block .lp-header-title-1 {
	font-size: 46px;
}
}
@media screen and (max-width: 767px) {
.lpc-block .lp-header-title-1 {
	font-size: 40px;
}
}
@media screen and (max-width: 479px) {
.lpc-block .lp-header-title-1 {
	font-size: 36px;
}
}
.lpc-block .lp-header-title-2 {
	font-family: Inter, sans-serif;
	font-size: 44px;
	line-height: 90%;
}
@media screen and (max-width: 1279px) {
.lpc-block .lp-header-title-2 {
	font-size: 40px;
}
}
@media screen and (max-width: 991px) {
.lpc-block .lp-header-title-2 {
	font-size: 36px;
}
}
@media screen and (max-width: 767px) {
.lpc-block .lp-header-title-2 {
	font-size: 32px;
}
}
@media screen and (max-width: 479px) {
.lpc-block .lp-header-title-2 {
	font-size: 30px;
}
}
.lpc-block .lp-header-title-3 {
	font-family: Inter, sans-serif;
	font-size: 32px;
	line-height: 100%;
}
@media screen and (max-width: 1279px) {
.lpc-block .lp-header-title-3 {
	font-size: 30px;
}
}
@media screen and (max-width: 991px) {
.lpc-block .lp-header-title-3 {
	font-size: 26px;
}
}
@media screen and (max-width: 767px) {
.lpc-block .lp-header-title-3 {
	font-size: 24px;
}
}
@media screen and (max-width: 479px) {
.lpc-block .lp-header-title-3 {
	font-size: 24px;
}
}
.lpc-block .lp-header-title-4 {
	font-family: Inter, sans-serif;
	font-size: 26px;
	line-height: 100%;
}
@media screen and (max-width: 991px) {
.lpc-block .lp-header-title-4 {
	font-size: 24px;
}
}
@media screen and (max-width: 767px) {
.lpc-block .lp-header-title-4 {
	font-size: 20px;
}
}
@media screen and (max-width: 479px) {
.lpc-block .lp-header-title-4 {
	font-size: 20px;
}
}
.lpc-block .lp-header-title-5 {
	font-family: Inter, sans-serif;
	font-size: 22px;
	line-height: 100%;
}
@media screen and (max-width: 991px) {
.lpc-block .lp-header-title-5 {
	font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.lpc-block .lp-header-title-5 {
	font-size: 18px;
}
}
@media screen and (max-width: 479px) {
.lpc-block .lp-header-title-5 {
	font-size: 18px;
}
}
.lpc-block .lp-header-title-6 {
	font-family: Inter, sans-serif;
	font-size: 16px;
	line-height: 110%;
}
@media screen and (max-width: 991px) {
.lpc-block .lp-header-title-6 {
	font-size: 14px;
}
}
@media screen and (max-width: 767px) {
.lpc-block .lp-header-title-6 {
	font-size: 12px;
}
}
@media screen and (max-width: 479px) {
.lpc-block .lp-header-title-6 {
	font-size: 12px;
}
}
.lpc-block .lp-header-text-1 {
	font-family: Manrope, sans-serif;
	font-size: 18px;
	line-height: 150%;
}
.lpc-block .lp-header-text-2 {
	font-family: Manrope, sans-serif;
	font-size: 15px;
	line-height: 140%;
}
.lpc-block .lp-header-text-3 {
	font-family: Manrope, sans-serif;
	font-size: 14px;
	line-height: 140%;
}
.lpc-block .lp-header-text-4 {
	font-family: Manrope, sans-serif;
	font-size: 12px;
	line-height: 130%;
}
.lpc-block .lpc-card--type-1 {
	background-color: rgba(255,255,255,0.8);
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-color: rgba(95,9,32,0.15);
	border-style: solid;
	border-width: 1px;
	border-transparent: 100%;
	border-enabled: 1;
	box-shadow: 0 5px 10px -10px rgba(95,9,32,0.05);
}
.lpc-block .lpc-image-type-1 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-color: rgba(204,204,204,1);
	border-style: none;
	border-width: 0px;
	border-enabled: 1;
}
.lpc-button--type-3 {
	font-family: Inter, sans-serif;
	font-size: 17px;
}
.lpc-block .lp-form-tpl__field-text {
	background-color: rgba(255,255,255,1);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-color: rgba(95,9,32,0.15);
	border-style: solid;
	border-width: 1px;
	border-transparent: 15%;
	border-enabled: 1;
}
.lpc-block .lp-form-tpl__field-text:hover {
	background-color: rgb(255, 255, 255);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-color: rgba(115, 29, 52, 0.15);
}
.lpc-block .lp-form-tpl__field-text:focus {
	background-color: rgb(255, 255, 255);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-color: rgba(115, 29, 52, 0.15);
}
.lpc-block .lp-form-tpl__field-text:active {
	background-color: rgb(235, 235, 235);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-color: rgba(58, 5, 19, 0.15);
}
.lp-form-tpl__field-multi_select._opened .lp-form-tpl__field-multi_select__input, .lp-form-tpl__field-multi_select._opened .lp-form-tpl__field-select__input, .lp-form-tpl__field-select._opened .lp-form-tpl__field-multi_select__input, .lp-form-tpl__field-select._opened .lp-form-tpl__field-select__input, .lp-form-tpl__field-multi_select__list,.lp-form-tpl__field-select__list {
	border-color: rgba(95,9,32,0.15);
	border-style: solid;
	border-width: 1px;
	border-transparent: 15%;
}
.lpc-block .lpc-container-type-2 {
	background-color: rgba(95,9,32,1);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-color: rgba(204,204,204,1);
	border-style: none;
	border-width: 0px;
	border-enabled: 1;
}

/*** End css of 8960224_ ***/
