.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:241,247,247;--color-primary-1:208,227,230;--color-primary-2:161,199,204;--color-primary-3:81,100,102;--color-primary-4:24,30,31;--color-secondary-0:223,225,229;--color-secondary-1:150,156,167;--color-secondary-2:44,56,79;--color-secondary-3:22,28,40;--color-secondary-4:7,8,12;--color-tertiary-0:255,255,255;--color-tertiary-1:252,185,245;--color-tertiary-2:246,21,223;--color-tertiary-3:123,11,112;--color-tertiary-4:25,2,22;--headlines-font-family:"Titillium Web";--paragraphs-font-family:"Titillium Web"; }@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:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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;z-index:auto;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { background-color: transparent; background-image: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .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); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { border-width: 0; border-radius: 0; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#uIHeqW1IoLD9X7prNHSbDtPSWgGIH42q { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qXywKHZUXiKslznkyLB5y7t6GIdcCGnz { color:rgba(var(--color-tertiary-0),1);display:block;width:39.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:3.650390625rem;left:17.53125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { z-index:;position:relative;display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { background-color: transparent; background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.3); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.3); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { border-width: 0; border-radius: 0; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container::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; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6559588d-a375-4f49-bb46-5bf9946bd9e1/CreatanimagewithAwomanwa.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container.adaptive-delivery-prevent-bg, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container.lazyload, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container.lazyloading { background-image: none; }#CZRlhaFSsfa1Dkhqtygyt3uyVlOloGSA { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.1875rem;left:0rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EdHVg4R0sSUwqFbo5KJrCr15ztVeTtQ5 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:21.775390625rem;left:17.5rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uTJhNx4P4qyVMNP47Nnl3CVGyycXx1aN { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat: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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.125rem;left:28.3125rem;display:block; }
#SGuxuXmW6zGIyeZM9QcHDWgi6BD6H1FL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nvxwL45ti88Vw5ex25L6KnTfewmnhzqZ { box-sizing:content-box;height:6.6875rem;width:41.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.025390625rem;left:16.6875rem;display:block; }
#SSBF1byUwBFguKNUbFILJ3guew7grLWB { border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SSBF1byUwBFguKNUbFILJ3guew7grLWB > .row .container { background-color: transparent; background-image: none; }#SSBF1byUwBFguKNUbFILJ3guew7grLWB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSBF1byUwBFguKNUbFILJ3guew7grLWB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSBF1byUwBFguKNUbFILJ3guew7grLWB > .row .container > .video-iframe-container { display: none; }#SSBF1byUwBFguKNUbFILJ3guew7grLWB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSBF1byUwBFguKNUbFILJ3guew7grLWB > .row > .video-iframe-container { display: none; }#SSBF1byUwBFguKNUbFILJ3guew7grLWB > .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); }#SSBF1byUwBFguKNUbFILJ3guew7grLWB > .row .container { border-width: 0; border-radius: 0; }#SSBF1byUwBFguKNUbFILJ3guew7grLWB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SSBF1byUwBFguKNUbFILJ3guew7grLWB > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;position:relative;display:block; }#DWlpfpUVbr1VhlnQs2PtFPo55o6JLzL7 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.4375019073486rem;left:8.8125rem;height:2.3372375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HA3iQOuAqeSKfThFCo5Uw91mTyHModnh { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.623046875rem;left:8.8125rem;height:15rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KCGyEaNTZHMXwz9yVEXTh347WTGUOAGb { position:absolute;display:block;z-index:15006;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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:31.1875rem;width:17.375rem;top:6.0618515014649rem;left:48.3125rem;overflow:hidden;display:block; }
#SnHBO7FCVREJdbNXRzNlnhQAB3FunKDu { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.9368495941163rem;left:8.8125rem;display:block; }
#nVuN6PMJ75bGkDILHFVkTr3Dovvb3EOV { box-sizing:content-box;height:15.75rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.9375rem;left:53.875rem;display:block; }
#sMTmTFb1DARSEU1xki634Cv6cyKRSs64 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.405601501465rem;left:53.875rem;display:block; }
#JikyWHkMi4UXpzwmFRSxobos31oiK2iJ { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:24.373048067093rem;left:8.8125rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#JikyWHkMi4UXpzwmFRSxobos31oiK2iJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JikyWHkMi4UXpzwmFRSxobos31oiK2iJ li:before{  }
#TrN7UIGpMqwULlQxDlMBbDGFkXeXOVKC { color:rgba(var(--color-tertiary-2),1);display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:33.062501192093rem;left:15.375rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KZF6SXusXZTeSuGdTtfeaumC5NR3256O { border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/99001b49-9bbc-4585-a44b-eb50ae5e7e7e/Asoftblurredbackgroundima.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KZF6SXusXZTeSuGdTtfeaumC5NR3256O.adaptive-delivery-prevent-bg, #KZF6SXusXZTeSuGdTtfeaumC5NR3256O.lazyload, #KZF6SXusXZTeSuGdTtfeaumC5NR3256O.lazyloading { background-image: none; }#KZF6SXusXZTeSuGdTtfeaumC5NR3256O > .row .container { background-color: transparent; background-image: none; }#KZF6SXusXZTeSuGdTtfeaumC5NR3256O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.4); }#KZF6SXusXZTeSuGdTtfeaumC5NR3256O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZF6SXusXZTeSuGdTtfeaumC5NR3256O > .row .container > .video-iframe-container { display: none; }#KZF6SXusXZTeSuGdTtfeaumC5NR3256O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.4); }#KZF6SXusXZTeSuGdTtfeaumC5NR3256O > .row > .video-iframe-container { display: none; }#KZF6SXusXZTeSuGdTtfeaumC5NR3256O > .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); }#KZF6SXusXZTeSuGdTtfeaumC5NR3256O > .row .container { border-width: 0; border-radius: 0; }#KZF6SXusXZTeSuGdTtfeaumC5NR3256O::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; }#KZF6SXusXZTeSuGdTtfeaumC5NR3256O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KZF6SXusXZTeSuGdTtfeaumC5NR3256O > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;position:relative;display:block; }#GRAWTJIvikB2STf7u3cOTVgFTRbcxgd4 { color:rgba(var(--color-secondary-2),1);display:block;width:57.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:2.34375rem;left:8.6875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FRiP5NGvOZyZ8abkM3MV29Qg1s6lUGRF { border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FRiP5NGvOZyZ8abkM3MV29Qg1s6lUGRF > .row .container { background-color: transparent; background-image: none; }#FRiP5NGvOZyZ8abkM3MV29Qg1s6lUGRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRiP5NGvOZyZ8abkM3MV29Qg1s6lUGRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRiP5NGvOZyZ8abkM3MV29Qg1s6lUGRF > .row .container > .video-iframe-container { display: none; }#FRiP5NGvOZyZ8abkM3MV29Qg1s6lUGRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRiP5NGvOZyZ8abkM3MV29Qg1s6lUGRF > .row > .video-iframe-container { display: none; }#FRiP5NGvOZyZ8abkM3MV29Qg1s6lUGRF > .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); }#FRiP5NGvOZyZ8abkM3MV29Qg1s6lUGRF > .row .container { border-width: 0; border-radius: 0; }#FRiP5NGvOZyZ8abkM3MV29Qg1s6lUGRF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FRiP5NGvOZyZ8abkM3MV29Qg1s6lUGRF > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;position:relative;display:block; }#sh9hopCSEVbBUPmFi75uygCc9GXocEnk { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.9374942779541rem;left:31.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Un0ZzZs4HcIC6uGyXOMpvJG0znEtvLOR { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.6855411529544rem;left:31.875rem;height:24.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ogguSt5urJlbe7TdbiqAb3pn7atqcBbE { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.6874942779544rem;left:31.875rem;display:block; }
#cBGe3nZ0QJZHe4eV42hspDOSkGCU7qMb { color:rgba(var(--color-tertiary-2),1);display:block;width:38.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:33.560543060302rem;left:28.8125rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m2Nqg3Zl9ENhPz3hOJHr31QAfErAwy2u { position:absolute;display:block;z-index:15007;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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:31.1875rem;width:17.375rem;top:4.1875rem;left:11rem;overflow:hidden;display:block; }
#eAcpKBlTTaPSdhcT2PmczPPTf7Xn2uPf { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.5625rem;left:10.1875rem;display:block; }
#APodW7hrcnqghdTUBmlocxsBq9bN85E4 { box-sizing:content-box;height:15.75rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.3125rem;left:10.1875rem;display:block; }
#TUmC3bLSF1qRRQGG48yt3HcPihVXQlhw { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.083332061767rem;left:10.1875rem;display:block; }
#fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/99001b49-9bbc-4585-a44b-eb50ae5e7e7e/Asoftblurredbackgroundima.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1.adaptive-delivery-prevent-bg, #fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1.lazyload, #fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1.lazyloading { background-image: none; }#fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1 > .row .container { background-color: transparent; background-image: none; }#fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.4); }#fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1 > .row .container > .video-iframe-container { display: none; }#fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.4); }#fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1 > .row > .video-iframe-container { display: none; }#fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1 > .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); }#fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1 > .row .container { border-width: 0; border-radius: 0; }#fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1::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; }#fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#xF5A914ITTszVvx4XqNOdEZSNDKqzGsC { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.73095703125rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/99001b49-9bbc-4585-a44b-eb50ae5e7e7e/Asoftblurredbackgroundima.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0.adaptive-delivery-prevent-bg, #CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0.lazyload, #CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0.lazyloading { background-image: none; }#CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0 > .row .container { background-color: transparent; background-image: none; }#CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.4); }#CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0 > .row .container > .video-iframe-container { display: none; }#CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.4); }#CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0 > .row > .video-iframe-container { display: none; }#CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0 > .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); }#CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0 > .row .container { border-width: 0; border-radius: 0; }#CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0::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; }#CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0 > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#hCyZbNLup9yKL6EqQDDz1lO8uv5NUtMv { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:12.75rem;width:30.8125rem;top:0rem;left:22.4375rem;display:block; }
#F5Wol6bKDzLzIiwETf0SKF2esTfT9INC { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1rem;left:25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hTfyS3XwxJTBiyH68y6TW1RTbctQyD7N { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.8125rem;left:25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iKLD25VRrTD320s5spfaPuE7yt3Ow3uQ { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:8.75rem;top:6.8125rem;left:32.9375rem;display:block; }
#lH7VMS9Hvb1hCIQCeuOcTBImt3aezaQn { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:14rem;width:31.0625rem;top:14.75rem;left:22.3125rem;display:block; }
#Bgql5OQnbACVOBrTo99TerzgT3VTANcf { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:15.603515625rem;left:25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gy17pc7c612thFaowhKhxbgl3y6d3Tmo { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:22.125rem;left:23.4375rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MaB1wP7oFRMGQ87PNA1sSkSf7y2agqeQ { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:8.75rem;top:21.375rem;left:33.25rem;display:block; }
#yxve8QEUsb3hvzvTnS7po0bTuMUxWs9m { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:12.75rem;width:31.125rem;top:30.5625rem;left:22.25rem;display:block; }
#UkwNJwftLBEMatlOteh2mDC1n7OhTTCg { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:31.187500953674rem;left:25.3125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BwcXGWbbg6KBLWSMvOFseoU8J0LmxP2J { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:8.75rem;top:36.875000953674rem;left:33.125rem;display:block; }
#lr1aoTBnBR3w0F7H7F7SIXnQgHfkwEIQ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:37.854168891907rem;left:23.8125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#znHvs1HPiFIIWXC7dG9tvre2fbG8DKQA { border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#znHvs1HPiFIIWXC7dG9tvre2fbG8DKQA > .row .container { background-color: transparent; background-image: none; }#znHvs1HPiFIIWXC7dG9tvre2fbG8DKQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znHvs1HPiFIIWXC7dG9tvre2fbG8DKQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znHvs1HPiFIIWXC7dG9tvre2fbG8DKQA > .row .container > .video-iframe-container { display: none; }#znHvs1HPiFIIWXC7dG9tvre2fbG8DKQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znHvs1HPiFIIWXC7dG9tvre2fbG8DKQA > .row > .video-iframe-container { display: none; }#znHvs1HPiFIIWXC7dG9tvre2fbG8DKQA > .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); }#znHvs1HPiFIIWXC7dG9tvre2fbG8DKQA > .row .container { border-width: 0; border-radius: 0; }#znHvs1HPiFIIWXC7dG9tvre2fbG8DKQA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#znHvs1HPiFIIWXC7dG9tvre2fbG8DKQA > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:block; }#iIeI0k2dJlGg2e7ilcvCPz32zoF8xUtU { color:rgba(var(--color-tertiary-4),1);display:block;width:39.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.4375019073486rem;left:8.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ok85CyCyuKIZhUTgreX2DIpGlQks6waA { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.623046875rem;left:8.8125rem;height:24.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I0QM8vZg7n3WkDbH49HMuPM1qx9daNJd { position:absolute;display:block;z-index:15006;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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:31.1875rem;width:17.375rem;top:7.6868591308594rem;left:50.4375rem;overflow:hidden;display:block; }
#sxEQy7xtkLedUCAHeUU06LTmvUrZcq2m { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.9368495941163rem;left:8.8125rem;display:block; }
#ZZBT7tSTyB45onRE53E7SOqCdWA3OhU9 { box-sizing:content-box;height:15.75rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.5625rem;left:56rem;display:block; }
#EF60fvEZUGWGpEM9TWUGF6w1LQCITNnk { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.030609130859rem;left:56rem;display:block; }
#uCaiBk3eZiTrfC8yrWiRLDt7c6xb95rM { color:rgba(var(--color-tertiary-2),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:34.911458969116rem;left:7.3541679382325rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LZE43TBx6KspeAqU7Q43PB9O5XMtDp2o { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:37.791666030884rem;left:20.604167938233rem;display:block; }
#kmgIKcvlZWffX8BQE2Hd7BkmAzDgvNtW { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:4.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:41.895181655884rem;left:16.291667938233rem;display:block; }
#pzKSxzpDrkJVu7mU1DzdJhtGJVfQ8O7z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CtD6BQIafgzp2lD4I9wurf2KskQeHyvd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CtD6BQIafgzp2lD4I9wurf2KskQeHyvd > .row .container { background-color: transparent; background-image: none; }#CtD6BQIafgzp2lD4I9wurf2KskQeHyvd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtD6BQIafgzp2lD4I9wurf2KskQeHyvd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtD6BQIafgzp2lD4I9wurf2KskQeHyvd > .row .container > .video-iframe-container { display: none; }#CtD6BQIafgzp2lD4I9wurf2KskQeHyvd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtD6BQIafgzp2lD4I9wurf2KskQeHyvd > .row > .video-iframe-container { display: none; }#CtD6BQIafgzp2lD4I9wurf2KskQeHyvd > .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); }#CtD6BQIafgzp2lD4I9wurf2KskQeHyvd > .row .container { border-width: 0; border-radius: 0; }#CtD6BQIafgzp2lD4I9wurf2KskQeHyvd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CtD6BQIafgzp2lD4I9wurf2KskQeHyvd > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;position:relative;display:block; }#DGHQMVuNUwqvSwPuh5BHDyQsZWx0t4UW { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.892578125rem;left:29.8125rem;height:2.3372375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DfaVyKhNkfaDADD4vVKersMsPUsU68UH { color:rgba(var(--color-tertiary-4),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:6.7474014759063rem;left:29.8125rem;height:26.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EC70KtgP2K4IEQSCdDPpR7i1b451FT6y { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:5.6868546009064rem;left:29.8125rem;display:block; }
#BTdsSh9QxP9l22R1QJpEI4STb2RAdZzt { position:absolute;display:block;z-index:15007;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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:31.8125rem;width:17.6875rem;top:3.125rem;left:10.875rem;overflow:hidden;display:block; }
#C3kxgq9oHnXTdOTTHKuueQP1yaOfoXq9 { box-sizing:content-box;height:15.75rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.937501907349rem;left:10.1875rem;display:block; }
#AWtVqsaLuJVyk65iTJN3oh3niOfCTi6F { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.083332061767rem;left:10.1875rem;display:block; }
#DhOnGwm0OxaQF1im8tNQoM8cJnca5GR8 { color:rgba(var(--color-tertiary-2),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:32.996746063233rem;left:28.5rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sqqFAU0vldT4uRr3MsLXH7DzfnoQhhIx { border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/99001b49-9bbc-4585-a44b-eb50ae5e7e7e/Asoftblurredbackgroundima.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sqqFAU0vldT4uRr3MsLXH7DzfnoQhhIx.adaptive-delivery-prevent-bg, #sqqFAU0vldT4uRr3MsLXH7DzfnoQhhIx.lazyload, #sqqFAU0vldT4uRr3MsLXH7DzfnoQhhIx.lazyloading { background-image: none; }#sqqFAU0vldT4uRr3MsLXH7DzfnoQhhIx > .row .container { background-color: transparent; background-image: none; }#sqqFAU0vldT4uRr3MsLXH7DzfnoQhhIx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-0),0.4); }#sqqFAU0vldT4uRr3MsLXH7DzfnoQhhIx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqqFAU0vldT4uRr3MsLXH7DzfnoQhhIx > .row .container > .video-iframe-container { display: none; }#sqqFAU0vldT4uRr3MsLXH7DzfnoQhhIx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-0),0.4); }#sqqFAU0vldT4uRr3MsLXH7DzfnoQhhIx > .row > .video-iframe-container { display: none; }#sqqFAU0vldT4uRr3MsLXH7DzfnoQhhIx > .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); }#sqqFAU0vldT4uRr3MsLXH7DzfnoQhhIx > .row .container { border-width: 0; border-radius: 0; }#sqqFAU0vldT4uRr3MsLXH7DzfnoQhhIx::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; }#sqqFAU0vldT4uRr3MsLXH7DzfnoQhhIx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sqqFAU0vldT4uRr3MsLXH7DzfnoQhhIx > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#UkI1TFwa8Nbok8qPU9DNIH7bdbu2ql8I { color:rgba(var(--color-tertiary-4),1);display:block;width:57.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:3.2506523132324rem;left:9.6875rem;height:11.6861875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { background-color: transparent; background-image: none; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container > .video-iframe-container { display: none; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row > .video-iframe-container { display: none; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .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); }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { border-width: 0; border-radius: 0; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#xNwAHR9RaPrgBJbTR4ooSQeZpZ5eBXkk { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.40625rem;left:8.8125rem;height:2.3372375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Uze1X6n459WAF0CAARac4IW0ULNhLM7T { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.873046875rem;left:8.8125rem;height:22.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LXz4JIuIbBkxcWB670WM8pXFVfNtiEBp { position:absolute;display:block;z-index:15006;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: 0rem 0rem 1.875rem rgba(var(--color-primary-2),0.15) ;height:29.9375rem;width:16.625rem;top:6.8118491172787rem;left:48.5625rem;overflow:hidden;display:block; }
#AmKPJ8GuwPXsOWki7nePI4MbR6DfuT0b { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.8125rem;left:8.8125rem;display:block; }
#KPNEKXfzv6vbb1cFot3iEQxCImIwnSkt { color:rgba(var(--color-tertiary-2),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:32.37174987793rem;left:8.8125rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-primary-2),0.41);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; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container { background-color: transparent; background-image: none; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container > .video-iframe-container { display: none; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row > .video-iframe-container { display: none; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .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); }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container { border-width: 0; border-radius: 0; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;position:relative;display:block; }#biCbecu0OTztxZK9RRLU3mOwh2etKleD { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.8125000596046rem;left:0rem;height:2.3372375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IHD6C2ddCHIkK8oBS3N8gCeBdMZuzL3h { 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:25.875rem;width:18.75rem;top:17.604166984558rem;left:28.125rem;overflow:hidden;display:block; }
#Wc3vpXvo3m9U1PNzpSLHI9Fwx5PV17cX { color:rgba(var(--color-tertiary-2),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21rem;left:8.625rem;height:3.65625rem;font-style:normal;display:block; }
#N09UoXRa9N52PLd2JLvp7r14k8WJ9i9u { color:rgba(var(--color-tertiary-2),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.9375rem;left:62.5625rem;height:3.65625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ql4CEf7XInh4lTEBvqaN7y1i2Ilk90pN { color:rgba(var(--color-tertiary-2),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:43.5rem;left:62.5625rem;height:3.65625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mwV4D23U22GEmh9cBp2fuUyfQgqFwbWN { color:rgba(var(--color-tertiary-2),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:37.625rem;left:8.625rem;height:3.65625rem;font-style:normal;display:block; }
#dCQTLnaDOPdrA7nwbWUP59Gnz9wHeERo { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.9375rem;left:11.0625rem;height:4.875rem;display:block; }
#zsQhS8CCD5Vx91N4uG20R0pompbehThn { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:37.5625rem;left:11.0625rem;height:3.25rem;display:block; }
#PIVlnVabQQnJVpTWmEHhDlmiDCcmeyJE { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:26.875rem;left:48.4375rem;height:4.875rem;text-align:right;text-align-last:right;display:block; }
#I6bAnTCA6TkF2JB4O1iLiS5Ti5A8g143 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:44.02799731493rem;left:48.4375rem;height:4.875rem;text-align:right;text-align-last:right;display:block; }
#pb9CBRSLWShnoolzTnza1XBNA6TytJet { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:5.4283855557442rem;left:31.25rem;display:block; }
#wy9JKPoq3896JPTzrdI9Cu9FkPXcJT6h { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:6.9375009536744rem;left:9.4375rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OGpewNGp1dHbu5o0yRSu6uq7PPIpV1Aa { color:rgba(var(--color-tertiary-2),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:46.319661438465rem;left:21.625rem;height:3.65625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FK8znOPAVFyOaSLpUZz8T0dol8ORiFhk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:47.156251251697rem;left:26.9375rem;height:4.875rem;text-align:right;text-align-last:right;display:block; }
#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c5aab5f2-2dfb-40bb-8f05-2a36e62c8b7a/createabackgroundimagewith.crop_1376x768_0,0.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T.adaptive-delivery-prevent-bg, #Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T.lazyload, #Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T.lazyloading { background-image: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { background-color: transparent; background-image: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.4); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container > .video-iframe-container { display: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.4); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container { display: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .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); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { border-width: 0; border-radius: 0; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T::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; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#o0VwClDqWMHD6G0ag21J6wyt1OGFTOxN { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.79296875rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FkDKomc05JTADnxdS2E2LwGlKMRzufhi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/48189279-46f6-494c-898b-4fe038734a74/createabackgroundimagewith.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi.adaptive-delivery-prevent-bg, #FkDKomc05JTADnxdS2E2LwGlKMRzufhi.lazyload, #FkDKomc05JTADnxdS2E2LwGlKMRzufhi.lazyloading { background-image: none; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container { background-color: transparent; background-image: none; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.4); }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container > .video-iframe-container { display: none; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.4); }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row > .video-iframe-container { display: none; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .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); }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container { border-width: 0; border-radius: 0; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi::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; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#fJfkkcXQE68T1dQJocBDSSpPHKOZvA6h { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:32.125rem;width:14.0625rem;top:1rem;left:4.125rem;display:block; }
#toQulT8xtIGawbDIpxXOF0AlC3VsF2km { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.9375rem;height:6.82425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ma2Pr2C5MseceWBLFTmxD1LldlifNGnh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.906242370606rem;left:5.09375rem;height:14.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ld4DkfAEiXzBWfptLwQvFCWEVtuXc8hA { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.320964813233rem;left:3.875rem;height:6.8242125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dGqTh6UPZbtdxOD1ANtVxK0PV7MpLqk4 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:8.75rem;top:9.6249923706056rem;left:6.78125rem;display:block; }
#atMysmGeW5dgVF1WH7QieQz6XqDLTKiP { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:32.125rem;width:14.0625rem;top:1rem;left:22.3125rem;display:block; }
#B3JgW5Tu1b6gXpQIFyEnG0SkrrMz0EyR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.26171875rem;left:23.03125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U83bHkef0GFaZDq8bb8TGd9xqNFCAVSi { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:8.75rem;top:9.6243495941163rem;left:25rem;display:block; }
#wVQumwJaD2N1kdF8ZiPgca3OM2LdSSQQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:11.375rem;left:23.28125rem;height:11.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Om5nqyOzqcCK9J3rkvSKdvfXrdrrwNNc { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:25.3203125rem;left:22.0625rem;height:6.8242125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#naySulJBS61O6p8VKzUnHdBU6kO7DOSs { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:31.9375rem;width:14.0625rem;top:1rem;left:40.375rem;display:block; }
#WDqK0z6CyTkZ5poxbHRZM6FLEDxTuZF2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.125rem;left:41.15625rem;height:6.82425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xbmRRi3KuWqw5S37G3bisulUDQKs0cAF { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:8.75rem;top:9.6243495941163rem;left:43.03125rem;display:block; }
#kLndTDaylnuhGxv82OLoF1NowV3o6IMd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:13rem;left:41.34375rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s9HTPC8QQrqkwmb8W2yfvnVeclagabzV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:25.530601501465rem;left:40.96875rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ePVKKhQ1FUqT9bat1f0wKAlyqv4iHpN0 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:31.9375rem;width:14.0625rem;top:1rem;left:58.3125rem;display:block; }
#uVBl3fzBcNRQKcvXJg2fpPUM6kvuoe3B { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.125rem;left:59.125rem;height:6.82425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wD3nivw58TZfUmhRBs8mQM1fCIpA7WsB { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:8.75rem;top:9.6243495941163rem;left:60.96875rem;display:block; }
#b7g96uWBuv69VNww4DKECP7caQMa4zO7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:13.343099594116rem;left:59.28125rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wdfOfIHV52N7QZBTwRPkA1mghzlXXxA7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:24.392578125rem;left:58.0625rem;height:6.8242125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gepal6TW99G7UzToxacbTK92WxKia1uo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:30.560546875rem;left:41.34375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#smOQ4MpKZmuAlt3yZ4AEHwoqGWhTXI3v { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat: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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.249351501465rem;left:25.75rem;display:block; }
#EQy2e2EpHhUe7GlrIe04Ux6uVFsTTdLg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EhfqnG3aaWJnbxggLAZxPygsLq9vDTin { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EhfqnG3aaWJnbxggLAZxPygsLq9vDTin > .row .container { background-color: transparent; background-image: none; }#EhfqnG3aaWJnbxggLAZxPygsLq9vDTin::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhfqnG3aaWJnbxggLAZxPygsLq9vDTin > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhfqnG3aaWJnbxggLAZxPygsLq9vDTin > .row .container > .video-iframe-container { display: none; }#EhfqnG3aaWJnbxggLAZxPygsLq9vDTin > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhfqnG3aaWJnbxggLAZxPygsLq9vDTin > .row > .video-iframe-container { display: none; }#EhfqnG3aaWJnbxggLAZxPygsLq9vDTin > .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); }#EhfqnG3aaWJnbxggLAZxPygsLq9vDTin > .row .container { border-width: 0; border-radius: 0; }#EhfqnG3aaWJnbxggLAZxPygsLq9vDTin > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EhfqnG3aaWJnbxggLAZxPygsLq9vDTin > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#fazXD4fuvLuU9eeq4Po2mdyHQRMEuCxx { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.40625rem;left:8.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xMVh1ocpfbusX4bLNC2wtVwPxLbaZVld { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.3125002384187rem;left:8.8125rem;height:22.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#THEBwWSng798aDNoBq1h9ewquQBDVmWN { position:absolute;display:block;z-index:15006;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: 0rem 0rem 1.875rem rgba(var(--color-primary-2),0.15) ;height:34.3125rem;width:17.875rem;top:2.0625002384186rem;left:47.8125rem;overflow:hidden;display:block; }
#khCI9raT0c3aENIVmZiCHikTe4cTqKPy { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.8125rem;left:8.8125rem;display:block; }
#QWx90QUXcSJBqTsbVEgzhHeVpdPdx8LU { color:rgba(var(--color-tertiary-2),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:32.37174987793rem;left:8.8125rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH { border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container { background-color: transparent; background-image: none; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container > .video-iframe-container { display: none; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row > .video-iframe-container { display: none; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .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); }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container { border-width: 0; border-radius: 0; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#FoHTmT9HOoOf1cJzGfP0cThZUW2f7y71 { 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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:30rem;width:20rem;top:5.6249980926514rem;left:10.375rem;overflow:hidden;display:block; }
#BCyIleS9KD3AAoIAmS6XhetS6WIcUesW { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5rem;left:33.5625rem;height:2.76236875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PefrIq3Xwe0FTPTJdJq4lJtT7DZ0MrNR { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.8125rem;left:33.5625rem;display:block; }
#x2G05nw5nhFg85sxQPH8zFSEpV9HNOMs { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.875rem;left:33.6875rem;height:33.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yil2dcRExie9WOS7sU5FxCxf38ws4mfN { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:25.8125rem;left:33.6875rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#yil2dcRExie9WOS7sU5FxCxf38ws4mfN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yil2dcRExie9WOS7sU5FxCxf38ws4mfN li:before{  }
#SDi3OTT6hvTLdikHvlPVzt0HPfkgLSze { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SDi3OTT6hvTLdikHvlPVzt0HPfkgLSze > .row .container { background-color: transparent; background-image: none; }#SDi3OTT6hvTLdikHvlPVzt0HPfkgLSze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDi3OTT6hvTLdikHvlPVzt0HPfkgLSze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDi3OTT6hvTLdikHvlPVzt0HPfkgLSze > .row .container > .video-iframe-container { display: none; }#SDi3OTT6hvTLdikHvlPVzt0HPfkgLSze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDi3OTT6hvTLdikHvlPVzt0HPfkgLSze > .row > .video-iframe-container { display: none; }#SDi3OTT6hvTLdikHvlPVzt0HPfkgLSze > .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); }#SDi3OTT6hvTLdikHvlPVzt0HPfkgLSze > .row .container { border-width: 0; border-radius: 0; }#SDi3OTT6hvTLdikHvlPVzt0HPfkgLSze > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SDi3OTT6hvTLdikHvlPVzt0HPfkgLSze > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#aPfFqSB7bLOhTr2T629Tcd86aDhhgzGM { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:15.750001907349rem;left:0.90625rem;height:11.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FEwueg4AbcxTHRJ66SyCdNf6Danbaeaq { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2rem;left:2.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P7vys9fKnXqVa9d5uS6e7ekuq9Jk9PRB { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:12.312501907349rem;left:2.5625rem;display:block; }
#f8vwoQVCvKJLeBtHA17oLhU8kOdMc5rQ { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:2rem;left:25.90625rem;height:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#v2H2ywGebq6G4uE1ciBcT8UNrCy7XNNT { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:20.937501907349rem;left:25.90625rem;height:11.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qGb1sdVhbkl3ESNMlxkUR5K8A1s1RqoU { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:2rem;left:50.90625rem;height:11.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vcmU7Scqdm3JkXQlV776A9RDVwR8TgTl { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:15.000001907349rem;left:50.90625rem;height:13.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIHeqW1IoLD9X7prNHSbDtPSWgGIH42q { width:47.75rem;height:4.1875rem;top:0rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXywKHZUXiKslznkyLB5y7t6GIdcCGnz { width:39.9375rem;height:;top:3.625rem;left:3.90625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZRlhaFSsfa1Dkhqtygyt3uyVlOloGSA { width:47.75rem;height:4.1875rem;top:16.1875rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdHVg4R0sSUwqFbo5KJrCr15ztVeTtQ5 { width:39.9375rem;height:5.1875rem;top:21.75rem;left:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTJhNx4P4qyVMNP47Nnl3CVGyycXx1aN { width:18.3125rem;height:3.75rem;top:29.125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGuxuXmW6zGIyeZM9QcHDWgi6BD6H1FL { display:block; }
 }@media only screen and (max-width: 763px) { #nvxwL45ti88Vw5ex25L6KnTfewmnhzqZ { top:21rem;left:3.0625rem;width:41.625rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSBF1byUwBFguKNUbFILJ3guew7grLWB { display:block; }#SSBF1byUwBFguKNUbFILJ3guew7grLWB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWlpfpUVbr1VhlnQs2PtFPo55o6JLzL7 { width:39.75rem;height:;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA3iQOuAqeSKfThFCo5Uw91mTyHModnh { width:38.5625rem;height:15rem;top:8.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCGyEaNTZHMXwz9yVEXTh347WTGUOAGb { top:6rem;left:30.375rem;width:17.375rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnHBO7FCVREJdbNXRzNlnhQAB3FunKDu { top:6.875rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVuN6PMJ75bGkDILHFVkTr3Dovvb3EOV { top:21.9375rem;left:35.25rem;width:12.5rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMTmTFb1DARSEU1xki634Cv6cyKRSs64 { top:15.375rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JikyWHkMi4UXpzwmFRSxobos31oiK2iJ { width:38.5rem;height:8.125rem;top:24.3125rem;left:0rem;font-size:1.25rem;display:block; }#JikyWHkMi4UXpzwmFRSxobos31oiK2iJ li:before{  }
 }@media only screen and (max-width: 763px) { #TrN7UIGpMqwULlQxDlMBbDGFkXeXOVKC { width:24.25rem;height:5.625rem;top:33.0625rem;left:1.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZF6SXusXZTeSuGdTtfeaumC5NR3256O { display:block; }#KZF6SXusXZTeSuGdTtfeaumC5NR3256O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRAWTJIvikB2STf7u3cOTVgFTRbcxgd4 { width:47.75rem;height:;top:2.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRiP5NGvOZyZ8abkM3MV29Qg1s6lUGRF { display:block; }#FRiP5NGvOZyZ8abkM3MV29Qg1s6lUGRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sh9hopCSEVbBUPmFi75uygCc9GXocEnk { width:32.0625rem;height:;top:2.875rem;left:15.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un0ZzZs4HcIC6uGyXOMpvJG0znEtvLOR { width:34.3125rem;height:24.375rem;top:8.625rem;left:13.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogguSt5urJlbe7TdbiqAb3pn7atqcBbE { top:6.625rem;left:18.25rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBGe3nZ0QJZHe4eV42hspDOSkGCU7qMb { width:38.6875rem;height:5.625rem;top:33.5rem;left:9.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2Nqg3Zl9ENhPz3hOJHr31QAfErAwy2u { top:4.1875rem;left:0rem;width:17.375rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAcpKBlTTaPSdhcT2PmczPPTf7Xn2uPf { top:23.5625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #APodW7hrcnqghdTUBmlocxsBq9bN85E4 { top:20.3125rem;left:0rem;width:12.5rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUmC3bLSF1qRRQGG48yt3HcPihVXQlhw { top:10.0625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1 { display:block; }#fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xF5A914ITTszVvx4XqNOdEZSNDKqzGsC { width:47.75rem;height:3.375rem;top:1.6875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0 { display:block; }#CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCyZbNLup9yKL6EqQDDz1lO8uv5NUtMv { top:0rem;left:0rem;width:30.8125rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5Wol6bKDzLzIiwETf0SKF2esTfT9INC { top:1rem;left:0rem;width:32.4375rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTfyS3XwxJTBiyH68y6TW1RTbctQyD7N { top:7.8125rem;left:3rem;width:28.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKLD25VRrTD320s5spfaPuE7yt3Ow3uQ { top:6.8125rem;left:19.25rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH7VMS9Hvb1hCIQCeuOcTBImt3aezaQn { top:14.75rem;left:0rem;width:31.0625rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgql5OQnbACVOBrTo99TerzgT3VTANcf { top:15.5625rem;left:0.375rem;width:31.375rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy17pc7c612thFaowhKhxbgl3y6d3Tmo { top:22.125rem;left:0rem;width:28.8125rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaB1wP7oFRMGQ87PNA1sSkSf7y2agqeQ { top:21.375rem;left:19.5625rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxve8QEUsb3hvzvTnS7po0bTuMUxWs9m { top:30.5625rem;left:0rem;width:31.125rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkwNJwftLBEMatlOteh2mDC1n7OhTTCg { top:31.1875rem;left:6.75rem;width:25rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwcXGWbbg6KBLWSMvOFseoU8J0LmxP2J { top:36.875rem;left:19.4375rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr1aoTBnBR3w0F7H7F7SIXnQgHfkwEIQ { top:37.8125rem;left:0rem;width:27.375rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #znHvs1HPiFIIWXC7dG9tvre2fbG8DKQA { display:block; }#znHvs1HPiFIIWXC7dG9tvre2fbG8DKQA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIeI0k2dJlGg2e7ilcvCPz32zoF8xUtU { width:39.75rem;height:;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok85CyCyuKIZhUTgreX2DIpGlQks6waA { width:37.5rem;height:24.375rem;top:8.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0QM8vZg7n3WkDbH49HMuPM1qx9daNJd { top:7.625rem;left:30.375rem;width:17.375rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxEQy7xtkLedUCAHeUU06LTmvUrZcq2m { top:6.875rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZBT7tSTyB45onRE53E7SOqCdWA3OhU9 { top:23.5625rem;left:35.25rem;width:12.5rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF60fvEZUGWGpEM9TWUGF6w1LQCITNnk { top:17rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCaiBk3eZiTrfC8yrWiRLDt7c6xb95rM { width:39rem;height:5.625rem;top:34.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZE43TBx6KspeAqU7Q43PB9O5XMtDp2o { top:37.75rem;left:6.9791679382325rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmgIKcvlZWffX8BQE2Hd7BkmAzDgvNtW { width:21.125rem;height:4.25rem;top:41.875rem;left:2.6666679382324rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzKSxzpDrkJVu7mU1DzdJhtGJVfQ8O7z { display:block; }
 }@media only screen and (max-width: 763px) { #CtD6BQIafgzp2lD4I9wurf2KskQeHyvd { display:block; }#CtD6BQIafgzp2lD4I9wurf2KskQeHyvd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGHQMVuNUwqvSwPuh5BHDyQsZWx0t4UW { width:37.6875rem;height:2.3125rem;top:1.875rem;left:10.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfaVyKhNkfaDADD4vVKersMsPUsU68UH { width:36.875rem;height:26.25rem;top:6.6875rem;left:10.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC70KtgP2K4IEQSCdDPpR7i1b451FT6y { top:5.625rem;left:16.1875rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTdsSh9QxP9l22R1QJpEI4STb2RAdZzt { top:3.125rem;left:0rem;width:17.6875rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3kxgq9oHnXTdOTTHKuueQP1yaOfoXq9 { top:19.9375rem;left:0rem;width:12.5rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWtVqsaLuJVyk65iTJN3oh3niOfCTi6F { top:10.0625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhOnGwm0OxaQF1im8tNQoM8cJnca5GR8 { width:39rem;height:5.625rem;top:32.9375rem;left:8.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqqFAU0vldT4uRr3MsLXH7DzfnoQhhIx { display:block; }#sqqFAU0vldT4uRr3MsLXH7DzfnoQhhIx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkI1TFwa8Nbok8qPU9DNIH7bdbu2ql8I { width:47.75rem;height:11.625rem;top:3.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { display:block; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNwAHR9RaPrgBJbTR4ooSQeZpZ5eBXkk { width:31.5rem;height:2.3125rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uze1X6n459WAF0CAARac4IW0ULNhLM7T { width:39.1875rem;height:22.5rem;top:8.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXz4JIuIbBkxcWB670WM8pXFVfNtiEBp { top:6.75rem;left:31.125rem;width:16.625rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKPJ8GuwPXsOWki7nePI4MbR6DfuT0b { top:6.8125rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPNEKXfzv6vbb1cFot3iEQxCImIwnSkt { width:39rem;height:5.625rem;top:32.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { display:block; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #biCbecu0OTztxZK9RRLU3mOwh2etKleD { width:47.75rem;height:2.3125rem;top:1.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHD6C2ddCHIkK8oBS3N8gCeBdMZuzL3h { top:17.5625rem;left:14.5rem;width:18.75rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc3vpXvo3m9U1PNzpSLHI9Fwx5PV17cX { top:21rem;left:0rem;width:3.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N09UoXRa9N52PLd2JLvp7r14k8WJ9i9u { top:26.9375rem;left:43.8125rem;width:3.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql4CEf7XInh4lTEBvqaN7y1i2Ilk90pN { top:43.5rem;left:43.8125rem;width:3.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwV4D23U22GEmh9cBp2fuUyfQgqFwbWN { top:37.625rem;left:0rem;width:3.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCQTLnaDOPdrA7nwbWUP59Gnz9wHeERo { top:20.9375rem;left:0rem;width:15.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsQhS8CCD5Vx91N4uG20R0pompbehThn { top:37.5625rem;left:0rem;width:15.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIVlnVabQQnJVpTWmEHhDlmiDCcmeyJE { top:26.875rem;left:32rem;width:15.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6bAnTCA6TkF2JB4O1iLiS5Ti5A8g143 { top:44rem;left:32rem;width:15.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb9CBRSLWShnoolzTnza1XBNA6TytJet { top:5.375rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy9JKPoq3896JPTzrdI9Cu9FkPXcJT6h { width:47.75rem;height:9.375rem;top:6.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGpewNGp1dHbu5o0yRSu6uq7PPIpV1Aa { top:46.3125rem;left:8rem;width:3.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK8znOPAVFyOaSLpUZz8T0dol8ORiFhk { top:47.125rem;left:13.3125rem;width:15.75rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T { display:block; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0VwClDqWMHD6G0ag21J6wyt1OGFTOxN { width:47.75rem;height:3.375rem;top:1.75rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkDKomc05JTADnxdS2E2LwGlKMRzufhi { display:block; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJfkkcXQE68T1dQJocBDSSpPHKOZvA6h { top:1rem;left:0rem;width:14.0625rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #toQulT8xtIGawbDIpxXOF0AlC3VsF2km { top:2.125rem;left:0.375rem;width:12.5rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma2Pr2C5MseceWBLFTmxD1LldlifNGnh { top:10.875rem;left:0.53125rem;width:12.125rem;height:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld4DkfAEiXzBWfptLwQvFCWEVtuXc8hA { top:25.3125rem;left:0rem;width:14.5625rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGqTh6UPZbtdxOD1ANtVxK0PV7MpLqk4 { top:9.5625rem;left:2.21875rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atMysmGeW5dgVF1WH7QieQz6XqDLTKiP { top:1rem;left:1.8125rem;width:14.0625rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3JgW5Tu1b6gXpQIFyEnG0SkrrMz0EyR { top:3.25rem;left:3.375rem;width:12.5rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U83bHkef0GFaZDq8bb8TGd9xqNFCAVSi { top:9.5625rem;left:15.875rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVQumwJaD2N1kdF8ZiPgca3OM2LdSSQQ { top:11.375rem;left:3.75rem;width:12.125rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om5nqyOzqcCK9J3rkvSKdvfXrdrrwNNc { top:25.3125rem;left:1.3125rem;width:14.5625rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #naySulJBS61O6p8VKzUnHdBU6kO7DOSs { top:1rem;left:17.6875rem;width:14.0625rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDqK0z6CyTkZ5poxbHRZM6FLEDxTuZF2 { top:2.125rem;left:19.25rem;width:12.5rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbmRRi3KuWqw5S37G3bisulUDQKs0cAF { top:9.5625rem;left:23rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLndTDaylnuhGxv82OLoF1NowV3o6IMd { top:13rem;left:19.625rem;width:12.125rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9HTPC8QQrqkwmb8W2yfvnVeclagabzV { top:25.5rem;left:18.875rem;width:12.875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePVKKhQ1FUqT9bat1f0wKAlyqv4iHpN0 { top:1rem;left:33.5625rem;width:14.0625rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVBl3fzBcNRQKcvXJg2fpPUM6kvuoe3B { top:2.125rem;left:35.125rem;width:12.5rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD3nivw58TZfUmhRBs8mQM1fCIpA7WsB { top:9.5625rem;left:38.15625rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7g96uWBuv69VNww4DKECP7caQMa4zO7 { top:13.3125rem;left:35.5rem;width:12.125rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdfOfIHV52N7QZBTwRPkA1mghzlXXxA7 { top:24.375rem;left:33.0625rem;width:14.5625rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gepal6TW99G7UzToxacbTK92WxKia1uo { top:30.5rem;left:19.625rem;width:12.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #smOQ4MpKZmuAlt3yZ4AEHwoqGWhTXI3v { width:25rem;height:4.3125rem;top:35.1875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQy2e2EpHhUe7GlrIe04Ux6uVFsTTdLg { display:block; }
 }@media only screen and (max-width: 763px) { #EhfqnG3aaWJnbxggLAZxPygsLq9vDTin { display:block; }#EhfqnG3aaWJnbxggLAZxPygsLq9vDTin > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fazXD4fuvLuU9eeq4Po2mdyHQRMEuCxx { width:31.5rem;height:;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMVh1ocpfbusX4bLNC2wtVwPxLbaZVld { width:39.1875rem;height:22.5rem;top:8.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THEBwWSng798aDNoBq1h9ewquQBDVmWN { top:2.0625rem;left:29.875rem;width:17.875rem;height:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khCI9raT0c3aENIVmZiCHikTe4cTqKPy { top:6.8125rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWx90QUXcSJBqTsbVEgzhHeVpdPdx8LU { width:39rem;height:5.625rem;top:32.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfhTk98Qa5AW9y987au4AaMaTvCgFvgH { display:block; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoHTmT9HOoOf1cJzGfP0cThZUW2f7y71 { width:20rem;height:30rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCyIleS9KD3AAoIAmS6XhetS6WIcUesW { width:22.5rem;height:2.75rem;top:2.5rem;left:19.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PefrIq3Xwe0FTPTJdJq4lJtT7DZ0MrNR { top:6.8125rem;left:19.9375rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2G05nw5nhFg85sxQPH8zFSEpV9HNOMs { width:33.8125rem;height:33.75rem;top:7.875rem;left:13.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yil2dcRExie9WOS7sU5FxCxf38ws4mfN { width:33.8125rem;height:;top:25.8125rem;left:13.9375rem;font-size:1.25rem;display:block; }#yil2dcRExie9WOS7sU5FxCxf38ws4mfN li:before{  }
 }@media only screen and (max-width: 763px) { #SDi3OTT6hvTLdikHvlPVzt0HPfkgLSze { display:block; }#SDi3OTT6hvTLdikHvlPVzt0HPfkgLSze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPfFqSB7bLOhTr2T629Tcd86aDhhgzGM { width:23.1875rem;height:11.25rem;top:15.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEwueg4AbcxTHRJ66SyCdNf6Danbaeaq { width:22.5rem;height:;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7vys9fKnXqVa9d5uS6e7ekuq9Jk9PRB { top:12.3125rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8vwoQVCvKJLeBtHA17oLhU8kOdMc5rQ { width:23.1875rem;height:;top:2rem;left:8.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2H2ywGebq6G4uE1ciBcT8UNrCy7XNNT { width:23.1875rem;height:;top:20.9375rem;left:8.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGb1sdVhbkl3ESNMlxkUR5K8A1s1RqoU { width:23.1875rem;height:;top:2rem;left:24.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcmU7Scqdm3JkXQlV776A9RDVwR8TgTl { width:23.1875rem;height:;top:15rem;left:24.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { position:relative;z-index:auto;display:none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:20rem;height:11.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uIHeqW1IoLD9X7prNHSbDtPSWgGIH42q { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXywKHZUXiKslznkyLB5y7t6GIdcCGnz { width:20rem;height:0;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { background-color:transparent;background-image:url("https://images.assets-landingi.com/ULKHmY82/Mask_Group_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.adaptive-delivery-prevent-bg, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyload, #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG.lazyloading { background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { background-color: transparent; background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .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); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZRlhaFSsfa1Dkhqtygyt3uyVlOloGSA { width:20rem;height:4.875rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdHVg4R0sSUwqFbo5KJrCr15ztVeTtQ5 { width:20rem;height:2.79948125rem;top:10.15625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTJhNx4P4qyVMNP47Nnl3CVGyycXx1aN { width:14.375rem;height:3.75rem;top:16rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGuxuXmW6zGIyeZM9QcHDWgi6BD6H1FL { display:block; }
 }@media only screen and (max-width: 763px) { #nvxwL45ti88Vw5ex25L6KnTfewmnhzqZ { width:20rem;height:6.6875rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSBF1byUwBFguKNUbFILJ3guew7grLWB { display:block; }#SSBF1byUwBFguKNUbFILJ3guew7grLWB > .row .container { width:20rem;height:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWlpfpUVbr1VhlnQs2PtFPo55o6JLzL7 { width:20rem;height:2.75rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA3iQOuAqeSKfThFCo5Uw91mTyHModnh { width:20rem;height:11.8125rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCGyEaNTZHMXwz9yVEXTh347WTGUOAGb { width:11.375rem;height:20.5625rem;top:37.593750953674rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnHBO7FCVREJdbNXRzNlnhQAB3FunKDu { width:12.5rem;height:0.125rem;top:5.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVuN6PMJ75bGkDILHFVkTr3Dovvb3EOV { width:12.5rem;height:15.75rem;top:43.312500953674rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMTmTFb1DARSEU1xki634Cv6cyKRSs64 { width:12.5rem;height:12.5rem;top:39.562500953674rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JikyWHkMi4UXpzwmFRSxobos31oiK2iJ { width:20rem;height:5.875rem;top:19.687500953674rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#JikyWHkMi4UXpzwmFRSxobos31oiK2iJ li:before{  }
 }@media only screen and (max-width: 763px) { #TrN7UIGpMqwULlQxDlMBbDGFkXeXOVKC { width:20rem;height:8.4375rem;top:27.437500953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZF6SXusXZTeSuGdTtfeaumC5NR3256O { background-color:#ffffff;background-image:none;display:none; }#KZF6SXusXZTeSuGdTtfeaumC5NR3256O > .row .container { width:20rem;height:10.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GRAWTJIvikB2STf7u3cOTVgFTRbcxgd4 { width:20rem;height:8.25rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRiP5NGvOZyZ8abkM3MV29Qg1s6lUGRF { display:block; }#FRiP5NGvOZyZ8abkM3MV29Qg1s6lUGRF > .row .container { width:20rem;height:56.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sh9hopCSEVbBUPmFi75uygCc9GXocEnk { width:20rem;height:1.375rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un0ZzZs4HcIC6uGyXOMpvJG0znEtvLOR { width:20rem;height:18.375rem;top:5.0625009536743rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogguSt5urJlbe7TdbiqAb3pn7atqcBbE { width:12.5rem;height:0.125rem;top:4.1250019073486rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBGe3nZ0QJZHe4eV42hspDOSkGCU7qMb { width:20rem;height:8.4375rem;top:47.312502861023rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2Nqg3Zl9ENhPz3hOJHr31QAfErAwy2u { width:11.0625rem;height:19.875rem;top:23.936849594116rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAcpKBlTTaPSdhcT2PmczPPTf7Xn2uPf { width:12.1875rem;height:12.5rem;top:26rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #APodW7hrcnqghdTUBmlocxsBq9bN85E4 { width:12.125rem;height:15.75rem;top:29.062501907349rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUmC3bLSF1qRRQGG48yt3HcPihVXQlhw { width:11.5625rem;height:12.5rem;top:31.832683563233rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1 { background-color:#ffffff;background-image:none;display:block; }#fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1 > .row .container { background-color: transparent; background-image: none; }#fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1 > .row .container > .video-iframe-container { display: none; }#fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1 > .row > .video-iframe-container { display: none; }#fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1 > .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); }#fT8zdNfNnKyA4WW2XfxF0mP9NqKiOFC1 > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xF5A914ITTszVvx4XqNOdEZSNDKqzGsC { width:20rem;height:4.875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#c32ea9;display:block; }
 }@media only screen and (max-width: 763px) { #CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/slxmrfef/Mask_Group_4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0.adaptive-delivery-prevent-bg, #CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0.lazyload, #CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0.lazyloading { background-image: none; }#CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0 > .row .container { background-color: transparent; background-image: none; }#CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0 > .row .container > .video-iframe-container { display: none; }#CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0 > .row > .video-iframe-container { display: none; }#CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0 > .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); }#CKhhW4pOoKi8zgZWZtM5ekw47x6MWTI0 > .row .container { width:20rem;height:46.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCyZbNLup9yKL6EqQDDz1lO8uv5NUtMv { width:20rem;height:12.75rem;top:1.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #F5Wol6bKDzLzIiwETf0SKF2esTfT9INC { width:20rem;height:4.0625rem;top:2.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTfyS3XwxJTBiyH68y6TW1RTbctQyD7N { width:20rem;height:2.59895625rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKLD25VRrTD320s5spfaPuE7yt3Ow3uQ { width:8.75rem;height:0.125rem;top:7.5625114440919rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH7VMS9Hvb1hCIQCeuOcTBImt3aezaQn { width:20rem;height:12.75rem;top:16.75rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Bgql5OQnbACVOBrTo99TerzgT3VTANcf { width:20rem;height:4.0625rem;top:18.166015625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy17pc7c612thFaowhKhxbgl3y6d3Tmo { width:20rem;height:5.1979125rem;top:24.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaB1wP7oFRMGQ87PNA1sSkSf7y2agqeQ { width:8.75rem;height:0.125rem;top:23.40625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxve8QEUsb3hvzvTnS7po0bTuMUxWs9m { width:20rem;height:12.75rem;top:32rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #UkwNJwftLBEMatlOteh2mDC1n7OhTTCg { width:20rem;height:4.0625rem;top:32.937492370606rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwcXGWbbg6KBLWSMvOFseoU8J0LmxP2J { width:8.75rem;height:0.125rem;top:37.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr1aoTBnBR3w0F7H7F7SIXnQgHfkwEIQ { width:20rem;height:5.19791875rem;top:38.66667175293rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #znHvs1HPiFIIWXC7dG9tvre2fbG8DKQA { display:block; }#znHvs1HPiFIIWXC7dG9tvre2fbG8DKQA > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIeI0k2dJlGg2e7ilcvCPz32zoF8xUtU { width:20rem;height:2.75rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok85CyCyuKIZhUTgreX2DIpGlQks6waA { width:20rem;height:18.375rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0QM8vZg7n3WkDbH49HMuPM1qx9daNJd { width:9rem;height:16.1875rem;top:27.062500953674rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxEQy7xtkLedUCAHeUU06LTmvUrZcq2m { width:12.5rem;height:0.125rem;top:5.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZBT7tSTyB45onRE53E7SOqCdWA3OhU9 { width:8.25rem;height:10.4375rem;top:33.498698234558rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF60fvEZUGWGpEM9TWUGF6w1LQCITNnk { width:8.8125rem;height:12.5rem;top:29.936850547791rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCaiBk3eZiTrfC8yrWiRLDt7c6xb95rM { width:20rem;height:11.25rem;top:46.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZE43TBx6KspeAqU7Q43PB9O5XMtDp2o { width:12.5rem;height:0.125rem;top:51.687502861023rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmgIKcvlZWffX8BQE2Hd7BkmAzDgvNtW { width:19rem;height:4.25rem;top:59.250002861023rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzKSxzpDrkJVu7mU1DzdJhtGJVfQ8O7z { display:block; }
 }@media only screen and (max-width: 763px) { #CtD6BQIafgzp2lD4I9wurf2KskQeHyvd { display:block; }#CtD6BQIafgzp2lD4I9wurf2KskQeHyvd > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGHQMVuNUwqvSwPuh5BHDyQsZWx0t4UW { width:20rem;height:2.75rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfaVyKhNkfaDADD4vVKersMsPUsU68UH { width:20rem;height:21rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC70KtgP2K4IEQSCdDPpR7i1b451FT6y { width:12.5rem;height:0.125rem;top:5.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTdsSh9QxP9l22R1QJpEI4STb2RAdZzt { width:12.75rem;height:23rem;top:28.625001430511rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3kxgq9oHnXTdOTTHKuueQP1yaOfoXq9 { width:12.5rem;height:15.75rem;top:36.874349117279rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWtVqsaLuJVyk65iTJN3oh3niOfCTi6F { width:12.5rem;height:12.5rem;top:31.832683086395rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhOnGwm0OxaQF1im8tNQoM8cJnca5GR8 { width:20rem;height:11.25rem;top:54.187510490418rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqqFAU0vldT4uRr3MsLXH7DzfnoQhhIx { background-color:#ffffff;background-image:none;display:none; }#sqqFAU0vldT4uRr3MsLXH7DzfnoQhhIx > .row .container { width:20rem;height:11.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UkI1TFwa8Nbok8qPU9DNIH7bdbu2ql8I { width:20rem;height:8.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N { display:block; }#bTBkTKJn8WBtWAhpF3mcQhcnsGfk5r2N > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNwAHR9RaPrgBJbTR4ooSQeZpZ5eBXkk { width:20rem;height:1.375rem;top:1.3125019073486rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uze1X6n459WAF0CAARac4IW0ULNhLM7T { width:20rem;height:17.0625rem;top:5.7500019073486rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXz4JIuIbBkxcWB670WM8pXFVfNtiEBp { width:9.8125rem;height:17.6875rem;top:25.25rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKPJ8GuwPXsOWki7nePI4MbR6DfuT0b { width:12.5rem;height:0.125rem;top:4.1250019073486rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPNEKXfzv6vbb1cFot3iEQxCImIwnSkt { width:20rem;height:11.25rem;top:45.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd { display:block; }#WfrHGCahapxZirHAF4J8GXzQpwfkr9Fd > .row .container { width:20rem;height:50.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #biCbecu0OTztxZK9RRLU3mOwh2etKleD { width:20rem;height:1.375rem;top:2.0000019073486rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHD6C2ddCHIkK8oBS3N8gCeBdMZuzL3h { width:15.625rem;height:21.5625rem;top:17.75rem;left:2.1875rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #Wc3vpXvo3m9U1PNzpSLHI9Fwx5PV17cX { width:2.5rem;height:2.5996125rem;top:6.1913986206055rem;left:0.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N09UoXRa9N52PLd2JLvp7r14k8WJ9i9u { width:2.5rem;height:2.5996125rem;top:10.8125rem;left:0.5rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ql4CEf7XInh4lTEBvqaN7y1i2Ilk90pN { width:2.5rem;height:2.5996125rem;top:19.3125rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mwV4D23U22GEmh9cBp2fuUyfQgqFwbWN { width:2.5rem;height:2.5996125rem;top:15.625rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCQTLnaDOPdrA7nwbWUP59Gnz9wHeERo { width:17rem;height:3.8984375rem;top:6.1907558441162rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsQhS8CCD5Vx91N4uG20R0pompbehThn { width:15.75rem;height:2.59895625rem;top:15.625rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIVlnVabQQnJVpTWmEHhDlmiDCcmeyJE { width:17.0625rem;height:3.8984375rem;top:10.8125rem;left:2.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I6bAnTCA6TkF2JB4O1iLiS5Ti5A8g143 { width:17.0625rem;height:2.59895625rem;top:19.3125rem;left:2.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pb9CBRSLWShnoolzTnza1XBNA6TytJet { width:12.5rem;height:0.125rem;top:4.8750004768372rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy9JKPoq3896JPTzrdI9Cu9FkPXcJT6h { width:20rem;height:20.625rem;top:28.630879878998rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGpewNGp1dHbu5o0yRSu6uq7PPIpV1Aa { width:3.9375rem;height:2.5996125rem;top:23.3125rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FK8znOPAVFyOaSLpUZz8T0dol8ORiFhk { width:15.75rem;height:2.59895625rem;top:23.3125rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T { background-color:#ffffff;background-image:none;display:block; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { background-color: transparent; background-image: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container > .video-iframe-container { display: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container { display: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .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); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0VwClDqWMHD6G0ag21J6wyt1OGFTOxN { width:20rem;height:4.875rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#c32ea9;display:block; }
 }@media only screen and (max-width: 763px) { #FkDKomc05JTADnxdS2E2LwGlKMRzufhi { background-color:transparent;background-image:url("https://images.assets-landingi.com/slxmrfef/Mask_Group_4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi.adaptive-delivery-prevent-bg, #FkDKomc05JTADnxdS2E2LwGlKMRzufhi.lazyload, #FkDKomc05JTADnxdS2E2LwGlKMRzufhi.lazyloading { background-image: none; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container { background-color: transparent; background-image: none; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container > .video-iframe-container { display: none; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row > .video-iframe-container { display: none; }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .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); }#FkDKomc05JTADnxdS2E2LwGlKMRzufhi > .row .container { width:20rem;height:108.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJfkkcXQE68T1dQJocBDSSpPHKOZvA6h { width:16.9375rem;height:21.6875rem;top:2.125rem;left:1.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #toQulT8xtIGawbDIpxXOF0AlC3VsF2km { width:12.5rem;height:3.25rem;top:3.8541679382324rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma2Pr2C5MseceWBLFTmxD1LldlifNGnh { width:12.5rem;height:7.796875rem;top:8.75rem;left:3.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld4DkfAEiXzBWfptLwQvFCWEVtuXc8hA { width:12.5rem;height:4.875rem;top:17.25rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGqTh6UPZbtdxOD1ANtVxK0PV7MpLqk4 { width:12.5rem;height:0.125rem;top:7.687520980835rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atMysmGeW5dgVF1WH7QieQz6XqDLTKiP { width:17.125rem;height:21.3125rem;top:25.986959457398rem;left:1.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #B3JgW5Tu1b6gXpQIFyEnG0SkrrMz0EyR { width:12.5rem;height:3.25rem;top:27.63671875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U83bHkef0GFaZDq8bb8TGd9xqNFCAVSi { width:8.75rem;height:0.125rem;top:31.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVQumwJaD2N1kdF8ZiPgca3OM2LdSSQQ { width:12.125rem;height:6.497375rem;top:33.841796875rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om5nqyOzqcCK9J3rkvSKdvfXrdrrwNNc { width:14.5625rem;height:4.875rem;top:41.7578125rem;left:2.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #naySulJBS61O6p8VKzUnHdBU6kO7DOSs { width:17.5625rem;height:22.5625rem;top:57.562501430511rem;left:1.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #WDqK0z6CyTkZ5poxbHRZM6FLEDxTuZF2 { width:12.5rem;height:3.25rem;top:59.5rem;left:3.7916669845581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbmRRi3KuWqw5S37G3bisulUDQKs0cAF { width:8.75rem;height:0.125rem;top:64.25rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLndTDaylnuhGxv82OLoF1NowV3o6IMd { width:12.125rem;height:5.19791875rem;top:65.71875rem;left:4.1666669845581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9HTPC8QQrqkwmb8W2yfvnVeclagabzV { width:12.875rem;height:4.54948125rem;top:73.257164001462rem;left:3.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePVKKhQ1FUqT9bat1f0wKAlyqv4iHpN0 { width:17.5rem;height:21.5625rem;top:83.750002861025rem;left:1.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #uVBl3fzBcNRQKcvXJg2fpPUM6kvuoe3B { width:12.5rem;height:3.25rem;top:85.125002861025rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD3nivw58TZfUmhRBs8mQM1fCIpA7WsB { width:8.75rem;height:0.125rem;top:89.8125038147rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7g96uWBuv69VNww4DKECP7caQMa4zO7 { width:12.125rem;height:5.19791875rem;top:91.2793006897rem;left:4.1666669845581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdfOfIHV52N7QZBTwRPkA1mghzlXXxA7 { width:14.5625rem;height:4.875rem;top:99.0000038147rem;left:2.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gepal6TW99G7UzToxacbTK92WxKia1uo { width:12.125rem;height:1.29948125rem;top:78.62304878235rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #smOQ4MpKZmuAlt3yZ4AEHwoqGWhTXI3v { width:19rem;height:5.6875rem;top:49.6875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQy2e2EpHhUe7GlrIe04Ux6uVFsTTdLg { display:block; }
 }@media only screen and (max-width: 763px) { #EhfqnG3aaWJnbxggLAZxPygsLq9vDTin { display:block; }#EhfqnG3aaWJnbxggLAZxPygsLq9vDTin > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fazXD4fuvLuU9eeq4Po2mdyHQRMEuCxx { width:20rem;height:1.375rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMVh1ocpfbusX4bLNC2wtVwPxLbaZVld { width:20rem;height:19.6875rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THEBwWSng798aDNoBq1h9ewquQBDVmWN { width:4.375rem;height:8.375rem;top:21.5625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #khCI9raT0c3aENIVmZiCHikTe4cTqKPy { width:12.5rem;height:0.125rem;top:5.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWx90QUXcSJBqTsbVEgzhHeVpdPdx8LU { width:20rem;height:11.25rem;top:28.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfhTk98Qa5AW9y987au4AaMaTvCgFvgH { display:block; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container { width:20rem;height:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoHTmT9HOoOf1cJzGfP0cThZUW2f7y71 { width:12.875rem;height:19.3125rem;top:8.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCyIleS9KD3AAoIAmS6XhetS6WIcUesW { width:20rem;height:2.4375rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PefrIq3Xwe0FTPTJdJq4lJtT7DZ0MrNR { width:12.5rem;height:0.125rem;top:6.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2G05nw5nhFg85sxQPH8zFSEpV9HNOMs { width:20rem;height:24.9375rem;top:29.000000953674rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yil2dcRExie9WOS7sU5FxCxf38ws4mfN { width:20rem;height:5.875rem;top:43.062501907349rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#yil2dcRExie9WOS7sU5FxCxf38ws4mfN li:before{  }
 }@media only screen and (max-width: 763px) { #SDi3OTT6hvTLdikHvlPVzt0HPfkgLSze { display:block; }#SDi3OTT6hvTLdikHvlPVzt0HPfkgLSze > .row .container { width:20rem;height:102.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPfFqSB7bLOhTr2T629Tcd86aDhhgzGM { width:19.5rem;height:15rem;top:13.125rem;left:-0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FEwueg4AbcxTHRJ66SyCdNf6Danbaeaq { width:20rem;height:7.3125rem;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7vys9fKnXqVa9d5uS6e7ekuq9Jk9PRB { width:12.5rem;height:0.125rem;top:11rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8vwoQVCvKJLeBtHA17oLhU8kOdMc5rQ { width:20rem;height:20.625rem;top:30.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2H2ywGebq6G4uE1ciBcT8UNrCy7XNNT { width:20rem;height:13.125rem;top:53.624980926514rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGb1sdVhbkl3ESNMlxkUR5K8A1s1RqoU { width:20rem;height:15rem;top:68.93750190735rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcmU7Scqdm3JkXQlV776A9RDVwR8TgTl { width:20rem;height:15rem;top:85.37500190735rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }