.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:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:75,88,106;--color-primary-4:26,49,73;--color-secondary-0:234,235,233;--color-secondary-1:184,190,181;--color-secondary-2:112,124,106;--color-secondary-3:56,62,53;--color-secondary-4:17,19,16;--color-tertiary-0:221,224,228;--color-tertiary-1:141,152,164;--color-tertiary-2:26,49,73;--color-tertiary-3:13,25,37;--color-tertiary-4:4,7,11;--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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLDyWapwcyRBfeoJ3uRIMvkXC4gqaQp7 { background-color:#fefdf9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#JLDyWapwcyRBfeoJ3uRIMvkXC4gqaQp7 > .row .container { background-color: transparent; background-image: none; }#JLDyWapwcyRBfeoJ3uRIMvkXC4gqaQp7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLDyWapwcyRBfeoJ3uRIMvkXC4gqaQp7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLDyWapwcyRBfeoJ3uRIMvkXC4gqaQp7 > .row .container > .video-iframe-container { display: none; }#JLDyWapwcyRBfeoJ3uRIMvkXC4gqaQp7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLDyWapwcyRBfeoJ3uRIMvkXC4gqaQp7 > .row > .video-iframe-container { display: none; }#JLDyWapwcyRBfeoJ3uRIMvkXC4gqaQp7 > .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); }#JLDyWapwcyRBfeoJ3uRIMvkXC4gqaQp7 > .row .container { border-width: 0; border-radius: 0; }#JLDyWapwcyRBfeoJ3uRIMvkXC4gqaQp7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JLDyWapwcyRBfeoJ3uRIMvkXC4gqaQp7 > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;overflow:visible;position:relative;display:block; }#IWv54UtwmRWV36AOcwRThAeb4yVwPF1M { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:4.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.46875rem;left:59.125rem;display:block; }
#TTRqtmBmtCTXhM8wzAOmWqMF0Gg2BxOI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ochRfb3P1H719ax2stlg230xSJ59Rzz2 { box-sizing:content-box;height:4.1875rem;width:15.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.5rem;left:59.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#iQXVCuoDhdxXXLEiGAd4VryIVCBmiuM7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:3.375rem;left:60.25rem; }
#opz9T46yHHA9abiaxoGUzVpL1v584wui { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.25rem;left:63rem;height:0.9746125rem;display:block; }
#HbPOre0spBhyKcAcc750reZqcEJGU2fU { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.375rem;left:63rem;height:1.86865rem;font-style:normal;display:block; }
#AzGzyTHai6icVGx4PLZ3RWbNiJeiv4iJ { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#171717;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.84375rem;left:29.875rem;display:block; }
#pEi7R9NUHgfB5hpbp46Bbc6nd2P25yMi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fFcMFxLF23JCRS6tGp68bbCBnTP6KOsi { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#171717;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.84375rem;left:51.125rem;display:block; }
#DFAGeMWUT3KMhMam52L6ObVfTfRCtOFU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xQAvEPTEPKIDXTIgb8lokPVinNtnTTze { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#171717;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.84375rem;left:39.4375rem;display:block; }
#g7FHLvLKhsMWO6l4n5a0y9rqhUbVwuQa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sgc9QroJngQLtIHA5XDQzvoqlLdMGDWH { 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:8.4375rem;width:7.3125rem;top:0.25rem;left:0rem;overflow:hidden;display:block; }
#rGl12szsV8EeM3a85fbTvzqnT9k6wVSk { position:relative;display:block; }#rGl12szsV8EeM3a85fbTvzqnT9k6wVSk { background-color: transparent; background-image: none; }#rGl12szsV8EeM3a85fbTvzqnT9k6wVSk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGl12szsV8EeM3a85fbTvzqnT9k6wVSk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGl12szsV8EeM3a85fbTvzqnT9k6wVSk > .row .container > .video-iframe-container { display: none; }#rGl12szsV8EeM3a85fbTvzqnT9k6wVSk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGl12szsV8EeM3a85fbTvzqnT9k6wVSk > .row > .video-iframe-container { display: none; }#rGl12szsV8EeM3a85fbTvzqnT9k6wVSk > .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); }#rGl12szsV8EeM3a85fbTvzqnT9k6wVSk { border-width: 0; border-radius: 0; }#rGl12szsV8EeM3a85fbTvzqnT9k6wVSk > .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; }#rGl12szsV8EeM3a85fbTvzqnT9k6wVSk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.125rem;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; }#egnkGTEdeWWN5B43FwCg6zDzhd5CcITa { position:relative;display:none; }#egnkGTEdeWWN5B43FwCg6zDzhd5CcITa { border-width: 0; border-radius: 0; }#egnkGTEdeWWN5B43FwCg6zDzhd5CcITa > .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; }#egnkGTEdeWWN5B43FwCg6zDzhd5CcITa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height: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; }#CGK9ofs8U2OKnRuRHBdMlm4hkXgHnhXv { 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:4.3125rem;width:3.6875rem;top:0.96875rem;left:0rem;overflow:hidden;display:none; }
#GIoV8QNdgBTMnp5kBQur1F3zOUUOoFQw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#y7X0uXUhhMTx7AqQLnTormMEThxWv8C4 { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#171717;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:7.65625rem;left:26.46875rem;display:block; }
#fOT7eqBH8J8LdvZ8kszyqfVr91DyAG7k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sPusDCiwhmRBin6HSScZ7mn0T1FwpWfw { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#171717;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:4.71875rem;left:23.46875rem;display:block; }
#JNfnI0pn3hP9wixWtPi9lBJTJuHROXuH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ckbR6Ts4ifFcspnCHWOEU2PNBAvE7bIh { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#171717;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.59375rem;left:20.59375rem;display:block; }
#q1MHi133i46FEmNvP6musJB5lNAfTNr1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vnQt4UPA7cP1f2sQsB8HHdMahGPMCQpF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#lnMxO7ac4TsX7elUT1bDn4rEwouIKoy4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/38df4df6-16dc-45e7-8948-cecd933c1523/33d7c6c5dc7f4b1a98015e94038818ef1.jpeg");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:block; }#lnMxO7ac4TsX7elUT1bDn4rEwouIKoy4.adaptive-delivery-prevent-bg, #lnMxO7ac4TsX7elUT1bDn4rEwouIKoy4.lazyload, #lnMxO7ac4TsX7elUT1bDn4rEwouIKoy4.lazyloading { background-image: none; }#lnMxO7ac4TsX7elUT1bDn4rEwouIKoy4 > .row .container { background-color: transparent; background-image: none; }#lnMxO7ac4TsX7elUT1bDn4rEwouIKoy4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#lnMxO7ac4TsX7elUT1bDn4rEwouIKoy4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnMxO7ac4TsX7elUT1bDn4rEwouIKoy4 > .row .container > .video-iframe-container { display: none; }#lnMxO7ac4TsX7elUT1bDn4rEwouIKoy4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#lnMxO7ac4TsX7elUT1bDn4rEwouIKoy4 > .row > .video-iframe-container { display: none; }#lnMxO7ac4TsX7elUT1bDn4rEwouIKoy4 > .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); }#lnMxO7ac4TsX7elUT1bDn4rEwouIKoy4 > .row .container { border-width: 0; border-radius: 0; }#lnMxO7ac4TsX7elUT1bDn4rEwouIKoy4::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; }#lnMxO7ac4TsX7elUT1bDn4rEwouIKoy4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lnMxO7ac4TsX7elUT1bDn4rEwouIKoy4 > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;overflow:visible;position:relative;display:block; }#OedNH0WsdSA13BtgpOSNQcUIuQ1uqwtk { color:#ffffff;display:block;width:45.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:6.4375rem;left:0rem;height:6.1484375rem;font-style:normal;display:block; }
#KNzTPXZpiH63ElFHQCp6TvVQQ0AXN66i { color:#ffffff;display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:16.5rem;left:0rem;height:1.875rem;display:block; }
#il3WpahURVyQfRQ6e48wtnTDxiaP0H72 { position:absolute;display:block;z-index:15002;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.25rem;width:6.8125rem;top:4.25rem;left:0rem;overflow:hidden;display:block; }
#wwnhpMB5CQSHgTsTPdDcvnU70pcmbQgG { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.0625rem;left:7.3125rem;height:1.4624rem;display:block; }
#DCF5egOn5oZDTyAfh1PlTs9m6qpK0STJ { box-sizing:content-box;height:33.8125rem;width:27.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:3.75rem;left:47.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#bcoCF5miBUv4CfZ4lS6WVBcDLqBe3Tsw { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.810546875rem;left:0rem;height:6.12890625rem;overflow:hidden;font-style:normal;display:block; }#bcoCF5miBUv4CfZ4lS6WVBcDLqBe3Tsw li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#bcoCF5miBUv4CfZ4lS6WVBcDLqBe3Tsw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/61716c1d-00b7-412f-9ca6-9be3860b59de/accept.png); }
#xKpOs14uUseL9UJGrrgGyhoObThM8CsL { color:rgba(var(--color-tertiary-2),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.25rem;left:48.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-form-header { font-size:0.875rem; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:22.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #a2a2a2;border-left:0.0625rem solid #a2a2a2;border-right:0.0625rem solid #a2a2a2;border-bottom:0.0625rem solid #a2a2a2;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:22.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-input-text {padding-top: 0; padding-bottom: 0;}#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #a2a2a2;border-left:0.0625rem solid #a2a2a2;border-right:0.0625rem solid #a2a2a2;border-bottom:0.0625rem solid #a2a2a2;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:22.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .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:22.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-input-select {padding-top: 0; padding-bottom: 0;}#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-input-button { 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:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:22.9375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R [class*="-text"]:-moz-placeholder { color:#1e1e1e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R [class*="-text"]::-moz-placeholder { color:#1e1e1e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R [class*="-text"]:-ms-input-placeholder { color:#1e1e1e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R [class*="-text"]::-webkit-input-placeholder { color:#1e1e1e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-2),1);vertical-align:top;width:21.6875rem;overflow:hidden;font-style:normal;float:none; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .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; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-container:first-of-type{padding-top:0;}#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-container:last-of-type{padding-bottom:0;}#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.0244140625rem;left:48.53125rem;font-size:0.875rem; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.9375rem;display:block;vertical-align:top; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R {display:block;}#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.0244140625rem;left:48.53125rem;font-size:0.875rem; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #G8m21INsHeTo6ULeMPapEGh3RrGLwbfq { position:relative; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #ZRTWrr786IW8aABJh8zPQNH8Deqxpkbn { position:relative;display:none; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #F2Gt7JZlRRt2Zsxg9KPaahu505O0lH48 { position:relative; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #e1TZTm7FToFOVsCp2yETZLC6cBmr9tiu { position:relative; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #wycrAZBrI7LTd8moFlTNxBT8ST16MZyR { position:relative;display:none; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #RU1izgo1k4Pfkhd70Qd0fE8TtzpR97m9 { position:relative; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #I5ukvOHAMfTbm6x7oIdFT25xvSssVKEr { position:relative; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #s0sflkL8gWOhcqedy0E1lW0WZgh0JQmA { position:relative;display:none; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #dRWD38QvoCU2E20crZSt441TwKuRkK65 { position:relative; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #nOPiVOTANezvZiZAvfmNF8FZxmMIDK6o { position:relative; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #Vzu2TUw6pU7cWTOoW3SyrtcnDnrfmC9E { position:relative;display:none; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #CFfF2RmWJXJK7btl7bCsreobM8NROvL6 { position:relative; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #up5LRbbRnxAgSccPGKSU07qZnkUE0ZA9 { position:relative; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #T2ez1lTHQTamwZz3BuAlwH7UElaHqHPr { position:relative;display:none; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #affpKTMXaU3pKG8o62A3aUTdXn1dakU7 { position:relative; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #uoQKgvWTKhb761hlXI3QEDTxeDKNt45I { position:relative; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #DaH8TdpMy26tGxb4JD7bR8eEdc2x7Pvl { position:relative;z-index:2; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #PhU409PigMHVRTGyXu80LpUQmQb0PdQq { position:relative; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #p1vgKxwa6OqR8APZ0Ayni7Eq9T3mlBpl { position:relative; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #U1sLvVo7u1T0BxD61xiToIZxs2MRM6Tt { position:relative; }
#GuWDJX2JfDoFpy3pPbiSfXF1Lx0wD5ul { box-sizing:content-box;height:10.125rem;width:31.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:28.25rem;left:0rem;display:block; }
#hK8A5hK660thk2tErXTPHHh7gWMOiUqo { 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:2.5rem;width:2.5rem;top:34.5625rem;left:1.4375rem;overflow:hidden;display:block; }
#z6oiTaPBzkzEixAVVhcwrraUcg4FpwGH { color:#000000;display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:29.625rem;left:1.4375rem;height:4.5rem;display:block; }
#D7d5JmP3w2AtucnQ21kN9c4bwVRboerO { color:#000000;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:34.5rem;left:4.625rem;height:1.5rem;display:block; }
#QOOQkd5zl9U4h1Qyi6WaRnIVpZrkQJP9 { position:absolute;display:block;z-index:15013;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.25rem;width:6.8125rem;top:35.9375rem;left:4.5625rem;overflow:hidden;display:block; }
#S5Z7yZQTgq7l7oEyZiJd7guMB84EfcMr { position:absolute;display:block;z-index:15014;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.9375rem;width:1.9375rem;top:34.84375rem;left:26.5625rem;overflow:hidden;display:block; }
#PrM2kSCR9HPByn7xthfouZbRmhZ3gG8i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#PrM2kSCR9HPByn7xthfouZbRmhZ3gG8i > .row .container { background-color: transparent; background-image: none; }#PrM2kSCR9HPByn7xthfouZbRmhZ3gG8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrM2kSCR9HPByn7xthfouZbRmhZ3gG8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrM2kSCR9HPByn7xthfouZbRmhZ3gG8i > .row .container > .video-iframe-container { display: none; }#PrM2kSCR9HPByn7xthfouZbRmhZ3gG8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrM2kSCR9HPByn7xthfouZbRmhZ3gG8i > .row > .video-iframe-container { display: none; }#PrM2kSCR9HPByn7xthfouZbRmhZ3gG8i > .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); }#PrM2kSCR9HPByn7xthfouZbRmhZ3gG8i > .row .container { border-width: 0; border-radius: 0; }#PrM2kSCR9HPByn7xthfouZbRmhZ3gG8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PrM2kSCR9HPByn7xthfouZbRmhZ3gG8i > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#hNX9NN1koJRBBhTE2qncKVtkzDVDTVh4 { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.2373046875rem;left:0rem;height:1.4624rem;font-style:normal;display:block; }#hNX9NN1koJRBBhTE2qncKVtkzDVDTVh4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hNX9NN1koJRBBhTE2qncKVtkzDVDTVh4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30de08364c8e829783488c4fd830dad6dac69354.svg); }
#NyEdAzRfFF9uhrbVOT7cVFzNXSmVqeM9 { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.23828125rem;left:21.125rem;height:1.4624rem;font-style:normal;display:block; }#NyEdAzRfFF9uhrbVOT7cVFzNXSmVqeM9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NyEdAzRfFF9uhrbVOT7cVFzNXSmVqeM9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30de08364c8e829783488c4fd830dad6dac69354.svg); }
#nR9pAa8iPO5C7leK6daAsZVcykJQQ8bk { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.23828125rem;left:40.75rem;height:1.4624rem;font-style:normal;display:block; }#nR9pAa8iPO5C7leK6daAsZVcykJQQ8bk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nR9pAa8iPO5C7leK6daAsZVcykJQQ8bk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30de08364c8e829783488c4fd830dad6dac69354.svg); }
#sBlopwOXTnCTaexXkyS9ohTCSULdwGvP { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.23828125rem;left:59.5625rem;height:1.4624rem;font-style:normal;display:block; }#sBlopwOXTnCTaexXkyS9ohTCSULdwGvP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sBlopwOXTnCTaexXkyS9ohTCSULdwGvP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30de08364c8e829783488c4fd830dad6dac69354.svg); }
#MEQ7wLPzme9nSbMwGhV3dmGc0ExBuPgP { z-index:;position:relative;display:block; }#MEQ7wLPzme9nSbMwGhV3dmGc0ExBuPgP { background-color: transparent; background-image: none; }#MEQ7wLPzme9nSbMwGhV3dmGc0ExBuPgP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEQ7wLPzme9nSbMwGhV3dmGc0ExBuPgP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEQ7wLPzme9nSbMwGhV3dmGc0ExBuPgP > .row .container > .video-iframe-container { display: none; }#MEQ7wLPzme9nSbMwGhV3dmGc0ExBuPgP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEQ7wLPzme9nSbMwGhV3dmGc0ExBuPgP > .row > .video-iframe-container { display: none; }#MEQ7wLPzme9nSbMwGhV3dmGc0ExBuPgP > .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); }#MEQ7wLPzme9nSbMwGhV3dmGc0ExBuPgP { border-width: 0; border-radius: 0; }#MEQ7wLPzme9nSbMwGhV3dmGc0ExBuPgP > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:67.6875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#MX5V48tRIx5QHJwQK0kprQFTaLX6860I { color:rgba(var(--color-tertiary-2),1);display:block;width:73.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0.5625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TZWZJhTFtZeBgPEByA2NgRlmF9TdrV7B { color:rgba(var(--color-tertiary-2),1);display:block;width:53.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:8.4375rem;left:10.59375rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#J2me4ArxencibgNStXO0yrXr2TG8Bc0w { box-sizing:content-box;height:20.5625rem;width:23.75rem;position:absolute;display:block;z-index:15009;background-color:#fefdf9;background-image:none;top:13.625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0.25rem rgba(0,0,0,0.17) ;display:block; }
#M9cxlLIhfgiiQhI0XP2CdvUV3SfOgTWN { color:rgba(var(--color-tertiary-2),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:20.5rem;left:1.8125rem;height:1.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J79AXqFwRMbKQI8AmuHvgGMdOcStT2pi { color:rgba(var(--color-tertiary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:22.8125rem;left:2.1875rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#GOwDvMezO4aDtpc3Wtv3Kie5Cq2qLJ0t { 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:3.5625rem;width:3.5625rem;top:15.875rem;left:10.125rem;overflow:hidden;display:block; }
#DMwzB4MKoC8E8fTpalZvrLS707q2DUTp { box-sizing:content-box;height:20.5625rem;width:23.75rem;position:absolute;display:block;z-index:15013;background-color:#fefdf9;background-image:none;top:13.625rem;left:25.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0.25rem rgba(0,0,0,0.17) ;display:block; }
#akehxSVCgQuxZ7IAP148GJuw7FFgDKyU { color:rgba(var(--color-tertiary-2),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:24.8125rem;left:27.34375rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#PRGA6WFVXHXQK1TIJaoiJKftPFavhxGc { color:rgba(var(--color-tertiary-2),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:20.5rem;left:27.4375rem;height:3.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DtSzdE07zqhN70Uf2U3v1N6VQoMhbt0w { position:absolute;display:block;z-index:15015;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.5625rem;width:3.5625rem;top:15.875rem;left:35.75rem;overflow:hidden;display:block; }
#WLcg8gE4hRJeQr8GbmXzwvG2mSZrRwrs { box-sizing:content-box;height:20.5625rem;width:23.75rem;position:absolute;display:block;z-index:15017;background-color:#fefdf9;background-image:none;top:13.625rem;left:51.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0.25rem rgba(0,0,0,0.17) ;display:block; }
#ThNkw7l4i4cRshUexXXIJzoG5sJ9Un9h { color:rgba(var(--color-tertiary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:24.8125rem;left:53.4375rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#UsKPbrm7gNmU1UKasaZaA5FFW1D83P3a { color:rgba(var(--color-tertiary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:20.5rem;left:54.46875rem;height:3.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TpWJoBIgL0La69q2i5oJ3kgkQDC57cT6 { position:absolute;display:block;z-index:15019;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.5625rem;width:3.5625rem;top:15.875rem;left:61.375rem;overflow:hidden;display:block; }
#bNOiITIn5E1d7AOH4pN2PnNHp5gaDUqT { box-sizing:content-box;height:20.5625rem;width:23.75rem;position:absolute;display:block;z-index:15025;background-color:#fefdf9;background-image:none;top:36.125rem;left:38.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0.25rem rgba(0,0,0,0.17) ;display:block; }
#aqiAtdSUnEECuVbCrNL1RC3to8BOVWt9 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:45.3125rem;left:40.625rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#xuaic94tkhuTQSD00LZQK9HFAe1Orsdw { box-sizing:content-box;height:20.5625rem;width:23.75rem;position:absolute;display:block;z-index:15021;background-color:#fefdf9;background-image:none;top:36.125rem;left:12.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0.25rem rgba(0,0,0,0.17) ;display:block; }
#TJcdD51Nx3RA2AqBPepoAOhfnA9JzI6v { color:rgba(var(--color-tertiary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:47.375rem;left:15rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#SKpvDXzvD9SsBdsumPvMXx4lVzWtrwOL { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:43rem;left:15.90625rem;height:1.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HBWMLL6Czb0ALpyCdE6CVwvPalfg7Rty { color:rgba(var(--color-tertiary-2),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:43rem;left:40.25rem;height:1.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PDXfw0QBmNOxOFkKhO9sXk0REobXB7yG { position:absolute;display:block;z-index:15027;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.5625rem;width:3.5625rem;top:38.375rem;left:48.5625rem;overflow:hidden;display:block; }
#wcO37UHq3zQQfkZitK1wlrlTSSiXTZoU { position:absolute;display:block;z-index:15023;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.5625rem;width:3.5625rem;top:38.375rem;left:22.9375rem;overflow:hidden;display:block; }
#ErT1QFyZ6xdnPoMTBRSFl8MTKcT9wT2M { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:59.6875rem;left:36.4375rem;display:block; }
#w3godqtbm5uQ7eeDKt4sfM77DobAmZ1S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BnF2KCrgNNsFCQCubPttAQOuODpxvV3M { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:59.6875rem;left:21.0625rem;display:block; }
#gsTX4qpqfJEJ3TZfISXZHTgf1PrPkS7X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfTH0arhtwKyyP53GwJeSIqh4iHSJMok { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#bfTH0arhtwKyyP53GwJeSIqh4iHSJMok > .row .container { background-color: transparent; background-image: none; }#bfTH0arhtwKyyP53GwJeSIqh4iHSJMok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfTH0arhtwKyyP53GwJeSIqh4iHSJMok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfTH0arhtwKyyP53GwJeSIqh4iHSJMok > .row .container > .video-iframe-container { display: none; }#bfTH0arhtwKyyP53GwJeSIqh4iHSJMok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfTH0arhtwKyyP53GwJeSIqh4iHSJMok > .row > .video-iframe-container { display: none; }#bfTH0arhtwKyyP53GwJeSIqh4iHSJMok > .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); }#bfTH0arhtwKyyP53GwJeSIqh4iHSJMok > .row .container { border-width: 0; border-radius: 0; }#bfTH0arhtwKyyP53GwJeSIqh4iHSJMok > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bfTH0arhtwKyyP53GwJeSIqh4iHSJMok > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#Aw43Ty9aoz3Z8NnHH3iX1xwCTJPCgpuE { color:#ffffff;display:block;width:53.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:2.125rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s3wamsfelRLJbEsHWhgc18ph0KRm2hTd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.5625rem;left:59.125rem;display:block; }
#cZ5UTJsuIeJt4sGqyRRyQ2KBTtI8oXsz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b4G3keo36sCH80ezIpoMb89V7MT9qqQK { box-sizing:content-box;height:4.1875rem;width:15.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:1.5625rem;left:59.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;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; }
#V45eszuvLMqs8GlvccQeOM57XiTgBdXB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.4375rem;left:60.25rem; }
#BlfgtnChkC5XCRwPl6ZlckFX7dUy8rkv { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.3125rem;left:63rem;height:0.9746125rem;display:block; }
#Xtz5AGuqqbabC7fOW380xeXBb3dqvOtm { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.4375rem;left:63rem;height:1.86865rem;font-style:normal;display:block; }
#gFNNnwFB8TSJ1iRyhcOOwzonXoO8b0a5 { position:relative;display:block; }#gFNNnwFB8TSJ1iRyhcOOwzonXoO8b0a5 { background-color: transparent; background-image: none; }#gFNNnwFB8TSJ1iRyhcOOwzonXoO8b0a5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFNNnwFB8TSJ1iRyhcOOwzonXoO8b0a5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFNNnwFB8TSJ1iRyhcOOwzonXoO8b0a5 > .row .container > .video-iframe-container { display: none; }#gFNNnwFB8TSJ1iRyhcOOwzonXoO8b0a5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gFNNnwFB8TSJ1iRyhcOOwzonXoO8b0a5 > .row > .video-iframe-container { display: none; }#gFNNnwFB8TSJ1iRyhcOOwzonXoO8b0a5 > .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); }#gFNNnwFB8TSJ1iRyhcOOwzonXoO8b0a5 { border-width: 0; border-radius: 0; }#gFNNnwFB8TSJ1iRyhcOOwzonXoO8b0a5 > .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; }#gFNNnwFB8TSJ1iRyhcOOwzonXoO8b0a5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.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; }#NghyeAhxOwteM175DZXntIzFGSsNAJZg { color:rgba(var(--color-tertiary-2),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:13.9375rem;left:39.25rem;height:11.15625rem;text-align:left;text-align-last:left;display:block; }
#BrZNUMFXa0WGanEfJW8J5ZIkqxlqzWcA { color:rgba(var(--color-tertiary-2),1);display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:7.25rem;left:39.25rem;height:5.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W3MfCWoT3X6FMTrem4znbRq0OqA0FMKr { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:30.125rem;left:54.625rem;display:block; }
#v130CmlCOJlbZlhUITsvBECPndJceEaE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTNityex0tn4B3pN9KhbyXeOe6w0vTlM { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.3;overflow:hidden;position:absolute;width:14.625rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.125rem;left:39.25rem;display:block; }
#oCzy5phHau5uGcHoJTFivewOD2uJ4GVK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iedI5cB2Lrp5kTyl3eAJPOhPTCJFqOLZ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:32.625rem;width:35rem;top:4.796875rem;left:0rem;overflow:hidden;display:block; }
#Wf94ewgIGrTqCUebwg307O5ofMds3uft { position:relative;display:block; }#Wf94ewgIGrTqCUebwg307O5ofMds3uft { background-color: transparent; background-image: none; }#Wf94ewgIGrTqCUebwg307O5ofMds3uft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wf94ewgIGrTqCUebwg307O5ofMds3uft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wf94ewgIGrTqCUebwg307O5ofMds3uft > .row .container > .video-iframe-container { display: none; }#Wf94ewgIGrTqCUebwg307O5ofMds3uft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wf94ewgIGrTqCUebwg307O5ofMds3uft > .row > .video-iframe-container { display: none; }#Wf94ewgIGrTqCUebwg307O5ofMds3uft > .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); }#Wf94ewgIGrTqCUebwg307O5ofMds3uft { border-width: 0; border-radius: 0; }#Wf94ewgIGrTqCUebwg307O5ofMds3uft > .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; }#Wf94ewgIGrTqCUebwg307O5ofMds3uft > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.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; }#sqoQv7sOVBFVyy1UlpPi7Asd445u2M3P { color:rgba(var(--color-tertiary-2),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:11.9375rem;left:0rem;height:7.96875rem;text-align:left;text-align-last:left;display:block; }
#Qom3ohLLaeqBaiVhswqfgqgKkCGAsRx4 { color:rgba(var(--color-tertiary-2),1);display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:3.25rem;left:0rem;height:5.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dU9eBqnHEdMT6hU7uQ3PxIAX8mE9cwDz { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:23.5625rem;left:15.5rem;display:block; }
#OJ5VaLkDBGt0Ism0UTMzdv80NBWJqaPT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LkCpMZFnJGGbX5LR8cPZx64rALmeBSOA { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.3;overflow:hidden;position:absolute;width:14.625rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.5625rem;left:0rem;display:block; }
#gPnzwrIm8Azpr2icCHqvBCrAxxkahHVM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PBAaIe1fBTkd9R0gFvUTsETWwvA3DPdh { position:absolute;display:block;z-index:15014;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:28.75rem;width:34.8125rem;top:2.375rem;left:40.1875rem;overflow:hidden;display:block; }
#dHO1p3GRWAwmTZCIHenSFfSQtSMHQ1eM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#dHO1p3GRWAwmTZCIHenSFfSQtSMHQ1eM > .row .container { background-color: transparent; background-image: none; }#dHO1p3GRWAwmTZCIHenSFfSQtSMHQ1eM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHO1p3GRWAwmTZCIHenSFfSQtSMHQ1eM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHO1p3GRWAwmTZCIHenSFfSQtSMHQ1eM > .row .container > .video-iframe-container { display: none; }#dHO1p3GRWAwmTZCIHenSFfSQtSMHQ1eM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHO1p3GRWAwmTZCIHenSFfSQtSMHQ1eM > .row > .video-iframe-container { display: none; }#dHO1p3GRWAwmTZCIHenSFfSQtSMHQ1eM > .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); }#dHO1p3GRWAwmTZCIHenSFfSQtSMHQ1eM > .row .container { border-width: 0; border-radius: 0; }#dHO1p3GRWAwmTZCIHenSFfSQtSMHQ1eM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHO1p3GRWAwmTZCIHenSFfSQtSMHQ1eM > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#Kenl0mLaT6DSDKnByWPmwrSKTOLW8XMn { color:#ffffff;display:block;width:53.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:2.125rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l33lnO0HshWeIHhI6tuHX9tVOw9OAfa4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.5625rem;left:59.125rem;display:block; }
#Nk1XaZPKBf9UGTdFfTGidazK6ctdlPon { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wge2vZIDkADlHU9c9UCNw9OZL2zHzeJq { box-sizing:content-box;height:4.1875rem;width:15.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:1.5625rem;left:59.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;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; }
#IWQqCOQOFgDOVsF1pXQSSsMRMgvp2eSG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.4375rem;left:60.25rem; }
#Wpr651xKVv0PIiNpqTF8wU9Gq3kgwfkP { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.3125rem;left:63rem;height:0.9746125rem;display:block; }
#x617koO1bgM43HKNorqHhwMHu0iMct4H { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.4375rem;left:63rem;height:1.86865rem;font-style:normal;display:block; }
#CDmNBlxuPFvcSEWvI5pebT0ZND2LAG6K { position:relative;display:block; }#CDmNBlxuPFvcSEWvI5pebT0ZND2LAG6K { background-color: transparent; background-image: none; }#CDmNBlxuPFvcSEWvI5pebT0ZND2LAG6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDmNBlxuPFvcSEWvI5pebT0ZND2LAG6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDmNBlxuPFvcSEWvI5pebT0ZND2LAG6K > .row .container > .video-iframe-container { display: none; }#CDmNBlxuPFvcSEWvI5pebT0ZND2LAG6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDmNBlxuPFvcSEWvI5pebT0ZND2LAG6K > .row > .video-iframe-container { display: none; }#CDmNBlxuPFvcSEWvI5pebT0ZND2LAG6K > .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); }#CDmNBlxuPFvcSEWvI5pebT0ZND2LAG6K { border-width: 0; border-radius: 0; }#CDmNBlxuPFvcSEWvI5pebT0ZND2LAG6K > .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; }#CDmNBlxuPFvcSEWvI5pebT0ZND2LAG6K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.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; }#UPrZCchSlfmkMzLgJNVePRKtwGPTmJRn { color:rgba(var(--color-tertiary-2),1);display:block;width:31.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.125rem;left:21.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mQ7EiCzac0mQXgTiKhdTC5UQkuSmU1Wa { box-sizing:content-box;height:21.625rem;width:23.75rem;position:absolute;display:block;z-index:15009;background-color:#fefdf9;background-image:none;top:9.875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-3),1);display:block; }
#aSqAk2dWQkuMZt6dPl1gf7FpDFfobDP0 { position:absolute;display:block;z-index:15019;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.3125rem;width:7.8125rem;top:26.5625rem;left:5.4375rem;overflow:hidden;display:block; }
#yqRBItnu39b3t47M1UZCn7ix1yw7VkfW { color:rgba(var(--color-tertiary-2),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:24.8125rem;left:5.5625rem;height:1.6875rem;display:block; }
#yg2B0t86RkZ3FmCpb6kqsWvQ7xLm5R3k { color:rgba(var(--color-tertiary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:11.625rem;left:1.5625rem;height:1.6875rem;font-style:normal;display:block; }
#v13rTB715OtdNxiUrJQ55SXI73QRlVSK { position:absolute;display:block;z-index:15016;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:3.125rem;top:24.875rem;left:1.5625rem;overflow:hidden;display:block; }
#T7mERlc1M1yRDKVvCiD2UVEbFMbagm0K { color:rgba(var(--color-tertiary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:15.5rem;left:1.5rem;height:6.375rem;text-align:left;text-align-last:left;display:block; }
#BzDIbGPRa6BkeTPhzgI1JVW93ScXLaIg { box-sizing:content-box;height:21.625rem;width:23.75rem;position:absolute;display:block;z-index:15015;background-color:#fefdf9;background-image:none;top:9.9375rem;left:25.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-3),1);display:block; }
#Qt78IZ3cS9CvGDGdKZ7MtoMUWope7T1z { position:absolute;display:block;z-index:15025;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.3125rem;width:7.8125rem;top:28.25rem;left:31.0625rem;overflow:hidden;display:block; }
#i0lpcrbfqM4VOiBoXJv4vlRHDFZZEwm6 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:26.5rem;left:31.1875rem;height:1.6875rem;display:block; }
#SGx7CtPJtebdfOob5kXpI6S0zguGiV2M { position:absolute;display:block;z-index:15022;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:3.125rem;top:26.5625rem;left:27.1875rem;overflow:hidden;display:block; }
#zU48zfQqgm5BQ2KvaQhVfp4lvCm6f5cd { color:rgba(var(--color-tertiary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:15.5625rem;left:27.125rem;height:7.96875rem;text-align:left;text-align-last:left;display:block; }
#c907hiU0RhcwuLGSC3X8G9ETKpR6icXA { color:rgba(var(--color-tertiary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:11.6875rem;left:27.1875rem;height:1.6875rem;font-style:normal;display:block; }
#M8kmBdMenalSE5RvrM8G9NoF8If1zuDs { box-sizing:content-box;height:21.625rem;width:23.75rem;position:absolute;display:block;z-index:15021;background-color:#fefdf9;background-image:none;top:9.9375rem;left:51.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-3),1);display:block; }
#fbvR6Cv0n96T8Uoht6T3MwexApmz7GZ6 { 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:1.3125rem;width:7.8125rem;top:26.625rem;left:56.6875rem;overflow:hidden;display:block; }
#L9O499X3biTQ5IT01pBPmzXgudgWpmI4 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:24.875rem;left:56.8125rem;height:1.6875rem;display:block; }
#yvpXfWTU1lrDShZkpFz93rp6s7XlPOTq { color:rgba(var(--color-tertiary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:14.0625rem;left:52.75rem;height:7.96875rem;text-align:left;text-align-last:left;display:block; }
#r5CbRTXzvV0MTMrEAWGp8Z7QHqTXoPsm { position:absolute;display:block;z-index:15028;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:3.125rem;top:24.9375rem;left:52.8125rem;overflow:hidden;display:block; }
#T7JstPGDQFNfRSDo9GQPRQT1nZqGxeld { color:rgba(var(--color-tertiary-2),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:11.6875rem;left:52.8125rem;height:1.6875rem;font-style:normal;display:block; }
#i4w5TELrHBILyPRsZaWLxvk4O3ubsiXR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefdf9;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; }#i4w5TELrHBILyPRsZaWLxvk4O3ubsiXR > .row .container { background-color: transparent; background-image: none; }#i4w5TELrHBILyPRsZaWLxvk4O3ubsiXR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4w5TELrHBILyPRsZaWLxvk4O3ubsiXR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4w5TELrHBILyPRsZaWLxvk4O3ubsiXR > .row .container > .video-iframe-container { display: none; }#i4w5TELrHBILyPRsZaWLxvk4O3ubsiXR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4w5TELrHBILyPRsZaWLxvk4O3ubsiXR > .row > .video-iframe-container { display: none; }#i4w5TELrHBILyPRsZaWLxvk4O3ubsiXR > .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); }#i4w5TELrHBILyPRsZaWLxvk4O3ubsiXR > .row .container { border-width: 0; border-radius: 0; }#i4w5TELrHBILyPRsZaWLxvk4O3ubsiXR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i4w5TELrHBILyPRsZaWLxvk4O3ubsiXR > .row .container { font-size:0.875rem;font-family:arial;height:91.375rem;width:75rem;position:relative;display:block; }#hshtT99QMpT7oUoAHtJkucVM2Pf1OWGW { color:rgba(var(--color-tertiary-2),1);display:block;width:68.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.4375rem;left:3.15625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tprrdxVlo64py2UCUwiRa6LFJDqs44w7 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.9375rem;width:18.125rem;top:9.3125rem;left:0rem;overflow:hidden;display:block; }
#hhkFhCS0mfALVRF5rNabXVKqMR8Tkl4U { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.9375rem;width:18.125rem;top:9.3125rem;left:19.03125rem;overflow:hidden;display:block; }
#HaroIVhZ6PI5qKAX1JkltkzReGSf8cuJ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.9375rem;width:18.125rem;top:9.3125rem;left:37.96875rem;overflow:hidden;display:block; }
#xv4OAelkTh4wSUXzraLzvUbhTVIAF5xV { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.9375rem;width:18.125rem;top:9.3125rem;left:56.875rem;overflow:hidden;display:block; }
#B8u7GD9f6CiPbhEMVGTN1qUAMwOQ0gxg { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:24.5rem;top:38.875rem;left:0rem;overflow:hidden;display:block; }
#lWxrJGMLkVPdwk3D27EIZVZ1yQb88E0K { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.3125rem;width:24.4375rem;top:38.875rem;left:25.28125rem;overflow:hidden;display:block; }
#FtN0VHrz1mJbqwzHieM6NU0uCUbaNQW8 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.3125rem;width:24.4375rem;top:38.875rem;left:50.5625rem;overflow:hidden;display:block; }
#gp0hSdnvaXGVKvT5wQIHTIWKoWV4Nmek { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.9375rem;width:18.125rem;top:58.875rem;left:0rem;overflow:hidden;display:block; }
#zFm7sBUog9ObMLOTlDrF9bRbTpgTfCHT { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.9375rem;width:18.125rem;top:58.875rem;left:19.03125rem;overflow:hidden;display:block; }
#yuBr9ppa2HOWXz1GUZNcG0OUDPBxmPey { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.9375rem;width:18.125rem;top:58.875rem;left:37.96875rem;overflow:hidden;display:block; }
#wX5sKy7Z34bqfB0Ni6874xCifmONRmHR { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.9375rem;width:18.125rem;top:58.875rem;left:56.875rem;overflow:hidden;display:block; }
#qOsFfGy8anx4PeEdC4Dadst63PKlv9F3 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:12rem;top:48.25rem;left:0rem;overflow:hidden;display:block; }
#JBPlCR1zyMpoPwp4NGrfT9m8Dm811nXc { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9rem;width:12rem;top:48.25rem;left:12.5625rem;overflow:hidden;display:block; }
#h7WrurUPu0fPEmTEFMhWA90AOi9TUClt { position:relative;display:block; }#h7WrurUPu0fPEmTEFMhWA90AOi9TUClt { background-color: transparent; background-image: none; }#h7WrurUPu0fPEmTEFMhWA90AOi9TUClt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7WrurUPu0fPEmTEFMhWA90AOi9TUClt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7WrurUPu0fPEmTEFMhWA90AOi9TUClt > .row .container > .video-iframe-container { display: none; }#h7WrurUPu0fPEmTEFMhWA90AOi9TUClt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7WrurUPu0fPEmTEFMhWA90AOi9TUClt > .row > .video-iframe-container { display: none; }#h7WrurUPu0fPEmTEFMhWA90AOi9TUClt > .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); }#h7WrurUPu0fPEmTEFMhWA90AOi9TUClt { border-width: 0; border-radius: 0; }#h7WrurUPu0fPEmTEFMhWA90AOi9TUClt > .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; }#h7WrurUPu0fPEmTEFMhWA90AOi9TUClt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#V22uHkT6bceNaSDGnUJz2dI95Xw7HFl4 { color:rgba(var(--color-tertiary-2),1);display:block;width:53.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:4.0625rem;left:10.875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k7VTGF4wIzyWabBO142UbKIvhJwTS5KV { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:18.4375rem;left:2.6875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#KmLz7O7ZvymEiXdSegQUFTrMRuel4x5Z { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:15.875rem;left:2.6875rem;height:1.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EUpHZy9eTDURPTvGnD7XkVldEBo0C7Fr { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:18.4375rem;left:27.6875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#UTo2ODPl4Vg4wcVe0vE5SPBqFbzGICWF { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:15.875rem;left:27.6875rem;height:1.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fySkaJBh0c0RykiS93AxbBtX91LrhMFv { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:18.4375rem;left:52.75rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#zenTQvqEcxyN39fu5QtyI9LHTAs8NTE8 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:15.875rem;left:52.75rem;height:1.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wnPQX7MdwRKMTD60Udm2d1RXD3X3TsHw { position:absolute;display:block;z-index:15019;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:9.8125rem;left:9.96875rem;overflow:hidden;display:block; }
#kRGuhgCpNzTu0lGlaMfMVMrBPeF5xloF { 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:5rem;width:5rem;top:9.8125rem;left:35rem;overflow:hidden;display:block; }
#LCSF1V9PoiVBAHCgeyqN5snf2F4Fd4Mi { position:absolute;display:block;z-index:15021;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:9.8125rem;left:60.03125rem;overflow:hidden;display:block; }
#dgpF89gVT2clPohVnZO5vFT8qR8XW5HT { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:27.4375rem;left:36.5rem;display:block; }
#kAa2upQMfUMPx2tfCcThLTqTv15z20qb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XJVK9XQaJ1cc9LKxeHVd3beE2whFDQSs { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.3;overflow:hidden;position:absolute;width:14.625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.4375rem;left:21rem;display:block; }
#g7aQKNmvokIwIPlZrbR5mfWzUS8aNDTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AmT2vKEat6o2RroZ8SNgdv0St7B4uvFS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/650c2773-4489-470a-a546-8add97d1a843/09ba7691af7047d7b75ae34d3221f81a.jpeg");background-position: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; }#AmT2vKEat6o2RroZ8SNgdv0St7B4uvFS.adaptive-delivery-prevent-bg, #AmT2vKEat6o2RroZ8SNgdv0St7B4uvFS.lazyload, #AmT2vKEat6o2RroZ8SNgdv0St7B4uvFS.lazyloading { background-image: none; }#AmT2vKEat6o2RroZ8SNgdv0St7B4uvFS > .row .container { background-color: transparent; background-image: none; }#AmT2vKEat6o2RroZ8SNgdv0St7B4uvFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#AmT2vKEat6o2RroZ8SNgdv0St7B4uvFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmT2vKEat6o2RroZ8SNgdv0St7B4uvFS > .row .container > .video-iframe-container { display: none; }#AmT2vKEat6o2RroZ8SNgdv0St7B4uvFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#AmT2vKEat6o2RroZ8SNgdv0St7B4uvFS > .row > .video-iframe-container { display: none; }#AmT2vKEat6o2RroZ8SNgdv0St7B4uvFS > .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); }#AmT2vKEat6o2RroZ8SNgdv0St7B4uvFS > .row .container { border-width: 0; border-radius: 0; }#AmT2vKEat6o2RroZ8SNgdv0St7B4uvFS::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; }#AmT2vKEat6o2RroZ8SNgdv0St7B4uvFS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AmT2vKEat6o2RroZ8SNgdv0St7B4uvFS > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;position:relative;display:block; }#hRxASX7gy8GGovTAFlgZ8HcIJ05sV1gQ { color:#ffffff;display:block;width:62.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:5.5rem;left:6.3125rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lEyngsSU8V8GwEZsI2CkiFixnlATEssS { color:#ffffff;display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:13.6875rem;left:9.40625rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#eJQ8U5soPhxNpgh2Q70IWmuSyIw6xhDe { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:18.25rem;left:38rem;display:block; }
#EM5RgHTk4ohRI2cxTKIuVCxLhTzzoZTe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iilmw6XO8QzhzEILlMoSlfHJsEiTIAAr { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:18.25rem;left:19.5rem;display:block; }
#bCZb1yHrEP1CJh8sMhsWz3TbJUOHMHt0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TAWEXgbRdJUQ2sMI2mXfuuf77Q8ECEPX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#TAWEXgbRdJUQ2sMI2mXfuuf77Q8ECEPX > .row .container { background-color: transparent; background-image: none; }#TAWEXgbRdJUQ2sMI2mXfuuf77Q8ECEPX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAWEXgbRdJUQ2sMI2mXfuuf77Q8ECEPX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAWEXgbRdJUQ2sMI2mXfuuf77Q8ECEPX > .row .container > .video-iframe-container { display: none; }#TAWEXgbRdJUQ2sMI2mXfuuf77Q8ECEPX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAWEXgbRdJUQ2sMI2mXfuuf77Q8ECEPX > .row > .video-iframe-container { display: none; }#TAWEXgbRdJUQ2sMI2mXfuuf77Q8ECEPX > .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); }#TAWEXgbRdJUQ2sMI2mXfuuf77Q8ECEPX > .row .container { border-width: 0; border-radius: 0; }#TAWEXgbRdJUQ2sMI2mXfuuf77Q8ECEPX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAWEXgbRdJUQ2sMI2mXfuuf77Q8ECEPX > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#h0122fIKZVgB8fHEDRZz2De27ACLvKpW { color:#ffffff;display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:4.625rem;left:9.4375rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#GH8zTNnKgsTI0aFkTA1t2GE58gK8nt20 { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:2rem;left:31.875rem;display:block; }
#Ns0N6eCgPiP6TpS1ZDgGgy4L3evPXTnE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XzWvmRmpUyK6kAtQhvCBobbZERyguz9g { position:relative;z-index:auto;display:none; }#XzWvmRmpUyK6kAtQhvCBobbZERyguz9g { border-width: 0; border-radius: 0; }#XzWvmRmpUyK6kAtQhvCBobbZERyguz9g > .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; }#XzWvmRmpUyK6kAtQhvCBobbZERyguz9g > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.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:none; }#NEgieezgWiUNtIiPoBpbciRv6WluNynX { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.09375rem;left:33.1875rem;display:block; }
#UKcvW2dNHA6bXRcgcIrkG19iB5Sg5UI9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JLDyWapwcyRBfeoJ3uRIMvkXC4gqaQp7 { display:block; }#JLDyWapwcyRBfeoJ3uRIMvkXC4gqaQp7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWv54UtwmRWV36AOcwRThAeb4yVwPF1M { width:15.875rem;height:4.1875rem;top:2.4375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTRqtmBmtCTXhM8wzAOmWqMF0Gg2BxOI { display:block; }
 }@media only screen and (max-width: 763px) { #ochRfb3P1H719ax2stlg230xSJ59Rzz2 { top:2.5rem;left:31.9375rem;width:15.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQXVCuoDhdxXXLEiGAd4VryIVCBmiuM7 { top:3.375rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #opz9T46yHHA9abiaxoGUzVpL1v584wui { top:3.25rem;left:36.4375rem;width:11.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbPOre0spBhyKcAcc750reZqcEJGU2fU { top:4.375rem;left:36.5625rem;width:11.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzGzyTHai6icVGx4PLZ3RWbNiJeiv4iJ { width:8.1875rem;height:3.4375rem;top:2.8125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEi7R9NUHgfB5hpbp46Bbc6nd2P25yMi { display:block; }
 }@media only screen and (max-width: 763px) { #fFcMFxLF23JCRS6tGp68bbCBnTP6KOsi { width:4.875rem;height:3.4375rem;top:2.8125rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFAGeMWUT3KMhMam52L6ObVfTfRCtOFU { display:block; }
 }@media only screen and (max-width: 763px) { #xQAvEPTEPKIDXTIgb8lokPVinNtnTTze { width:10.625rem;height:3.4375rem;top:2.8125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7FHLvLKhsMWO6l4n5a0y9rqhUbVwuQa { display:block; }
 }@media only screen and (max-width: 763px) { #Sgc9QroJngQLtIHA5XDQzvoqlLdMGDWH { top:0.25rem;left:0rem;width:7.3125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGl12szsV8EeM3a85fbTvzqnT9k6wVSk { display:block; }#rGl12szsV8EeM3a85fbTvzqnT9k6wVSk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egnkGTEdeWWN5B43FwCg6zDzhd5CcITa { display:none; }#egnkGTEdeWWN5B43FwCg6zDzhd5CcITa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CGK9ofs8U2OKnRuRHBdMlm4hkXgHnhXv { top:0.9375rem;left:0rem;width:3.6875rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GIoV8QNdgBTMnp5kBQur1F3zOUUOoFQw { display:none; }
 }@media only screen and (max-width: 763px) { #y7X0uXUhhMTx7AqQLnTormMEThxWv8C4 { width:9.0625rem;height:3.4375rem;top:7.625rem;left:12.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOT7eqBH8J8LdvZ8kszyqfVr91DyAG7k { display:block; }
 }@media only screen and (max-width: 763px) { #sPusDCiwhmRBin6HSScZ7mn0T1FwpWfw { width:12.6875rem;height:3.4375rem;top:4.6875rem;left:9.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNfnI0pn3hP9wixWtPi9lBJTJuHROXuH { display:block; }
 }@media only screen and (max-width: 763px) { #ckbR6Ts4ifFcspnCHWOEU2PNBAvE7bIh { width:10.4375rem;height:3.4375rem;top:0.5625rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1MHi133i46FEmNvP6musJB5lNAfTNr1 { display:block; }
 }@media only screen and (max-width: 763px) { #vnQt4UPA7cP1f2sQsB8HHdMahGPMCQpF { display:none; }
 }@media only screen and (max-width: 763px) { #lnMxO7ac4TsX7elUT1bDn4rEwouIKoy4 { display:block; }#lnMxO7ac4TsX7elUT1bDn4rEwouIKoy4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OedNH0WsdSA13BtgpOSNQcUIuQ1uqwtk { top:6.4375rem;left:0rem;width:45.875rem;height:9.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNzTPXZpiH63ElFHQCp6TvVQQ0AXN66i { top:16.5rem;left:0rem;width:41.8125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #il3WpahURVyQfRQ6e48wtnTDxiaP0H72 { top:4.25rem;left:0rem;width:6.8125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwnhpMB5CQSHgTsTPdDcvnU70pcmbQgG { top:4.0625rem;left:0rem;width:16.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCF5egOn5oZDTyAfh1PlTs9m6qpK0STJ { top:3.75rem;left:20.25rem;width:27.5rem;height:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcoCF5miBUv4CfZ4lS6WVBcDLqBe3Tsw { top:19.75rem;left:0rem;width:32.625rem;height:6.125rem;font-size:1.1875rem;display:block; }#bcoCF5miBUv4CfZ4lS6WVBcDLqBe3Tsw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/61716c1d-00b7-412f-9ca6-9be3860b59de/accept.png); }
 }@media only screen and (max-width: 763px) { #xKpOs14uUseL9UJGrrgGyhoObThM8CsL { top:5.25rem;left:22.9375rem;width:24.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-regular-label { width:22.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-input-text { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-input-text {padding-top: 0; padding-bottom: 0;}#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-textarea { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-input-select { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-input-select {padding-top: 0; padding-bottom: 0;}#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-input-button { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-checkbox-label { width:21.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R  { width:22.9375rem;height:auto;top:7rem;left:22.3125rem; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .radio-container { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R {display:block;}#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R { width:22.9375rem;height:auto;top:7rem;left:22.3125rem; }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #G8m21INsHeTo6ULeMPapEGh3RrGLwbfq {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #ZRTWrr786IW8aABJh8zPQNH8Deqxpkbn {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #F2Gt7JZlRRt2Zsxg9KPaahu505O0lH48 {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #e1TZTm7FToFOVsCp2yETZLC6cBmr9tiu {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #wycrAZBrI7LTd8moFlTNxBT8ST16MZyR {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #RU1izgo1k4Pfkhd70Qd0fE8TtzpR97m9 {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #I5ukvOHAMfTbm6x7oIdFT25xvSssVKEr {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #s0sflkL8gWOhcqedy0E1lW0WZgh0JQmA {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #dRWD38QvoCU2E20crZSt441TwKuRkK65 {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #nOPiVOTANezvZiZAvfmNF8FZxmMIDK6o {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #Vzu2TUw6pU7cWTOoW3SyrtcnDnrfmC9E {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #CFfF2RmWJXJK7btl7bCsreobM8NROvL6 {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #up5LRbbRnxAgSccPGKSU07qZnkUE0ZA9 {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #T2ez1lTHQTamwZz3BuAlwH7UElaHqHPr {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #affpKTMXaU3pKG8o62A3aUTdXn1dakU7 {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #uoQKgvWTKhb761hlXI3QEDTxeDKNt45I {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #DaH8TdpMy26tGxb4JD7bR8eEdc2x7Pvl {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #PhU409PigMHVRTGyXu80LpUQmQb0PdQq {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #p1vgKxwa6OqR8APZ0Ayni7Eq9T3mlBpl {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #U1sLvVo7u1T0BxD61xiToIZxs2MRM6Tt {  }
 }@media only screen and (max-width: 763px) { #GuWDJX2JfDoFpy3pPbiSfXF1Lx0wD5ul { top:28.25rem;left:0rem;width:31.5rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK8A5hK660thk2tErXTPHHh7gWMOiUqo { top:34.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6oiTaPBzkzEixAVVhcwrraUcg4FpwGH { top:29.625rem;left:0rem;width:28.375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7d5JmP3w2AtucnQ21kN9c4bwVRboerO { top:34.5rem;left:0rem;width:9.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOOQkd5zl9U4h1Qyi6WaRnIVpZrkQJP9 { top:35.9375rem;left:0rem;width:6.8125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5Z7yZQTgq7l7oEyZiJd7guMB84EfcMr { top:34.8125rem;left:12.9375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrM2kSCR9HPByn7xthfouZbRmhZ3gG8i { display:block; }#PrM2kSCR9HPByn7xthfouZbRmhZ3gG8i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNX9NN1koJRBBhTE2qncKVtkzDVDTVh4 { top:1.1875rem;left:0rem;width:15.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }#hNX9NN1koJRBBhTE2qncKVtkzDVDTVh4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30de08364c8e829783488c4fd830dad6dac69354.svg); }
 }@media only screen and (max-width: 763px) { #NyEdAzRfFF9uhrbVOT7cVFzNXSmVqeM9 { top:1.1875rem;left:8.4375rem;width:15.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }#NyEdAzRfFF9uhrbVOT7cVFzNXSmVqeM9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30de08364c8e829783488c4fd830dad6dac69354.svg); }
 }@media only screen and (max-width: 763px) { #nR9pAa8iPO5C7leK6daAsZVcykJQQ8bk { top:1.1875rem;left:20.375rem;width:15.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }#nR9pAa8iPO5C7leK6daAsZVcykJQQ8bk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30de08364c8e829783488c4fd830dad6dac69354.svg); }
 }@media only screen and (max-width: 763px) { #sBlopwOXTnCTaexXkyS9ohTCSULdwGvP { top:1.1875rem;left:32.3125rem;width:15.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }#sBlopwOXTnCTaexXkyS9ohTCSULdwGvP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30de08364c8e829783488c4fd830dad6dac69354.svg); }
 }@media only screen and (max-width: 763px) { #MEQ7wLPzme9nSbMwGhV3dmGc0ExBuPgP { display:block; }#MEQ7wLPzme9nSbMwGhV3dmGc0ExBuPgP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MX5V48tRIx5QHJwQK0kprQFTaLX6860I { top:1.5625rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZWZJhTFtZeBgPEByA2NgRlmF9TdrV7B { top:8.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2me4ArxencibgNStXO0yrXr2TG8Bc0w { top:13.625rem;left:0rem;width:23.75rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9cxlLIhfgiiQhI0XP2CdvUV3SfOgTWN { top:20.5rem;left:0rem;width:20.125rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J79AXqFwRMbKQI8AmuHvgGMdOcStT2pi { top:22.8125rem;left:0rem;width:19.4375rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOwDvMezO4aDtpc3Wtv3Kie5Cq2qLJ0t { top:15.875rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMwzB4MKoC8E8fTpalZvrLS707q2DUTp { top:13.625rem;left:12rem;width:23.75rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akehxSVCgQuxZ7IAP148GJuw7FFgDKyU { top:24.8125rem;left:13.71875rem;width:20.3125rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRGA6WFVXHXQK1TIJaoiJKftPFavhxGc { top:20.5rem;left:13.8125rem;width:20.125rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtSzdE07zqhN70Uf2U3v1N6VQoMhbt0w { top:15.875rem;left:22.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLcg8gE4hRJeQr8GbmXzwvG2mSZrRwrs { top:13.625rem;left:24rem;width:23.75rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThNkw7l4i4cRshUexXXIJzoG5sJ9Un9h { top:24.8125rem;left:28.3125rem;width:19.4375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsKPbrm7gNmU1UKasaZaA5FFW1D83P3a { top:20.5rem;left:30.4375rem;width:17.3125rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpWJoBIgL0La69q2i5oJ3kgkQDC57cT6 { top:15.875rem;left:44.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNOiITIn5E1d7AOH4pN2PnNHp5gaDUqT { top:36.125rem;left:24rem;width:23.75rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqiAtdSUnEECuVbCrNL1RC3to8BOVWt9 { top:45.3125rem;left:27rem;width:19.4375rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuaic94tkhuTQSD00LZQK9HFAe1Orsdw { top:36.125rem;left:0rem;width:23.75rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJcdD51Nx3RA2AqBPepoAOhfnA9JzI6v { top:47.375rem;left:1.375rem;width:19.4375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKpvDXzvD9SsBdsumPvMXx4lVzWtrwOL { top:43rem;left:2.28125rem;width:17.5625rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBWMLL6Czb0ALpyCdE6CVwvPalfg7Rty { top:43rem;left:26.625rem;width:20.125rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDXfw0QBmNOxOFkKhO9sXk0REobXB7yG { top:38.375rem;left:34.9375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcO37UHq3zQQfkZitK1wlrlTSSiXTZoU { top:38.375rem;left:9.3125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErT1QFyZ6xdnPoMTBRSFl8MTKcT9wT2M { width:17.5rem;height:3.4375rem;top:59.6875rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3godqtbm5uQ7eeDKt4sfM77DobAmZ1S { display:block; }
 }@media only screen and (max-width: 763px) { #BnF2KCrgNNsFCQCubPttAQOuODpxvV3M { width:14.625rem;height:3.4375rem;top:59.6875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsTX4qpqfJEJ3TZfISXZHTgf1PrPkS7X { display:block; }
 }@media only screen and (max-width: 763px) { #bfTH0arhtwKyyP53GwJeSIqh4iHSJMok { display:block; }#bfTH0arhtwKyyP53GwJeSIqh4iHSJMok > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aw43Ty9aoz3Z8NnHH3iX1xwCTJPCgpuE { top:2.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3wamsfelRLJbEsHWhgc18ph0KRm2hTd { width:15.875rem;height:4.375rem;top:1.5625rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ5UTJsuIeJt4sGqyRRyQ2KBTtI8oXsz { display:block; }
 }@media only screen and (max-width: 763px) { #b4G3keo36sCH80ezIpoMb89V7MT9qqQK { top:1.5625rem;left:31.9375rem;width:15.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V45eszuvLMqs8GlvccQeOM57XiTgBdXB { top:2.4375rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlfgtnChkC5XCRwPl6ZlckFX7dUy8rkv { top:2.3125rem;left:36.4375rem;width:11.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xtz5AGuqqbabC7fOW380xeXBb3dqvOtm { top:3.4375rem;left:36.5625rem;width:11.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFNNnwFB8TSJ1iRyhcOOwzonXoO8b0a5 { display:block; }#gFNNnwFB8TSJ1iRyhcOOwzonXoO8b0a5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NghyeAhxOwteM175DZXntIzFGSsNAJZg { top:13.9375rem;left:12rem;width:35.75rem;height:14.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrZNUMFXa0WGanEfJW8J5ZIkqxlqzWcA { top:7.25rem;left:15.0625rem;width:32.6875rem;height:5.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3MfCWoT3X6FMTrem4znbRq0OqA0FMKr { width:17.5rem;height:3.4375rem;top:30.125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v130CmlCOJlbZlhUITsvBECPndJceEaE { display:block; }
 }@media only screen and (max-width: 763px) { #pTNityex0tn4B3pN9KhbyXeOe6w0vTlM { width:14.625rem;height:3.4375rem;top:30.125rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCzy5phHau5uGcHoJTFivewOD2uJ4GVK { display:block; }
 }@media only screen and (max-width: 763px) { #iedI5cB2Lrp5kTyl3eAJPOhPTCJFqOLZ { top:4.75rem;left:0rem;width:35rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf94ewgIGrTqCUebwg307O5ofMds3uft { display:block; }#Wf94ewgIGrTqCUebwg307O5ofMds3uft > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqoQv7sOVBFVyy1UlpPi7Asd445u2M3P { top:11.9375rem;left:0rem;width:34.25rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qom3ohLLaeqBaiVhswqfgqgKkCGAsRx4 { top:3.25rem;left:0rem;width:35.75rem;height:5.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU9eBqnHEdMT6hU7uQ3PxIAX8mE9cwDz { width:17.5rem;height:3.4375rem;top:23.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ5VaLkDBGt0Ism0UTMzdv80NBWJqaPT { display:block; }
 }@media only screen and (max-width: 763px) { #LkCpMZFnJGGbX5LR8cPZx64rALmeBSOA { width:14.625rem;height:3.4375rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPnzwrIm8Azpr2icCHqvBCrAxxkahHVM { display:block; }
 }@media only screen and (max-width: 763px) { #PBAaIe1fBTkd9R0gFvUTsETWwvA3DPdh { top:2.375rem;left:12.9375rem;width:34.8125rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHO1p3GRWAwmTZCIHenSFfSQtSMHQ1eM { display:block; }#dHO1p3GRWAwmTZCIHenSFfSQtSMHQ1eM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kenl0mLaT6DSDKnByWPmwrSKTOLW8XMn { top:2.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l33lnO0HshWeIHhI6tuHX9tVOw9OAfa4 { width:15.875rem;height:4.375rem;top:1.5625rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk1XaZPKBf9UGTdFfTGidazK6ctdlPon { display:block; }
 }@media only screen and (max-width: 763px) { #Wge2vZIDkADlHU9c9UCNw9OZL2zHzeJq { top:1.5625rem;left:31.9375rem;width:15.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWQqCOQOFgDOVsF1pXQSSsMRMgvp2eSG { top:2.4375rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpr651xKVv0PIiNpqTF8wU9Gq3kgwfkP { top:2.3125rem;left:36.4375rem;width:11.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x617koO1bgM43HKNorqHhwMHu0iMct4H { top:3.4375rem;left:36.5625rem;width:11.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDmNBlxuPFvcSEWvI5pebT0ZND2LAG6K { display:block; }#CDmNBlxuPFvcSEWvI5pebT0ZND2LAG6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPrZCchSlfmkMzLgJNVePRKtwGPTmJRn { top:4.125rem;left:8.0625rem;width:31.625rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ7EiCzac0mQXgTiKhdTC5UQkuSmU1Wa { top:9.875rem;left:0rem;width:23.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSqAk2dWQkuMZt6dPl1gf7FpDFfobDP0 { top:26.5625rem;left:0rem;width:7.8125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqRBItnu39b3t47M1UZCn7ix1yw7VkfW { top:24.8125rem;left:0rem;width:10.4375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg2B0t86RkZ3FmCpb6kqsWvQ7xLm5R3k { top:11.625rem;left:0rem;width:20.625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v13rTB715OtdNxiUrJQ55SXI73QRlVSK { top:24.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7mERlc1M1yRDKVvCiD2UVEbFMbagm0K { top:15.5rem;left:0rem;width:20.625rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzDIbGPRa6BkeTPhzgI1JVW93ScXLaIg { top:9.9375rem;left:12rem;width:23.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt78IZ3cS9CvGDGdKZ7MtoMUWope7T1z { top:28.25rem;left:17.4375rem;width:7.8125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0lpcrbfqM4VOiBoXJv4vlRHDFZZEwm6 { top:26.5rem;left:17.5625rem;width:10.4375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGx7CtPJtebdfOob5kXpI6S0zguGiV2M { top:26.5625rem;left:13.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU48zfQqgm5BQ2KvaQhVfp4lvCm6f5cd { top:15.5625rem;left:13.5rem;width:20.625rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c907hiU0RhcwuLGSC3X8G9ETKpR6icXA { top:11.6875rem;left:13.5625rem;width:20.625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8kmBdMenalSE5RvrM8G9NoF8If1zuDs { top:9.9375rem;left:24rem;width:23.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbvR6Cv0n96T8Uoht6T3MwexApmz7GZ6 { top:26.625rem;left:39.9375rem;width:7.8125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9O499X3biTQ5IT01pBPmzXgudgWpmI4 { top:24.875rem;left:37.3125rem;width:10.4375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvpXfWTU1lrDShZkpFz93rp6s7XlPOTq { top:14.0625rem;left:27.125rem;width:20.625rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5CbRTXzvV0MTMrEAWGp8Z7QHqTXoPsm { top:24.9375rem;left:39.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7JstPGDQFNfRSDo9GQPRQT1nZqGxeld { top:11.6875rem;left:27.125rem;width:20.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4w5TELrHBILyPRsZaWLxvk4O3ubsiXR { display:block; }#i4w5TELrHBILyPRsZaWLxvk4O3ubsiXR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hshtT99QMpT7oUoAHtJkucVM2Pf1OWGW { top:3.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tprrdxVlo64py2UCUwiRa6LFJDqs44w7 { top:9.3125rem;left:0rem;width:18.125rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhkFhCS0mfALVRF5rNabXVKqMR8Tkl4U { top:9.3125rem;left:5.40625rem;width:18.125rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaroIVhZ6PI5qKAX1JkltkzReGSf8cuJ { top:9.3125rem;left:24.34375rem;width:18.125rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv4OAelkTh4wSUXzraLzvUbhTVIAF5xV { top:9.3125rem;left:29.625rem;width:18.125rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8u7GD9f6CiPbhEMVGTN1qUAMwOQ0gxg { top:38.875rem;left:0rem;width:24.5rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWxrJGMLkVPdwk3D27EIZVZ1yQb88E0K { top:38.875rem;left:11.65625rem;width:24.4375rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtN0VHrz1mJbqwzHieM6NU0uCUbaNQW8 { top:38.875rem;left:23.3125rem;width:24.4375rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp0hSdnvaXGVKvT5wQIHTIWKoWV4Nmek { top:58.875rem;left:0rem;width:18.125rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFm7sBUog9ObMLOTlDrF9bRbTpgTfCHT { top:58.875rem;left:5.40625rem;width:18.125rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuBr9ppa2HOWXz1GUZNcG0OUDPBxmPey { top:58.875rem;left:24.34375rem;width:18.125rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX5sKy7Z34bqfB0Ni6874xCifmONRmHR { top:58.875rem;left:29.625rem;width:18.125rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOsFfGy8anx4PeEdC4Dadst63PKlv9F3 { top:48.25rem;left:0rem;width:12rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBPlCR1zyMpoPwp4NGrfT9m8Dm811nXc { top:48.25rem;left:0rem;width:12rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7WrurUPu0fPEmTEFMhWA90AOi9TUClt { display:block; }#h7WrurUPu0fPEmTEFMhWA90AOi9TUClt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V22uHkT6bceNaSDGnUJz2dI95Xw7HFl4 { top:4.0625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7VTGF4wIzyWabBO142UbKIvhJwTS5KV { top:18.4375rem;left:0rem;width:19.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmLz7O7ZvymEiXdSegQUFTrMRuel4x5Z { top:15.875rem;left:0rem;width:19.5625rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUpHZy9eTDURPTvGnD7XkVldEBo0C7Fr { top:18.4375rem;left:14.0625rem;width:19.5625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTo2ODPl4Vg4wcVe0vE5SPBqFbzGICWF { top:15.875rem;left:14.0625rem;width:19.5625rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fySkaJBh0c0RykiS93AxbBtX91LrhMFv { top:18.4375rem;left:28.1875rem;width:19.5625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zenTQvqEcxyN39fu5QtyI9LHTAs8NTE8 { top:15.875rem;left:28.1875rem;width:19.5625rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnPQX7MdwRKMTD60Udm2d1RXD3X3TsHw { top:9.8125rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRGuhgCpNzTu0lGlaMfMVMrBPeF5xloF { top:9.8125rem;left:21.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCSF1V9PoiVBAHCgeyqN5snf2F4Fd4Mi { top:9.8125rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgpF89gVT2clPohVnZO5vFT8qR8XW5HT { width:17.5rem;height:3.4375rem;top:27.4375rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAa2upQMfUMPx2tfCcThLTqTv15z20qb { display:block; }
 }@media only screen and (max-width: 763px) { #XJVK9XQaJ1cc9LKxeHVd3beE2whFDQSs { width:14.625rem;height:3.4375rem;top:27.4375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7aQKNmvokIwIPlZrbR5mfWzUS8aNDTq { display:block; }
 }@media only screen and (max-width: 763px) { #AmT2vKEat6o2RroZ8SNgdv0St7B4uvFS { display:block; }#AmT2vKEat6o2RroZ8SNgdv0St7B4uvFS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hRxASX7gy8GGovTAFlgZ8HcIJ05sV1gQ { top:5.5rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEyngsSU8V8GwEZsI2CkiFixnlATEssS { top:13.6875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJQ8U5soPhxNpgh2Q70IWmuSyIw6xhDe { width:17.5rem;height:3.4375rem;top:18.25rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM5RgHTk4ohRI2cxTKIuVCxLhTzzoZTe { display:block; }
 }@media only screen and (max-width: 763px) { #Iilmw6XO8QzhzEILlMoSlfHJsEiTIAAr { width:17.5625rem;height:3.4375rem;top:18.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCZb1yHrEP1CJh8sMhsWz3TbJUOHMHt0 { display:block; }
 }@media only screen and (max-width: 763px) { #TAWEXgbRdJUQ2sMI2mXfuuf77Q8ECEPX { display:block; }#TAWEXgbRdJUQ2sMI2mXfuuf77Q8ECEPX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0122fIKZVgB8fHEDRZz2De27ACLvKpW { top:4.625rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH8zTNnKgsTI0aFkTA1t2GE58gK8nt20 { width:11.3125rem;height:2rem;top:2rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns0N6eCgPiP6TpS1ZDgGgy4L3evPXTnE { display:block; }
 }@media only screen and (max-width: 763px) { #XzWvmRmpUyK6kAtQhvCBobbZERyguz9g { display:block; }#XzWvmRmpUyK6kAtQhvCBobbZERyguz9g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEgieezgWiUNtIiPoBpbciRv6WluNynX { width:17.5625rem;height:3.4375rem;top:1.0625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKcvW2dNHA6bXRcgcIrkG19iB5Sg5UI9 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JLDyWapwcyRBfeoJ3uRIMvkXC4gqaQp7 { position:relative;z-index:auto;display:none; }#JLDyWapwcyRBfeoJ3uRIMvkXC4gqaQp7 { border-width: 0; border-radius: 0; }#JLDyWapwcyRBfeoJ3uRIMvkXC4gqaQp7 > .row .container { width:20rem;height:20.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IWv54UtwmRWV36AOcwRThAeb4yVwPF1M { width:19.125rem;height:4.375rem;top:5.59375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTRqtmBmtCTXhM8wzAOmWqMF0Gg2BxOI { display:block; }
 }@media only screen and (max-width: 763px) { #ochRfb3P1H719ax2stlg230xSJ59Rzz2 { width:20rem;height:4.1875rem;top:5.6875rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQXVCuoDhdxXXLEiGAd4VryIVCBmiuM7 { display:flex;width:2.4375rem;height:2.4375rem;top:6.5625rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #opz9T46yHHA9abiaxoGUzVpL1v584wui { width:11.3125rem;height:0.9746125rem;top:6.4375rem;left:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbPOre0spBhyKcAcc750reZqcEJGU2fU { width:11.1875rem;height:1.8681625rem;top:7.5625rem;left:5.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzGzyTHai6icVGx4PLZ3RWbNiJeiv4iJ { width:10.4375rem;height:3.4375rem;top:17.875rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pEi7R9NUHgfB5hpbp46Bbc6nd2P25yMi { display:block; }
 }@media only screen and (max-width: 763px) { #fFcMFxLF23JCRS6tGp68bbCBnTP6KOsi { width:12.6875rem;height:3.4375rem;top:22.5625rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFAGeMWUT3KMhMam52L6ObVfTfRCtOFU { display:block; }
 }@media only screen and (max-width: 763px) { #xQAvEPTEPKIDXTIgb8lokPVinNtnTTze { width:9.0625rem;height:3.4375rem;top:27.25rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7FHLvLKhsMWO6l4n5a0y9rqhUbVwuQa { display:block; }
 }@media only screen and (max-width: 763px) { #Sgc9QroJngQLtIHA5XDQzvoqlLdMGDWH { width:7.3125rem;height:8.4375rem;top:11.21875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGl12szsV8EeM3a85fbTvzqnT9k6wVSk { display:none; }#rGl12szsV8EeM3a85fbTvzqnT9k6wVSk > .row .container { width:20rem;height:3.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #egnkGTEdeWWN5B43FwCg6zDzhd5CcITa { background-color:#fefdf9;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; }#egnkGTEdeWWN5B43FwCg6zDzhd5CcITa > .row .container { background-color: transparent; background-image: none; }#egnkGTEdeWWN5B43FwCg6zDzhd5CcITa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egnkGTEdeWWN5B43FwCg6zDzhd5CcITa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egnkGTEdeWWN5B43FwCg6zDzhd5CcITa > .row .container > .video-iframe-container { display: none; }#egnkGTEdeWWN5B43FwCg6zDzhd5CcITa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egnkGTEdeWWN5B43FwCg6zDzhd5CcITa > .row > .video-iframe-container { display: none; }#egnkGTEdeWWN5B43FwCg6zDzhd5CcITa > .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); }#egnkGTEdeWWN5B43FwCg6zDzhd5CcITa > .row .container { border-width: 0; border-radius: 0; }#egnkGTEdeWWN5B43FwCg6zDzhd5CcITa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#egnkGTEdeWWN5B43FwCg6zDzhd5CcITa > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGK9ofs8U2OKnRuRHBdMlm4hkXgHnhXv { width:6.875rem;height:8.125rem;top:0.5rem;left:0rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GIoV8QNdgBTMnp5kBQur1F3zOUUOoFQw { display:flex;top:3.59375rem;left:18.0625rem;width:1.9375rem;height:1.9375rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #y7X0uXUhhMTx7AqQLnTormMEThxWv8C4 { width:9.0625rem;height:3.4375rem;top:17rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOT7eqBH8J8LdvZ8kszyqfVr91DyAG7k { display:block; }
 }@media only screen and (max-width: 763px) { #sPusDCiwhmRBin6HSScZ7mn0T1FwpWfw { width:12.6875rem;height:3.4375rem;top:13.5625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNfnI0pn3hP9wixWtPi9lBJTJuHROXuH { display:block; }
 }@media only screen and (max-width: 763px) { #ckbR6Ts4ifFcspnCHWOEU2PNBAvE7bIh { width:10.4375rem;height:3.4375rem;top:10.1875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1MHi133i46FEmNvP6musJB5lNAfTNr1 { display:block; }
 }@media only screen and (max-width: 763px) { #vnQt4UPA7cP1f2sQsB8HHdMahGPMCQpF { display:flex;top:1.375rem;left:4.6875rem;width:1.375rem;height:1.375rem;z-index:15013;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lnMxO7ac4TsX7elUT1bDn4rEwouIKoy4 { display:block; }#lnMxO7ac4TsX7elUT1bDn4rEwouIKoy4 { border-width: 0; border-radius: 0; }#lnMxO7ac4TsX7elUT1bDn4rEwouIKoy4 > .row .container { width:20rem;height:88.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OedNH0WsdSA13BtgpOSNQcUIuQ1uqwtk { width:20rem;height:8.69925rem;top:3.7734375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNzTPXZpiH63ElFHQCp6TvVQQ0AXN66i { width:20rem;height:3.375rem;top:14.431640625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #il3WpahURVyQfRQ6e48wtnTDxiaP0H72 { width:6.8125rem;height:1.25rem;top:1.41796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwnhpMB5CQSHgTsTPdDcvnU70pcmbQgG { width:12.6875rem;height:1.29980625rem;top:1.4375rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCF5egOn5oZDTyAfh1PlTs9m6qpK0STJ { width:20rem;height:35.25rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcoCF5miBUv4CfZ4lS6WVBcDLqBe3Tsw { width:20rem;height:7.999rem;top:18.744140625rem;left:0rem;font-size:1rem;display:block; }#bcoCF5miBUv4CfZ4lS6WVBcDLqBe3Tsw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/61716c1d-00b7-412f-9ca6-9be3860b59de/accept.png); }
 }@media only screen and (max-width: 763px) { #xKpOs14uUseL9UJGrrgGyhoObThM8CsL { width:17.4375rem;height:3.57421875rem;top:29.875rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-input-text {padding-top: 0; padding-bottom: 0;}#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-input-select {padding-top: 0; padding-bottom: 0;}#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R  { width:17.5rem;height:auto;top:33.4375rem;left:0rem; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R {display:block;}#GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R { width:17.5rem;height:auto;top:33.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #G8m21INsHeTo6ULeMPapEGh3RrGLwbfq {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #ZRTWrr786IW8aABJh8zPQNH8Deqxpkbn { display:none; }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #F2Gt7JZlRRt2Zsxg9KPaahu505O0lH48 {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #e1TZTm7FToFOVsCp2yETZLC6cBmr9tiu {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #wycrAZBrI7LTd8moFlTNxBT8ST16MZyR { display:none; }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #RU1izgo1k4Pfkhd70Qd0fE8TtzpR97m9 {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #I5ukvOHAMfTbm6x7oIdFT25xvSssVKEr {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #s0sflkL8gWOhcqedy0E1lW0WZgh0JQmA { display:none; }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #dRWD38QvoCU2E20crZSt441TwKuRkK65 {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #nOPiVOTANezvZiZAvfmNF8FZxmMIDK6o {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #Vzu2TUw6pU7cWTOoW3SyrtcnDnrfmC9E { display:none; }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #CFfF2RmWJXJK7btl7bCsreobM8NROvL6 {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #up5LRbbRnxAgSccPGKSU07qZnkUE0ZA9 {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #T2ez1lTHQTamwZz3BuAlwH7UElaHqHPr { display:none; }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #affpKTMXaU3pKG8o62A3aUTdXn1dakU7 {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #uoQKgvWTKhb761hlXI3QEDTxeDKNt45I {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #DaH8TdpMy26tGxb4JD7bR8eEdc2x7Pvl {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #PhU409PigMHVRTGyXu80LpUQmQb0PdQq {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #p1vgKxwa6OqR8APZ0Ayni7Eq9T3mlBpl {  }
 }@media only screen and (max-width: 763px) { #GTOr1vUcnODpN6Tq9QnDC6QPuDEVgP3R #U1sLvVo7u1T0BxD61xiToIZxs2MRM6Tt {  }
 }@media only screen and (max-width: 763px) { #GuWDJX2JfDoFpy3pPbiSfXF1Lx0wD5ul { width:20rem;height:20.125rem;top:66.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK8A5hK660thk2tErXTPHHh7gWMOiUqo { width:3.0625rem;height:3.0625rem;top:78.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6oiTaPBzkzEixAVVhcwrraUcg4FpwGH { width:17.1875rem;height:9rem;top:68.0625rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D7d5JmP3w2AtucnQ21kN9c4bwVRboerO { width:12.4375rem;height:1.5rem;top:81.5625rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QOOQkd5zl9U4h1Qyi6WaRnIVpZrkQJP9 { width:6.8125rem;height:1.25rem;top:83rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5Z7yZQTgq7l7oEyZiJd7guMB84EfcMr { width:1.9375rem;height:1.9375rem;top:90.28125rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PrM2kSCR9HPByn7xthfouZbRmhZ3gG8i { display:block; }#PrM2kSCR9HPByn7xthfouZbRmhZ3gG8i > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNX9NN1koJRBBhTE2qncKVtkzDVDTVh4 { width:10rem;height:2.923825rem;top:1.4375rem;left:0rem;font-size:1.125rem;display:block; }#hNX9NN1koJRBBhTE2qncKVtkzDVDTVh4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30de08364c8e829783488c4fd830dad6dac69354.svg); }
 }@media only screen and (max-width: 763px) { #NyEdAzRfFF9uhrbVOT7cVFzNXSmVqeM9 { width:10rem;height:2.923825rem;top:1.4365234375rem;left:10rem;font-size:1.125rem;display:block; }#NyEdAzRfFF9uhrbVOT7cVFzNXSmVqeM9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30de08364c8e829783488c4fd830dad6dac69354.svg); }
 }@media only screen and (max-width: 763px) { #nR9pAa8iPO5C7leK6daAsZVcykJQQ8bk { width:10rem;height:2.923825rem;top:5.296875rem;left:0rem;font-size:1.125rem;display:block; }#nR9pAa8iPO5C7leK6daAsZVcykJQQ8bk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30de08364c8e829783488c4fd830dad6dac69354.svg); }
 }@media only screen and (max-width: 763px) { #sBlopwOXTnCTaexXkyS9ohTCSULdwGvP { width:10rem;height:1.4624rem;top:5.296875rem;left:10rem;font-size:1.125rem;display:block; }#sBlopwOXTnCTaexXkyS9ohTCSULdwGvP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30de08364c8e829783488c4fd830dad6dac69354.svg); }
 }@media only screen and (max-width: 763px) { #MEQ7wLPzme9nSbMwGhV3dmGc0ExBuPgP { display:block; }#MEQ7wLPzme9nSbMwGhV3dmGc0ExBuPgP > .row .container { width:20rem;height:140.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MX5V48tRIx5QHJwQK0kprQFTaLX6860I { width:20rem;height:9.097625rem;top:0.498046875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZWZJhTFtZeBgPEByA2NgRlmF9TdrV7B { width:20rem;height:7.5rem;top:10.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2me4ArxencibgNStXO0yrXr2TG8Bc0w { width:20rem;height:21rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9cxlLIhfgiiQhI0XP2CdvUV3SfOgTWN { width:12.625rem;height:3.5rem;top:25.4375rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J79AXqFwRMbKQI8AmuHvgGMdOcStT2pi { width:18.125rem;height:9rem;top:29.3125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOwDvMezO4aDtpc3Wtv3Kie5Cq2qLJ0t { width:3.5625rem;height:3.5625rem;top:20.9375rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMwzB4MKoC8E8fTpalZvrLS707q2DUTp { width:20rem;height:20.875rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #akehxSVCgQuxZ7IAP148GJuw7FFgDKyU { width:18.125rem;height:9rem;top:51.8125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRGA6WFVXHXQK1TIJaoiJKftPFavhxGc { width:17.625rem;height:3.5rem;top:47.6875rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtSzdE07zqhN70Uf2U3v1N6VQoMhbt0w { width:3.5625rem;height:3.5625rem;top:43.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLcg8gE4hRJeQr8GbmXzwvG2mSZrRwrs { width:20rem;height:21.75rem;top:63.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThNkw7l4i4cRshUexXXIJzoG5sJ9Un9h { width:18.125rem;height:9rem;top:74.5rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsKPbrm7gNmU1UKasaZaA5FFW1D83P3a { width:15.9375rem;height:3.5rem;top:70.3125rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpWJoBIgL0La69q2i5oJ3kgkQDC57cT6 { width:3.5625rem;height:3.5625rem;top:65.4375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNOiITIn5E1d7AOH4pN2PnNHp5gaDUqT { width:20rem;height:19.875rem;top:107.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqiAtdSUnEECuVbCrNL1RC3to8BOVWt9 { width:18.125rem;height:9rem;top:116.6875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuaic94tkhuTQSD00LZQK9HFAe1Orsdw { width:20rem;height:20rem;top:86.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJcdD51Nx3RA2AqBPepoAOhfnA9JzI6v { width:18.125rem;height:7.5rem;top:97.4375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKpvDXzvD9SsBdsumPvMXx4lVzWtrwOL { width:15.1875rem;height:3.5rem;top:93.25rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBWMLL6Czb0ALpyCdE6CVwvPalfg7Rty { width:20rem;height:1.75rem;top:114.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDXfw0QBmNOxOFkKhO9sXk0REobXB7yG { width:3.5625rem;height:3.5625rem;top:109.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcO37UHq3zQQfkZitK1wlrlTSSiXTZoU { width:3.5625rem;height:3.5625rem;top:88.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErT1QFyZ6xdnPoMTBRSFl8MTKcT9wT2M { width:20rem;height:3.4375rem;top:134.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3godqtbm5uQ7eeDKt4sfM77DobAmZ1S { display:block; }
 }@media only screen and (max-width: 763px) { #BnF2KCrgNNsFCQCubPttAQOuODpxvV3M { width:20rem;height:3.4375rem;top:130.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsTX4qpqfJEJ3TZfISXZHTgf1PrPkS7X { display:block; }
 }@media only screen and (max-width: 763px) { #bfTH0arhtwKyyP53GwJeSIqh4iHSJMok { display:block; }#bfTH0arhtwKyyP53GwJeSIqh4iHSJMok > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aw43Ty9aoz3Z8NnHH3iX1xwCTJPCgpuE { width:20rem;height:3.8994125rem;top:2.375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s3wamsfelRLJbEsHWhgc18ph0KRm2hTd { width:15.875rem;height:4.375rem;top:7.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ5UTJsuIeJt4sGqyRRyQ2KBTtI8oXsz { display:block; }
 }@media only screen and (max-width: 763px) { #b4G3keo36sCH80ezIpoMb89V7MT9qqQK { width:15.8125rem;height:4.1875rem;top:7.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V45eszuvLMqs8GlvccQeOM57XiTgBdXB { display:flex;width:2.4375rem;height:2.4375rem;top:8.5rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #BlfgtnChkC5XCRwPl6ZlckFX7dUy8rkv { width:11.3125rem;height:0.9746125rem;top:8.375rem;left:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xtz5AGuqqbabC7fOW380xeXBb3dqvOtm { width:11.1875rem;height:1.86865rem;top:9.5rem;left:5.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFNNnwFB8TSJ1iRyhcOOwzonXoO8b0a5 { display:block; }#gFNNnwFB8TSJ1iRyhcOOwzonXoO8b0a5 > .row .container { width:20rem;height:61.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NghyeAhxOwteM175DZXntIzFGSsNAJZg { width:20rem;height:22.5rem;top:27.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrZNUMFXa0WGanEfJW8J5ZIkqxlqzWcA { width:20rem;height:4.19921875rem;top:22.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3MfCWoT3X6FMTrem4znbRq0OqA0FMKr { width:20rem;height:3.4375rem;top:55.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v130CmlCOJlbZlhUITsvBECPndJceEaE { display:block; }
 }@media only screen and (max-width: 763px) { #pTNityex0tn4B3pN9KhbyXeOe6w0vTlM { width:20rem;height:3.4375rem;top:51.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCzy5phHau5uGcHoJTFivewOD2uJ4GVK { display:block; }
 }@media only screen and (max-width: 763px) { #iedI5cB2Lrp5kTyl3eAJPOhPTCJFqOLZ { width:20rem;height:18.6425625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf94ewgIGrTqCUebwg307O5ofMds3uft { display:block; }#Wf94ewgIGrTqCUebwg307O5ofMds3uft > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqoQv7sOVBFVyy1UlpPi7Asd445u2M3P { width:20rem;height:15rem;top:28.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qom3ohLLaeqBaiVhswqfgqgKkCGAsRx4 { width:20rem;height:8.3984375rem;top:18.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU9eBqnHEdMT6hU7uQ3PxIAX8mE9cwDz { width:20rem;height:3.4375rem;top:50.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ5VaLkDBGt0Ism0UTMzdv80NBWJqaPT { display:block; }
 }@media only screen and (max-width: 763px) { #LkCpMZFnJGGbX5LR8cPZx64rALmeBSOA { width:20rem;height:3.4375rem;top:45.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPnzwrIm8Azpr2icCHqvBCrAxxkahHVM { display:block; }
 }@media only screen and (max-width: 763px) { #PBAaIe1fBTkd9R0gFvUTsETWwvA3DPdh { width:20rem;height:16.516625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHO1p3GRWAwmTZCIHenSFfSQtSMHQ1eM { display:block; }#dHO1p3GRWAwmTZCIHenSFfSQtSMHQ1eM > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kenl0mLaT6DSDKnByWPmwrSKTOLW8XMn { width:20rem;height:4.19921875rem;top:2.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l33lnO0HshWeIHhI6tuHX9tVOw9OAfa4 { width:15.875rem;height:4.375rem;top:8.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk1XaZPKBf9UGTdFfTGidazK6ctdlPon { display:block; }
 }@media only screen and (max-width: 763px) { #Wge2vZIDkADlHU9c9UCNw9OZL2zHzeJq { width:15.8125rem;height:4.1875rem;top:8.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWQqCOQOFgDOVsF1pXQSSsMRMgvp2eSG { display:flex;width:2.4375rem;height:2.4375rem;top:9rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #Wpr651xKVv0PIiNpqTF8wU9Gq3kgwfkP { width:11.3125rem;height:0.9746125rem;top:8.875rem;left:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x617koO1bgM43HKNorqHhwMHu0iMct4H { width:11.1875rem;height:1.86865rem;top:10rem;left:5.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDmNBlxuPFvcSEWvI5pebT0ZND2LAG6K { display:block; }#CDmNBlxuPFvcSEWvI5pebT0ZND2LAG6K > .row .container { width:20rem;height:77.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPrZCchSlfmkMzLgJNVePRKtwGPTmJRn { width:20rem;height:2.2749rem;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ7EiCzac0mQXgTiKhdTC5UQkuSmU1Wa { width:20rem;height:20.875rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSqAk2dWQkuMZt6dPl1gf7FpDFfobDP0 { width:7.8125rem;height:1.3125rem;top:24rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqRBItnu39b3t47M1UZCn7ix1yw7VkfW { width:10.4375rem;height:1.6875rem;top:22.375rem;left:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg2B0t86RkZ3FmCpb6kqsWvQ7xLm5R3k { width:17.5rem;height:3.375rem;top:8.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v13rTB715OtdNxiUrJQ55SXI73QRlVSK { width:3.125rem;height:3.125rem;top:22.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7mERlc1M1yRDKVvCiD2UVEbFMbagm0K { width:17.5rem;height:9rem;top:12.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzDIbGPRa6BkeTPhzgI1JVW93ScXLaIg { width:20rem;height:22.25rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt78IZ3cS9CvGDGdKZ7MtoMUWope7T1z { width:7.8125rem;height:1.3125rem;top:47.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0lpcrbfqM4VOiBoXJv4vlRHDFZZEwm6 { width:10.4375rem;height:1.6875rem;top:45.5625rem;left:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGx7CtPJtebdfOob5kXpI6S0zguGiV2M { width:3.125rem;height:3.125rem;top:45.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU48zfQqgm5BQ2KvaQhVfp4lvCm6f5cd { width:17.5rem;height:10.5rem;top:34.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c907hiU0RhcwuLGSC3X8G9ETKpR6icXA { width:17.5rem;height:3.375rem;top:30.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8kmBdMenalSE5RvrM8G9NoF8If1zuDs { width:20rem;height:21.625rem;top:52.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbvR6Cv0n96T8Uoht6T3MwexApmz7GZ6 { width:7.8125rem;height:1.3125rem;top:69.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9O499X3biTQ5IT01pBPmzXgudgWpmI4 { width:10.4375rem;height:1.6875rem;top:67.8125rem;left:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvpXfWTU1lrDShZkpFz93rp6s7XlPOTq { width:17.5rem;height:10.5rem;top:56.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5CbRTXzvV0MTMrEAWGp8Z7QHqTXoPsm { width:3.125rem;height:3.125rem;top:67.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7JstPGDQFNfRSDo9GQPRQT1nZqGxeld { width:17.5rem;height:1.6875rem;top:53.875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4w5TELrHBILyPRsZaWLxvk4O3ubsiXR { display:block; }#i4w5TELrHBILyPRsZaWLxvk4O3ubsiXR > .row .container { width:20rem;height:334.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hshtT99QMpT7oUoAHtJkucVM2Pf1OWGW { width:20rem;height:4.548825rem;top:0.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tprrdxVlo64py2UCUwiRa6LFJDqs44w7 { width:20rem;height:30.8125rem;top:6.287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhkFhCS0mfALVRF5rNabXVKqMR8Tkl4U { width:20rem;height:30.8125rem;top:38.349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaroIVhZ6PI5qKAX1JkltkzReGSf8cuJ { width:20rem;height:30.8125rem;top:70.412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv4OAelkTh4wSUXzraLzvUbhTVIAF5xV { width:20rem;height:30.8125rem;top:102.474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8u7GD9f6CiPbhEMVGTN1qUAMwOQ0gxg { width:20rem;height:7.4375rem;top:134.537109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWxrJGMLkVPdwk3D27EIZVZ1yQb88E0K { width:20rem;height:15rem;top:143.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtN0VHrz1mJbqwzHieM6NU0uCUbaNQW8 { width:20rem;height:15rem;top:159.673828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp0hSdnvaXGVKvT5wQIHTIWKoWV4Nmek { width:20rem;height:30.8125rem;top:176.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFm7sBUog9ObMLOTlDrF9bRbTpgTfCHT { width:20rem;height:30.8125rem;top:207.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuBr9ppa2HOWXz1GUZNcG0OUDPBxmPey { width:20rem;height:30.8125rem;top:239.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX5sKy7Z34bqfB0Ni6874xCifmONRmHR { width:20rem;height:30.8125rem;top:272.0234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOsFfGy8anx4PeEdC4Dadst63PKlv9F3 { width:19.0625rem;height:14.1875rem;top:304.2109375rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBPlCR1zyMpoPwp4NGrfT9m8Dm811nXc { width:18.9375rem;height:14rem;top:319.5234375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7WrurUPu0fPEmTEFMhWA90AOi9TUClt { display:block; }#h7WrurUPu0fPEmTEFMhWA90AOi9TUClt > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V22uHkT6bceNaSDGnUJz2dI95Xw7HFl4 { width:18.0625rem;height:4.19921875rem;top:2.5rem;left:0.96875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7VTGF4wIzyWabBO142UbKIvhJwTS5KV { width:19.5625rem;height:3rem;top:16.1875rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmLz7O7ZvymEiXdSegQUFTrMRuel4x5Z { width:19.5625rem;height:1.92480625rem;top:13.625rem;left:0.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUpHZy9eTDURPTvGnD7XkVldEBo0C7Fr { width:19.5625rem;height:4.5rem;top:28.8125rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTo2ODPl4Vg4wcVe0vE5SPBqFbzGICWF { width:19.5625rem;height:1.92480625rem;top:26.3125rem;left:0.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fySkaJBh0c0RykiS93AxbBtX91LrhMFv { width:19.5625rem;height:4.5rem;top:42.9375rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zenTQvqEcxyN39fu5QtyI9LHTAs8NTE8 { width:19.5625rem;height:1.92480625rem;top:40.375rem;left:0.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnPQX7MdwRKMTD60Udm2d1RXD3X3TsHw { width:4.375rem;height:4.375rem;top:8.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRGuhgCpNzTu0lGlaMfMVMrBPeF5xloF { width:4.375rem;height:4.375rem;top:20.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCSF1V9PoiVBAHCgeyqN5snf2F4Fd4Mi { width:4.375rem;height:4.375rem;top:35.125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgpF89gVT2clPohVnZO5vFT8qR8XW5HT { width:20rem;height:3.4375rem;top:54.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAa2upQMfUMPx2tfCcThLTqTv15z20qb { display:block; }
 }@media only screen and (max-width: 763px) { #XJVK9XQaJ1cc9LKxeHVd3beE2whFDQSs { width:20rem;height:3.4375rem;top:49.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7aQKNmvokIwIPlZrbR5mfWzUS8aNDTq { display:block; }
 }@media only screen and (max-width: 763px) { #AmT2vKEat6o2RroZ8SNgdv0St7B4uvFS { display:block; }#AmT2vKEat6o2RroZ8SNgdv0St7B4uvFS > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hRxASX7gy8GGovTAFlgZ8HcIJ05sV1gQ { width:20rem;height:6.2988125rem;top:2.5615234375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEyngsSU8V8GwEZsI2CkiFixnlATEssS { width:20rem;height:4.78125rem;top:9.859375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJQ8U5soPhxNpgh2Q70IWmuSyIw6xhDe { width:20rem;height:3.4375rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM5RgHTk4ohRI2cxTKIuVCxLhTzzoZTe { display:block; }
 }@media only screen and (max-width: 763px) { #Iilmw6XO8QzhzEILlMoSlfHJsEiTIAAr { width:20rem;height:3.4375rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCZb1yHrEP1CJh8sMhsWz3TbJUOHMHt0 { display:block; }
 }@media only screen and (max-width: 763px) { #TAWEXgbRdJUQ2sMI2mXfuuf77Q8ECEPX { display:block; }#TAWEXgbRdJUQ2sMI2mXfuuf77Q8ECEPX > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0122fIKZVgB8fHEDRZz2De27ACLvKpW { width:20rem;height:2.625rem;top:3.90625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH8zTNnKgsTI0aFkTA1t2GE58gK8nt20 { width:10.625rem;height:1.4375rem;top:1.6875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns0N6eCgPiP6TpS1ZDgGgy4L3evPXTnE { display:block; }
 }@media only screen and (max-width: 763px) { #XzWvmRmpUyK6kAtQhvCBobbZERyguz9g { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#XzWvmRmpUyK6kAtQhvCBobbZERyguz9g > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEgieezgWiUNtIiPoBpbciRv6WluNynX { width:17.5625rem;height:3.4375rem;top:0rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKcvW2dNHA6bXRcgcIrkG19iB5Sg5UI9 { display:block; }
 }