.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:203,165,87;--color-primary-1:183,154,93;--color-primary-2:193,149,56;--color-primary-3:169,134,71;--color-primary-4:172,125,26;--color-secondary-0:220,248,231;--color-secondary-1:151,234,182;--color-secondary-2:81,220,133;--color-secondary-3:37,211,102;--color-secondary-4:0,174,43;--color-tertiary-0:255,255,255;--color-tertiary-1:186,186,186;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:56,56,56;--headlines-font-family:"Comfortaa";--paragraphs-font-family:"PT Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ecdcbb;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh88eCB6UWJxF0nEE7XEZ7uXQNwrv1BS { background-color:rgba(var(--color-primary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uh88eCB6UWJxF0nEE7XEZ7uXQNwrv1BS > .row .container { background-color: transparent; background-image: none; }#uh88eCB6UWJxF0nEE7XEZ7uXQNwrv1BS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh88eCB6UWJxF0nEE7XEZ7uXQNwrv1BS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh88eCB6UWJxF0nEE7XEZ7uXQNwrv1BS > .row .container > .video-iframe-container { display: none; }#uh88eCB6UWJxF0nEE7XEZ7uXQNwrv1BS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh88eCB6UWJxF0nEE7XEZ7uXQNwrv1BS > .row > .video-iframe-container { display: none; }#uh88eCB6UWJxF0nEE7XEZ7uXQNwrv1BS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh88eCB6UWJxF0nEE7XEZ7uXQNwrv1BS > .row .container { border-width: 0; border-radius: 0; }#uh88eCB6UWJxF0nEE7XEZ7uXQNwrv1BS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uh88eCB6UWJxF0nEE7XEZ7uXQNwrv1BS > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;overflow:visible;position:relative;display:block; }#Vue1TgO0WlLimqtudFf4oh1o89RtQfcV { box-sizing:content-box;height:37.0625rem;width:42.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a4b1da99-4b53-4a02-aca7-159b57d9dfda/26843154350387.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.4375rem;left:39.5rem;display:block; }#Vue1TgO0WlLimqtudFf4oh1o89RtQfcV.adaptive-delivery-prevent-bg, #Vue1TgO0WlLimqtudFf4oh1o89RtQfcV.lazyload, #Vue1TgO0WlLimqtudFf4oh1o89RtQfcV.lazyloading { background-image: none; }
#AALqfvPiTKFer20iL1TxUalrvgqkQyVK { box-sizing:content-box;height:30.625rem;width:25.625rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;top:12.75rem;left:44.810546875rem;border-top:0.125rem solid rgba(var(--color-secondary-1),0.3);border-left:0.125rem solid rgba(var(--color-secondary-1),0.3);border-right:0.1875rem solid rgba(var(--color-secondary-1),0.3);border-bottom:0rem solid rgba(var(--color-secondary-1),0.3);border-top-left-radius:9.375rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#hdSUHRn7tvKfbJMq7bp2VgWerfcARNIe { box-sizing:content-box;height:37.75rem;width:23.5rem;position:absolute;display:block;z-index:14990;background-color:rgba(0,0,0,0.08);background-image:none;top:5.810546875rem;left:61.435546875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#DmsDGcmNOR8NgL0wnAsAIIehTZMPQFDb { box-sizing:content-box;height:27.125rem;width:5.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;top:9.34375rem;left:57.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 5.625rem rgba(var(--color-tertiary-0),1) ;display:block; }
#qFDuiO1IEPthEclRuGBoelInKmAMBoBE { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(0,0,0,0.15);border-top-left-radius:34.6875rem;border-top-right-radius:34.6875rem;border-bottom-left-radius:34.6875rem;border-bottom-right-radius:34.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:4.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.2470703125rem;left:0rem;display:block; }
#QpHzPfRldoyZaAyuJW0N0i6q2gMnIRVh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I18VNQwZyU2xrRWFk8SUrSs581UqZFcf { background-color:transparent;background-image:none;border-top:0.125rem solid #eccc8c;border-left:0.125rem solid #eccc8c;border-right:0.125rem solid #eccc8c;border-bottom:0.125rem solid #eccc8c;border-top-left-radius:34.6875rem;border-top-right-radius:34.6875rem;border-bottom-left-radius:34.6875rem;border-bottom-right-radius:34.6875rem;box-shadow: none;box-sizing:border-box;color:#f9efe1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome 2022";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.1845703125rem;left:31.1240234375rem;display:block; }
#dFncNUbt7FB6CEMTUQt4zdAQ1V7MFyrc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A9UCCZ2NLTfarVfAtU4greuGZRQi6G6U { color:#f9efe1;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:35.6181640625rem;left:20.5rem;height:1.0996125rem;font-style:normal;display:block; }
#NE0yIQ5ZIRThMgt2t6K7ABWo62NHfTLQ { box-sizing:content-box;height:9.5rem;width:10.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7aaa366d-2f97-4f64-b2ee-ef1cfe3d6efa/WhatsApp_Image_20250414_at_223919Photoroom.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:3.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0.3125rem solid #ae8a40;border-bottom:0.3125rem solid #ae8a40;display:block; }#NE0yIQ5ZIRThMgt2t6K7ABWo62NHfTLQ.adaptive-delivery-prevent-bg, #NE0yIQ5ZIRThMgt2t6K7ABWo62NHfTLQ.lazyload, #NE0yIQ5ZIRThMgt2t6K7ABWo62NHfTLQ.lazyloading { background-image: none; }
#sLRemEIDxAAQs5GK6s1PIFrlb87ywMui { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:14987;line-height:1.3;letter-spacing:0;top:17.8125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kEzpZiU0rZEAWvxN4xBoD6vPzXp8sfJx { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:7.73828125rem;left:13.1875rem;height:5.949225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WOgH8LOuCTM2XIJTRtwTQtwvtmuZb4zn { color:rgba(var(--color-tertiary-0),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:26.935546875rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K5eCAlNwhI7MbKuh6RrPeQQH6JReTfnR { box-sizing:content-box;height:2.3125rem;width:0.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0283203125rem;left:-1.25rem;display:block; }
#Q9IGh7rD0DJsnV6DoIGa3BdrGWcUbGHB { background-color:#496d54;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q9IGh7rD0DJsnV6DoIGa3BdrGWcUbGHB > .row .container { background-color: transparent; background-image: none; }#Q9IGh7rD0DJsnV6DoIGa3BdrGWcUbGHB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9IGh7rD0DJsnV6DoIGa3BdrGWcUbGHB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9IGh7rD0DJsnV6DoIGa3BdrGWcUbGHB > .row .container > .video-iframe-container { display: none; }#Q9IGh7rD0DJsnV6DoIGa3BdrGWcUbGHB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9IGh7rD0DJsnV6DoIGa3BdrGWcUbGHB > .row > .video-iframe-container { display: none; }#Q9IGh7rD0DJsnV6DoIGa3BdrGWcUbGHB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9IGh7rD0DJsnV6DoIGa3BdrGWcUbGHB > .row .container { border-width: 0; border-radius: 0; }#Q9IGh7rD0DJsnV6DoIGa3BdrGWcUbGHB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q9IGh7rD0DJsnV6DoIGa3BdrGWcUbGHB > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;overflow:visible;position:relative;display:block; }#MPmZibUAkJO1eqo2MMvK4el9pZGZzsVr { color:rgba(var(--color-secondary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:2.1875rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Aoem7UASFoKCL3c9ubVIpvtsz0tEcx2r { color:rgba(var(--color-secondary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.25rem;left:29rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A6aw5bm0D30ZF9PN0QG5RAQ4araeLV8T { color:rgba(var(--color-secondary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.25rem;left:56.25rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KndqT0QdTO3u12EAodE3QARd1iQaButD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.19921875rem;left:0rem; }
#MtUbGyfBDoTi4N6hXhI8XWPwvkdSOON9 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.1875rem;left:26.875rem; }
#OL05mVb2KTLxnDFTBMKOvk3F9rDHUdJA { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.19921875rem;left:54.125rem; }
#OIDd5l9QrJ0VzJZgHGTkJ6LJBwND06Zv { position:relative;display:block; }#OIDd5l9QrJ0VzJZgHGTkJ6LJBwND06Zv { background-color: transparent; background-image: none; }#OIDd5l9QrJ0VzJZgHGTkJ6LJBwND06Zv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIDd5l9QrJ0VzJZgHGTkJ6LJBwND06Zv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIDd5l9QrJ0VzJZgHGTkJ6LJBwND06Zv > .row .container > .video-iframe-container { display: none; }#OIDd5l9QrJ0VzJZgHGTkJ6LJBwND06Zv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIDd5l9QrJ0VzJZgHGTkJ6LJBwND06Zv > .row > .video-iframe-container { display: none; }#OIDd5l9QrJ0VzJZgHGTkJ6LJBwND06Zv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIDd5l9QrJ0VzJZgHGTkJ6LJBwND06Zv { border-width: 0; border-radius: 0; }#OIDd5l9QrJ0VzJZgHGTkJ6LJBwND06Zv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OIDd5l9QrJ0VzJZgHGTkJ6LJBwND06Zv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XOH0PlgkC0S9EBcrUuUqZLaJlDHNQ9V1 { z-index:;position:relative;display:block; }#XOH0PlgkC0S9EBcrUuUqZLaJlDHNQ9V1 { background-color: transparent; background-image: none; }#XOH0PlgkC0S9EBcrUuUqZLaJlDHNQ9V1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOH0PlgkC0S9EBcrUuUqZLaJlDHNQ9V1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOH0PlgkC0S9EBcrUuUqZLaJlDHNQ9V1 > .row .container > .video-iframe-container { display: none; }#XOH0PlgkC0S9EBcrUuUqZLaJlDHNQ9V1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOH0PlgkC0S9EBcrUuUqZLaJlDHNQ9V1 > .row > .video-iframe-container { display: none; }#XOH0PlgkC0S9EBcrUuUqZLaJlDHNQ9V1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOH0PlgkC0S9EBcrUuUqZLaJlDHNQ9V1 { border-width: 0; border-radius: 0; }#XOH0PlgkC0S9EBcrUuUqZLaJlDHNQ9V1 > .row .container > .video-iframe-container { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem; }#XOH0PlgkC0S9EBcrUuUqZLaJlDHNQ9V1 > .row .container { background-color:#8e274a;background-image:none;font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;position:relative;display:block; }#cPsgexCPKJMDv77yxhk6RuuOWrwXZoy0 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.39453125rem;left:41.625rem;height:4.548825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IM4bkElaWJRtfwVNaxsDetXGgETlyzBT { color:rgba(var(--color-tertiary-0),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:11.513671875rem;left:41.625rem;height:7.347625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IVXDiTOU8fDR7mhMeSZr2RDCmmaG8JZy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.4375rem;width:12.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.76953125rem;left:27.96875rem; }
#V0taSTKV0i4aT4x89i8zRJuKoDxuhhKN { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.0625rem 0.6875rem 1.875rem rgba(var(--color-tertiary-4),0.54) ;height:33.25rem;width:18.75rem;top:-3.5625rem;left:3.46875rem;display:block; }
#TzvV1lEbSRuLPGEQ1A2X8RSMcmrsWeGs { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(0,0,0,0.15);border-top-left-radius:34.6875rem;border-top-right-radius:34.6875rem;border-bottom-left-radius:34.6875rem;border-bottom-right-radius:34.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:4.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.3125rem;left:41.625rem;display:block; }
#E5rdszoGPVBfkOnCb3Q0Zc96pbKedlHP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WEbqTwy01EnQmzpIarAwCIxpLG39mHc7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.125rem;left:22.84375rem; }
#B6O96y1J8TCW98L45rxbtfwNf3okugDq { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:2.59375rem;left:22.84375rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G4ITh7hTdQyZiymos4WHtUn6tS2TDvzr { background-color:#ecdcbb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G4ITh7hTdQyZiymos4WHtUn6tS2TDvzr > .row .container { background-color: transparent; background-image: none; }#G4ITh7hTdQyZiymos4WHtUn6tS2TDvzr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4ITh7hTdQyZiymos4WHtUn6tS2TDvzr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4ITh7hTdQyZiymos4WHtUn6tS2TDvzr > .row .container > .video-iframe-container { display: none; }#G4ITh7hTdQyZiymos4WHtUn6tS2TDvzr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4ITh7hTdQyZiymos4WHtUn6tS2TDvzr > .row > .video-iframe-container { display: none; }#G4ITh7hTdQyZiymos4WHtUn6tS2TDvzr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4ITh7hTdQyZiymos4WHtUn6tS2TDvzr > .row .container { border-width: 0; border-radius: 0; }#G4ITh7hTdQyZiymos4WHtUn6tS2TDvzr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G4ITh7hTdQyZiymos4WHtUn6tS2TDvzr > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#oIVsnU3iQqWWLCVigsQqfnEvzT6TEDZR { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:2.84375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#srShPpXvbJZ7CsIXeT8uOmgigKrTtSM8 { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:17.6201171875rem;left:0rem;height:12.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XziauHcxtERiChQk0XO9ThGhomAOdmhb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:17.625rem;left:37.0625rem;height:3.1484375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n3bv3ssFWdZG5uPiQGqmtn66GhHgNkXp { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:17.625rem;left:55.5rem;height:3.1484375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qJgogVuWbcye4GiItEzGWLGEHmMQZhom { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:27.125rem;left:37.0625rem;height:3.1484375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XRlroq1tuBsITmGmRLEsE7V3oJB6ZpOD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:27.125rem;left:55.5rem;height:3.1484375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ssi6TPxg5PTWs2CNWzCTKaPKWyDALazd { color:rgba(var(--color-primary-4),1);display:block;width:27.0625rem;position:absolute;font-family:careny;font-size:9.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6123046875rem;left:0rem;height:12.0244375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KOb9bI3Aslod65qR5U63RNMoiZOkigbd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:13.5625rem;left:37.0625rem; }
#nCSIXgvo783zuQfEi2vTAcRIoKxZ1VbM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:13.5625rem;left:55.5rem; }
#Ux124eqVrC2GfG7tSVxT4ANT2UzKkblL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:23.40625rem;left:37.0625rem; }
#ad5z8bGA048SJM5Ix8Gk2XBgS6URx2rV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:23.40625rem;left:55.5rem; }
#amNCoVAfksPsDqHpXkpLCK8tnkrPoe8J { z-index:;position:relative;display:block; }#amNCoVAfksPsDqHpXkpLCK8tnkrPoe8J { background-color: transparent; background-image: none; }#amNCoVAfksPsDqHpXkpLCK8tnkrPoe8J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amNCoVAfksPsDqHpXkpLCK8tnkrPoe8J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amNCoVAfksPsDqHpXkpLCK8tnkrPoe8J > .row .container > .video-iframe-container { display: none; }#amNCoVAfksPsDqHpXkpLCK8tnkrPoe8J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amNCoVAfksPsDqHpXkpLCK8tnkrPoe8J > .row > .video-iframe-container { display: none; }#amNCoVAfksPsDqHpXkpLCK8tnkrPoe8J > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amNCoVAfksPsDqHpXkpLCK8tnkrPoe8J { border-width: 0; border-radius: 0; }#amNCoVAfksPsDqHpXkpLCK8tnkrPoe8J > .row .container > .video-iframe-container { border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem; }#amNCoVAfksPsDqHpXkpLCK8tnkrPoe8J > .row .container { background-color:rgba(var(--color-secondary-1),0.52);background-image:none;font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;position:relative;display:block; }#LE8K7CxLWZnHFgGt8oXzfBk1663G7cbp { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:2.318359375rem;left:22.625rem;height:3.673825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VQxURWfuRHK44lRPVclhBZ1z66WTkD6S { box-sizing:content-box;height:8.3125rem;width:20.875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/16228fc3-50d7-4a4a-ba0e-5fd88021bdfd/download7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:25rem;border-top-left-radius:25rem;display:block; }#VQxURWfuRHK44lRPVclhBZ1z66WTkD6S.adaptive-delivery-prevent-bg, #VQxURWfuRHK44lRPVclhBZ1z66WTkD6S.lazyload, #VQxURWfuRHK44lRPVclhBZ1z66WTkD6S.lazyloading { background-image: none; }
#CR27TWQRpQR2KtBEmwfy8TppMDscwwfe { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(0,0,0,0.15);border-top-left-radius:34.6875rem;border-top-right-radius:34.6875rem;border-bottom-left-radius:34.6875rem;border-bottom-right-radius:34.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:4.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.125rem;left:57.15625rem;display:block; }
#neVP1NGuCxmEwUiwv2Pt4IlHTMgcsJP4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OVTaglR86NhD2OBmc2gAiekGFiXZqgfb { background-color:#ecdcbb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OVTaglR86NhD2OBmc2gAiekGFiXZqgfb > .row .container { background-color: transparent; background-image: none; }#OVTaglR86NhD2OBmc2gAiekGFiXZqgfb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVTaglR86NhD2OBmc2gAiekGFiXZqgfb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVTaglR86NhD2OBmc2gAiekGFiXZqgfb > .row .container > .video-iframe-container { display: none; }#OVTaglR86NhD2OBmc2gAiekGFiXZqgfb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVTaglR86NhD2OBmc2gAiekGFiXZqgfb > .row > .video-iframe-container { display: none; }#OVTaglR86NhD2OBmc2gAiekGFiXZqgfb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVTaglR86NhD2OBmc2gAiekGFiXZqgfb > .row .container { border-width: 0; border-radius: 0; }#OVTaglR86NhD2OBmc2gAiekGFiXZqgfb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OVTaglR86NhD2OBmc2gAiekGFiXZqgfb > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#H3XZ8kVqp3PZo7ZMsRDip0kuBdW8vy8k { background-color:#ecdcbb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#H3XZ8kVqp3PZo7ZMsRDip0kuBdW8vy8k > .row .container { border-width: 0; border-radius: 0; }#H3XZ8kVqp3PZo7ZMsRDip0kuBdW8vy8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H3XZ8kVqp3PZo7ZMsRDip0kuBdW8vy8k > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:75rem;overflow:visible;position:relative;display:none; }#FONz9q9ttTtbM8iQ6dAB0TDZ08T7ZiXT { color:rgba(var(--color-tertiary-4),1);display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.875rem;left:36.3125rem;height:5.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XLS92Jn0o72m0mloZv1Fd5l0Inrzr7Dg { box-sizing:content-box;height:36.75rem;width:33.75rem;position:absolute;display:block;z-index:14994;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5b5a1515-401c-45fe-ae42-ee0235fe3e00/2bd52be3f8.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.8740234375rem;left:0rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }#XLS92Jn0o72m0mloZv1Fd5l0Inrzr7Dg.adaptive-delivery-prevent-bg, #XLS92Jn0o72m0mloZv1Fd5l0Inrzr7Dg.lazyload, #XLS92Jn0o72m0mloZv1Fd5l0Inrzr7Dg.lazyloading { background-image: none; }
#nNi9TEKElOsisSrzISbz25qAzPBJbVJN { box-sizing:content-box;height:37.4375rem;width:33.75rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;top:6.8193359375rem;left:-2.1240234375rem;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);border-top-left-radius:9.375rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#AkGP7xlI2Ve8OHuRvZCuQRkweXkpTF67 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:13.6865234375rem;left:36.3115234375rem;height:;font-style:normal;display:block; }#AkGP7xlI2Ve8OHuRvZCuQRkweXkpTF67 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AkGP7xlI2Ve8OHuRvZCuQRkweXkpTF67 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ba477ffd417fd54d1b003cf5c7f743a493fd226b.svg); }
#VaqxCgLpnh8sN1a9Psak2Of01hzKp9Qo { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #00d830);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #00d830);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #00d830);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #00d830);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#00d830' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#00d830' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), #00d830);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(0,0,0,0.3);border-top-left-radius:34.6875rem;border-top-right-radius:34.6875rem;border-bottom-left-radius:34.6875rem;border-bottom-right-radius:34.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:4.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.6240234375rem;left:36.3125rem;display:block; }
#D1k6v8L99zfoNbGIABZyHEWIpDhDTCCE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XW55yT046OTRBr6WQOMWDQHHloIS5UN4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/10022626-7eba-4b42-95f8-2a14d26bd6a8/1008b54594.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XW55yT046OTRBr6WQOMWDQHHloIS5UN4.adaptive-delivery-prevent-bg, #XW55yT046OTRBr6WQOMWDQHHloIS5UN4.lazyload, #XW55yT046OTRBr6WQOMWDQHHloIS5UN4.lazyloading { background-image: none; }#XW55yT046OTRBr6WQOMWDQHHloIS5UN4 > .row .container { background-color: transparent; background-image: none; }#XW55yT046OTRBr6WQOMWDQHHloIS5UN4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,9,6,0.9); }#XW55yT046OTRBr6WQOMWDQHHloIS5UN4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XW55yT046OTRBr6WQOMWDQHHloIS5UN4 > .row .container > .video-iframe-container { display: none; }#XW55yT046OTRBr6WQOMWDQHHloIS5UN4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,9,6,0.9); }#XW55yT046OTRBr6WQOMWDQHHloIS5UN4 > .row > .video-iframe-container { display: none; }#XW55yT046OTRBr6WQOMWDQHHloIS5UN4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XW55yT046OTRBr6WQOMWDQHHloIS5UN4 > .row .container { border-width: 0; border-radius: 0; }#XW55yT046OTRBr6WQOMWDQHHloIS5UN4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XW55yT046OTRBr6WQOMWDQHHloIS5UN4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XW55yT046OTRBr6WQOMWDQHHloIS5UN4 > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#RTK8IpDPrJE5iTxIvEU2nT1HeE3x5Wnv { color:rgba(var(--color-tertiary-0),1);display:block;width:44.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.375rem;left:15.4375rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h7HgQTZ4tx2PgIdDp8dvTE1oBX4VZarK { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:19.5rem;left:8.0625rem;height:;font-style:normal;display:block; }#h7HgQTZ4tx2PgIdDp8dvTE1oBX4VZarK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h7HgQTZ4tx2PgIdDp8dvTE1oBX4VZarK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0698e254cdf75825a08bd50a6202880d60bb0efa.svg); }
#TAHzkm7SlSDbAmNO9clgTmWQNXmihl32 { color:#d8b46a;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:16.375rem;left:8.0625rem;height:2.0996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LsBLoSVGL29VIagcFDrTeyowHoAhNoAu { color:#d8b46a;display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:16.375rem;left:35.875rem;height:2.0996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QXLtCrmMlCUi3HToK47WuuKa1cX5RJ1S { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:19.5rem;left:35.875rem;height:;font-style:normal;display:block; }#QXLtCrmMlCUi3HToK47WuuKa1cX5RJ1S li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QXLtCrmMlCUi3HToK47WuuKa1cX5RJ1S li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0698e254cdf75825a08bd50a6202880d60bb0efa.svg); }
#WvczoLXsrsK23VKWDqUBTA9LThCo1Uwo { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:34.6875rem;border-top-right-radius:34.6875rem;border-bottom-left-radius:34.6875rem;border-bottom-right-radius:34.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.8125rem;height:3.9375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:39.171875rem;left:24.59375rem;display:block; }
#Db2OtCsDGxTKNO4MK5mGfTS8qVzs5FBZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KRee7xp7VLOPXvTUFKbNeEKzWVGoMgkH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ecdcbb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KRee7xp7VLOPXvTUFKbNeEKzWVGoMgkH > .row .container { background-color: transparent; background-image: none; }#KRee7xp7VLOPXvTUFKbNeEKzWVGoMgkH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRee7xp7VLOPXvTUFKbNeEKzWVGoMgkH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRee7xp7VLOPXvTUFKbNeEKzWVGoMgkH > .row .container > .video-iframe-container { display: none; }#KRee7xp7VLOPXvTUFKbNeEKzWVGoMgkH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRee7xp7VLOPXvTUFKbNeEKzWVGoMgkH > .row > .video-iframe-container { display: none; }#KRee7xp7VLOPXvTUFKbNeEKzWVGoMgkH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRee7xp7VLOPXvTUFKbNeEKzWVGoMgkH > .row .container { border-width: 0; border-radius: 0; }#KRee7xp7VLOPXvTUFKbNeEKzWVGoMgkH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KRee7xp7VLOPXvTUFKbNeEKzWVGoMgkH > .row .container { font-size:0.875rem;font-family:arial;height:61.25rem;width:75rem;position:relative;display:block; }#FGoxVf9xEbe1NXFGbgSKIZikwU3dcpD4 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6875rem;left:9.4375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oxJtI30xSu2EB00if2RSIR49BWMDW5AA { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.5625rem 1.5625rem 1.875rem rgba(0,0,0,0.19) ;height:45.6875rem;width:25.625rem;top:8.375rem;left:2.5509404388715rem;display:block; }
#XEmRTdRfrLbl9GtFti5rgd6r3hvNQlSi { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:8.375rem;left:41.375rem;height:7.347625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tP74dPohD9ewJngEHWZosiiD0lZF6TG0 { color:rgba(var(--color-primary-2),1);display:block;width:11.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.1875rem;left:41.375rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ON2iD1QLL7RsT2HVtZQ2R4bbZiswN3SJ { color:#9e7826;display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:19.25rem;left:41.375rem;height:1.57470625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ToFolleZT0sKtKfo3IiH7EsWZy9qxXpe { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:25.0625rem;left:41.375rem;height:5.51074375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MZqwN2dTnMLcurWyZw9CFtuJdw3tcTGo { color:rgba(var(--color-primary-2),1);display:block;width:11.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:33.875rem;left:41.375rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RTQVTPEHTxTzzIF5kGcBvx77LlAHrHiZ { color:#9e7826;display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:35.9375rem;left:41.375rem;height:1.57470625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pUIw4sgd6LVOddyTbgZPDKheOb9cJ4n1 { box-sizing:content-box;height:0.0625rem;width:27.5rem;position:absolute;display:block;z-index:15013;background-color:#a5a5a5;background-image:none;top:22.9375rem;left:41.375rem;display:block; }
#ddrbexKTKsO2TC3L9gCUuPUuxWBbiiNJ { box-sizing:content-box;height:0.0625rem;width:27.5rem;position:absolute;display:block;z-index:15017;background-color:#a5a5a5;background-image:none;top:39.5rem;left:41.375rem;display:block; }
#guGihM9zhKHkN5nGvlQoB5FG7wkuux7v { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:41.625rem;left:41.375rem;height:7.347625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TJpG9mb2yfWk5dH5MDqK2Kl25S5nVlQP { color:rgba(var(--color-primary-2),1);display:block;width:11.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:50.4375rem;left:41.375rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NT5wh17219BnHBL7tXgzBEhgFaOw6KTw { color:#9e7826;display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:52.5rem;left:41.375rem;height:1.57470625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ThWEChCp3R30JZehqm6kkyTq6DMoxrD4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dec393;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ThWEChCp3R30JZehqm6kkyTq6DMoxrD4 > .row .container { background-color: transparent; background-image: none; }#ThWEChCp3R30JZehqm6kkyTq6DMoxrD4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThWEChCp3R30JZehqm6kkyTq6DMoxrD4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThWEChCp3R30JZehqm6kkyTq6DMoxrD4 > .row .container > .video-iframe-container { display: none; }#ThWEChCp3R30JZehqm6kkyTq6DMoxrD4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThWEChCp3R30JZehqm6kkyTq6DMoxrD4 > .row > .video-iframe-container { display: none; }#ThWEChCp3R30JZehqm6kkyTq6DMoxrD4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThWEChCp3R30JZehqm6kkyTq6DMoxrD4 > .row .container { border-width: 0; border-radius: 0; }#ThWEChCp3R30JZehqm6kkyTq6DMoxrD4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ThWEChCp3R30JZehqm6kkyTq6DMoxrD4 > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#w7TFm3mPi228esoi7hzelJHLzQq5npne .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1); }
#w7TFm3mPi228esoi7hzelJHLzQq5npne .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:#9e7826; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;color:#616161;line-height:1.4;overflow:hidden;height:auto; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#w7TFm3mPi228esoi7hzelJHLzQq5npne .accordion-trigger.adaptive-delivery-prevent-bg, #w7TFm3mPi228esoi7hzelJHLzQq5npne .accordion-trigger.lazyload, #w7TFm3mPi228esoi7hzelJHLzQq5npne .accordion-trigger.lazyloading { background-image: none; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne { box-sizing:content-box;height:auto;width:47.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.78125rem;left:13.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #VSS1vXhAWt1nN6TTuBNDp5DTvDIgThhW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #ggIxhFtauC9QsmAdMIypC2qo0mupTPFx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #Rk7aJzmqu6d9gnNq8cTXom833Rg2GqP6 { display:block;position:relative; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #wMWTXCLi4ILRwiGWoi4l8gf4gizoNEkT {  }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #CiTXNoETThz67uP1PnwgcfLFNKk7ivIA {  }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #HTGq858re1UMs9J53mpJBcol0HuiWSRp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #KJPfsflmk6J47xuNxeQSUHwB4ZMTxzLy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #NRzR3XMU1H6ins6Rd1eATuuQVmmoZccn { display:block;position:relative; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #tpkPi1e8nN6Gd94NH8NmS26zd4ELoilH {  }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #LKsZ9JxnIFsfvPOCaHTMIP1OPDdBTesU { display:none; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #IFGVOtHdDK1VIZlFxllO5pq0hEoKM9AQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #Bvs5xyK0pUb2NZRERaayNipBuBLhxN3T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #HaENdy1JmEG6ru1c6a8XZL47fw2ceRgr { display:block;position:relative; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #tPGf2I641CJZTLDRVchKhq5PDz8xFSsL {  }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #olrsnf5PuQTBGhBgMCRCBIpCfA62a0pc { display:none; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #pH8LTmcNTqBlA2XXlMhEFhtz8P1kMhnK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #umTPxmKT5ovzOENZgK9kkSLyTll1Sm8F { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #py5d0A3765z4coiZ1mACz9LpSlbVnpu6 { display:block;position:relative; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #AWzE3xCi6wMuKotFu1SiD9sz1tGxTKBE {  }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #S7tkKeb1rzlT2FdkJowDpBQ4kTAgkPyL { display:none; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #f6sIWy3yP5zWWMHU0BNELfiqWKIh0mTS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #QEC7O3vvRS7iSNWT3y8Z101dsh0m5vzC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #gnvqiBd9xIFTvGMwNkAwFCTDh2JiG491 { display:block;position:relative; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #XEQf2pHqV3Wnnu3eoTb0aXb1wnXvrNQr {  }
#w7TFm3mPi228esoi7hzelJHLzQq5npne #BOrx5AoFJwscWBsM7H4ZUVVH2QHcdWeO { display:none; }
#ooESx0HSVv4JEuDTavJQeWTNvZOrM5GA { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.5625rem;left:28.1875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eHvW583fcaQWCw49V9TTzlLtiZfeBiKH { position:relative;display:none; }#eHvW583fcaQWCw49V9TTzlLtiZfeBiKH { border-width: 0; border-radius: 0; }#eHvW583fcaQWCw49V9TTzlLtiZfeBiKH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eHvW583fcaQWCw49V9TTzlLtiZfeBiKH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hMOB4vxJSz2NyFhBZ5lRTgsG3TV3AIgu { background-color:rgba(var(--color-primary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hMOB4vxJSz2NyFhBZ5lRTgsG3TV3AIgu > .row .container { background-color: transparent; background-image: none; }#hMOB4vxJSz2NyFhBZ5lRTgsG3TV3AIgu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMOB4vxJSz2NyFhBZ5lRTgsG3TV3AIgu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMOB4vxJSz2NyFhBZ5lRTgsG3TV3AIgu > .row .container > .video-iframe-container { display: none; }#hMOB4vxJSz2NyFhBZ5lRTgsG3TV3AIgu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMOB4vxJSz2NyFhBZ5lRTgsG3TV3AIgu > .row > .video-iframe-container { display: none; }#hMOB4vxJSz2NyFhBZ5lRTgsG3TV3AIgu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMOB4vxJSz2NyFhBZ5lRTgsG3TV3AIgu > .row .container { border-width: 0; border-radius: 0; }#hMOB4vxJSz2NyFhBZ5lRTgsG3TV3AIgu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hMOB4vxJSz2NyFhBZ5lRTgsG3TV3AIgu > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:75rem;overflow:visible;position:relative;display:block; }#h8OIlOiUrKcWDeTICbwUdUuwrZgakEtA { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:5.6875rem;left:0rem;height:3.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#O0C9yu3Fl4UAhBB0bxAIeqUbI4fXKVzE { color:rgba(var(--color-tertiary-0),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.0625rem;left:0rem;height:8.9355625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cTAx46N4Zeqs9wd1G5hAweNz9miR3Tfc { box-sizing:content-box;height:38.9375rem;width:35.5rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:4.5625rem;left:41.5rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),0.58);border-left:0.125rem solid rgba(var(--color-tertiary-0),0.58);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.58);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),0.58);border-top-left-radius:9.375rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#q0s4IuGn7xN8SqtoHhrIuTiPnCfPVrQA { box-sizing:content-box;height:40.5rem;width:31.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9d0d04db-ba29-43ec-8e19-6c1325a6c386/img0844168431aebaa0a3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.6875rem;left:40rem;border-top-left-radius:12.5rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#q0s4IuGn7xN8SqtoHhrIuTiPnCfPVrQA.adaptive-delivery-prevent-bg, #q0s4IuGn7xN8SqtoHhrIuTiPnCfPVrQA.lazyload, #q0s4IuGn7xN8SqtoHhrIuTiPnCfPVrQA.lazyloading { background-image: none; }
#cwaWnETQxZGFAobTfMwnfHAVqLBXMhbs { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:21.40625rem;left:0rem;height:25.18746875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VOKugEgydXSBZ9WWzJ7zZAZJexGThrmK { color:rgba(var(--color-secondary-0),1);display:block;width:17.5625rem;position:absolute;font-family:careny;font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6875rem;left:18.53125rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nLAKLo7cSKz0UwdftSNr2gAIvPmQRip8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ecdcbb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nLAKLo7cSKz0UwdftSNr2gAIvPmQRip8 > .row .container { background-color: transparent; background-image: none; }#nLAKLo7cSKz0UwdftSNr2gAIvPmQRip8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLAKLo7cSKz0UwdftSNr2gAIvPmQRip8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLAKLo7cSKz0UwdftSNr2gAIvPmQRip8 > .row .container > .video-iframe-container { display: none; }#nLAKLo7cSKz0UwdftSNr2gAIvPmQRip8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLAKLo7cSKz0UwdftSNr2gAIvPmQRip8 > .row > .video-iframe-container { display: none; }#nLAKLo7cSKz0UwdftSNr2gAIvPmQRip8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLAKLo7cSKz0UwdftSNr2gAIvPmQRip8 > .row .container { border-width: 0; border-radius: 0; }#nLAKLo7cSKz0UwdftSNr2gAIvPmQRip8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nLAKLo7cSKz0UwdftSNr2gAIvPmQRip8 > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;position:relative;display:block; }#rZwlDbcOrnQi3Hi4hBlC4JBe9CmxosQR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:32.0625rem;left:35.5rem; }
#FbzfnlHCL1OFacCM3LtCVPtIHksmooVb { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:31.962890625rem;left:39.4375rem;height:3.32421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ah5SHUV5qF7mxz3vZ5Qumw0TJ627KKt6 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:38.375rem;left:36.25rem;height:7.5859375rem;font-style:normal;display:block; }#ah5SHUV5qF7mxz3vZ5Qumw0TJ627KKt6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ah5SHUV5qF7mxz3vZ5Qumw0TJ627KKt6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_05649d0accebe6a5971a17455e68aba2b42cd8f9.svg); }
#FX7ndRS7ktRHfPMdQkh4LN0shpaLN10T { background-color:transparent;background-image:none;border-top:0.125rem solid #976e1a;border-left:0.125rem solid #976e1a;border-right:0.125rem solid #976e1a;border-bottom:0.125rem solid #976e1a;border-top-left-radius:34.6875rem;border-top-right-radius:34.6875rem;border-bottom-left-radius:34.6875rem;border-bottom-right-radius:34.6875rem;box-shadow: none;box-sizing:border-box;color:#976e1a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:42.0625rem;left:58.1875rem;display:block; }
#BUZOybdlII0DoDoklNtM7Zl1cC1ma243 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3kkLJI1BzAG2eIhqWOkyTmrMuqSBXSt { box-sizing:content-box;height:23.5625rem;width:17.1875rem;position:absolute;display:block;z-index:14995;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/463ad049-03a6-4a37-870a-180f1d3b84b0/download22.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.9375rem;left:35.5rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }#a3kkLJI1BzAG2eIhqWOkyTmrMuqSBXSt.adaptive-delivery-prevent-bg, #a3kkLJI1BzAG2eIhqWOkyTmrMuqSBXSt.lazyload, #a3kkLJI1BzAG2eIhqWOkyTmrMuqSBXSt.lazyloading { background-image: none; }
#dpmd5A0g1RHe0WVQD6VrzDPJSMoITSmK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.5625rem 1.5625rem 1.875rem rgba(0,0,0,0.19) ;height:40rem;width:22.5rem;top:5.9375rem;left:5.5rem;display:block; }
#I3ia4NC6VmznrVHkobmIQMHd4JUbTggD { color:#ff0042;display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1875rem;left:9.125rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lso4X9GkBGEgL73s7yc54NzRZutzfxFg { box-sizing:content-box;height:23.5625rem;width:17.1875rem;position:absolute;display:block;z-index:14996;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dbccece7-639c-4c16-b846-3c2c76429d92/download23.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.9375rem;left:53.875rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }#Lso4X9GkBGEgL73s7yc54NzRZutzfxFg.adaptive-delivery-prevent-bg, #Lso4X9GkBGEgL73s7yc54NzRZutzfxFg.lazyload, #Lso4X9GkBGEgL73s7yc54NzRZutzfxFg.lazyloading { background-image: none; }
#yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0cd828e4-9e8a-428e-acd8-e45caaa2cc5f/b705bffa83.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ.adaptive-delivery-prevent-bg, #yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ.lazyload, #yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ.lazyloading { background-image: none; }#yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ > .row .container { background-color: transparent; background-image: none; }#yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,60,0,0.83); }#yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ > .row .container > .video-iframe-container { display: none; }#yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,60,0,0.83); }#yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ > .row > .video-iframe-container { display: none; }#yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ > .row .container { border-width: 0; border-radius: 0; }#yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#Lo5cXwMAHhAKw6eMeM64wEA0MTAoEfDT { color:rgba(var(--color-tertiary-0),1);display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:11.1875rem;left:11.5rem;height:12.59378125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SD8oO413stFzvdegzMdqDTJcnMnRuDXH { color:rgba(var(--color-secondary-0),1);display:block;width:49.25rem;position:absolute;font-family:careny;font-size:4.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8125rem;left:12.875rem;height:5.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RbHxmqyHMPSUF7QCPg8dU0Gyqw5wP1QR { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(0,0,0,0.15);border-top-left-radius:34.6875rem;border-top-right-radius:34.6875rem;border-bottom-left-radius:34.6875rem;border-bottom-right-radius:34.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.8125rem;height:4.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.3125rem;left:24.09375rem;display:block; }
#l4TSN5ZfZRE5apOWDk8zyrf5HDhchAsS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTONFSQ6GzM6UAv9K5hJEVpZPemCJw9M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kTONFSQ6GzM6UAv9K5hJEVpZPemCJw9M > .row .container { background-color: transparent; background-image: none; }#kTONFSQ6GzM6UAv9K5hJEVpZPemCJw9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTONFSQ6GzM6UAv9K5hJEVpZPemCJw9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTONFSQ6GzM6UAv9K5hJEVpZPemCJw9M > .row .container > .video-iframe-container { display: none; }#kTONFSQ6GzM6UAv9K5hJEVpZPemCJw9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTONFSQ6GzM6UAv9K5hJEVpZPemCJw9M > .row > .video-iframe-container { display: none; }#kTONFSQ6GzM6UAv9K5hJEVpZPemCJw9M > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTONFSQ6GzM6UAv9K5hJEVpZPemCJw9M > .row .container { border-width: 0; border-radius: 0; }#kTONFSQ6GzM6UAv9K5hJEVpZPemCJw9M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kTONFSQ6GzM6UAv9K5hJEVpZPemCJw9M > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#SUAJADT9VhX98WFAwl81bPcnWfVL78Ci { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.4375rem;left:28.1875rem;height:2.6806625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LD7T139i4bdzwmNzMod37Xa3Vy784fIs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LD7T139i4bdzwmNzMod37Xa3Vy784fIs > .row .container { background-color: transparent; background-image: none; }#LD7T139i4bdzwmNzMod37Xa3Vy784fIs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LD7T139i4bdzwmNzMod37Xa3Vy784fIs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LD7T139i4bdzwmNzMod37Xa3Vy784fIs > .row .container > .video-iframe-container { display: none; }#LD7T139i4bdzwmNzMod37Xa3Vy784fIs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LD7T139i4bdzwmNzMod37Xa3Vy784fIs > .row > .video-iframe-container { display: none; }#LD7T139i4bdzwmNzMod37Xa3Vy784fIs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LD7T139i4bdzwmNzMod37Xa3Vy784fIs > .row .container { border-width: 0; border-radius: 0; }#LD7T139i4bdzwmNzMod37Xa3Vy784fIs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LD7T139i4bdzwmNzMod37Xa3Vy784fIs > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#o5maTywEnWGfdLsqrxV0Q30oeasHGHap { box-sizing:content-box;height:26.875rem;width:22.0625rem;position:absolute;display:block;z-index:14996;background-color:rgba(0,0,0,0.09);background-image:none;top:0rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#NoOkQVKmvF3i2i6vhk3dVVkTXnUbZTTK { color:rgba(var(--color-secondary-0),1);display:block;width:17.5625rem;position:absolute;font-family:careny;font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.875rem;left:1.875rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OiPbLMol3ydfs8aOOv7QylTF4vQxTtS0 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:5.75rem;left:1.875rem;height:;font-style:normal;display:block; }#OiPbLMol3ydfs8aOOv7QylTF4vQxTtS0 li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#OiPbLMol3ydfs8aOOv7QylTF4vQxTtS0 li:before{  }
#mQ6XvZA13gJRumG9dNZ67FTCggwegM00 { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:2rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:34.6875rem;border-top-right-radius:34.6875rem;border-bottom-left-radius:34.6875rem;border-bottom-right-radius:34.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.8125rem;left:1.875rem;display:block; }
#RPq1bVl3Mu8hXxM1casIcJrF4qFFwRXD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZJ9FTMbt9nNudeadmZL97UW9LMpVJkxs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:21.625rem;left:3.1875rem; }
#tP0AGsq5euh2nO2F2hV1iaS6CDPAmTOD { color:rgba(var(--color-secondary-1),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:18.5625rem;left:1.875rem;height:1.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ynhOyqFrOxe5V15b4xWHWkzuKGWyl0Le { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.125rem;left:11.5rem; }
#ZI5f5eTKJHTR2eJ0shXrOx53tUZxP8Hr { box-sizing:content-box;height:26.875rem;width:23.0625rem;position:absolute;display:block;z-index:14996;background-color:rgba(0,0,0,0.09);background-image:none;top:0rem;left:26rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#tU50vxU1PdUOuGKRfrezToJUBnVIdOqm { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:2rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:34.6875rem;border-top-right-radius:34.6875rem;border-bottom-left-radius:34.6875rem;border-bottom-right-radius:34.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.8125rem;left:27.875rem;display:block; }
#kOb4G5lcEvpRfrtOT5eNTrAbPw95PJyT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sGFqfkq1EWBJTn25EZtCkDqkhkb9dGnA { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:5.75rem;left:27.875rem;height:;font-style:normal;display:block; }#sGFqfkq1EWBJTn25EZtCkDqkhkb9dGnA li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#sGFqfkq1EWBJTn25EZtCkDqkhkb9dGnA li:before{  }
#blzF1qfzTSnUuASGaTFPDMAHGiEB4XlO { color:rgba(var(--color-secondary-1),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:18.5625rem;left:27.875rem;height:1.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tWvHvWM5H1ksgI7NQJtmpLGKhuIcTNxr { color:rgba(var(--color-secondary-0),1);display:block;width:19.6875rem;position:absolute;font-family:careny;font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.875rem;left:27.875rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tahtgvzqLRXrEIpTu0PfLB77wU4Rg22F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.1875rem;left:45.125rem; }
#mCC2UQxus4BertLTOz8Rou4TaKT4RAB2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:21.625rem;left:29.1875rem; }
#pu8rRB0JAron1O1ysNPzPSWtGXFIeMiK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.1875rem;left:46.4375rem; }
#rZo0ApLDa0w8nWBnM7EnVLofAMIKsfZI { box-sizing:content-box;height:26.875rem;width:23.0625rem;position:absolute;display:block;z-index:14996;background-color:rgba(0,0,0,0.09);background-image:none;top:0rem;left:51.9375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#iX8gaTk7cQrnxryLlfC2MAeiK1Zoe3W3 { color:rgba(var(--color-secondary-0),1);display:block;width:19.6875rem;position:absolute;font-family:careny;font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.875rem;left:53.8125rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AoNKLX8T7DlQZgTpGMLvcehX6125xsdw { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:5.75rem;left:53.8125rem;height:;font-style:normal;display:block; }#AoNKLX8T7DlQZgTpGMLvcehX6125xsdw li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#AoNKLX8T7DlQZgTpGMLvcehX6125xsdw li:before{  }
#Xxz5IwxpPwnFPUiHm1bDcq6edyTrB3yO { color:rgba(var(--color-secondary-1),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:18.53125rem;left:53.8125rem;height:1.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WzKPyoLVdFJIg0tOGkzQyLVfzwKfv0Mh { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:2rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:34.6875rem;border-top-right-radius:34.6875rem;border-bottom-left-radius:34.6875rem;border-bottom-right-radius:34.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.75rem;left:53.8125rem;display:block; }
#hEMomPdglGDHtIoIln5ZPoLLOpdTReHW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cm3KToMTlgCRh9t5UeRAQCALkSF3pgTr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:21.5625rem;left:55.125rem; }
#EEiAtfUaVdc5e74neR6NI5T1Iu9HoTR3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.1875rem;left:63.5625rem; }
#UaKX4DpBxdbs8sOmTSIrBpiSm2sttP4N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.2119140625rem;left:65.0625rem; }
#nfqpptfUVALIV08ZVexyFZ0uFkawI1F0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.2119140625rem;left:66.5625rem; }
#PJUhXzOVkys752Q31hBayyOIqwTUQxz8 { background-color:#7d5f2b;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PJUhXzOVkys752Q31hBayyOIqwTUQxz8 > .row .container { background-color: transparent; background-image: none; }#PJUhXzOVkys752Q31hBayyOIqwTUQxz8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJUhXzOVkys752Q31hBayyOIqwTUQxz8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJUhXzOVkys752Q31hBayyOIqwTUQxz8 > .row .container > .video-iframe-container { display: none; }#PJUhXzOVkys752Q31hBayyOIqwTUQxz8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJUhXzOVkys752Q31hBayyOIqwTUQxz8 > .row > .video-iframe-container { display: none; }#PJUhXzOVkys752Q31hBayyOIqwTUQxz8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJUhXzOVkys752Q31hBayyOIqwTUQxz8 > .row .container { border-width: 0; border-radius: 0; }#PJUhXzOVkys752Q31hBayyOIqwTUQxz8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJUhXzOVkys752Q31hBayyOIqwTUQxz8 > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:75rem;overflow:visible;position:relative;display:block; }#urEWzqqJ3q3VFT62TFeOlsPrGzHODrBo { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:4.876953125rem;left:31.943359375rem;overflow:hidden;display:block; }
#Cvn1zkVv7wZwAvncBS2strTRzPDHTdUs { color:rgba(var(--color-tertiary-0),1);display:block;width:42.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.693359375rem;left:30.880859375rem;height:5.19921875rem;font-style:normal;display:block; }
#TR0CFTd8vuratDGyPA6X9ZMCFVzpJTs0 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:19.8095703125rem;left:30.9736328125rem;height:3.798825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wvRCQBgmoPd5sdUN2aseuE7PfLHGGAK7 { box-sizing:content-box;height:30.9375rem;width:31.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cf3f12f8-e070-4a4a-a2ea-4d1e5e9b3976/staminageral8468d570ac4ac76.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.2275390625rem;left:0.271484375rem;display:block; }#wvRCQBgmoPd5sdUN2aseuE7PfLHGGAK7.adaptive-delivery-prevent-bg, #wvRCQBgmoPd5sdUN2aseuE7PfLHGGAK7.lazyload, #wvRCQBgmoPd5sdUN2aseuE7PfLHGGAK7.lazyloading { background-image: none; }
#i41w8reaMkTCbN8nIPBKTTcHzUT2Fi8G { box-sizing:content-box;height:13.4375rem;width:35.5625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0), #7d5f2b);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0), #7d5f2b);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0), #7d5f2b);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0), #7d5f2b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#7d5f2b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#7d5f2b' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0), #7d5f2b);background-size:cover !important;top:18.830801963806rem;left:-5.8175241388736rem;display:block; }
#KFPJgCRf7mIPKWTi9BfWllxmvTXaaSgJ { box-sizing:content-box;height:7.125rem;width:7.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.876953125rem;left:30.880859375rem;border-top:0.3125rem solid #ecbc5b;border-left:0.3125rem solid #ecbc5b;border-right:0.3125rem solid #ecbc5b;border-bottom:0.3125rem solid #ecbc5b;display:block; }
#ECi5Guz9hblyh6qtc4WKWQr2I2kN4VDN { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:27.64453125rem;left:59.5009765625rem;height:1.8994125rem;font-style:normal;display:block; }#ECi5Guz9hblyh6qtc4WKWQr2I2kN4VDN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ECi5Guz9hblyh6qtc4WKWQr2I2kN4VDN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0cdde87fe49b399e8c4812364ab366e182bc595b.svg); }
#PpwKLUFD8Zt1TJrsKCTe4RcXOpzZqTQ5 { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(0,0,0,0.15);border-top-left-radius:34.6875rem;border-top-right-radius:34.6875rem;border-bottom-left-radius:34.6875rem;border-bottom-right-radius:34.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.8125rem;height:4.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.5625rem;left:30.880859375rem;display:block; }
#QsfANXHPVn0dSllD8tXu7g6uqLQaMnBO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LSTJF0Gh8ywJB55WHRNM1FDaSmIGDwWc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:27.46875rem;left:72.75rem; }
#LSTJF0Gh8ywJB55WHRNM1FDaSmIGDwWc > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#T0BWl5kcVZKzWRwtdr2Oe9RWan08l5la { position:relative;display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #T0BWl5kcVZKzWRwtdr2Oe9RWan08l5la > .row .container { position:relative;display:block; }#s4Ah79qUluf7tlV4MUkuoKzRTlSJkCOw { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#s4Ah79qUluf7tlV4MUkuoKzRTlSJkCOw { background-color: transparent; background-image: none; }#s4Ah79qUluf7tlV4MUkuoKzRTlSJkCOw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4Ah79qUluf7tlV4MUkuoKzRTlSJkCOw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4Ah79qUluf7tlV4MUkuoKzRTlSJkCOw > .row .container > .video-iframe-container { display: none; }#s4Ah79qUluf7tlV4MUkuoKzRTlSJkCOw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4Ah79qUluf7tlV4MUkuoKzRTlSJkCOw > .row > .video-iframe-container { display: none; }#s4Ah79qUluf7tlV4MUkuoKzRTlSJkCOw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4Ah79qUluf7tlV4MUkuoKzRTlSJkCOw { border-width: 0; border-radius: 0; }#s4Ah79qUluf7tlV4MUkuoKzRTlSJkCOw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s4Ah79qUluf7tlV4MUkuoKzRTlSJkCOw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lZGArIgD89mzaykiigU2AUuaTtCWWbMi { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:55.9375rem;display:block; }
#t8HWn97V0sBa6f2FOzUNaDhG4UeKJVJ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DKaOFvVSxqLEGXRDFsTSGpTsLi0ccliP { box-sizing:content-box;color:rgba(var(--color-secondary-1),1);font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.21875rem;left:68.3125rem;display:block; }
#Psi7trM4dStxSAc1A5Oi53lsPVhdaRzJ { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#ZbMXAqogxQTRS1hT3SQmdHmem7BRCeQl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O3XIarNfX2o1WP8aQIN7F1vQZ1Zw6hz4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#h5naAeLyyQWZqU8HantaWMAoZRh2V98N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uh88eCB6UWJxF0nEE7XEZ7uXQNwrv1BS { display:block; }#uh88eCB6UWJxF0nEE7XEZ7uXQNwrv1BS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vue1TgO0WlLimqtudFf4oh1o89RtQfcV { width:42.75rem;height:37.0625rem;top:6.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AALqfvPiTKFer20iL1TxUalrvgqkQyVK { width:25.625rem;height:30.625rem;top:12.75rem;left:21.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hdSUHRn7tvKfbJMq7bp2VgWerfcARNIe { width:23.5rem;height:37.75rem;top:5.75rem;left:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DmsDGcmNOR8NgL0wnAsAIIehTZMPQFDb { width:5.25rem;height:27.125rem;top:9.3125rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFDuiO1IEPthEclRuGBoelInKmAMBoBE { width:17.0625rem;height:4.0625rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpHzPfRldoyZaAyuJW0N0i6q2gMnIRVh { display:block; }
 }@media only screen and (max-width: 763px) { #I18VNQwZyU2xrRWFk8SUrSs581UqZFcf { width:1.875rem;height:1.875rem;top:35.125rem;left:17.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFncNUbt7FB6CEMTUQt4zdAQ1V7MFyrc { display:block; }
 }@media only screen and (max-width: 763px) { #A9UCCZ2NLTfarVfAtU4greuGZRQi6G6U { width:11.625rem;height:1.0625rem;top:35.5625rem;left:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE0yIQ5ZIRThMgt2t6K7ABWo62NHfTLQ { width:10.875rem;height:9.5rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLRemEIDxAAQs5GK6s1PIFrlb87ywMui { width:43.5rem;height:;top:17.8125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEzpZiU0rZEAWvxN4xBoD6vPzXp8sfJx { width:11.1875rem;height:5.9375rem;top:7.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOgH8LOuCTM2XIJTRtwTQtwvtmuZb4zn { width:40.9375rem;height:;top:26.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5eCAlNwhI7MbKuh6RrPeQQH6JReTfnR { width:0.75rem;height:2.3125rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9IGh7rD0DJsnV6DoIGa3BdrGWcUbGHB { display:block; }#Q9IGh7rD0DJsnV6DoIGa3BdrGWcUbGHB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPmZibUAkJO1eqo2MMvK4el9pZGZzsVr { width:15.625rem;height:1.4375rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aoem7UASFoKCL3c9ubVIpvtsz0tEcx2r { width:19.125rem;height:1.4375rem;top:1.25rem;left:15.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6aw5bm0D30ZF9PN0QG5RAQ4araeLV8T { width:18.75rem;height:1.4375rem;top:1.25rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KndqT0QdTO3u12EAodE3QARd1iQaButD { width:1.5625rem;height:1.5625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtUbGyfBDoTi4N6hXhI8XWPwvkdSOON9 { width:1.5625rem;height:1.5625rem;top:1.1875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL05mVb2KTLxnDFTBMKOvk3F9rDHUdJA { width:1.5625rem;height:1.5625rem;top:1.1875rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIDd5l9QrJ0VzJZgHGTkJ6LJBwND06Zv { display:block; }#OIDd5l9QrJ0VzJZgHGTkJ6LJBwND06Zv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOH0PlgkC0S9EBcrUuUqZLaJlDHNQ9V1 { display:block; }#XOH0PlgkC0S9EBcrUuUqZLaJlDHNQ9V1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPsgexCPKJMDv77yxhk6RuuOWrwXZoy0 { width:27.875rem;height:4.5rem;top:5.375rem;left:19.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM4bkElaWJRtfwVNaxsDetXGgETlyzBT { width:28.875rem;height:7.3125rem;top:11.5rem;left:18.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVXDiTOU8fDR7mhMeSZr2RDCmmaG8JZy { width:12.4375rem;height:12.4375rem;top:3.75rem;left:14.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0taSTKV0i4aT4x89i8zRJuKoDxuhhKN { width:18.75rem;height:33.25rem;top:-3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzvV1lEbSRuLPGEQ1A2X8RSMcmrsWeGs { width:18.5rem;height:4.0625rem;top:23.3125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5rdszoGPVBfkOnCb3Q0Zc96pbKedlHP { display:block; }
 }@media only screen and (max-width: 763px) { #WEbqTwy01EnQmzpIarAwCIxpLG39mHc7 { width:1.375rem;height:1.375rem;top:1.125rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6O96y1J8TCW98L45rxbtfwNf3okugDq { width:7.875rem;height:1rem;top:2.5625rem;left:9.21875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4ITh7hTdQyZiymos4WHtUn6tS2TDvzr { display:block; }#G4ITh7hTdQyZiymos4WHtUn6tS2TDvzr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIVsnU3iQqWWLCVigsQqfnEvzT6TEDZR { width:27.0625rem;height:2.8125rem;top:6rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srShPpXvbJZ7CsIXeT8uOmgigKrTtSM8 { width:22rem;height:12.625rem;top:17.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XziauHcxtERiChQk0XO9ThGhomAOdmhb { width:13.375rem;height:3.125rem;top:17.625rem;left:23.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3bv3ssFWdZG5uPiQGqmtn66GhHgNkXp { width:18.9375rem;height:3.125rem;top:17.625rem;left:28.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJgogVuWbcye4GiItEzGWLGEHmMQZhom { width:14.875rem;height:3.125rem;top:27.125rem;left:23.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRlroq1tuBsITmGmRLEsE7V3oJB6ZpOD { width:16.5rem;height:3.125rem;top:27.125rem;left:31.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssi6TPxg5PTWs2CNWzCTKaPKWyDALazd { width:27.0625rem;height:12rem;top:6.5625rem;left:0rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOb9bI3Aslod65qR5U63RNMoiZOkigbd { width:3.125rem;height:3.125rem;top:13.5625rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCSIXgvo783zuQfEi2vTAcRIoKxZ1VbM { width:3.125rem;height:3.125rem;top:13.5625rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux124eqVrC2GfG7tSVxT4ANT2UzKkblL { width:3.125rem;height:3.125rem;top:23.375rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad5z8bGA048SJM5Ix8Gk2XBgS6URx2rV { width:3.125rem;height:3.125rem;top:23.375rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amNCoVAfksPsDqHpXkpLCK8tnkrPoe8J { display:block; }#amNCoVAfksPsDqHpXkpLCK8tnkrPoe8J > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LE8K7CxLWZnHFgGt8oXzfBk1663G7cbp { width:32.875rem;height:3.625rem;top:2.3125rem;left:9rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQxURWfuRHK44lRPVclhBZ1z66WTkD6S { width:20.875rem;height:8.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR27TWQRpQR2KtBEmwfy8TppMDscwwfe { width:15.75rem;height:4.0625rem;top:2.125rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #neVP1NGuCxmEwUiwv2Pt4IlHTMgcsJP4 { display:block; }
 }@media only screen and (max-width: 763px) { #OVTaglR86NhD2OBmc2gAiekGFiXZqgfb { display:block; }#OVTaglR86NhD2OBmc2gAiekGFiXZqgfb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3XZ8kVqp3PZo7ZMsRDip0kuBdW8vy8k { display:block; }#H3XZ8kVqp3PZo7ZMsRDip0kuBdW8vy8k > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FONz9q9ttTtbM8iQ6dAB0TDZ08T7ZiXT { width:36.75rem;height:5.8125rem;top:5.875rem;left:11rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLS92Jn0o72m0mloZv1Fd5l0Inrzr7Dg { width:33.75rem;height:36.75rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNi9TEKElOsisSrzISbz25qAzPBJbVJN { width:33.75rem;height:37.4375rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkGP7xlI2Ve8OHuRvZCuQRkweXkpTF67 { width:35.625rem;height:;top:13.625rem;left:12.125rem;font-size:0.9375rem;display:block; }#AkGP7xlI2Ve8OHuRvZCuQRkweXkpTF67 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ba477ffd417fd54d1b003cf5c7f743a493fd226b.svg); }
 }@media only screen and (max-width: 763px) { #VaqxCgLpnh8sN1a9Psak2Of01hzKp9Qo { width:15.75rem;height:4.0625rem;top:37.5625rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1k6v8L99zfoNbGIABZyHEWIpDhDTCCE { display:block; }
 }@media only screen and (max-width: 763px) { #XW55yT046OTRBr6WQOMWDQHHloIS5UN4 { display:block; }#XW55yT046OTRBr6WQOMWDQHHloIS5UN4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTK8IpDPrJE5iTxIvEU2nT1HeE3x5Wnv { width:44.125rem;height:5.8125rem;top:6.375rem;left:1.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7HgQTZ4tx2PgIdDp8dvTE1oBX4VZarK { width:21.5625rem;height:;top:19.5rem;left:0rem;font-size:0.9375rem;display:block; }#h7HgQTZ4tx2PgIdDp8dvTE1oBX4VZarK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0698e254cdf75825a08bd50a6202880d60bb0efa.svg); }
 }@media only screen and (max-width: 763px) { #TAHzkm7SlSDbAmNO9clgTmWQNXmihl32 { width:20.875rem;height:2.0625rem;top:16.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsBLoSVGL29VIagcFDrTeyowHoAhNoAu { width:25.8125rem;height:2.0625rem;top:16.375rem;left:21.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXLtCrmMlCUi3HToK47WuuKa1cX5RJ1S { width:31.0625rem;height:;top:19.5rem;left:16.6875rem;font-size:0.9375rem;display:block; }#QXLtCrmMlCUi3HToK47WuuKa1cX5RJ1S li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0698e254cdf75825a08bd50a6202880d60bb0efa.svg); }
 }@media only screen and (max-width: 763px) { #WvczoLXsrsK23VKWDqUBTA9LThCo1Uwo { width:25.8125rem;height:3.9375rem;top:39.125rem;left:10.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db2OtCsDGxTKNO4MK5mGfTS8qVzs5FBZ { display:block; }
 }@media only screen and (max-width: 763px) { #KRee7xp7VLOPXvTUFKbNeEKzWVGoMgkH { display:block; }#KRee7xp7VLOPXvTUFKbNeEKzWVGoMgkH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGoxVf9xEbe1NXFGbgSKIZikwU3dcpD4 { width:15.25rem;height:2rem;top:4.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxJtI30xSu2EB00if2RSIR49BWMDW5AA { width:25.625rem;height:45.6875rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEmRTdRfrLbl9GtFti5rgd6r3hvNQlSi { width:26.5625rem;height:7.3125rem;top:8.375rem;left:21.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP74dPohD9ewJngEHWZosiiD0lZF6TG0 { width:11.6875rem;height:2rem;top:17.1875rem;left:27.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON2iD1QLL7RsT2HVtZQ2R4bbZiswN3SJ { width:11.125rem;height:1.5625rem;top:19.25rem;left:27.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToFolleZT0sKtKfo3IiH7EsWZy9qxXpe { width:26.5625rem;height:7.3125rem;top:25.0625rem;left:21.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZqwN2dTnMLcurWyZw9CFtuJdw3tcTGo { width:11.6875rem;height:2rem;top:33.875rem;left:27.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTQVTPEHTxTzzIF5kGcBvx77LlAHrHiZ { width:11.125rem;height:1.5625rem;top:35.9375rem;left:27.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUIw4sgd6LVOddyTbgZPDKheOb9cJ4n1 { width:27.5rem;height:0.0625rem;top:22.9375rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddrbexKTKsO2TC3L9gCUuPUuxWBbiiNJ { width:27.5rem;height:0.0625rem;top:39.5rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #guGihM9zhKHkN5nGvlQoB5FG7wkuux7v { width:27.5rem;height:7.3125rem;top:41.625rem;left:20.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJpG9mb2yfWk5dH5MDqK2Kl25S5nVlQP { width:11.6875rem;height:2rem;top:50.4375rem;left:27.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT5wh17219BnHBL7tXgzBEhgFaOw6KTw { width:11.125rem;height:1.5625rem;top:52.5rem;left:27.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThWEChCp3R30JZehqm6kkyTq6DMoxrD4 { display:block; }#ThWEChCp3R30JZehqm6kkyTq6DMoxrD4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne { display:flex;height:auto;width:38.125rem;top:7.5625rem;left:3.5625rem; }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #VSS1vXhAWt1nN6TTuBNDp5DTvDIgThhW {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #ggIxhFtauC9QsmAdMIypC2qo0mupTPFx {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #Rk7aJzmqu6d9gnNq8cTXom833Rg2GqP6 {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #wMWTXCLi4ILRwiGWoi4l8gf4gizoNEkT {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #CiTXNoETThz67uP1PnwgcfLFNKk7ivIA {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #HTGq858re1UMs9J53mpJBcol0HuiWSRp {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #KJPfsflmk6J47xuNxeQSUHwB4ZMTxzLy {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #NRzR3XMU1H6ins6Rd1eATuuQVmmoZccn {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #tpkPi1e8nN6Gd94NH8NmS26zd4ELoilH {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #LKsZ9JxnIFsfvPOCaHTMIP1OPDdBTesU {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #IFGVOtHdDK1VIZlFxllO5pq0hEoKM9AQ {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #Bvs5xyK0pUb2NZRERaayNipBuBLhxN3T {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #HaENdy1JmEG6ru1c6a8XZL47fw2ceRgr {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #tPGf2I641CJZTLDRVchKhq5PDz8xFSsL {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #olrsnf5PuQTBGhBgMCRCBIpCfA62a0pc {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #pH8LTmcNTqBlA2XXlMhEFhtz8P1kMhnK {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #umTPxmKT5ovzOENZgK9kkSLyTll1Sm8F {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #py5d0A3765z4coiZ1mACz9LpSlbVnpu6 {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #AWzE3xCi6wMuKotFu1SiD9sz1tGxTKBE {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #S7tkKeb1rzlT2FdkJowDpBQ4kTAgkPyL {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #f6sIWy3yP5zWWMHU0BNELfiqWKIh0mTS {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #QEC7O3vvRS7iSNWT3y8Z101dsh0m5vzC {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #gnvqiBd9xIFTvGMwNkAwFCTDh2JiG491 {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #XEQf2pHqV3Wnnu3eoTb0aXb1wnXvrNQr {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #BOrx5AoFJwscWBsM7H4ZUVVH2QHcdWeO {  }
 }@media only screen and (max-width: 763px) { #ooESx0HSVv4JEuDTavJQeWTNvZOrM5GA { width:18.625rem;height:2rem;top:3.5625rem;left:14.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHvW583fcaQWCw49V9TTzlLtiZfeBiKH { display:none; }#eHvW583fcaQWCw49V9TTzlLtiZfeBiKH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hMOB4vxJSz2NyFhBZ5lRTgsG3TV3AIgu { display:block; }#hMOB4vxJSz2NyFhBZ5lRTgsG3TV3AIgu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8OIlOiUrKcWDeTICbwUdUuwrZgakEtA { width:18.9375rem;height:3.0625rem;top:5.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0C9yu3Fl4UAhBB0bxAIeqUbI4fXKVzE { width:33rem;height:8.9375rem;top:10.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTAx46N4Zeqs9wd1G5hAweNz9miR3Tfc { width:35.5rem;height:38.9375rem;top:4.5625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0s4IuGn7xN8SqtoHhrIuTiPnCfPVrQA { width:31.9375rem;height:40.5rem;top:5.6875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwaWnETQxZGFAobTfMwnfHAVqLBXMhbs { width:35.5rem;height:25.125rem;top:21.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOKugEgydXSBZ9WWzJ7zZAZJexGThrmK { width:17.5625rem;height:3.6875rem;top:5.6875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLAKLo7cSKz0UwdftSNr2gAIvPmQRip8 { display:block; }#nLAKLo7cSKz0UwdftSNr2gAIvPmQRip8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZwlDbcOrnQi3Hi4hBlC4JBe9CmxosQR { width:3.125rem;height:3.125rem;top:32.0625rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbzfnlHCL1OFacCM3LtCVPtIHksmooVb { width:22.6875rem;height:3.3125rem;top:31.9375rem;left:25.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah5SHUV5qF7mxz3vZ5Qumw0TJ627KKt6 { width:21.5625rem;height:7.5625rem;top:38.375rem;left:22.625rem;font-size:0.9375rem;display:block; }#ah5SHUV5qF7mxz3vZ5Qumw0TJ627KKt6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_05649d0accebe6a5971a17455e68aba2b42cd8f9.svg); }
 }@media only screen and (max-width: 763px) { #FX7ndRS7ktRHfPMdQkh4LN0shpaLN10T { width:11.375rem;height:3.9375rem;top:42.0625rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUZOybdlII0DoDoklNtM7Zl1cC1ma243 { display:block; }
 }@media only screen and (max-width: 763px) { #a3kkLJI1BzAG2eIhqWOkyTmrMuqSBXSt { width:17.1875rem;height:23.5625rem;top:5.9375rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpmd5A0g1RHe0WVQD6VrzDPJSMoITSmK { width:22.5rem;height:40rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3ia4NC6VmznrVHkobmIQMHd4JUbTggD { width:15.25rem;height:1.125rem;top:4.1875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lso4X9GkBGEgL73s7yc54NzRZutzfxFg { width:17.1875rem;height:23.5625rem;top:5.9375rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ { display:block; }#yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lo5cXwMAHhAKw6eMeM64wEA0MTAoEfDT { width:47.75rem;height:12.5625rem;top:11.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD8oO413stFzvdegzMdqDTJcnMnRuDXH { width:47.75rem;height:;top:4.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbHxmqyHMPSUF7QCPg8dU0Gyqw5wP1QR { width:26.8125rem;height:4.0625rem;top:26.3125rem;left:10.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4TSN5ZfZRE5apOWDk8zyrf5HDhchAsS { display:block; }
 }@media only screen and (max-width: 763px) { #kTONFSQ6GzM6UAv9K5hJEVpZPemCJw9M { display:block; }#kTONFSQ6GzM6UAv9K5hJEVpZPemCJw9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUAJADT9VhX98WFAwl81bPcnWfVL78Ci { width:18.625rem;height:2.625rem;top:4.4375rem;left:14.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD7T139i4bdzwmNzMod37Xa3Vy784fIs { display:block; }#LD7T139i4bdzwmNzMod37Xa3Vy784fIs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5maTywEnWGfdLsqrxV0Q30oeasHGHap { width:22.0625rem;height:26.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoOkQVKmvF3i2i6vhk3dVVkTXnUbZTTK { width:17.5625rem;height:2.875rem;top:1.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiPbLMol3ydfs8aOOv7QylTF4vQxTtS0 { width:17.6875rem;height:;top:5.75rem;left:0rem;font-size:1.25rem;display:block; }#OiPbLMol3ydfs8aOOv7QylTF4vQxTtS0 li:before{  }
 }@media only screen and (max-width: 763px) { #mQ6XvZA13gJRumG9dNZ67FTCggwegM00 { width:14.75rem;height:3.375rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPq1bVl3Mu8hXxM1casIcJrF4qFFwRXD { display:block; }
 }@media only screen and (max-width: 763px) { #ZJ9FTMbt9nNudeadmZL97UW9LMpVJkxs { width:1.625rem;height:1.625rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP0AGsq5euh2nO2F2hV1iaS6CDPAmTOD { width:8.5rem;height:1rem;top:18.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynhOyqFrOxe5V15b4xWHWkzuKGWyl0Le { width:1.75rem;height:1.75rem;top:2.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI5f5eTKJHTR2eJ0shXrOx53tUZxP8Hr { width:23.0625rem;height:26.875rem;top:0rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU50vxU1PdUOuGKRfrezToJUBnVIdOqm { width:14.75rem;height:3.375rem;top:20.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOb4G5lcEvpRfrtOT5eNTrAbPw95PJyT { display:block; }
 }@media only screen and (max-width: 763px) { #sGFqfkq1EWBJTn25EZtCkDqkhkb9dGnA { width:17.6875rem;height:;top:5.75rem;left:14.0625rem;font-size:1.25rem;display:block; }#sGFqfkq1EWBJTn25EZtCkDqkhkb9dGnA li:before{  }
 }@media only screen and (max-width: 763px) { #blzF1qfzTSnUuASGaTFPDMAHGiEB4XlO { width:8.5rem;height:1rem;top:18.5625rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWvHvWM5H1ksgI7NQJtmpLGKhuIcTNxr { width:19.6875rem;height:2.875rem;top:1.875rem;left:12.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tahtgvzqLRXrEIpTu0PfLB77wU4Rg22F { width:1.75rem;height:1.75rem;top:2.1875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCC2UQxus4BertLTOz8Rou4TaKT4RAB2 { width:1.625rem;height:1.625rem;top:21.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu8rRB0JAron1O1ysNPzPSWtGXFIeMiK { width:1.75rem;height:1.75rem;top:2.1875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZo0ApLDa0w8nWBnM7EnVLofAMIKsfZI { width:23.0625rem;height:26.875rem;top:0rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX8gaTk7cQrnxryLlfC2MAeiK1Zoe3W3 { width:19.6875rem;height:2.875rem;top:1.875rem;left:27.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoNKLX8T7DlQZgTpGMLvcehX6125xsdw { width:17.6875rem;height:;top:5.75rem;left:29.9375rem;font-size:1.25rem;display:block; }#AoNKLX8T7DlQZgTpGMLvcehX6125xsdw li:before{  }
 }@media only screen and (max-width: 763px) { #Xxz5IwxpPwnFPUiHm1bDcq6edyTrB3yO { width:8.5rem;height:1rem;top:18.5rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzKPyoLVdFJIg0tOGkzQyLVfzwKfv0Mh { width:14.75rem;height:3.375rem;top:20.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEMomPdglGDHtIoIln5ZPoLLOpdTReHW { display:block; }
 }@media only screen and (max-width: 763px) { #cm3KToMTlgCRh9t5UeRAQCALkSF3pgTr { width:1.625rem;height:1.625rem;top:21.5625rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEiAtfUaVdc5e74neR6NI5T1Iu9HoTR3 { width:1.75rem;height:1.75rem;top:2.1875rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaKX4DpBxdbs8sOmTSIrBpiSm2sttP4N { width:1.75rem;height:1.75rem;top:2.1875rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfqpptfUVALIV08ZVexyFZ0uFkawI1F0 { width:1.75rem;height:1.75rem;top:2.1875rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJUhXzOVkys752Q31hBayyOIqwTUQxz8 { display:block; }#PJUhXzOVkys752Q31hBayyOIqwTUQxz8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urEWzqqJ3q3VFT62TFeOlsPrGzHODrBo { width:5.625rem;height:5.625rem;top:4.875rem;left:18.318359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvn1zkVv7wZwAvncBS2strTRzPDHTdUs { width:42.625rem;height:5.1875rem;top:13.6875rem;left:5.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR0CFTd8vuratDGyPA6X9ZMCFVzpJTs0 { width:42.3125rem;height:3.8125rem;top:19.75rem;left:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvRCQBgmoPd5sdUN2aseuE7PfLHGGAK7 { width:31.8125rem;height:30.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i41w8reaMkTCbN8nIPBKTTcHzUT2Fi8G { width:35.5625rem;height:13.4375rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFPJgCRf7mIPKWTi9BfWllxmvTXaaSgJ { width:7.125rem;height:7.125rem;top:3.875rem;left:17.255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECi5Guz9hblyh6qtc4WKWQr2I2kN4VDN { width:11.25rem;height:1.875rem;top:27.625rem;left:36.5rem;font-size:0.8125rem;display:block; }#ECi5Guz9hblyh6qtc4WKWQr2I2kN4VDN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0cdde87fe49b399e8c4812364ab366e182bc595b.svg); }
 }@media only screen and (max-width: 763px) { #PpwKLUFD8Zt1TJrsKCTe4RcXOpzZqTQ5 { width:26.8125rem;height:4.0625rem;top:26.5625rem;left:17.255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsfANXHPVn0dSllD8tXu7g6uqLQaMnBO { display:block; }
 }@media only screen and (max-width: 763px) { #LSTJF0Gh8ywJB55WHRNM1FDaSmIGDwWc { width:2.25rem;height:2.25rem;top:27.4375rem;left:45.5rem;display:block; }
#LSTJF0Gh8ywJB55WHRNM1FDaSmIGDwWc > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #T0BWl5kcVZKzWRwtdr2Oe9RWan08l5la { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #T0BWl5kcVZKzWRwtdr2Oe9RWan08l5la > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4Ah79qUluf7tlV4MUkuoKzRTlSJkCOw { display:block; }#s4Ah79qUluf7tlV4MUkuoKzRTlSJkCOw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZGArIgD89mzaykiigU2AUuaTtCWWbMi { width:14.375rem;height:2.1875rem;top:0.625rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8HWn97V0sBa6f2FOzUNaDhG4UeKJVJ2 { display:block; }
 }@media only screen and (max-width: 763px) { #DKaOFvVSxqLEGXRDFsTSGpTsLi0ccliP { width:3.8125rem;height:3.8125rem;top:0.1875rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psi7trM4dStxSAc1A5Oi53lsPVhdaRzJ { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbMXAqogxQTRS1hT3SQmdHmem7BRCeQl { display:block; }
 }@media only screen and (max-width: 763px) { #O3XIarNfX2o1WP8aQIN7F1vQZ1Zw6hz4 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5naAeLyyQWZqU8HantaWMAoZRh2V98N { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uh88eCB6UWJxF0nEE7XEZ7uXQNwrv1BS { background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }#uh88eCB6UWJxF0nEE7XEZ7uXQNwrv1BS > .row .container { background-color: transparent; background-image: none; }#uh88eCB6UWJxF0nEE7XEZ7uXQNwrv1BS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh88eCB6UWJxF0nEE7XEZ7uXQNwrv1BS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh88eCB6UWJxF0nEE7XEZ7uXQNwrv1BS > .row .container > .video-iframe-container { display: none; }#uh88eCB6UWJxF0nEE7XEZ7uXQNwrv1BS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh88eCB6UWJxF0nEE7XEZ7uXQNwrv1BS > .row > .video-iframe-container { display: none; }#uh88eCB6UWJxF0nEE7XEZ7uXQNwrv1BS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh88eCB6UWJxF0nEE7XEZ7uXQNwrv1BS > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vue1TgO0WlLimqtudFf4oh1o89RtQfcV { width:20rem;height:27.125rem;top:12.5625rem;left:7.181640625rem;z-index:14984;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a4b1da99-4b53-4a02-aca7-159b57d9dfda/26843154350387.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Vue1TgO0WlLimqtudFf4oh1o89RtQfcV.adaptive-delivery-prevent-bg, #Vue1TgO0WlLimqtudFf4oh1o89RtQfcV.lazyload, #Vue1TgO0WlLimqtudFf4oh1o89RtQfcV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AALqfvPiTKFer20iL1TxUalrvgqkQyVK { width:19.6875rem;height:30.625rem;top:67.453583740231rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hdSUHRn7tvKfbJMq7bp2VgWerfcARNIe { width:20rem;height:37.75rem;top:99.51696875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DmsDGcmNOR8NgL0wnAsAIIehTZMPQFDb { width:4.5625rem;height:11.5rem;top:2.935546875rem;left:14.1884765625rem;box-shadow: 0.0625rem 0.0625rem 5.625rem #ff3a3a ;z-index:14983;display:none; }
 }@media only screen and (max-width: 763px) { #qFDuiO1IEPthEclRuGBoelInKmAMBoBE { width:14.9375rem;height:4.1875rem;top:27.40625rem;left:0rem;font-size:1.1875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #QpHzPfRldoyZaAyuJW0N0i6q2gMnIRVh { display:block; }
 }@media only screen and (max-width: 763px) { #I18VNQwZyU2xrRWFk8SUrSs581UqZFcf { width:1.625rem;height:1.625rem;top:34.3125rem;left:1.25rem;border-top:0.125rem solid #b38833;border-left:0.125rem solid #b38833;border-right:0.125rem solid #b38833;border-bottom:0.125rem solid #b38833;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFncNUbt7FB6CEMTUQt4zdAQ1V7MFyrc { display:block; }
 }@media only screen and (max-width: 763px) { #A9UCCZ2NLTfarVfAtU4greuGZRQi6G6U { width:11rem;height:1.03125rem;top:34.609375rem;left:3.3125rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NE0yIQ5ZIRThMgt2t6K7ABWo62NHfTLQ { width:5.6875rem;height:4.625rem;top:1.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLRemEIDxAAQs5GK6s1PIFrlb87ywMui { width:19rem;height:8.5234375rem;top:8.75rem;left:0rem;font-size:1.9375rem;z-index:14982;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kEzpZiU0rZEAWvxN4xBoD6vPzXp8sfJx { width:14rem;height:2.68066875rem;top:3.763671875rem;left:6rem;text-align:right;text-align-last:right;font-size:0.6875rem;font-weight:300;font-style:normal;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WOgH8LOuCTM2XIJTRtwTQtwvtmuZb4zn { width:15.875rem;height:5.83984375rem;top:19.09375rem;left:0rem;font-size:1.0625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #K5eCAlNwhI7MbKuh6RrPeQQH6JReTfnR { width:0.4375rem;height:2.125rem;top:22.62109375rem;left:-1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9IGh7rD0DJsnV6DoIGa3BdrGWcUbGHB { display:block; }#Q9IGh7rD0DJsnV6DoIGa3BdrGWcUbGHB > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPmZibUAkJO1eqo2MMvK4el9pZGZzsVr { width:17.875rem;height:1.29980625rem;top:2.60546875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aoem7UASFoKCL3c9ubVIpvtsz0tEcx2r { width:17.1875rem;height:1.29980625rem;top:5.79296875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6aw5bm0D30ZF9PN0QG5RAQ4araeLV8T { width:17.6875rem;height:1.29980625rem;top:9.10546875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KndqT0QdTO3u12EAodE3QARd1iQaButD { display:flex;width:1.5625rem;height:1.5625rem;top:2.4736328125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MtUbGyfBDoTi4N6hXhI8XWPwvkdSOON9 { display:flex;width:1.5625rem;height:1.5625rem;top:5.6611328125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OL05mVb2KTLxnDFTBMKOvk3F9rDHUdJA { display:flex;width:1.5625rem;height:1.5625rem;top:8.9736328125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OIDd5l9QrJ0VzJZgHGTkJ6LJBwND06Zv { display:block; }#OIDd5l9QrJ0VzJZgHGTkJ6LJBwND06Zv > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOH0PlgkC0S9EBcrUuUqZLaJlDHNQ9V1 { display:block; }#XOH0PlgkC0S9EBcrUuUqZLaJlDHNQ9V1 { background-color: transparent; background-image: none; }#XOH0PlgkC0S9EBcrUuUqZLaJlDHNQ9V1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOH0PlgkC0S9EBcrUuUqZLaJlDHNQ9V1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOH0PlgkC0S9EBcrUuUqZLaJlDHNQ9V1 > .row .container > .video-iframe-container { display: none; }#XOH0PlgkC0S9EBcrUuUqZLaJlDHNQ9V1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOH0PlgkC0S9EBcrUuUqZLaJlDHNQ9V1 > .row > .video-iframe-container { display: none; }#XOH0PlgkC0S9EBcrUuUqZLaJlDHNQ9V1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOH0PlgkC0S9EBcrUuUqZLaJlDHNQ9V1 { border-width: 0; border-radius: 0; }#XOH0PlgkC0S9EBcrUuUqZLaJlDHNQ9V1 > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#XOH0PlgkC0S9EBcrUuUqZLaJlDHNQ9V1 > .row .container { width:20rem;height:63.375rem;background-color:#8e274a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPsgexCPKJMDv77yxhk6RuuOWrwXZoy0 { width:18.625rem;height:3rem;top:39.875rem;left:0.6875rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IM4bkElaWJRtfwVNaxsDetXGgETlyzBT { width:16.6875rem;height:6.9970625rem;top:43.9375rem;left:1.6875rem;font-size:1rem;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IVXDiTOU8fDR7mhMeSZr2RDCmmaG8JZy { display:flex;width:4.875rem;height:4.875rem;top:34.0625rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #V0taSTKV0i4aT4x89i8zRJuKoDxuhhKN { width:16.125rem;height:28.5625rem;top:3.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzvV1lEbSRuLPGEQ1A2X8RSMcmrsWeGs { width:17.625rem;height:4.0625rem;top:53.18359375rem;left:1.1875rem;font-size:1.1875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #E5rdszoGPVBfkOnCb3Q0Zc96pbKedlHP { display:block; }
 }@media only screen and (max-width: 763px) { #WEbqTwy01EnQmzpIarAwCIxpLG39mHc7 { display:flex;width:1.375rem;height:1.375rem;top:1.375rem;left:6.8125rem; }
 }@media only screen and (max-width: 763px) { #B6O96y1J8TCW98L45rxbtfwNf3okugDq { width:4.9375rem;height:1.04980625rem;top:1.5625rem;left:8.3125rem;font-size:0.75rem;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4ITh7hTdQyZiymos4WHtUn6tS2TDvzr { display:block; }#G4ITh7hTdQyZiymos4WHtUn6tS2TDvzr > .row .container { width:20rem;height:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIVsnU3iQqWWLCVigsQqfnEvzT6TEDZR { width:18.1875rem;height:1.625rem;top:5.125rem;left:0rem;font-size:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #srShPpXvbJZ7CsIXeT8uOmgigKrTtSM8 { width:20rem;height:11.8984375rem;top:12.26171875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XziauHcxtERiChQk0XO9ThGhomAOdmhb { width:13.375rem;height:2.9746125rem;top:27.75rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3bv3ssFWdZG5uPiQGqmtn66GhHgNkXp { width:13.9375rem;height:4.4619125rem;top:34.25rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJgogVuWbcye4GiItEzGWLGEHmMQZhom { width:14.875rem;height:2.9746125rem;top:41.875rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRlroq1tuBsITmGmRLEsE7V3oJB6ZpOD { width:13.4375rem;height:4.4619125rem;top:48.4375rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssi6TPxg5PTWs2CNWzCTKaPKWyDALazd { width:20rem;height:6.82425rem;top:5.4375rem;left:0rem;font-size:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #KOb9bI3Aslod65qR5U63RNMoiZOkigbd { display:flex;width:3.125rem;height:3.125rem;top:27.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nCSIXgvo783zuQfEi2vTAcRIoKxZ1VbM { display:flex;width:3.125rem;height:3.125rem;top:33.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ux124eqVrC2GfG7tSVxT4ANT2UzKkblL { display:flex;width:3.125rem;height:3.125rem;top:41.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ad5z8bGA048SJM5Ix8Gk2XBgS6URx2rV { display:flex;width:3.125rem;height:3.125rem;top:48.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #amNCoVAfksPsDqHpXkpLCK8tnkrPoe8J { display:block; }#amNCoVAfksPsDqHpXkpLCK8tnkrPoe8J > .row .container > .video-iframe-container { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem; }#amNCoVAfksPsDqHpXkpLCK8tnkrPoe8J > .row .container { width:20rem;height:28.1875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LE8K7CxLWZnHFgGt8oXzfBk1663G7cbp { width:15.3125rem;height:5.94921875rem;top:13.25rem;left:2.34375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQxURWfuRHK44lRPVclhBZ1z66WTkD6S { width:20rem;height:11.375rem;top:0rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR27TWQRpQR2KtBEmwfy8TppMDscwwfe { width:15.75rem;height:4.0625rem;top:20.6875rem;left:2.125rem;font-size:1.1875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #neVP1NGuCxmEwUiwv2Pt4IlHTMgcsJP4 { display:block; }
 }@media only screen and (max-width: 763px) { #OVTaglR86NhD2OBmc2gAiekGFiXZqgfb { display:block; }#OVTaglR86NhD2OBmc2gAiekGFiXZqgfb > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3XZ8kVqp3PZo7ZMsRDip0kuBdW8vy8k { display:none; }#H3XZ8kVqp3PZo7ZMsRDip0kuBdW8vy8k > .row .container { width:20rem;height:52.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FONz9q9ttTtbM8iQ6dAB0TDZ08T7ZiXT { width:18.1875rem;height:3.25rem;top:15.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLS92Jn0o72m0mloZv1Fd5l0Inrzr7Dg { width:20rem;height:10rem;top:2.8125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5b5a1515-401c-45fe-ae42-ee0235fe3e00/2bd52be3f8.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XLS92Jn0o72m0mloZv1Fd5l0Inrzr7Dg.adaptive-delivery-prevent-bg, #XLS92Jn0o72m0mloZv1Fd5l0Inrzr7Dg.lazyload, #XLS92Jn0o72m0mloZv1Fd5l0Inrzr7Dg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nNi9TEKElOsisSrzISbz25qAzPBJbVJN { width:18.4375rem;height:11.4375rem;top:1.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkGP7xlI2Ve8OHuRvZCuQRkweXkpTF67 { width:18.687125rem;height:22.25rem;top:20.875rem;left:0rem;font-size:0.9375rem;display:block; }#AkGP7xlI2Ve8OHuRvZCuQRkweXkpTF67 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ba477ffd417fd54d1b003cf5c7f743a493fd226b.svg); }
 }@media only screen and (max-width: 763px) { #VaqxCgLpnh8sN1a9Psak2Of01hzKp9Qo { width:15.75rem;height:4.0625rem;top:44.83984375rem;left:2.125rem;font-size:1.1875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #D1k6v8L99zfoNbGIABZyHEWIpDhDTCCE { display:block; }
 }@media only screen and (max-width: 763px) { #XW55yT046OTRBr6WQOMWDQHHloIS5UN4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/10022626-7eba-4b42-95f8-2a14d26bd6a8/1008b54594.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XW55yT046OTRBr6WQOMWDQHHloIS5UN4.adaptive-delivery-prevent-bg, #XW55yT046OTRBr6WQOMWDQHHloIS5UN4.lazyload, #XW55yT046OTRBr6WQOMWDQHHloIS5UN4.lazyloading { background-image: none; }#XW55yT046OTRBr6WQOMWDQHHloIS5UN4 > .row .container { background-color: transparent; background-image: none; }#XW55yT046OTRBr6WQOMWDQHHloIS5UN4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,9,6,0.9); }#XW55yT046OTRBr6WQOMWDQHHloIS5UN4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XW55yT046OTRBr6WQOMWDQHHloIS5UN4 > .row .container > .video-iframe-container { display: none; }#XW55yT046OTRBr6WQOMWDQHHloIS5UN4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,9,6,0.9); }#XW55yT046OTRBr6WQOMWDQHHloIS5UN4 > .row > .video-iframe-container { display: none; }#XW55yT046OTRBr6WQOMWDQHHloIS5UN4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XW55yT046OTRBr6WQOMWDQHHloIS5UN4 > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTK8IpDPrJE5iTxIvEU2nT1HeE3x5Wnv { width:20rem;height:9.097625rem;top:2.4375rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #h7HgQTZ4tx2PgIdDp8dvTE1oBX4VZarK { width:20rem;height:7.1875rem;top:15.6875rem;left:0rem;font-size:0.9375rem;z-index:15011;display:block; }#h7HgQTZ4tx2PgIdDp8dvTE1oBX4VZarK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0698e254cdf75825a08bd50a6202880d60bb0efa.svg); }
 }@media only screen and (max-width: 763px) { #TAHzkm7SlSDbAmNO9clgTmWQNXmihl32 { width:20rem;height:1.75rem;top:13.3125rem;left:0rem;font-size:1.25rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #LsBLoSVGL29VIagcFDrTeyowHoAhNoAu { width:20rem;height:1.75rem;top:24rem;left:0rem;font-size:1.25rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #QXLtCrmMlCUi3HToK47WuuKa1cX5RJ1S { width:20rem;height:9.4375rem;top:26.375rem;left:0rem;font-size:0.9375rem;z-index:15011;display:block; }#QXLtCrmMlCUi3HToK47WuuKa1cX5RJ1S li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0698e254cdf75825a08bd50a6202880d60bb0efa.svg); }
 }@media only screen and (max-width: 763px) { #WvczoLXsrsK23VKWDqUBTA9LThCo1Uwo { width:20rem;height:3.9375rem;top:40rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db2OtCsDGxTKNO4MK5mGfTS8qVzs5FBZ { display:block; }
 }@media only screen and (max-width: 763px) { #KRee7xp7VLOPXvTUFKbNeEKzWVGoMgkH { display:block; }#KRee7xp7VLOPXvTUFKbNeEKzWVGoMgkH > .row .container { width:20rem;height:83.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGoxVf9xEbe1NXFGbgSKIZikwU3dcpD4 { width:12.5rem;height:1.3808625rem;top:2.5615234375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxJtI30xSu2EB00if2RSIR49BWMDW5AA { height:35.555555555556rem;width:20rem;top:4.20605625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEmRTdRfrLbl9GtFti5rgd6r3hvNQlSi { width:20rem;height:5.25rem;top:42.5625rem;left:0rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #tP74dPohD9ewJngEHWZosiiD0lZF6TG0 { width:11.6875rem;height:1.70605625rem;top:48.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON2iD1QLL7RsT2HVtZQ2R4bbZiswN3SJ { width:11.125rem;height:1.57470625rem;top:50.0625rem;left:0rem;font-size:1.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ToFolleZT0sKtKfo3IiH7EsWZy9qxXpe { width:18rem;height:5.25rem;top:55.875rem;left:0rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #MZqwN2dTnMLcurWyZw9CFtuJdw3tcTGo { width:11.6875rem;height:1.70605625rem;top:61.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTQVTPEHTxTzzIF5kGcBvx77LlAHrHiZ { width:11.125rem;height:1.57470625rem;top:63.625rem;left:0rem;font-size:1.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #pUIw4sgd6LVOddyTbgZPDKheOb9cJ4n1 { width:20rem;height:0.0625rem;top:53.2910171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddrbexKTKsO2TC3L9gCUuPUuxWBbiiNJ { width:20rem;height:0.0625rem;top:66.8837921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guGihM9zhKHkN5nGvlQoB5FG7wkuux7v { width:20rem;height:5.25rem;top:69.9462890625rem;left:0rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #TJpG9mb2yfWk5dH5MDqK2Kl25S5nVlQP { width:11.6875rem;height:1.70605625rem;top:76.1337890625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT5wh17219BnHBL7tXgzBEhgFaOw6KTw { width:11.125rem;height:1.57470625rem;top:77.83984375rem;left:0rem;font-size:1.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ThWEChCp3R30JZehqm6kkyTq6DMoxrD4 { display:block; }#ThWEChCp3R30JZehqm6kkyTq6DMoxrD4 > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w7TFm3mPi228esoi7hzelJHLzQq5npne { display:flex;height:auto;width:17.5rem;top:4.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #VSS1vXhAWt1nN6TTuBNDp5DTvDIgThhW {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #ggIxhFtauC9QsmAdMIypC2qo0mupTPFx {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #Rk7aJzmqu6d9gnNq8cTXom833Rg2GqP6 {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #wMWTXCLi4ILRwiGWoi4l8gf4gizoNEkT {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #CiTXNoETThz67uP1PnwgcfLFNKk7ivIA {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #HTGq858re1UMs9J53mpJBcol0HuiWSRp {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #KJPfsflmk6J47xuNxeQSUHwB4ZMTxzLy {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #NRzR3XMU1H6ins6Rd1eATuuQVmmoZccn {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #tpkPi1e8nN6Gd94NH8NmS26zd4ELoilH {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #LKsZ9JxnIFsfvPOCaHTMIP1OPDdBTesU {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #IFGVOtHdDK1VIZlFxllO5pq0hEoKM9AQ {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #Bvs5xyK0pUb2NZRERaayNipBuBLhxN3T {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #HaENdy1JmEG6ru1c6a8XZL47fw2ceRgr {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #tPGf2I641CJZTLDRVchKhq5PDz8xFSsL {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #olrsnf5PuQTBGhBgMCRCBIpCfA62a0pc {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #pH8LTmcNTqBlA2XXlMhEFhtz8P1kMhnK {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #umTPxmKT5ovzOENZgK9kkSLyTll1Sm8F {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #py5d0A3765z4coiZ1mACz9LpSlbVnpu6 {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #AWzE3xCi6wMuKotFu1SiD9sz1tGxTKBE {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #S7tkKeb1rzlT2FdkJowDpBQ4kTAgkPyL {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #f6sIWy3yP5zWWMHU0BNELfiqWKIh0mTS {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #QEC7O3vvRS7iSNWT3y8Z101dsh0m5vzC {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #gnvqiBd9xIFTvGMwNkAwFCTDh2JiG491 {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #XEQf2pHqV3Wnnu3eoTb0aXb1wnXvrNQr {  }
 }@media only screen and (max-width: 763px) { #w7TFm3mPi228esoi7hzelJHLzQq5npne #BOrx5AoFJwscWBsM7H4ZUVVH2QHcdWeO {  }
 }@media only screen and (max-width: 763px) { #ooESx0HSVv4JEuDTavJQeWTNvZOrM5GA { width:18.625rem;height:1.70605625rem;top:1.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHvW583fcaQWCw49V9TTzlLtiZfeBiKH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9d0d04db-ba29-43ec-8e19-6c1325a6c386/img0844168431aebaa0a3.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eHvW583fcaQWCw49V9TTzlLtiZfeBiKH.adaptive-delivery-prevent-bg, #eHvW583fcaQWCw49V9TTzlLtiZfeBiKH.lazyload, #eHvW583fcaQWCw49V9TTzlLtiZfeBiKH.lazyloading { background-image: none; }#eHvW583fcaQWCw49V9TTzlLtiZfeBiKH > .row .container { background-color: transparent; background-image: none; }#eHvW583fcaQWCw49V9TTzlLtiZfeBiKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHvW583fcaQWCw49V9TTzlLtiZfeBiKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHvW583fcaQWCw49V9TTzlLtiZfeBiKH > .row .container > .video-iframe-container { display: none; }#eHvW583fcaQWCw49V9TTzlLtiZfeBiKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHvW583fcaQWCw49V9TTzlLtiZfeBiKH > .row > .video-iframe-container { display: none; }#eHvW583fcaQWCw49V9TTzlLtiZfeBiKH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHvW583fcaQWCw49V9TTzlLtiZfeBiKH > .row .container { border-width: 0; border-radius: 0; }#eHvW583fcaQWCw49V9TTzlLtiZfeBiKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eHvW583fcaQWCw49V9TTzlLtiZfeBiKH > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMOB4vxJSz2NyFhBZ5lRTgsG3TV3AIgu { background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }#hMOB4vxJSz2NyFhBZ5lRTgsG3TV3AIgu > .row .container { background-color: transparent; background-image: none; }#hMOB4vxJSz2NyFhBZ5lRTgsG3TV3AIgu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMOB4vxJSz2NyFhBZ5lRTgsG3TV3AIgu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMOB4vxJSz2NyFhBZ5lRTgsG3TV3AIgu > .row .container > .video-iframe-container { display: none; }#hMOB4vxJSz2NyFhBZ5lRTgsG3TV3AIgu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMOB4vxJSz2NyFhBZ5lRTgsG3TV3AIgu > .row > .video-iframe-container { display: none; }#hMOB4vxJSz2NyFhBZ5lRTgsG3TV3AIgu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMOB4vxJSz2NyFhBZ5lRTgsG3TV3AIgu > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8OIlOiUrKcWDeTICbwUdUuwrZgakEtA { width:16.4375rem;height:2.25rem;top:1.7470703125rem;left:0rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #O0C9yu3Fl4UAhBB0bxAIeqUbI4fXKVzE { width:20rem;height:10.80075rem;top:7.8740234375rem;left:0rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cTAx46N4Zeqs9wd1G5hAweNz9miR3Tfc { width:19.6875rem;height:29.4375rem;top:56.6240234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0s4IuGn7xN8SqtoHhrIuTiPnCfPVrQA { width:20rem;height:35.125rem;top:87.5615234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwaWnETQxZGFAobTfMwnfHAVqLBXMhbs { width:20rem;height:28.875rem;top:21.5625rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VOKugEgydXSBZ9WWzJ7zZAZJexGThrmK { width:17.5625rem;height:3.57421875rem;top:3.5498046875rem;left:0rem;font-size:2.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nLAKLo7cSKz0UwdftSNr2gAIvPmQRip8 { display:block; }#nLAKLo7cSKz0UwdftSNr2gAIvPmQRip8 > .row .container { width:20rem;height:88.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZwlDbcOrnQi3Hi4hBlC4JBe9CmxosQR { display:flex;width:2.3125rem;height:2.3125rem;top:23.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FbzfnlHCL1OFacCM3LtCVPtIHksmooVb { width:17.3125rem;height:2.798825rem;top:23.0625rem;left:2.8125rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ah5SHUV5qF7mxz3vZ5Qumw0TJ627KKt6 { width:17.3125rem;height:6.1875rem;top:26.9375rem;left:0.5625rem;font-size:0.9375rem;z-index:15011;display:block; }#ah5SHUV5qF7mxz3vZ5Qumw0TJ627KKt6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_05649d0accebe6a5971a17455e68aba2b42cd8f9.svg); }
 }@media only screen and (max-width: 763px) { #FX7ndRS7ktRHfPMdQkh4LN0shpaLN10T { width:11.375rem;height:3.9375rem;top:35.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUZOybdlII0DoDoklNtM7Zl1cC1ma243 { display:block; }
 }@media only screen and (max-width: 763px) { #a3kkLJI1BzAG2eIhqWOkyTmrMuqSBXSt { width:10.125rem;height:16.875rem;top:3.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpmd5A0g1RHe0WVQD6VrzDPJSMoITSmK { height:35.555555555556rem;width:20rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3ia4NC6VmznrVHkobmIQMHd4JUbTggD { width:15.25rem;height:0.8125rem;top:43.6875rem;left:2.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lso4X9GkBGEgL73s7yc54NzRZutzfxFg { width:9.3125rem;height:16.875rem;top:3.6865234375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0cd828e4-9e8a-428e-acd8-e45caaa2cc5f/b705bffa83.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ.adaptive-delivery-prevent-bg, #yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ.lazyload, #yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ.lazyloading { background-image: none; }#yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ > .row .container { background-color: transparent; background-image: none; }#yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,60,0,0.87); }#yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ > .row .container > .video-iframe-container { display: none; }#yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,60,0,0.87); }#yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ > .row > .video-iframe-container { display: none; }#yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNPcWzE7soNcXfnfLUXixOsCOrWdS9IQ > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lo5cXwMAHhAKw6eMeM64wEA0MTAoEfDT { width:20rem;height:23.90625rem;top:10.32421875rem;left:0rem;font-size:1.0625rem;z-index:15011;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SD8oO413stFzvdegzMdqDTJcnMnRuDXH { width:20rem;height:5.625rem;top:3.88671875rem;left:0rem;font-size:3.125rem;text-align:left;text-align-last:left;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #RbHxmqyHMPSUF7QCPg8dU0Gyqw5wP1QR { width:20rem;height:4.0625rem;top:35.9375rem;left:0rem;font-size:1.0625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #l4TSN5ZfZRE5apOWDk8zyrf5HDhchAsS { display:block; }
 }@media only screen and (max-width: 763px) { #kTONFSQ6GzM6UAv9K5hJEVpZPemCJw9M { display:block; }#kTONFSQ6GzM6UAv9K5hJEVpZPemCJw9M > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUAJADT9VhX98WFAwl81bPcnWfVL78Ci { width:18.625rem;height:2.5996125rem;top:3.625rem;left:0.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD7T139i4bdzwmNzMod37Xa3Vy784fIs { display:block; }#LD7T139i4bdzwmNzMod37Xa3Vy784fIs > .row .container { width:20rem;height:87.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5maTywEnWGfdLsqrxV0Q30oeasHGHap { width:20rem;height:24.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoOkQVKmvF3i2i6vhk3dVVkTXnUbZTTK { width:17.5625rem;height:2.4375rem;top:2.5rem;left:1.875rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OiPbLMol3ydfs8aOOv7QylTF4vQxTtS0 { width:17.6875rem;height:10.75rem;top:5.34375rem;left:1.875rem;font-size:1.25rem;line-height:1.3;display:block; }#OiPbLMol3ydfs8aOOv7QylTF4vQxTtS0 li:before{  }
 }@media only screen and (max-width: 763px) { #mQ6XvZA13gJRumG9dNZ67FTCggwegM00 { width:13.0625rem;height:3.375rem;top:19.5rem;left:1.875rem;font-size:1.0625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #RPq1bVl3Mu8hXxM1casIcJrF4qFFwRXD { display:block; }
 }@media only screen and (max-width: 763px) { #ZJ9FTMbt9nNudeadmZL97UW9LMpVJkxs { display:flex;width:1.625rem;height:1.625rem;top:20.375rem;left:3.25rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #tP0AGsq5euh2nO2F2hV1iaS6CDPAmTOD { width:8.5rem;height:1.21875rem;top:17.109375rem;left:1.875rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ynhOyqFrOxe5V15b4xWHWkzuKGWyl0Le { display:flex;width:1.75rem;height:1.75rem;top:2.5rem;left:9.8125rem; }
 }@media only screen and (max-width: 763px) { #ZI5f5eTKJHTR2eJ0shXrOx53tUZxP8Hr { width:20rem;height:24.0625rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU50vxU1PdUOuGKRfrezToJUBnVIdOqm { width:13.0625rem;height:3.375rem;top:46.6875rem;left:1.875rem;font-size:1.0625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #kOb4G5lcEvpRfrtOT5eNTrAbPw95PJyT { display:block; }
 }@media only screen and (max-width: 763px) { #sGFqfkq1EWBJTn25EZtCkDqkhkb9dGnA { width:17.6875rem;height:10.75rem;top:32.5625rem;left:1.875rem;font-size:1.25rem;line-height:1.3;display:block; }#sGFqfkq1EWBJTn25EZtCkDqkhkb9dGnA li:before{  }
 }@media only screen and (max-width: 763px) { #blzF1qfzTSnUuASGaTFPDMAHGiEB4XlO { width:8.5rem;height:1.21875rem;top:44.3125rem;left:1.875rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tWvHvWM5H1ksgI7NQJtmpLGKhuIcTNxr { width:17.5625rem;height:2.4375rem;top:29.6875rem;left:1.875rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tahtgvzqLRXrEIpTu0PfLB77wU4Rg22F { display:flex;width:1.75rem;height:1.75rem;top:29.6875rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #mCC2UQxus4BertLTOz8Rou4TaKT4RAB2 { display:flex;width:1.625rem;height:1.625rem;top:47.5625rem;left:3.25rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #pu8rRB0JAron1O1ysNPzPSWtGXFIeMiK { display:flex;width:1.75rem;height:1.75rem;top:29.6875rem;left:17.8125rem; }
 }@media only screen and (max-width: 763px) { #rZo0ApLDa0w8nWBnM7EnVLofAMIKsfZI { width:20rem;height:26.75rem;top:55.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX8gaTk7cQrnxryLlfC2MAeiK1Zoe3W3 { width:17.5625rem;height:2.4375rem;top:56.875rem;left:1.875rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AoNKLX8T7DlQZgTpGMLvcehX6125xsdw { width:17.6875rem;height:13.25rem;top:59.75rem;left:1.875rem;font-size:1.25rem;line-height:1.3;display:block; }#AoNKLX8T7DlQZgTpGMLvcehX6125xsdw li:before{  }
 }@media only screen and (max-width: 763px) { #Xxz5IwxpPwnFPUiHm1bDcq6edyTrB3yO { width:8.5rem;height:1.21875rem;top:74.25rem;left:1.875rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WzKPyoLVdFJIg0tOGkzQyLVfzwKfv0Mh { width:13.0625rem;height:3.375rem;top:76.625rem;left:1.875rem;font-size:1.0625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #hEMomPdglGDHtIoIln5ZPoLLOpdTReHW { display:block; }
 }@media only screen and (max-width: 763px) { #cm3KToMTlgCRh9t5UeRAQCALkSF3pgTr { display:flex;width:1.625rem;height:1.625rem;top:77.5rem;left:3.25rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #EEiAtfUaVdc5e74neR6NI5T1Iu9HoTR3 { display:flex;width:1.75rem;height:1.75rem;top:56.875rem;left:9.9375rem; }
 }@media only screen and (max-width: 763px) { #UaKX4DpBxdbs8sOmTSIrBpiSm2sttP4N { display:flex;width:1.75rem;height:1.75rem;top:56.875rem;left:11.25rem; }
 }@media only screen and (max-width: 763px) { #nfqpptfUVALIV08ZVexyFZ0uFkawI1F0 { display:flex;width:1.75rem;height:1.75rem;top:56.84375rem;left:12.5625rem; }
 }@media only screen and (max-width: 763px) { #PJUhXzOVkys752Q31hBayyOIqwTUQxz8 { display:block; }#PJUhXzOVkys752Q31hBayyOIqwTUQxz8 > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urEWzqqJ3q3VFT62TFeOlsPrGzHODrBo { width:3.875rem;height:3.875rem;top:7.6342030763625rem;left:6.8744081258775rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #Cvn1zkVv7wZwAvncBS2strTRzPDHTdUs { width:19.9995625rem;height:5.1181625rem;top:12.825465321541rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TR0CFTd8vuratDGyPA6X9ZMCFVzpJTs0 { width:19.999rem;height:4.5rem;top:18.94140625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wvRCQBgmoPd5sdUN2aseuE7PfLHGGAK7 { width:17.4375rem;height:14.375rem;top:-2.84765625rem;left:2.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i41w8reaMkTCbN8nIPBKTTcHzUT2Fi8G { width:20rem;height:7.375rem;top:4.1337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFPJgCRf7mIPKWTi9BfWllxmvTXaaSgJ { width:7.125rem;height:7.125rem;top:30.302734375rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECi5Guz9hblyh6qtc4WKWQr2I2kN4VDN { width:6.1875rem;height:1.29980625rem;top:30.240234375rem;left:6.90625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }#ECi5Guz9hblyh6qtc4WKWQr2I2kN4VDN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0cdde87fe49b399e8c4812364ab366e182bc595b.svg); }
 }@media only screen and (max-width: 763px) { #PpwKLUFD8Zt1TJrsKCTe4RcXOpzZqTQ5 { width:20rem;height:4.0625rem;top:25.6650390625rem;left:0rem;font-size:1.0625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #QsfANXHPVn0dSllD8tXu7g6uqLQaMnBO { display:block; }
 }@media only screen and (max-width: 763px) { #LSTJF0Gh8ywJB55WHRNM1FDaSmIGDwWc { display:flex;width:1.6875rem;height:1.6875rem;top:35.1650390625rem;left:9.15625rem; }
#LSTJF0Gh8ywJB55WHRNM1FDaSmIGDwWc > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #T0BWl5kcVZKzWRwtdr2Oe9RWan08l5la { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #T0BWl5kcVZKzWRwtdr2Oe9RWan08l5la > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4Ah79qUluf7tlV4MUkuoKzRTlSJkCOw { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#s4Ah79qUluf7tlV4MUkuoKzRTlSJkCOw > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZGArIgD89mzaykiigU2AUuaTtCWWbMi { width:9.5rem;height:1.5rem;top:0.5625rem;left:7.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8HWn97V0sBa6f2FOzUNaDhG4UeKJVJ2 { display:block; }
 }@media only screen and (max-width: 763px) { #DKaOFvVSxqLEGXRDFsTSGpTsLi0ccliP { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Psi7trM4dStxSAc1A5Oi53lsPVhdaRzJ { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbMXAqogxQTRS1hT3SQmdHmem7BRCeQl { display:block; }
 }@media only screen and (max-width: 763px) { #O3XIarNfX2o1WP8aQIN7F1vQZ1Zw6hz4 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5naAeLyyQWZqU8HantaWMAoZRh2V98N { display:block; }
 }