.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:251,216,211;--color-primary-1:241,225,206;--color-primary-2:237,60,36;--color-primary-3:238,54,37;--color-primary-4:225,72,44;--color-secondary-0:227,236,232;--color-secondary-1:170,198,187;--color-secondary-2:114,160,142;--color-secondary-3:68,96,85;--color-secondary-4:20,96,66;--color-tertiary-0:255,255,255;--color-tertiary-1:153,153,153;--color-tertiary-2:34,34,34;--color-tertiary-3:17,17,17;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@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:rgba(var(--color-tertiary-0),1);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); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { position:relative;display:block; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { background-color: transparent; background-image: none; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container > .video-iframe-container { display: none; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row > .video-iframe-container { display: none; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .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); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { border-width: 0; border-radius: 0; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .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; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;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; }#k3uJ4yM5FXuonxX7NIW40QmpI6fvqSaE { 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:3.125rem;width:11.9375rem;top:1.25rem;left:31.53125rem;overflow:hidden;display:block; }
#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/abff868e-d195-4241-8e7e-a2e585cb1472/heronew4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC.adaptive-delivery-prevent-bg, #XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC.lazyload, #XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC.lazyloading { background-image: none; }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC > .row .container { border-width: 0; border-radius: 0; }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC::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; }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;overflow:visible;position:relative;display:none; }#Ha4NG0DAzmMO9gKCkmrnRw2w4MweJwwZ { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:10.196876525879rem;left:40.403907775879rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTwQaCFo9FU1OTi9cV5kfN6TywCAyfxs { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.7;overflow:hidden;position:absolute;width:22.249625rem;height:2.999825rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.986721038818rem;left:43.80703163147rem;display:block; }
#C6k4cgNyofR4iMTTyBasI8CPiBT2TXXc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ac8IUlANBUsgwp2IuhWFwIlrS1w9Omdi { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.5rem;left:52.0625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pv1eCWNlIeMlBn1Bhim3yIAnynJVECVT { box-sizing:content-box;height:3.5rem;width:27.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0.4);background-image:none;top:15.668749809265rem;left:41.18593788147rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#fB10BNRv4eKA33xXbDpXODZiNP25FQlM { position:absolute;display:block;z-index:15010;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:4.4992875rem;width:11.5625rem;top:4.3681640625rem;left:49.216796875rem;overflow:hidden;display:block; }
#fkkAlKAHAa2KpgGSHMBhlnT6tAW8evKk { position:absolute;display:block;z-index:15011;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:6.25rem;width:6.25rem;top:0.625rem;left:68.75rem;overflow:hidden;display:block; }
#LvlNTPcG4ZE0rh0WvuQyLCcekZLnV2g7 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:23.0615234375rem;left:43.812255859375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uCN76LT0z99yU4KamtTnHtQQ0sFn67ef { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:20.2490234375rem;left:46.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#GH86lTy2w5S8zgf2SeZ72xDJDaOzAvEv { box-sizing:content-box;height:5.375rem;width:27.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:19.47998046875rem;left:41.15234375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#IOEa9a4M6GMKTQJMpmGdygTBDwGDOpL2 { box-sizing:content-box;height:3.75rem;width:0.125rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.673828125rem;left:54.871826171875rem;display:block; }
#cG92V216cidHk3gn8zTKuwJ1vLFgnIrz { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:13.5625rem;left:49.3125rem; }
#N1sGmQgLBmEWAbbb2qJnC1NobZAqz4fF { color:rgba(var(--color-tertiary-0),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5625rem;left:50.875rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SRlrazzh8vUAXRTf3HRQXU0eZ09Oc8FT { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:16.9375rem;left:43.0625rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#G38elmUGv0hDfnQG6oM5oUFknHuXnyVE { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:20.625rem;left:60.46875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#VAICdVcnsENbFhTVD4Ew3AOIfgSIZgbx { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:23.187255859375rem;left:57.5rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hg12f1Bix2BnZ2LSUXWD132iBAtraBmf { box-sizing:content-box;height:3.75rem;width:0.125rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.2255859375rem;left:59.3720703125rem;display:none; }
#TZFpasghTbFOchXGtyrq5CsF0GMmEruV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/55d9a663-beed-4d9b-b194-a3a3251977c3/w102.png");background-position:bottom 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:none; }#TZFpasghTbFOchXGtyrq5CsF0GMmEruV.adaptive-delivery-prevent-bg, #TZFpasghTbFOchXGtyrq5CsF0GMmEruV.lazyload, #TZFpasghTbFOchXGtyrq5CsF0GMmEruV.lazyloading { background-image: none; }#TZFpasghTbFOchXGtyrq5CsF0GMmEruV > .row .container { border-width: 0; border-radius: 0; }#TZFpasghTbFOchXGtyrq5CsF0GMmEruV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZFpasghTbFOchXGtyrq5CsF0GMmEruV > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:none; }#AIZOkQu3Ib2NTPgeTHVQQmWRpFDFkMTQ { color:rgba(var(--color-tertiary-2),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:27rem;left:7.1875rem;height:3.8183625rem;text-align:center;text-align-last:center;display:block; }
#TQIQ36zReugAAAHSBc7AZEMBZ9FSLl88 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:31.4375rem;left:9.375rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#BILTa8De6vLSSefTb3IokPrkoEr3f7Xw { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:14.25rem;top:7.625rem;left:30.375rem;overflow:hidden;display:block; }
#PHBAMsBGA6ZnO6RyollDlzDKRRZeq7RA { color:rgba(var(--color-tertiary-0),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.875rem;left:33.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LeaKgOLCV8LH8Ti9tUmn85BmuQizNEHi { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:13.875rem;left:32rem; }
#T99teQTAOTQLrK3HbkMuXzE4mrRTrXkt { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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:3.1875rem;width:18.6875rem;top:31.375rem;left:10.0625rem;overflow:hidden;display:block; }
#dUx8C8WqD5rVIyv09EqtAmEhExTn2biu { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:34.4375rem;top:28.4375rem;left:33.375rem;overflow:hidden;display:block; }
#lsbXRnZFu1sPaghi3zEoXh8iPsylJoJO { box-sizing:content-box;height:3.5rem;width:25.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:19.3125rem;left:24.5625rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }
#r4SGgGTlOZmt3H5T3XLvk8WkEm8wH9XO { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.4375rem;left:33.6875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MuIsoPl5gmRDvJlUz3oUUWP2M0A2e52w { color:#9bdbf1;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:20.4375rem;left:24.625rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DUybrKMNGZac9qJvfKteIx2FznMnEnOT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c40a85ce-b722-4cef-b440-3ed0d2de8571/bg3.jpg");background-position:bottom 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; }#DUybrKMNGZac9qJvfKteIx2FznMnEnOT.adaptive-delivery-prevent-bg, #DUybrKMNGZac9qJvfKteIx2FznMnEnOT.lazyload, #DUybrKMNGZac9qJvfKteIx2FznMnEnOT.lazyloading { background-image: none; }#DUybrKMNGZac9qJvfKteIx2FznMnEnOT > .row .container { background-color: transparent; background-image: none; }#DUybrKMNGZac9qJvfKteIx2FznMnEnOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUybrKMNGZac9qJvfKteIx2FznMnEnOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUybrKMNGZac9qJvfKteIx2FznMnEnOT > .row .container > .video-iframe-container { display: none; }#DUybrKMNGZac9qJvfKteIx2FznMnEnOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUybrKMNGZac9qJvfKteIx2FznMnEnOT > .row > .video-iframe-container { display: none; }#DUybrKMNGZac9qJvfKteIx2FznMnEnOT > .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); }#DUybrKMNGZac9qJvfKteIx2FznMnEnOT > .row .container { border-width: 0; border-radius: 0; }#DUybrKMNGZac9qJvfKteIx2FznMnEnOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DUybrKMNGZac9qJvfKteIx2FznMnEnOT > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#bzzQ4DviHgTESVkVEZPeq9FUEWb1Mo6C { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:9.625rem;width:35.5rem;top:5.9375rem;left:0rem;overflow:hidden;display:block; }
#t0iBnaleXk4C4vbIqfqeanGeT4Fcv93S { box-sizing:content-box;height:5.0625rem;width:31.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.25rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.28) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:1.78125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#WHMoMvxE53aaQGcE3FTpuVTsnpHKKTq6 { color:#146042;display:block;width:11.6875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:20.0625rem;left:4.8125rem;height:2.88671875rem;display:block; }
#TuP1UDzcEXTlE86eQ004au29wk9MLIKJ { color:#eb3923;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.5rem;left:14.5625rem;height:2.92480625rem;display:block; }
#QUfJ1oqnZIznmISFyH74W3k8AaOUxNZi { color:#eb3923;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:22.1875rem;left:12.9375rem;height:1.13671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#99d9ee;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; }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu > .row .container { background-color: transparent; background-image: none; }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu > .row .container > .video-iframe-container { display: none; }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu > .row > .video-iframe-container { display: none; }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu > .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); }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu > .row .container { border-width: 0; border-radius: 0; }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#khcHJrzSbhLxub612JZh8z6T10qokafc { color:rgba(var(--color-tertiary-2),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.5rem;left:4.625rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:17.75rem;left:4.625rem;height:6.75rem;font-style:normal;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-2),1);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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);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:2.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);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:var(--paragraphs-font-family); }
#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:var(--paragraphs-font-family);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;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.0625rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:20.4375rem;height:3rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);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:var(--paragraphs-font-family);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(var(--color-tertiary-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:2.5rem;left:47.312501907349rem; }
#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:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);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(var(--color-tertiary-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:2.5rem;left:47.312501907349rem; }
#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; }
#DlL6EwN1Nnx3SEnz3VMU1F0sRR3IAcKn { position:relative;display:block; }
#nlTkWEi5Rlp4rAF3Wlz0VU7ZPfI7UfBn { position:relative;display:block; }
#VLhRt0hr7qPEOakzZitqpmcVh5qDo1kP { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:rgba(var(--color-tertiary-2),1);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:27.625rem;left:50.6875rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#pWumKTKWF3ceaxwU6oB5oXPMqS52SzUZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:4.3125rem;left:4.375rem;display:none; }
#HfPho9QGbrH6XWIn6lcwzWdGUUnzLg56 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f204d10a-43cf-4080-ab02-c01289a05474/bg04.png");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; }#HfPho9QGbrH6XWIn6lcwzWdGUUnzLg56.adaptive-delivery-prevent-bg, #HfPho9QGbrH6XWIn6lcwzWdGUUnzLg56.lazyload, #HfPho9QGbrH6XWIn6lcwzWdGUUnzLg56.lazyloading { background-image: none; }#HfPho9QGbrH6XWIn6lcwzWdGUUnzLg56 > .row .container { background-color: transparent; background-image: none; }#HfPho9QGbrH6XWIn6lcwzWdGUUnzLg56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.08); }#HfPho9QGbrH6XWIn6lcwzWdGUUnzLg56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfPho9QGbrH6XWIn6lcwzWdGUUnzLg56 > .row .container > .video-iframe-container { display: none; }#HfPho9QGbrH6XWIn6lcwzWdGUUnzLg56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.08); }#HfPho9QGbrH6XWIn6lcwzWdGUUnzLg56 > .row > .video-iframe-container { display: none; }#HfPho9QGbrH6XWIn6lcwzWdGUUnzLg56 > .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); }#HfPho9QGbrH6XWIn6lcwzWdGUUnzLg56 > .row .container { border-width: 0; border-radius: 0; }#HfPho9QGbrH6XWIn6lcwzWdGUUnzLg56::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; }#HfPho9QGbrH6XWIn6lcwzWdGUUnzLg56 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HfPho9QGbrH6XWIn6lcwzWdGUUnzLg56 > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;position:relative;display:block; }#Qo8cpu4a31ZMACuR8wMcFtWBZBTOm4rm { box-sizing:content-box;height:40.625rem;width:33.125rem;position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.0625rem;left:3.375rem;display:block; }
#eFTEvT9uM4KdhJa0oFVWyuQLU51TDAn7 { box-sizing:content-box;height:18.375rem;width:30.5rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/b4acf748-82ba-430f-8b74-3b0cc20ded67/TypeB001copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.375rem;left:4.6875rem;display:block; }#eFTEvT9uM4KdhJa0oFVWyuQLU51TDAn7.adaptive-delivery-prevent-bg, #eFTEvT9uM4KdhJa0oFVWyuQLU51TDAn7.lazyload, #eFTEvT9uM4KdhJa0oFVWyuQLU51TDAn7.lazyloading { background-image: none; }
#msJCSEdPySGF5NiMVrmmkpSgeKaJiyfN { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:27.375rem;left:4.6875rem;height:1.13671875rem;display:block; }
#xkfiTpRohDmOz3zv7IB0SrEf61nImqvv { color:#146042;display:block;width:20.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:29.0625rem;left:4.6875rem;height:1.8681625rem;font-style:normal;display:block; }
#p4fukze89HrSBFMLVEPTIHCQvHH6SLLC { color:#146042;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:30.625rem;left:4.6875rem;height:3.57421875rem;font-style:normal;display:block; }
#BmPgp0LbuHTM8mdg6gfRwZLDG1Z5Zboe { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:35.375rem;left:4.6875rem;height:1.54296875rem;display:block; }
#fDnQlXfhkTK6wxXCX20IIemy6ZOKa5Ci { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:37.5rem;left:4.6875rem; }
#qpm4eCrILPxhC0UoqmwD2WydB4PX7kOJ { color:rgba(var(--color-tertiary-3),1);display:block;width:3.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:37.875rem;left:7.0625rem;height:1.13671875rem;display:block; }
#IAO5weulTZ2pnHC5PxkebZNE14UnkiWV { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:37.3125rem;left:10.4375rem; }
#ua0SdDa1I4JEAIdlEmhT2LRu5BccZoxX { color:rgba(var(--color-tertiary-3),1);display:block;width:3.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:37.875rem;left:12.75rem;height:1.13671875rem;display:block; }
#aZFIyBzl8IZNAKlcFeOfTusJLJB4fOX8 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:37.5rem;left:16.3125rem; }
#wn1ExE1JwZZOKaNpe9JMIGr8kUK0pkLC { color:rgba(var(--color-tertiary-3),1);display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:37.875rem;left:17.0625rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#X7DXZBBKUUPv2J1MmoJLTcRQfeUNVoJB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:26.0625rem;left:1.25rem;display:none; }
#WMyWTyTd8UkxSdkZJfKWTAHktl9yUvM2 { color:rgba(var(--color-tertiary-3),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:26.437321424484rem;left:3.6873226165771rem;height:1.13725rem;display:none; }
#H2HNg4dMiwLFEzr11PUFSbxfGMO06lfw { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:25.87446641922rem;left:7.6873207092288rem;display:none; }
#HT7LTmpRfV1g6oAgTQVKC7rUUMpznIr7 { color:rgba(var(--color-tertiary-3),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:26.437321424484rem;left:10.124998092651rem;height:1.13725rem;display:none; }
#wQHvoowVRgKEK9O53TzgkCeOMun9A2eD { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:26.061788797379rem;left:13.749465942382rem;display:none; }
#VMPEeeOTxpPI9EgZ4p6tuwUTtxUKmwQu { color:rgba(var(--color-tertiary-3),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:26.437321424484rem;left:14.937143325806rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#cKB9FH0TTfuUmvaV0PgBdeiwaPdSBkQR { box-sizing:content-box;height:4.3125rem;width:30.5rem;position:absolute;display:block;z-index:15036;background-color:#eb3923;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.3125rem;left:4.6875rem;display:block; }
#rTWvmVC67dN4QlZqMOnMxo5KWOT3VKR2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:42.0625rem;left:7.5625rem;height:1.13671875rem;display:block; }#rTWvmVC67dN4QlZqMOnMxo5KWOT3VKR2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rTWvmVC67dN4QlZqMOnMxo5KWOT3VKR2 li:before{  }
#gmB2FFvXvTumviqRW4taVyT9E4SlhXB7 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:42.0625rem;left:18.4375rem;height:1.13671875rem;display:block; }#gmB2FFvXvTumviqRW4taVyT9E4SlhXB7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gmB2FFvXvTumviqRW4taVyT9E4SlhXB7 li:before{  }
#GhWQTSaompmiHvMZ5RDgIxp4pNALpGN9 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:43.8125rem;left:7.5625rem;height:1.13671875rem;display:block; }#GhWQTSaompmiHvMZ5RDgIxp4pNALpGN9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GhWQTSaompmiHvMZ5RDgIxp4pNALpGN9 li:before{  }
#dT79ods4FU3BS21URr49ydl7bbeReT1V { box-sizing:content-box;height:4.3125rem;width:30.5rem;position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.375rem;left:4.6875rem;display:block; }
#lkk9BChhKStzQF82MrA2OTtW0NgZNUPI { color:rgba(var(--color-tertiary-0),1);display:block;width:5.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:8.25rem;left:5.5625rem;height:1.13671875rem;font-style:normal;display:block; }
#yTaZvDlLToVWyPEPuTPVKDImB6zZXAke { box-sizing:content-box;height:40.625rem;width:33.125rem;position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9375rem;left:38.5625rem;display:block; }
#v8FlGbEgfsdaNbkuQZQtT0yxaZSTsbtL { box-sizing:content-box;height:18.375rem;width:30.5rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/0a1f944d-7f60-4267-96e1-9e91bff7a9db/TypeD002copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.25rem;left:39.875rem;display:block; }#v8FlGbEgfsdaNbkuQZQtT0yxaZSTsbtL.adaptive-delivery-prevent-bg, #v8FlGbEgfsdaNbkuQZQtT0yxaZSTsbtL.lazyload, #v8FlGbEgfsdaNbkuQZQtT0yxaZSTsbtL.lazyloading { background-image: none; }
#vloRz4QadhEZdFrSnmh3lDIoXvTCbTTU { box-sizing:content-box;height:4.3125rem;width:30.5rem;position:absolute;display:block;z-index:15055;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.25rem;left:39.875rem;display:block; }
#RL00aZFVofQHall8EEmr0CUvy50SpMRD { color:rgba(var(--color-tertiary-0),1);display:block;width:5.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:8.0625rem;left:40.75rem;height:1.13671875rem;font-style:normal;display:block; }
#plIQQ6HXm6DTbdT75i1EM9EPltBLiA9m { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:27.25rem;left:39.875rem;height:1.13671875rem;display:block; }
#dv1EOJhIQMwI85D9GJk1A4kBG5OqMd8P { color:#146042;display:block;width:20.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:28.9375rem;left:39.875rem;height:1.8681625rem;font-style:normal;display:block; }
#II2FJRoZK1o7pbUCKbsVRrZwptXBzi4X { color:#146042;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:30.4375rem;left:39.875rem;height:3.57421875rem;font-style:normal;display:block; }
#QpIb908blKtiHJ6Z84Pi6ssDbdB7rAX8 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:35.25rem;left:39.875rem;height:1.54296875rem;display:block; }
#bGd5puBdvgxV1LJZ4SrPiJSlTH2BoRSm { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:37.1875rem;left:45.875rem; }
#fyHZqgOm9P5MwuTdHAJandFFN7qJJ95v { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:37.375rem;left:39.875rem; }
#OTN8KfqK8oNl3d5CHR6AB5VGpVN2sHUW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:37.375rem;left:52rem; }
#TAL9s6NwSmC1sd10aVz3rJPeXTbG3JdL { color:rgba(var(--color-tertiary-3),1);display:block;width:3.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:37.75rem;left:42.25rem;height:1.13671875rem;display:block; }
#LUrGftOzdn4GK1XgDzQFqfiz1gLzVpGp { color:rgba(var(--color-tertiary-3),1);display:block;width:3.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:37.75rem;left:48.1875rem;height:1.13671875rem;display:block; }
#NPXwDgCOpZM5lmO62uF3FlugAIhozCPJ { color:rgba(var(--color-tertiary-3),1);display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:37.75rem;left:52.5rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#wbfg6owkAFpnJlwh02n19T2yOfFdLtC6 { box-sizing:content-box;height:4.3125rem;width:30.5rem;position:absolute;display:block;z-index:15054;background-color:#eb3923;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.125rem;left:39.875rem;display:block; }
#LmoGJk4T1MsdLRyeZ984PALVnCW00Of9 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:41.9375rem;left:41.125rem;height:1.13671875rem;display:block; }#LmoGJk4T1MsdLRyeZ984PALVnCW00Of9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LmoGJk4T1MsdLRyeZ984PALVnCW00Of9 li:before{  }
#lX26NsUlfgxJp5QoxqxWGVugRElwSPz4 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:41.9375rem;left:54.4375rem;height:1.13671875rem;display:block; }#lX26NsUlfgxJp5QoxqxWGVugRElwSPz4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lX26NsUlfgxJp5QoxqxWGVugRElwSPz4 li:before{  }
#cBgHENNeLiX7vMiJ4gJIDu9iZABwlrOC { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:43.6875rem;left:41.125rem;height:1.13671875rem;display:block; }#cBgHENNeLiX7vMiJ4gJIDu9iZABwlrOC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cBgHENNeLiX7vMiJ4gJIDu9iZABwlrOC li:before{  }
#aWHXWM9wvch042Cc44ev4T6DoE51uReN { box-sizing:content-box;height:40.625rem;width:33.125rem;position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.0625rem;left:3.375rem;display:none; }
#Tootm3LKGkztwMTrxpyOnvFlzZH84Dn9 { box-sizing:content-box;height:4.3125rem;width:30.5rem;position:absolute;display:block;z-index:15036;background-color:#eb3923;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.3125rem;left:4.6875rem;display:none; }
#QqQ4wcUPONsIz2smvkeEbE4vZDlyP3yD { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:42.0625rem;left:17.75rem;height:1.13671875rem;display:none; }#QqQ4wcUPONsIz2smvkeEbE4vZDlyP3yD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QqQ4wcUPONsIz2smvkeEbE4vZDlyP3yD li:before{  }
#yKRI8g5ITiohBArTHDmF4l1uvaskJoqi { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:42.0625rem;left:6.875rem;height:1.13671875rem;display:none; }#yKRI8g5ITiohBArTHDmF4l1uvaskJoqi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yKRI8g5ITiohBArTHDmF4l1uvaskJoqi li:before{  }
#kvTHQ1blVUM0L8TWDyJh8UpQuH0X2eoA { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:43.8125rem;left:6.875rem;height:1.13671875rem;display:none; }#kvTHQ1blVUM0L8TWDyJh8UpQuH0X2eoA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kvTHQ1blVUM0L8TWDyJh8UpQuH0X2eoA li:before{  }
#t6sWwoVSBcdP0KOzOs7MoHzpd9PfeKNl { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:26.0625rem;left:1.25rem;display:none; }
#Vz0an5Wol22VxB15zCIX1e8R7xxPSvnC { color:rgba(var(--color-tertiary-3),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:26.437321424484rem;left:3.6873226165771rem;height:1.13725rem;display:none; }
#cmFucVOGyH05ggy5TGqkqgXshH4z551g { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:25.87446641922rem;left:7.6873207092288rem;display:none; }
#W4hJa4TqmByqizppUqe0abmoA0yi8geR { color:rgba(var(--color-tertiary-3),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:26.437321424484rem;left:10.124998092651rem;height:1.13725rem;display:none; }
#K5PnRMk4GTW6reuURqJB9CCBTurNB0p6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:26.061788797379rem;left:13.749465942382rem;display:none; }
#MaL4uZhgbdnG2swcenLTIIAsct6oM6n7 { color:rgba(var(--color-tertiary-3),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:26.437321424484rem;left:14.937143325806rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#bQNzlemDfkRxq4nW0bHtVCi9w6i6Air3 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:35.375rem;left:4.6875rem;height:1.54296875rem;display:none; }
#vs5wIzrwmlEDsx7mCucucTT4RU0mFhUe { color:#146042;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:30.625rem;left:4.6875rem;height:3.57421875rem;font-style:normal;display:none; }
#sn8JCgP8Q7s6f97ppH5biyfHVkSxkKeQ { color:#146042;display:block;width:20.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:29.0625rem;left:4.6875rem;height:1.8681625rem;font-style:normal;display:none; }
#xGulWZqJ9LQkeK3qRAq9OsIbxa0dDNiG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:27.375rem;left:4.6875rem;height:1.13671875rem;display:none; }
#mcUuekWtxV7D1cHWZhEdCnPoTXTWgSwB { box-sizing:content-box;height:18.375rem;width:30.5rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/b4acf748-82ba-430f-8b74-3b0cc20ded67/TypeB001copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.375rem;left:4.6875rem;display:none; }#mcUuekWtxV7D1cHWZhEdCnPoTXTWgSwB.adaptive-delivery-prevent-bg, #mcUuekWtxV7D1cHWZhEdCnPoTXTWgSwB.lazyload, #mcUuekWtxV7D1cHWZhEdCnPoTXTWgSwB.lazyloading { background-image: none; }
#uaAAWsunS4Zk1ElswOaKWNPhwslDdcqU { box-sizing:content-box;height:4.3125rem;width:30.5rem;position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.375rem;left:4.6875rem;display:none; }
#oQdJ6fTMztTFPcUmHP3kpTmGyMBGHH5v { color:rgba(var(--color-tertiary-0),1);display:block;width:5.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:8.25rem;left:5.5625rem;height:1.13671875rem;font-style:normal;display:none; }
#oU5EFOQJrfZmeNV2kwksnSv2yuOgiE3n { position:absolute;display:block;z-index:15097;border-bottom:0;border-left:0;border-right:0;border-top: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:15.6875rem;width:8.5rem;top:0rem;left:66.5rem;overflow:hidden;display:block; }
#T4L9TRKUB8fPMEnHuunwTazgHJ29hV37 { position:absolute;display:block;z-index:15098;border-bottom:0;border-left:0;border-right:0;border-top: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:11.25rem;width:15.1875rem;top:42.51171875rem;left:0rem;overflow:hidden;display:block; }
#VdRBfMxX9G2B3630eS5o89LwitwQSoaq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f204d10a-43cf-4080-ab02-c01289a05474/bg04.png");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:none; }#VdRBfMxX9G2B3630eS5o89LwitwQSoaq.adaptive-delivery-prevent-bg, #VdRBfMxX9G2B3630eS5o89LwitwQSoaq.lazyload, #VdRBfMxX9G2B3630eS5o89LwitwQSoaq.lazyloading { background-image: none; }#VdRBfMxX9G2B3630eS5o89LwitwQSoaq > .row .container { border-width: 0; border-radius: 0; }#VdRBfMxX9G2B3630eS5o89LwitwQSoaq::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; }#VdRBfMxX9G2B3630eS5o89LwitwQSoaq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VdRBfMxX9G2B3630eS5o89LwitwQSoaq > .row .container { font-size:0.875rem;font-family:arial;height:61.8125rem;width:75rem;position:relative;display:none; }#il7OyZRI2TcNNyLTBIWveKuFO0KR5R99 { box-sizing:content-box;height:14.25rem;width:59.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.41) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:7.6875rem;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; }
#lsvINLhIza1Q4nCe4qZIz4O2dDdK8rRF { box-sizing:content-box;height:14.3125rem;width:26.6875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/8d59d613-57b4-4265-986f-190678662929/TypeB001copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:7.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;display:block; }#lsvINLhIza1Q4nCe4qZIz4O2dDdK8rRF.adaptive-delivery-prevent-bg, #lsvINLhIza1Q4nCe4qZIz4O2dDdK8rRF.lazyload, #lsvINLhIza1Q4nCe4qZIz4O2dDdK8rRF.lazyloading { background-image: none; }
#yxvnQWisuRrUL0AePsef3KA794n0PQsN { color:rgba(var(--color-secondary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12rem;left:35.3125rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WZXbUfWqPBBhrGwvoMt3xpDfLzVsC3Ik { color:rgba(var(--color-secondary-4),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.6875rem;left:35.3125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JfIMg9dAPxRssDTr988p67fSNG7JzeeB { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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:16.3125rem;top:11rem;left:51.0625rem;overflow:hidden;display:block; }
#T6Lo7sk7KsWFVWdMJNNnvdqkqwBBCGzF { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:25.125rem;width:75rem;display:none; }
#qBntSKIq2MyKGdfTfJEg0WFmeS7KUm4g { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.4375rem;left:52.875rem;height:1.13671875rem;font-style:normal;display:block; }
#Hd2mnE6clk5KPIWxr4K5LMZAmOCQUVsD { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0rem rgba(var(--color-tertiary-4),1);top:12.4375rem;left:52.9375rem;height:2.03125rem;display:block; }
#iuW7wL7Jysz50qitN9RxQ2XgcdWTP1Su { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:15.8125rem;left:49.875rem;height:1.21875rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#z88OiJ1FtLe6ULvpN6gnnvm00zasTvFq { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.25rem;left:44.4375rem;height:1.4619125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LLZV1Osq97iULtw3QeiCsaOTCQpPqCg6 { box-sizing:content-box;height:14.25rem;width:59.0625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.41) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.8125rem;left:7.6875rem;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; }
#TJ654otdKDWx3U7hWmVcv2LKNmhvVnL9 { box-sizing:content-box;height:14.3125rem;width:26.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/62d6eb70-370f-44ae-ac55-634d20ca2ef1/TypeC001copy.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.8125rem;left:7.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;display:block; }#TJ654otdKDWx3U7hWmVcv2LKNmhvVnL9.adaptive-delivery-prevent-bg, #TJ654otdKDWx3U7hWmVcv2LKNmhvVnL9.lazyload, #TJ654otdKDWx3U7hWmVcv2LKNmhvVnL9.lazyloading { background-image: none; }
#H7VT4WepowcDZ4PQ8UG8mLTzutGd1iCn { color:rgba(var(--color-secondary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:27.8125rem;left:35.3125rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qOnnNwTtbRiCASDlmT0KVziytNL9lmN9 { color:rgba(var(--color-secondary-4),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:30.5rem;left:35.3125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#frRt26XrNVLkgfN2W2XWmacx1TnlhS2o { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:38.0625rem;left:44.4375rem;height:1.4619125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#pwv7VhR8DTMGExXru9mbL78k4hVueBS6 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:31.625rem;left:49.875rem;height:1.21875rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#HNsnux1tMZyM9sw543FBfPsOV8QPGmGK { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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:16.3125rem;top:26.8125rem;left:51.0625rem;overflow:hidden;display:block; }
#bA7FtZPmLqi273urHfSOmKBZnv4SJLDP { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:27.25rem;left:52.875rem;height:1.13671875rem;font-style:normal;display:block; }
#pmqw7qRfiB2WV9rqtWyBWfxaI6ZOaiTy { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0rem rgba(var(--color-tertiary-4),1);top:28.25rem;left:52.9375rem;height:2.03125rem;display:block; }
#uENvl2IanZb9hhAA4pas2tHhpPbwm3qc { box-sizing:content-box;height:14.25rem;width:59.0625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.41) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.75rem;left:7.6875rem;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; }
#piK1E9H0uGoTTv36LBXd1ia6y7ZRK1f2 { box-sizing:content-box;height:14.3125rem;width:26.6875rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/550ca3fe-8c6f-45a6-9350-85870329a5fa/TypeD002copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.6875rem;left:7.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;display:block; }#piK1E9H0uGoTTv36LBXd1ia6y7ZRK1f2.adaptive-delivery-prevent-bg, #piK1E9H0uGoTTv36LBXd1ia6y7ZRK1f2.lazyload, #piK1E9H0uGoTTv36LBXd1ia6y7ZRK1f2.lazyloading { background-image: none; }
#yoSTbGSdmc7f8DplUDyT4qLH6OkCJUof { color:rgba(var(--color-secondary-4),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:46.375rem;left:35rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QzoParxSnb2OVEBEPT5buzTJdUvqNvcL { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:52.625rem;left:43.25rem;height:2.923825rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#hzb0nKNa0TZLwi8WQT0st4T5H6Z3dTuG { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:47.5rem;left:49.5625rem;height:1.21875rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#Tm3X5gBiy5cmUC5WdThB9fN2FCrmJbwJ { color:rgba(var(--color-secondary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:43.6875rem;left:35rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kQRpcewuETD5JoRpL8AFcht5Ap6hpF7J { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top: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:16.3125rem;top:42.6875rem;left:51.0625rem;overflow:hidden;display:block; }
#Z07gHl1ZkWSTBHUJrKkDpillAtknu7CI { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0rem rgba(var(--color-tertiary-4),1);top:44.125rem;left:52.9375rem;height:2.03125rem;display:block; }
#TZyfEZIVZ07DkmZobRhGvZ7oQeP8xRG4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:43.125rem;left:52.9375rem;height:1.13671875rem;font-style:normal;display:block; }
#aP78KbIotradb7go4VsbAXeN1xxqhEAe { box-sizing:content-box;height:14.25rem;width:65.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.8125rem;left:4.9375rem;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; }
#NZhL4Lrd8cdyliB9sv5ZBai72kgr6Ocg { box-sizing:content-box;height:14.3125rem;width:30.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.8125rem;left:4.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;display:none; }
#fJ72RSsl89t6yzMTRBF06wdTXLDNDTqd { color:rgba(var(--color-secondary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.8125rem;left:37.25rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qHTZW5uSK9rGn6d4A8DMGd3S7pdrHfHw { color:rgba(var(--color-secondary-4),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.46875rem;left:37.25rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#tBn9QM42JT9Zl2V2keC5auo0IoOSG3A6 { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:26.375rem;left:47.75rem;height:1.70605625rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#emTWiRsec5s4ncEqtEZ5tPHTtseH0OIb { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:25.125rem;width:75rem;display:none; }
#FxLzrTJfKK3KUlZt0LHJClQbi8B1Qc8S { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.25rem;left:56.1875rem;height:1.13671875rem;font-style:normal;display:none; }
#THGdLqr0UXQmCHkZ6fnGrDUsmlhyfqKh { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:17.26171875rem;left:56.21875rem;height:2.1933625rem;display:none; }
#xkbUh8PxDslGlbvNHoKrMm7LXScHIsSF { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:20.630859375rem;left:53.1875rem;height:1.13671875rem;font-style:italic;text-align:right;text-align-last:right;display:none; }
#GUaNbJn7BCNNzlSSfEvGTZVJ7NSwGmN9 { box-sizing:content-box;height:14.25rem;width:65.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.8125rem;left:4.9375rem;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; }
#pbkroH048LTtx9vmSCAEnzoWXZNAE6Cw { box-sizing:content-box;height:14.3125rem;width:30.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.8125rem;left:4.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;display:none; }
#VwW3JqxkyozxfBWlBxZynOy34eRg50EB { color:rgba(var(--color-secondary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.8125rem;left:37.25rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#pvwT63d86dl0rs5NPII3imWxvVfEO388 { color:rgba(var(--color-secondary-4),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.46875rem;left:37.25rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#AnGv9g7q75wH5qR11Auri5MT2EmfhssB { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:26.375rem;left:47.75rem;height:1.70605625rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#GwIMT4XuOJIiTOXRf6D01OQlVTHH3PpK { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:25.125rem;width:75rem;display:none; }
#QDXCcdqseAGybvSXGOidCTeJdkrbsWP0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.25rem;left:56.1875rem;height:1.13671875rem;font-style:normal;display:none; }
#tlPxCQ3DIxzfbT2Hi13HO3dcbIxNJbyN { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:17.26171875rem;left:56.21875rem;height:2.1933625rem;display:none; }
#gZqLMTFn4CuaB7ARbddqcMucWlygqbUC { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:20.630859375rem;left:53.1875rem;height:1.13671875rem;font-style:italic;text-align:right;text-align-last:right;display:none; }
#IPhnxBLGPMootHhwlZuLZDIBXVApR6Rm { box-sizing:content-box;height:0.1875rem;width:6.875rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.3125rem;left:58.9375rem;display:block; }
#ER2eHvmF31hhbzrBMv1amo90lfBG1uOX { box-sizing:content-box;height:0.1875rem;width:6.5625rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.125rem;left:59.3125rem;display:block; }
#bT3CFTpgqlXDUSbmpJfn9ahdqXrMLVUR { box-sizing:content-box;height:0.1875rem;width:7rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48rem;left:58.4375rem;display:block; }
#DIgeOL6no7ZNDUOpxJvUGIUriNOQxhiL { box-sizing:content-box;height:0.1875rem;width:6.5625rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.130859375rem;left:62.5rem;display:none; }
#sF8aKMtpKicQkaPuNh6zzIOlqM6PI9cX { box-sizing:content-box;height:0.1875rem;width:6.5625rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.130859375rem;left:62.5rem;display:none; }
#JrGbhamPxWvIRJ1e01BPFLGW1BUdys97 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.68);top:11.5rem;left:8.625rem;height:1.54296875rem;display:block; }
#dM4nJiSITs0CMkenJKiZ2ZmT1Jum3TnS { color:rgba(var(--color-tertiary-0),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.68);top:27.8125rem;left:8.625rem;height:1.54296875rem;display:block; }
#HFvC05GOi1keehytUZCmR9uJoqVyxN81 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.68);top:43.6875rem;left:8.625rem;height:1.54296875rem;display:block; }
#OE0U59qCMIWlosk7bfKW0y9CtKhblHND { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4rem;left:15.3125rem;height:3.8183625rem;text-align:center;text-align-last:center;display:block; }
#aVtBdq24rn7wZ9cDb7on5NAyXmH6mCkV { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:4.375rem;left:39.6875rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#li2coLNri65uGkwaAPIhtQLChGGTaZiQ { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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:3.25rem;width:19.6875rem;top:4.3125rem;left:39.6875rem;overflow:hidden;display:block; }
#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z { background-color:#624e46;background-image:url("https://images.assets-landingi.com/uc/778c290c-8712-458f-b50c-3678e33d38c3/bgunit.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z.adaptive-delivery-prevent-bg, #pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z.lazyload, #pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z.lazyloading { background-image: none; }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z > .row .container { border-width: 0; border-radius: 0; }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;overflow:visible;position:relative;display:none; }#UnLT9llyWf6vqoNEy5pMzRWOD1equzSJ { color:rgba(var(--color-tertiary-3),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:32.123576641083rem;left:11.373933792114rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#S71QBKUTkwG9kdQc5Le52MP9QpXo9kWr { color:rgba(var(--color-tertiary-3),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:31.936965405941rem;left:5.3125rem;height:1.4625rem;font-style:normal;display:block; }
#X9E9s7fyxATP62wkN82HCy4EH2izIcdt { color:rgba(var(--color-tertiary-3),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:29.999822080136rem;left:14.81178855896rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#qyiIU5lxe6mIZiLS6MTtRSasgRobpH3m { color:rgba(var(--color-tertiary-3),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:29.999822080136rem;left:10.12428855896rem;height:1.1375rem;display:block; }
#unabvTLn0xcvCbLvMivPzkv41fDPQfPu { color:rgba(var(--color-tertiary-3),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:29.999822080136rem;left:3.6869659423828rem;height:1.1375rem;display:block; }
#XJirZr04vua9wWTXuBlF0u1FsZ8W5pUP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:29.624288022518rem;left:1.25rem; }
#WAxoH24d1qfUEzVJzBKyugIrgmqbkwbe { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:29.436965405941rem;left:7.6873207092288rem; }
#Oc3XhthDGTLgTHiIK39JfETtCeJUJAJW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:29.624288022518rem;left:13.749998092651rem; }
#cSBvIw5FddzV3b0xGOCcJ0B0KK0eighw { box-sizing:content-box;height:22.8125rem;width:75rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.687499463558rem;left:0rem;display:block; }
#HE4JFtP5UT90nGoLFdpCwelTtTcT64k8 { box-sizing:content-box;height:13.0625rem;width:23.3125rem;position:absolute;display:block;z-index:15069;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3016725a-60a4-412d-95fa-7de0fffc4401/s1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.937499463558rem;left:1.25rem;display:block; }#HE4JFtP5UT90nGoLFdpCwelTtTcT64k8.adaptive-delivery-prevent-bg, #HE4JFtP5UT90nGoLFdpCwelTtTcT64k8.lazyload, #HE4JFtP5UT90nGoLFdpCwelTtTcT64k8.lazyloading { background-image: none; }
#Ow0Z6xBxUiI4p4N9eGdbs6nk2zPdUh93 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:2.8103675842285rem;left:25.9375rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#mJrDmTShfNMZ84LyTT6C0nTQyRMkJ8I3 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:27.374644696713rem;left:1.25rem;height:1.625rem;display:block; }
#C3enV5qXH9kuOiEdBo5nunFPG1q1t9tB { color:rgba(var(--color-primary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:31.999999463558rem;left:1.25rem;height:1.3rem;display:block; }
#l9tIEq5UTEV4NHuplOnZaXEVPxMBgSuE { box-sizing:content-box;height:13.0625rem;width:23.3125rem;position:absolute;display:block;z-index:15080;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/60d53f03-a1e0-49a1-ab25-6b9149e45eda/1b33.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.937499463558rem;left:25.874465942382rem;display:block; }#l9tIEq5UTEV4NHuplOnZaXEVPxMBgSuE.adaptive-delivery-prevent-bg, #l9tIEq5UTEV4NHuplOnZaXEVPxMBgSuE.lazyload, #l9tIEq5UTEV4NHuplOnZaXEVPxMBgSuE.lazyloading { background-image: none; }
#aweiNMp4eA7leKwUS9oorFTg7EbEDJi1 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:27.312499463558rem;left:25.874465942382rem;height:1.625rem;display:block; }
#IUg9xeQ3TOTeEZehwUlzwdTBP0wbmKB7 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:29.624288022518rem;left:25.874465942382rem; }
#BH6zqPOJ9MTyVSdNhvlFOVwOcmBh8TCx { color:rgba(var(--color-tertiary-3),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:29.999822080136rem;left:28.249286651611rem;height:1.13671875rem;display:block; }
#KTKbC5iROvZdNC1oHA22WIll9xLy2QGN { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:29.436965405941rem;left:31.624641418457rem; }
#THQkgHamsNHIHcouHAhF1T268UPXWoLO { color:rgba(var(--color-tertiary-3),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:29.999822080136rem;left:33.937320709229rem;height:1.13671875rem;display:block; }
#bUzQkmNT261x8TgMMiiwFmZunlpUPMMg { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:29.624288022518rem;left:37.499996185302rem; }
#z4icO8FZ3FOZXSmhqoMeB34kL64ONHbK { color:rgba(var(--color-tertiary-3),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:29.999822080136rem;left:37.999820709229rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#TiCMb61HVQcSveMorKDzQ0TQAcVb1KcZ { color:rgba(var(--color-primary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:31.999999463558rem;left:25.874465942382rem;height:1.3rem;display:block; }
#GTPnzJ2FzM9IuITlsDDhCdUgPMtgXkTk { color:rgba(var(--color-tertiary-3),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:31.999999463558rem;left:29.936965942382rem;height:1.4625rem;font-style:normal;display:block; }
#IrSK8T8EbSdZ0xmg6A0ZITCgSFy1btM4 { color:rgba(var(--color-tertiary-3),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:32.123576641083rem;left:34.9375rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#M0IPA1yJyEQIFLt98r9XMpkdkUkTnJFx { box-sizing:content-box;height:13.0625rem;width:23.3125rem;position:absolute;display:block;z-index:15091;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ea8c256b-2553-4223-9bb6-e1cc66b40bc7/2b1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.937499463558rem;left:50.499816894531rem;display:block; }#M0IPA1yJyEQIFLt98r9XMpkdkUkTnJFx.adaptive-delivery-prevent-bg, #M0IPA1yJyEQIFLt98r9XMpkdkUkTnJFx.lazyload, #M0IPA1yJyEQIFLt98r9XMpkdkUkTnJFx.lazyloading { background-image: none; }
#rDdz3nJGv3Zl3778lARqlIg58Ckib3hx { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:27.312499463558rem;left:50.499816894531rem;height:1.625rem;display:block; }
#nWLLiNDbC7pg1fuB7wXRgrBvzTc0TFT4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:29.624288022518rem;left:50.499816894531rem; }
#PBcMW2VR63gGi31l4zGkpUT5HuqdQehc { color:rgba(var(--color-tertiary-3),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:29.999822080136rem;left:52.874641418457rem;height:1.1375rem;display:block; }
#khePzvLHTIki8A2qxhzDHRLcQDGO7w2a { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:29.436965405941rem;left:57.249641418457rem; }
#Zxz4V2vJRaALuN4LP41DrFzleMCPT30R { color:rgba(var(--color-tertiary-3),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:29.999822080136rem;left:59.562316894531rem;height:1.1375rem;display:block; }
#dmEBwFBO4XHoM7yS5mOKTChTEhEineyC { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:29.624288022518rem;left:63.874290466306rem; }
#QFV1s5MOcOMibghavfUPfNz2zI8fZyIz { color:rgba(var(--color-tertiary-3),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:29.999822080136rem;left:64.6875rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#CH6fzlUyU4vCcShK0q1rh8y0E3eaxKH9 { color:rgba(var(--color-primary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:31.999999463558rem;left:50.499816894531rem;height:1.3rem;display:block; }
#eohgo9QVpmONTUDypCXdqNWcqbnMh3L7 { color:rgba(var(--color-tertiary-3),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:31.999999463558rem;left:54.562316894531rem;height:1.4625rem;font-style:normal;display:block; }
#QXGIWEfKxsw7rVD5lUnRJxyXk1DcqrAh { color:rgba(var(--color-tertiary-3),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:32.123576641083rem;left:59.811431884766rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#ZNxdvdSs6wSDsgsFWJ4hKnfHPDJSI48N { box-sizing:content-box;height:13.0625rem;width:23.3125rem;position:absolute;display:block;z-index:15069;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3016725a-60a4-412d-95fa-7de0fffc4401/s1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.3732223510744rem;left:1.25rem;display:none; }#ZNxdvdSs6wSDsgsFWJ4hKnfHPDJSI48N.adaptive-delivery-prevent-bg, #ZNxdvdSs6wSDsgsFWJ4hKnfHPDJSI48N.lazyload, #ZNxdvdSs6wSDsgsFWJ4hKnfHPDJSI48N.lazyloading { background-image: none; }
#CaqgqURCNJ8RSN1XMuS2M9zvPR3qNcSf { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:23.789060592651rem;left:1.25rem;height:1.625rem;display:none; }
#i0P16CLzzizqeXunbTABcsC7g4PfKdrQ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:26.0625rem;left:1.25rem;display:none; }
#kC10VO32fJzBeC2ZAKzeTCdiEIbJ1fRc { color:rgba(var(--color-tertiary-3),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:26.437321424484rem;left:3.6873226165771rem;height:1.13725rem;display:none; }
#AvkNMNWw3NDnlNFeUNFHU4XTczNFIozc { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:25.87446641922rem;left:7.6873207092288rem;display:none; }
#qWJMert8XIziQlvFOPfZcJxuhIX4ohLD { color:rgba(var(--color-tertiary-3),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:26.437321424484rem;left:10.124998092651rem;height:1.13725rem;display:none; }
#Trmn2z1SwTXnLBUdwIngLKZcVvDtUhzX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:26.061788797379rem;left:13.749465942382rem;display:none; }
#yTxcLgJ6uLL5DdgdyR7nyFmrBeLF7RzK { color:rgba(var(--color-tertiary-3),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:26.437321424484rem;left:14.937143325806rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#iuokD9lPs8BR7MGv3VKkFnJyOda3OWa4 { color:rgba(var(--color-primary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:28.437321662903rem;left:1.2498226165771rem;height:1.298825rem;display:none; }
#Lg07X4FxbK2rJpC2PBxRzwqFbln7LgWn { color:rgba(var(--color-tertiary-3),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:28.353159427643rem;left:5.3039760589599rem;height:1.46218125rem;font-style:normal;display:none; }
#rCPRJ5tbTknZ7lr5kVy2L7w5kEHTDo7k { color:rgba(var(--color-tertiary-3),1);display:block;width:7.1244375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:28.576880931854rem;left:9.2412986755369rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#EVB7hTQ1pJKExO2syX3dATNL5K1TERXM { box-sizing:content-box;height:13.0625rem;width:23.3125rem;position:absolute;display:block;z-index:15069;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3016725a-60a4-412d-95fa-7de0fffc4401/s1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.3732223510744rem;left:1.25rem;display:none; }#EVB7hTQ1pJKExO2syX3dATNL5K1TERXM.adaptive-delivery-prevent-bg, #EVB7hTQ1pJKExO2syX3dATNL5K1TERXM.lazyload, #EVB7hTQ1pJKExO2syX3dATNL5K1TERXM.lazyloading { background-image: none; }
#m9Ql6mMGZnFi3dBxg7vcmr7Bd7qr2oU6 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:23.789060592651rem;left:1.25rem;height:1.625rem;display:none; }
#vxHQ5FWqoh0FXG7WHgc8uVLuKRwADq1A { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:26.0625rem;left:1.25rem;display:none; }
#GvhpfiKBc05HF8zWBMPybdbiJZtbNkIa { color:rgba(var(--color-tertiary-3),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:26.437321424484rem;left:3.6873226165771rem;height:1.13725rem;display:none; }
#id7f0cxQLsctNpJwTTGinZX6iBoAhNXh { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:25.87446641922rem;left:7.6873207092288rem;display:none; }
#HkMRSKwLBKhz4LkXD5HEHuXW3ATllLZJ { color:rgba(var(--color-tertiary-3),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:26.437321424484rem;left:10.124998092651rem;height:1.13725rem;display:none; }
#hNoT2VvTVwxOnc4hAHTha17exP2kiQIc { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:26.061788797379rem;left:13.749465942382rem;display:none; }
#iAZGZHcvkuMJ2STNXbSs1rLvDGbdteHy { color:rgba(var(--color-tertiary-3),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:26.437321424484rem;left:14.937143325806rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#IfDVIvUegpxdoTMsaXITRl3JWTFECub5 { color:rgba(var(--color-primary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:28.437321662903rem;left:1.2498226165771rem;height:1.298825rem;display:none; }
#eDOMQi6XUwI3iBO3bqaeeX5idRnvDHrs { color:rgba(var(--color-tertiary-3),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:28.353159427643rem;left:5.3039760589599rem;height:1.46218125rem;font-style:normal;display:none; }
#SINhbFdi4BZCWh6TCQWUTvIcDNfFtq0B { color:rgba(var(--color-tertiary-3),1);display:block;width:7.1244375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:28.576880931854rem;left:9.2412986755369rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#ItMiGypXUFBesFwpG19uiNamBMa8ZMUu { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:9.2240767478944rem;left:25.998401641846rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#zFcEf9KJ5cgucBM6bVQpx2D2HrhlDLW5 { box-sizing:content-box;height:3.125rem;width:22.875rem;position:absolute;display:block;z-index:15097;background-color:rgba(var(--color-primary-4),0);background-image:none;top:8.4454894065856rem;left:25.859020233154rem;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x > .row .container { background-color: transparent; background-image: none; }#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x > .row .container > .video-iframe-container { display: none; }#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x > .row > .video-iframe-container { display: none; }#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x > .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); }#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x > .row .container { border-width: 0; border-radius: 0; }#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:block; }#ifTm6pXCnNzOE4zPcgEmZEZoVodFShsD { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:16.311256170273rem;left:44.874820709229rem;height:14.29780625rem;display:block; }
#uEOByQ3PyoLWzwUeLuTJVGzZt3fmvwP6 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3743125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:4.6237564086914rem;left:44.749641418457rem;height:9.9rem;display:block; }
#BeKVSP89nT2kh8ZOUttV2arlzClyLUVx { box-sizing:content-box;height:26rem;width:41.25rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/79a78004-2f7a-4fb8-a56c-c2a19e0af52c/hero.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.7487573623658rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BeKVSP89nT2kh8ZOUttV2arlzClyLUVx.adaptive-delivery-prevent-bg, #BeKVSP89nT2kh8ZOUttV2arlzClyLUVx.lazyload, #BeKVSP89nT2kh8ZOUttV2arlzClyLUVx.lazyloading { background-image: none; }
#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/cb48670a-ff83-4d58-8945-325bef38c627/Summer.webp");background-position:top 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(var(--color-tertiary-4),0.52); }#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(var(--color-tertiary-4),0.52); }#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:26.125rem;width:75rem;position:relative;display:block; }#RR5UrZFw1J9lMnhOeIUhEo5IhUr6LgLx { box-sizing:content-box;height:7.5rem;width:7.5rem;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:15018;background-color:transparent;background-image:none;top:4.625rem;left:4.9375rem;border-top:0.3125rem solid #78ddff;border-left:0.3125rem solid #78ddff;border-right:0.3125rem solid #78ddff;border-bottom:0.3125rem solid #78ddff;display:block; }
#Uo2y6ggqz1NUp3z60FVwwb27pJ1IQTB6 { position:absolute;display:block;z-index:15026;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:5rem;top:6.125rem;left:6.4375rem;overflow:hidden;display:block; }
#JTlSXETHZ0xXzio7gcJw8SvB9qVAblDM { color:rgba(var(--color-tertiary-0),1);display:block;width:7.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:13.6875rem;left:5.125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ordzfEXhkQ8JbKTTl3QgCzzBbVXxxAHp { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.6875rem;left:23rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mw6sWvOh18MITiCqsrxHqHBTEg1s7GHh { box-sizing:content-box;height:7.5rem;width:7.5rem;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:15021;background-color:transparent;background-image:none;top:4.6875rem;left:23.6875rem;border-top:0.3125rem solid #78ddff;border-left:0.3125rem solid #78ddff;border-right:0.3125rem solid #78ddff;border-bottom:0.3125rem solid #78ddff;display:block; }
#t02A0hCHyXS8cUIBe1VWHf16AJAUN7a0 { position:absolute;display:block;z-index:15029;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:5rem;top:6.25rem;left:25.1875rem;overflow:hidden;display:block; }
#BZZEU6Ml7w30pv01dLuLeuz26DKcS9r0 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.625rem;left:1.1875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#QwmsQ0QqWoqdEr8dVvXqX4JOF70vpyKz { color:rgba(var(--color-tertiary-0),1);display:block;width:14.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.625rem;left:20.375rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#TG54B9DqPdDyL4prNocEcfP5wbiBPCvZ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:17.625rem;left:37.8125rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#HnDb8fCtbUXt6ViBHKowSaKfUo9Uz8fO { color:rgba(var(--color-tertiary-0),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:13.6875rem;left:42.5625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JuLgaDo28X6erENTm1V3IkewyTJEF8Lg { box-sizing:content-box;height:7.5rem;width:7.5rem;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:15024;background-color:transparent;background-image:none;top:4.6875rem;left:42.5rem;border-top:0.3125rem solid #78ddff;border-left:0.3125rem solid #78ddff;border-right:0.3125rem solid #78ddff;border-bottom:0.3125rem solid #78ddff;display:block; }
#iEkunK9VNPqPtRzAhHitu8Tg3TABTd0A { position:absolute;display:block;z-index:15030;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:5rem;top:6.1875rem;left:44rem;overflow:hidden;display:block; }
#UuVULlEV8GovL8CB0d9Kc4rlUsBhSVNU { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.625rem;left:56.5rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#T4QW6m8DWCL6uKnB0HRbce4e79alJCQH { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.6875rem;left:58.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nyQ9Qhzoq0uMLfJAtzRn5yAPu0881wBw { box-sizing:content-box;height:7.5rem;width:7.5rem;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:15021;background-color:transparent;background-image:none;top:4.6875rem;left:61.1875rem;border-top:0.3125rem solid #78ddff;border-left:0.3125rem solid #78ddff;border-right:0.3125rem solid #78ddff;border-bottom:0.3125rem solid #78ddff;display:block; }
#HCFnGyDmnptRbEL6PhTJa2MihHbkxMpD { position:absolute;display:block;z-index:15031;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:5rem;top:6.25rem;left:62.75rem;overflow:hidden;display:block; }
#zJvK5zC8ciypLnzNET6gPzOteOBoxU9R { 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:18.75rem;width:18.75rem;display:none; }
#bPkTph1NGpKwkiDSJSTfp4HTuso49hiK { box-sizing:content-box;height:7.5rem;width:7.5rem;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:transparent;background-image:none;top:5.5616149902344rem;left:5.3737564086914rem;border-top:0.3125rem solid #9adbf1;border-left:0.3125rem solid #9adbf1;border-right:0.3125rem solid #9adbf1;border-bottom:0.3125rem solid #9adbf1;display:none; }
#TodTva1T1UQiFdynpg5Wtc6TfJmyHc9o { box-sizing:content-box;height:7.5rem;width:7.5rem;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:transparent;background-image:none;top:5.5616149902344rem;left:5.3737564086914rem;border-top:0.3125rem solid #9adbf1;border-left:0.3125rem solid #9adbf1;border-right:0.3125rem solid #9adbf1;border-bottom:0.3125rem solid #9adbf1;display:none; }
#EWsR8OUdPRSTLuDenSlZSfa0tbUdpWIH { 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:18.75rem;width:18.75rem;display:none; }
#sdbKr4FdP2oz25mT4xzVBtqqEihi8Tag { 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:18.75rem;width:18.75rem;display:none; }
#PQx1uQlDd5VwFdRUbueKVSXmOuPN4reN { box-sizing:content-box;height:7.5rem;width:7.5rem;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:transparent;background-image:none;top:5.5616149902344rem;left:5.3737564086914rem;border-top:0.3125rem solid #9adbf1;border-left:0.3125rem solid #9adbf1;border-right:0.3125rem solid #9adbf1;border-bottom:0.3125rem solid #9adbf1;display:none; }
#zSivSq8T9JlD1HyZFf5ikK5MO9Fe0UNJ { 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:18.75rem;width:18.75rem;display:none; }
#kTsqemqlX9MonkwoKgCSH2vp3qZhuTGP { box-sizing:content-box;height:7.5rem;width:7.5rem;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:transparent;background-image:none;top:5.5616149902344rem;left:5.3737564086914rem;border-top:0.3125rem solid #9adbf1;border-left:0.3125rem solid #9adbf1;border-right:0.3125rem solid #9adbf1;border-bottom:0.3125rem solid #9adbf1;display:none; }
#c4XgJBuihqGdaae6mvEb7NdNDvWFQh7z { color:rgba(var(--color-tertiary-0),1);display:block;width:12.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.811965942382rem;left:3.125rem;height:3.2492875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Jw5e6ICWlvWNLe0dWPKd58Ne2HrZ3Sxt { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.686256408691rem;left:0.68625640869138rem;height:3.8964875rem;text-align:center;text-align-last:center;display:none; }
#HI4NRXb9ltUybxPAXAN10TAx7IhyOmxD { color:rgba(var(--color-tertiary-0),1);display:block;width:12.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.811965942382rem;left:3.125rem;height:3.2492875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tX1mCFXrxGB9FF9yLkF4ZTIeVGIwIpVv { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.686256408691rem;left:0.68625640869138rem;height:3.8964875rem;text-align:center;text-align-last:center;display:none; }
#Tvdx7tOfyxmJvXToV9kR5X57IU46ZRwS { color:rgba(var(--color-tertiary-0),1);display:block;width:12.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.811965942382rem;left:3.125rem;height:3.2492875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#T00DKoHbstPFg6uGppTauyc1kE6xrvvD { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.686256408691rem;left:0.68625640869138rem;height:3.8964875rem;text-align:center;text-align-last:center;display:none; }
#VHq5bKTfsmE9wXAMzUEkm0Ff5R0moBbR { color:rgba(var(--color-tertiary-0),1);display:block;width:12.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.811965942382rem;left:3.125rem;height:3.2492875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Z6ZiDGk1LiLTZic3vyDJItAmfWSMmvTP { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.686256408691rem;left:0.68625640869138rem;height:3.8964875rem;text-align:center;text-align-last:center;display:none; }
#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT { position:relative;display:none; }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT { border-width: 0; border-radius: 0; }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT > .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; }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#stSseXXDJhDHE3Sbf1Dbr5nBfai886DP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 > .row .container { background-color: transparent; background-image: none; }#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 > .row .container > .video-iframe-container { display: none; }#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 > .row > .video-iframe-container { display: block; }#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 > .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); }#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 > .row .container { border-width: 0; border-radius: 0; }#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT > .row .container { background-color: transparent; background-image: none; }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT > .row .container > .video-iframe-container { display: none; }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT > .row > .video-iframe-container { display: none; }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT > .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); }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT > .row .container { border-width: 0; border-radius: 0; }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#wh6wVmhfHsnqsGBQrR83HHDJoIbPADmo { color:rgba(var(--color-tertiary-3),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:12.898259162903rem;left:0rem;height:7.1484375rem;text-align:left;text-align-last:left;display:block; }
#pvLa6mxeRhIH5HlqXaFghCrBRJNlOCfn { box-sizing:content-box;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15076;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2298efae-a175-4254-9913-86313c005ffc/AriseVibe7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.5rem;left:36.875rem;display:block; }#pvLa6mxeRhIH5HlqXaFghCrBRJNlOCfn.adaptive-delivery-prevent-bg, #pvLa6mxeRhIH5HlqXaFghCrBRJNlOCfn.lazyload, #pvLa6mxeRhIH5HlqXaFghCrBRJNlOCfn.lazyloading { background-image: none; }
#RtnQK6aD3rMrXhXsN9Pw4T4X9kElB1Go { box-sizing:content-box;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15078;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e001d94d-0da0-436c-a16e-fb17c4a37de4/AriseVibe6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.5rem;left:56.25rem;display:block; }#RtnQK6aD3rMrXhXsN9Pw4T4X9kElB1Go.adaptive-delivery-prevent-bg, #RtnQK6aD3rMrXhXsN9Pw4T4X9kElB1Go.lazyload, #RtnQK6aD3rMrXhXsN9Pw4T4X9kElB1Go.lazyloading { background-image: none; }
#qDB4yxr6pOVGt12VJCz0sZCKdr3SvTRw { box-sizing:content-box;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15077;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d5c6eacf-0155-49a1-84d8-dc7fb77541a8/AriseVibe4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.375rem;left:56.25rem;display:block; }#qDB4yxr6pOVGt12VJCz0sZCKdr3SvTRw.adaptive-delivery-prevent-bg, #qDB4yxr6pOVGt12VJCz0sZCKdr3SvTRw.lazyload, #qDB4yxr6pOVGt12VJCz0sZCKdr3SvTRw.lazyloading { background-image: none; }
#RMfTm84NmioL9FTP11Dd6hblarzTPRdX { box-sizing:content-box;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15077;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5a958c59-6530-49c3-b450-76cd55264b49/AriseVibe8.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.3749980926514rem;left:17.562145233154rem;display:block; }#RMfTm84NmioL9FTP11Dd6hblarzTPRdX.adaptive-delivery-prevent-bg, #RMfTm84NmioL9FTP11Dd6hblarzTPRdX.lazyload, #RMfTm84NmioL9FTP11Dd6hblarzTPRdX.lazyloading { background-image: none; }
#TbolLwS1dv1Z07znInwvssD0gByKZZqP { box-sizing:content-box;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15078;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/77b35ea2-8c94-4271-a20f-94591cf251f4/outside.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.5rem;left:17.5625rem;display:block; }#TbolLwS1dv1Z07znInwvssD0gByKZZqP.adaptive-delivery-prevent-bg, #TbolLwS1dv1Z07znInwvssD0gByKZZqP.lazyload, #TbolLwS1dv1Z07znInwvssD0gByKZZqP.lazyloading { background-image: none; }
#WMM6pnnR6EfOAF45tGL1W81RQnpEAo9T { box-sizing:content-box;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15078;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/704aa914-cac4-414a-9a13-67ada3e71a5f/1receptionre1copy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.375rem;left:36.874111175537rem;display:block; }#WMM6pnnR6EfOAF45tGL1W81RQnpEAo9T.adaptive-delivery-prevent-bg, #WMM6pnnR6EfOAF45tGL1W81RQnpEAo9T.lazyload, #WMM6pnnR6EfOAF45tGL1W81RQnpEAo9T.lazyloading { background-image: none; }
#yySpsmVLorKHbawMrBcxpLCIBGawlv46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { background-color: transparent; background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .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); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { border-width: 0; border-radius: 0; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { font-size:0.875rem;font-family:arial;height:71.25rem;width:75rem;position:relative;display:block; }#CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { position:absolute;display:block;z-index:15020;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:1.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#Mx58AFeeSf1GV1urXmw1AASgR8S86oVI { position:absolute;display:block;z-index:15007;height:28.125rem;width:75rem;top:8.125rem;left:0rem;display:block; }
#UdC7rt88FLokN09CcwE8oJdCfubLKG3I { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#zV6qt6GT3gTpAsinRkaA2dHxvqktXX8k { box-sizing:content-box;height:24.25rem;width:75rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:38.75rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Onoov22J9XAS18QB7c5x4uGdE1om0F5i { color:rgba(var(--color-primary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:2;letter-spacing:0;top:43.1875rem;left:2.1875rem;height:7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OTDLUKR9XV6pZmrMCHdkydSHmb5oMgJR { color:rgba(var(--color-tertiary-3),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:2;letter-spacing:0;top:43.1875rem;left:15.5625rem;height:7rem;text-align:right;text-align-last:right;display:block; }
#k2R7wDEvMllNrVuK2Tu3AmJRVIi8gCUk { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:41.1875rem;left:4.375rem;height:1.462675rem;font-style:normal;display:block; }
#SUtmHozPx98lbhoi032Pvvi4CfBEG8gV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:41.1875rem;left:53.375rem;height:1.462675rem;font-style:normal;display:block; }
#MWghnyuBlh4IuFKIc93b5O84hAJzFswN { color:rgba(var(--color-primary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:2;letter-spacing:0;top:43.1875rem;left:51.1875rem;height:8.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AhXGsntKHzvDLvonV9x9TfmfxCDVKLWx { color:rgba(var(--color-tertiary-3),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:2;letter-spacing:0;top:43.1875rem;left:64.5625rem;height:7rem;text-align:right;text-align-last:right;display:block; }
#LoseDgfzyLp11510PxGZQtMdv0XkkTzy { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:41.1875rem;left:28.8125rem;height:1.462675rem;font-style:normal;display:block; }
#DnrWHKC0EuBhghbDdSzplTSqvTTw8kw8 { color:rgba(var(--color-primary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15036;line-height:2;letter-spacing:0;top:43.1875rem;left:26.625rem;height:8.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vk307ALyIHW4dWr7WFLyJgb6hhld2ICJ { color:rgba(var(--color-tertiary-3),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15037;line-height:2;letter-spacing:0;top:43.1875rem;left:40rem;height:7rem;text-align:right;text-align-last:right;display:block; }
#wmAy2i50kq3dxvtf4Sbs2AUMkSxIQuC7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:52.125rem;left:4.0625rem;height:1.462675rem;font-style:normal;display:block; }
#tbo3BTzUqxRh3qgEVckRE629TJgSofUx { color:rgba(var(--color-primary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:2;letter-spacing:0;top:54.125rem;left:2.1875rem;height:7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cQs0i7lg7RrRgLh884MXiwmq1Hdms6tz { color:rgba(var(--color-tertiary-3),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15041;line-height:2;letter-spacing:0;top:54.125rem;left:15.5625rem;height:7rem;text-align:right;text-align-last:right;display:block; }
#dCbIio7ePq8tIblD1aZrA3sTuty0au85 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:52.125rem;left:53.375rem;height:1.462675rem;font-style:normal;display:block; }
#ONAfE4mHZMIFFNH7pnUWb7L3WMn5M6Mo { color:rgba(var(--color-primary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:2;letter-spacing:0;top:54.125rem;left:51.1875rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dsJm9mDSsJ5uFGRiEpwnW7dtezJR38rz { color:rgba(var(--color-tertiary-3),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15045;line-height:2;letter-spacing:0;top:54.125rem;left:64.5625rem;height:5.25rem;text-align:right;text-align-last:right;display:block; }
#qaaxrSypdNOEnB6gkriGJfnQ56eX3etQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:52.125rem;left:28.9375rem;height:1.462675rem;font-style:normal;display:block; }
#TPN3JTJ8Otgg2XotRqoQ2vGDEHhWk2NK { color:rgba(var(--color-primary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:2;letter-spacing:0;top:54.125rem;left:26.625rem;height:7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pFzGUfhWqi6SqNlVF0Gd7qcLqlpIf2DL { color:rgba(var(--color-tertiary-3),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15045;line-height:2;letter-spacing:0;top:54.125rem;left:40rem;height:7rem;text-align:right;text-align-last:right;display:block; }
#VHF67v5dSye8kKxir6uLBPmgy2xpmiKy { color:rgba(var(--color-tertiary-2),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:2.4996490478516rem;left:22.03125rem;height:3.57510625rem;text-align:center;text-align-last:center;display:block; }
#BAhT3PpXftmFnoRu0kcFagKzNnfLhzdh { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.7;overflow:hidden;position:absolute;width:23.625rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:65.560546875rem;left:25.6875rem;display:block; }
#cQUOwvf713TiUb2owu56LNX4wTe3sgkb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rL5XmF32N6tKXT6sGUK5EzD6nlWcS3mN { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:40.917612075806rem;left:1.9976902008057rem; }
#QAUyBT64GW6JB0R2XnZUqp4m2knk1ViP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:40.855112075806rem;left:26.466083526611rem; }
#MB705OmWHVIVzqLTqRiR5OE6SRmfy8BU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:40.749998092651rem;left:50.966262817382rem; }
#TZobWPqqzSq57fFoLx9hZDHorVrtl4iv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:51.749820709229rem;left:1.875rem; }
#Z5T2CapB0ZcESFFRgiJtChM3f1wlCy8D { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:51.81569480896rem;left:26.437145233154rem; }
#eVVwoMFN6rtWcdyV6aDGOyNHspboVxuw { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:51.87819480896rem;left:51.186965942382rem; }
#bSvxscTXPubIidTLrAfgF9vE00FvUyst { color:rgba(var(--color-primary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:2;letter-spacing:0;top:43.1875rem;left:2.1875rem;height:7.00285rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#zOq4CMgAoUgXATO4Fe8TrOKo2evBW8pL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:41.1875rem;left:4.375rem;height:1.46218125rem;font-style:normal;display:none; }
#eHL4weP2mtGCv1hExdrmkMHkLufZIWsH { color:rgba(var(--color-tertiary-3),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:2;letter-spacing:0;top:43.1875rem;left:15.5625rem;height:7.00285rem;text-align:right;text-align-last:right;display:none; }
#ubqopN05RZLAnAhvJHfe7y8vioFRcGwp { color:rgba(var(--color-primary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:2;letter-spacing:0;top:43.1875rem;left:2.1875rem;height:7.00285rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#F5MVyOJcNWsOTWa8TEEfWESotv4M55OU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:41.1875rem;left:4.375rem;height:1.46218125rem;font-style:normal;display:none; }
#ocPVBrzao2fP0T9yeAivGL7Hz8Ja04JC { color:rgba(var(--color-tertiary-3),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:2;letter-spacing:0;top:43.1875rem;left:15.5625rem;height:7.00285rem;text-align:right;text-align-last:right;display:none; }
#OUTT3Hw1F8N38QSa6Si5GeqxBuEWy87R { color:rgba(var(--color-primary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:2;letter-spacing:0;top:43.1875rem;left:2.1875rem;height:7.00285rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#rguLIcqZZFvl5UkZeTIFzPTMiFdGsJeH { color:rgba(var(--color-tertiary-3),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:2;letter-spacing:0;top:43.1875rem;left:15.5625rem;height:7.00285rem;text-align:right;text-align-last:right;display:none; }
#TR2n7d8BkBDQrCmpxCDDswhnKokbX1X9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:41.1875rem;left:4.375rem;height:1.46218125rem;font-style:normal;display:none; }
#gGwJTNXB4SJR5pop6H71K4FUDbyQTSBl { color:rgba(var(--color-primary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:2;letter-spacing:0;top:43.1875rem;left:2.1875rem;height:7.00285rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#S59i0ZTQQIvmxFl3Ir3aTFcEW0MopaFV { color:rgba(var(--color-tertiary-3),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:2;letter-spacing:0;top:43.1875rem;left:15.5625rem;height:7.00285rem;text-align:right;text-align-last:right;display:none; }
#NHvQFGTToS3QrHtpWxZ2Ow3pHRABFqFi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:41.1875rem;left:4.375rem;height:1.46218125rem;font-style:normal;display:none; }
#w60P7HvyPUvWTFN3qKCF6Qs6z98PETIF { color:rgba(var(--color-primary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:2;letter-spacing:0;top:43.1875rem;left:2.1875rem;height:7.00285rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Zw8FWoUzVF5hQCXXBaXJcg69G31kPlZ9 { color:rgba(var(--color-tertiary-3),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:2;letter-spacing:0;top:43.1875rem;left:15.5625rem;height:7.00285rem;text-align:right;text-align-last:right;display:none; }
#TXhEZUyFXqv4ElUpfypJzKlKTmqEFTke { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:41.1875rem;left:4.375rem;height:1.46218125rem;font-style:normal;display:none; }
#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { position:relative;display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { background-color: transparent; background-image: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .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); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { border-width: 0; border-radius: 0; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .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; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height: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; }#gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { color:rgba(var(--color-tertiary-1),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.1375rem;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) { #SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { display:block; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3uJ4yM5FXuonxX7NIW40QmpI6fvqSaE { top:1.25rem;left:17.90625rem;width:11.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC { display:block; }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ha4NG0DAzmMO9gKCkmrnRw2w4MweJwwZ { top:10.1875rem;left:18.6875rem;width:29.0625rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTwQaCFo9FU1OTi9cV5kfN6TywCAyfxs { width:22.1875rem;height:2.9375rem;top:26.9375rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6k4cgNyofR4iMTTyBasI8CPiBT2TXXc { display:block; }
 }@media only screen and (max-width: 763px) { #ac8IUlANBUsgwp2IuhWFwIlrS1w9Omdi { top:16.5rem;left:33.375rem;width:14.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv1eCWNlIeMlBn1Bhim3yIAnynJVECVT { top:15.625rem;left:19.9375rem;width:27.8125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB10BNRv4eKA33xXbDpXODZiNP25FQlM { top:4.3125rem;left:35.591796875rem;width:11.5625rem;height:4.499025rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkkAlKAHAa2KpgGSHMBhlnT6tAW8evKk { top:0.625rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvlNTPcG4ZE0rh0WvuQyLCcekZLnV2g7 { top:23rem;left:30.187255859375rem;width:8.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCN76LT0z99yU4KamtTnHtQQ0sFn67ef { top:20.1875rem;left:33.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH86lTy2w5S8zgf2SeZ72xDJDaOzAvEv { top:19.4375rem;left:19.9375rem;width:27.5625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOEa9a4M6GMKTQJMpmGdygTBDwGDOpL2 { top:20.625rem;left:41.246826171875rem;width:0.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG92V216cidHk3gn8zTKuwJ1vLFgnIrz { top:13.5625rem;left:35.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1sGmQgLBmEWAbbb2qJnC1NobZAqz4fF { top:13.5625rem;left:26.0625rem;width:21.6875rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRlrazzh8vUAXRTf3HRQXU0eZ09Oc8FT { top:16.9375rem;left:29.4375rem;width:10rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G38elmUGv0hDfnQG6oM5oUFknHuXnyVE { top:20.625rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAICdVcnsENbFhTVD4Ew3AOIfgSIZgbx { top:23.125rem;left:39.25rem;width:8.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg12f1Bix2BnZ2LSUXWD132iBAtraBmf { top:24.1875rem;left:45.7470703125rem;width:0.125rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZFpasghTbFOchXGtyrq5CsF0GMmEruV { display:block; }#TZFpasghTbFOchXGtyrq5CsF0GMmEruV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIZOkQu3Ib2NTPgeTHVQQmWRpFDFkMTQ { top:27rem;left:0rem;width:24.375rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQIQ36zReugAAAHSBc7AZEMBZ9FSLl88 { top:31.4375rem;left:0rem;width:20rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BILTa8De6vLSSefTb3IokPrkoEr3f7Xw { top:7.625rem;left:16.75rem;width:14.25rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHBAMsBGA6ZnO6RyollDlzDKRRZeq7RA { top:13.875rem;left:19.9375rem;width:21.6875rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeaKgOLCV8LH8Ti9tUmn85BmuQizNEHi { top:13.875rem;left:18.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T99teQTAOTQLrK3HbkMuXzE4mrRTrXkt { top:31.375rem;left:0rem;width:18.6875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUx8C8WqD5rVIyv09EqtAmEhExTn2biu { top:28.4375rem;left:13.3125rem;width:34.4375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsbXRnZFu1sPaghi3zEoXh8iPsylJoJO { top:19.3125rem;left:10.9375rem;width:25.875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4SGgGTlOZmt3H5T3XLvk8WkEm8wH9XO { top:19.4375rem;left:20.0625rem;width:14.375rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuIsoPl5gmRDvJlUz3oUUWP2M0A2e52w { top:20.4375rem;left:11rem;width:10rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUybrKMNGZac9qJvfKteIx2FznMnEnOT { display:block; }#DUybrKMNGZac9qJvfKteIx2FznMnEnOT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzzQ4DviHgTESVkVEZPeq9FUEWb1Mo6C { top:5.9375rem;left:0rem;width:35.5rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0iBnaleXk4C4vbIqfqeanGeT4Fcv93S { top:18.875rem;left:0rem;width:31.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHMoMvxE53aaQGcE3FTpuVTsnpHKKTq6 { top:20.0625rem;left:0rem;width:11.6875rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuP1UDzcEXTlE86eQ004au29wk9MLIKJ { top:19.5rem;left:0.9375rem;width:17.6875rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUfJ1oqnZIznmISFyH74W3k8AaOUxNZi { top:22.1875rem;left:0rem;width:17.6875rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu { display:block; }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:7.5rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:17.75rem;left:0rem;width:28.1875rem;height:6.75rem;font-size:0.9375rem;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:2.5rem;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:2.5rem;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) { #DlL6EwN1Nnx3SEnz3VMU1F0sRR3IAcKn { display:block; }
 }@media only screen and (max-width: 763px) { #nlTkWEi5Rlp4rAF3Wlz0VU7ZPfI7UfBn { display:block; }
 }@media only screen and (max-width: 763px) { #VLhRt0hr7qPEOakzZitqpmcVh5qDo1kP { 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:27.625rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWumKTKWF3ceaxwU6oB5oXPMqS52SzUZ { top:4.3125rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HfPho9QGbrH6XWIn6lcwzWdGUUnzLg56 { display:block; }#HfPho9QGbrH6XWIn6lcwzWdGUUnzLg56 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qo8cpu4a31ZMACuR8wMcFtWBZBTOm4rm { top:6.0625rem;left:0rem;width:33.125rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFTEvT9uM4KdhJa0oFVWyuQLU51TDAn7 { top:7.375rem;left:0rem;width:30.5rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msJCSEdPySGF5NiMVrmmkpSgeKaJiyfN { top:27.375rem;left:0rem;width:14.625rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkfiTpRohDmOz3zv7IB0SrEf61nImqvv { top:29.0625rem;left:0rem;width:20.25rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4fukze89HrSBFMLVEPTIHCQvHH6SLLC { top:30.625rem;left:0rem;width:21.125rem;height:3.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmPgp0LbuHTM8mdg6gfRwZLDG1Z5Zboe { top:35.375rem;left:0rem;width:14.625rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDnQlXfhkTK6wxXCX20IIemy6ZOKa5Ci { top:37.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpm4eCrILPxhC0UoqmwD2WydB4PX7kOJ { top:37.875rem;left:0rem;width:3.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAO5weulTZ2pnHC5PxkebZNE14UnkiWV { top:37.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua0SdDa1I4JEAIdlEmhT2LRu5BccZoxX { top:37.875rem;left:0rem;width:3.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZFIyBzl8IZNAKlcFeOfTusJLJB4fOX8 { top:37.5rem;left:2.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn1ExE1JwZZOKaNpe9JMIGr8kUK0pkLC { top:37.875rem;left:3.4375rem;width:6.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7DXZBBKUUPv2J1MmoJLTcRQfeUNVoJB { top:26.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMyWTyTd8UkxSdkZJfKWTAHktl9yUvM2 { top:37.25rem;left:0rem;width:6.3125rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #H2HNg4dMiwLFEzr11PUFSbxfGMO06lfw { top:25.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HT7LTmpRfV1g6oAgTQVKC7rUUMpznIr7 { top:26.375rem;left:0rem;width:3.4375rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQHvoowVRgKEK9O53TzgkCeOMun9A2eD { top:26rem;left:0.12446594238281rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VMPEeeOTxpPI9EgZ4p6tuwUTtxUKmwQu { top:37.25rem;left:0.31232219934464rem;width:6rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKB9FH0TTfuUmvaV0PgBdeiwaPdSBkQR { top:41.3125rem;left:0rem;width:30.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTWvmVC67dN4QlZqMOnMxo5KWOT3VKR2 { top:42.0625rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.5rem;display:block; }#rTWvmVC67dN4QlZqMOnMxo5KWOT3VKR2 li:before{  }
 }@media only screen and (max-width: 763px) { #gmB2FFvXvTumviqRW4taVyT9E4SlhXB7 { top:42.0625rem;left:4.8125rem;width:19.625rem;height:1.125rem;font-size:0.5rem;display:block; }#gmB2FFvXvTumviqRW4taVyT9E4SlhXB7 li:before{  }
 }@media only screen and (max-width: 763px) { #GhWQTSaompmiHvMZ5RDgIxp4pNALpGN9 { top:43.8125rem;left:0rem;width:18.5625rem;height:1.125rem;font-size:0.5rem;display:block; }#GhWQTSaompmiHvMZ5RDgIxp4pNALpGN9 li:before{  }
 }@media only screen and (max-width: 763px) { #dT79ods4FU3BS21URr49ydl7bbeReT1V { top:7.375rem;left:0rem;width:30.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkk9BChhKStzQF82MrA2OTtW0NgZNUPI { top:8.25rem;left:0rem;width:5.4375rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTaZvDlLToVWyPEPuTPVKDImB6zZXAke { top:5.9375rem;left:14.625rem;width:33.125rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8FlGbEgfsdaNbkuQZQtT0yxaZSTsbtL { top:7.25rem;left:17.25rem;width:30.5rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vloRz4QadhEZdFrSnmh3lDIoXvTCbTTU { top:7.25rem;left:17.25rem;width:30.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL00aZFVofQHall8EEmr0CUvy50SpMRD { top:8.0625rem;left:27.125rem;width:5.4375rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plIQQ6HXm6DTbdT75i1EM9EPltBLiA9m { top:27.25rem;left:26.25rem;width:14.625rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv1EOJhIQMwI85D9GJk1A4kBG5OqMd8P { top:28.9375rem;left:26.25rem;width:20.25rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #II2FJRoZK1o7pbUCKbsVRrZwptXBzi4X { top:30.4375rem;left:26.25rem;width:21.125rem;height:3.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpIb908blKtiHJ6Z84Pi6ssDbdB7rAX8 { top:35.25rem;left:24.375rem;width:23.375rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGd5puBdvgxV1LJZ4SrPiJSlTH2BoRSm { top:37.1875rem;left:32.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyHZqgOm9P5MwuTdHAJandFFN7qJJ95v { top:37.375rem;left:26.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTN8KfqK8oNl3d5CHR6AB5VGpVN2sHUW { top:37.375rem;left:38.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAL9s6NwSmC1sd10aVz3rJPeXTbG3JdL { top:37.75rem;left:28.625rem;width:3.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUrGftOzdn4GK1XgDzQFqfiz1gLzVpGp { top:37.75rem;left:34.5625rem;width:3.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPXwDgCOpZM5lmO62uF3FlugAIhozCPJ { top:37.75rem;left:38.875rem;width:6.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbfg6owkAFpnJlwh02n19T2yOfFdLtC6 { top:41.125rem;left:17.25rem;width:30.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmoGJk4T1MsdLRyeZ984PALVnCW00Of9 { top:41.9375rem;left:27.5rem;width:12.5rem;height:1.125rem;font-size:0.5rem;display:block; }#LmoGJk4T1MsdLRyeZ984PALVnCW00Of9 li:before{  }
 }@media only screen and (max-width: 763px) { #lX26NsUlfgxJp5QoxqxWGVugRElwSPz4 { top:41.9375rem;left:31.9375rem;width:15.8125rem;height:1.125rem;font-size:0.5rem;display:block; }#lX26NsUlfgxJp5QoxqxWGVugRElwSPz4 li:before{  }
 }@media only screen and (max-width: 763px) { #cBgHENNeLiX7vMiJ4gJIDu9iZABwlrOC { top:43.6875rem;left:22.4375rem;width:25.3125rem;height:1.125rem;font-size:0.5rem;display:block; }#cBgHENNeLiX7vMiJ4gJIDu9iZABwlrOC li:before{  }
 }@media only screen and (max-width: 763px) { #aWHXWM9wvch042Cc44ev4T6DoE51uReN { top:6.0625rem;left:0rem;width:33.125rem;height:40.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tootm3LKGkztwMTrxpyOnvFlzZH84Dn9 { top:41.3125rem;left:0rem;width:30.5rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QqQ4wcUPONsIz2smvkeEbE4vZDlyP3yD { top:59.5625rem;left:0rem;width:9.6875rem;height:;font-size:0.5rem;display:none; }#QqQ4wcUPONsIz2smvkeEbE4vZDlyP3yD li:before{  }
 }@media only screen and (max-width: 763px) { #yKRI8g5ITiohBArTHDmF4l1uvaskJoqi { top:58.5rem;left:0rem;width:7.0625rem;height:;font-size:0.5rem;display:none; }#yKRI8g5ITiohBArTHDmF4l1uvaskJoqi li:before{  }
 }@media only screen and (max-width: 763px) { #kvTHQ1blVUM0L8TWDyJh8UpQuH0X2eoA { top:58.5rem;left:0rem;width:9.875rem;height:;font-size:0.5rem;display:none; }#kvTHQ1blVUM0L8TWDyJh8UpQuH0X2eoA li:before{  }
 }@media only screen and (max-width: 763px) { #t6sWwoVSBcdP0KOzOs7MoHzpd9PfeKNl { top:26.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vz0an5Wol22VxB15zCIX1e8R7xxPSvnC { top:55rem;left:0rem;width:6.3125rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cmFucVOGyH05ggy5TGqkqgXshH4z551g { top:25.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4hJa4TqmByqizppUqe0abmoA0yi8geR { top:54.9375rem;left:0rem;width:2.5rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5PnRMk4GTW6reuURqJB9CCBTurNB0p6 { top:26rem;left:0.12446594238281rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MaL4uZhgbdnG2swcenLTIIAsct6oM6n7 { top:54.9375rem;left:0rem;width:6rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQNzlemDfkRxq4nW0bHtVCi9w6i6Air3 { top:52.9375rem;left:0rem;width:14.625rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vs5wIzrwmlEDsx7mCucucTT4RU0mFhUe { top:49.5rem;left:0rem;width:13.25rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sn8JCgP8Q7s6f97ppH5biyfHVkSxkKeQ { top:29.0625rem;left:0rem;width:20.25rem;height:1.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGulWZqJ9LQkeK3qRAq9OsIbxa0dDNiG { top:47.25rem;left:0rem;width:9.625rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcUuekWtxV7D1cHWZhEdCnPoTXTWgSwB { top:7.375rem;left:0rem;width:30.5rem;height:18.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uaAAWsunS4Zk1ElswOaKWNPhwslDdcqU { top:7.375rem;left:0rem;width:30.5rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQdJ6fTMztTFPcUmHP3kpTmGyMBGHH5v { top:34.1875rem;left:0rem;width:5.4375rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oU5EFOQJrfZmeNV2kwksnSv2yuOgiE3n { top:0rem;left:39.25rem;width:8.5rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4L9TRKUB8fPMEnHuunwTazgHJ29hV37 { top:42.5rem;left:0rem;width:15.1875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdRBfMxX9G2B3630eS5o89LwitwQSoaq { display:block; }#VdRBfMxX9G2B3630eS5o89LwitwQSoaq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #il7OyZRI2TcNNyLTBIWveKuFO0KR5R99 { top:11rem;left:0rem;width:47.75rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsvINLhIza1Q4nCe4qZIz4O2dDdK8rRF { top:11rem;left:0rem;width:26.6875rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxvnQWisuRrUL0AePsef3KA794n0PQsN { top:12rem;left:21.6875rem;width:18.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZXbUfWqPBBhrGwvoMt3xpDfLzVsC3Ik { top:14.6875rem;left:21.6875rem;width:7.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfIMg9dAPxRssDTr988p67fSNG7JzeeB { top:11rem;left:31.4375rem;width:16.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Lo7sk7KsWFVWdMJNNnvdqkqwBBCGzF { width:47.75rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #qBntSKIq2MyKGdfTfJEg0WFmeS7KUm4g { top:11.4375rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd2mnE6clk5KPIWxr4K5LMZAmOCQUVsD { top:12.4375rem;left:33.375rem;width:14.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuW7wL7Jysz50qitN9RxQ2XgcdWTP1Su { top:15.8125rem;left:31.9375rem;width:15.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z88OiJ1FtLe6ULvpN6gnnvm00zasTvFq { top:22.25rem;left:26.75rem;width:21rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLZV1Osq97iULtw3QeiCsaOTCQpPqCg6 { top:26.8125rem;left:0rem;width:47.75rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ654otdKDWx3U7hWmVcv2LKNmhvVnL9 { top:26.8125rem;left:0rem;width:26.6875rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7VT4WepowcDZ4PQ8UG8mLTzutGd1iCn { top:27.8125rem;left:21.6875rem;width:18.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOnnNwTtbRiCASDlmT0KVziytNL9lmN9 { top:30.5rem;left:21.6875rem;width:7.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #frRt26XrNVLkgfN2W2XWmacx1TnlhS2o { top:38.0625rem;left:26.75rem;width:21rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwv7VhR8DTMGExXru9mbL78k4hVueBS6 { top:31.625rem;left:31.9375rem;width:15.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNsnux1tMZyM9sw543FBfPsOV8QPGmGK { top:26.8125rem;left:31.4375rem;width:16.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA7FtZPmLqi273urHfSOmKBZnv4SJLDP { top:27.25rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmqw7qRfiB2WV9rqtWyBWfxaI6ZOaiTy { top:28.25rem;left:33.375rem;width:14.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uENvl2IanZb9hhAA4pas2tHhpPbwm3qc { top:42.75rem;left:0rem;width:47.75rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #piK1E9H0uGoTTv36LBXd1ia6y7ZRK1f2 { top:42.6875rem;left:0rem;width:26.6875rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoSTbGSdmc7f8DplUDyT4qLH6OkCJUof { top:46.375rem;left:21.375rem;width:7.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzoParxSnb2OVEBEPT5buzTJdUvqNvcL { top:52.625rem;left:25.5625rem;width:22.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzb0nKNa0TZLwi8WQT0st4T5H6Z3dTuG { top:47.5rem;left:31.9375rem;width:15.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm3X5gBiy5cmUC5WdThB9fN2FCrmJbwJ { top:43.6875rem;left:21.375rem;width:18.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQRpcewuETD5JoRpL8AFcht5Ap6hpF7J { top:42.6875rem;left:31.4375rem;width:16.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z07gHl1ZkWSTBHUJrKkDpillAtknu7CI { top:44.125rem;left:33.375rem;width:14.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZyfEZIVZ07DkmZobRhGvZ7oQeP8xRG4 { top:43.125rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP78KbIotradb7go4VsbAXeN1xxqhEAe { top:15.8125rem;left:0rem;width:47.75rem;height:14.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZhL4Lrd8cdyliB9sv5ZBai72kgr6Ocg { top:15.8125rem;left:0rem;width:30.5rem;height:14.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJ72RSsl89t6yzMTRBF06wdTXLDNDTqd { top:16.8125rem;left:23.625rem;width:18.625rem;height:2.4375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qHTZW5uSK9rGn6d4A8DMGd3S7pdrHfHw { top:19.4375rem;left:23.625rem;width:7.4375rem;height:1.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBn9QM42JT9Zl2V2keC5auo0IoOSG3A6 { top:26.375rem;left:26.75rem;width:21rem;height:1.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #emTWiRsec5s4ncEqtEZ5tPHTtseH0OIb { width:47.75rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #FxLzrTJfKK3KUlZt0LHJClQbi8B1Qc8S { top:16.25rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #THGdLqr0UXQmCHkZ6fnGrDUsmlhyfqKh { top:17.25rem;left:33.375rem;width:14.375rem;height:2.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xkbUh8PxDslGlbvNHoKrMm7LXScHIsSF { top:20.625rem;left:31.9375rem;width:15.8125rem;height:1.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GUaNbJn7BCNNzlSSfEvGTZVJ7NSwGmN9 { top:15.8125rem;left:0rem;width:47.75rem;height:14.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pbkroH048LTtx9vmSCAEnzoWXZNAE6Cw { top:15.8125rem;left:0rem;width:30.5rem;height:14.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VwW3JqxkyozxfBWlBxZynOy34eRg50EB { top:64.125rem;left:0rem;width:10.625rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pvwT63d86dl0rs5NPII3imWxvVfEO388 { top:64.4375rem;left:0rem;width:7.4375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AnGv9g7q75wH5qR11Auri5MT2EmfhssB { top:65.625rem;left:0rem;width:14.8125rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GwIMT4XuOJIiTOXRf6D01OQlVTHH3PpK { width:47.75rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #QDXCcdqseAGybvSXGOidCTeJdkrbsWP0 { top:16.25rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tlPxCQ3DIxzfbT2Hi13HO3dcbIxNJbyN { top:17.25rem;left:33.375rem;width:14.375rem;height:2.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZqLMTFn4CuaB7ARbddqcMucWlygqbUC { top:71.125rem;left:0rem;width:15.8125rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPhnxBLGPMootHhwlZuLZDIBXVApR6Rm { top:16.3125rem;left:40.875rem;width:6.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER2eHvmF31hhbzrBMv1amo90lfBG1uOX { top:32.125rem;left:41.1875rem;width:6.5625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT3CFTpgqlXDUSbmpJfn9ahdqXrMLVUR { top:48rem;left:40.75rem;width:7rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIgeOL6no7ZNDUOpxJvUGIUriNOQxhiL { top:21.125rem;left:41.1875rem;width:6.5625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sF8aKMtpKicQkaPuNh6zzIOlqM6PI9cX { top:21.125rem;left:41.1875rem;width:6.5625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JrGbhamPxWvIRJ1e01BPFLGW1BUdys97 { top:11.5rem;left:0rem;width:3.9375rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM4nJiSITs0CMkenJKiZ2ZmT1Jum3TnS { top:27.8125rem;left:0rem;width:3.9375rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFvC05GOi1keehytUZCmR9uJoqVyxN81 { top:43.6875rem;left:0rem;width:3.9375rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE0U59qCMIWlosk7bfKW0y9CtKhblHND { top:4rem;left:1.6875rem;width:24.375rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVtBdq24rn7wZ9cDb7on5NAyXmH6mCkV { top:4.375rem;left:26.0625rem;width:20rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #li2coLNri65uGkwaAPIhtQLChGGTaZiQ { top:4.3125rem;left:26.0625rem;width:19.6875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z { display:block; }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnLT9llyWf6vqoNEy5pMzRWOD1equzSJ { top:32.0625rem;left:0rem;width:8rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S71QBKUTkwG9kdQc5Le52MP9QpXo9kWr { top:31.875rem;left:0rem;width:10.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9E9s7fyxATP62wkN82HCy4EH2izIcdt { top:29.9375rem;left:1.1867885589599rem;width:6.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyiIU5lxe6mIZiLS6MTtRSasgRobpH3m { top:29.9375rem;left:0rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unabvTLn0xcvCbLvMivPzkv41fDPQfPu { top:29.9375rem;left:0rem;width:3.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJirZr04vua9wWTXuBlF0u1FsZ8W5pUP { top:29.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAxoH24d1qfUEzVJzBKyugIrgmqbkwbe { top:29.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc3XhthDGTLgTHiIK39JfETtCeJUJAJW { top:29.5625rem;left:0.12499809265137rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSBvIw5FddzV3b0xGOCcJ0B0KK0eighw { top:11.625rem;left:0rem;width:47.75rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE4JFtP5UT90nGoLFdpCwelTtTcT64k8 { top:12.875rem;left:0rem;width:23.25rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow0Z6xBxUiI4p4N9eGdbs6nk2zPdUh93 { top:2.75rem;left:12.3125rem;width:23.125rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJrDmTShfNMZ84LyTT6C0nTQyRMkJ8I3 { top:27.3125rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3enV5qXH9kuOiEdBo5nunFPG1q1t9tB { top:31.9375rem;left:0rem;width:4.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9tIEq5UTEV4NHuplOnZaXEVPxMBgSuE { top:12.875rem;left:12.249465942382rem;width:23.25rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #aweiNMp4eA7leKwUS9oorFTg7EbEDJi1 { top:27.25rem;left:12.249465942382rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUg9xeQ3TOTeEZehwUlzwdTBP0wbmKB7 { top:29.5625rem;left:12.249465942382rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH6zqPOJ9MTyVSdNhvlFOVwOcmBh8TCx { top:29.9375rem;left:14.624286651611rem;width:3.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTKbC5iROvZdNC1oHA22WIll9xLy2QGN { top:29.375rem;left:17.999641418457rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQkgHamsNHIHcouHAhF1T268UPXWoLO { top:29.9375rem;left:20.312320709229rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUzQkmNT261x8TgMMiiwFmZunlpUPMMg { top:29.5625rem;left:23.874996185302rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4icO8FZ3FOZXSmhqoMeB34kL64ONHbK { top:29.9375rem;left:24.374820709229rem;width:6.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiCMb61HVQcSveMorKDzQ0TQAcVb1KcZ { top:31.9375rem;left:12.249465942382rem;width:4.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTPnzJ2FzM9IuITlsDDhCdUgPMtgXkTk { top:31.9375rem;left:16.311965942382rem;width:6.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrSK8T8EbSdZ0xmg6A0ZITCgSFy1btM4 { top:32.0625rem;left:21.3125rem;width:8.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0IPA1yJyEQIFLt98r9XMpkdkUkTnJFx { top:12.875rem;left:24.5rem;width:23.25rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDdz3nJGv3Zl3778lARqlIg58Ckib3hx { top:27.25rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWLLiNDbC7pg1fuB7wXRgrBvzTc0TFT4 { top:29.5625rem;left:36.874816894531rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBcMW2VR63gGi31l4zGkpUT5HuqdQehc { top:29.9375rem;left:39.249641418457rem;width:3.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khePzvLHTIki8A2qxhzDHRLcQDGO7w2a { top:29.375rem;left:43.624641418457rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxz4V2vJRaALuN4LP41DrFzleMCPT30R { top:29.9375rem;left:44.3125rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmEBwFBO4XHoM7yS5mOKTChTEhEineyC { top:29.5625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFV1s5MOcOMibghavfUPfNz2zI8fZyIz { top:29.9375rem;left:41.6875rem;width:6.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH6fzlUyU4vCcShK0q1rh8y0E3eaxKH9 { top:31.9375rem;left:36.874816894531rem;width:4.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eohgo9QVpmONTUDypCXdqNWcqbnMh3L7 { top:31.9375rem;left:40.5rem;width:7.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXGIWEfKxsw7rVD5lUnRJxyXk1DcqrAh { top:32.0625rem;left:38.875rem;width:8.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNxdvdSs6wSDsgsFWJ4hKnfHPDJSI48N { top:9.3125rem;left:0rem;width:23.3125rem;height:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CaqgqURCNJ8RSN1XMuS2M9zvPR3qNcSf { top:34.1875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0P16CLzzizqeXunbTABcsC7g4PfKdrQ { top:26.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kC10VO32fJzBeC2ZAKzeTCdiEIbJ1fRc { top:37.25rem;left:0rem;width:6.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AvkNMNWw3NDnlNFeUNFHU4XTczNFIozc { top:25.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWJMert8XIziQlvFOPfZcJxuhIX4ohLD { top:26.375rem;left:0rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Trmn2z1SwTXnLBUdwIngLKZcVvDtUhzX { top:26rem;left:0.12446594238281rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTxcLgJ6uLL5DdgdyR7nyFmrBeLF7RzK { top:37.25rem;left:0.31232219934464rem;width:6rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iuokD9lPs8BR7MGv3VKkFnJyOda3OWa4 { top:28.375rem;left:0rem;width:4.9375rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lg07X4FxbK2rJpC2PBxRzwqFbln7LgWn { top:38.9375rem;left:0rem;width:10.3125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCPRJ5tbTknZ7lr5kVy2L7w5kEHTDo7k { top:41rem;left:0rem;width:8.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EVB7hTQ1pJKExO2syX3dATNL5K1TERXM { top:9.3125rem;left:0rem;width:23.3125rem;height:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9Ql6mMGZnFi3dBxg7vcmr7Bd7qr2oU6 { top:52.875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vxHQ5FWqoh0FXG7WHgc8uVLuKRwADq1A { top:26.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvhpfiKBc05HF8zWBMPybdbiJZtbNkIa { top:55.9375rem;left:0rem;width:6.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #id7f0cxQLsctNpJwTTGinZX6iBoAhNXh { top:25.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HkMRSKwLBKhz4LkXD5HEHuXW3ATllLZJ { top:55.9375rem;left:0rem;width:7.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNoT2VvTVwxOnc4hAHTha17exP2kiQIc { top:26rem;left:0.12446594238281rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iAZGZHcvkuMJ2STNXbSs1rLvDGbdteHy { top:55.9375rem;left:0.31232219934464rem;width:6rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IfDVIvUegpxdoTMsaXITRl3JWTFECub5 { top:28.375rem;left:0rem;width:4.9375rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eDOMQi6XUwI3iBO3bqaeeX5idRnvDHrs { top:57.625rem;left:0rem;width:10.3125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SINhbFdi4BZCWh6TCQWUTvIcDNfFtq0B { top:59.6875rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItMiGypXUFBesFwpG19uiNamBMa8ZMUu { top:9.1875rem;left:12.373401641846rem;width:22.8125rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFcEf9KJ5cgucBM6bVQpx2D2HrhlDLW5 { top:8.4375rem;left:12.234020233154rem;width:22.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMZpV5x8wEsT00gViANgvk2eOtG7dS3x { display:block; }#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifTm6pXCnNzOE4zPcgEmZEZoVodFShsD { top:16.25rem;left:18.9375rem;width:28.8125rem;height:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEOByQ3PyoLWzwUeLuTJVGzZt3fmvwP6 { top:4.5625rem;left:21.4375rem;width:26.3125rem;height:9.875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeKVSP89nT2kh8ZOUttV2arlzClyLUVx { top:4.6875rem;left:0rem;width:41.25rem;height:26rem;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) { #RR5UrZFw1J9lMnhOeIUhEo5IhUr6LgLx { top:4.625rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo2y6ggqz1NUp3z60FVwwb27pJ1IQTB6 { top:6.125rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTlSXETHZ0xXzio7gcJw8SvB9qVAblDM { top:13.6875rem;left:0rem;width:7.5625rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ordzfEXhkQ8JbKTTl3QgCzzBbVXxxAHp { top:13.6875rem;left:9.375rem;width:9.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw6sWvOh18MITiCqsrxHqHBTEg1s7GHh { top:4.6875rem;left:10.0625rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t02A0hCHyXS8cUIBe1VWHf16AJAUN7a0 { top:6.25rem;left:11.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZZEU6Ml7w30pv01dLuLeuz26DKcS9r0 { top:17.625rem;left:0rem;width:15.375rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwmsQ0QqWoqdEr8dVvXqX4JOF70vpyKz { top:17.625rem;left:6.75rem;width:14.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG54B9DqPdDyL4prNocEcfP5wbiBPCvZ { top:17.625rem;left:24.1875rem;width:17.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnDb8fCtbUXt6ViBHKowSaKfUo9Uz8fO { top:13.6875rem;left:28.9375rem;width:7.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuLgaDo28X6erENTm1V3IkewyTJEF8Lg { top:4.6875rem;left:28.875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEkunK9VNPqPtRzAhHitu8Tg3TABTd0A { top:6.1875rem;left:30.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuVULlEV8GovL8CB0d9Kc4rlUsBhSVNU { top:17.625rem;left:30.4375rem;width:17.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4QW6m8DWCL6uKnB0HRbce4e79alJCQH { top:13.6875rem;left:35.25rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyQ9Qhzoq0uMLfJAtzRn5yAPu0881wBw { top:4.6875rem;left:39.625rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCFnGyDmnptRbEL6PhTJa2MihHbkxMpD { top:6.25rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJvK5zC8ciypLnzNET6gPzOteOBoxU9R { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bPkTph1NGpKwkiDSJSTfp4HTuso49hiK { top:5.5rem;left:0rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TodTva1T1UQiFdynpg5Wtc6TfJmyHc9o { top:5.5rem;left:0rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWsR8OUdPRSTLuDenSlZSfa0tbUdpWIH { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sdbKr4FdP2oz25mT4xzVBtqqEihi8Tag { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQx1uQlDd5VwFdRUbueKVSXmOuPN4reN { top:5.5rem;left:0rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSivSq8T9JlD1HyZFf5ikK5MO9Fe0UNJ { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTsqemqlX9MonkwoKgCSH2vp3qZhuTGP { top:5.5rem;left:0rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4XgJBuihqGdaae6mvEb7NdNDvWFQh7z { top:18.8125rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jw5e6ICWlvWNLe0dWPKd58Ne2HrZ3Sxt { top:15.875rem;left:0rem;width:14.5625rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HI4NRXb9ltUybxPAXAN10TAx7IhyOmxD { top:12.6875rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tX1mCFXrxGB9FF9yLkF4ZTIeVGIwIpVv { top:74.625rem;left:0rem;width:17.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tvdx7tOfyxmJvXToV9kR5X57IU46ZRwS { top:17.25rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T00DKoHbstPFg6uGppTauyc1kE6xrvvD { top:7.0625rem;left:0rem;width:16.375rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VHq5bKTfsmE9wXAMzUEkm0Ff5R0moBbR { top:6.4375rem;left:0rem;width:14.875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6ZiDGk1LiLTZic3vyDJItAmfWSMmvTP { top:9.0625rem;left:0rem;width:17.25rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT { display:none; }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #stSseXXDJhDHE3Sbf1Dbr5nBfai886DP { display:none; }
 }@media only screen and (max-width: 763px) { #ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 { display:block; }#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbxGED0FaIk1HRrH5sibRDiifkvJR4fT { display:block; }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wh6wVmhfHsnqsGBQrR83HHDJoIbPADmo { top:12.875rem;left:0rem;width:30.9375rem;height:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvLa6mxeRhIH5HlqXaFghCrBRJNlOCfn { top:17.5rem;left:23.25rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtnQK6aD3rMrXhXsN9Pw4T4X9kElB1Go { top:17.5rem;left:29rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDB4yxr6pOVGt12VJCz0sZCKdr3SvTRw { top:4.375rem;left:29rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMfTm84NmioL9FTP11Dd6hblarzTPRdX { top:4.3125rem;left:3.9371452331543rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbolLwS1dv1Z07znInwvssD0gByKZZqP { top:17.5rem;left:3.9375rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMM6pnnR6EfOAF45tGL1W81RQnpEAo9T { top:4.375rem;left:23.249111175537rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mx58AFeeSf1GV1urXmw1AASgR8S86oVI { top:8.125rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdC7rt88FLokN09CcwE8oJdCfubLKG3I { display:none; }
 }@media only screen and (max-width: 763px) { #zV6qt6GT3gTpAsinRkaA2dHxvqktXX8k { top:38.75rem;left:0rem;width:47.75rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onoov22J9XAS18QB7c5x4uGdE1om0F5i { top:43.1875rem;left:0rem;width:16.9375rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTDLUKR9XV6pZmrMCHdkydSHmb5oMgJR { top:43.1875rem;left:1.9375rem;width:8.25rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2R7wDEvMllNrVuK2Tu3AmJRVIi8gCUk { top:41.1875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUtmHozPx98lbhoi032Pvvi4CfBEG8gV { top:41.1875rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWghnyuBlh4IuFKIc93b5O84hAJzFswN { top:43.1875rem;left:30.8125rem;width:16.9375rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhXGsntKHzvDLvonV9x9TfmfxCDVKLWx { top:43.1875rem;left:39.5rem;width:8.25rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoseDgfzyLp11510PxGZQtMdv0XkkTzy { top:41.1875rem;left:15.1875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnrWHKC0EuBhghbDdSzplTSqvTTw8kw8 { top:43.1875rem;left:13rem;width:16.9375rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk307ALyIHW4dWr7WFLyJgb6hhld2ICJ { top:43.1875rem;left:26.375rem;width:8.25rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmAy2i50kq3dxvtf4Sbs2AUMkSxIQuC7 { top:52.125rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbo3BTzUqxRh3qgEVckRE629TJgSofUx { top:54.125rem;left:0rem;width:16.9375rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQs0i7lg7RrRgLh884MXiwmq1Hdms6tz { top:54.125rem;left:1.9375rem;width:8.25rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCbIio7ePq8tIblD1aZrA3sTuty0au85 { top:52.125rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONAfE4mHZMIFFNH7pnUWb7L3WMn5M6Mo { top:54.125rem;left:30.8125rem;width:16.9375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsJm9mDSsJ5uFGRiEpwnW7dtezJR38rz { top:54.125rem;left:39.5rem;width:8.25rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaaxrSypdNOEnB6gkriGJfnQ56eX3etQ { top:52.125rem;left:15.3125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPN3JTJ8Otgg2XotRqoQ2vGDEHhWk2NK { top:54.0625rem;left:12.999645233154rem;width:16.9375rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFzGUfhWqi6SqNlVF0Gd7qcLqlpIf2DL { top:54.0625rem;left:26.374996185302rem;width:8.25rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHF67v5dSye8kKxir6uLBPmgy2xpmiKy { top:2.4375rem;left:8.40625rem;width:30.9375rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAhT3PpXftmFnoRu0kcFagKzNnfLhzdh { width:23.625rem;height:3rem;top:65.5rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQUOwvf713TiUb2owu56LNX4wTe3sgkb { display:block; }
 }@media only screen and (max-width: 763px) { #rL5XmF32N6tKXT6sGUK5EzD6nlWcS3mN { top:40.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAUyBT64GW6JB0R2XnZUqp4m2knk1ViP { top:40.8125rem;left:12.841083526611rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB705OmWHVIVzqLTqRiR5OE6SRmfy8BU { top:40.6875rem;left:37.341262817382rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZobWPqqzSq57fFoLx9hZDHorVrtl4iv { top:51.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5T2CapB0ZcESFFRgiJtChM3f1wlCy8D { top:51.8125rem;left:12.812145233154rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVVwoMFN6rtWcdyV6aDGOyNHspboVxuw { top:51.875rem;left:37.561965942382rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSvxscTXPubIidTLrAfgF9vE00FvUyst { top:28.1875rem;left:0rem;width:15.9375rem;height:4.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOq4CMgAoUgXATO4Fe8TrOKo2evBW8pL { top:26.1875rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHL4weP2mtGCv1hExdrmkMHkLufZIWsH { top:28.1875rem;left:0rem;width:8.25rem;height:4.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ubqopN05RZLAnAhvJHfe7y8vioFRcGwp { top:35.75rem;left:0rem;width:15.9375rem;height:4.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F5MVyOJcNWsOTWa8TEEfWESotv4M55OU { top:34.0625rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocPVBrzao2fP0T9yeAivGL7Hz8Ja04JC { top:35.75rem;left:0rem;width:8.25rem;height:4.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUTT3Hw1F8N38QSa6Si5GeqxBuEWy87R { top:43.25rem;left:0rem;width:15.9375rem;height:4.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rguLIcqZZFvl5UkZeTIFzPTMiFdGsJeH { top:43.25rem;left:0rem;width:8.25rem;height:4.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TR2n7d8BkBDQrCmpxCDDswhnKokbX1X9 { top:41.5625rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGwJTNXB4SJR5pop6H71K4FUDbyQTSBl { top:50.75rem;left:0rem;width:15.9375rem;height:4.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S59i0ZTQQIvmxFl3Ir3aTFcEW0MopaFV { top:50.75rem;left:0rem;width:8.25rem;height:4.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHvQFGTToS3QrHtpWxZ2Ow3pHRABFqFi { top:49.0625rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w60P7HvyPUvWTFN3qKCF6Qs6z98PETIF { top:57.0625rem;left:0rem;width:15.9375rem;height:3.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zw8FWoUzVF5hQCXXBaXJcg69G31kPlZ9 { top:57.0625rem;left:0rem;width:8.25rem;height:3.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXhEZUyFXqv4ElUpfypJzKlKTmqEFTke { top:56.6875rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { 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) { #SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { display:block; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3uJ4yM5FXuonxX7NIW40QmpI6fvqSaE { width:7.125rem;height:1.875rem;top:0.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b30a5d4-53c2-4860-a17f-7ae183e45a3c/bgmobile.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC.adaptive-delivery-prevent-bg, #XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC.lazyload, #XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC.lazyloading { background-image: none; }#XgOkhDSFPQ6i5JNpnFQfk5tI8MVqSESC > .row .container { width:20rem;height:20.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ha4NG0DAzmMO9gKCkmrnRw2w4MweJwwZ { width:20rem;height:1.21875rem;top:4.685546875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTwQaCFo9FU1OTi9cV5kfN6TywCAyfxs { width:15rem;height:2.5rem;top:16.560546875rem;left:2.5rem;font-size:0.8125rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6k4cgNyofR4iMTTyBasI8CPiBT2TXXc { display:block; }
 }@media only screen and (max-width: 763px) { #ac8IUlANBUsgwp2IuhWFwIlrS1w9Omdi { width:11.125rem;height:1.38125rem;top:8.9375rem;left:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv1eCWNlIeMlBn1Bhim3yIAnynJVECVT { width:20rem;height:2.5rem;top:8.3656256198881rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB10BNRv4eKA33xXbDpXODZiNP25FQlM { width:5.9375rem;height:2.3117875rem;top:1.4969811439514rem;left:7.0303621888162rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkkAlKAHAa2KpgGSHMBhlnT6tAW8evKk { width:2.687325rem;height:2.687325rem;top:0.625rem;left:17.311789095402rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvlNTPcG4ZE0rh0WvuQyLCcekZLnV2g7 { width:9.0625rem;height:0.975rem;top:13.5rem;left:0.0625rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uCN76LT0z99yU4KamtTnHtQQ0sFn67ef { display:flex;width:1.875rem;height:1.875rem;top:11.625rem;left:3.65625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #GH86lTy2w5S8zgf2SeZ72xDJDaOzAvEv { width:19.75rem;height:3.75rem;top:10.8740234375rem;left:0.0625rem;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) { #IOEa9a4M6GMKTQJMpmGdygTBDwGDOpL2 { width:0.124511875rem;height:2.5rem;top:15.28053855896rem;left:5.4314626455307rem;display:none; }
 }@media only screen and (max-width: 763px) { #cG92V216cidHk3gn8zTKuwJ1vLFgnIrz { display:flex;width:0.875rem;height:0.875rem;top:6.341796875rem;left:6.654296875rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #N1sGmQgLBmEWAbbb2qJnC1NobZAqz4fF { width:7rem;height:0.975rem;top:6.279296875rem;left:7.685546875rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SRlrazzh8vUAXRTf3HRQXU0eZ09Oc8FT { width:4.875rem;height:0.89375rem;top:9.25rem;left:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G38elmUGv0hDfnQG6oM5oUFknHuXnyVE { display:flex;width:1.875rem;height:1.875rem;top:11.5615234375rem;left:13.591796875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #VAICdVcnsENbFhTVD4Ew3AOIfgSIZgbx { width:6rem;height:0.975rem;top:13.4365234375rem;left:11.6240234375rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Hg12f1Bix2BnZ2LSUXWD132iBAtraBmf { width:0.125rem;height:2.5rem;top:11.5986328125rem;left:9.9990234375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #TZFpasghTbFOchXGtyrq5CsF0GMmEruV { background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/55d9a663-beed-4d9b-b194-a3a3251977c3/w102.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#TZFpasghTbFOchXGtyrq5CsF0GMmEruV.adaptive-delivery-prevent-bg, #TZFpasghTbFOchXGtyrq5CsF0GMmEruV.lazyload, #TZFpasghTbFOchXGtyrq5CsF0GMmEruV.lazyloading { background-image: none; }#TZFpasghTbFOchXGtyrq5CsF0GMmEruV > .row .container { width:20rem;height:16.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AIZOkQu3Ib2NTPgeTHVQQmWRpFDFkMTQ { width:8.125rem;height:1.3808625rem;top:11.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQIQ36zReugAAAHSBc7AZEMBZ9FSLl88 { width:7.6875rem;height:0.9746125rem;top:13.25rem;left:0.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BILTa8De6vLSSefTb3IokPrkoEr3f7Xw { width:7.5625rem;height:2.8125rem;top:2.4375rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHBAMsBGA6ZnO6RyollDlzDKRRZeq7RA { width:7.0625rem;height:0.9746125rem;top:6rem;left:7.1875rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LeaKgOLCV8LH8Ti9tUmn85BmuQizNEHi { display:flex;width:1.25rem;height:1.25rem;top:5.875rem;left:5.75rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #T99teQTAOTQLrK3HbkMuXzE4mrRTrXkt { width:7.875rem;height:1.125rem;top:13.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUx8C8WqD5rVIyv09EqtAmEhExTn2biu { width:11.125rem;height:1.6875rem;top:12.2373046875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsbXRnZFu1sPaghi3zEoXh8iPsylJoJO { width:15.3125rem;height:2.3125rem;top:8.25rem;left:2.375rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #r4SGgGTlOZmt3H5T3XLvk8WkEm8wH9XO { width:14.375rem;height:1.7871125rem;top:8.51171875rem;left:5.625rem;font-size:1.375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #MuIsoPl5gmRDvJlUz3oUUWP2M0A2e52w { width:6.3125rem;height:0.89355625rem;top:8.9375rem;left:2.5rem;font-size:0.6875rem;color:#9bdbf1;display:block; }
 }@media only screen and (max-width: 763px) { #DUybrKMNGZac9qJvfKteIx2FznMnEnOT { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/84268831-9cd1-452d-96e9-692a16339fc1/bg2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DUybrKMNGZac9qJvfKteIx2FznMnEnOT.adaptive-delivery-prevent-bg, #DUybrKMNGZac9qJvfKteIx2FznMnEnOT.lazyload, #DUybrKMNGZac9qJvfKteIx2FznMnEnOT.lazyloading { background-image: none; }#DUybrKMNGZac9qJvfKteIx2FznMnEnOT > .row .container { background-color: transparent; background-image: none; }#DUybrKMNGZac9qJvfKteIx2FznMnEnOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUybrKMNGZac9qJvfKteIx2FznMnEnOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUybrKMNGZac9qJvfKteIx2FznMnEnOT > .row .container > .video-iframe-container { display: none; }#DUybrKMNGZac9qJvfKteIx2FznMnEnOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUybrKMNGZac9qJvfKteIx2FznMnEnOT > .row > .video-iframe-container { display: none; }#DUybrKMNGZac9qJvfKteIx2FznMnEnOT > .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); }#DUybrKMNGZac9qJvfKteIx2FznMnEnOT > .row .container { width:20rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzzQ4DviHgTESVkVEZPeq9FUEWb1Mo6C { width:15rem;height:4rem;top:1.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0iBnaleXk4C4vbIqfqeanGeT4Fcv93S { width:20rem;height:3.25rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHMoMvxE53aaQGcE3FTpuVTsnpHKKTq6 { width:7.6875rem;height:2.0625rem;top:7.15625rem;left:1.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuP1UDzcEXTlE86eQ004au29wk9MLIKJ { width:10.0625rem;height:1.70605625rem;top:6.875rem;left:8.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUfJ1oqnZIznmISFyH74W3k8AaOUxNZi { width:9rem;height:0.8125rem;top:8.4375rem;left:9.1875rem;font-size:0.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu { display:block; }#zQnrFI5KhwBhWVFHEP4JAu1sWSh8sLpu > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54385625rem;top:1.3117904663086rem;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:4.147725rem;top:2.9154720306396rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:.5;display:none; }
 }@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:0.875rem;overflow:hidden;height:2.5rem;line-height:1.2;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem; }
#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.25rem;padding-right:0;padding-bottom:0.1875rem;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:5.1873226165771rem;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:5.1873226165771rem;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) { #DlL6EwN1Nnx3SEnz3VMU1F0sRR3IAcKn { display:block; }
 }@media only screen and (max-width: 763px) { #nlTkWEi5Rlp4rAF3Wlz0VU7ZPfI7UfBn { display:block; }
 }@media only screen and (max-width: 763px) { #VLhRt0hr7qPEOakzZitqpmcVh5qDo1kP { 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.95rem;top:27.23828125rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWumKTKWF3ceaxwU6oB5oXPMqS52SzUZ { top:2.8544921875rem;left:0.4375rem;width:19.1230625rem;height:2.3984375rem;z-index:15011;text-align:center;text-align-last:center;line-height:1.2;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HfPho9QGbrH6XWIn6lcwzWdGUUnzLg56 { display:block; }#HfPho9QGbrH6XWIn6lcwzWdGUUnzLg56 > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qo8cpu4a31ZMACuR8wMcFtWBZBTOm4rm { width:20rem;height:28.875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFTEvT9uM4KdhJa0oFVWyuQLU51TDAn7 { width:18.6875rem;height:12.5625rem;top:3.625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #msJCSEdPySGF5NiMVrmmkpSgeKaJiyfN { width:9.625rem;height:0.8125rem;top:17.1875rem;left:0.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkfiTpRohDmOz3zv7IB0SrEf61nImqvv { width:11.25rem;height:1.4619125rem;top:18.1875rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4fukze89HrSBFMLVEPTIHCQvHH6SLLC { width:13.25rem;height:2.2744125rem;top:19.4375rem;left:0.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmPgp0LbuHTM8mdg6gfRwZLDG1Z5Zboe { width:14.625rem;height:1.13671875rem;top:22.875rem;left:0.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDnQlXfhkTK6wxXCX20IIemy6ZOKa5Ci { display:flex;width:1.875rem;height:1.875rem;top:37.5rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpm4eCrILPxhC0UoqmwD2WydB4PX7kOJ { width:3.5625rem;height:auto;top:37.875rem;left:8.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IAO5weulTZ2pnHC5PxkebZNE14UnkiWV { display:flex;width:1.875rem;height:1.875rem;top:37.3125rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ua0SdDa1I4JEAIdlEmhT2LRu5BccZoxX { width:3.5rem;height:auto;top:37.875rem;left:8.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aZFIyBzl8IZNAKlcFeOfTusJLJB4fOX8 { display:flex;width:1.875rem;height:1.875rem;top:37.5rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wn1ExE1JwZZOKaNpe9JMIGr8kUK0pkLC { width:6.125rem;height:0;top:71rem;left:-2.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #X7DXZBBKUUPv2J1MmoJLTcRQfeUNVoJB { display:flex;width:1.25rem;height:1.25rem;top:24.75rem;left:0.6875rem;font-size:0.875rem;z-index:15073; }
 }@media only screen and (max-width: 763px) { #WMyWTyTd8UkxSdkZJfKWTAHktl9yUvM2 { width:6.374rem;height:0.9746125rem;top:24.931640625rem;left:2.3115234375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15061;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #H2HNg4dMiwLFEzr11PUFSbxfGMO06lfw { display:flex;width:1.25rem;height:1.25rem;top:24.625rem;left:5.125rem;font-size:0.875rem;z-index:15074; }
 }@media only screen and (max-width: 763px) { #HT7LTmpRfV1g6oAgTQVKC7rUUMpznIr7 { width:2.5rem;height:0.9746125rem;top:24.869140625rem;left:6.8095703125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15062;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #wQHvoowVRgKEK9O53TzgkCeOMun9A2eD { display:flex;width:1.25rem;height:1.25rem;top:24.75rem;left:9.875rem;font-size:0.875rem;z-index:15075; }
 }@media only screen and (max-width: 763px) { #VMPEeeOTxpPI9EgZ4p6tuwUTtxUKmwQu { width:6.061525rem;height:0.9746125rem;top:24.88671875rem;left:11.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15063;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #cKB9FH0TTfuUmvaV0PgBdeiwaPdSBkQR { width:18.6875rem;height:3.125rem;top:27.6875rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTWvmVC67dN4QlZqMOnMxo5KWOT3VKR2 { width:7.0625rem;height:0.6494125rem;top:28.4384765625rem;left:1.65625rem;font-size:0.5rem;display:block; }#rTWvmVC67dN4QlZqMOnMxo5KWOT3VKR2 li:before{  }
 }@media only screen and (max-width: 763px) { #gmB2FFvXvTumviqRW4taVyT9E4SlhXB7 { width:9.6875rem;height:0.6494125rem;top:29.51953125rem;left:1.65625rem;font-size:0.5rem;display:block; }#gmB2FFvXvTumviqRW4taVyT9E4SlhXB7 li:before{  }
 }@media only screen and (max-width: 763px) { #GhWQTSaompmiHvMZ5RDgIxp4pNALpGN9 { width:9.875rem;height:0.6494125rem;top:28.4384765625rem;left:8.875rem;font-size:0.5rem;display:block; }#GhWQTSaompmiHvMZ5RDgIxp4pNALpGN9 li:before{  }
 }@media only screen and (max-width: 763px) { #dT79ods4FU3BS21URr49ydl7bbeReT1V { width:18.6875rem;height:2.625rem;top:3.625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkk9BChhKStzQF82MrA2OTtW0NgZNUPI { width:5.4375rem;height:0.8125rem;top:4.09375rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTaZvDlLToVWyPEPuTPVKDImB6zZXAke { width:20rem;height:40.625rem;top:5.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8FlGbEgfsdaNbkuQZQtT0yxaZSTsbtL { width:20rem;height:18.375rem;top:7.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vloRz4QadhEZdFrSnmh3lDIoXvTCbTTU { width:20rem;height:4.3125rem;top:7.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RL00aZFVofQHall8EEmr0CUvy50SpMRD { width:5.4375rem;height:auto;top:8.0625rem;left:7.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #plIQQ6HXm6DTbdT75i1EM9EPltBLiA9m { width:14.625rem;height:auto;top:27.25rem;left:2.6875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dv1EOJhIQMwI85D9GJk1A4kBG5OqMd8P { width:20rem;height:auto;top:28.9375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #II2FJRoZK1o7pbUCKbsVRrZwptXBzi4X { width:20rem;height:auto;top:30.4375rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpIb908blKtiHJ6Z84Pi6ssDbdB7rAX8 { width:20rem;height:auto;top:35.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bGd5puBdvgxV1LJZ4SrPiJSlTH2BoRSm { display:flex;width:1.875rem;height:1.875rem;top:70.125rem;left:-3rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyHZqgOm9P5MwuTdHAJandFFN7qJJ95v { display:flex;width:1.875rem;height:1.875rem;top:70.5rem;left:18.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTN8KfqK8oNl3d5CHR6AB5VGpVN2sHUW { display:flex;width:1.875rem;height:1.875rem;top:70.3125rem;left:3.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAL9s6NwSmC1sd10aVz3rJPeXTbG3JdL { width:3.5625rem;height:auto;top:37.75rem;left:8.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LUrGftOzdn4GK1XgDzQFqfiz1gLzVpGp { width:3.5rem;height:0;top:70.6875rem;left:-0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NPXwDgCOpZM5lmO62uF3FlugAIhozCPJ { width:6.125rem;height:0;top:70.6875rem;left:3.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wbfg6owkAFpnJlwh02n19T2yOfFdLtC6 { width:20rem;height:4.3125rem;top:41.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmoGJk4T1MsdLRyeZ984PALVnCW00Of9 { width:12.5rem;height:auto;top:41.9375rem;left:3.75rem;font-size:0.5rem;display:none; }#LmoGJk4T1MsdLRyeZ984PALVnCW00Of9 li:before{  }
 }@media only screen and (max-width: 763px) { #lX26NsUlfgxJp5QoxqxWGVugRElwSPz4 { width:15.8125rem;height:0;top:41.9375rem;left:2.0625rem;font-size:0.5rem;display:none; }#lX26NsUlfgxJp5QoxqxWGVugRElwSPz4 li:before{  }
 }@media only screen and (max-width: 763px) { #cBgHENNeLiX7vMiJ4gJIDu9iZABwlrOC { width:20rem;height:auto;top:43.6875rem;left:0rem;font-size:0.5rem;display:none; }#cBgHENNeLiX7vMiJ4gJIDu9iZABwlrOC li:before{  }
 }@media only screen and (max-width: 763px) { #aWHXWM9wvch042Cc44ev4T6DoE51uReN { width:20rem;height:28.875rem;top:32.875rem;left:0rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #Tootm3LKGkztwMTrxpyOnvFlzZH84Dn9 { width:18.6875rem;height:3.125rem;top:57.75rem;left:0.6875rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #QqQ4wcUPONsIz2smvkeEbE4vZDlyP3yD { width:15rem;height:0.6494125rem;top:59.5625rem;left:1.5rem;font-size:0.5rem;z-index:15095;display:block; }#QqQ4wcUPONsIz2smvkeEbE4vZDlyP3yD li:before{  }
 }@media only screen and (max-width: 763px) { #yKRI8g5ITiohBArTHDmF4l1uvaskJoqi { width:7.0625rem;height:0.6494125rem;top:58.5rem;left:1.5rem;font-size:0.5rem;z-index:15094;display:block; }#yKRI8g5ITiohBArTHDmF4l1uvaskJoqi li:before{  }
 }@media only screen and (max-width: 763px) { #kvTHQ1blVUM0L8TWDyJh8UpQuH0X2eoA { width:9.875rem;height:0.6494125rem;top:58.5rem;left:9.75rem;font-size:0.5rem;z-index:15096;display:block; }#kvTHQ1blVUM0L8TWDyJh8UpQuH0X2eoA li:before{  }
 }@media only screen and (max-width: 763px) { #t6sWwoVSBcdP0KOzOs7MoHzpd9PfeKNl { display:flex;width:1.25rem;height:1.25rem;top:54.8125rem;left:0.6875rem;font-size:0.875rem;z-index:15091; }
 }@media only screen and (max-width: 763px) { #Vz0an5Wol22VxB15zCIX1e8R7xxPSvnC { width:6.374rem;height:0.9746125rem;top:55rem;left:2.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15079;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #cmFucVOGyH05ggy5TGqkqgXshH4z551g { display:flex;width:1.25rem;height:1.25rem;top:54.6875rem;left:5.375rem;font-size:0.875rem;z-index:15092; }
 }@media only screen and (max-width: 763px) { #W4hJa4TqmByqizppUqe0abmoA0yi8geR { width:3rem;height:0.9746125rem;top:54.9375rem;left:7.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15080;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #K5PnRMk4GTW6reuURqJB9CCBTurNB0p6 { display:flex;width:1.25rem;height:1.25rem;top:54.8125rem;left:10.375rem;font-size:0.875rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #MaL4uZhgbdnG2swcenLTIIAsct6oM6n7 { width:6.061525rem;height:0.9746125rem;top:54.9375rem;left:12.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15081;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #bQNzlemDfkRxq4nW0bHtVCi9w6i6Air3 { width:17.1875rem;height:1.13671875rem;top:52.9375rem;left:0.6875rem;font-size:0.875rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #vs5wIzrwmlEDsx7mCucucTT4RU0mFhUe { width:13.25rem;height:2.2744125rem;top:49.5rem;left:0.6875rem;font-size:1.75rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #sn8JCgP8Q7s6f97ppH5biyfHVkSxkKeQ { width:11.25rem;height:1.4619125rem;top:48.25rem;left:0.6875rem;font-size:1.125rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #xGulWZqJ9LQkeK3qRAq9OsIbxa0dDNiG { width:9.625rem;height:0.8125rem;top:47.25rem;left:0.6875rem;font-size:0.625rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #mcUuekWtxV7D1cHWZhEdCnPoTXTWgSwB { width:18.6875rem;height:12.5625rem;top:33.6875rem;left:0.6875rem;z-index:15053;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/0a1f944d-7f60-4267-96e1-9e91bff7a9db/TypeD002copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mcUuekWtxV7D1cHWZhEdCnPoTXTWgSwB.adaptive-delivery-prevent-bg, #mcUuekWtxV7D1cHWZhEdCnPoTXTWgSwB.lazyload, #mcUuekWtxV7D1cHWZhEdCnPoTXTWgSwB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uaAAWsunS4Zk1ElswOaKWNPhwslDdcqU { width:18.6875rem;height:2.625rem;top:33.6875rem;left:0.6875rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #oQdJ6fTMztTFPcUmHP3kpTmGyMBGHH5v { width:5.4375rem;height:0.8125rem;top:34.1875rem;left:1.25rem;font-size:0.625rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #oU5EFOQJrfZmeNV2kwksnSv2yuOgiE3n { width:4.5rem;height:8.5625rem;top:0rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4L9TRKUB8fPMEnHuunwTazgHJ29hV37 { width:8.3125rem;height:6.125rem;top:62.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VdRBfMxX9G2B3630eS5o89LwitwQSoaq { display:none; }#VdRBfMxX9G2B3630eS5o89LwitwQSoaq > .row .container { width:20rem;height:74.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #il7OyZRI2TcNNyLTBIWveKuFO0KR5R99 { width:19.0625rem;height:20.5625rem;top:6.037109375rem;left:0.46875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsvINLhIza1Q4nCe4qZIz4O2dDdK8rRF { width:19.0625rem;height:10.9375rem;top:6.037109375rem;left:0.46875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxvnQWisuRrUL0AePsef3KA794n0PQsN { width:10.625rem;height:1.54296875rem;top:17.849609375rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZXbUfWqPBBhrGwvoMt3xpDfLzVsC3Ik { width:7.4375rem;height:0.9746125rem;top:18.1328125rem;left:8.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfIMg9dAPxRssDTr988p67fSNG7JzeeB { width:13.5rem;height:3.9375rem;top:25.974609375rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6Lo7sk7KsWFVWdMJNNnvdqkqwBBCGzF { top:21.6875rem;left:7.375rem;width:12.625rem;height:3.5625rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qBntSKIq2MyKGdfTfJEg0WFmeS7KUm4g { width:5.75rem;height:0.6494125rem;top:22.125rem;left:9.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd2mnE6clk5KPIWxr4K5LMZAmOCQUVsD { width:9.5rem;height:1.54296875rem;top:22.75rem;left:9.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuW7wL7Jysz50qitN9RxQ2XgcdWTP1Su { width:15.8125rem;height:0.89355625rem;top:24.875rem;left:3rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z88OiJ1FtLe6ULvpN6gnnvm00zasTvFq { width:11.875rem;height:1.13671875rem;top:19.392578125rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LLZV1Osq97iULtw3QeiCsaOTCQpPqCg6 { width:20rem;height:14.25rem;top:26.8125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJ654otdKDWx3U7hWmVcv2LKNmhvVnL9 { width:20rem;height:14.3125rem;top:26.8125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H7VT4WepowcDZ4PQ8UG8mLTzutGd1iCn { width:18.625rem;height:auto;top:27.8125rem;left:0.6875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOnnNwTtbRiCASDlmT0KVziytNL9lmN9 { width:7.4375rem;height:auto;top:30.5rem;left:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #frRt26XrNVLkgfN2W2XWmacx1TnlhS2o { width:20rem;height:auto;top:38.0625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #pwv7VhR8DTMGExXru9mbL78k4hVueBS6 { width:15.8125rem;height:auto;top:31.625rem;left:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNsnux1tMZyM9sw543FBfPsOV8QPGmGK { width:16.3125rem;height:5rem;top:26.8125rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bA7FtZPmLqi273urHfSOmKBZnv4SJLDP { width:12.5rem;height:auto;top:27.25rem;left:3.75rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmqw7qRfiB2WV9rqtWyBWfxaI6ZOaiTy { width:14.375rem;height:auto;top:28.25rem;left:2.8125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uENvl2IanZb9hhAA4pas2tHhpPbwm3qc { width:20rem;height:14.25rem;top:42.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #piK1E9H0uGoTTv36LBXd1ia6y7ZRK1f2 { width:20rem;height:14.3125rem;top:42.6875rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yoSTbGSdmc7f8DplUDyT4qLH6OkCJUof { width:7.4375rem;height:auto;top:46.375rem;left:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QzoParxSnb2OVEBEPT5buzTJdUvqNvcL { width:20rem;height:auto;top:52.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #hzb0nKNa0TZLwi8WQT0st4T5H6Z3dTuG { width:15.8125rem;height:auto;top:47.5rem;left:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tm3X5gBiy5cmUC5WdThB9fN2FCrmJbwJ { width:18.625rem;height:auto;top:43.6875rem;left:0.6875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQRpcewuETD5JoRpL8AFcht5Ap6hpF7J { width:16.3125rem;height:5rem;top:42.6875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z07gHl1ZkWSTBHUJrKkDpillAtknu7CI { width:14.375rem;height:auto;top:44.125rem;left:2.8125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZyfEZIVZ07DkmZobRhGvZ7oQeP8xRG4 { width:12.5rem;height:auto;top:43.125rem;left:3.75rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aP78KbIotradb7go4VsbAXeN1xxqhEAe { width:19.0625rem;height:20.5625rem;top:28.375rem;left:0.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #NZhL4Lrd8cdyliB9sv5ZBai72kgr6Ocg { width:19.0625rem;height:10.9375rem;top:28.375rem;left:0.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15016;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/62d6eb70-370f-44ae-ac55-634d20ca2ef1/TypeC001copy.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NZhL4Lrd8cdyliB9sv5ZBai72kgr6Ocg.adaptive-delivery-prevent-bg, #NZhL4Lrd8cdyliB9sv5ZBai72kgr6Ocg.lazyload, #NZhL4Lrd8cdyliB9sv5ZBai72kgr6Ocg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fJ72RSsl89t6yzMTRBF06wdTXLDNDTqd { width:10.625rem;height:1.54296875rem;top:40.1875rem;left:1.25rem;font-size:1.1875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #qHTZW5uSK9rGn6d4A8DMGd3S7pdrHfHw { width:7.4375rem;height:0.9746125rem;top:40.5rem;left:11.25rem;font-size:0.75rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #tBn9QM42JT9Zl2V2keC5auo0IoOSG3A6 { width:11.875rem;height:1.13671875rem;top:41.6875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #emTWiRsec5s4ncEqtEZ5tPHTtseH0OIb { top:44rem;left:7.375rem;width:12.625rem;height:3.5625rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FxLzrTJfKK3KUlZt0LHJClQbi8B1Qc8S { width:5.75rem;height:0.6494125rem;top:44.4375rem;left:9.25rem;font-size:0.5rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #THGdLqr0UXQmCHkZ6fnGrDUsmlhyfqKh { width:9.5rem;height:1.54296875rem;top:45.0625rem;left:9.25rem;font-size:1.1875rem;z-index:15021;text-shadow:0.125rem 0.0625rem 0rem rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #xkbUh8PxDslGlbvNHoKrMm7LXScHIsSF { width:15.8125rem;height:0.89355625rem;top:47.1875rem;left:3rem;font-size:0.6875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #GUaNbJn7BCNNzlSSfEvGTZVJ7NSwGmN9 { width:19.0625rem;height:21.75rem;top:50.6875rem;left:0.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #pbkroH048LTtx9vmSCAEnzoWXZNAE6Cw { width:19.0625rem;height:10.9375rem;top:50.6875rem;left:0.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15025;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/550ca3fe-8c6f-45a6-9350-85870329a5fa/TypeD002copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pbkroH048LTtx9vmSCAEnzoWXZNAE6Cw.adaptive-delivery-prevent-bg, #pbkroH048LTtx9vmSCAEnzoWXZNAE6Cw.lazyload, #pbkroH048LTtx9vmSCAEnzoWXZNAE6Cw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VwW3JqxkyozxfBWlBxZynOy34eRg50EB { width:10.625rem;height:1.54296875rem;top:62.5rem;left:1.25rem;font-size:1.1875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #pvwT63d86dl0rs5NPII3imWxvVfEO388 { width:7.4375rem;height:0.9746125rem;top:62.7841796875rem;left:8.40625rem;font-size:0.75rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #AnGv9g7q75wH5qR11Auri5MT2EmfhssB { width:17.1875rem;height:2.2734375rem;top:64.375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #GwIMT4XuOJIiTOXRf6D01OQlVTHH3PpK { top:67.5rem;left:7.375rem;width:12.625rem;height:3.5625rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QDXCcdqseAGybvSXGOidCTeJdkrbsWP0 { width:5.75rem;height:0.6494125rem;top:67.9375rem;left:9.25rem;font-size:0.5rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #tlPxCQ3DIxzfbT2Hi13HO3dcbIxNJbyN { width:9.5rem;height:1.54296875rem;top:68.5625rem;left:9.25rem;font-size:1.1875rem;z-index:15030;text-shadow:0.125rem 0.0625rem 0rem rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #gZqLMTFn4CuaB7ARbddqcMucWlygqbUC { width:15.8125rem;height:0.89355625rem;top:70.6875rem;left:3rem;font-size:0.6875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #IPhnxBLGPMootHhwlZuLZDIBXVApR6Rm { width:5rem;height:0.125rem;top:25.25rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER2eHvmF31hhbzrBMv1amo90lfBG1uOX { width:6.5625rem;height:0.1875rem;top:32.125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bT3CFTpgqlXDUSbmpJfn9ahdqXrMLVUR { width:7rem;height:0.1875rem;top:48rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DIgeOL6no7ZNDUOpxJvUGIUriNOQxhiL { width:5rem;height:0.125rem;top:47.5625rem;left:13.875rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #sF8aKMtpKicQkaPuNh6zzIOlqM6PI9cX { width:5rem;height:0.125rem;top:71.0625rem;left:13.90625rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #JrGbhamPxWvIRJ1e01BPFLGW1BUdys97 { width:3.9375rem;height:1.0556625rem;top:6.5rem;left:14.8125rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #dM4nJiSITs0CMkenJKiZ2ZmT1Jum3TnS { width:3.9375rem;height:1.0556625rem;top:28.9375rem;left:15rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HFvC05GOi1keehytUZCmR9uJoqVyxN81 { width:3.9375rem;height:1.0556625rem;top:51.3046875rem;left:15rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #OE0U59qCMIWlosk7bfKW0y9CtKhblHND { width:10.625rem;height:1.4619125rem;top:1rem;left:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVtBdq24rn7wZ9cDb7on5NAyXmH6mCkV { width:12.1875rem;height:1.94921875rem;top:2.5625rem;left:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #li2coLNri65uGkwaAPIhtQLChGGTaZiQ { width:12.125rem;height:1.9375rem;top:2.5625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z { background-color:#6e665b;background-image:url("https://images.assets-landingi.com/uc/8685d7b0-b2cf-4a72-9b18-418b1bce1639/backgroundregisterscaled.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z.adaptive-delivery-prevent-bg, #pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z.lazyload, #pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z.lazyloading { background-image: none; }#pPQqTtSPkpn3pHaZIHwy075fMfT7XR3Z > .row .container { width:20rem;height:63.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UnLT9llyWf6vqoNEy5pMzRWOD1equzSJ { width:8.4375rem;height:1.1375rem;top:22.329544067382rem;left:10.624999582768rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S71QBKUTkwG9kdQc5Le52MP9QpXo9kWr { width:10.3125rem;height:1.462675rem;top:22.16796875rem;left:2.4359019398689rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X9E9s7fyxATP62wkN82HCy4EH2izIcdt { width:6.0617875rem;height:1.1375rem;top:20.499820709229rem;left:13.937322199344rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qyiIU5lxe6mIZiLS6MTtRSasgRobpH3m { width:7.8125rem;height:1.1375rem;top:20.475849151611rem;left:6.0928621888161rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #unabvTLn0xcvCbLvMivPzkv41fDPQfPu { width:6.3743125rem;height:1.1375rem;top:20.499820709229rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XJirZr04vua9wWTXuBlF0u1FsZ8W5pUP { display:flex;width:1.25rem;height:1.25rem;top:19.248046875rem;left:2.5621448159218rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #WAxoH24d1qfUEzVJzBKyugIrgmqbkwbe { display:flex;width:1.25rem;height:1.25rem;top:19.054508209229rem;left:9.3749995827675rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Oc3XhthDGTLgTHiIK39JfETtCeJUJAJW { display:flex;width:1.25rem;height:1.25rem;top:19.186786651611rem;left:16.374289095402rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #cSBvIw5FddzV3b0xGOCcJ0B0KK0eighw { width:20rem;height:56.625rem;top:5.517578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE4JFtP5UT90nGoLFdpCwelTtTcT64k8 { width:18.75rem;height:10.4998125rem;top:6.142578125rem;left:0.62411218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow0Z6xBxUiI4p4N9eGdbs6nk2zPdUh93 { width:20rem;height:1.625rem;top:1rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJrDmTShfNMZ84LyTT6C0nTQyRMkJ8I3 { width:12.5rem;height:1.462675rem;top:17.390800476074rem;left:3.7500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3enV5qXH9kuOiEdBo5nunFPG1q1t9tB { width:4.93696875rem;height:1.1375rem;top:22.327766418457rem;left:0.33558231592178rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l9tIEq5UTEV4NHuplOnZaXEVPxMBgSuE { width:20rem;height:13rem;top:12.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aweiNMp4eA7leKwUS9oorFTg7EbEDJi1 { width:12.5rem;height:auto;top:27.25rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IUg9xeQ3TOTeEZehwUlzwdTBP0wbmKB7 { display:flex;width:1.875rem;height:1.875rem;top:29.5625rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BH6zqPOJ9MTyVSdNhvlFOVwOcmBh8TCx { width:3.5rem;height:auto;top:29.9375rem;left:8.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KTKbC5iROvZdNC1oHA22WIll9xLy2QGN { display:flex;width:1.875rem;height:1.875rem;top:29.375rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #THQkgHamsNHIHcouHAhF1T268UPXWoLO { width:3.4375rem;height:auto;top:29.9375rem;left:8.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bUzQkmNT261x8TgMMiiwFmZunlpUPMMg { display:flex;width:1.875rem;height:1.875rem;top:29.5625rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z4icO8FZ3FOZXSmhqoMeB34kL64ONHbK { width:6.0625rem;height:auto;top:29.9375rem;left:6.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TiCMb61HVQcSveMorKDzQ0TQAcVb1KcZ { width:4.875rem;height:auto;top:31.9375rem;left:7.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GTPnzJ2FzM9IuITlsDDhCdUgPMtgXkTk { width:6.0625rem;height:auto;top:31.9375rem;left:6.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IrSK8T8EbSdZ0xmg6A0ZITCgSFy1btM4 { width:8.6875rem;height:auto;top:32.0625rem;left:5.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #M0IPA1yJyEQIFLt98r9XMpkdkUkTnJFx { width:20rem;height:13rem;top:12.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rDdz3nJGv3Zl3778lARqlIg58Ckib3hx { width:12.5rem;height:auto;top:27.25rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nWLLiNDbC7pg1fuB7wXRgrBvzTc0TFT4 { display:flex;width:1.875rem;height:1.875rem;top:29.5625rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBcMW2VR63gGi31l4zGkpUT5HuqdQehc { width:3.5rem;height:auto;top:29.9375rem;left:8.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #khePzvLHTIki8A2qxhzDHRLcQDGO7w2a { display:flex;width:1.875rem;height:1.875rem;top:29.375rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zxz4V2vJRaALuN4LP41DrFzleMCPT30R { width:3.4375rem;height:auto;top:29.9375rem;left:8.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dmEBwFBO4XHoM7yS5mOKTChTEhEineyC { display:flex;width:1.875rem;height:1.875rem;top:29.5625rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QFV1s5MOcOMibghavfUPfNz2zI8fZyIz { width:6.0625rem;height:auto;top:29.9375rem;left:6.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CH6fzlUyU4vCcShK0q1rh8y0E3eaxKH9 { width:4.875rem;height:auto;top:31.9375rem;left:7.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eohgo9QVpmONTUDypCXdqNWcqbnMh3L7 { width:7.25rem;height:auto;top:31.9375rem;left:6.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QXGIWEfKxsw7rVD5lUnRJxyXk1DcqrAh { width:8.875rem;height:auto;top:32.0625rem;left:5.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZNxdvdSs6wSDsgsFWJ4hKnfHPDJSI48N { width:18.75rem;height:10.4998125rem;top:24.829544067382rem;left:0.62411218881607rem;z-index:15080;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/60d53f03-a1e0-49a1-ab25-6b9149e45eda/1b33.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZNxdvdSs6wSDsgsFWJ4hKnfHPDJSI48N.adaptive-delivery-prevent-bg, #ZNxdvdSs6wSDsgsFWJ4hKnfHPDJSI48N.lazyload, #ZNxdvdSs6wSDsgsFWJ4hKnfHPDJSI48N.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CaqgqURCNJ8RSN1XMuS2M9zvPR3qNcSf { width:12.5rem;height:1.462675rem;top:36.077766418457rem;left:3.7500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #i0P16CLzzizqeXunbTABcsC7g4PfKdrQ { display:flex;width:1.25rem;height:1.25rem;top:37.935012817382rem;left:2.5621448159218rem;font-size:0.875rem;z-index:15067; }
 }@media only screen and (max-width: 763px) { #kC10VO32fJzBeC2ZAKzeTCdiEIbJ1fRc { width:6.3743125rem;height:1.13671875rem;top:39.186790466309rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #AvkNMNWw3NDnlNFeUNFHU4XTczNFIozc { display:flex;width:1.25rem;height:1.25rem;top:37.741477966309rem;left:9.3749995827675rem;font-size:0.875rem;z-index:15068; }
 }@media only screen and (max-width: 763px) { #qWJMert8XIziQlvFOPfZcJxuhIX4ohLD { width:7.8125rem;height:1.13671875rem;top:39.162818908691rem;left:6.0928621888161rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #Trmn2z1SwTXnLBUdwIngLKZcVvDtUhzX { display:flex;width:1.25rem;height:1.25rem;top:37.873756408691rem;left:16.374289095402rem;font-size:0.875rem;z-index:15069; }
 }@media only screen and (max-width: 763px) { #yTxcLgJ6uLL5DdgdyR7nyFmrBeLF7RzK { width:6.0617875rem;height:1.13671875rem;top:39.186790466309rem;left:13.937322199344rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #iuokD9lPs8BR7MGv3VKkFnJyOda3OWa4 { width:4.93696875rem;height:1.1375rem;top:41.013847351074rem;left:0.52183943986893rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #Lg07X4FxbK2rJpC2PBxRzwqFbln7LgWn { width:10.3125rem;height:1.462675rem;top:40.854934692382rem;left:2.6234019398689rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #rCPRJ5tbTknZ7lr5kVy2L7w5kEHTDo7k { width:8.875rem;height:1.1375rem;top:41.015625rem;left:10.437499582768rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #EVB7hTQ1pJKExO2syX3dATNL5K1TERXM { width:18.75rem;height:10.4998125rem;top:43.516510009766rem;left:0.62411218881607rem;z-index:15091;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ea8c256b-2553-4223-9bb6-e1cc66b40bc7/2b1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EVB7hTQ1pJKExO2syX3dATNL5K1TERXM.adaptive-delivery-prevent-bg, #EVB7hTQ1pJKExO2syX3dATNL5K1TERXM.lazyload, #EVB7hTQ1pJKExO2syX3dATNL5K1TERXM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #m9Ql6mMGZnFi3dBxg7vcmr7Bd7qr2oU6 { width:12.5rem;height:1.462675rem;top:54.76473236084rem;left:3.7500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #vxHQ5FWqoh0FXG7WHgc8uVLuKRwADq1A { display:flex;width:1.25rem;height:1.25rem;top:56.621978759766rem;left:2.5621448159218rem;font-size:0.875rem;z-index:15078; }
 }@media only screen and (max-width: 763px) { #GvhpfiKBc05HF8zWBMPybdbiJZtbNkIa { width:6.3743125rem;height:1.1375rem;top:57.873756408691rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #id7f0cxQLsctNpJwTTGinZX6iBoAhNXh { display:flex;width:1.25rem;height:1.25rem;top:56.428443908691rem;left:9.3749995827675rem;font-size:0.875rem;z-index:15079; }
 }@media only screen and (max-width: 763px) { #HkMRSKwLBKhz4LkXD5HEHuXW3ATllLZJ { width:7.8125rem;height:1.1375rem;top:57.849784851074rem;left:6.0928621888161rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #hNoT2VvTVwxOnc4hAHTha17exP2kiQIc { display:flex;width:1.25rem;height:1.25rem;top:56.560722351074rem;left:16.374289095402rem;font-size:0.875rem;z-index:15080; }
 }@media only screen and (max-width: 763px) { #iAZGZHcvkuMJ2STNXbSs1rLvDGbdteHy { width:6.0617875rem;height:1.1375rem;top:57.873756408691rem;left:13.937322199344rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #IfDVIvUegpxdoTMsaXITRl3JWTFECub5 { width:4.93696875rem;height:1.1375rem;top:59.700817108154rem;left:0.20845168828964rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #eDOMQi6XUwI3iBO3bqaeeX5idRnvDHrs { width:10.3125rem;height:1.462675rem;top:59.541904449463rem;left:2.3721590638161rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #SINhbFdi4BZCWh6TCQWUTvIcDNfFtq0B { width:8.375rem;height:1.1375rem;top:59.702587127686rem;left:10.686079561711rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #ItMiGypXUFBesFwpG19uiNamBMa8ZMUu { width:14.6875rem;height:1.1375rem;top:3.9403400421142rem;left:2.6553621888161rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFcEf9KJ5cgucBM6bVQpx2D2HrhlDLW5 { width:18.3125rem;height:2rem;top:3.3584861755371rem;left:0.62499994039536rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #rMZpV5x8wEsT00gViANgvk2eOtG7dS3x { display:block; }#rMZpV5x8wEsT00gViANgvk2eOtG7dS3x > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifTm6pXCnNzOE4zPcgEmZEZoVodFShsD { width:20rem;height:10.79296875rem;top:17.714310646057rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uEOByQ3PyoLWzwUeLuTJVGzZt3fmvwP6 { width:15.374625rem;height:2.6rem;top:14.623224258423rem;left:2.3109019398689rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BeKVSP89nT2kh8ZOUttV2arlzClyLUVx { width:20rem;height:11.875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cb48670a-ff83-4d58-8945-325bef38c627/Summer.webp");background-position: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(59,56,56,0.61); }#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(59,56,56,0.61); }#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:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RR5UrZFw1J9lMnhOeIUhEo5IhUr6LgLx { width:7.5rem;height:7.5rem;top:4.625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uo2y6ggqz1NUp3z60FVwwb27pJ1IQTB6 { width:5rem;height:5rem;top:6.125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTlSXETHZ0xXzio7gcJw8SvB9qVAblDM { width:7.5625rem;height:auto;top:13.6875rem;left:6.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ordzfEXhkQ8JbKTTl3QgCzzBbVXxxAHp { width:9.375rem;height:auto;top:13.6875rem;left:5.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mw6sWvOh18MITiCqsrxHqHBTEg1s7GHh { width:7.5rem;height:7.5rem;top:4.6875rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t02A0hCHyXS8cUIBe1VWHf16AJAUN7a0 { width:5rem;height:5rem;top:6.25rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZZEU6Ml7w30pv01dLuLeuz26DKcS9r0 { width:15.375rem;height:auto;top:17.625rem;left:2.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QwmsQ0QqWoqdEr8dVvXqX4JOF70vpyKz { width:14.5625rem;height:auto;top:17.625rem;left:2.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TG54B9DqPdDyL4prNocEcfP5wbiBPCvZ { width:17.3125rem;height:auto;top:17.625rem;left:1.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HnDb8fCtbUXt6ViBHKowSaKfUo9Uz8fO { width:7.8125rem;height:auto;top:13.6875rem;left:6.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JuLgaDo28X6erENTm1V3IkewyTJEF8Lg { width:7.5rem;height:7.5rem;top:4.6875rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEkunK9VNPqPtRzAhHitu8Tg3TABTd0A { width:5rem;height:5rem;top:6.1875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UuVULlEV8GovL8CB0d9Kc4rlUsBhSVNU { width:17.3125rem;height:auto;top:17.625rem;left:1.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4QW6m8DWCL6uKnB0HRbce4e79alJCQH { width:12.5rem;height:auto;top:13.6875rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nyQ9Qhzoq0uMLfJAtzRn5yAPu0881wBw { width:7.5rem;height:7.5rem;top:4.6875rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCFnGyDmnptRbEL6PhTJa2MihHbkxMpD { width:5rem;height:5rem;top:6.25rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJvK5zC8ciypLnzNET6gPzOteOBoxU9R { top:2.375rem;left:0.875rem;width:2rem;height:2rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bPkTph1NGpKwkiDSJSTfp4HTuso49hiK { width:2.5rem;height:2.5rem;top:1.8125rem;left:0.3125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #TodTva1T1UQiFdynpg5Wtc6TfJmyHc9o { width:2.5rem;height:2.5rem;top:6.125rem;left:0.3125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #EWsR8OUdPRSTLuDenSlZSfa0tbUdpWIH { top:6.75rem;left:0.875rem;width:1.875rem;height:1.875rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sdbKr4FdP2oz25mT4xzVBtqqEihi8Tag { top:11.0625rem;left:0.9375rem;width:1.875rem;height:1.875rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PQx1uQlDd5VwFdRUbueKVSXmOuPN4reN { width:2.5rem;height:2.5rem;top:10.4375rem;left:0.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #zSivSq8T9JlD1HyZFf5ikK5MO9Fe0UNJ { top:15.4375rem;left:0.9375rem;width:1.875rem;height:1.875rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kTsqemqlX9MonkwoKgCSH2vp3qZhuTGP { width:2.5rem;height:2.5rem;top:14.8125rem;left:0.3125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #c4XgJBuihqGdaae6mvEb7NdNDvWFQh7z { width:12.5rem;height:1.1375rem;top:14.6875rem;left:4.125rem;font-size:0.875rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jw5e6ICWlvWNLe0dWPKd58Ne2HrZ3Sxt { width:14.625rem;height:1.95rem;top:16.0625rem;left:4.125rem;font-size:0.75rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HI4NRXb9ltUybxPAXAN10TAx7IhyOmxD { width:8.5rem;height:1.1375rem;top:10.375rem;left:4.125rem;font-size:0.875rem;z-index:15023;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tX1mCFXrxGB9FF9yLkF4ZTIeVGIwIpVv { width:15.0615rem;height:1.95rem;top:11.625rem;left:4.1875rem;font-size:0.75rem;z-index:15022;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tvdx7tOfyxmJvXToV9kR5X57IU46ZRwS { width:12.5rem;height:1.1375rem;top:6.0625rem;left:4.125rem;font-size:0.875rem;z-index:15019;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T00DKoHbstPFg6uGppTauyc1kE6xrvvD { width:15.625rem;height:1.798825rem;top:7.375rem;left:4.125rem;font-size:0.75rem;z-index:15018;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VHq5bKTfsmE9wXAMzUEkm0Ff5R0moBbR { width:10.5625rem;height:1.1375rem;top:1.8125rem;left:4.1875rem;font-size:0.875rem;z-index:15015;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z6ZiDGk1LiLTZic3vyDJItAmfWSMmvTP { width:13.4375rem;height:1.798825rem;top:3.0625rem;left:4.1875rem;font-size:0.75rem;z-index:15014;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT > .row .container { background-color: transparent; background-image: none; }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT > .row .container > .video-iframe-container { display: none; }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT > .row > .video-iframe-container { display: none; }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT > .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); }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT > .row .container { border-width: 0; border-radius: 0; }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kUSiwJNU9CA9dMpnuS1aBs6f1Abnn1wT > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #stSseXXDJhDHE3Sbf1Dbr5nBfai886DP { height:11.25rem;width:20rem;top:1.5625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 { display:none; }#ko39o6ApCDG1MU06U1PQDDcEnhuqb0u1 > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NbxGED0FaIk1HRrH5sibRDiifkvJR4fT { display:block; }#NbxGED0FaIk1HRrH5sibRDiifkvJR4fT > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wh6wVmhfHsnqsGBQrR83HHDJoIbPADmo { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvLa6mxeRhIH5HlqXaFghCrBRJNlOCfn { width:9.6875rem;height:6.4375rem;top:19.368961930275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtnQK6aD3rMrXhXsN9Pw4T4X9kElB1Go { width:9.6875rem;height:6.4375rem;top:19.36806678772rem;left:10.311611711979rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDB4yxr6pOVGt12VJCz0sZCKdr3SvTRw { width:9.6875rem;height:6.4375rem;top:12.30752825737rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMfTm84NmioL9FTP11Dd6hblarzTPRdX { width:9.6875rem;height:6.375rem;top:5.3082387447357rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbolLwS1dv1Z07znInwvssD0gByKZZqP { width:9.6875rem;height:6.4375rem;top:12.306630849838rem;left:10.311611711979rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMM6pnnR6EfOAF45tGL1W81RQnpEAo9T { width:9.6875rem;height:6.375rem;top:5.3091354370117rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #Mx58AFeeSf1GV1urXmw1AASgR8S86oVI { width:20rem;height:28.125rem;top:8.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UdC7rt88FLokN09CcwE8oJdCfubLKG3I { top:3.7476959228516rem;left:0rem;width:20rem;height:12.5rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #zV6qt6GT3gTpAsinRkaA2dHxvqktXX8k { width:20rem;height:45.625rem;top:17.5rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Onoov22J9XAS18QB7c5x4uGdE1om0F5i { width:15.9375rem;height:4.796875rem;top:20.6875rem;left:0.9375rem;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OTDLUKR9XV6pZmrMCHdkydSHmb5oMgJR { width:8.3123125rem;height:4.796875rem;top:20.6875rem;left:10.8125rem;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #k2R7wDEvMllNrVuK2Tu3AmJRVIi8gCUk { width:12.5rem;height:1.21875rem;top:19rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUtmHozPx98lbhoi032Pvvi4CfBEG8gV { width:12.5rem;height:1.13725rem;top:96.758343113706rem;left:3.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWghnyuBlh4IuFKIc93b5O84hAJzFswN { width:16.937125rem;height:3.60084375rem;top:108.84463061371rem;left:1.5rem;font-size:0.75rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #AhXGsntKHzvDLvonV9x9TfmfxCDVKLWx { width:8.2493125rem;height:3.60084375rem;top:113.69459311371rem;left:5.875rem;font-size:0.75rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #LoseDgfzyLp11510PxGZQtMdv0XkkTzy { width:12.5rem;height:1.13725rem;top:90.809480613706rem;left:3.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DnrWHKC0EuBhghbDdSzplTSqvTTw8kw8 { width:16.937125rem;height:3.60084375rem;top:99.144705613706rem;left:1.5rem;font-size:0.75rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #Vk307ALyIHW4dWr7WFLyJgb6hhld2ICJ { width:8.2493125rem;height:3.60084375rem;top:103.99466811371rem;left:5.875rem;font-size:0.75rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #wmAy2i50kq3dxvtf4Sbs2AUMkSxIQuC7 { width:12.5rem;height:auto;top:52.125rem;left:3.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbo3BTzUqxRh3qgEVckRE629TJgSofUx { width:16.9375rem;height:auto;top:54.125rem;left:1.5rem;font-size:0.75rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #cQs0i7lg7RrRgLh884MXiwmq1Hdms6tz { width:8.25rem;height:auto;top:54.125rem;left:5.875rem;font-size:0.75rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #dCbIio7ePq8tIblD1aZrA3sTuty0au85 { width:12.5rem;height:auto;top:52.125rem;left:3.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONAfE4mHZMIFFNH7pnUWb7L3WMn5M6Mo { width:16.9375rem;height:auto;top:54.125rem;left:1.5rem;font-size:0.75rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #dsJm9mDSsJ5uFGRiEpwnW7dtezJR38rz { width:8.25rem;height:auto;top:54.125rem;left:5.875rem;font-size:0.75rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #qaaxrSypdNOEnB6gkriGJfnQ56eX3etQ { width:12.5rem;height:auto;top:52.125rem;left:3.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPN3JTJ8Otgg2XotRqoQ2vGDEHhWk2NK { width:16.9375rem;height:auto;top:54.0625rem;left:1.5rem;font-size:0.75rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #pFzGUfhWqi6SqNlVF0Gd7qcLqlpIf2DL { width:8.25rem;height:auto;top:54.0625rem;left:5.875rem;font-size:0.75rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #VHF67v5dSye8kKxir6uLBPmgy2xpmiKy { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAhT3PpXftmFnoRu0kcFagKzNnfLhzdh { width:16.25rem;height:2.5rem;top:64.874111175537rem;left:1.8741121888161rem;font-size:0.875rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQUOwvf713TiUb2owu56LNX4wTe3sgkb { display:block; }
 }@media only screen and (max-width: 763px) { #rL5XmF32N6tKXT6sGUK5EzD6nlWcS3mN { display:flex;width:1.875rem;height:1.875rem;top:18.681469917297rem;left:0.74999994039537rem; }
 }@media only screen and (max-width: 763px) { #QAUyBT64GW6JB0R2XnZUqp4m2knk1ViP { display:flex;width:1.875rem;height:1.875rem;top:26.118602752686rem;left:0.81249994039537rem; }
 }@media only screen and (max-width: 763px) { #MB705OmWHVIVzqLTqRiR5OE6SRmfy8BU { display:flex;width:1.875rem;height:1.875rem;top:33.61203956604rem;left:0.81249994039537rem; }
 }@media only screen and (max-width: 763px) { #TZobWPqqzSq57fFoLx9hZDHorVrtl4iv { display:flex;width:1.875rem;height:1.875rem;top:41.118235588074rem;left:0.74999994039537rem; }
 }@media only screen and (max-width: 763px) { #Z5T2CapB0ZcESFFRgiJtChM3f1wlCy8D { display:flex;width:2rem;height:2rem;top:48.681461334229rem;left:0.68749994039537rem; }
 }@media only screen and (max-width: 763px) { #eVVwoMFN6rtWcdyV6aDGOyNHspboVxuw { display:flex;width:1.875rem;height:1.875rem;top:56.366830825806rem;left:0.87446731328963rem; }
 }@media only screen and (max-width: 763px) { #bSvxscTXPubIidTLrAfgF9vE00FvUyst { width:15.9375rem;height:4.796875rem;top:28.249643683434rem;left:0.93749982118606rem;font-size:0.75rem;line-height:1.6;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #zOq4CMgAoUgXATO4Fe8TrOKo2evBW8pL { width:12.5rem;height:1.21875rem;top:26.561966300011rem;left:2.9998221993446rem;font-size:0.9375rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #eHL4weP2mtGCv1hExdrmkMHkLufZIWsH { width:8.3123125rem;height:4.796875rem;top:28.249643683434rem;left:10.812322199344rem;font-size:0.75rem;line-height:1.6;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #ubqopN05RZLAnAhvJHfe7y8vioFRcGwp { width:15.9375rem;height:4.796875rem;top:35.81178855896rem;left:0.93661218881606rem;font-size:0.75rem;line-height:1.6;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #F5MVyOJcNWsOTWa8TEEfWESotv4M55OU { width:12.5rem;height:1.21875rem;top:34.124111175537rem;left:2.9989343285561rem;font-size:0.9375rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #ocPVBrzao2fP0T9yeAivGL7Hz8Ja04JC { width:8.3123125rem;height:4.796875rem;top:35.81178855896rem;left:10.812322199344rem;font-size:0.75rem;line-height:1.6;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #OUTT3Hw1F8N38QSa6Si5GeqxBuEWy87R { width:15.9375rem;height:4.796875rem;top:43.311433792114rem;left:0.93661218881606rem;font-size:0.75rem;line-height:1.6;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #rguLIcqZZFvl5UkZeTIFzPTMiFdGsJeH { width:8.3123125rem;height:4.796875rem;top:43.311433792114rem;left:10.812322199344rem;font-size:0.75rem;line-height:1.6;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #TR2n7d8BkBDQrCmpxCDDswhnKokbX1X9 { width:12.5rem;height:1.21875rem;top:41.623756408691rem;left:2.8730469346046rem;font-size:0.9375rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #gGwJTNXB4SJR5pop6H71K4FUDbyQTSBl { width:15.9375rem;height:4.796875rem;top:50.811433792114rem;left:0.93661218881606rem;font-size:0.75rem;line-height:1.6;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #S59i0ZTQQIvmxFl3Ir3aTFcEW0MopaFV { width:8.3123125rem;height:4.796875rem;top:50.811433792114rem;left:10.812322199344rem;font-size:0.75rem;line-height:1.6;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #NHvQFGTToS3QrHtpWxZ2Ow3pHRABFqFi { width:12.5rem;height:1.21875rem;top:49.123754501343rem;left:3.1223364472389rem;font-size:0.9375rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #w60P7HvyPUvWTFN3qKCF6Qs6z98PETIF { width:15.9375rem;height:3.59765625rem;top:58.373222351074rem;left:0.93661218881606rem;font-size:0.75rem;line-height:1.6;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #Zw8FWoUzVF5hQCXXBaXJcg69G31kPlZ9 { width:8.3123125rem;height:3.59765625rem;top:58.373222351074rem;left:10.812322199344rem;font-size:0.75rem;line-height:1.6;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #TXhEZUyFXqv4ElUpfypJzKlKTmqEFTke { width:12.5rem;height:1.21875rem;top:56.685544967651rem;left:3.1214488148689rem;font-size:0.9375rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { width:20rem;height:0.8125rem;top:0.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }