.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a03f0ece-f133-4e40-8234-bb553d9ccbdd/hero.webp");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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:71.625rem;width:75rem;overflow:visible;position:relative;display:block; }#KGV5raS5gPwCPk0kbif8b9E0ZAP40RqF { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:26.875rem;top:10.4375rem;left:0rem;overflow:hidden;display:block; }
#pbVSFl5eZDiWm1Zxr8X7f3qZW9BOicbT { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45rem;width:50rem;top:6.5833334922787rem;left:39.789674330412rem;overflow:hidden;display:block; }
#m3SFP49AuuDMcm1iAwX8IEVd7KD0xdFI { color:#191919;display:block;width:38.875rem;position:absolute;font-family:"work sans";font-size:4.375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:16.625rem;left:0rem;height:14.4375rem;font-style:normal;display:block; }
#vnCatyQ09O2JC9hv4ec3LJSiEsE88ZMT { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:32.9453125rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#o0obAdtMripU9R9WBiRFfutWtJMbHKRd { color:rgba(var(--color-tertiary-4),1);display:block;width:29rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:37.1875rem;left:0rem;height:3.57421875rem;display:block; }
#MLvu8M8msyQHZppGnNXX1w6eCoOCu3cP { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:5.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:43.6875rem;left:0rem;display:block; }
#q0XO0F4qeBwDbDb741iDwiblMTxvIqFV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zwPWe1ut7cWN1PTUR3eKthpvX5NprsB6 { box-sizing:content-box;height:48.25rem;width:74.6875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0.625rem 0.625rem 0rem #000000 ;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;top:61.229166030884rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#U13AE9KtsV2VPCclw9uT7QkpkRt1qfMK { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.3125rem;width:75rem;top:61.229169845581rem;left:0rem;overflow:hidden;display:block; }
#b07sNuuaTCDkKP7TXcZ4hzye48f0nmrv { color:#191919;display:block;width:45.5625rem;position:absolute;font-family:"work sans";font-size:4.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:68.3750038147rem;left:14.71875rem;height:9.6245625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RXFxuDOqpTQcDqhT0NCLupdXxbBzHJaA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1500f7e6-5339-41a7-ad50-5a46e2eb5771/background_2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RXFxuDOqpTQcDqhT0NCLupdXxbBzHJaA.adaptive-delivery-prevent-bg, #RXFxuDOqpTQcDqhT0NCLupdXxbBzHJaA.lazyload, #RXFxuDOqpTQcDqhT0NCLupdXxbBzHJaA.lazyloading { background-image: none; }#RXFxuDOqpTQcDqhT0NCLupdXxbBzHJaA > .row .container { background-color: transparent; background-image: none; }#RXFxuDOqpTQcDqhT0NCLupdXxbBzHJaA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXFxuDOqpTQcDqhT0NCLupdXxbBzHJaA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXFxuDOqpTQcDqhT0NCLupdXxbBzHJaA > .row .container > .video-iframe-container { display: none; }#RXFxuDOqpTQcDqhT0NCLupdXxbBzHJaA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXFxuDOqpTQcDqhT0NCLupdXxbBzHJaA > .row > .video-iframe-container { display: none; }#RXFxuDOqpTQcDqhT0NCLupdXxbBzHJaA > .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); }#RXFxuDOqpTQcDqhT0NCLupdXxbBzHJaA > .row .container { border-width: 0; border-radius: 0; }#RXFxuDOqpTQcDqhT0NCLupdXxbBzHJaA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RXFxuDOqpTQcDqhT0NCLupdXxbBzHJaA > .row .container { font-size:0.875rem;font-family:arial;height:88.0625rem;width:75rem;position:relative;display:block; }#cM6uhPhpTZCExrkECHscVrXsLbR1ked6 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:22.125rem;top:9.9348964691163rem;left:2.14453125rem;overflow:hidden;display:block; }
#wTp4XxekRbegOl4nk4AhWfV2t9yVdhF4 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:22.125rem;top:9.9036464691163rem;left:26.4375rem;overflow:hidden;display:block; }
#k5OK3gMQtyDpGQ7UKpNTLpPbS4bT01nc { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:22.125rem;top:9.9036464691163rem;left:50.687503814698rem;overflow:hidden;display:block; }
#K8TpfSPRBMKF7t7vhu04f9qFSMGmmVbL { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:5.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.562503814698rem;left:21.875rem;display:block; }
#e0gUUx85D2T8ugQZRqZi6TB1FeQAsSDW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XnTKhV78EdG7ySAPNKVfVZVQSDy0A4Kg { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.3125rem;width:75rem;top:61.229169845581rem;left:0rem;overflow:hidden;display:none; }
#m6EOTBLMmdXUcIlPx5ecEmchkQH0yO2X { box-sizing:content-box;height:48.25rem;width:74.6875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0.625rem 0.625rem 0rem #000000 ;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;top:61.229166030884rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#AQZBdu0nP5umU1khd2ilsxNf4AJWTNuX { color:#191919;display:block;width:45.5625rem;position:absolute;font-family:"work sans";font-size:4.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:68.3750038147rem;left:14.71875rem;height:9.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RUcrL09mUJEKJnArG7mOQJxRW1DTf8cl { box-sizing:content-box;height:35.5625rem;width:74.6875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4e13936a-3213-41d1-af11-592b9c31af41/backgroundcontent.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.625rem 0.625rem 0rem #000000 ;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;top:45.041665077209rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#RUcrL09mUJEKJnArG7mOQJxRW1DTf8cl.adaptive-delivery-prevent-bg, #RUcrL09mUJEKJnArG7mOQJxRW1DTf8cl.lazyload, #RUcrL09mUJEKJnArG7mOQJxRW1DTf8cl.lazyloading { background-image: none; }
#iE1PC3pQsyLHheOLWTWoUJFvQEeqROkc { position:absolute;display:block;z-index:15007;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.0625rem;width:75rem;top:45.040361404419rem;left:0rem;overflow:hidden;display:block; }
#hWQlZVAeA0zKNwTR9aHAc6A8PTk5tBTr { color:#191919;display:block;width:69.9375rem;position:absolute;font-family:"work sans";font-size:2.9375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:52.5625rem;left:2.53125rem;height:3.23046875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yK4Btq0dEeH0nMFoiTSycAuE6MX1mP9s { color:rgba(var(--color-tertiary-4),1);display:block;width:29rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:56.8125rem;left:23rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yVyeRi4ECDkMgBD8TFnVhtIARvfPLVxr { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:71.125rem;top:61.0625rem;left:1.9375rem;overflow:hidden;display:block; }
#cUwIutoW43z5Ne7lyntU01xE1k3e80or { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71.1875rem;width:75rem;display:none; }
#zSr9LTlcWyTUJQFQZwLPrXKhg2SKd6rS { border-top:0.25rem solid #000000;border-left:0;border-right:0;border-bottom:0.875rem solid #000000;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5dfdf1a9-8850-4207-b326-28bf77cc8f52/banner.webp");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; }#zSr9LTlcWyTUJQFQZwLPrXKhg2SKd6rS.adaptive-delivery-prevent-bg, #zSr9LTlcWyTUJQFQZwLPrXKhg2SKd6rS.lazyload, #zSr9LTlcWyTUJQFQZwLPrXKhg2SKd6rS.lazyloading { background-image: none; }#zSr9LTlcWyTUJQFQZwLPrXKhg2SKd6rS > .row .container { background-color: transparent; background-image: none; }#zSr9LTlcWyTUJQFQZwLPrXKhg2SKd6rS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSr9LTlcWyTUJQFQZwLPrXKhg2SKd6rS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSr9LTlcWyTUJQFQZwLPrXKhg2SKd6rS > .row .container > .video-iframe-container { display: none; }#zSr9LTlcWyTUJQFQZwLPrXKhg2SKd6rS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSr9LTlcWyTUJQFQZwLPrXKhg2SKd6rS > .row > .video-iframe-container { display: none; }#zSr9LTlcWyTUJQFQZwLPrXKhg2SKd6rS > .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); }#zSr9LTlcWyTUJQFQZwLPrXKhg2SKd6rS > .row .container { border-width: 0; border-radius: 0; }#zSr9LTlcWyTUJQFQZwLPrXKhg2SKd6rS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zSr9LTlcWyTUJQFQZwLPrXKhg2SKd6rS > .row .container { font-size:0.875rem;font-family:arial;height:24.72916875rem;width:75rem;position:relative;display:block; }#ZDIgfxvLSVGSQwpfmVf5MahTy70Gkolw { box-sizing:content-box;height:5.8125rem;width:68.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;top:0rem;left:3.0416660308838rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
#tIcl7tBnMBvImq2ntXXg2WJ1JTZtMTwD { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:4.625rem;top:0.98828125rem;left:4.08203125rem;overflow:hidden;display:block; }
#VaX9AeKyLc9WiKces8O6GsrMhpTZgf8o { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:75rem;top:9.1445331573488rem;left:0rem;overflow:hidden;display:block; }
#pCuomRXvh2QAWCWdr5w8dn5ebGeb3OTP { color:rgba(var(--color-tertiary-4),1);display:block;width:36.625rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:1.30078125rem;left:19.1875rem;height:3.125rem;font-style:normal;display:block; }
#HQ2X5pPIsnWVuc6kHWM2AZXANumoK0U8 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:59.6875rem;width:75rem;display:none; }
#wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f223289a-cdd6-4f57-a87d-e25be46f85ca/background_3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N.adaptive-delivery-prevent-bg, #wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N.lazyload, #wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N.lazyloading { background-image: none; }#wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N > .row .container { background-color: transparent; background-image: none; }#wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N > .row .container > .video-iframe-container { display: none; }#wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N > .row > .video-iframe-container { display: none; }#wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N > .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); }#wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N > .row .container { border-width: 0; border-radius: 0; }#wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N > .row .container { font-size:0.875rem;font-family:arial;height:69.1875rem;width:75rem;position:relative;display:block; }#Akg2hLiz8kFRoUz4eGXi3nitmkwe05oN { box-sizing:content-box;height:56.5rem;width:36.25rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/efafad43-8aff-4fbf-99b1-711a3532c756/s3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.625rem 0.625rem 0rem #000000 ;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;top:8.6015628576281rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#Akg2hLiz8kFRoUz4eGXi3nitmkwe05oN.adaptive-delivery-prevent-bg, #Akg2hLiz8kFRoUz4eGXi3nitmkwe05oN.lazyload, #Akg2hLiz8kFRoUz4eGXi3nitmkwe05oN.lazyloading { background-image: none; }
#Wt4cAOQOi7oDEdh6XuWmiET4Ui1m80Tt { box-sizing:content-box;height:56.5rem;width:36.25rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/efafad43-8aff-4fbf-99b1-711a3532c756/s3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.625rem 0.625rem 0rem #000000 ;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;top:8.6002607345581rem;left:38.415363311767rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#Wt4cAOQOi7oDEdh6XuWmiET4Ui1m80Tt.adaptive-delivery-prevent-bg, #Wt4cAOQOi7oDEdh6XuWmiET4Ui1m80Tt.lazyload, #Wt4cAOQOi7oDEdh6XuWmiET4Ui1m80Tt.lazyloading { background-image: none; }
#eDaEim3m109QfetXSNP1lyUlgewGWr2x { position:absolute;display:block;z-index:15008;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.125rem;width:36.375rem;top:8.6015682220456rem;left:0rem;overflow:hidden;display:block; }
#XzXPytgSz0w9kNZMkE8RduP7u2TTVOiH { position:absolute;display:block;z-index:15009;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.25rem;width:36.375rem;top:8.5rem;left:38.375rem;overflow:hidden;display:block; }
#TrkZ9BesxTOCNlpC2mwOIMhQmbozAcdQ { color:#191919;display:block;width:36.625rem;position:absolute;font-family:"work sans";font-size:2.25rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:16.238290786743rem;left:1.8723945617676rem;height:2.25043125rem;font-style:normal;display:block; }
#eNQEA2g6mR5rtMy90hsRWtW2Ry8wUa7E { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.6875rem;left:1.87109375rem;height:17.8711rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kAfbVEwvla5rDcWdx4vRVAPM98cysF9P { color:#191919;display:block;width:36.625rem;position:absolute;font-family:"work sans";font-size:1.875rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:39.92578125rem;left:1.8723945617676rem;height:1.875rem;font-style:normal;display:block; }
#bEt9kiqrWR09yAeOv0n61teEpGTSA6Wl { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:31.1875rem;top:43.830729484558rem;left:1.87109375rem;overflow:hidden;display:block; }
#bEf6b3rqxRhS3IU8Ra54nVa3hEbWoCUC { color:#191919;display:block;width:36.625rem;position:absolute;font-family:"work sans";font-size:2.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:16.238282203674rem;left:38.373699188233rem;height:4.50086875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V1xyNtmEnxRlLMOf1OdR4ID8deXtpnsA { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:22.4560546875rem;left:40.10009765625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aBiCh0kfbhh1tzcDxroUUo75Khd8z7MN { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:26.125rem;top:26.343750953674rem;left:43.644535064698rem;overflow:hidden;display:block; }
#wdnAyObZ7JMD6kq65hsvFpfWBfGv0AcI { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:16.1875rem;top:39.550784111023rem;left:48.613285064698rem;overflow:hidden;display:block; }
#QzMS4AC4EHk4iIWSfnuyfx8ETR6xd0Hl { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:46.562502861023rem;left:40.082035064698rem;height:1.62435rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l625QtBGfraVa5RD7TEdUXzB0hkFm0V9 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:49.361979484558rem;left:44.644535064698rem;height:4.063475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M4BZGQB2iBl3HfXu6shNcLTPl4RSWCPe { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.2495rem;height:5.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:55.35791015625rem;left:41.1005859375rem;display:block; }
#QWM7opaS1QSLlRnJzCXFdn33qCvn2Olk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uq8xN8Th8NEgE15S74fPJ0uciDv7ctWQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b674d0d4-9f13-460d-90ad-df82ac95e655/background_4.webp");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; }#uq8xN8Th8NEgE15S74fPJ0uciDv7ctWQ.adaptive-delivery-prevent-bg, #uq8xN8Th8NEgE15S74fPJ0uciDv7ctWQ.lazyload, #uq8xN8Th8NEgE15S74fPJ0uciDv7ctWQ.lazyloading { background-image: none; }#uq8xN8Th8NEgE15S74fPJ0uciDv7ctWQ > .row .container { background-color: transparent; background-image: none; }#uq8xN8Th8NEgE15S74fPJ0uciDv7ctWQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uq8xN8Th8NEgE15S74fPJ0uciDv7ctWQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uq8xN8Th8NEgE15S74fPJ0uciDv7ctWQ > .row .container > .video-iframe-container { display: none; }#uq8xN8Th8NEgE15S74fPJ0uciDv7ctWQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uq8xN8Th8NEgE15S74fPJ0uciDv7ctWQ > .row > .video-iframe-container { display: none; }#uq8xN8Th8NEgE15S74fPJ0uciDv7ctWQ > .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); }#uq8xN8Th8NEgE15S74fPJ0uciDv7ctWQ > .row .container { border-width: 0; border-radius: 0; }#uq8xN8Th8NEgE15S74fPJ0uciDv7ctWQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uq8xN8Th8NEgE15S74fPJ0uciDv7ctWQ > .row .container { font-size:0.875rem;font-family:arial;height:59.5rem;width:75rem;position:relative;display:block; }#vQixRhzlUKtfLG39IZaSHL8rmwQXdwEq { box-sizing:content-box;height:41.625rem;width:74.6875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ed90eda1-2641-4463-a0d9-3efb5a959d79/s6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.625rem 0.625rem 0rem #000000 ;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;top:3.1875rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }#vQixRhzlUKtfLG39IZaSHL8rmwQXdwEq.adaptive-delivery-prevent-bg, #vQixRhzlUKtfLG39IZaSHL8rmwQXdwEq.lazyload, #vQixRhzlUKtfLG39IZaSHL8rmwQXdwEq.lazyloading { background-image: none; }
#w4BWahMtwVkme0qXdT1ilVPxJ3QLMxG0 { position:absolute;display:block;z-index:15009;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.06206875rem;width:75rem;top:3.1875rem;left:0rem;overflow:hidden;display:block; }
#EFS285h9ZaFBEyDPKHwTx9m0qNxVblf2 { color:#191919;display:block;width:34.3125rem;position:absolute;font-family:"work sans";font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:12.22981262207rem;left:4.7178821563721rem;height:8.2486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NFw1KVbntXybmKtwD1RtCKry9dLtHUC3 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.2489375rem;height:5.81163125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:23.731554031372rem;left:4.7178821563721rem;display:block; }
#cDcksbLa4N7OymGRDiaGZ1RNhpUqowyx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UyGal1oKaMWpnPbqJ29AWM2L013faKEX { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:28.5rem;top:11.5rem;left:43.25rem;overflow:hidden;display:block; }
#SJ33TmHTTVrmIOdsze0PlkC491IvsRso { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:28.4375rem;top:24.248903274536rem;left:43.280166625976rem;overflow:hidden;display:block; }
#P1NbbwALkbeDXn4Hemi32z3urDkGp0OM { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:28.125rem;top:36.623266220093rem;left:43.280166625976rem;overflow:hidden;display:block; }
#VNe6BTt1BN1eMhplmp3wGqANKbzC9F6R { box-sizing:content-box;height:8rem;width:68.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0.75rem 0.75rem 0rem #000000 ;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;top:56.5rem;left:3.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#yidyzn4FDFBC368DKwt6ofmvb1ZTghJT { color:#191919;display:block;width:36.624375rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:57.8125rem;left:19.1875rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AKlMFmssVPrX9F67sPR06J50vF1Jy0B7 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.12305rem;width:4.62456875rem;top:58.25rem;left:4.0625rem;overflow:hidden;display:block; }
#UwfrOiTkCwRzhOuA3JHKRyvJCJ9EtGQR { border-top:0.25rem solid #000000;border-left:0;border-right:0;border-bottom:0.875rem solid #000000;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5dfdf1a9-8850-4207-b326-28bf77cc8f52/banner.webp");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; }#UwfrOiTkCwRzhOuA3JHKRyvJCJ9EtGQR.adaptive-delivery-prevent-bg, #UwfrOiTkCwRzhOuA3JHKRyvJCJ9EtGQR.lazyload, #UwfrOiTkCwRzhOuA3JHKRyvJCJ9EtGQR.lazyloading { background-image: none; }#UwfrOiTkCwRzhOuA3JHKRyvJCJ9EtGQR > .row .container { background-color: transparent; background-image: none; }#UwfrOiTkCwRzhOuA3JHKRyvJCJ9EtGQR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwfrOiTkCwRzhOuA3JHKRyvJCJ9EtGQR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwfrOiTkCwRzhOuA3JHKRyvJCJ9EtGQR > .row .container > .video-iframe-container { display: none; }#UwfrOiTkCwRzhOuA3JHKRyvJCJ9EtGQR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwfrOiTkCwRzhOuA3JHKRyvJCJ9EtGQR > .row > .video-iframe-container { display: none; }#UwfrOiTkCwRzhOuA3JHKRyvJCJ9EtGQR > .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); }#UwfrOiTkCwRzhOuA3JHKRyvJCJ9EtGQR > .row .container { border-width: 0; border-radius: 0; }#UwfrOiTkCwRzhOuA3JHKRyvJCJ9EtGQR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UwfrOiTkCwRzhOuA3JHKRyvJCJ9EtGQR > .row .container { font-size:0.875rem;font-family:arial;height:27.458335625rem;width:75rem;position:relative;display:block; }#gpHPKcflAMyJepiNzN8QnRgvTeoHlouI { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1235rem;width:75rem;top:8.2910165786744rem;left:0rem;overflow:hidden;display:block; }
#RGPSxc3uJvBZkLuUsy1roGbOA2Q8u6u0 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.6875rem;width:75rem;display:none; }
#QWJCPvwcB1fcBssxRzShZ7MnFbmmTsKM { color:rgba(var(--color-tertiary-4),1);display:block;width:33.2498125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.9375rem;left:20.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DcyEsWLdMsmZi5GKp1fOciEgGrO7Xwsh { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:22.730034828186rem;left:0rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ps9hmAGy9nTFnX4dxmXKMg2taDkqdcGA { box-sizing:content-box;height:7.999125rem;width:68.75rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.75rem 0.75rem 0rem #000000 ;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;top:2.0312509536743rem;left:4.0820331573486rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
#uodAd5XAiTA2G4k4AyNF0ZLyJkE8irCT { color:#191919;display:block;width:36.624375rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:2.1061201095581rem;left:19.187286376953rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EqCycsg5kT6sPq0qvVGTRLyiNlTUWcck { position:relative;display:block; }#EqCycsg5kT6sPq0qvVGTRLyiNlTUWcck { background-color: transparent; background-image: none; }#EqCycsg5kT6sPq0qvVGTRLyiNlTUWcck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqCycsg5kT6sPq0qvVGTRLyiNlTUWcck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqCycsg5kT6sPq0qvVGTRLyiNlTUWcck > .row .container > .video-iframe-container { display: none; }#EqCycsg5kT6sPq0qvVGTRLyiNlTUWcck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqCycsg5kT6sPq0qvVGTRLyiNlTUWcck > .row > .video-iframe-container { display: none; }#EqCycsg5kT6sPq0qvVGTRLyiNlTUWcck > .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); }#EqCycsg5kT6sPq0qvVGTRLyiNlTUWcck { border-width: 0; border-radius: 0; }#EqCycsg5kT6sPq0qvVGTRLyiNlTUWcck > .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; }#EqCycsg5kT6sPq0qvVGTRLyiNlTUWcck > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:48.8125rem;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; }#T2eJL2kOIXmnWnfLi1rWBHSvZtuTAUhP { box-sizing:content-box;height:28.0625rem;width:74.6875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: 0.625rem 0.625rem 0rem #000000 ;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;top:5.120459869504rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#msHdsI48rFcNUlINSfmtCrsTCTFaItPG { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:29.875rem;top:2.3068580627441rem;left:43.435333251953rem;overflow:hidden;display:block; }
#rqyW7ziOfi8pOGktrJDWUzzBqQnJX6q5 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:4.625rem;top:7.4598541259762rem;left:1.6851139068604rem;overflow:hidden;display:block; }
#UXxss26NhsQmKClwJ5XlWyN6T7Rx1Pv3 { color:#191919;display:block;width:33.186875rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:11.749132156372rem;left:3.4993495941162rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vsh3WAFHEgb8z0oTdRtHG8h6FWcJulI9 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.2489375rem;height:5.81055rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:20.812719345092rem;left:3.4993495941162rem;display:block; }
#d6Hy18Zhv88ufv3bDeHcqcu6671OGcTk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MouOHFcdOPR0ddeaE1Qi8QbeTxI8I2uG { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:41.585285186767rem;left:0rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGV5raS5gPwCPk0kbif8b9E0ZAP40RqF { top:10.4375rem;left:0rem;width:26.875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbVSFl5eZDiWm1Zxr8X7f3qZW9BOicbT { top:6.5625rem;left:0rem;width:47.75rem;height:42.975rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3SFP49AuuDMcm1iAwX8IEVd7KD0xdFI { top:16.625rem;left:0rem;width:38.875rem;height:14.4375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnCatyQ09O2JC9hv4ec3LJSiEsE88ZMT { top:32.9375rem;left:0rem;width:33.6875rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0obAdtMripU9R9WBiRFfutWtJMbHKRd { top:37.1875rem;left:0rem;width:29rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLvu8M8msyQHZppGnNXX1w6eCoOCu3cP { width:31.25rem;height:5.8125rem;top:43.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0XO0F4qeBwDbDb741iDwiblMTxvIqFV { display:block; }
 }@media only screen and (max-width: 763px) { #zwPWe1ut7cWN1PTUR3eKthpvX5NprsB6 { top:61.1875rem;left:0rem;width:47.375rem;height:48.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U13AE9KtsV2VPCclw9uT7QkpkRt1qfMK { top:61.1875rem;left:0rem;width:47.75rem;height:2.1089583333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #b07sNuuaTCDkKP7TXcZ4hzye48f0nmrv { top:68.375rem;left:1.09375rem;width:45.5625rem;height:9.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXFxuDOqpTQcDqhT0NCLupdXxbBzHJaA { display:block; }#RXFxuDOqpTQcDqhT0NCLupdXxbBzHJaA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cM6uhPhpTZCExrkECHscVrXsLbR1ked6 { top:9.875rem;left:0rem;width:22.125rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTp4XxekRbegOl4nk4AhWfV2t9yVdhF4 { top:9.875rem;left:12.8125rem;width:22.125rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5OK3gMQtyDpGQ7UKpNTLpPbS4bT01nc { top:9.875rem;left:25.625rem;width:22.125rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8TpfSPRBMKF7t7vhu04f9qFSMGmmVbL { width:31.25rem;height:5.8125rem;top:34.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0gUUx85D2T8ugQZRqZi6TB1FeQAsSDW { display:block; }
 }@media only screen and (max-width: 763px) { #XnTKhV78EdG7ySAPNKVfVZVQSDy0A4Kg { top:61.1875rem;left:0rem;width:47.75rem;height:2.1089583333333rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6EOTBLMmdXUcIlPx5ecEmchkQH0yO2X { top:61.1875rem;left:0rem;width:47.375rem;height:48.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQZBdu0nP5umU1khd2ilsxNf4AJWTNuX { top:68.375rem;left:1.09375rem;width:45.5625rem;height:9.625rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RUcrL09mUJEKJnArG7mOQJxRW1DTf8cl { top:45rem;left:0rem;width:47.375rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE1PC3pQsyLHheOLWTWoUJFvQEeqROkc { top:45rem;left:0rem;width:47.625rem;height:1.9446875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWQlZVAeA0zKNwTR9aHAc6A8PTk5tBTr { top:52.5625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK4Btq0dEeH0nMFoiTSycAuE6MX1mP9s { top:56.8125rem;left:9.375rem;width:29rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVyeRi4ECDkMgBD8TFnVhtIARvfPLVxr { top:61.0625rem;left:0rem;width:47.75rem;height:9.6507029876977rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUwIutoW43z5Ne7lyntU01xE1k3e80or { width:47.75rem;height:45.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSr9LTlcWyTUJQFQZwLPrXKhg2SKd6rS { display:block; }#zSr9LTlcWyTUJQFQZwLPrXKhg2SKd6rS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDIgfxvLSVGSQwpfmVf5MahTy70Gkolw { top:0rem;left:0rem;width:47.5rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIcl7tBnMBvImq2ntXXg2WJ1JTZtMTwD { top:0.9375rem;left:0rem;width:4.625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaX9AeKyLc9WiKces8O6GsrMhpTZgf8o { top:9.125rem;left:0rem;width:47.75rem;height:7.0033333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCuomRXvh2QAWCWdr5w8dn5ebGeb3OTP { top:1.25rem;left:5.5625rem;width:36.625rem;height:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ2X5pPIsnWVuc6kHWM2AZXANumoK0U8 { width:47.75rem;height:38rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N { display:block; }#wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Akg2hLiz8kFRoUz4eGXi3nitmkwe05oN { top:8.5625rem;left:0rem;width:36.25rem;height:56.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt4cAOQOi7oDEdh6XuWmiET4Ui1m80Tt { top:8.5625rem;left:11.125rem;width:36.25rem;height:56.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDaEim3m109QfetXSNP1lyUlgewGWr2x { top:8.5625rem;left:0rem;width:36.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzXPytgSz0w9kNZMkE8RduP7u2TTVOiH { top:8.5rem;left:11.25rem;width:36.375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrkZ9BesxTOCNlpC2mwOIMhQmbozAcdQ { top:16.1875rem;left:0rem;width:36.625rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNQEA2g6mR5rtMy90hsRWtW2Ry8wUa7E { top:20.6875rem;left:0rem;width:33.25rem;height:17.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAfbVEwvla5rDcWdx4vRVAPM98cysF9P { top:39.875rem;left:0rem;width:36.625rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEt9kiqrWR09yAeOv0n61teEpGTSA6Wl { top:43.8125rem;left:0rem;width:31.1875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEf6b3rqxRhS3IU8Ra54nVa3hEbWoCUC { top:16.1875rem;left:11.125rem;width:36.625rem;height:4.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1xyNtmEnxRlLMOf1OdR4ID8deXtpnsA { top:22.4375rem;left:14.5rem;width:33.25rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBiCh0kfbhh1tzcDxroUUo75Khd8z7MN { top:26.3125rem;left:21.625rem;width:26.125rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdnAyObZ7JMD6kq65hsvFpfWBfGv0AcI { top:39.5rem;left:31.5625rem;width:16.1875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzMS4AC4EHk4iIWSfnuyfx8ETR6xd0Hl { top:46.5625rem;left:14.5rem;width:33.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l625QtBGfraVa5RD7TEdUXzB0hkFm0V9 { top:49.3125rem;left:23.625rem;width:24.125rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4BZGQB2iBl3HfXu6shNcLTPl4RSWCPe { width:31.1875rem;height:5.8125rem;top:55.3125rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWM7opaS1QSLlRnJzCXFdn33qCvn2Olk { display:block; }
 }@media only screen and (max-width: 763px) { #uq8xN8Th8NEgE15S74fPJ0uciDv7ctWQ { display:block; }#uq8xN8Th8NEgE15S74fPJ0uciDv7ctWQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQixRhzlUKtfLG39IZaSHL8rmwQXdwEq { top:3.1875rem;left:0rem;width:47.375rem;height:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4BWahMtwVkme0qXdT1ilVPxJ3QLMxG0 { top:3.1875rem;left:0rem;width:47.625rem;height:1.94441365625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFS285h9ZaFBEyDPKHwTx9m0qNxVblf2 { top:12.1875rem;left:0rem;width:34.25rem;height:;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFw1KVbntXybmKtwD1RtCKry9dLtHUC3 { width:31.1875rem;height:5.75rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDcksbLa4N7OymGRDiaGZ1RNhpUqowyx { display:block; }
 }@media only screen and (max-width: 763px) { #UyGal1oKaMWpnPbqJ29AWM2L013faKEX { top:11.5rem;left:19.25rem;width:28.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ33TmHTTVrmIOdsze0PlkC491IvsRso { top:24.1875rem;left:19.3125rem;width:28.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1NbbwALkbeDXn4Hemi32z3urDkGp0OM { top:36.5625rem;left:19.3125rem;width:28.125rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNe6BTt1BN1eMhplmp3wGqANKbzC9F6R { top:56.5rem;left:0rem;width:47.5rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yidyzn4FDFBC368DKwt6ofmvb1ZTghJT { top:57.8125rem;left:5.5625rem;width:36.5625rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKlMFmssVPrX9F67sPR06J50vF1Jy0B7 { top:58.25rem;left:0rem;width:4.5625rem;height:1.1079769600138rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwfrOiTkCwRzhOuA3JHKRyvJCJ9EtGQR { display:block; }#UwfrOiTkCwRzhOuA3JHKRyvJCJ9EtGQR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpHPKcflAMyJepiNzN8QnRgvTeoHlouI { top:8.25rem;left:0rem;width:47.75rem;height:7.7186283333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGPSxc3uJvBZkLuUsy1roGbOA2Q8u6u0 { width:47.75rem;height:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWJCPvwcB1fcBssxRzShZ7MnFbmmTsKM { top:1.9375rem;left:7.25rem;width:33.1875rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcyEsWLdMsmZi5GKp1fOciEgGrO7Xwsh { top:22.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps9hmAGy9nTFnX4dxmXKMg2taDkqdcGA { top:2rem;left:0rem;width:47.5rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uodAd5XAiTA2G4k4AyNF0ZLyJkE8irCT { top:2.0625rem;left:5.5622863769531rem;width:36.5625rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqCycsg5kT6sPq0qvVGTRLyiNlTUWcck { display:block; }#EqCycsg5kT6sPq0qvVGTRLyiNlTUWcck > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2eJL2kOIXmnWnfLi1rWBHSvZtuTAUhP { top:5.0625rem;left:0rem;width:47.375rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #msHdsI48rFcNUlINSfmtCrsTCTFaItPG { top:2.25rem;left:17.875rem;width:29.875rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqyW7ziOfi8pOGktrJDWUzzBqQnJX6q5 { top:7.4375rem;left:0rem;width:4.625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXxss26NhsQmKClwJ5XlWyN6T7Rx1Pv3 { top:11.6875rem;left:0rem;width:33.125rem;height:6.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsh3WAFHEgb8z0oTdRtHG8h6FWcJulI9 { width:31.1875rem;height:5.75rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6Hy18Zhv88ufv3bDeHcqcu6671OGcTk { display:block; }
 }@media only screen and (max-width: 763px) { #MouOHFcdOPR0ddeaE1Qi8QbeTxI8I2uG { top:41.5625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a03f0ece-f133-4e40-8234-bb553d9ccbdd/hero.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGV5raS5gPwCPk0kbif8b9E0ZAP40RqF { width:13.75rem;height:2.3125rem;top:2.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbVSFl5eZDiWm1Zxr8X7f3qZW9BOicbT { width:20rem;height:18rem;top:29.282552719116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3SFP49AuuDMcm1iAwX8IEVd7KD0xdFI { width:20rem;height:6.5983125rem;top:6.19140625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vnCatyQ09O2JC9hv4ec3LJSiEsE88ZMT { width:20rem;height:1.7871125rem;top:13.78778125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o0obAdtMripU9R9WBiRFfutWtJMbHKRd { width:14.6875rem;height:3.8997375rem;top:17.110677719116rem;left:2.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MLvu8M8msyQHZppGnNXX1w6eCoOCu3cP { width:19rem;height:4rem;top:22.157552719116rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0XO0F4qeBwDbDb741iDwiblMTxvIqFV { display:block; }
 }@media only screen and (max-width: 763px) { #zwPWe1ut7cWN1PTUR3eKthpvX5NprsB6 { width:19.625rem;height:10.625rem;top:48.532554626465rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U13AE9KtsV2VPCclw9uT7QkpkRt1qfMK { width:19.875rem;height:0.8778125rem;top:48.532551765442rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b07sNuuaTCDkKP7TXcZ4hzye48f0nmrv { width:16.1875rem;height:0;top:50.990888595581rem;left:1.90625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RXFxuDOqpTQcDqhT0NCLupdXxbBzHJaA { display:block; }#RXFxuDOqpTQcDqhT0NCLupdXxbBzHJaA > .row .container { width:20rem;height:105.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cM6uhPhpTZCExrkECHscVrXsLbR1ked6 { width:15rem;height:14.3125rem;top:10.248698562384rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTp4XxekRbegOl4nk4AhWfV2t9yVdhF4 { width:15rem;height:14.375rem;top:26.561198562384rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5OK3gMQtyDpGQ7UKpNTLpPbS4bT01nc { width:15rem;height:14.375rem;top:42.755208343267rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8TpfSPRBMKF7t7vhu04f9qFSMGmmVbL { width:17.5rem;height:5.8125rem;top:58.972659111023rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0gUUx85D2T8ugQZRqZi6TB1FeQAsSDW { display:block; }
 }@media only screen and (max-width: 763px) { #XnTKhV78EdG7ySAPNKVfVZVQSDy0A4Kg { width:19.875rem;height:0.87760625rem;top:0.0625rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #m6EOTBLMmdXUcIlPx5ecEmchkQH0yO2X { width:19.625rem;height:60.6875rem;top:3.1888484954834E-6rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #AQZBdu0nP5umU1khd2ilsxNf4AJWTNuX { width:16.1875rem;height:6.5983125rem;top:2.1796875rem;left:1.90625rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #RUcrL09mUJEKJnArG7mOQJxRW1DTf8cl { width:19.625rem;height:35.5625rem;top:67.200525122606rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE1PC3pQsyLHheOLWTWoUJFvQEeqROkc { width:19.875rem;height:0.8115625rem;top:67.32421684265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWQlZVAeA0zKNwTR9aHAc6A8PTk5tBTr { width:16.25rem;height:5.361325rem;top:69.971355438231rem;left:1.875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yK4Btq0dEeH0nMFoiTSycAuE6MX1mP9s { width:11.25rem;height:2.599825rem;top:76.596355438231rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yVyeRi4ECDkMgBD8TFnVhtIARvfPLVxr { width:20rem;height:4.0421792618629rem;top:84.283858138044rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUwIutoW43z5Ne7lyntU01xE1k3e80or { top:80.916671752931rem;left:0rem;width:20rem;height:18.9375rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zSr9LTlcWyTUJQFQZwLPrXKhg2SKd6rS { display:block; }#zSr9LTlcWyTUJQFQZwLPrXKhg2SKd6rS > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDIgfxvLSVGSQwpfmVf5MahTy70Gkolw { width:20.0625rem;height:4.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIcl7tBnMBvImq2ntXXg2WJ1JTZtMTwD { width:2.5rem;height:0.5rem;top:0.61328125rem;left:0.97786521911619rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaX9AeKyLc9WiKces8O6GsrMhpTZgf8o { width:20rem;height:3.0625rem;top:8.47916625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pCuomRXvh2QAWCWdr5w8dn5ebGeb3OTP { width:20rem;height:1.3754875rem;top:1.61328125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HQ2X5pPIsnWVuc6kHWM2AZXANumoK0U8 { top:5.75rem;left:0rem;width:20rem;height:15.875rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N > .row .container { background-color: transparent; background-image: none; }#wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N > .row .container > .video-iframe-container { display: none; }#wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N > .row > .video-iframe-container { display: none; }#wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N > .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); }#wzFZiRUkWbGs9rotmTrLDqDMCx4ip19N > .row .container { width:20rem;height:97rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Akg2hLiz8kFRoUz4eGXi3nitmkwe05oN { width:19.625rem;height:41.8125rem;top:1.24951171875rem;left:0.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt4cAOQOi7oDEdh6XuWmiET4Ui1m80Tt { width:19.625rem;height:46.625rem;top:46.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDaEim3m109QfetXSNP1lyUlgewGWr2x { width:19.875rem;height:1.7074742268041rem;top:1.2499947547912rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzXPytgSz0w9kNZMkE8RduP7u2TTVOiH { width:19.875rem;height:1.7757731958763rem;top:46.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrkZ9BesxTOCNlpC2mwOIMhQmbozAcdQ { width:16.624375rem;height:3.99956875rem;top:4.4368492364883rem;left:1.6872830986977rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eNQEA2g6mR5rtMy90hsRWtW2Ry8wUa7E { width:17.5rem;height:13.63278125rem;top:9.6864153146744rem;left:1.2500000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kAfbVEwvla5rDcWdx4vRVAPM98cysF9P { width:14.375rem;height:3.75rem;top:25.311415672302rem;left:2.8125000596046rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bEt9kiqrWR09yAeOv0n61teEpGTSA6Wl { width:17.8125rem;height:8.8748125rem;top:30.373265266419rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEf6b3rqxRhS3IU8Ra54nVa3hEbWoCUC { width:16.8120625rem;height:5.99935rem;top:50.186635971069rem;left:1.5928819775581rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V1xyNtmEnxRlLMOf1OdR4ID8deXtpnsA { width:19.9995rem;height:1.62435rem;top:57.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aBiCh0kfbhh1tzcDxroUUo75Khd8z7MN { width:16.0623125rem;height:6.6873125rem;top:61.185981750488rem;left:1.9683161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdnAyObZ7JMD6kq65hsvFpfWBfGv0AcI { width:16.1875rem;height:4.5rem;top:69.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzMS4AC4EHk4iIWSfnuyfx8ETR6xd0Hl { width:19.9995rem;height:1.2999125rem;top:75.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l625QtBGfraVa5RD7TEdUXzB0hkFm0V9 { width:19.9989375rem;height:3.2487rem;top:77.749561309813rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M4BZGQB2iBl3HfXu6shNcLTPl4RSWCPe { width:17.5rem;height:5.81163125rem;top:82.437070846556rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWM7opaS1QSLlRnJzCXFdn33qCvn2Olk { display:block; }
 }@media only screen and (max-width: 763px) { #uq8xN8Th8NEgE15S74fPJ0uciDv7ctWQ { display:block; }#uq8xN8Th8NEgE15S74fPJ0uciDv7ctWQ > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQixRhzlUKtfLG39IZaSHL8rmwQXdwEq { width:19.625rem;height:41.625rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4BWahMtwVkme0qXdT1ilVPxJ3QLMxG0 { width:19.875rem;height:0.81055rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFS285h9ZaFBEyDPKHwTx9m0qNxVblf2 { width:18.6870625rem;height:4.39886875rem;top:3.9138450622559rem;left:0.65538197755812rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NFw1KVbntXybmKtwD1RtCKry9dLtHUC3 { width:17.5rem;height:5.74978125rem;top:9.66796875rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDcksbLa4N7OymGRDiaGZ1RNhpUqowyx { display:block; }
 }@media only screen and (max-width: 763px) { #UyGal1oKaMWpnPbqJ29AWM2L013faKEX { width:16.875rem;height:6.75rem;top:18.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ33TmHTTVrmIOdsze0PlkC491IvsRso { width:16.875rem;height:6.75rem;top:25.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1NbbwALkbeDXn4Hemi32z3urDkGp0OM { width:16.875rem;height:6.8125rem;top:33.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNe6BTt1BN1eMhplmp3wGqANKbzC9F6R { width:20.061875rem;height:4.12435rem;top:48.422311782837rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yidyzn4FDFBC368DKwt6ofmvb1ZTghJT { width:20rem;height:0;top:44.4021525rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AKlMFmssVPrX9F67sPR06J50vF1Jy0B7 { width:2.5rem;height:0.499131875rem;top:1.6124134063721rem;left:0.97764760255812rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwfrOiTkCwRzhOuA3JHKRyvJCJ9EtGQR { display:block; }#UwfrOiTkCwRzhOuA3JHKRyvJCJ9EtGQR > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpHPKcflAMyJepiNzN8QnRgvTeoHlouI { width:18.75rem;height:3.0625rem;top:8.47916625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RGPSxc3uJvBZkLuUsy1roGbOA2Q8u6u0 { top:10.352647781372rem;left:0rem;width:20rem;height:10rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QWJCPvwcB1fcBssxRzShZ7MnFbmmTsKM { width:11.936875rem;height:2.2721375rem;top:4.625rem;left:4rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DcyEsWLdMsmZi5GKp1fOciEgGrO7Xwsh { width:20rem;height:4.38801875rem;top:21.633031845092rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ps9hmAGy9nTFnX4dxmXKMg2taDkqdcGA { width:19.75rem;height:6.9375rem;top:0.80056476593019rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #uodAd5XAiTA2G4k4AyNF0ZLyJkE8irCT { width:20rem;height:1.99978125rem;top:1.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EqCycsg5kT6sPq0qvVGTRLyiNlTUWcck { display:block; }#EqCycsg5kT6sPq0qvVGTRLyiNlTUWcck > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2eJL2kOIXmnWnfLi1rWBHSvZtuTAUhP { width:19.625rem;height:40.4375rem;top:1.25rem;left:0.061848998069763rem;display:block; }
 }@media only screen and (max-width: 763px) { #msHdsI48rFcNUlINSfmtCrsTCTFaItPG { width:17.5rem;height:16.9375rem;top:22.495661258697rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqyW7ziOfi8pOGktrJDWUzzBqQnJX6q5 { width:3.125rem;height:0.75rem;top:2.8374606370926rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXxss26NhsQmKClwJ5XlWyN6T7Rx1Pv3 { width:16.749125rem;height:5.99935rem;top:5.6879348754883rem;left:1.6243489384651rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vsh3WAFHEgb8z0oTdRtHG8h6FWcJulI9 { width:17.5rem;height:5.74978125rem;top:14.230686426162rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6Hy18Zhv88ufv3bDeHcqcu6671OGcTk { display:block; }
 }@media only screen and (max-width: 763px) { #MouOHFcdOPR0ddeaE1Qi8QbeTxI8I2uG { width:17.5rem;height:4.54426875rem;top:46.024303674698rem;left:1.2500000596046rem;font-size:0.875rem;display:block; }
 }