.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { position:relative;display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { background-color: transparent; background-image: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { border-width: 0; border-radius: 0; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;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; }#z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { position:absolute;display:block;z-index:15000;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:5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !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; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.adaptive-delivery-prevent-bg, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyload, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyloading { background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { background-color: transparent; background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .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); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { border-width: 0; border-radius: 0; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { position:absolute;display:block;z-index:15000;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:2.5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/79c2ae58-4cb0-4341-b5e2-4be31289c568/Screenshot20250729at110816.jpg");background-position:bottom 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,25,9,0.49); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,25,9,0.49); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;overflow:visible;position:relative;display:block; }#tDQouQkZXQALIPdZaFRzGQ9RUm3XbmT4 { position:absolute;display:block;z-index:15000;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:7.0625rem;width:30.5rem;top:5.9375rem;left:20.8125rem;overflow:hidden;display:block; }
#TGXTUTdG0b7AdsftZFwm24sPVwIH67ds { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.5625rem;left:31.6875rem;height:2.11230625rem;font-style:normal;display:block; }
#U4WHtCbn1w0Rpdq7ZTOhPI2UE646bJHb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:15.375rem;left:28.875rem; }
#iJR6chT6v8iuS9fs6ov0WGvqg9GTPS8f { color:#ffffff;display:block;width:53.625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.8125rem;left:10.6875rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#EKzIJJQrLZm3m8m4Dkbf196V6aBa5B1l { box-sizing:content-box;height:3.875rem;width:28.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(227,227,227,0.41);background-image:none;top:23.0625rem;left:21.8125rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;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; }
#gInoun1PnhhVrmeF79lfM5aRffNkI8cB { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:24.4375rem;left:25.4375rem;height:1.625rem;display:block; }
#mX8FEedKQzq94V6BhVaTW712pZTpAOIk { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:24.0625rem;left:34.875rem;height:2.51855625rem;font-style:normal;display:block; }
#AJlbT0ps88eT8kb3bqgKmd3PZIkzPEWD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bccdba, #929e90);background-image: -moz-linear-gradient(180deg, #bccdba, #929e90);background-image: -ms-linear-gradient(180deg, #bccdba, #929e90);background-image: -o-linear-gradient(180deg, #bccdba, #929e90);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bccdba', endColorstr='#929e90' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bccdba', endColorstr='#929e90' );";background-image: linear-gradient(180deg, #bccdba, #929e90);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;box-sizing:border-box;color:#263323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.25rem;left:28.1875rem;display:block; }
#qTDpe2FeoSPDiF7bPn0TLWcn8MWCLRM5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nMZzdSeVEPRv8OrKNe7y4iAFpk1FSR0E { position:relative;display:block; }#nMZzdSeVEPRv8OrKNe7y4iAFpk1FSR0E { background-color: transparent; background-image: none; }#nMZzdSeVEPRv8OrKNe7y4iAFpk1FSR0E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMZzdSeVEPRv8OrKNe7y4iAFpk1FSR0E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMZzdSeVEPRv8OrKNe7y4iAFpk1FSR0E > .row .container > .video-iframe-container { display: none; }#nMZzdSeVEPRv8OrKNe7y4iAFpk1FSR0E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMZzdSeVEPRv8OrKNe7y4iAFpk1FSR0E > .row > .video-iframe-container { display: none; }#nMZzdSeVEPRv8OrKNe7y4iAFpk1FSR0E > .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); }#nMZzdSeVEPRv8OrKNe7y4iAFpk1FSR0E { border-width: 0; border-radius: 0; }#nMZzdSeVEPRv8OrKNe7y4iAFpk1FSR0E > .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; }#nMZzdSeVEPRv8OrKNe7y4iAFpk1FSR0E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:98.4375rem;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; }#g8ovUOyzixnz7ckEBA29qdtTngnAzdPU { color:#7f937c;display:block;width:21.6875rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.875rem;left:26.65625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#h6i6TvmwnmJXlazXCQM0cCUQpxQkyB0e { box-sizing:content-box;height:38.6875rem;width:36rem;position:absolute;display:block;z-index:15001;background-color:#eef4ed;background-image:none;top:11.9375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#xQnBqt32zTfokXh1pOSeh9GfEPpzvKPo { color:#263323;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3125rem;left:1.125rem;height:2.1933625rem;font-style:normal;display:block; }
#OyeUTV50h3JpGROnRrmTt4ZNS6sw7yiJ { color:#425e4f;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.5rem;left:1.125rem;height:2.84375rem;font-style:normal;display:block; }
#oqbKnL7zlLpA2C8hnT3MbNUvgDDImI56 { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e3fedc1-e6e9-4231-8d5f-90b4f6e87d63/i102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.3125rem;left:13.15625rem;display:block; }#oqbKnL7zlLpA2C8hnT3MbNUvgDDImI56.adaptive-delivery-prevent-bg, #oqbKnL7zlLpA2C8hnT3MbNUvgDDImI56.lazyload, #oqbKnL7zlLpA2C8hnT3MbNUvgDDImI56.lazyloading { background-image: none; }
#G1zl5NB1NLmuk6wVGnovkK3Xm7STyMCJ { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.142578125rem;left:16.46875rem;height:1.29980625rem;display:block; }
#cthxGVGXWSblMVkzpvnp8KusZm6SqTEt { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:18.5498046875rem;left:13.09375rem;display:block; }
#BunAmA4znfrhL6OAgceAS2bFPQSZqI5Z { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3193359375rem;left:16.46875rem;height:1.29980625rem;display:block; }
#iJCxTuAVyKoovXlA8nZI9AgeQAubi50y { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4fbbc925-48e4-4b16-8512-caa17b6e0b36/i502.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.7373046875rem;left:13.09375rem;display:block; }#iJCxTuAVyKoovXlA8nZI9AgeQAubi50y.adaptive-delivery-prevent-bg, #iJCxTuAVyKoovXlA8nZI9AgeQAubi50y.lazyload, #iJCxTuAVyKoovXlA8nZI9AgeQAubi50y.lazyloading { background-image: none; }
#ZSncQU47IGcSIh7BmuyLyiFRlpWR13RU { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.5693359375rem;left:16.46875rem;height:1.29980625rem;display:block; }
#BFrN7KxpkS4ehAwiteEL7Xx9VI6py97i { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/91250339-2d45-425f-b481-32ce66f6d011/i202.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.3125rem;left:24.0625rem;display:block; }#BFrN7KxpkS4ehAwiteEL7Xx9VI6py97i.adaptive-delivery-prevent-bg, #BFrN7KxpkS4ehAwiteEL7Xx9VI6py97i.lazyload, #BFrN7KxpkS4ehAwiteEL7Xx9VI6py97i.lazyloading { background-image: none; }
#biCM6MwMJfZELZiNMaxDx378hxdK40ai { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.125rem;left:27.4375rem;height:1.29980625rem;display:block; }
#IT0rBGhQTMb9NwtSqJINSKkMnuXAwtZT { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/813bc3c7-8c3b-4010-b6a7-d2460980a174/i402.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.5625rem;left:24.125rem;display:block; }#IT0rBGhQTMb9NwtSqJINSKkMnuXAwtZT.adaptive-delivery-prevent-bg, #IT0rBGhQTMb9NwtSqJINSKkMnuXAwtZT.lazyload, #IT0rBGhQTMb9NwtSqJINSKkMnuXAwtZT.lazyloading { background-image: none; }
#SkcZysT5Qz94W3JbKAoaCh1ciSC0QIER { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.3125rem;left:27.4375rem;height:1.29980625rem;display:block; }
#dATZ9T0QQAVkUCgbXM5yeEl7uNJ6zBRg { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7ff512a5-5d70-4a86-ad0d-08e7d6aaff2b/i602.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.75rem;left:24.0625rem;display:block; }#dATZ9T0QQAVkUCgbXM5yeEl7uNJ6zBRg.adaptive-delivery-prevent-bg, #dATZ9T0QQAVkUCgbXM5yeEl7uNJ6zBRg.lazyload, #dATZ9T0QQAVkUCgbXM5yeEl7uNJ6zBRg.lazyloading { background-image: none; }
#oHLg99KLkZro3k275z5e3QGvrbGuesC4 { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.5625rem;left:27.4375rem;height:1.29980625rem;display:block; }
#B1qvI9B4o1upaEDaTR9UQkCMHseQkSKT { box-sizing:content-box;height:19.8125rem;width:32.8125rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/09f81f5c-9d48-4ba6-9db0-19ed9cc94be2/cabana.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:29.0625rem;left:1.59375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#B1qvI9B4o1upaEDaTR9UQkCMHseQkSKT.adaptive-delivery-prevent-bg, #B1qvI9B4o1upaEDaTR9UQkCMHseQkSKT.lazyload, #B1qvI9B4o1upaEDaTR9UQkCMHseQkSKT.lazyloading { background-image: none; }
#EZVZBBsz1MgLJTUN80slFGo7FIouaUgq { box-sizing:content-box;height:38.6875rem;width:36rem;position:absolute;display:block;z-index:15017;background-color:#eef4ed;background-image:none;top:11.9375rem;left:39rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#SLQHq5mtVvMSTJIv4vTxOB9ogyz0i4Ae { color:#263323;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.3125rem;left:40.125rem;height:2.1933625rem;font-style:normal;display:block; }
#izvpWzQ2DgRyKwTGkxdBny7m85DObw7L { color:#425e4f;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.5rem;left:40.125rem;height:2.84375rem;font-style:normal;display:block; }
#mqGQMwk1fQly8Exaw8CzsHtkSFdNJspB { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e3fedc1-e6e9-4231-8d5f-90b4f6e87d63/i102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.4482421875rem;left:52.1875rem;display:block; }#mqGQMwk1fQly8Exaw8CzsHtkSFdNJspB.adaptive-delivery-prevent-bg, #mqGQMwk1fQly8Exaw8CzsHtkSFdNJspB.lazyload, #mqGQMwk1fQly8Exaw8CzsHtkSFdNJspB.lazyloading { background-image: none; }
#BDODH2TTWDADWXtdPJHdoXvp4TmWBFIs { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;top:18.5625rem;left:52.125rem;display:block; }
#ufMTpduwfpqgzW5G2PJEpxZnTfMCcLvH { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4fbbc925-48e4-4b16-8512-caa17b6e0b36/i502.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.75rem;left:52.125rem;display:block; }#ufMTpduwfpqgzW5G2PJEpxZnTfMCcLvH.adaptive-delivery-prevent-bg, #ufMTpduwfpqgzW5G2PJEpxZnTfMCcLvH.lazyload, #ufMTpduwfpqgzW5G2PJEpxZnTfMCcLvH.lazyloading { background-image: none; }
#uGKGpFM261fOt3oTnIH8CxaPGl98WrTQ { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:15.125rem;left:55.5rem;height:1.29980625rem;display:block; }
#pX9cMJ7WbXcuCwT25esIrRdMgsmBKxuR { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:19.3125rem;left:55.5rem;height:1.29980625rem;display:block; }
#IThnMnh99qgK0agInulmOre2B0T6TEwT { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:23.5625rem;left:55.5rem;height:1.29980625rem;display:block; }
#HcbFNA2UEpN5A8Jh9PBDQcOPALTMGISG { box-sizing:content-box;height:19.8125rem;width:32.8125rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9578da17-4f1f-43c9-9641-759895aecd38/solea.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:29.0625rem;left:40.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#HcbFNA2UEpN5A8Jh9PBDQcOPALTMGISG.adaptive-delivery-prevent-bg, #HcbFNA2UEpN5A8Jh9PBDQcOPALTMGISG.lazyload, #HcbFNA2UEpN5A8Jh9PBDQcOPALTMGISG.lazyloading { background-image: none; }
#ypIblQpmfBEfXX94SzyZqRWCAMliv3wB { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15026;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/91250339-2d45-425f-b481-32ce66f6d011/i202.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.3125rem;left:63.0625rem;display:block; }#ypIblQpmfBEfXX94SzyZqRWCAMliv3wB.adaptive-delivery-prevent-bg, #ypIblQpmfBEfXX94SzyZqRWCAMliv3wB.lazyload, #ypIblQpmfBEfXX94SzyZqRWCAMliv3wB.lazyloading { background-image: none; }
#lFJtCJTvFiNnxLm0FyBLCuFUXdzXqdQw { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15027;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/813bc3c7-8c3b-4010-b6a7-d2460980a174/i402.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.6123046875rem;left:63.125rem;display:block; }#lFJtCJTvFiNnxLm0FyBLCuFUXdzXqdQw.adaptive-delivery-prevent-bg, #lFJtCJTvFiNnxLm0FyBLCuFUXdzXqdQw.lazyload, #lFJtCJTvFiNnxLm0FyBLCuFUXdzXqdQw.lazyloading { background-image: none; }
#HvT9M2IXKB5LZr2z5aPWP57XEATTaMb7 { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7ff512a5-5d70-4a86-ad0d-08e7d6aaff2b/i602.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.7998046875rem;left:63.125rem;display:block; }#HvT9M2IXKB5LZr2z5aPWP57XEATTaMb7.adaptive-delivery-prevent-bg, #HvT9M2IXKB5LZr2z5aPWP57XEATTaMb7.lazyload, #HvT9M2IXKB5LZr2z5aPWP57XEATTaMb7.lazyloading { background-image: none; }
#eCy65yiU6FvII7O5DS3P2EoOPXzS8g2H { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:15.125rem;left:66.4375rem;height:1.29980625rem;display:block; }
#TLJP5d9k6zlPHTSE9iXpnwbeIUv9rMOI { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:19.3125rem;left:66.4375rem;height:1.29980625rem;display:block; }
#KhasJsUTeqNJ05Fn2z0RvMAgX3kth1vs { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:23.5625rem;left:66.4375rem;height:1.29980625rem;display:block; }
#ACAHU8Nx5g8PB60zuAC1mWR1cmBNE96h { box-sizing:content-box;height:38.6875rem;width:36rem;position:absolute;display:block;z-index:15033;background-color:#eef4ed;background-image:none;top:53.75rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#Uq0rxdkvnZp6O67zS89i9GHn18aI7uV7 { color:#263323;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:56.125rem;left:1.125rem;height:2.1933625rem;font-style:normal;display:block; }
#D3QNcCTIuLPtWEL2ZxSkAacdLtVssI6A { color:#425e4f;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:58.3125rem;left:1.125rem;height:2.84375rem;font-style:normal;display:block; }
#kbtWBWrxG0oJGlt2NTD8wDWdxteSVQy3 { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15036;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e3fedc1-e6e9-4231-8d5f-90b4f6e87d63/i102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:56.2431640625rem;left:13.15625rem;display:block; }#kbtWBWrxG0oJGlt2NTD8wDWdxteSVQy3.adaptive-delivery-prevent-bg, #kbtWBWrxG0oJGlt2NTD8wDWdxteSVQy3.lazyload, #kbtWBWrxG0oJGlt2NTD8wDWdxteSVQy3.lazyloading { background-image: none; }
#IHK03BRe9PbBt9aJyNX3Z2TiWu6GiMV7 { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15037;background-color:rgba(0,0,0,0);background-image:none;top:60.375rem;left:13.125rem;display:block; }
#saC6cHBJcwWw6PwN8q8zpoLBLlZQMPRV { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15038;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4fbbc925-48e4-4b16-8512-caa17b6e0b36/i502.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:64.5625rem;left:13.125rem;display:block; }#saC6cHBJcwWw6PwN8q8zpoLBLlZQMPRV.adaptive-delivery-prevent-bg, #saC6cHBJcwWw6PwN8q8zpoLBLlZQMPRV.lazyload, #saC6cHBJcwWw6PwN8q8zpoLBLlZQMPRV.lazyloading { background-image: none; }
#LPdky3sBJ4DCLTaqwnuGTL3XWWknu5nx { box-sizing:content-box;height:19.8125rem;width:32.8125rem;position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8c89848f-7eb6-4ebd-bfe5-1c95c34ccd98/horizonate.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:70.875rem;left:1.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#LPdky3sBJ4DCLTaqwnuGTL3XWWknu5nx.adaptive-delivery-prevent-bg, #LPdky3sBJ4DCLTaqwnuGTL3XWWknu5nx.lazyload, #LPdky3sBJ4DCLTaqwnuGTL3XWWknu5nx.lazyloading { background-image: none; }
#zET9sMo16FiUKHhC6K4PFnCBaDZT1TCb { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:56.9375rem;left:16.5rem;height:1.29980625rem;display:block; }
#P7zn2EdH8kG5FEEOzOdIezWxiMTBW0KH { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:61.125rem;left:16.5rem;height:1.29980625rem;display:block; }
#wlUtVlU3SfBT6FyN5tP88TBrLiALLEzO { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:65.375rem;left:16.5rem;height:1.29980625rem;display:block; }
#wCwyZ02S5eTSdHZHeCdXLv1L6A7zP33q { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15042;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/91250339-2d45-425f-b481-32ce66f6d011/i202.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:56.125rem;left:24.0625rem;display:block; }#wCwyZ02S5eTSdHZHeCdXLv1L6A7zP33q.adaptive-delivery-prevent-bg, #wCwyZ02S5eTSdHZHeCdXLv1L6A7zP33q.lazyload, #wCwyZ02S5eTSdHZHeCdXLv1L6A7zP33q.lazyloading { background-image: none; }
#tO57otrtwFqsH0ABaTn8r78pFkDgQVgW { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15043;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/813bc3c7-8c3b-4010-b6a7-d2460980a174/i402.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:60.4375rem;left:24.03125rem;display:block; }#tO57otrtwFqsH0ABaTn8r78pFkDgQVgW.adaptive-delivery-prevent-bg, #tO57otrtwFqsH0ABaTn8r78pFkDgQVgW.lazyload, #tO57otrtwFqsH0ABaTn8r78pFkDgQVgW.lazyloading { background-image: none; }
#W7uKqrzTlZwcRFe4sDXUr9WqMya8lvL9 { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15044;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7ff512a5-5d70-4a86-ad0d-08e7d6aaff2b/i602.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:64.625rem;left:24.03125rem;display:block; }#W7uKqrzTlZwcRFe4sDXUr9WqMya8lvL9.adaptive-delivery-prevent-bg, #W7uKqrzTlZwcRFe4sDXUr9WqMya8lvL9.lazyload, #W7uKqrzTlZwcRFe4sDXUr9WqMya8lvL9.lazyloading { background-image: none; }
#qo1IlbmM0t2rzN1mXafzyQ67xTi3Fh1u { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:56.9375rem;left:27.4375rem;height:1.29980625rem;display:block; }
#HO6NPfuQ4D3AGqP1CMxBPHV6g2nAdxi6 { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:61.125rem;left:27.4375rem;height:1.29980625rem;display:block; }
#VlATzC59vKexuIVU2yyRRQo76HR1kTXK { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:65.375rem;left:27.4375rem;height:1.29980625rem;display:block; }
#iiQiQ7sFAcGX9RTWEL5XnybF9dAGQFhZ { box-sizing:content-box;height:38.6875rem;width:36rem;position:absolute;display:block;z-index:15049;background-color:#eef4ed;background-image:none;top:53.75rem;left:39rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#h3KyMuzXDk3CmpihgyaLn7PyrxnxExrR { color:#263323;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:56.125rem;left:40.125rem;height:2.1933625rem;font-style:normal;display:block; }
#hAd52snF3hnyDNgt6o3ipXOcTDrqLg5x { color:#425e4f;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:58.3125rem;left:40.125rem;height:2.84375rem;font-style:normal;display:block; }
#L8RyaQHiJGT1e9dMnko8PfZPkK6NNrkK { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15052;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e3fedc1-e6e9-4231-8d5f-90b4f6e87d63/i102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:56.2431640625rem;left:52.1875rem;display:block; }#L8RyaQHiJGT1e9dMnko8PfZPkK6NNrkK.adaptive-delivery-prevent-bg, #L8RyaQHiJGT1e9dMnko8PfZPkK6NNrkK.lazyload, #L8RyaQHiJGT1e9dMnko8PfZPkK6NNrkK.lazyloading { background-image: none; }
#psHf6kgiTlve34L6BkkETPDAaqOxOmEc { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15053;background-color:rgba(0,0,0,0);background-image:none;top:60.375rem;left:52.125rem;display:block; }
#bJAbdTsXATnazwpDoPwnirJIT7ga6MKc { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15054;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4fbbc925-48e4-4b16-8512-caa17b6e0b36/i502.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:64.5625rem;left:52.125rem;display:block; }#bJAbdTsXATnazwpDoPwnirJIT7ga6MKc.adaptive-delivery-prevent-bg, #bJAbdTsXATnazwpDoPwnirJIT7ga6MKc.lazyload, #bJAbdTsXATnazwpDoPwnirJIT7ga6MKc.lazyloading { background-image: none; }
#cBpRSn92QJizD0FsHAt8eAQBkJDwhQBe { box-sizing:content-box;height:19.8125rem;width:32.8125rem;position:absolute;display:block;z-index:15062;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/39e45840-4577-4ff9-860c-77ff597bd936/imperio.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:70.875rem;left:40.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#cBpRSn92QJizD0FsHAt8eAQBkJDwhQBe.adaptive-delivery-prevent-bg, #cBpRSn92QJizD0FsHAt8eAQBkJDwhQBe.lazyload, #cBpRSn92QJizD0FsHAt8eAQBkJDwhQBe.lazyloading { background-image: none; }
#vt0c9PJOed8cgcHdrFq9zlv5M3PEtFhl { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:56.9375rem;left:55.5rem;height:1.29980625rem;display:block; }
#sq5eqhH4WsFIe0FLrQdnH5TLu0HpMTpH { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:61.125rem;left:55.5rem;height:1.29980625rem;display:block; }
#I5cB0zEhEbaCMI2HBn9wBupNOhKpKJFz { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:65.375rem;left:55.5rem;height:1.29980625rem;display:block; }
#cgq92gHyvpR6MDr33SSKAMCUAqfwyEBp { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15058;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/91250339-2d45-425f-b481-32ce66f6d011/i202.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:56.125rem;left:63.0625rem;display:block; }#cgq92gHyvpR6MDr33SSKAMCUAqfwyEBp.adaptive-delivery-prevent-bg, #cgq92gHyvpR6MDr33SSKAMCUAqfwyEBp.lazyload, #cgq92gHyvpR6MDr33SSKAMCUAqfwyEBp.lazyloading { background-image: none; }
#bCZgPnGVEn4wnmSQ3C2GtIrTGbLK3aSs { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15059;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/813bc3c7-8c3b-4010-b6a7-d2460980a174/i402.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:60.4375rem;left:63.125rem;display:block; }#bCZgPnGVEn4wnmSQ3C2GtIrTGbLK3aSs.adaptive-delivery-prevent-bg, #bCZgPnGVEn4wnmSQ3C2GtIrTGbLK3aSs.lazyload, #bCZgPnGVEn4wnmSQ3C2GtIrTGbLK3aSs.lazyloading { background-image: none; }
#OzZm2pMMSTgL0lwFWpHCaDXvGcrBaLST { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15060;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7ff512a5-5d70-4a86-ad0d-08e7d6aaff2b/i602.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:64.625rem;left:63.125rem;display:block; }#OzZm2pMMSTgL0lwFWpHCaDXvGcrBaLST.adaptive-delivery-prevent-bg, #OzZm2pMMSTgL0lwFWpHCaDXvGcrBaLST.lazyload, #OzZm2pMMSTgL0lwFWpHCaDXvGcrBaLST.lazyloading { background-image: none; }
#tG9Wz5nRXJumlSPeokcqk7sQ7th6B4o8 { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:56.9375rem;left:66.4375rem;height:1.29980625rem;display:block; }
#iWSxThkZffNU9JqZkEtxKFOJVts0VH4V { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:61.125rem;left:66.4375rem;height:1.29980625rem;display:block; }
#rAaPZ9Ag8LthxAXxtHPw9yHvg4ZcXGXg { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:65.375rem;left:66.4375rem;height:1.29980625rem;display:block; }
#JbbSJseTQxQ72AJQDXml9WKtTybUrZZ4 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:18.5498046875rem;left:13.09375rem; }
#di8LBMIkpxCL8pWoz80hZf9aL4qBa6eg { box-sizing:content-box;height:38.6875rem;width:36rem;position:absolute;display:block;z-index:15001;background-color:#eef4ed;background-image:none;top:11.9375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#abRDeIong8QHKFCrUOTAgvgkIIW0CC0s { color:#263323;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3125rem;left:1.125rem;height:2.1933625rem;font-style:normal;display:none; }
#QnVLUmRB9cmpVuuk9WTFkT0k2fTymCTl { color:#425e4f;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.5rem;left:1.125rem;height:2.84375rem;font-style:normal;display:none; }
#vmtL6IdQyhqRQOoFftXSBRWbfZ3DIrG9 { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e3fedc1-e6e9-4231-8d5f-90b4f6e87d63/i102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.3125rem;left:13.15625rem;display:none; }#vmtL6IdQyhqRQOoFftXSBRWbfZ3DIrG9.adaptive-delivery-prevent-bg, #vmtL6IdQyhqRQOoFftXSBRWbfZ3DIrG9.lazyload, #vmtL6IdQyhqRQOoFftXSBRWbfZ3DIrG9.lazyloading { background-image: none; }
#c1fIrpKUwvUwBX9Nsg9d0ymn9ypEfwcM { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.142578125rem;left:16.46875rem;height:1.29980625rem;display:none; }
#WywF7fMTzy5R1khhrFkP9wmI3cAM3qIt { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:18.5498046875rem;left:13.09375rem;display:none; }
#FuaG4kVo3iAKZ9tlThx1JHa2hgdXxV0r { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:18.5498046875rem;left:13.09375rem;display:none; }
#Rx2X5d89TzBx1OqEWTkFUHK3dTTrtFLF { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3193359375rem;left:16.46875rem;height:1.29980625rem;display:none; }
#ZmcTAaEpvQckxNQhFQKnV9UPAHPMxKy4 { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4fbbc925-48e4-4b16-8512-caa17b6e0b36/i502.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.7373046875rem;left:13.09375rem;display:none; }#ZmcTAaEpvQckxNQhFQKnV9UPAHPMxKy4.adaptive-delivery-prevent-bg, #ZmcTAaEpvQckxNQhFQKnV9UPAHPMxKy4.lazyload, #ZmcTAaEpvQckxNQhFQKnV9UPAHPMxKy4.lazyloading { background-image: none; }
#TxtsNgT5952an5Ils3h4gtI1hvIl2a8y { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.5693359375rem;left:16.46875rem;height:1.29980625rem;display:none; }
#wrR42wHuZkZDFvPLCXTcaOeONkwKi7Hf { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/91250339-2d45-425f-b481-32ce66f6d011/i202.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.3125rem;left:24.0625rem;display:none; }#wrR42wHuZkZDFvPLCXTcaOeONkwKi7Hf.adaptive-delivery-prevent-bg, #wrR42wHuZkZDFvPLCXTcaOeONkwKi7Hf.lazyload, #wrR42wHuZkZDFvPLCXTcaOeONkwKi7Hf.lazyloading { background-image: none; }
#e0r2slaXyJWHJEoF9kB1Sg4fhdEDPRDb { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/813bc3c7-8c3b-4010-b6a7-d2460980a174/i402.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.5625rem;left:24.125rem;display:none; }#e0r2slaXyJWHJEoF9kB1Sg4fhdEDPRDb.adaptive-delivery-prevent-bg, #e0r2slaXyJWHJEoF9kB1Sg4fhdEDPRDb.lazyload, #e0r2slaXyJWHJEoF9kB1Sg4fhdEDPRDb.lazyloading { background-image: none; }
#SzJRDmGCMhUbh3u8OLQTG6xznfyPOCvg { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7ff512a5-5d70-4a86-ad0d-08e7d6aaff2b/i602.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.75rem;left:24.0625rem;display:none; }#SzJRDmGCMhUbh3u8OLQTG6xznfyPOCvg.adaptive-delivery-prevent-bg, #SzJRDmGCMhUbh3u8OLQTG6xznfyPOCvg.lazyload, #SzJRDmGCMhUbh3u8OLQTG6xznfyPOCvg.lazyloading { background-image: none; }
#FbQGUsf2kFGyE3c8qPN6pugkW6sDFRwb { box-sizing:content-box;height:19.8125rem;width:32.8125rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:29.0625rem;left:1.59375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#qp32dUJUKQQIm54cUDFE63x37Oskgywx { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.125rem;left:27.4375rem;height:1.29980625rem;display:none; }
#pPB1IZPtf5Ez4MrzcAPBR5DX248ixkQ7 { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.3125rem;left:27.4375rem;height:1.29980625rem;display:none; }
#ThgKswCs3sXoWBJQOgBpQxKfLlgJhwQr { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.5625rem;left:27.4375rem;height:1.29980625rem;display:none; }
#mWktUBtQEIUwGtIOqxRR1h6yCOvnX6eH { box-sizing:content-box;height:38.6875rem;width:36rem;position:absolute;display:block;z-index:15001;background-color:#eef4ed;background-image:none;top:11.9375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#IA4UgfV6sUxzRG0Vqf5qFGBzgn0bBV0Z { color:#263323;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3125rem;left:1.125rem;height:2.1933625rem;font-style:normal;display:none; }
#zIJDf4MEk3H2oEElLQxPcvL9rkO7Ff2q { color:#425e4f;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.5rem;left:1.125rem;height:2.84375rem;font-style:normal;display:none; }
#cTVQxHe1z9bbhZtydGtnZZlnwvukPP31 { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e3fedc1-e6e9-4231-8d5f-90b4f6e87d63/i102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.3125rem;left:13.15625rem;display:none; }#cTVQxHe1z9bbhZtydGtnZZlnwvukPP31.adaptive-delivery-prevent-bg, #cTVQxHe1z9bbhZtydGtnZZlnwvukPP31.lazyload, #cTVQxHe1z9bbhZtydGtnZZlnwvukPP31.lazyloading { background-image: none; }
#ocSHI0TedJzmwlGGAZkQT2yoe98FhOoT { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.142578125rem;left:16.46875rem;height:1.29980625rem;display:none; }
#tFrOlrDotAMZCy344plerQSX8Gk2iaE1 { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:18.5498046875rem;left:13.09375rem;display:none; }
#mKrMN6IqUJedrTmM1K4QFyMn8HgE7B41 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:18.5498046875rem;left:13.09375rem;display:none; }
#EmbKN4XGUtZQ0Qqp2hrIFFIl6Ta0hCFa { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3193359375rem;left:16.46875rem;height:1.29980625rem;display:none; }
#iPDukb4HpRIoHMcDBlTklH1dbfLXP18k { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4fbbc925-48e4-4b16-8512-caa17b6e0b36/i502.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.7373046875rem;left:13.09375rem;display:none; }#iPDukb4HpRIoHMcDBlTklH1dbfLXP18k.adaptive-delivery-prevent-bg, #iPDukb4HpRIoHMcDBlTklH1dbfLXP18k.lazyload, #iPDukb4HpRIoHMcDBlTklH1dbfLXP18k.lazyloading { background-image: none; }
#XB5DDHFnCggTaAwKNyS3lI0QOdsG9h1E { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.5693359375rem;left:16.46875rem;height:1.29980625rem;display:none; }
#knqlq2I0dAePVLb4OfTy5u3U59MCrVl1 { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/91250339-2d45-425f-b481-32ce66f6d011/i202.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.3125rem;left:24.0625rem;display:none; }#knqlq2I0dAePVLb4OfTy5u3U59MCrVl1.adaptive-delivery-prevent-bg, #knqlq2I0dAePVLb4OfTy5u3U59MCrVl1.lazyload, #knqlq2I0dAePVLb4OfTy5u3U59MCrVl1.lazyloading { background-image: none; }
#Mykhya1yabdgc62hkcJ3cMAng4oVZlif { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/813bc3c7-8c3b-4010-b6a7-d2460980a174/i402.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.5625rem;left:24.125rem;display:none; }#Mykhya1yabdgc62hkcJ3cMAng4oVZlif.adaptive-delivery-prevent-bg, #Mykhya1yabdgc62hkcJ3cMAng4oVZlif.lazyload, #Mykhya1yabdgc62hkcJ3cMAng4oVZlif.lazyloading { background-image: none; }
#rWsOJuKWhbdXQifNkcdZelXn5wCB3aRF { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7ff512a5-5d70-4a86-ad0d-08e7d6aaff2b/i602.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.75rem;left:24.0625rem;display:none; }#rWsOJuKWhbdXQifNkcdZelXn5wCB3aRF.adaptive-delivery-prevent-bg, #rWsOJuKWhbdXQifNkcdZelXn5wCB3aRF.lazyload, #rWsOJuKWhbdXQifNkcdZelXn5wCB3aRF.lazyloading { background-image: none; }
#OhWt0cOM0EGypwPskTGAPKAMfm1oFAVS { box-sizing:content-box;height:19.8125rem;width:32.8125rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:29.0625rem;left:1.59375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#Ce0tze0nlEc53Wc3FslpV5VZHtrc7ygI { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.125rem;left:27.4375rem;height:1.29980625rem;display:none; }
#eNtix1k9SrMvhCwVmO7zv8G8OZTT2FvW { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.3125rem;left:27.4375rem;height:1.29980625rem;display:none; }
#uxcrnJbIr875L6AkCb6sBn2LB7AFsIrU { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.5625rem;left:27.4375rem;height:1.29980625rem;display:none; }
#qOJSSlNtbz8F8ZRbGJKbSCSSHctfkoBg { box-sizing:content-box;height:38.6875rem;width:36rem;position:absolute;display:block;z-index:15001;background-color:#eef4ed;background-image:none;top:11.9375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#EHrKMEyShniS25TgE5Th28FH8g7tbr5e { color:#263323;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3125rem;left:1.125rem;height:2.1933625rem;font-style:normal;display:none; }
#n66ub734dPpXDdxJGTb1vIUXszwPQ0Jx { color:#425e4f;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.5rem;left:1.125rem;height:2.84375rem;font-style:normal;display:none; }
#sewqETACaole3eTexJxOGHZT6BAT1fcG { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e3fedc1-e6e9-4231-8d5f-90b4f6e87d63/i102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.3125rem;left:13.15625rem;display:none; }#sewqETACaole3eTexJxOGHZT6BAT1fcG.adaptive-delivery-prevent-bg, #sewqETACaole3eTexJxOGHZT6BAT1fcG.lazyload, #sewqETACaole3eTexJxOGHZT6BAT1fcG.lazyloading { background-image: none; }
#DqZVx3NRqmQQD0V4U3KbVGQmDvyepFKu { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.142578125rem;left:16.46875rem;height:1.29980625rem;display:none; }
#PR2rVGxRoAT6Mtqlqd1h77cTsvQH2SmI { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:18.5498046875rem;left:13.09375rem;display:none; }
#GB3sy40kGCHi3TtXCRSML6CgegK1PWxa { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:18.5498046875rem;left:13.09375rem;display:none; }
#wU2H5rZFCbHhTW5nKX6KoeLgslHccZgB { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3193359375rem;left:16.46875rem;height:1.29980625rem;display:none; }
#nGG7pEvCCaxn2pnW9bTE4Nhd14nUT1IN { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4fbbc925-48e4-4b16-8512-caa17b6e0b36/i502.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.7373046875rem;left:13.09375rem;display:none; }#nGG7pEvCCaxn2pnW9bTE4Nhd14nUT1IN.adaptive-delivery-prevent-bg, #nGG7pEvCCaxn2pnW9bTE4Nhd14nUT1IN.lazyload, #nGG7pEvCCaxn2pnW9bTE4Nhd14nUT1IN.lazyloading { background-image: none; }
#ebivukRlTffw0TbZVdf2RENaiaLAbk34 { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.5693359375rem;left:16.46875rem;height:1.29980625rem;display:none; }
#n9l9UkOTX3dTsGR6XcwUx6XshrvkANqz { box-sizing:content-box;height:19.8125rem;width:32.8125rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:29.0625rem;left:1.59375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#EKpSR17LmhJMoAmbZHt4UW7WQNT6Sdqz { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/91250339-2d45-425f-b481-32ce66f6d011/i202.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.3125rem;left:24.0625rem;display:none; }#EKpSR17LmhJMoAmbZHt4UW7WQNT6Sdqz.adaptive-delivery-prevent-bg, #EKpSR17LmhJMoAmbZHt4UW7WQNT6Sdqz.lazyload, #EKpSR17LmhJMoAmbZHt4UW7WQNT6Sdqz.lazyloading { background-image: none; }
#m55HDJM7hv1n0CFLs9WfTksLUn4QoJ1O { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7ff512a5-5d70-4a86-ad0d-08e7d6aaff2b/i602.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.75rem;left:24.0625rem;display:none; }#m55HDJM7hv1n0CFLs9WfTksLUn4QoJ1O.adaptive-delivery-prevent-bg, #m55HDJM7hv1n0CFLs9WfTksLUn4QoJ1O.lazyload, #m55HDJM7hv1n0CFLs9WfTksLUn4QoJ1O.lazyloading { background-image: none; }
#kqNKTVV9Ps7ODpatyl98PcpRDSw2n3Co { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/813bc3c7-8c3b-4010-b6a7-d2460980a174/i402.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.5625rem;left:24.125rem;display:none; }#kqNKTVV9Ps7ODpatyl98PcpRDSw2n3Co.adaptive-delivery-prevent-bg, #kqNKTVV9Ps7ODpatyl98PcpRDSw2n3Co.lazyload, #kqNKTVV9Ps7ODpatyl98PcpRDSw2n3Co.lazyloading { background-image: none; }
#PWkqR2TfttTdkoi6r6HxII7PsnPTID49 { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.125rem;left:27.4375rem;height:1.29980625rem;display:none; }
#Tz5afsMr10RXoEzmTrP3ki5XeBfySUWp { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.3125rem;left:27.4375rem;height:1.29980625rem;display:none; }
#xtfNQLizDBfe7Tyva9k0luRXNCxmckSk { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.5625rem;left:27.4375rem;height:1.29980625rem;display:none; }
#cN4Ib7T71qluNqNyZy8xkTN3RGdmZ1K9 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:18.5498046875rem;left:52.125rem; }
#xkrF6gf1w1Tcg6NOxJV7dyzDyhPJ3OaD { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:60.375rem;left:13.09375rem; }
#tHDoSuLtnaZtUwzSpfm9KdMEBVPFRUgK { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:60.375rem;left:52.125rem; }
#JFuGTVWJRVOLDq7Ofa8ER9hKDOTJDhz0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4c7094e9-f109-45f4-8860-bfa20d04e080/bg02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#JFuGTVWJRVOLDq7Ofa8ER9hKDOTJDhz0.adaptive-delivery-prevent-bg, #JFuGTVWJRVOLDq7Ofa8ER9hKDOTJDhz0.lazyload, #JFuGTVWJRVOLDq7Ofa8ER9hKDOTJDhz0.lazyloading { background-image: none; }#JFuGTVWJRVOLDq7Ofa8ER9hKDOTJDhz0 > .row .container { background-color: transparent; background-image: none; }#JFuGTVWJRVOLDq7Ofa8ER9hKDOTJDhz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFuGTVWJRVOLDq7Ofa8ER9hKDOTJDhz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFuGTVWJRVOLDq7Ofa8ER9hKDOTJDhz0 > .row .container > .video-iframe-container { display: none; }#JFuGTVWJRVOLDq7Ofa8ER9hKDOTJDhz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFuGTVWJRVOLDq7Ofa8ER9hKDOTJDhz0 > .row > .video-iframe-container { display: none; }#JFuGTVWJRVOLDq7Ofa8ER9hKDOTJDhz0 > .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); }#JFuGTVWJRVOLDq7Ofa8ER9hKDOTJDhz0 > .row .container { border-width: 0; border-radius: 0; }#JFuGTVWJRVOLDq7Ofa8ER9hKDOTJDhz0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JFuGTVWJRVOLDq7Ofa8ER9hKDOTJDhz0 > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;position:relative;display:block; }#ZQ5hRbntFzJT8SstIoLcW4dwuhFrbGWP { box-sizing:content-box;height:33rem;width:27.5625rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/321c2f8e-a24f-464b-8d3d-2e40de5cea71/Screenshot20250729at110810.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.03125rem;left:0rem;display:block; }#ZQ5hRbntFzJT8SstIoLcW4dwuhFrbGWP.adaptive-delivery-prevent-bg, #ZQ5hRbntFzJT8SstIoLcW4dwuhFrbGWP.lazyload, #ZQ5hRbntFzJT8SstIoLcW4dwuhFrbGWP.lazyloading { background-image: none; }
#ITXr59lU8ZK5so7S2mefnvJivJRhDy5b { color:#263323;display:block;width:29.8125rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.1875rem;left:34.125rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#QrfKDRfzt2Gab20bZ9UEl7KqDVREp7MA { color:#000000;display:block;width:35.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:22.625rem;left:34.125rem;height:8.999rem;display:block; }
#Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1aa962fd-a4de-4f4d-b867-a8415907d892/Untitled103.png");background-position:bottom 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; }#Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW.adaptive-delivery-prevent-bg, #Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW.lazyload, #Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW.lazyloading { background-image: none; }#Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW > .row .container { background-color: transparent; background-image: none; }#Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW > .row .container > .video-iframe-container { display: none; }#Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW > .row > .video-iframe-container { display: none; }#Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW > .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); }#Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW > .row .container { border-width: 0; border-radius: 0; }#Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#xFJseqcLBQdQp0if1EElSUFup8EeuZPx { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.3125rem;left:27.1875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#iOs2d7HQfdyHTcz6OM3hHyt6JuUDleMy { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.875rem;left:6.5625rem;height:2.2744125rem;font-style:normal;display:block; }
#sGdhKXd64t91ZrzW7Q77IR2iMk0sQgpC { box-sizing:content-box;height:28.375rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:rgba(45,63,42,0.54);background-image:none;top:12.5625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ip5tHl4e6sySlfoieCknFWNSxRhC1taJ { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.5rem;left:6.5625rem;height:1.7871125rem;font-style:normal;display:block; }
#CkTkv5l3krsEH6sMiBXcaSkl2ZP9bTN2 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.1875rem;left:6.5625rem;height:2.2744125rem;font-style:normal;display:block; }
#y4KqbqWN3dwSz3QIxcEucH2WFJQvKdIq { color:#ffffff;display:block;width:30.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:27.9375rem;left:6.5625rem;height:5.361325rem;font-style:normal;display:block; }
#nSTwTTvWt9HkfOk8H5cLBGqKFXEsonis { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.125rem;left:46.3125rem;height:2.2744125rem;font-style:normal;display:block; }
#TWGU9VcLIlWTRZcbqQvFbLxbnOJkoh1I { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.75rem;left:46.3125rem;height:3.57421875rem;font-style:normal;display:block; }
#oHlLiTpaTgZRQb6bJA2oKJTfEuX7Hd2T { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.4375rem;left:46.3125rem;height:2.2744125rem;font-style:normal;display:block; }
#yku99XT7DPoH8w2J6pe5w9nT4BuvGlrS { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:27.1875rem;left:46.3125rem;height:1.7871125rem;font-style:normal;display:block; }
#pVtergavpRnQTeKpZJ9CMllpQpaokdu9 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:31.125rem;left:46.3125rem;height:2.2744125rem;font-style:normal;display:block; }
#K56C81TC0CGxUp4isPOB5Lfc9L8ala70 { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:33.8125rem;left:46.3125rem;height:3.57421875rem;font-style:normal;display:block; }
#reVoPdbW2zwPBHJRBv1CDobzRrVaTCvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef4ed;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; }#reVoPdbW2zwPBHJRBv1CDobzRrVaTCvU > .row .container { background-color: transparent; background-image: none; }#reVoPdbW2zwPBHJRBv1CDobzRrVaTCvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reVoPdbW2zwPBHJRBv1CDobzRrVaTCvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reVoPdbW2zwPBHJRBv1CDobzRrVaTCvU > .row .container > .video-iframe-container { display: none; }#reVoPdbW2zwPBHJRBv1CDobzRrVaTCvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reVoPdbW2zwPBHJRBv1CDobzRrVaTCvU > .row > .video-iframe-container { display: none; }#reVoPdbW2zwPBHJRBv1CDobzRrVaTCvU > .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); }#reVoPdbW2zwPBHJRBv1CDobzRrVaTCvU > .row .container { border-width: 0; border-radius: 0; }#reVoPdbW2zwPBHJRBv1CDobzRrVaTCvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#reVoPdbW2zwPBHJRBv1CDobzRrVaTCvU > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#kQFCS9bcXqzuHrPCKQyzw7ato6VlfgAT { color:#263323;display:block;width:25.25rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:8.125rem;display:block; }
#lRXEMIDfeWcpDJvOvyMCU8yWq8hApG2l { color:#263323;display:block;width:27.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:15.75rem;left:0rem;height:12.5rem;font-style:normal;display:block; }#lRXEMIDfeWcpDJvOvyMCU8yWq8hApG2l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lRXEMIDfeWcpDJvOvyMCU8yWq8hApG2l li:before{  }
#ZcygyBXwcFTgqlFv5mih0UmfliHPdeHC { position:absolute;display:block;z-index:15002;height:22.8125rem;width:43.375rem;top:5.53125rem;left:31.625rem;display:block; }
#LPiXi9VofSbMV9SpT2M9deqIWV33lPZu { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#meOV58mGMtqgshdKzv0fIVOD0lTliLCE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#meOV58mGMtqgshdKzv0fIVOD0lTliLCE > .row .container { background-color: transparent; background-image: none; }#meOV58mGMtqgshdKzv0fIVOD0lTliLCE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meOV58mGMtqgshdKzv0fIVOD0lTliLCE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meOV58mGMtqgshdKzv0fIVOD0lTliLCE > .row .container > .video-iframe-container { display: none; }#meOV58mGMtqgshdKzv0fIVOD0lTliLCE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meOV58mGMtqgshdKzv0fIVOD0lTliLCE > .row > .video-iframe-container { display: none; }#meOV58mGMtqgshdKzv0fIVOD0lTliLCE > .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); }#meOV58mGMtqgshdKzv0fIVOD0lTliLCE > .row .container { border-width: 0; border-radius: 0; }#meOV58mGMtqgshdKzv0fIVOD0lTliLCE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#meOV58mGMtqgshdKzv0fIVOD0lTliLCE > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;position:relative;display:block; }#WCboPEWDUfILNAXJTTcbGz2m8K8yUJTB { color:#263323;display:block;width:25.25rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5625rem;left:24.875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#OTDhLvK9r7oel1JCuAxaxosypeBkur4W { box-sizing:content-box;height:9.375rem;width:9.375rem;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:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/84a840f4-709d-4d75-8ec1-4e4d9f7ad087/i702.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.9375rem;left:4.375rem;display:block; }#OTDhLvK9r7oel1JCuAxaxosypeBkur4W.adaptive-delivery-prevent-bg, #OTDhLvK9r7oel1JCuAxaxosypeBkur4W.lazyload, #OTDhLvK9r7oel1JCuAxaxosypeBkur4W.lazyloading { background-image: none; }
#AAz4BvgluJpL2evPeMMsbWxkMzvh4q3f { box-sizing:content-box;height:9.375rem;width:9.375rem;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:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/652fc691-9ef2-45c4-b6cd-cc03594b46fd/i802.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.9375rem;left:23.0625rem;display:block; }#AAz4BvgluJpL2evPeMMsbWxkMzvh4q3f.adaptive-delivery-prevent-bg, #AAz4BvgluJpL2evPeMMsbWxkMzvh4q3f.lazyload, #AAz4BvgluJpL2evPeMMsbWxkMzvh4q3f.lazyloading { background-image: none; }
#HiOTm0tlR89W6PetlCN0WUq6FTaBpWFB { box-sizing:content-box;height:9.375rem;width:9.375rem;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:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/eea3b9db-e46e-4df3-ad23-bb39b7787c2f/i902.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.9375rem;left:42.0625rem;display:block; }#HiOTm0tlR89W6PetlCN0WUq6FTaBpWFB.adaptive-delivery-prevent-bg, #HiOTm0tlR89W6PetlCN0WUq6FTaBpWFB.lazyload, #HiOTm0tlR89W6PetlCN0WUq6FTaBpWFB.lazyloading { background-image: none; }
#dbMSbeyeC4wLRrSdQW2XHZraC8Ue60K4 { box-sizing:content-box;height:9.375rem;width:9.375rem;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:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/649aad54-4b9f-4732-92d2-e4931f1eec03/i1002.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.9375rem;left:61.3125rem;display:block; }#dbMSbeyeC4wLRrSdQW2XHZraC8Ue60K4.adaptive-delivery-prevent-bg, #dbMSbeyeC4wLRrSdQW2XHZraC8Ue60K4.lazyload, #dbMSbeyeC4wLRrSdQW2XHZraC8Ue60K4.lazyloading { background-image: none; }
#EyJIRr2fKtPtQeKPgi73V32dtRJZW88o { box-sizing:content-box;height:9.375rem;width:9.375rem;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:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2207980d-1f24-463f-904d-984c0dcf2870/i1102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:28.9375rem;left:14rem;display:block; }#EyJIRr2fKtPtQeKPgi73V32dtRJZW88o.adaptive-delivery-prevent-bg, #EyJIRr2fKtPtQeKPgi73V32dtRJZW88o.lazyload, #EyJIRr2fKtPtQeKPgi73V32dtRJZW88o.lazyloading { background-image: none; }
#EzAfo97RSoFBPfxG3w02tamXE9cU0KnS { box-sizing:content-box;height:9.375rem;width:9.375rem;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:15006;background-color:rgba(229,229,229,0.23);background-image:url("https://images.assets-landingi.com/uc/33e32ed8-eda4-49c0-8144-ddcd3a3e6422/i1202.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:28.9375rem;left:32.6875rem;display:block; }#EzAfo97RSoFBPfxG3w02tamXE9cU0KnS.adaptive-delivery-prevent-bg, #EzAfo97RSoFBPfxG3w02tamXE9cU0KnS.lazyload, #EzAfo97RSoFBPfxG3w02tamXE9cU0KnS.lazyloading { background-image: none; }
#uMu04C9orp7Wsh6s5JUNcVWVOvkqs7d1 { box-sizing:content-box;height:9.375rem;width:9.375rem;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:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ef39fbc9-fec7-4fda-a455-85fb4e183396/i1302.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:28.9375rem;left:51.6875rem;display:block; }#uMu04C9orp7Wsh6s5JUNcVWVOvkqs7d1.adaptive-delivery-prevent-bg, #uMu04C9orp7Wsh6s5JUNcVWVOvkqs7d1.lazyload, #uMu04C9orp7Wsh6s5JUNcVWVOvkqs7d1.lazyloading { background-image: none; }
#wKRAMnBKUTrncFgueRv62ymVLJ3GLis3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.66796875rem;left:2.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u28MbnKTTlUTLoiHmNJsMUPT2PshSIUO { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.66796875rem;left:21.5rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hubix14X5uWFnmsCkPXntbQ8pwexv77p { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.66796875rem;left:40.5rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QJ2fuTDmNNk2ZKzufUEXC0ha8sTTppkQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.66796875rem;left:59.75rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UaM5sBmSM1bu6s58n1kcxTtEZPvT66MN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:39.41796875rem;left:12.4375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WDq2MzOtzMBuO2HTC04oVwEFuAWGU9tK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:39.41796875rem;left:31.25rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lk7zVKtSHbP3NNAoTpec3SJN9IhUXFTR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:39.41796875rem;left:50.25rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fde09061-d11a-452c-906a-144a618ab04c/Screenshot20250729at110753.jpg");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; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(45,63,42,0.59); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(45,63,42,0.59); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::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; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1rem;font-weight:400;color:#ffffff;width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.4; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bccdba, #929e90);background-image: -moz-linear-gradient(180deg, #bccdba, #929e90);background-image: -ms-linear-gradient(180deg, #bccdba, #929e90);background-image: -o-linear-gradient(180deg, #bccdba, #929e90);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bccdba', endColorstr='#929e90' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bccdba', endColorstr='#929e90' );";background-image: linear-gradient(180deg, #bccdba, #929e90);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#2d3f2a;width:20.4375rem;height:3rem;font-family:montserrat;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8115234375rem;left:47.9677734375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8115234375rem;left:47.9677734375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.686962127686rem;left:51.312139511108rem;height:1.949575rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.375rem;left:5.125rem;height:6rem;font-style:normal;display:block; }
#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { position:relative;display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { background-color: transparent; background-image: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { border-width: 0; border-radius: 0; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;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; }#dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { color:#999999;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.13725rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDQouQkZXQALIPdZaFRzGQ9RUm3XbmT4 { top:5.9375rem;left:7.1875rem;width:30.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGXTUTdG0b7AdsftZFwm24sPVwIH67ds { top:15.5625rem;left:18.0625rem;width:11.5625rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4WHtCbn1w0Rpdq7ZTOhPI2UE646bJHb { top:15.375rem;left:15.25rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJR6chT6v8iuS9fs6ov0WGvqg9GTPS8f { top:18.8125rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKzIJJQrLZm3m8m4Dkbf196V6aBa5B1l { top:23.0625rem;left:8.1875rem;width:28.1875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gInoun1PnhhVrmeF79lfM5aRffNkI8cB { top:24.4375rem;left:11.8125rem;width:12.5rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX8FEedKQzq94V6BhVaTW712pZTpAOIk { top:24.0625rem;left:21.25rem;width:12.5rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJlbT0ps88eT8kb3bqgKmd3PZIkzPEWD { width:18.625rem;height:3.4375rem;top:29.25rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTDpe2FeoSPDiF7bPn0TLWcn8MWCLRM5 { display:block; }
 }@media only screen and (max-width: 763px) { #nMZzdSeVEPRv8OrKNe7y4iAFpk1FSR0E { display:block; }#nMZzdSeVEPRv8OrKNe7y4iAFpk1FSR0E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8ovUOyzixnz7ckEBA29qdtTngnAzdPU { top:4.875rem;left:13.03125rem;width:21.6875rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6i6TvmwnmJXlazXCQM0cCUQpxQkyB0e { top:11.9375rem;left:0rem;width:36rem;height:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQnBqt32zTfokXh1pOSeh9GfEPpzvKPo { top:14.3125rem;left:0rem;width:12.5rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyeUTV50h3JpGROnRrmTt4ZNS6sw7yiJ { top:16.5rem;left:0rem;width:12.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqbKnL7zlLpA2C8hnT3MbNUvgDDImI56 { top:14.3125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1zl5NB1NLmuk6wVGnovkK3Xm7STyMCJ { top:15.125rem;left:2.84375rem;width:5.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cthxGVGXWSblMVkzpvnp8KusZm6SqTEt { top:18.5rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BunAmA4znfrhL6OAgceAS2bFPQSZqI5Z { top:19.3125rem;left:2.84375rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJCxTuAVyKoovXlA8nZI9AgeQAubi50y { top:22.6875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSncQU47IGcSIh7BmuyLyiFRlpWR13RU { top:23.5625rem;left:2.84375rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFrN7KxpkS4ehAwiteEL7Xx9VI6py97i { top:14.3125rem;left:10.4375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #biCM6MwMJfZELZiNMaxDx378hxdK40ai { top:15.125rem;left:13.8125rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT0rBGhQTMb9NwtSqJINSKkMnuXAwtZT { top:18.5625rem;left:10.5rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkcZysT5Qz94W3JbKAoaCh1ciSC0QIER { top:19.3125rem;left:13.8125rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dATZ9T0QQAVkUCgbXM5yeEl7uNJ6zBRg { top:22.75rem;left:10.4375rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHLg99KLkZro3k275z5e3QGvrbGuesC4 { top:23.5625rem;left:13.8125rem;width:8.1875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1qvI9B4o1upaEDaTR9UQkCMHseQkSKT { top:29.0625rem;left:0rem;width:32.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZVZBBsz1MgLJTUN80slFGo7FIouaUgq { top:11.9375rem;left:11.75rem;width:36rem;height:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLQHq5mtVvMSTJIv4vTxOB9ogyz0i4Ae { top:14.3125rem;left:26.5rem;width:12.5rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izvpWzQ2DgRyKwTGkxdBny7m85DObw7L { top:16.5rem;left:26.5rem;width:12.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqGQMwk1fQly8Exaw8CzsHtkSFdNJspB { top:14.4375rem;left:38.5625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDODH2TTWDADWXtdPJHdoXvp4TmWBFIs { top:18.5625rem;left:38.5rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufMTpduwfpqgzW5G2PJEpxZnTfMCcLvH { top:22.75rem;left:38.5rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGKGpFM261fOt3oTnIH8CxaPGl98WrTQ { top:15.125rem;left:41.875rem;width:5.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX9cMJ7WbXcuCwT25esIrRdMgsmBKxuR { top:19.3125rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IThnMnh99qgK0agInulmOre2B0T6TEwT { top:23.5625rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcbFNA2UEpN5A8Jh9PBDQcOPALTMGISG { top:29.0625rem;left:14.9375rem;width:32.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypIblQpmfBEfXX94SzyZqRWCAMliv3wB { top:14.3125rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFJtCJTvFiNnxLm0FyBLCuFUXdzXqdQw { top:18.5625rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvT9M2IXKB5LZr2z5aPWP57XEATTaMb7 { top:22.75rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCy65yiU6FvII7O5DS3P2EoOPXzS8g2H { top:15.125rem;left:40.9375rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLJP5d9k6zlPHTSE9iXpnwbeIUv9rMOI { top:19.3125rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhasJsUTeqNJ05Fn2z0RvMAgX3kth1vs { top:23.5625rem;left:39.5625rem;width:8.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACAHU8Nx5g8PB60zuAC1mWR1cmBNE96h { top:53.75rem;left:0rem;width:36rem;height:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq0rxdkvnZp6O67zS89i9GHn18aI7uV7 { top:56.125rem;left:0rem;width:12.5rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3QNcCTIuLPtWEL2ZxSkAacdLtVssI6A { top:58.3125rem;left:0rem;width:12.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbtWBWrxG0oJGlt2NTD8wDWdxteSVQy3 { top:56.1875rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHK03BRe9PbBt9aJyNX3Z2TiWu6GiMV7 { top:60.375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #saC6cHBJcwWw6PwN8q8zpoLBLlZQMPRV { top:64.5625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPdky3sBJ4DCLTaqwnuGTL3XWWknu5nx { top:70.875rem;left:0rem;width:32.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zET9sMo16FiUKHhC6K4PFnCBaDZT1TCb { top:56.9375rem;left:2.875rem;width:5.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7zn2EdH8kG5FEEOzOdIezWxiMTBW0KH { top:61.125rem;left:2.875rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlUtVlU3SfBT6FyN5tP88TBrLiALLEzO { top:65.375rem;left:2.875rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCwyZ02S5eTSdHZHeCdXLv1L6A7zP33q { top:56.125rem;left:10.4375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO57otrtwFqsH0ABaTn8r78pFkDgQVgW { top:60.4375rem;left:10.40625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7uKqrzTlZwcRFe4sDXUr9WqMya8lvL9 { top:64.625rem;left:10.40625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo1IlbmM0t2rzN1mXafzyQ67xTi3Fh1u { top:56.9375rem;left:13.8125rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO6NPfuQ4D3AGqP1CMxBPHV6g2nAdxi6 { top:61.125rem;left:13.8125rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlATzC59vKexuIVU2yyRRQo76HR1kTXK { top:65.375rem;left:13.8125rem;width:8.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiQiQ7sFAcGX9RTWEL5XnybF9dAGQFhZ { top:53.75rem;left:11.75rem;width:36rem;height:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3KyMuzXDk3CmpihgyaLn7PyrxnxExrR { top:56.125rem;left:26.5rem;width:12.5rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAd52snF3hnyDNgt6o3ipXOcTDrqLg5x { top:58.3125rem;left:26.5rem;width:12.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8RyaQHiJGT1e9dMnko8PfZPkK6NNrkK { top:56.1875rem;left:38.5625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psHf6kgiTlve34L6BkkETPDAaqOxOmEc { top:60.375rem;left:38.5rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJAbdTsXATnazwpDoPwnirJIT7ga6MKc { top:64.5625rem;left:38.5rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBpRSn92QJizD0FsHAt8eAQBkJDwhQBe { top:70.875rem;left:14.9375rem;width:32.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt0c9PJOed8cgcHdrFq9zlv5M3PEtFhl { top:56.9375rem;left:41.875rem;width:5.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq5eqhH4WsFIe0FLrQdnH5TLu0HpMTpH { top:61.125rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5cB0zEhEbaCMI2HBn9wBupNOhKpKJFz { top:65.375rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgq92gHyvpR6MDr33SSKAMCUAqfwyEBp { top:56.125rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCZgPnGVEn4wnmSQ3C2GtIrTGbLK3aSs { top:60.4375rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzZm2pMMSTgL0lwFWpHCaDXvGcrBaLST { top:64.625rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG9Wz5nRXJumlSPeokcqk7sQ7th6B4o8 { top:56.9375rem;left:40.9375rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWSxThkZffNU9JqZkEtxKFOJVts0VH4V { top:61.125rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAaPZ9Ag8LthxAXxtHPw9yHvg4ZcXGXg { top:65.375rem;left:39.5625rem;width:8.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbbSJseTQxQ72AJQDXml9WKtTybUrZZ4 { top:18.5rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #di8LBMIkpxCL8pWoz80hZf9aL4qBa6eg { top:11.9375rem;left:0rem;width:36rem;height:38.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #abRDeIong8QHKFCrUOTAgvgkIIW0CC0s { top:38.8125rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QnVLUmRB9cmpVuuk9WTFkT0k2fTymCTl { top:40.25rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmtL6IdQyhqRQOoFftXSBRWbfZ3DIrG9 { top:14.3125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c1fIrpKUwvUwBX9Nsg9d0ymn9ypEfwcM { top:44.5rem;left:0rem;width:5.5625rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WywF7fMTzy5R1khhrFkP9wmI3cAM3qIt { top:18.5rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FuaG4kVo3iAKZ9tlThx1JHa2hgdXxV0r { top:18.5rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rx2X5d89TzBx1OqEWTkFUHK3dTTrtFLF { top:47.75rem;left:0rem;width:7.125rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZmcTAaEpvQckxNQhFQKnV9UPAHPMxKy4 { top:22.6875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxtsNgT5952an5Ils3h4gtI1hvIl2a8y { top:50.8125rem;left:0rem;width:7.125rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrR42wHuZkZDFvPLCXTcaOeONkwKi7Hf { top:14.3125rem;left:10.4375rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e0r2slaXyJWHJEoF9kB1Sg4fhdEDPRDb { top:18.5625rem;left:10.5rem;width:2.6875rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SzJRDmGCMhUbh3u8OLQTG6xznfyPOCvg { top:22.75rem;left:10.4375rem;width:2.6875rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbQGUsf2kFGyE3c8qPN6pugkW6sDFRwb { top:29.0625rem;left:0rem;width:32.8125rem;height:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qp32dUJUKQQIm54cUDFE63x37Oskgywx { top:15.125rem;left:13.8125rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPB1IZPtf5Ez4MrzcAPBR5DX248ixkQ7 { top:47.75rem;left:0rem;width:4.375rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThgKswCs3sXoWBJQOgBpQxKfLlgJhwQr { top:23.5625rem;left:13.8125rem;width:8.1875rem;height:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWktUBtQEIUwGtIOqxRR1h6yCOvnX6eH { top:11.9375rem;left:0rem;width:36rem;height:38.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IA4UgfV6sUxzRG0Vqf5qFGBzgn0bBV0Z { top:72.0625rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIJDf4MEk3H2oEElLQxPcvL9rkO7Ff2q { top:73.5rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTVQxHe1z9bbhZtydGtnZZlnwvukPP31 { top:14.3125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocSHI0TedJzmwlGGAZkQT2yoe98FhOoT { top:77.75rem;left:0rem;width:5.5625rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tFrOlrDotAMZCy344plerQSX8Gk2iaE1 { top:18.5rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mKrMN6IqUJedrTmM1K4QFyMn8HgE7B41 { top:18.5rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EmbKN4XGUtZQ0Qqp2hrIFFIl6Ta0hCFa { top:81rem;left:0rem;width:7.125rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iPDukb4HpRIoHMcDBlTklH1dbfLXP18k { top:22.6875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XB5DDHFnCggTaAwKNyS3lI0QOdsG9h1E { top:84.0625rem;left:0rem;width:7.125rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #knqlq2I0dAePVLb4OfTy5u3U59MCrVl1 { top:14.3125rem;left:10.4375rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mykhya1yabdgc62hkcJ3cMAng4oVZlif { top:18.5625rem;left:10.5rem;width:2.6875rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWsOJuKWhbdXQifNkcdZelXn5wCB3aRF { top:22.75rem;left:10.4375rem;width:2.6875rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhWt0cOM0EGypwPskTGAPKAMfm1oFAVS { top:29.0625rem;left:0rem;width:32.8125rem;height:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ce0tze0nlEc53Wc3FslpV5VZHtrc7ygI { top:77.8125rem;left:0rem;width:5.1875rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eNtix1k9SrMvhCwVmO7zv8G8OZTT2FvW { top:81rem;left:0rem;width:4.375rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uxcrnJbIr875L6AkCb6sBn2LB7AFsIrU { top:23.5625rem;left:13.8125rem;width:8.1875rem;height:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOJSSlNtbz8F8ZRbGJKbSCSSHctfkoBg { top:11.9375rem;left:0rem;width:36rem;height:38.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHrKMEyShniS25TgE5Th28FH8g7tbr5e { top:105.375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n66ub734dPpXDdxJGTb1vIUXszwPQ0Jx { top:106.8125rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sewqETACaole3eTexJxOGHZT6BAT1fcG { top:14.3125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqZVx3NRqmQQD0V4U3KbVGQmDvyepFKu { top:111.0625rem;left:0rem;width:5.5625rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PR2rVGxRoAT6Mtqlqd1h77cTsvQH2SmI { top:18.5rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GB3sy40kGCHi3TtXCRSML6CgegK1PWxa { top:18.5rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wU2H5rZFCbHhTW5nKX6KoeLgslHccZgB { top:114.3125rem;left:0rem;width:7.125rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGG7pEvCCaxn2pnW9bTE4Nhd14nUT1IN { top:22.6875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ebivukRlTffw0TbZVdf2RENaiaLAbk34 { top:117.375rem;left:0rem;width:7.125rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9l9UkOTX3dTsGR6XcwUx6XshrvkANqz { top:29.0625rem;left:0rem;width:32.8125rem;height:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKpSR17LmhJMoAmbZHt4UW7WQNT6Sdqz { top:14.3125rem;left:10.4375rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m55HDJM7hv1n0CFLs9WfTksLUn4QoJ1O { top:22.75rem;left:10.4375rem;width:2.6875rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kqNKTVV9Ps7ODpatyl98PcpRDSw2n3Co { top:18.5625rem;left:10.5rem;width:2.6875rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWkqR2TfttTdkoi6r6HxII7PsnPTID49 { top:111.125rem;left:0rem;width:5.1875rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tz5afsMr10RXoEzmTrP3ki5XeBfySUWp { top:114.3125rem;left:0rem;width:4.375rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtfNQLizDBfe7Tyva9k0luRXNCxmckSk { top:23.5625rem;left:13.8125rem;width:8.1875rem;height:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cN4Ib7T71qluNqNyZy8xkTN3RGdmZ1K9 { top:18.5rem;left:38.5rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkrF6gf1w1Tcg6NOxJV7dyzDyhPJ3OaD { top:60.375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHDoSuLtnaZtUwzSpfm9KdMEBVPFRUgK { top:60.375rem;left:38.5rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFuGTVWJRVOLDq7Ofa8ER9hKDOTJDhz0 { display:block; }#JFuGTVWJRVOLDq7Ofa8ER9hKDOTJDhz0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQ5hRbntFzJT8SstIoLcW4dwuhFrbGWP { top:4rem;left:0rem;width:27.5625rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITXr59lU8ZK5so7S2mefnvJivJRhDy5b { top:17.1875rem;left:17.9375rem;width:29.8125rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrfKDRfzt2Gab20bZ9UEl7KqDVREp7MA { top:22.625rem;left:12.0625rem;width:35.6875rem;height:8.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW { display:block; }#Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFJseqcLBQdQp0if1EElSUFup8EeuZPx { top:4.3125rem;left:13.5625rem;width:20.625rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOs2d7HQfdyHTcz6OM3hHyt6JuUDleMy { top:17.875rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGdhKXd64t91ZrzW7Q77IR2iMk0sQgpC { top:12.5625rem;left:0rem;width:47.75rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip5tHl4e6sySlfoieCknFWNSxRhC1taJ { top:20.5rem;left:0rem;width:21.6875rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkTkv5l3krsEH6sMiBXcaSkl2ZP9bTN2 { top:25.1875rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4KqbqWN3dwSz3QIxcEucH2WFJQvKdIq { top:27.9375rem;left:0rem;width:30.8125rem;height:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSTwTTvWt9HkfOk8H5cLBGqKFXEsonis { top:16.125rem;left:32.6875rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWGU9VcLIlWTRZcbqQvFbLxbnOJkoh1I { top:18.75rem;left:25.5625rem;width:22.1875rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHlLiTpaTgZRQb6bJA2oKJTfEuX7Hd2T { top:24.4375rem;left:32.6875rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yku99XT7DPoH8w2J6pe5w9nT4BuvGlrS { top:27.1875rem;left:25.5625rem;width:22.1875rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVtergavpRnQTeKpZJ9CMllpQpaokdu9 { top:31.125rem;left:32.6875rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K56C81TC0CGxUp4isPOB5Lfc9L8ala70 { top:33.8125rem;left:25.5625rem;width:22.1875rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #reVoPdbW2zwPBHJRBv1CDobzRrVaTCvU { display:block; }#reVoPdbW2zwPBHJRBv1CDobzRrVaTCvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQFCS9bcXqzuHrPCKQyzw7ato6VlfgAT { top:5.625rem;left:0rem;width:25.25rem;height:8.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRXEMIDfeWcpDJvOvyMCU8yWq8hApG2l { top:15.75rem;left:0rem;width:27.5rem;height:12.5rem;font-size:0.75rem;display:block; }#lRXEMIDfeWcpDJvOvyMCU8yWq8hApG2l li:before{  }
 }@media only screen and (max-width: 763px) { #ZcygyBXwcFTgqlFv5mih0UmfliHPdeHC { top:5.5rem;left:4.375rem;width:43.375rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPiXi9VofSbMV9SpT2M9deqIWV33lPZu { display:none; }
 }@media only screen and (max-width: 763px) { #meOV58mGMtqgshdKzv0fIVOD0lTliLCE { display:block; }#meOV58mGMtqgshdKzv0fIVOD0lTliLCE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCboPEWDUfILNAXJTTcbGz2m8K8yUJTB { top:4.5625rem;left:11.25rem;width:25.25rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTDhLvK9r7oel1JCuAxaxosypeBkur4W { top:11.9375rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAz4BvgluJpL2evPeMMsbWxkMzvh4q3f { top:11.9375rem;left:9.4375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiOTm0tlR89W6PetlCN0WUq6FTaBpWFB { top:11.9375rem;left:28.4375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbMSbeyeC4wLRrSdQW2XHZraC8Ue60K4 { top:11.9375rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyJIRr2fKtPtQeKPgi73V32dtRJZW88o { top:28.9375rem;left:0.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzAfo97RSoFBPfxG3w02tamXE9cU0KnS { top:28.9375rem;left:19.0625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMu04C9orp7Wsh6s5JUNcVWVOvkqs7d1 { top:28.9375rem;left:38.0625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKRAMnBKUTrncFgueRv62ymVLJ3GLis3 { top:22.625rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u28MbnKTTlUTLoiHmNJsMUPT2PshSIUO { top:22.625rem;left:7.875rem;width:12.5rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hubix14X5uWFnmsCkPXntbQ8pwexv77p { top:22.625rem;left:26.875rem;width:12.5rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ2fuTDmNNk2ZKzufUEXC0ha8sTTppkQ { top:22.625rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaM5sBmSM1bu6s58n1kcxTtEZPvT66MN { top:39.375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDq2MzOtzMBuO2HTC04oVwEFuAWGU9tK { top:39.375rem;left:17.625rem;width:12.5rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk7zVKtSHbP3NNAoTpec3SJN9IhUXFTR { top:39.375rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:28.625rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.125rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.375rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/79c2ae58-4cb0-4341-b5e2-4be31289c568/Screenshot20250729at110816.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,25,9,0.43); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,25,9,0.43); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDQouQkZXQALIPdZaFRzGQ9RUm3XbmT4 { width:12.3125rem;height:2.6875rem;top:2.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGXTUTdG0b7AdsftZFwm24sPVwIH67ds { width:7rem;height:1.29980625rem;top:5.8125rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4WHtCbn1w0Rpdq7ZTOhPI2UE646bJHb { display:flex;width:1.5rem;height:1.5rem;top:5.6875rem;left:5.75rem; }
 }@media only screen and (max-width: 763px) { #iJR6chT6v8iuS9fs6ov0WGvqg9GTPS8f { width:17.6875rem;height:1.94921875rem;top:7.75rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKzIJJQrLZm3m8m4Dkbf196V6aBa5B1l { width:17.125rem;height:2.625rem;top:10.8125rem;left:1.4375rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gInoun1PnhhVrmeF79lfM5aRffNkI8cB { width:6.625rem;height:1.0556625rem;top:11.8125rem;left:3.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX8FEedKQzq94V6BhVaTW712pZTpAOIk { width:8.6875rem;height:1.625rem;top:11.4375rem;left:9.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJlbT0ps88eT8kb3bqgKmd3PZIkzPEWD { width:12.9375rem;height:2.4375rem;top:14.625rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTDpe2FeoSPDiF7bPn0TLWcn8MWCLRM5 { display:block; }
 }@media only screen and (max-width: 763px) { #nMZzdSeVEPRv8OrKNe7y4iAFpk1FSR0E { display:block; }#nMZzdSeVEPRv8OrKNe7y4iAFpk1FSR0E > .row .container { width:20rem;height:130.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8ovUOyzixnz7ckEBA29qdtTngnAzdPU { width:20rem;height:1.8681625rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6i6TvmwnmJXlazXCQM0cCUQpxQkyB0e { width:20rem;height:30.125rem;top:4.3671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQnBqt32zTfokXh1pOSeh9GfEPpzvKPo { width:12.5rem;height:1.4619125rem;top:5.625rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyeUTV50h3JpGROnRrmTt4ZNS6sw7yiJ { width:12.5rem;height:1.94921875rem;top:7.0625rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqbKnL7zlLpA2C8hnT3MbNUvgDDImI56 { width:2.25rem;height:2.25rem;top:10.6748046875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1zl5NB1NLmuk6wVGnovkK3Xm7STyMCJ { width:5.5625rem;height:0.9746125rem;top:11.3125rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cthxGVGXWSblMVkzpvnp8KusZm6SqTEt { width:2.375rem;height:2.375rem;top:13.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BunAmA4znfrhL6OAgceAS2bFPQSZqI5Z { width:7.125rem;height:0.9746125rem;top:14.5625rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJCxTuAVyKoovXlA8nZI9AgeQAubi50y { width:2.375rem;height:2.375rem;top:16.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSncQU47IGcSIh7BmuyLyiFRlpWR13RU { width:7.125rem;height:0.9746125rem;top:17.625rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFrN7KxpkS4ehAwiteEL7Xx9VI6py97i { width:2.375rem;height:2.375rem;top:10.625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #biCM6MwMJfZELZiNMaxDx378hxdK40ai { width:5.1875rem;height:0.9746125rem;top:11.375rem;left:13.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT0rBGhQTMb9NwtSqJINSKkMnuXAwtZT { width:2.25rem;height:2.25rem;top:13.875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkcZysT5Qz94W3JbKAoaCh1ciSC0QIER { width:4.375rem;height:0.9746125rem;top:14.5625rem;left:13.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dATZ9T0QQAVkUCgbXM5yeEl7uNJ6zBRg { width:2.25rem;height:2.25rem;top:16.9375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHLg99KLkZro3k275z5e3QGvrbGuesC4 { width:5.8125rem;height:0.9746125rem;top:17.625rem;left:13.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1qvI9B4o1upaEDaTR9UQkCMHseQkSKT { width:18.4375rem;height:12.5rem;top:21.0546875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZVZBBsz1MgLJTUN80slFGo7FIouaUgq { width:20rem;height:38.6875rem;top:37.3671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SLQHq5mtVvMSTJIv4vTxOB9ogyz0i4Ae { width:12.5rem;height:auto;top:14.3125rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #izvpWzQ2DgRyKwTGkxdBny7m85DObw7L { width:12.5rem;height:auto;top:16.5rem;left:3.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mqGQMwk1fQly8Exaw8CzsHtkSFdNJspB { width:2.6875rem;height:2.6875rem;top:14.4375rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BDODH2TTWDADWXtdPJHdoXvp4TmWBFIs { width:2.8125rem;height:2.8125rem;top:43.9921875rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ufMTpduwfpqgzW5G2PJEpxZnTfMCcLvH { width:2.8125rem;height:2.8125rem;top:48.1796875rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGKGpFM261fOt3oTnIH8CxaPGl98WrTQ { width:5.5625rem;height:auto;top:15.125rem;left:7.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pX9cMJ7WbXcuCwT25esIrRdMgsmBKxuR { width:7.125rem;height:auto;top:19.3125rem;left:6.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IThnMnh99qgK0agInulmOre2B0T6TEwT { width:7.125rem;height:auto;top:23.5625rem;left:6.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HcbFNA2UEpN5A8Jh9PBDQcOPALTMGISG { width:20rem;height:19.8125rem;top:54.4921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ypIblQpmfBEfXX94SzyZqRWCAMliv3wB { width:2.8125rem;height:2.8125rem;top:39.7421875rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFJtCJTvFiNnxLm0FyBLCuFUXdzXqdQw { width:2.6875rem;height:2.6875rem;top:18.5625rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HvT9M2IXKB5LZr2z5aPWP57XEATTaMb7 { width:2.6875rem;height:2.6875rem;top:22.75rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eCy65yiU6FvII7O5DS3P2EoOPXzS8g2H { width:6.8125rem;height:0;top:40.5546875rem;left:13.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLJP5d9k6zlPHTSE9iXpnwbeIUv9rMOI { width:7.125rem;height:auto;top:19.3125rem;left:6.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KhasJsUTeqNJ05Fn2z0RvMAgX3kth1vs { width:8.1875rem;height:0;top:48.9921875rem;left:11.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ACAHU8Nx5g8PB60zuAC1mWR1cmBNE96h { width:20rem;height:38.6875rem;top:53.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uq0rxdkvnZp6O67zS89i9GHn18aI7uV7 { width:12.5rem;height:auto;top:56.125rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3QNcCTIuLPtWEL2ZxSkAacdLtVssI6A { width:12.5rem;height:auto;top:58.3125rem;left:3.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kbtWBWrxG0oJGlt2NTD8wDWdxteSVQy3 { width:2.6875rem;height:2.6875rem;top:56.1875rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHK03BRe9PbBt9aJyNX3Z2TiWu6GiMV7 { width:2.8125rem;height:2.8125rem;top:60.375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #saC6cHBJcwWw6PwN8q8zpoLBLlZQMPRV { width:2.8125rem;height:2.8125rem;top:64.5625rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LPdky3sBJ4DCLTaqwnuGTL3XWWknu5nx { width:20rem;height:19.8125rem;top:70.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zET9sMo16FiUKHhC6K4PFnCBaDZT1TCb { width:5.5625rem;height:auto;top:56.9375rem;left:7.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7zn2EdH8kG5FEEOzOdIezWxiMTBW0KH { width:7.125rem;height:auto;top:61.125rem;left:6.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlUtVlU3SfBT6FyN5tP88TBrLiALLEzO { width:7.125rem;height:auto;top:65.375rem;left:6.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCwyZ02S5eTSdHZHeCdXLv1L6A7zP33q { width:2.8125rem;height:2.8125rem;top:56.125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tO57otrtwFqsH0ABaTn8r78pFkDgQVgW { width:2.6875rem;height:2.6875rem;top:60.4375rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7uKqrzTlZwcRFe4sDXUr9WqMya8lvL9 { width:2.6875rem;height:2.6875rem;top:64.625rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qo1IlbmM0t2rzN1mXafzyQ67xTi3Fh1u { width:6.8125rem;height:auto;top:56.9375rem;left:6.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HO6NPfuQ4D3AGqP1CMxBPHV6g2nAdxi6 { width:7.125rem;height:auto;top:61.125rem;left:6.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VlATzC59vKexuIVU2yyRRQo76HR1kTXK { width:8.1875rem;height:auto;top:65.375rem;left:5.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iiQiQ7sFAcGX9RTWEL5XnybF9dAGQFhZ { width:20rem;height:38.6875rem;top:53.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3KyMuzXDk3CmpihgyaLn7PyrxnxExrR { width:12.5rem;height:auto;top:56.125rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hAd52snF3hnyDNgt6o3ipXOcTDrqLg5x { width:12.5rem;height:auto;top:58.3125rem;left:3.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8RyaQHiJGT1e9dMnko8PfZPkK6NNrkK { width:2.6875rem;height:2.6875rem;top:56.1875rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #psHf6kgiTlve34L6BkkETPDAaqOxOmEc { width:2.8125rem;height:2.8125rem;top:60.375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bJAbdTsXATnazwpDoPwnirJIT7ga6MKc { width:2.8125rem;height:2.8125rem;top:64.5625rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBpRSn92QJizD0FsHAt8eAQBkJDwhQBe { width:20rem;height:19.8125rem;top:70.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vt0c9PJOed8cgcHdrFq9zlv5M3PEtFhl { width:5.5625rem;height:auto;top:56.9375rem;left:7.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sq5eqhH4WsFIe0FLrQdnH5TLu0HpMTpH { width:7.125rem;height:auto;top:61.125rem;left:6.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5cB0zEhEbaCMI2HBn9wBupNOhKpKJFz { width:7.125rem;height:auto;top:65.375rem;left:6.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgq92gHyvpR6MDr33SSKAMCUAqfwyEBp { width:2.8125rem;height:2.8125rem;top:56.125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCZgPnGVEn4wnmSQ3C2GtIrTGbLK3aSs { width:2.6875rem;height:2.6875rem;top:60.4375rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OzZm2pMMSTgL0lwFWpHCaDXvGcrBaLST { width:2.6875rem;height:2.6875rem;top:64.625rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tG9Wz5nRXJumlSPeokcqk7sQ7th6B4o8 { width:6.8125rem;height:auto;top:56.9375rem;left:6.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iWSxThkZffNU9JqZkEtxKFOJVts0VH4V { width:7.125rem;height:auto;top:61.125rem;left:6.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rAaPZ9Ag8LthxAXxtHPw9yHvg4ZcXGXg { width:8.1875rem;height:auto;top:65.375rem;left:5.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JbbSJseTQxQ72AJQDXml9WKtTybUrZZ4 { display:flex;width:2.375rem;height:2.375rem;top:13.8125rem;left:1rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #di8LBMIkpxCL8pWoz80hZf9aL4qBa6eg { width:20rem;height:30.125rem;top:35.875rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #abRDeIong8QHKFCrUOTAgvgkIIW0CC0s { width:12.5rem;height:1.4619125rem;top:37.125rem;left:1rem;font-size:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #QnVLUmRB9cmpVuuk9WTFkT0k2fTymCTl { width:12.5rem;height:1.94921875rem;top:38.5625rem;left:1rem;font-size:1.5rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #vmtL6IdQyhqRQOoFftXSBRWbfZ3DIrG9 { width:2.25rem;height:2.25rem;top:42.1875rem;left:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #c1fIrpKUwvUwBX9Nsg9d0ymn9ypEfwcM { width:5.5625rem;height:0.9746125rem;top:42.8125rem;left:4.0625rem;font-size:0.75rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #WywF7fMTzy5R1khhrFkP9wmI3cAM3qIt { width:2.375rem;height:2.375rem;top:45.3125rem;left:1rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #FuaG4kVo3iAKZ9tlThx1JHa2hgdXxV0r { display:flex;width:2.375rem;height:2.375rem;top:45.3125rem;left:1rem;font-size:1.625rem;z-index:15080; }
 }@media only screen and (max-width: 763px) { #Rx2X5d89TzBx1OqEWTkFUHK3dTTrtFLF { width:7.125rem;height:0.9746125rem;top:46.0625rem;left:4.0625rem;font-size:0.75rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #ZmcTAaEpvQckxNQhFQKnV9UPAHPMxKy4 { width:2.375rem;height:2.375rem;top:48.4375rem;left:1rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #TxtsNgT5952an5Ils3h4gtI1hvIl2a8y { width:7.125rem;height:0.9746125rem;top:49.125rem;left:4.0625rem;font-size:0.75rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #wrR42wHuZkZDFvPLCXTcaOeONkwKi7Hf { width:2.375rem;height:2.375rem;top:42.125rem;left:10rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #e0r2slaXyJWHJEoF9kB1Sg4fhdEDPRDb { width:2.25rem;height:2.25rem;top:45.375rem;left:10.0625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #SzJRDmGCMhUbh3u8OLQTG6xznfyPOCvg { width:2.25rem;height:2.25rem;top:48.4375rem;left:10rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #FbQGUsf2kFGyE3c8qPN6pugkW6sDFRwb { width:18.4375rem;height:12.5rem;top:52.5625rem;left:0.8125rem;z-index:15031;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9578da17-4f1f-43c9-9641-759895aecd38/solea.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FbQGUsf2kFGyE3c8qPN6pugkW6sDFRwb.adaptive-delivery-prevent-bg, #FbQGUsf2kFGyE3c8qPN6pugkW6sDFRwb.lazyload, #FbQGUsf2kFGyE3c8qPN6pugkW6sDFRwb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qp32dUJUKQQIm54cUDFE63x37Oskgywx { width:5.1875rem;height:0.9746125rem;top:42.875rem;left:13.25rem;font-size:0.75rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #pPB1IZPtf5Ez4MrzcAPBR5DX248ixkQ7 { width:4.375rem;height:0.9746125rem;top:46.0625rem;left:13.25rem;font-size:0.75rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #ThgKswCs3sXoWBJQOgBpQxKfLlgJhwQr { width:5.8125rem;height:0.9746125rem;top:49.125rem;left:13.25rem;font-size:0.75rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #mWktUBtQEIUwGtIOqxRR1h6yCOvnX6eH { width:20rem;height:30.125rem;top:67.5rem;left:0rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #IA4UgfV6sUxzRG0Vqf5qFGBzgn0bBV0Z { width:12.5rem;height:1.4619125rem;top:68.75rem;left:1rem;font-size:1.125rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #zIJDf4MEk3H2oEElLQxPcvL9rkO7Ff2q { width:12.5rem;height:1.94921875rem;top:70.1875rem;left:1rem;font-size:1.5rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #cTVQxHe1z9bbhZtydGtnZZlnwvukPP31 { width:2.25rem;height:2.25rem;top:73.8125rem;left:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #ocSHI0TedJzmwlGGAZkQT2yoe98FhOoT { width:5.5625rem;height:0.9746125rem;top:74.4375rem;left:4.0625rem;font-size:0.75rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #tFrOlrDotAMZCy344plerQSX8Gk2iaE1 { width:2.375rem;height:2.375rem;top:76.9375rem;left:1rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #mKrMN6IqUJedrTmM1K4QFyMn8HgE7B41 { display:flex;width:2.375rem;height:2.375rem;top:76.9375rem;left:1rem;font-size:1.625rem;z-index:15097; }
 }@media only screen and (max-width: 763px) { #EmbKN4XGUtZQ0Qqp2hrIFFIl6Ta0hCFa { width:7.125rem;height:0.9746125rem;top:77.6875rem;left:4.0625rem;font-size:0.75rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #iPDukb4HpRIoHMcDBlTklH1dbfLXP18k { width:2.375rem;height:2.375rem;top:80.0625rem;left:1rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #XB5DDHFnCggTaAwKNyS3lI0QOdsG9h1E { width:7.125rem;height:0.9746125rem;top:80.75rem;left:4.0625rem;font-size:0.75rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #knqlq2I0dAePVLb4OfTy5u3U59MCrVl1 { width:2.375rem;height:2.375rem;top:73.75rem;left:10rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #Mykhya1yabdgc62hkcJ3cMAng4oVZlif { width:2.25rem;height:2.25rem;top:77rem;left:10.0625rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #rWsOJuKWhbdXQifNkcdZelXn5wCB3aRF { width:2.25rem;height:2.25rem;top:80.0625rem;left:10rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #OhWt0cOM0EGypwPskTGAPKAMfm1oFAVS { width:18.4375rem;height:12.5rem;top:84.1875rem;left:0.8125rem;z-index:15048;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8c89848f-7eb6-4ebd-bfe5-1c95c34ccd98/horizonate.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OhWt0cOM0EGypwPskTGAPKAMfm1oFAVS.adaptive-delivery-prevent-bg, #OhWt0cOM0EGypwPskTGAPKAMfm1oFAVS.lazyload, #OhWt0cOM0EGypwPskTGAPKAMfm1oFAVS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ce0tze0nlEc53Wc3FslpV5VZHtrc7ygI { width:5.1875rem;height:0.9746125rem;top:74.5rem;left:13.25rem;font-size:0.75rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #eNtix1k9SrMvhCwVmO7zv8G8OZTT2FvW { width:4.375rem;height:0.9746125rem;top:77.6875rem;left:13.25rem;font-size:0.75rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #uxcrnJbIr875L6AkCb6sBn2LB7AFsIrU { width:5.8125rem;height:0.9746125rem;top:80.75rem;left:13.25rem;font-size:0.75rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #qOJSSlNtbz8F8ZRbGJKbSCSSHctfkoBg { width:20rem;height:30.125rem;top:99.125rem;left:0rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #EHrKMEyShniS25TgE5Th28FH8g7tbr5e { width:12.5rem;height:1.4619125rem;top:100.375rem;left:1rem;font-size:1.125rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #n66ub734dPpXDdxJGTb1vIUXszwPQ0Jx { width:12.5rem;height:1.94921875rem;top:101.8125rem;left:1rem;font-size:1.5rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #sewqETACaole3eTexJxOGHZT6BAT1fcG { width:2.25rem;height:2.25rem;top:105.4375rem;left:1rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #DqZVx3NRqmQQD0V4U3KbVGQmDvyepFKu { width:5.5625rem;height:0.9746125rem;top:106.0625rem;left:4.0625rem;font-size:0.75rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #PR2rVGxRoAT6Mtqlqd1h77cTsvQH2SmI { width:2.375rem;height:2.375rem;top:108.5625rem;left:1rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #GB3sy40kGCHi3TtXCRSML6CgegK1PWxa { display:flex;width:2.375rem;height:2.375rem;top:108.5625rem;left:1rem;font-size:1.625rem;z-index:15114; }
 }@media only screen and (max-width: 763px) { #wU2H5rZFCbHhTW5nKX6KoeLgslHccZgB { width:7.125rem;height:0.9746125rem;top:109.3125rem;left:4.0625rem;font-size:0.75rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #nGG7pEvCCaxn2pnW9bTE4Nhd14nUT1IN { width:2.375rem;height:2.375rem;top:111.6875rem;left:1rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #ebivukRlTffw0TbZVdf2RENaiaLAbk34 { width:7.125rem;height:0.9746125rem;top:112.375rem;left:4.0625rem;font-size:0.75rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #n9l9UkOTX3dTsGR6XcwUx6XshrvkANqz { width:18.4375rem;height:12.5rem;top:115.8125rem;left:0.8125rem;z-index:15065;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/39e45840-4577-4ff9-860c-77ff597bd936/imperio.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#n9l9UkOTX3dTsGR6XcwUx6XshrvkANqz.adaptive-delivery-prevent-bg, #n9l9UkOTX3dTsGR6XcwUx6XshrvkANqz.lazyload, #n9l9UkOTX3dTsGR6XcwUx6XshrvkANqz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EKpSR17LmhJMoAmbZHt4UW7WQNT6Sdqz { width:2.375rem;height:2.375rem;top:105.375rem;left:10rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #m55HDJM7hv1n0CFLs9WfTksLUn4QoJ1O { width:2.25rem;height:2.25rem;top:111.6875rem;left:10rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #kqNKTVV9Ps7ODpatyl98PcpRDSw2n3Co { width:2.25rem;height:2.25rem;top:108.625rem;left:10.0625rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #PWkqR2TfttTdkoi6r6HxII7PsnPTID49 { width:5.1875rem;height:0.9746125rem;top:106.125rem;left:13.25rem;font-size:0.75rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #Tz5afsMr10RXoEzmTrP3ki5XeBfySUWp { width:4.375rem;height:0.9746125rem;top:109.3125rem;left:13.25rem;font-size:0.75rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #xtfNQLizDBfe7Tyva9k0luRXNCxmckSk { width:5.8125rem;height:0.9746125rem;top:112.375rem;left:13.25rem;font-size:0.75rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #cN4Ib7T71qluNqNyZy8xkTN3RGdmZ1K9 { display:flex;width:2.8125rem;height:2.8125rem;top:18.5rem;left:8.5625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xkrF6gf1w1Tcg6NOxJV7dyzDyhPJ3OaD { display:flex;width:2.8125rem;height:2.8125rem;top:60.375rem;left:8.5625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHDoSuLtnaZtUwzSpfm9KdMEBVPFRUgK { display:flex;width:2.8125rem;height:2.8125rem;top:60.375rem;left:8.5625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JFuGTVWJRVOLDq7Ofa8ER9hKDOTJDhz0 { display:block; }#JFuGTVWJRVOLDq7Ofa8ER9hKDOTJDhz0 > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQ5hRbntFzJT8SstIoLcW4dwuhFrbGWP { width:20rem;height:12.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITXr59lU8ZK5so7S2mefnvJivJRhDy5b { width:15.5rem;height:1.8681625rem;top:14.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrfKDRfzt2Gab20bZ9UEl7KqDVREp7MA { width:20rem;height:5rem;top:16.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1aa962fd-a4de-4f4d-b867-a8415907d892/Untitled103.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW.adaptive-delivery-prevent-bg, #Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW.lazyload, #Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW.lazyloading { background-image: none; }#Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW > .row .container { background-color: transparent; background-image: none; }#Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW > .row .container > .video-iframe-container { display: none; }#Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW > .row > .video-iframe-container { display: none; }#Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW > .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); }#Q54S8BIfHbbP84ruDwbbQ5oLwHGODxZW > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFJseqcLBQdQp0if1EElSUFup8EeuZPx { width:20rem;height:1.8681625rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOs2d7HQfdyHTcz6OM3hHyt6JuUDleMy { width:12.5rem;height:1.29980625rem;top:6.1796875rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGdhKXd64t91ZrzW7Q77IR2iMk0sQgpC { width:20rem;height:24.5rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip5tHl4e6sySlfoieCknFWNSxRhC1taJ { width:14.875rem;height:0.9746125rem;top:7.4794921875rem;left:1.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkTkv5l3krsEH6sMiBXcaSkl2ZP9bTN2 { width:12.5rem;height:1.29980625rem;top:9.62890625rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4KqbqWN3dwSz3QIxcEucH2WFJQvKdIq { width:17.125rem;height:2.923825rem;top:11.1044921875rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSTwTTvWt9HkfOk8H5cLBGqKFXEsonis { width:12.5rem;height:1.29980625rem;top:15.3046875rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWGU9VcLIlWTRZcbqQvFbLxbnOJkoh1I { width:13.625rem;height:1.94921875rem;top:16.7294921875rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHlLiTpaTgZRQb6bJA2oKJTfEuX7Hd2T { width:12.5rem;height:1.29980625rem;top:19.935546875rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yku99XT7DPoH8w2J6pe5w9nT4BuvGlrS { width:12.875rem;height:0.9746125rem;top:21.3916015625rem;left:1.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVtergavpRnQTeKpZJ9CMllpQpaokdu9 { width:12.5rem;height:1.29980625rem;top:23.5537109375rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K56C81TC0CGxUp4isPOB5Lfc9L8ala70 { width:15.9375rem;height:1.94921875rem;top:25.103515625rem;left:1.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #reVoPdbW2zwPBHJRBv1CDobzRrVaTCvU { display:block; }#reVoPdbW2zwPBHJRBv1CDobzRrVaTCvU > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQFCS9bcXqzuHrPCKQyzw7ato6VlfgAT { width:20rem;height:1.8681625rem;top:13.6875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lRXEMIDfeWcpDJvOvyMCU8yWq8hApG2l { width:16.8125rem;height:8rem;top:16.3125rem;left:1.625rem;font-size:0.75rem;display:block; }#lRXEMIDfeWcpDJvOvyMCU8yWq8hApG2l li:before{  }
 }@media only screen and (max-width: 763px) { #ZcygyBXwcFTgqlFv5mih0UmfliHPdeHC { width:20rem;height:11.1875rem;top:27.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LPiXi9VofSbMV9SpT2M9deqIWV33lPZu { top:1.4375rem;left:0rem;width:20rem;height:11.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #meOV58mGMtqgshdKzv0fIVOD0lTliLCE { display:block; }#meOV58mGMtqgshdKzv0fIVOD0lTliLCE > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCboPEWDUfILNAXJTTcbGz2m8K8yUJTB { width:20rem;height:1.8681625rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTDhLvK9r7oel1JCuAxaxosypeBkur4W { width:3.75rem;height:3.75rem;top:4.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAz4BvgluJpL2evPeMMsbWxkMzvh4q3f { width:3.75rem;height:3.75rem;top:8.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiOTm0tlR89W6PetlCN0WUq6FTaBpWFB { width:3.75rem;height:3.75rem;top:13.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbMSbeyeC4wLRrSdQW2XHZraC8Ue60K4 { width:3.75rem;height:3.75rem;top:18.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyJIRr2fKtPtQeKPgi73V32dtRJZW88o { width:3.75rem;height:3.75rem;top:23.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzAfo97RSoFBPfxG3w02tamXE9cU0KnS { width:3.75rem;height:3.75rem;top:27.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMu04C9orp7Wsh6s5JUNcVWVOvkqs7d1 { width:3.75rem;height:3.75rem;top:32.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKRAMnBKUTrncFgueRv62ymVLJ3GLis3 { width:12.5rem;height:1.0556625rem;top:5.5625rem;left:6.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u28MbnKTTlUTLoiHmNJsMUPT2PshSIUO { width:12.5rem;height:1.0556625rem;top:10.1875rem;left:6.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hubix14X5uWFnmsCkPXntbQ8pwexv77p { width:12.5rem;height:1.0556625rem;top:14.9375rem;left:6.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QJ2fuTDmNNk2ZKzufUEXC0ha8sTTppkQ { width:12.5rem;height:1.0556625rem;top:19.75rem;left:6.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UaM5sBmSM1bu6s58n1kcxTtEZPvT66MN { width:12.5rem;height:1.0556625rem;top:24.375rem;left:6.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WDq2MzOtzMBuO2HTC04oVwEFuAWGU9tK { width:12.5rem;height:1.0556625rem;top:29.125rem;left:6.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lk7zVKtSHbP3NNAoTpec3SJN9IhUXFTR { width:12.5rem;height:1.0556625rem;top:33.875rem;left:6.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fde09061-d11a-452c-906a-144a618ab04c/Screenshot20250729at110753.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(45,63,42,0.5); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(45,63,42,0.5); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.625rem;line-height:1.2;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.7871125rem;top:26.5732421875rem;left:1.8740234375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54385625rem;top:1.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.3994125rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { width:20rem;height:0.8125rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }