.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:225,222,232;--color-primary-1:154,145,177;--color-primary-2:52,35,99;--color-primary-3:26,18,50;--color-primary-4:8,5,15;--color-secondary-0:248,225,217;--color-secondary-1:232,154,128;--color-secondary-2:209,52,0;--color-secondary-3:105,26,0;--color-secondary-4:31,8,0;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGvhmSvUk53LgFXVvZtiXAxGED0RiFSm { 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;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nGvhmSvUk53LgFXVvZtiXAxGED0RiFSm > .row .container { background-color: transparent; background-image: none; }#nGvhmSvUk53LgFXVvZtiXAxGED0RiFSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGvhmSvUk53LgFXVvZtiXAxGED0RiFSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGvhmSvUk53LgFXVvZtiXAxGED0RiFSm > .row .container > .video-iframe-container { display: none; }#nGvhmSvUk53LgFXVvZtiXAxGED0RiFSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGvhmSvUk53LgFXVvZtiXAxGED0RiFSm > .row > .video-iframe-container { display: none; }#nGvhmSvUk53LgFXVvZtiXAxGED0RiFSm > .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); }#nGvhmSvUk53LgFXVvZtiXAxGED0RiFSm > .row .container { border-width: 0; border-radius: 0; }#nGvhmSvUk53LgFXVvZtiXAxGED0RiFSm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nGvhmSvUk53LgFXVvZtiXAxGED0RiFSm > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;overflow:visible;position:relative;display:block; }#BLhrLUTDuVkDTTzU5XThRbqGOXCwRCWg { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.65625rem;left:60.5625rem;display:block; }
#fC8C7VzsU6vZiBdMT2PR6tSSn4scNm7G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cV8bxk93AGXPaLhgTS5pSlOAKK8B0z6R { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:15.25rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0);background-image:url("https://images.assets-landingi.com/uc/762dc66b-d3ed-41bc-8c1b-0f00efcaafa6/herobg4.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx.adaptive-delivery-prevent-bg, #SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx.lazyload, #SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx.lazyloading { background-image: none; }#SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx > .row .container { background-color: transparent; background-image: none; }#SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx > .row .container > .video-iframe-container { display: none; }#SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx > .row > .video-iframe-container { display: none; }#SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx > .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); }#SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx > .row .container { border-width: 0; border-radius: 0; }#SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#GOPiT1HyyH9HuRCtuTLDnIVyasrO6MuT { color:rgba(var(--color-primary-4),1);display:block;width:19.375rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.90625rem;left:55.625rem;height:1.7871125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#I7PF6Fv5ukqsKG20B1X6xAeOmKGoLKbk { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:4.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:41rem;left:55.8125rem;display:block; }
#kgtT6NhL12SRGHxMgyWZ9DkWwVnGqViL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oTlQ2DwtaQEoLfEShtufemCXkQk4S60P { color:rgba(var(--color-primary-4),1);display:block;width:45rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:21.75rem;left:30rem;height:5.6875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FTVfrWsC5W2f0Khhrn1bJ8BCTzUoG3IG { color:rgba(var(--color-primary-2),1);display:block;width:45.9375rem;position:absolute;font-family:"titillium web";font-size:4.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.8125rem;left:29.0625rem;height:;text-align:right;text-align-last:right;display:block; }
#yTZroo2lP3i2CMpdOmpo1zJ7ZEd0KrcW { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:12.625rem;border-top-right-radius:12.625rem;border-bottom-left-radius:12.625rem;border-bottom-right-radius:12.625rem;box-shadow: none;height:25rem;width:25rem;top:18.1875rem;left:3.46875rem;overflow:hidden;display:block; }
#dzzhLWfJlHZUvfXEwkqebTbNt24sMMd9 { box-sizing:content-box;height:12.6875rem;width:12.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;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:17rem;left:17.125rem;display:block; }
#AdfUw3nZ86TcV5XRsIZTKcAk1oWTe42s { box-sizing:content-box;height:21.5rem;width:21.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color: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.1875rem;left:0rem;display:block; }
#ET5wvMlyRtoDZJ16BMTQFT0d6tpEhxZh { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.03125rem;left:19.9375rem;display:block; }
#mfuX1mEHQk8oHz2IoTiupZ4WIwS7TLgM { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.3125rem;left:24.15625rem;display:block; }
#dUsgu8F8FBbFNoEKT1vhIV6VggVIfD9O { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.53125rem;left:2.59375rem;display:block; }
#JgIkK40FysHt7oy2Wey7gIDPhxRPBBsH { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.28125rem;left:4.8125rem;display:block; }
#KduDTQyaTATpkG5nmT8kmM81EhIyhnrM { color:rgba(var(--color-primary-4),1);display:block;width:40.4375rem;position:absolute;font-family:"titillium web";font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29.6875rem;left:34.5625rem;height:8.44925rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tb4O5X2GJgqPWPGmlDrTb2rtydlQaOL1 { border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);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; }#tb4O5X2GJgqPWPGmlDrTb2rtydlQaOL1 > .row .container { background-color: transparent; background-image: none; }#tb4O5X2GJgqPWPGmlDrTb2rtydlQaOL1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tb4O5X2GJgqPWPGmlDrTb2rtydlQaOL1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tb4O5X2GJgqPWPGmlDrTb2rtydlQaOL1 > .row .container > .video-iframe-container { display: none; }#tb4O5X2GJgqPWPGmlDrTb2rtydlQaOL1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tb4O5X2GJgqPWPGmlDrTb2rtydlQaOL1 > .row > .video-iframe-container { display: none; }#tb4O5X2GJgqPWPGmlDrTb2rtydlQaOL1 > .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); }#tb4O5X2GJgqPWPGmlDrTb2rtydlQaOL1 > .row .container { border-width: 0; border-radius: 0; }#tb4O5X2GJgqPWPGmlDrTb2rtydlQaOL1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tb4O5X2GJgqPWPGmlDrTb2rtydlQaOL1 > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#fv1Ml53AXP9F8a8tBoQWMd971h6h98Qx { color:rgba(var(--color-primary-4),1);display:block;width:12.375rem;position:absolute;font-family:"titillium web";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.3125rem;left:61.375rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Csi04UuM5A5T6bB2wQUceW7uOKvC9O5p { color:rgba(var(--color-primary-4),1);display:block;width:12.375rem;position:absolute;font-family:"titillium web";font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:42.75rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qB5MowreeuhIcroRW0GxiPqEH7m4MrJZ { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.75rem;top:3.0625rem;left:57.4375rem;overflow:hidden;display:block; }
#TLT2CV6avJtXGyFRLicNAOEKLNVeCQZd { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.75rem;top:3rem;left:38.8125rem;overflow:hidden;display:block; }
#TDEhIJQTUo4voTWu6f0nCucfkPK7v2eo { color:rgba(var(--color-primary-4),1);display:block;width:13.5rem;position:absolute;font-family:"titillium web";font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:23.75rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#adbZx9RcX0SQSW7rT5bPlpUqGppOtEDe { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.75rem;top:3rem;left:19.6875rem;overflow:hidden;display:block; }
#zuuTLtVpFT3ksQHeXgyGoLsun1pBWf6V { color:rgba(var(--color-primary-4),1);display:block;width:13.6875rem;position:absolute;font-family:"titillium web";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1875rem;left:5.3125rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xnq5M8DE0kBi7hLyNQzlXsJ7gRcir15X { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.75rem;top:3rem;left:1.25rem;overflow:hidden;display:block; }
#JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-primary-2),0.07);background-image:url("https://images.assets-landingi.com/uc/a42b7289-f46a-4572-bd4d-be799e0a3617/bgcorners2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG.adaptive-delivery-prevent-bg, #JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG.lazyload, #JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG.lazyloading { background-image: none; }#JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG > .row .container { background-color: transparent; background-image: none; }#JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG > .row .container > .video-iframe-container { display: none; }#JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG > .row > .video-iframe-container { display: none; }#JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG > .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); }#JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG > .row .container { border-width: 0; border-radius: 0; }#JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG > .row .container { font-size:0.875rem;font-family:arial;height:73.4375rem;width:75rem;position:relative;display:block; }#QGJpIb4HADZIoRK2T4AmN9Wed3tiwrQI { color:rgba(var(--color-primary-2),1);display:block;width:58.4375rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:25.625rem;left:0.0625rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EJiw80fLdUpu4RybUVEVsm1lVpn0Sffi { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SdPmdeTNv3h2gH9m7vcto5FiKGGGOOZA { box-sizing:content-box;height:10rem;width:20.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:34.1875rem;left:4.8125rem;display:block; }
#EH1tL16S0FRoM2JVEX3XxiiQn2HlcJte { box-sizing:content-box;height:10rem;width:20rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:34.1875rem;left:29.875rem;display:block; }
#LJingOUosyTRs0MiscgpW8gwSRcZpNXp { box-sizing:content-box;height:10rem;width:20.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:34.125rem;left:54.6875rem;display:block; }
#rhIlCO6h2axIzsWPl6xzHxE3kxPghk23 { box-sizing:content-box;height:11.875rem;width:20.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:55.25rem;left:4.75rem;display:block; }
#tlTHMdigbR08r7FIqQzCWh9uErVcZP8l { box-sizing:content-box;height:11.875rem;width:20.1875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:55.25rem;left:29.625rem;display:block; }
#LuKPuTNPRekK2IoMbTucoOgR5V6CeiRe { color:rgba(var(--color-primary-4),1);display:block;width:17.875rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:35rem;left:6.0625rem;height:5.84765625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NPfpOg6yQzu8Qh3EetmbBPiEuXRI6lih { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:6.8125rem;top:40.4375rem;left:0.0625rem;overflow:hidden;display:block; }
#G4q9V66g50sxJ5mXFCsE3wL5vIEiV92C { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:6.8125rem;top:40.4375rem;left:25.0625rem;overflow:hidden;display:block; }
#zDCNOTne48JIHit3wVyT6XuwVFOVuUWi { color:rgba(var(--color-primary-4),1);display:block;width:22.875rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:32.25rem;left:27.125rem;height:1.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kNItzH9FqXpbQXP5mOSW6lEDTqHNlt6C { color:rgba(var(--color-primary-4),1);display:block;width:17.875rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:35.0625rem;left:31.0625rem;height:7.3095625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hv81zriAGEFz0IVn8rZU0PI7PX2cFvqC { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:6.8125rem;top:40.4375rem;left:50.0625rem;overflow:hidden;display:block; }
#C65MS74TwUKESbnl4JO3T04LUfCUbrfQ { color:rgba(var(--color-primary-4),1);display:block;width:22.75rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:32rem;left:52.3125rem;height:1.7871125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yiZm1r2O9FRlmQ6ixhrs3FBZe4a1ttvv { color:rgba(var(--color-primary-4),1);display:block;width:17.1875rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:35.125rem;left:57rem;height:8.7715rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#h2mVZIHJPsiLELLz8RzeB4TJcy97mrEc { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:6.8125rem;top:63.4375rem;left:0.0625rem;overflow:hidden;display:block; }
#fGXqw8BPdxA0OCw8IooiJ2K42ftVfFHe { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:51.125rem;left:0rem;height:3.57421875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Qy6Wd6nQSciExwhPnccNBmqSw3ZGlCza { color:rgba(var(--color-primary-4),1);display:block;width:17.5625rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:56.3125rem;left:6.1875rem;height:8.7715rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TUqxlGo0FuPoA1S0NspCdw2dh8slX60u { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:6.8125rem;top:63.4375rem;left:25rem;overflow:hidden;display:block; }
#WqTsu1Obf4lD6yDdwFd313y82GSPqPOp { color:rgba(var(--color-primary-4),1);display:block;width:22rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:51.125rem;left:28.0625rem;height:1.7871125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#isqTWAzJTMS8AB8UGgbM8xlIrT3J4VLm { color:rgba(var(--color-primary-4),1);display:block;width:18.1875rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:56.1875rem;left:30.625rem;height:5.84765625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NmO1ylsKeMsGQ4BPF71nZAO4qMghJR13 { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.5rem;left:63.8125rem;display:block; }
#OHVyfFRG7nR2Rzs92Qd6IvGHWGsT2SAZ { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375rem;left:68.4375rem;display:block; }
#Tr9gbAHo2oNJzRDJu5UME7XXOAaNP0wz { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.1875rem;left:67.3125rem;display:block; }
#vTe2KVmOxZbxZQMUszSkTMT65t5QKFpr { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.5625rem;left:70.5625rem;display:block; }
#axwdPAakV6JHKTGGq0Nak30QioRVFZwG { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:21.625rem;top:12.6875rem;left:13.1875rem;overflow:hidden;display:block; }
#QKkDboUs3tZG6K8zeE4e1mF8S2t933Ok { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:7.4375rem;left:0rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rv6wlfLyICLgenJFbDXHTQT178OTeqdG { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A4JmInT6krFb99KZTQOpcA8L78iTfAVS { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:9.625rem;top:12rem;left:0rem;overflow:hidden;display:block; }
#lXR5eo4FEAhGeLCRSoo4yZRaLFXy1kLO { 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;display:block; }#lXR5eo4FEAhGeLCRSoo4yZRaLFXy1kLO > .row .container { background-color: transparent; background-image: none; }#lXR5eo4FEAhGeLCRSoo4yZRaLFXy1kLO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXR5eo4FEAhGeLCRSoo4yZRaLFXy1kLO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXR5eo4FEAhGeLCRSoo4yZRaLFXy1kLO > .row .container > .video-iframe-container { display: none; }#lXR5eo4FEAhGeLCRSoo4yZRaLFXy1kLO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXR5eo4FEAhGeLCRSoo4yZRaLFXy1kLO > .row > .video-iframe-container { display: none; }#lXR5eo4FEAhGeLCRSoo4yZRaLFXy1kLO > .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); }#lXR5eo4FEAhGeLCRSoo4yZRaLFXy1kLO > .row .container { border-width: 0; border-radius: 0; }#lXR5eo4FEAhGeLCRSoo4yZRaLFXy1kLO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lXR5eo4FEAhGeLCRSoo4yZRaLFXy1kLO > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#wyFTGlcbHK9DmGiqkJ7wCdm7od9buImK { color:#f3f3f3;display:block;width:28rem;position:absolute;font-family:"titillium web";font-size:3.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.3125rem;left:31.6875rem;height:4.46875rem;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; }
#AlVaw4xnnVTa6tVTQr9OimBMSa8N5GqD { 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.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:4.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.4375rem;left:54.0625rem;display:block; }
#FH577CZqmcFF2xbq2naWLS6rxfvSvAxG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ueHuOqJB9myIFZecyCJDGIotolfZOK7P { position:absolute;display:block;z-index:14996;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:22.8125rem;border-top-right-radius:22.8125rem;border-bottom-left-radius:22.8125rem;border-bottom-right-radius:22.8125rem;box-shadow: none;height:63.375rem;width:72.625rem;top:44.0869140625rem;left:-22.636103151862rem;overflow:hidden;display:none; }
#fwgcPDSvNGlWnBGLEkJSdi8a1BWOxpTi { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a42b7289-f46a-4572-bd4d-be799e0a3617/bgcorners2.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwgcPDSvNGlWnBGLEkJSdi8a1BWOxpTi.adaptive-delivery-prevent-bg, #fwgcPDSvNGlWnBGLEkJSdi8a1BWOxpTi.lazyload, #fwgcPDSvNGlWnBGLEkJSdi8a1BWOxpTi.lazyloading { background-image: none; }#fwgcPDSvNGlWnBGLEkJSdi8a1BWOxpTi > .row .container { background-color: transparent; background-image: none; }#fwgcPDSvNGlWnBGLEkJSdi8a1BWOxpTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwgcPDSvNGlWnBGLEkJSdi8a1BWOxpTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwgcPDSvNGlWnBGLEkJSdi8a1BWOxpTi > .row .container > .video-iframe-container { display: none; }#fwgcPDSvNGlWnBGLEkJSdi8a1BWOxpTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwgcPDSvNGlWnBGLEkJSdi8a1BWOxpTi > .row > .video-iframe-container { display: none; }#fwgcPDSvNGlWnBGLEkJSdi8a1BWOxpTi > .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); }#fwgcPDSvNGlWnBGLEkJSdi8a1BWOxpTi > .row .container { border-width: 0; border-radius: 0; }#fwgcPDSvNGlWnBGLEkJSdi8a1BWOxpTi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwgcPDSvNGlWnBGLEkJSdi8a1BWOxpTi > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;position:relative;display:block; }#anUt0i8w9ULfux0XeuHw4sIqp1vzQcCB { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/04e73f5e-4a72-469e-872e-6153085bc89e/Bloc4Conditionsdadmission.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.9375rem;border-top-right-radius:15.9375rem;border-bottom-left-radius:15.9375rem;border-bottom-right-radius:15.9375rem;box-shadow: none;height:28.125rem;width:28.125rem;top:21.125rem;left:0.1875rem;display:block; }#anUt0i8w9ULfux0XeuHw4sIqp1vzQcCB.adaptive-delivery-prevent-bg, #anUt0i8w9ULfux0XeuHw4sIqp1vzQcCB.lazyload, #anUt0i8w9ULfux0XeuHw4sIqp1vzQcCB.lazyloading { background-image: none; }
#nKVAhr2q662AwA22c0TN79DdVoJuZBf4 { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e41f4018-6033-4847-a5b1-2dcf64253031/Screenshot20260824at191717.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.25rem;border-top-right-radius:10.25rem;border-bottom-left-radius:10.25rem;border-bottom-right-radius:10.25rem;box-shadow: none;height:18.75rem;width:18.75rem;top:9.0625rem;left:24.0625rem;display:block; }#nKVAhr2q662AwA22c0TN79DdVoJuZBf4.adaptive-delivery-prevent-bg, #nKVAhr2q662AwA22c0TN79DdVoJuZBf4.lazyload, #nKVAhr2q662AwA22c0TN79DdVoJuZBf4.lazyloading { background-image: none; }
#TpyT1PmanmLgVmfV6wwEfTn2veLeqnee { color:rgba(var(--color-primary-2),1);display:block;width:63.9375rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.09375rem;left:0rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yIi2TlTggQOT4tU5KiQTygnKbsUCrHso { color:rgba(var(--color-primary-4),1);display:block;width:25.125rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.625rem;left:48.3125rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MAszJx0eQdKETcBXJx6Gy17k3O1zuIaD { color:rgba(var(--color-primary-4),1);display:block;width:25.125rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:23rem;left:48.3125rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qQV8qHTaH6eA3nTEf8R5o20KUXeW1XMn { color:rgba(var(--color-primary-4),1);display:block;width:17.5625rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.3125rem;left:48.3125rem;height:5.1875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#qQV8qHTaH6eA3nTEf8R5o20KUXeW1XMn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qQV8qHTaH6eA3nTEf8R5o20KUXeW1XMn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/46d047bc-e468-4437-8769-6d593de5b0de/Screenshot20260728at212151.png); }
#SJ1FRnw6e6lZaHzBuIWf6SdFKUHRkIv2 { color:rgba(var(--color-primary-4),1);display:block;width:26.6875rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:25.75rem;left:48.3125rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#smId5CVp4apwM8LkBpRHDVQiyQFdGa98 { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;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:41.75rem;left:35.3125rem;display:block; }
#rCF0CK3fckHDIgPInM4XoDd37zlTFrWa { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;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:40.625rem;left:39.9375rem;display:block; }
#pwirMzfBSx4O1NZAt3HXdmnIkpOS4MsA { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;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:37.4375rem;left:38.8125rem;display:block; }
#dGpNy0ns0kyEssV6MbVCFDTDrvhEP3Ge { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;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:35.8125rem;left:42.0625rem;display:block; }
#SF4zNZBtOg7f47iWGztx17KT0WttDTfU { box-sizing:content-box;height:14.5625rem;width:14.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;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:23.9375rem;left:24.0625rem;display:block; }
#gsT6h57Me4aHaaK6aSLe0b5r5vOPDEZC { box-sizing:content-box;height:20.5rem;width:20.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index: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:8.0625rem;left:10.5rem;display:block; }
#S9HhRernK16l4Ssr5h0CJcDz0m8Qlq82 { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;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:18.5625rem;left:4.5rem;display:block; }
#TwXia0nsCFQzf8DTPURquAIe0TxbtLiB { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;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:16.5625rem;left:7.125rem;display:block; }
#EnbwzRzpIDonycxWAgDdw1tdamihUnaT { 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;display:block; }#EnbwzRzpIDonycxWAgDdw1tdamihUnaT > .row .container { background-color: transparent; background-image: none; }#EnbwzRzpIDonycxWAgDdw1tdamihUnaT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnbwzRzpIDonycxWAgDdw1tdamihUnaT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnbwzRzpIDonycxWAgDdw1tdamihUnaT > .row .container > .video-iframe-container { display: none; }#EnbwzRzpIDonycxWAgDdw1tdamihUnaT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnbwzRzpIDonycxWAgDdw1tdamihUnaT > .row > .video-iframe-container { display: none; }#EnbwzRzpIDonycxWAgDdw1tdamihUnaT > .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); }#EnbwzRzpIDonycxWAgDdw1tdamihUnaT > .row .container { border-width: 0; border-radius: 0; }#EnbwzRzpIDonycxWAgDdw1tdamihUnaT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EnbwzRzpIDonycxWAgDdw1tdamihUnaT > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#hxyyMBgr56y27utODUIelHw7GpXvnXwe { color:#f3f3f3;display:block;width:22.375rem;position:absolute;font-family:"titillium web";font-size:3.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.3125rem;left:31.6875rem;height:4.46875rem;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; }
#DBuHPskfmHOlhy8M8AoT6PXbWLVVyAnf { 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.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:4.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.4375rem;left:54.0625rem;display:block; }
#rgXVwDaTdNSbK7RObhEo9PxdaNTf9udF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DvUgPHCH0sMhWmAbKnWyVmk1aMuhqlMD { position:absolute;display:block;z-index:14996;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:22.8125rem;border-top-right-radius:22.8125rem;border-bottom-left-radius:22.8125rem;border-bottom-right-radius:22.8125rem;box-shadow: none;height:63.375rem;width:72.625rem;top:44.0869140625rem;left:-22.636103151862rem;overflow:hidden;display:none; }
#KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.07);background-image:url("https://images.assets-landingi.com/uc/b0baccd1-8a64-4894-aa0a-f4cefbac5db4/bgmid12.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX.adaptive-delivery-prevent-bg, #KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX.lazyload, #KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX.lazyloading { background-image: none; }#KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX > .row .container { background-color: transparent; background-image: none; }#KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX > .row .container > .video-iframe-container { display: none; }#KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX > .row > .video-iframe-container { display: none; }#KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX > .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); }#KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX > .row .container { border-width: 0; border-radius: 0; }#KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#KSpuIMKbTa0IgKQ7Q3NsEkcDm1fx0pck { box-sizing:content-box;height:12.5rem;width:16rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:1.5625rem;left:1.375rem;display:none; }
#dOSJs0anXxupWyVtau15WBB3BpBP6aQz { box-sizing:content-box;height:12.5rem;width:16rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:1.5625rem;left:1.375rem;display:none; }
#cEXd5PVzXbwdTc411zaI7Q3AgW4gCQ4w { box-sizing:content-box;height:12.5rem;width:16rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:1.5625rem;left:1.375rem;display:none; }
#KHy0RImhiQkQpkIlBsZNwXGIOB3suvvc { box-sizing:content-box;height:7.1875rem;width:12.5rem;position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-2),0.31);border-bottom:0;top:13.375rem;left:0rem;display:block; }
#pdPBWFr2tgwn7y3vc1eEHoQ0B6d61kK3 { box-sizing:content-box;height:7.1875rem;width:12.5rem;position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-bottom:0;top:13.375rem;left:12.5625rem;display:block; }
#TFT01KQToDVkOGPnSdhTsAJr7ozNXAIH { box-sizing:content-box;height:7.125rem;width:12.5rem;position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-bottom:0;top:13.4375rem;left:25.0625rem;display:block; }
#TQGqFXECxsmCbvR6Toe03uz61MgyJnMG { box-sizing:content-box;height:7.0625rem;width:12.5rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-bottom:0;top:13.375rem;left:37.5625rem;display:block; }
#e8Xw86vdKH3wQqBG5NTy1fzT2P0eE4ol { box-sizing:content-box;height:7.125rem;width:12.5rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-bottom:0;top:13.4375rem;left:50.0625rem;display:block; }
#KBrWZKle4hmd1ny9U6oOnbLhf4dJbAbG { box-sizing:content-box;height:7.25rem;width:12.3125rem;position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:13.3125rem;left:62.5625rem;display:block; }
#wMC7wCyecRKeXarfDWEwatsPzQ06cV6V { box-sizing:content-box;height:7.125rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-bottom:0;top:24.125rem;left:50.0625rem;display:block; }
#FWh7q3gGDFZaeqJLr7d5A7W2742Xcpuq { box-sizing:content-box;height:7.25rem;width:12.3125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:24rem;left:62.5625rem;display:block; }
#tKCWTEnAfhQTwCozwnLgiC3i7TT9ZlhB { box-sizing:content-box;height:7.1875rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-bottom:0;top:24.0625rem;left:37.5625rem;display:block; }
#TAn8qQKuymSBeXsJyu2oWfd3e5AG7KHV { box-sizing:content-box;height:7.125rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-bottom:0;top:24.125rem;left:25.0625rem;display:block; }
#vhpWhvJmgClwDZ6Kb0WavF9cGKlEplHM { box-sizing:content-box;height:7.1875rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-bottom:0;top:24.0625rem;left:12.5625rem;display:block; }
#LntXs3LA1EVDLgHS6I0kWIMVIJ093MhR { box-sizing:content-box;height:7.1875rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-2),0.31);border-bottom:0;top:24.0625rem;left:0rem;display:block; }
#NMUvgriZ0tmG0TpuicCCkdhTulvSxnNC { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.3125rem;top:36.75rem;left:14.701171875rem;overflow:hidden;display:block; }
#gbQJBqc46l2LnETLSzMaioQwFAQsVnhz { box-sizing:content-box;height:7.1875rem;width:12.5rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-2),0.31);border-bottom:0;top:34.6875rem;left:0rem;display:block; }
#FEdhU7J2S8zTHf6ng8e7VRK0cZCcwp80 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:12.9375rem;left:1.625rem;overflow:hidden;display:block; }
#UCAuhouW5kn26aoA5WpaOlmfz1P3ZPWf { color:rgba(var(--color-primary-4),1);display:block;width:52.3125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:36.78125rem;left:18.75rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tctowvgl62IOcNAla9BLLVnBMTsoWqfs { color:rgba(var(--color-primary-2),1);display:block;width:63.9375rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#itCnGyVKmvMDZZbhBvA0SeFJPAoI4bgt { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:7.125rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pDlaUTfeTXvzb4uTppBTOdVTyq1onAxB { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:5.6875rem;top:13.5rem;left:16rem;overflow:hidden;display:block; }
#p3MKchbBlb7yVO2eC1hVLmFZoNrVgXGH { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.8125rem;top:13.71875rem;left:27.9375rem;overflow:hidden;display:block; }
#Ke1dGAMop0emgFRBs3qMFcOBltuHscBt { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:9.5625rem;top:15.5rem;left:39.0625rem;overflow:hidden;display:block; }
#imLbyb39OmFFnFaLGMRk9EWKNxRC8kzt { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:7rem;top:14.03125rem;left:52.84375rem;overflow:hidden;display:block; }
#MJcPI8MhdO30iUPIWIAdKNsHPKKu7Fmg { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:10.1875rem;top:15.71875rem;left:63.6875rem;overflow:hidden;display:block; }
#pQaTkQ5hqApZWw1GNkpI0v0XbQPGrrLZ { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:10.8125rem;top:24.6875rem;left:25.9375rem;overflow:hidden;display:block; }
#NxSRWFb6TI25Zx6mmSoPFTK7sSGLrc8w { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:11rem;top:24.65625rem;left:13.34375rem;overflow:hidden;display:block; }
#KTBxTTRl13ED9qXEo5aFLUengASD6MPK { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:6.625rem;top:24.375rem;left:2.96875rem;overflow:hidden;display:block; }
#EteeSCxn4nttKNuRslipGwcduUOwPgMB { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:7.3125rem;top:24.34375rem;left:40.1875rem;overflow:hidden;display:block; }
#uJt9aPVbSP0hiRstPrHN9vLTdgQQdL2y { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:8.3125rem;top:23.53125rem;left:52.1875rem;overflow:hidden;display:block; }
#mhekpZR3AVdLeAA3pETB6ts27sJRghvC { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:8.5rem;top:25.15625rem;left:64.46875rem;overflow:hidden;display:block; }
#zMDmVauoCqfi8VB3qexKilnETlFB1qsF { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:34.875rem;left:2.84375rem;overflow:hidden;display:block; }
#VVMeSI8dDNEW49e5ZzLwAdGnSEHk11QK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c10ad50c-913c-4509-95f9-1d6c680d626f/bgcorners1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VVMeSI8dDNEW49e5ZzLwAdGnSEHk11QK.adaptive-delivery-prevent-bg, #VVMeSI8dDNEW49e5ZzLwAdGnSEHk11QK.lazyload, #VVMeSI8dDNEW49e5ZzLwAdGnSEHk11QK.lazyloading { background-image: none; }#VVMeSI8dDNEW49e5ZzLwAdGnSEHk11QK > .row .container { background-color: transparent; background-image: none; }#VVMeSI8dDNEW49e5ZzLwAdGnSEHk11QK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVMeSI8dDNEW49e5ZzLwAdGnSEHk11QK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVMeSI8dDNEW49e5ZzLwAdGnSEHk11QK > .row .container > .video-iframe-container { display: none; }#VVMeSI8dDNEW49e5ZzLwAdGnSEHk11QK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVMeSI8dDNEW49e5ZzLwAdGnSEHk11QK > .row > .video-iframe-container { display: none; }#VVMeSI8dDNEW49e5ZzLwAdGnSEHk11QK > .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); }#VVMeSI8dDNEW49e5ZzLwAdGnSEHk11QK > .row .container { border-width: 0; border-radius: 0; }#VVMeSI8dDNEW49e5ZzLwAdGnSEHk11QK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VVMeSI8dDNEW49e5ZzLwAdGnSEHk11QK > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#TPLczL8LTAfIUTwW7Md5kg3q9cbZd5wW { color:rgba(var(--color-primary-2),1);display:block;width:66.75rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oXrBFeVIMRUxUu9w7OJkzVRNzdBcv7X3 { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:4.75rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SbuKl467QJMJeVhFA6oPHD2PXxwWSFFo { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.9375rem;top:9.75rem;left:0rem;overflow:hidden;display:block; }
#mMaeZJzEeC8r32muZxEQf9J2uiRTNgLq { box-sizing:content-box;height:2.6875rem;width:16.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:10.3125rem;left:2.9375rem;display:block; }
#XchiH4e5Zhkwh5cTiTyrbpUUvUwWgiuU { color:rgba(var(--color-primary-4),1);display:block;width:14.625rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:10.75rem;left:4.0625rem;height:1.875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#dBfLpIXABRTtBTo37r5Kove2TtSNVPmw { box-sizing:content-box;height:2.6875rem;width:16.0625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:10.3125rem;left:26.25rem;display:block; }
#XsGifA65UIL7Vxeqwkd37pMWJub36zME { color:rgba(var(--color-primary-4),1);display:block;width:14.625rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:10.75rem;left:27.375rem;height:1.875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#d11TzWPhxJ1DilsTJdTCwJaJetzyaqxA { position:absolute;display:block;z-index:15057;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.9375rem;top:9.75rem;left:23.3125rem;overflow:hidden;display:block; }
#lS6AZXEySrZKmbs38aeC7oUTaaUEfNWx { box-sizing:content-box;height:2.6875rem;width:16.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:15.4375rem;left:2.875rem;display:block; }
#NEvik2IfdtM2boZZVevTsmLPUxIuB93P { color:rgba(var(--color-primary-4),1);display:block;width:14.8125rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:15.875rem;left:3.75rem;height:1.875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#adfeLe1sXCtTP0Me5JohnOZgNO5WVnr8 { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.9375rem;top:14.875rem;left:0rem;overflow:hidden;display:block; }
#bKL7fPJB41C2256a31urcKi1xiPTpGhM { box-sizing:content-box;height:2.6875rem;width:16.0625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:15.4375rem;left:26.1875rem;display:block; }
#BHwaeXoyoR4XLbnrkHZawF0ghJ4L4G6d { color:rgba(var(--color-primary-4),1);display:block;width:14.8125rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:15.875rem;left:27.0625rem;height:1.875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#VUdZHmmJPJqNR7KErw1y4pTgbMuwTCb2 { position:absolute;display:block;z-index:15060;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.9375rem;top:14.875rem;left:23.3125rem;overflow:hidden;display:block; }
#Un7W6Hcn8xNGV7SCIT2VcfVCTdPoPN5F { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.25rem;border-top-right-radius:15.25rem;border-bottom-left-radius:15.25rem;border-bottom-right-radius:15.25rem;box-shadow: none;height:21.75rem;width:21.75rem;top:11.875rem;left:47rem;overflow:hidden;display:block; }
#Sd51M08n5GkuPTphS5DUIBARnFypcL8d { box-sizing:content-box;height:14.5625rem;width:14.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.4375rem;left:59.3125rem;display:block; }
#fgWVVVv3p6EZy6HG0F4V0ngdq8aynCeZ { box-sizing:content-box;height:20.5rem;width:20.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index: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:6.25rem;left:54.0625rem;display:block; }
#LVEx0TUVaT2BLJxy4miD3vA04WIdvdFG { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;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:9.125rem;left:52.0625rem;display:block; }
#WCq3lsbWKCpLMQtGMNxOsTdl9kdPMrDW { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;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:11.125rem;left:49.4375rem;display:block; }
#im6TmUndZRPEJ5xcPBQpw6G8TNqx4goi { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;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:31rem;left:67.5625rem;display:block; }
#Watm6r9oNS6Mo4Ea47FLMgq0NTQ4L6Ie { box-sizing:content-box;height:2.6875rem;width:16.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:20.625rem;left:3rem;display:block; }
#wHmrXFJPPB0BSztzz16t1s9GnlegEpQH { color:rgba(var(--color-primary-4),1);display:block;width:14.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:21.0625rem;left:4.125rem;height:1.875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#EMLiIHgdVPbW3mMs8TyZTbZnQGZb9kDP { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.9375rem;top:20.0625rem;left:0.125rem;overflow:hidden;display:block; }
#DcCsKDFUAurcfqNC7aHrvq98OFKNT2eC { box-sizing:content-box;height:2.6875rem;width:16.0625rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:20.625rem;left:26.3125rem;display:block; }
#nIQ6dgG4uGuqdsWi8tZGIZ8w1TVzB75k { color:rgba(var(--color-primary-4),1);display:block;width:14.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:21.0625rem;left:27.4375rem;height:1.875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#q5oBAZoZThDBe29Smo0pgRioJwVK2u2p { position:absolute;display:block;z-index:15063;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.9375rem;top:20.0625rem;left:23.4375rem;overflow:hidden;display:block; }
#lsQJg7KEIfvzD2A9Fmf4vT4gZtrQl8Le { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;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:29.375rem;left:70.8125rem;display:block; }
#sFCkKPlga7LuIFR0bSO1vnlvf0wb4SD8 { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.25rem;left:71.875rem;display:block; }
#zlhccklgEa5xifSp5kfXoqAvU43lWOzS { box-sizing:content-box;height:2.6875rem;width:25.5625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.5);top:25.25rem;left:2.875rem;display:block; }
#TcuZWI15rAl9h3kH4L0qTcQquHItD5AB { color:rgba(var(--color-primary-4),1);display:block;width:23.8125rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:25.6875rem;left:4rem;height:1.875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#m4NmpRG9ym2pB5ho9JFxheFmUT6u90Su { position:absolute;display:block;z-index:15066;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.9375rem;top:24.6875rem;left:0rem;overflow:hidden;display:block; }
#JwiRla2Mq31mK4EoQ9eoTNplxlMSOr1v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c10ad50c-913c-4509-95f9-1d6c680d626f/bgcorners1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JwiRla2Mq31mK4EoQ9eoTNplxlMSOr1v.adaptive-delivery-prevent-bg, #JwiRla2Mq31mK4EoQ9eoTNplxlMSOr1v.lazyload, #JwiRla2Mq31mK4EoQ9eoTNplxlMSOr1v.lazyloading { background-image: none; }#JwiRla2Mq31mK4EoQ9eoTNplxlMSOr1v > .row .container { border-width: 0; border-radius: 0; }#JwiRla2Mq31mK4EoQ9eoTNplxlMSOr1v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JwiRla2Mq31mK4EoQ9eoTNplxlMSOr1v > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:none; }#NEihaTUWKBexAW9UMUecSWIJH9gvFg4k { color:rgba(var(--color-primary-2),1);display:block;width:66.75rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J5X85CeCW2O44GqADfV4OX2ztlvaHMyt { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:6.5625rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yJoolc6t0yCCMC9RM8wS34ycWpgxTIim { color:rgba(var(--color-primary-4),1);display:block;width:44.1875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:27.5625rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rldLbzFE76dtRdTC0WuAuvB60xRe2Evb { color:rgba(var(--color-primary-4),1);display:block;width:55.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:10.6875rem;left:19.4375rem;height:12rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#t50VFlWRlTXNezH0mpXE2qhQr3CEwhek { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:13.8125rem;border-top-right-radius:13.8125rem;border-bottom-left-radius:13.8125rem;border-bottom-right-radius:13.8125rem;box-shadow: none;height:10.5rem;width:10.6875rem;top:11.9375rem;left:3.1875rem;overflow:hidden;display:block; }
#CmJF5btGUNqV8UGoSm8wV8phnmpThheZ { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;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:14.125rem;left:14.5rem;display:block; }
#cTKRXEiEp6VIwPnenCOTAC28nzACy3pw { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;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.6875rem;left:11.75rem;display:block; }
#J1tvNauHZOtS53FFSzJTgZ8Bk5aJmePr { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;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:11.9375rem;left:15.6875rem;display:block; }
#rFRid5VEeHu7tIrUxNdtFapGOtyOoQID { box-sizing:content-box;height:7.5625rem;width:7.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.6875rem;left:2.5625rem;display:block; }
#eFV92LKhHxpFAeRqlnTsoyIMQ7gopZbH { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.1875rem;left:0.9375rem;display:block; }
#ARbTZe8HlD4dcBFPTohb2K0CWdrrHvTO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c10ad50c-913c-4509-95f9-1d6c680d626f/bgcorners1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ARbTZe8HlD4dcBFPTohb2K0CWdrrHvTO.adaptive-delivery-prevent-bg, #ARbTZe8HlD4dcBFPTohb2K0CWdrrHvTO.lazyload, #ARbTZe8HlD4dcBFPTohb2K0CWdrrHvTO.lazyloading { background-image: none; }#ARbTZe8HlD4dcBFPTohb2K0CWdrrHvTO > .row .container { background-color: transparent; background-image: none; }#ARbTZe8HlD4dcBFPTohb2K0CWdrrHvTO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARbTZe8HlD4dcBFPTohb2K0CWdrrHvTO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARbTZe8HlD4dcBFPTohb2K0CWdrrHvTO > .row .container > .video-iframe-container { display: none; }#ARbTZe8HlD4dcBFPTohb2K0CWdrrHvTO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARbTZe8HlD4dcBFPTohb2K0CWdrrHvTO > .row > .video-iframe-container { display: none; }#ARbTZe8HlD4dcBFPTohb2K0CWdrrHvTO > .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); }#ARbTZe8HlD4dcBFPTohb2K0CWdrrHvTO > .row .container { border-width: 0; border-radius: 0; }#ARbTZe8HlD4dcBFPTohb2K0CWdrrHvTO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ARbTZe8HlD4dcBFPTohb2K0CWdrrHvTO > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#AbJwHA7t1BrG6y4LTbWsZogGN42bEzte { color:rgba(var(--color-primary-2),1);display:block;width:66.75rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tr5u6lmoCI6WAnfBRGZIrnq5nRyis6eF { color:rgba(var(--color-primary-4),1);display:block;width:16.9375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:22.0625rem;left:1.1875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hhVCoqTxPfyhTrgRB9yTB5P63BL8K7Mt { position:absolute;display:block;z-index:15009;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:13.8125rem;border-top-right-radius:13.8125rem;border-bottom-left-radius:13.8125rem;border-bottom-right-radius:13.8125rem;box-shadow: none;height:10.5rem;width:10.5rem;top:9.0625rem;left:4.375rem;overflow:hidden;display:block; }
#SaQIHJ8wTxTtL7PPtO0nPyEGhhtUoO2o { position:absolute;display:block;z-index:15015;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:13.8125rem;border-top-right-radius:13.8125rem;border-bottom-left-radius:13.8125rem;border-bottom-right-radius:13.8125rem;box-shadow: none;height:10.5rem;width:10.5rem;top:9.0625rem;left:22.625rem;overflow:hidden;display:block; }
#TTkQarCsxAgye09SfNyzo2tAcrz9ZQVU { color:rgba(var(--color-primary-4),1);display:block;width:16.9375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:22.0625rem;left:20.375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hwG3Odo40RTq06dbdIfys3M1uyCDD7qk { color:rgba(var(--color-primary-4),1);display:block;width:16.9375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:22.125rem;left:38.625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kRU0pR3OM4AgK74J4heGphKFhnzbolwa { position:absolute;display:block;z-index:15022;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:13.8125rem;border-top-right-radius:13.8125rem;border-bottom-left-radius:13.8125rem;border-bottom-right-radius:13.8125rem;box-shadow: none;height:10.5rem;width:10.5rem;top:9.125rem;left:40.875rem;overflow:hidden;display:block; }
#Dgu7xXu8UP8TttP9UkWWyTsG5mDq5iGL { position:absolute;display:block;z-index:15029;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:13.8125rem;border-top-right-radius:13.8125rem;border-bottom-left-radius:13.8125rem;border-bottom-right-radius:13.8125rem;box-shadow: none;height:10.5rem;width:10.5rem;top:9.125rem;left:59.125rem;overflow:hidden;display:block; }
#Hbd4dP9GzVSUP4OEMFXxF0t4QidLxqf8 { color:rgba(var(--color-primary-4),1);display:block;width:16.9375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:22.125rem;left:56.875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fBhO6w4H7T208nUv7Zu4lqOfcIiggCbk { border-top:0rem solid rgba(var(--color-primary-2),0.15);border-left:0rem solid rgba(var(--color-primary-2),0.15);border-right:0rem solid rgba(var(--color-primary-2),0.15);border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f5ba3ec3-c706-477b-ab78-770824019a14/circlesbottomrightbg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fBhO6w4H7T208nUv7Zu4lqOfcIiggCbk.adaptive-delivery-prevent-bg, #fBhO6w4H7T208nUv7Zu4lqOfcIiggCbk.lazyload, #fBhO6w4H7T208nUv7Zu4lqOfcIiggCbk.lazyloading { background-image: none; }#fBhO6w4H7T208nUv7Zu4lqOfcIiggCbk > .row .container { background-color: transparent; background-image: none; }#fBhO6w4H7T208nUv7Zu4lqOfcIiggCbk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBhO6w4H7T208nUv7Zu4lqOfcIiggCbk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBhO6w4H7T208nUv7Zu4lqOfcIiggCbk > .row .container > .video-iframe-container { display: none; }#fBhO6w4H7T208nUv7Zu4lqOfcIiggCbk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBhO6w4H7T208nUv7Zu4lqOfcIiggCbk > .row > .video-iframe-container { display: none; }#fBhO6w4H7T208nUv7Zu4lqOfcIiggCbk > .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); }#fBhO6w4H7T208nUv7Zu4lqOfcIiggCbk > .row .container { border-width: 0; border-radius: 0; }#fBhO6w4H7T208nUv7Zu4lqOfcIiggCbk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fBhO6w4H7T208nUv7Zu4lqOfcIiggCbk > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#rVCEsnT7twss9c5cc8IlHe0oxoqN0Edc { color:rgba(var(--color-primary-2),1);display:block;width:63.9375rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.630859375rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l6tuuxEctTZlB8PylSgZrEcv5htmkXBh { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:6.693359375rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E4oTfz7NMDRB9It0CVBAX90mfZtmaEvu { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);box-shadow: none;height:22.5rem;width:40rem;top:10.9375rem;left:0rem;display:block; }
#hag4pnOrQMvouvd9lJz97TQOIFSpm26d { box-sizing:content-box;height:22.8125rem;width:40.125rem;position:absolute;display:block;z-index:15007;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.75rem;left:-0.040404040404041rem;display:block; }
#Tkr9D5OvzAhMS1apZJ5yvorI6FEb4d3T { color:rgba(var(--color-primary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21.599609375rem;left:13.8125rem;height:1.29980625rem;display:block; }
#A15HzBzHpCD7r6VVwISypRCfOrxSV1Af { 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;display:block; }#A15HzBzHpCD7r6VVwISypRCfOrxSV1Af > .row .container { background-color: transparent; background-image: none; }#A15HzBzHpCD7r6VVwISypRCfOrxSV1Af::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A15HzBzHpCD7r6VVwISypRCfOrxSV1Af > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A15HzBzHpCD7r6VVwISypRCfOrxSV1Af > .row .container > .video-iframe-container { display: none; }#A15HzBzHpCD7r6VVwISypRCfOrxSV1Af > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A15HzBzHpCD7r6VVwISypRCfOrxSV1Af > .row > .video-iframe-container { display: none; }#A15HzBzHpCD7r6VVwISypRCfOrxSV1Af > .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); }#A15HzBzHpCD7r6VVwISypRCfOrxSV1Af > .row .container { border-width: 0; border-radius: 0; }#A15HzBzHpCD7r6VVwISypRCfOrxSV1Af > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A15HzBzHpCD7r6VVwISypRCfOrxSV1Af > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:block; }#h8BAz2GurtNxVRlHiwaEa0UitQLHLyrS { color:#f3f3f3;display:block;width:74.8125rem;position:absolute;font-family:"titillium web";font-size:3.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:8.9375rem;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; }
#tg75Jw5y8LJTot10qAZcQg2StdrTNbA4 { 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.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:4.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.1123046875rem;left:27.03125rem;display:block; }
#m82VhfDOVueL52KTPfv41glxO8TfzANI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JPe6ZzTL6lQvIVeU3eMVxdAxrQpqfZTC { position:absolute;display:block;z-index:14996;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:22.8125rem;border-top-right-radius:22.8125rem;border-bottom-left-radius:22.8125rem;border-bottom-right-radius:22.8125rem;box-shadow: none;height:63.375rem;width:72.625rem;top:44.0869140625rem;left:-22.636103151862rem;overflow:hidden;display:none; }
#Cx0oBHoeKP5WnKnz2u4ZWpK7mMvQxZEP { color:#f3f3f3;display:block;width:74.8125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.6875rem;left:0rem;height:1.29980625rem;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; }
#HLlb8RkCfqGmWhgRmQLhfflPQ0sIaulU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.07);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; }#HLlb8RkCfqGmWhgRmQLhfflPQ0sIaulU > .row .container { background-color: transparent; background-image: none; }#HLlb8RkCfqGmWhgRmQLhfflPQ0sIaulU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLlb8RkCfqGmWhgRmQLhfflPQ0sIaulU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLlb8RkCfqGmWhgRmQLhfflPQ0sIaulU > .row .container > .video-iframe-container { display: none; }#HLlb8RkCfqGmWhgRmQLhfflPQ0sIaulU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLlb8RkCfqGmWhgRmQLhfflPQ0sIaulU > .row > .video-iframe-container { display: none; }#HLlb8RkCfqGmWhgRmQLhfflPQ0sIaulU > .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); }#HLlb8RkCfqGmWhgRmQLhfflPQ0sIaulU > .row .container { border-width: 0; border-radius: 0; }#HLlb8RkCfqGmWhgRmQLhfflPQ0sIaulU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HLlb8RkCfqGmWhgRmQLhfflPQ0sIaulU > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#zlmNwGzrVHUq5ANqD1cXOkulnvtTEtlG { color:rgba(var(--color-primary-2),1);display:block;width:7.375rem;position:absolute;font-family:"source sans pro";font-size:3.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.75rem;left:2.75rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NyAXl3SAzr5htmQgaBdhcV8lx5TzySFw { color:rgba(var(--color-primary-4),1);display:block;width:7.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:15.9375rem;left:2.4375rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#bvceANVzuuXOT5Os5TJ7bNDv0AnDHTsT { color:rgba(var(--color-primary-2),1);display:block;width:9.125rem;position:absolute;font-family:"source sans pro";font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.8125rem;left:14.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lWLUSc6T5NcepWG3sK0oIIA1emaUPHyb { color:rgba(var(--color-primary-4),1);display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:16rem;left:13.625rem;height:1.19921875rem;text-align:center;text-align-last:center;display:block; }
#ZrKu6TAR9PvfIUoKhk7J0HvCg4v1OrGo { color:rgba(var(--color-primary-2),1);display:block;width:7rem;position:absolute;font-family:"source sans pro";font-size:3.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.75rem;left:40.5rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tNaMvlVTvXC6RlOoZtbAuuPAKaTxG6d8 { color:rgba(var(--color-primary-4),1);display:block;width:12.6875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:16rem;left:37.625rem;height:1.19921875rem;text-align:center;text-align-last:center;display:block; }
#ZyrsD05CK6nM3zCZXnT1E8VlW5T7uxkZ { color:rgba(var(--color-primary-2),1);display:block;width:5.1875rem;position:absolute;font-family:"source sans pro";font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.75rem;left:53.625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KfT2fiX1pbumF7UsGg7mZNPRtArNexrk { color:rgba(var(--color-primary-4),1);display:block;width:9.8125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:16.0625rem;left:51rem;height:2.3984375rem;text-align:center;text-align-last:center;display:block; }
#GD7bKQMrPVOyM6cQ7uELZk8eQccT9ATT { box-sizing:content-box;height:12.5rem;width:16rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:1.5625rem;left:1.375rem;display:none; }
#nOXrTdO8Vvzpzbz7N5fGPBARLd8BLGer { box-sizing:content-box;height:12.5rem;width:16rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:1.5625rem;left:1.375rem;display:none; }
#rTLzSBHho9IJvQGIEQb0dUCxd0JMh24k { box-sizing:content-box;height:12.5rem;width:16rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:1.5625rem;left:1.375rem;display:none; }
#vT9y97evML659DyTiyZPgpJCBGiTQFhe { color:rgba(var(--color-primary-2),1);display:block;width:58.4375rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.068359375rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FbIv6Qpn0ny9ovJNr38qowz09k7TF0VZ { color:rgba(var(--color-primary-4),1);display:block;width:10.6875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:16.0625rem;left:26.0625rem;height:2.3984375rem;text-align:center;text-align-last:center;display:block; }
#klGmIigbnL5sR81wUO08Ltvbuh8o0Wvk { color:rgba(var(--color-primary-2),1);display:block;width:7.875rem;position:absolute;font-family:"source sans pro";font-size:3.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.75rem;left:27.5rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eJI2kBR63Vf5pqQtXvPLxQ3Jfg60WRuU { color:rgba(var(--color-primary-2),1);display:block;width:7rem;position:absolute;font-family:"source sans pro";font-size:3.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:9.75rem;left:65.6875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kf8JidkaSDTMtQTq40rAx98gybnI8hz3 { color:rgba(var(--color-primary-4),1);display:block;width:10.375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:16rem;left:63.875rem;height:1.19921875rem;text-align:center;text-align-last:center;display:block; }
#RaHOcnXvnhUn8QtGcwBKNmsqTEV73AU3 { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.75rem;top:11.4375rem;left:10.8125rem;overflow:hidden;display:block; }
#TkhOUMUwRqlOHtzzTp0wLimavGZIOPvu { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.75rem;top:11.4375rem;left:23.4375rem;overflow:hidden;display:block; }
#JasK0vNEusraqQw6hZRBF36Bk8cqc1tB { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.75rem;top:11.4375rem;left:36.0625rem;overflow:hidden;display:block; }
#W7TSNTGoxx0ED82G6dyhAoZfKg4ZxqS1 { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.75rem;top:11.4375rem;left:48.4375rem;overflow:hidden;display:block; }
#M16TfcbTnciVz8qCK79EMSBLJoaVdfO5 { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.75rem;top:11.4375rem;left:60.9375rem;overflow:hidden;display:block; }
#QA1v0p6bK7KDvMfC8V3tczwF3VPW9JWr { box-sizing:content-box;height:7.1875rem;width:12.5rem;position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-2),0.31);border-bottom:0;top:13rem;left:0rem;display:block; }
#NUbNc2TTVTyyOBQTxo5B7Vw6Rqq3P6Nf { box-sizing:content-box;height:7.1875rem;width:12.5rem;position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-bottom:0;top:13rem;left:12.5625rem;display:block; }
#yfL1DWTfyq5cgZUCzkboNy22cUeqTzny { box-sizing:content-box;height:7.125rem;width:12.5rem;position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-bottom:0;top:13.0625rem;left:25.0625rem;display:block; }
#Vz8wVxGxPDciEiwrsU8iOFEkbyHNUgmu { box-sizing:content-box;height:7.1875rem;width:12.5rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-bottom:0;top:13rem;left:37.5625rem;display:block; }
#icdfhTEGzoZcx71h7lrFZwntCJ5ABWrB { box-sizing:content-box;height:7.125rem;width:12.5rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0.0625rem solid rgba(var(--color-secondary-2),0.3);border-bottom:0;top:13.0625rem;left:50.0625rem;display:block; }
#rKqEBmaina8SDovUSPwCz8kpGvafJKUA { box-sizing:content-box;height:7.25rem;width:12.3125rem;position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.9375rem;left:62.5625rem;display:block; }
#I3qkdqWBpDoQm9XZUhoXSbFwJn7g47cL { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.75rem;top:11.4375rem;left:36.0625rem;overflow:hidden;display:none; }
#zxXFbpl8UtN14OrMyR9W1a2BnxTPyk8I { 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;display:block; }#zxXFbpl8UtN14OrMyR9W1a2BnxTPyk8I > .row .container { background-color: transparent; background-image: none; }#zxXFbpl8UtN14OrMyR9W1a2BnxTPyk8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxXFbpl8UtN14OrMyR9W1a2BnxTPyk8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxXFbpl8UtN14OrMyR9W1a2BnxTPyk8I > .row .container > .video-iframe-container { display: none; }#zxXFbpl8UtN14OrMyR9W1a2BnxTPyk8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxXFbpl8UtN14OrMyR9W1a2BnxTPyk8I > .row > .video-iframe-container { display: none; }#zxXFbpl8UtN14OrMyR9W1a2BnxTPyk8I > .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); }#zxXFbpl8UtN14OrMyR9W1a2BnxTPyk8I > .row .container { border-width: 0; border-radius: 0; }#zxXFbpl8UtN14OrMyR9W1a2BnxTPyk8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxXFbpl8UtN14OrMyR9W1a2BnxTPyk8I > .row .container { font-size:0.875rem;font-family:arial;height:67.0625rem;width:75rem;position:relative;display:block; }#uTQRw9RXR1SJOmEig2E4c99kHEXaTZD2 { position:absolute;display:block;z-index:15003;height:57.3125rem;width:36.5625rem;top:3.9375rem;left:41.3125rem;display:block; }
#ZEsXLVPS0rzrxLWvzbwVsT8FNSOLZX19 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:6.5rem;display:block; }
#LaVZTlNn0rt8DTPnWWd1T4zFJRcEOgSF { color:rgba(var(--color-tertiary-0),1);display:block;width:39.6875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:24.875rem;left:0rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b3kO41UX09y3X9aXASxnUHnHvgExGnMn { color:rgba(var(--color-primary-0),1);display:block;width:37.6875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:11.5625rem;left:0rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#syQdLBd99aSgdEtn08CHVRJAeThHpMs0 { color:rgba(var(--color-primary-0),1);display:block;width:37.9375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:16.75rem;left:0rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iUXFNXdFVuxvCr2Obr6n3GuwG2ZE9fUH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iUXFNXdFVuxvCr2Obr6n3GuwG2ZE9fUH > .row .container { background-color: transparent; background-image: none; }#iUXFNXdFVuxvCr2Obr6n3GuwG2ZE9fUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUXFNXdFVuxvCr2Obr6n3GuwG2ZE9fUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUXFNXdFVuxvCr2Obr6n3GuwG2ZE9fUH > .row .container > .video-iframe-container { display: none; }#iUXFNXdFVuxvCr2Obr6n3GuwG2ZE9fUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUXFNXdFVuxvCr2Obr6n3GuwG2ZE9fUH > .row > .video-iframe-container { display: none; }#iUXFNXdFVuxvCr2Obr6n3GuwG2ZE9fUH > .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); }#iUXFNXdFVuxvCr2Obr6n3GuwG2ZE9fUH > .row .container { border-width: 0; border-radius: 0; }#iUXFNXdFVuxvCr2Obr6n3GuwG2ZE9fUH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iUXFNXdFVuxvCr2Obr6n3GuwG2ZE9fUH > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#mTVFlqaELbnW7mnc70MWBhTKr0kZR1ML { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:19.1875rem;top:1.03125rem;left:-3.4861111111111rem;overflow:hidden;display:block; }
#IbNMwxdh3elMv9Qg9e1UzJKdwsbD530C { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8515625rem;left:43.75rem;height:1.0556625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nGvhmSvUk53LgFXVvZtiXAxGED0RiFSm { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#nGvhmSvUk53LgFXVvZtiXAxGED0RiFSm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLhrLUTDuVkDTTzU5XThRbqGOXCwRCWg { width:11.0625rem;height:2.75rem;top:1.1875rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC8C7VzsU6vZiBdMT2PR6tSSn4scNm7G { display:block; }
 }@media only screen and (max-width: 763px) { #cV8bxk93AGXPaLhgTS5pSlOAKK8B0z6R { width:5.0625rem;height:1.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx { display:block; }#SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx > .row .container { width:47.75rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOPiT1HyyH9HuRCtuTLDnIVyasrO6MuT { width:21rem;height:1.13671875rem;top:7.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7PF6Fv5ukqsKG20B1X6xAeOmKGoLKbk { width:11.0625rem;height:2.75rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgtT6NhL12SRGHxMgyWZ9DkWwVnGqViL { display:block; }
 }@media only screen and (max-width: 763px) { #oTlQ2DwtaQEoLfEShtufemCXkQk4S60P { width:22.25rem;height:6.09375rem;top:18.513671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTVfrWsC5W2f0Khhrn1bJ8BCTzUoG3IG { width:45.9375rem;height:;top:13.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTZroo2lP3i2CMpdOmpo1zJ7ZEd0KrcW { width:25rem;height:25rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzzhLWfJlHZUvfXEwkqebTbNt24sMMd9 { width:12.6875rem;height:12.6875rem;top:17rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdfUw3nZ86TcV5XRsIZTKcAk1oWTe42s { width:21.5rem;height:21.5rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET5wvMlyRtoDZJ16BMTQFT0d6tpEhxZh { width:3.5625rem;height:3.5625rem;top:11rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfuX1mEHQk8oHz2IoTiupZ4WIwS7TLgM { width:2.75rem;height:2.75rem;top:9.3125rem;left:17.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUsgu8F8FBbFNoEKT1vhIV6VggVIfD9O { width:2.75rem;height:2.75rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgIkK40FysHt7oy2Wey7gIDPhxRPBBsH { width:3.5625rem;height:3.5625rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KduDTQyaTATpkG5nmT8kmM81EhIyhnrM { width:34.8125rem;height:2.2734375rem;top:4.40625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb4O5X2GJgqPWPGmlDrTb2rtydlQaOL1 { display:block; }#tb4O5X2GJgqPWPGmlDrTb2rtydlQaOL1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fv1Ml53AXP9F8a8tBoQWMd971h6h98Qx { width:34.8125rem;height:2.2734375rem;top:4.40625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csi04UuM5A5T6bB2wQUceW7uOKvC9O5p { width:34.8125rem;height:2.2734375rem;top:4.40625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB5MowreeuhIcroRW0GxiPqEH7m4MrJZ { width:2.75rem;height:2.5625rem;top:3.0625rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLT2CV6avJtXGyFRLicNAOEKLNVeCQZd { width:2.75rem;height:2.5625rem;top:3rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDEhIJQTUo4voTWu6f0nCucfkPK7v2eo { width:34.8125rem;height:2.2734375rem;top:4.40625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adbZx9RcX0SQSW7rT5bPlpUqGppOtEDe { width:2.75rem;height:2.5625rem;top:3rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuuTLtVpFT3ksQHeXgyGoLsun1pBWf6V { width:34.8125rem;height:2.2734375rem;top:4.40625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnq5M8DE0kBi7hLyNQzlXsJ7gRcir15X { width:2.75rem;height:2.5625rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG { display:block; }#JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGJpIb4HADZIoRK2T4AmN9Wed3tiwrQI { width:11.9375rem;height:10.722625rem;top:2.6875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJiw80fLdUpu4RybUVEVsm1lVpn0Sffi { width:34.8125rem;height:2.2734375rem;top:4.40625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdPmdeTNv3h2gH9m7vcto5FiKGGGOOZA { width:20.125rem;height:10rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH1tL16S0FRoM2JVEX3XxiiQn2HlcJte { width:20rem;height:10rem;top:34.1875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJingOUosyTRs0MiscgpW8gwSRcZpNXp { width:20.25rem;height:10rem;top:34.125rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhIlCO6h2axIzsWPl6xzHxE3kxPghk23 { width:20.1875rem;height:11.875rem;top:55.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlTHMdigbR08r7FIqQzCWh9uErVcZP8l { width:20.1875rem;height:11.875rem;top:55.25rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuKPuTNPRekK2IoMbTucoOgR5V6CeiRe { width:34.8125rem;height:2.2734375rem;top:4.40625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPfpOg6yQzu8Qh3EetmbBPiEuXRI6lih { width:6.8125rem;height:7.4375rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4q9V66g50sxJ5mXFCsE3wL5vIEiV92C { width:6.8125rem;height:7.4375rem;top:40.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDCNOTne48JIHit3wVyT6XuwVFOVuUWi { width:34.8125rem;height:2.2734375rem;top:4.40625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNItzH9FqXpbQXP5mOSW6lEDTqHNlt6C { width:34.8125rem;height:2.2734375rem;top:4.40625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv81zriAGEFz0IVn8rZU0PI7PX2cFvqC { width:6.8125rem;height:7.4375rem;top:40.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C65MS74TwUKESbnl4JO3T04LUfCUbrfQ { width:34.8125rem;height:2.2734375rem;top:4.40625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiZm1r2O9FRlmQ6ixhrs3FBZe4a1ttvv { width:34.8125rem;height:2.2734375rem;top:4.40625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2mVZIHJPsiLELLz8RzeB4TJcy97mrEc { width:6.8125rem;height:7.4375rem;top:63.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGXqw8BPdxA0OCw8IooiJ2K42ftVfFHe { width:34.8125rem;height:2.2734375rem;top:4.40625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy6Wd6nQSciExwhPnccNBmqSw3ZGlCza { width:34.8125rem;height:2.2734375rem;top:4.40625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUqxlGo0FuPoA1S0NspCdw2dh8slX60u { width:6.8125rem;height:7.4375rem;top:63.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqTsu1Obf4lD6yDdwFd313y82GSPqPOp { width:34.8125rem;height:2.2734375rem;top:4.40625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isqTWAzJTMS8AB8UGgbM8xlIrT3J4VLm { width:34.8125rem;height:2.2734375rem;top:4.40625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmO1ylsKeMsGQ4BPF71nZAO4qMghJR13 { width:3.5625rem;height:3.5625rem;top:17.5rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHVyfFRG7nR2Rzs92Qd6IvGHWGsT2SAZ { width:2.75rem;height:2.75rem;top:16.375rem;left:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr9gbAHo2oNJzRDJu5UME7XXOAaNP0wz { width:2.0625rem;height:2.0625rem;top:13.1875rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTe2KVmOxZbxZQMUszSkTMT65t5QKFpr { width:1.625rem;height:1.625rem;top:11.5625rem;left:46rem;display:block; }
 }@media only screen and (max-width: 763px) { #axwdPAakV6JHKTGGq0Nak30QioRVFZwG { width:21.625rem;height:10.4375rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKkDboUs3tZG6K8zeE4e1mF8S2t933Ok { width:22.25rem;height:10.125rem;top:18.513671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv6wlfLyICLgenJFbDXHTQT178OTeqdG { width:11.9375rem;height:10.722625rem;top:2.6875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4JmInT6krFb99KZTQOpcA8L78iTfAVS { width:9.625rem;height:11.0625rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXR5eo4FEAhGeLCRSoo4yZRaLFXy1kLO { display:block; }#lXR5eo4FEAhGeLCRSoo4yZRaLFXy1kLO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyFTGlcbHK9DmGiqkJ7wCdm7od9buImK { width:29.1875rem;height:1.625rem;top:2.375rem;left:4.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlVaw4xnnVTa6tVTQr9OimBMSa8N5GqD { width:11.0625rem;height:2.75rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH577CZqmcFF2xbq2naWLS6rxfvSvAxG { display:block; }
 }@media only screen and (max-width: 763px) { #ueHuOqJB9myIFZecyCJDGIotolfZOK7P { width:47.75rem;height:41.668244406196rem;top:44.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwgcPDSvNGlWnBGLEkJSdi8a1BWOxpTi { display:block; }#fwgcPDSvNGlWnBGLEkJSdi8a1BWOxpTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anUt0i8w9ULfux0XeuHw4sIqp1vzQcCB { width:28.125rem;height:28.125rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKVAhr2q662AwA22c0TN79DdVoJuZBf4 { width:18.75rem;height:18.75rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpyT1PmanmLgVmfV6wwEfTn2veLeqnee { width:11.9375rem;height:10.722625rem;top:2.6875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIi2TlTggQOT4tU5KiQTygnKbsUCrHso { width:34.8125rem;height:2.2734375rem;top:4.40625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAszJx0eQdKETcBXJx6Gy17k3O1zuIaD { width:34.8125rem;height:2.2734375rem;top:4.40625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQV8qHTaH6eA3nTEf8R5o20KUXeW1XMn { width:34.8125rem;height:2.2734375rem;top:4.40625rem;left:0rem;font-size:0.875rem;display:block; }#qQV8qHTaH6eA3nTEf8R5o20KUXeW1XMn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/46d047bc-e468-4437-8769-6d593de5b0de/Screenshot20260728at212151.png); }
 }@media only screen and (max-width: 763px) { #SJ1FRnw6e6lZaHzBuIWf6SdFKUHRkIv2 { width:34.8125rem;height:2.2734375rem;top:4.40625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smId5CVp4apwM8LkBpRHDVQiyQFdGa98 { width:3.5625rem;height:3.5625rem;top:41.75rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCF0CK3fckHDIgPInM4XoDd37zlTFrWa { width:2.75rem;height:2.75rem;top:40.625rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwirMzfBSx4O1NZAt3HXdmnIkpOS4MsA { width:2.0625rem;height:2.0625rem;top:37.4375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGpNy0ns0kyEssV6MbVCFDTDrvhEP3Ge { width:1.625rem;height:1.625rem;top:35.8125rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF4zNZBtOg7f47iWGztx17KT0WttDTfU { width:14.5625rem;height:14.5625rem;top:23.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsT6h57Me4aHaaK6aSLe0b5r5vOPDEZC { width:20.5rem;height:20.5rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9HhRernK16l4Ssr5h0CJcDz0m8Qlq82 { width:1.625rem;height:1.625rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwXia0nsCFQzf8DTPURquAIe0TxbtLiB { width:2.0625rem;height:2.0625rem;top:16.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnbwzRzpIDonycxWAgDdw1tdamihUnaT { display:block; }#EnbwzRzpIDonycxWAgDdw1tdamihUnaT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxyyMBgr56y27utODUIelHw7GpXvnXwe { width:29.1875rem;height:1.625rem;top:2.375rem;left:4.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBuHPskfmHOlhy8M8AoT6PXbWLVVyAnf { width:11.0625rem;height:2.75rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgXVwDaTdNSbK7RObhEo9PxdaNTf9udF { display:block; }
 }@media only screen and (max-width: 763px) { #DvUgPHCH0sMhWmAbKnWyVmk1aMuhqlMD { width:47.75rem;height:41.668244406196rem;top:44.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX { display:block; }#KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX > .row .container { width:47.75rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KSpuIMKbTa0IgKQ7Q3NsEkcDm1fx0pck { width:16rem;height:12.5rem;top:1.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOSJs0anXxupWyVtau15WBB3BpBP6aQz { width:16rem;height:12.5rem;top:1.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEXd5PVzXbwdTc411zaI7Q3AgW4gCQ4w { width:16rem;height:12.5rem;top:1.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHy0RImhiQkQpkIlBsZNwXGIOB3suvvc { width:12.5rem;height:7.1875rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdPBWFr2tgwn7y3vc1eEHoQ0B6d61kK3 { width:12.5rem;height:7.1875rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFT01KQToDVkOGPnSdhTsAJr7ozNXAIH { width:12.5rem;height:7.125rem;top:13.4375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQGqFXECxsmCbvR6Toe03uz61MgyJnMG { width:12.5rem;height:7.0625rem;top:13.375rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8Xw86vdKH3wQqBG5NTy1fzT2P0eE4ol { width:12.5rem;height:7.125rem;top:13.4375rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBrWZKle4hmd1ny9U6oOnbLhf4dJbAbG { width:12.3125rem;height:7.25rem;top:13.3125rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMC7wCyecRKeXarfDWEwatsPzQ06cV6V { width:12.5rem;height:7.125rem;top:24.125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWh7q3gGDFZaeqJLr7d5A7W2742Xcpuq { width:12.3125rem;height:7.25rem;top:24rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKCWTEnAfhQTwCozwnLgiC3i7TT9ZlhB { width:12.5rem;height:7.1875rem;top:24.0625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAn8qQKuymSBeXsJyu2oWfd3e5AG7KHV { width:12.5rem;height:7.125rem;top:24.125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhpWhvJmgClwDZ6Kb0WavF9cGKlEplHM { width:12.5rem;height:7.1875rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LntXs3LA1EVDLgHS6I0kWIMVIJ093MhR { width:12.5rem;height:7.1875rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMUvgriZ0tmG0TpuicCCkdhTulvSxnNC { width:3.3125rem;height:3.0625rem;top:36.75rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbQJBqc46l2LnETLSzMaioQwFAQsVnhz { width:12.5rem;height:7.1875rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEdhU7J2S8zTHf6ng8e7VRK0cZCcwp80 { width:8.0625rem;height:8.0625rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCAuhouW5kn26aoA5WpaOlmfz1P3ZPWf { width:22.25rem;height:10.125rem;top:18.513671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tctowvgl62IOcNAla9BLLVnBMTsoWqfs { width:11.9375rem;height:10.722625rem;top:2.6875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #itCnGyVKmvMDZZbhBvA0SeFJPAoI4bgt { width:22.25rem;height:10.125rem;top:18.513671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDlaUTfeTXvzb4uTppBTOdVTyq1onAxB { width:5.6875rem;height:6.9375rem;top:13.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3MKchbBlb7yVO2eC1hVLmFZoNrVgXGH { width:6.8125rem;height:6.5rem;top:13.6875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke1dGAMop0emgFRBs3qMFcOBltuHscBt { width:9.5625rem;height:2.9375rem;top:15.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imLbyb39OmFFnFaLGMRk9EWKNxRC8kzt { width:7rem;height:5.875rem;top:14rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJcPI8MhdO30iUPIWIAdKNsHPKKu7Fmg { width:10.1875rem;height:2.5rem;top:15.6875rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQaTkQ5hqApZWw1GNkpI0v0XbQPGrrLZ { width:10.8125rem;height:6rem;top:24.6875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxSRWFb6TI25Zx6mmSoPFTK7sSGLrc8w { width:11rem;height:6.0625rem;top:24.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTBxTTRl13ED9qXEo5aFLUengASD6MPK { width:6.625rem;height:6.625rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EteeSCxn4nttKNuRslipGwcduUOwPgMB { width:7.3125rem;height:6.6875rem;top:24.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJt9aPVbSP0hiRstPrHN9vLTdgQQdL2y { width:8.3125rem;height:8.3125rem;top:23.5rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhekpZR3AVdLeAA3pETB6ts27sJRghvC { width:8.5rem;height:4.9375rem;top:25.125rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMDmVauoCqfi8VB3qexKilnETlFB1qsF { width:6.875rem;height:6.875rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVMeSI8dDNEW49e5ZzLwAdGnSEHk11QK { display:block; }#VVMeSI8dDNEW49e5ZzLwAdGnSEHk11QK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPLczL8LTAfIUTwW7Md5kg3q9cbZd5wW { width:11.9375rem;height:10.722625rem;top:2.6875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXrBFeVIMRUxUu9w7OJkzVRNzdBcv7X3 { width:22.25rem;height:10.125rem;top:18.513671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbuKl467QJMJeVhFA6oPHD2PXxwWSFFo { width:3.9375rem;height:3.625rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMaeZJzEeC8r32muZxEQf9J2uiRTNgLq { width:16.0625rem;height:2.6875rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XchiH4e5Zhkwh5cTiTyrbpUUvUwWgiuU { width:22.25rem;height:10.125rem;top:18.513671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBfLpIXABRTtBTo37r5Kove2TtSNVPmw { width:16.0625rem;height:2.6875rem;top:10.3125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsGifA65UIL7Vxeqwkd37pMWJub36zME { width:22.25rem;height:10.125rem;top:18.513671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d11TzWPhxJ1DilsTJdTCwJaJetzyaqxA { width:3.9375rem;height:3.625rem;top:9.75rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS6AZXEySrZKmbs38aeC7oUTaaUEfNWx { width:16.0625rem;height:2.6875rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEvik2IfdtM2boZZVevTsmLPUxIuB93P { width:22.25rem;height:10.125rem;top:18.513671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adfeLe1sXCtTP0Me5JohnOZgNO5WVnr8 { width:3.9375rem;height:3.625rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKL7fPJB41C2256a31urcKi1xiPTpGhM { width:16.0625rem;height:2.6875rem;top:15.4375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHwaeXoyoR4XLbnrkHZawF0ghJ4L4G6d { width:22.25rem;height:10.125rem;top:18.513671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUdZHmmJPJqNR7KErw1y4pTgbMuwTCb2 { width:3.9375rem;height:3.625rem;top:14.875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un7W6Hcn8xNGV7SCIT2VcfVCTdPoPN5F { width:21.75rem;height:21.75rem;top:11.875rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd51M08n5GkuPTphS5DUIBARnFypcL8d { width:14.5625rem;height:14.5625rem;top:15.4375rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgWVVVv3p6EZy6HG0F4V0ngdq8aynCeZ { width:20.5rem;height:20.5rem;top:6.25rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVEx0TUVaT2BLJxy4miD3vA04WIdvdFG { width:2.0625rem;height:2.0625rem;top:9.125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCq3lsbWKCpLMQtGMNxOsTdl9kdPMrDW { width:1.625rem;height:1.625rem;top:11.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #im6TmUndZRPEJ5xcPBQpw6G8TNqx4goi { width:2.0625rem;height:2.0625rem;top:31rem;left:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Watm6r9oNS6Mo4Ea47FLMgq0NTQ4L6Ie { width:16.0625rem;height:2.6875rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHmrXFJPPB0BSztzz16t1s9GnlegEpQH { width:22.25rem;height:10.125rem;top:18.513671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMLiIHgdVPbW3mMs8TyZTbZnQGZb9kDP { width:3.9375rem;height:3.625rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcCsKDFUAurcfqNC7aHrvq98OFKNT2eC { width:16.0625rem;height:2.6875rem;top:20.625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIQ6dgG4uGuqdsWi8tZGIZ8w1TVzB75k { width:22.25rem;height:10.125rem;top:18.513671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5oBAZoZThDBe29Smo0pgRioJwVK2u2p { width:3.9375rem;height:3.625rem;top:20.0625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsQJg7KEIfvzD2A9Fmf4vT4gZtrQl8Le { width:1.625rem;height:1.625rem;top:29.375rem;left:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFCkKPlga7LuIFR0bSO1vnlvf0wb4SD8 { width:2.75rem;height:2.75rem;top:32.25rem;left:45rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlhccklgEa5xifSp5kfXoqAvU43lWOzS { width:25.5625rem;height:2.6875rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcuZWI15rAl9h3kH4L0qTcQquHItD5AB { width:22.25rem;height:10.125rem;top:18.513671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4NmpRG9ym2pB5ho9JFxheFmUT6u90Su { width:3.9375rem;height:3.625rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwiRla2Mq31mK4EoQ9eoTNplxlMSOr1v { display:none; }#JwiRla2Mq31mK4EoQ9eoTNplxlMSOr1v > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NEihaTUWKBexAW9UMUecSWIJH9gvFg4k { width:11.9375rem;height:10.722625rem;top:2.6875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5X85CeCW2O44GqADfV4OX2ztlvaHMyt { width:22.25rem;height:10.125rem;top:18.513671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJoolc6t0yCCMC9RM8wS34ycWpgxTIim { width:22.25rem;height:10.125rem;top:18.513671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rldLbzFE76dtRdTC0WuAuvB60xRe2Evb { width:22.25rem;height:10.125rem;top:18.513671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t50VFlWRlTXNezH0mpXE2qhQr3CEwhek { width:10.6875rem;height:10.5rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmJF5btGUNqV8UGoSm8wV8phnmpThheZ { width:2.0625rem;height:2.0625rem;top:14.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTKRXEiEp6VIwPnenCOTAC28nzACy3pw { width:2.75rem;height:2.75rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1tvNauHZOtS53FFSzJTgZ8Bk5aJmePr { width:1.625rem;height:1.625rem;top:11.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFRid5VEeHu7tIrUxNdtFapGOtyOoQID { width:7.5625rem;height:7.5625rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFV92LKhHxpFAeRqlnTsoyIMQ7gopZbH { width:4.125rem;height:4.125rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARbTZe8HlD4dcBFPTohb2K0CWdrrHvTO { display:block; }#ARbTZe8HlD4dcBFPTohb2K0CWdrrHvTO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbJwHA7t1BrG6y4LTbWsZogGN42bEzte { width:11.9375rem;height:10.722625rem;top:2.6875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr5u6lmoCI6WAnfBRGZIrnq5nRyis6eF { width:22.25rem;height:10.125rem;top:18.513671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhVCoqTxPfyhTrgRB9yTB5P63BL8K7Mt { width:10.5rem;height:10.5rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaQIHJ8wTxTtL7PPtO0nPyEGhhtUoO2o { width:10.5rem;height:10.5rem;top:9.0625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTkQarCsxAgye09SfNyzo2tAcrz9ZQVU { width:22.25rem;height:10.125rem;top:18.513671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwG3Odo40RTq06dbdIfys3M1uyCDD7qk { width:22.25rem;height:10.125rem;top:18.513671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRU0pR3OM4AgK74J4heGphKFhnzbolwa { width:10.5rem;height:10.5rem;top:9.125rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dgu7xXu8UP8TttP9UkWWyTsG5mDq5iGL { width:10.5rem;height:10.5rem;top:9.125rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbd4dP9GzVSUP4OEMFXxF0t4QidLxqf8 { width:22.25rem;height:10.125rem;top:18.513671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBhO6w4H7T208nUv7Zu4lqOfcIiggCbk { display:block; }#fBhO6w4H7T208nUv7Zu4lqOfcIiggCbk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVCEsnT7twss9c5cc8IlHe0oxoqN0Edc { width:11.9375rem;height:10.722625rem;top:2.6875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6tuuxEctTZlB8PylSgZrEcv5htmkXBh { width:22.25rem;height:10.125rem;top:18.513671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4oTfz7NMDRB9It0CVBAX90mfZtmaEvu { width:40rem;height:22.5rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hag4pnOrQMvouvd9lJz97TQOIFSpm26d { width:40.125rem;height:22.8125rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkr9D5OvzAhMS1apZJ5yvorI6FEb4d3T { width:12.5rem;height:1.25rem;top:21.5625rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A15HzBzHpCD7r6VVwISypRCfOrxSV1Af { display:block; }#A15HzBzHpCD7r6VVwISypRCfOrxSV1Af > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8BAz2GurtNxVRlHiwaEa0UitQLHLyrS { width:29.1875rem;height:1.625rem;top:2.375rem;left:4.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg75Jw5y8LJTot10qAZcQg2StdrTNbA4 { width:11.0625rem;height:2.75rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m82VhfDOVueL52KTPfv41glxO8TfzANI { display:block; }
 }@media only screen and (max-width: 763px) { #JPe6ZzTL6lQvIVeU3eMVxdAxrQpqfZTC { width:47.75rem;height:41.668244406196rem;top:44.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cx0oBHoeKP5WnKnz2u4ZWpK7mMvQxZEP { width:29.1875rem;height:1.625rem;top:2.375rem;left:4.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLlb8RkCfqGmWhgRmQLhfflPQ0sIaulU { display:block; }#HLlb8RkCfqGmWhgRmQLhfflPQ0sIaulU > .row .container { width:47.75rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlmNwGzrVHUq5ANqD1cXOkulnvtTEtlG { width:11.9375rem;height:3.57421875rem;top:2.6875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyAXl3SAzr5htmQgaBdhcV8lx5TzySFw { width:10.625rem;height:1.125rem;top:6.96875rem;left:0.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvceANVzuuXOT5Os5TJ7bNDv0AnDHTsT { width:11.9375rem;height:3.57421875rem;top:2.5rem;left:11.9375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWLUSc6T5NcepWG3sK0oIIA1emaUPHyb { width:10.625rem;height:0.8994125rem;top:6.96875rem;left:12.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrKu6TAR9PvfIUoKhk7J0HvCg4v1OrGo { width:11.75rem;height:3.57421875rem;top:2.5rem;left:24.0625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNaMvlVTvXC6RlOoZtbAuuPAKaTxG6d8 { width:10.625rem;height:0.8994125rem;top:6.96875rem;left:24.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyrsD05CK6nM3zCZXnT1E8VlW5T7uxkZ { width:11.8125rem;height:3.57421875rem;top:2.6875rem;left:35.9375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfT2fiX1pbumF7UsGg7mZNPRtArNexrk { width:10.625rem;height:1.798825rem;top:7rem;left:36.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD7bKQMrPVOyM6cQ7uELZk8eQccT9ATT { width:16rem;height:12.5rem;top:1.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nOXrTdO8Vvzpzbz7N5fGPBARLd8BLGer { width:16rem;height:12.5rem;top:1.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTLzSBHho9IJvQGIEQb0dUCxd0JMh24k { width:16rem;height:12.5rem;top:1.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vT9y97evML659DyTiyZPgpJCBGiTQFhe { width:11.9375rem;height:10.722625rem;top:2.6875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbIv6Qpn0ny9ovJNr38qowz09k7TF0VZ { width:10.625rem;height:1.798825rem;top:6.96875rem;left:12.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #klGmIigbnL5sR81wUO08Ltvbuh8o0Wvk { width:11.9375rem;height:3.57421875rem;top:2.5rem;left:11.9375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJI2kBR63Vf5pqQtXvPLxQ3Jfg60WRuU { width:11.75rem;height:3.57421875rem;top:2.5rem;left:24.0625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf8JidkaSDTMtQTq40rAx98gybnI8hz3 { width:10.625rem;height:0.8994125rem;top:6.96875rem;left:24.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaHOcnXvnhUn8QtGcwBKNmsqTEV73AU3 { width:2.75rem;height:2.5625rem;top:11.4375rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkhOUMUwRqlOHtzzTp0wLimavGZIOPvu { width:2.75rem;height:2.5625rem;top:11.4375rem;left:13.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JasK0vNEusraqQw6hZRBF36Bk8cqc1tB { width:2.75rem;height:2.5625rem;top:11.4375rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7TSNTGoxx0ED82G6dyhAoZfKg4ZxqS1 { width:2.75rem;height:2.5625rem;top:11.4375rem;left:31.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M16TfcbTnciVz8qCK79EMSBLJoaVdfO5 { width:2.75rem;height:2.5625rem;top:11.4375rem;left:37.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA1v0p6bK7KDvMfC8V3tczwF3VPW9JWr { width:12.5rem;height:7.1875rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUbNc2TTVTyyOBQTxo5B7Vw6Rqq3P6Nf { width:12.5rem;height:7.1875rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfL1DWTfyq5cgZUCzkboNy22cUeqTzny { width:12.5rem;height:7.125rem;top:13.0625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz8wVxGxPDciEiwrsU8iOFEkbyHNUgmu { width:12.5rem;height:7.1875rem;top:13rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #icdfhTEGzoZcx71h7lrFZwntCJ5ABWrB { width:12.5rem;height:7.125rem;top:13.0625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKqEBmaina8SDovUSPwCz8kpGvafJKUA { width:12.3125rem;height:7.25rem;top:12.9375rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3qkdqWBpDoQm9XZUhoXSbFwJn7g47cL { width:2.75rem;height:2.5625rem;top:11.4375rem;left:21.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxXFbpl8UtN14OrMyR9W1a2BnxTPyk8I { display:block; }#zxXFbpl8UtN14OrMyR9W1a2BnxTPyk8I > .row .container { width:47.75rem;height:86.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTQRw9RXR1SJOmEig2E4c99kHEXaTZD2 { width:47.75rem;height:53.125rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEsXLVPS0rzrxLWvzbwVsT8FNSOLZX19 { width:44.375rem;height:2.84375rem;top:0.375rem;left:0.4375rem;font-size:2.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LaVZTlNn0rt8DTPnWWd1T4zFJRcEOgSF { width:22.25rem;height:10.125rem;top:18.513671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3kO41UX09y3X9aXASxnUHnHvgExGnMn { width:22.25rem;height:10.125rem;top:18.513671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #syQdLBd99aSgdEtn08CHVRJAeThHpMs0 { width:22.25rem;height:10.125rem;top:18.513671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUXFNXdFVuxvCr2Obr6n3GuwG2ZE9fUH { display:block; }#iUXFNXdFVuxvCr2Obr6n3GuwG2ZE9fUH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTVFlqaELbnW7mnc70MWBhTKr0kZR1ML { width:19.1875rem;height:4.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbNMwxdh3elMv9Qg9e1UzJKdwsbD530C { width:31.25rem;height:1rem;top:4.8125rem;left:16.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nGvhmSvUk53LgFXVvZtiXAxGED0RiFSm { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#nGvhmSvUk53LgFXVvZtiXAxGED0RiFSm > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLhrLUTDuVkDTTzU5XThRbqGOXCwRCWg { width:10.25rem;height:2.1875rem;top:0.75rem;left:9.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC8C7VzsU6vZiBdMT2PR6tSSn4scNm7G { display:block; }
 }@media only screen and (max-width: 763px) { #cV8bxk93AGXPaLhgTS5pSlOAKK8B0z6R { width:9.5rem;height:3.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/762dc66b-d3ed-41bc-8c1b-0f00efcaafa6/herobg4.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx.adaptive-delivery-prevent-bg, #SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx.lazyload, #SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx.lazyloading { background-image: none; }#SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx > .row .container { background-color: transparent; background-image: none; }#SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.21); }#SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx > .row .container > .video-iframe-container { display: none; }#SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx > .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.21); }#SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx > .row > .video-iframe-container { display: none; }#SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx > .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); }#SNrLQXlbyzQ6209dSRE0fpLdokTA6BPx > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOPiT1HyyH9HuRCtuTLDnIVyasrO6MuT { width:19.375rem;height:1.3808625rem;top:21.5625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #I7PF6Fv5ukqsKG20B1X6xAeOmKGoLKbk { width:13.6875rem;height:2.8125rem;top:30.5625rem;left:0rem;font-size:0.875rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #kgtT6NhL12SRGHxMgyWZ9DkWwVnGqViL { display:block; }
 }@media only screen and (max-width: 763px) { #oTlQ2DwtaQEoLfEShtufemCXkQk4S60P { width:19.375rem;height:2.923825rem;top:26.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #FTVfrWsC5W2f0Khhrn1bJ8BCTzUoG3IG { width:19.375rem;height:2.35546875rem;top:22.9375rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yTZroo2lP3i2CMpdOmpo1zJ7ZEd0KrcW { width:13.625rem;height:13.625rem;top:6.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzzhLWfJlHZUvfXEwkqebTbNt24sMMd9 { width:7.6875rem;height:7.6875rem;top:5.6220703125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdfUw3nZ86TcV5XRsIZTKcAk1oWTe42s { width:11.5625rem;height:11.5625rem;top:4.7783203125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET5wvMlyRtoDZJ16BMTQFT0d6tpEhxZh { width:1.1875rem;height:1.1875rem;top:16.3408203125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfuX1mEHQk8oHz2IoTiupZ4WIwS7TLgM { width:1.9375rem;height:1.9375rem;top:17.5283203125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUsgu8F8FBbFNoEKT1vhIV6VggVIfD9O { width:1.3125rem;height:1.3125rem;top:8.3408203125rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgIkK40FysHt7oy2Wey7gIDPhxRPBBsH { width:2.0625rem;height:2.0625rem;top:10.2470703125rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KduDTQyaTATpkG5nmT8kmM81EhIyhnrM { width:20rem;height:7.7988125rem;top:35rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #tb4O5X2GJgqPWPGmlDrTb2rtydlQaOL1 { display:block; }#tb4O5X2GJgqPWPGmlDrTb2rtydlQaOL1 > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fv1Ml53AXP9F8a8tBoQWMd971h6h98Qx { width:13.1875rem;height:1.4619125rem;top:12.3125rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Csi04UuM5A5T6bB2wQUceW7uOKvC9O5p { width:15.1875rem;height:1.4619125rem;top:9.25rem;left:4.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #qB5MowreeuhIcroRW0GxiPqEH7m4MrJZ { width:2.75rem;height:2.5625rem;top:11.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLT2CV6avJtXGyFRLicNAOEKLNVeCQZd { width:2.75rem;height:2.5625rem;top:8.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDEhIJQTUo4voTWu6f0nCucfkPK7v2eo { width:13.5rem;height:1.4619125rem;top:6.25rem;left:5.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #adbZx9RcX0SQSW7rT5bPlpUqGppOtEDe { width:2.75rem;height:2.5625rem;top:5.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuuTLtVpFT3ksQHeXgyGoLsun1pBWf6V { width:11.875rem;height:1.4619125rem;top:3rem;left:5.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Xnq5M8DE0kBi7hLyNQzlXsJ7gRcir15X { width:2.75rem;height:2.5625rem;top:2.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG { background-color:rgba(var(--color-primary-2),0.07);background-image:url("https://images.assets-landingi.com/uc/34d017be-ac5f-4cd7-9bd2-b3dd79c2fd65/herobg3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0rem solid rgba(var(--color-primary-2),1);border-left:0rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG.adaptive-delivery-prevent-bg, #JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG.lazyload, #JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG.lazyloading { background-image: none; }#JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG > .row .container { background-color: transparent; background-image: none; }#JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG > .row .container > .video-iframe-container { display: none; }#JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG > .row > .video-iframe-container { display: none; }#JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG > .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); }#JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG > .row .container { border-width: 0; border-radius: 0; }#JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JD4DXNtCkVmIRqeTvh5Bc344Ghyko0JG > .row .container { width:20rem;height:98.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGJpIb4HADZIoRK2T4AmN9Wed3tiwrQI { width:20rem;height:5.19921875rem;top:30.8125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EJiw80fLdUpu4RybUVEVsm1lVpn0Sffi { width:13.4375rem;height:1.21875rem;top:36.875rem;left:4.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #SdPmdeTNv3h2gH9m7vcto5FiKGGGOOZA { width:19.875rem;height:8.5rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH1tL16S0FRoM2JVEX3XxiiQn2HlcJte { width:19.875rem;height:8.5rem;top:63.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJingOUosyTRs0MiscgpW8gwSRcZpNXp { width:19.875rem;height:8.5rem;top:88.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhIlCO6h2axIzsWPl6xzHxE3kxPghk23 { width:19.875rem;height:8.5rem;top:51rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlTHMdigbR08r7FIqQzCWh9uErVcZP8l { width:19.875rem;height:8.5rem;top:75.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuKPuTNPRekK2IoMbTucoOgR5V6CeiRe { width:18.75rem;height:3.65625rem;top:40.125rem;left:0.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #NPfpOg6yQzu8Qh3EetmbBPiEuXRI6lih { width:3.75rem;height:4.0625rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4q9V66g50sxJ5mXFCsE3wL5vIEiV92C { width:3.75rem;height:4.0625rem;top:60.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDCNOTne48JIHit3wVyT6XuwVFOVuUWi { width:14.3125rem;height:0.9375rem;top:61.875rem;left:3.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #kNItzH9FqXpbQXP5mOSW6lEDTqHNlt6C { width:18.75rem;height:4.875rem;top:65.3125rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #hv81zriAGEFz0IVn8rZU0PI7PX2cFvqC { width:3.75rem;height:4.0625rem;top:85.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C65MS74TwUKESbnl4JO3T04LUfCUbrfQ { width:14.4375rem;height:2.4375rem;top:85.6875rem;left:4.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #yiZm1r2O9FRlmQ6ixhrs3FBZe4a1ttvv { width:17.1875rem;height:6.09375rem;top:90.8125rem;left:1.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #h2mVZIHJPsiLELLz8RzeB4TJcy97mrEc { width:3.75rem;height:4.0625rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGXqw8BPdxA0OCw8IooiJ2K42ftVfFHe { width:16rem;height:2.4375rem;top:48.1875rem;left:4rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #Qy6Wd6nQSciExwhPnccNBmqSw3ZGlCza { width:18.75rem;height:6.09375rem;top:52.8125rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #TUqxlGo0FuPoA1S0NspCdw2dh8slX60u { width:3.75rem;height:4.0625rem;top:73.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqTsu1Obf4lD6yDdwFd313y82GSPqPOp { width:13.6875rem;height:1.21875rem;top:74.25rem;left:4rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #isqTWAzJTMS8AB8UGgbM8xlIrT3J4VLm { width:18.1875rem;height:4.875rem;top:78.0625rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #NmO1ylsKeMsGQ4BPF71nZAO4qMghJR13 { width:3.5625rem;height:3.5625rem;top:109.125rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHVyfFRG7nR2Rzs92Qd6IvGHWGsT2SAZ { width:2.75rem;height:2.75rem;top:113.9375rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tr9gbAHo2oNJzRDJu5UME7XXOAaNP0wz { width:2.0625rem;height:2.0625rem;top:105.8125rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTe2KVmOxZbxZQMUszSkTMT65t5QKFpr { width:1.625rem;height:1.625rem;top:102.9375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #axwdPAakV6JHKTGGq0Nak30QioRVFZwG { width:12.9375rem;height:6.125rem;top:21.875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKkDboUs3tZG6K8zeE4e1mF8S2t933Ok { width:20rem;height:10.796875rem;top:9.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #Rv6wlfLyICLgenJFbDXHTQT178OTeqdG { width:20rem;height:5.19921875rem;top:2.75rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A4JmInT6krFb99KZTQOpcA8L78iTfAVS { width:6.3125rem;height:7.25rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXR5eo4FEAhGeLCRSoo4yZRaLFXy1kLO { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#lXR5eo4FEAhGeLCRSoo4yZRaLFXy1kLO > .row .container { background-color: transparent; background-image: none; }#lXR5eo4FEAhGeLCRSoo4yZRaLFXy1kLO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXR5eo4FEAhGeLCRSoo4yZRaLFXy1kLO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXR5eo4FEAhGeLCRSoo4yZRaLFXy1kLO > .row .container > .video-iframe-container { display: none; }#lXR5eo4FEAhGeLCRSoo4yZRaLFXy1kLO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXR5eo4FEAhGeLCRSoo4yZRaLFXy1kLO > .row > .video-iframe-container { display: none; }#lXR5eo4FEAhGeLCRSoo4yZRaLFXy1kLO > .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); }#lXR5eo4FEAhGeLCRSoo4yZRaLFXy1kLO > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyFTGlcbHK9DmGiqkJ7wCdm7od9buImK { width:15.75rem;height:2.11230625rem;top:2.1875rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlVaw4xnnVTa6tVTQr9OimBMSa8N5GqD { width:16.25rem;height:2.875rem;top:4.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH577CZqmcFF2xbq2naWLS6rxfvSvAxG { display:block; }
 }@media only screen and (max-width: 763px) { #ueHuOqJB9myIFZecyCJDGIotolfZOK7P { width:11.8125rem;height:10.1875rem;top:0rem;left:8.03228774757rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #fwgcPDSvNGlWnBGLEkJSdi8a1BWOxpTi { display:block; }#fwgcPDSvNGlWnBGLEkJSdi8a1BWOxpTi > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anUt0i8w9ULfux0XeuHw4sIqp1vzQcCB { width:13.4375rem;height:13.4375rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKVAhr2q662AwA22c0TN79DdVoJuZBf4 { width:8.4375rem;height:8.4375rem;top:9.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpyT1PmanmLgVmfV6wwEfTn2veLeqnee { width:20rem;height:7.7988125rem;top:0.875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yIi2TlTggQOT4tU5KiQTygnKbsUCrHso { width:20rem;height:1.29980625rem;top:31.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #MAszJx0eQdKETcBXJx6Gy17k3O1zuIaD { width:20rem;height:1.29980625rem;top:37.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #qQV8qHTaH6eA3nTEf8R5o20KUXeW1XMn { width:17.5625rem;height:2.9121125rem;top:33.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-3),1);display:block; }#qQV8qHTaH6eA3nTEf8R5o20KUXeW1XMn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/46d047bc-e468-4437-8769-6d593de5b0de/Screenshot20260728at212151.png); }
 }@media only screen and (max-width: 763px) { #SJ1FRnw6e6lZaHzBuIWf6SdFKUHRkIv2 { width:20rem;height:7.7988125rem;top:39.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #smId5CVp4apwM8LkBpRHDVQiyQFdGa98 { width:3rem;height:3rem;top:26.1875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCF0CK3fckHDIgPInM4XoDd37zlTFrWa { width:2.125rem;height:2.125rem;top:26.1875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwirMzfBSx4O1NZAt3HXdmnIkpOS4MsA { width:1.75rem;height:1.75rem;top:24.4375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGpNy0ns0kyEssV6MbVCFDTDrvhEP3Ge { width:1.375rem;height:1.375rem;top:23.0625rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF4zNZBtOg7f47iWGztx17KT0WttDTfU { width:7.625rem;height:7.625rem;top:15.4375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsT6h57Me4aHaaK6aSLe0b5r5vOPDEZC { width:10.4375rem;height:10.75rem;top:9.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9HhRernK16l4Ssr5h0CJcDz0m8Qlq82 { width:1.25rem;height:1.25rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwXia0nsCFQzf8DTPURquAIe0TxbtLiB { width:1.4375rem;height:1.4375rem;top:13.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnbwzRzpIDonycxWAgDdw1tdamihUnaT { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#EnbwzRzpIDonycxWAgDdw1tdamihUnaT > .row .container { background-color: transparent; background-image: none; }#EnbwzRzpIDonycxWAgDdw1tdamihUnaT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnbwzRzpIDonycxWAgDdw1tdamihUnaT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnbwzRzpIDonycxWAgDdw1tdamihUnaT > .row .container > .video-iframe-container { display: none; }#EnbwzRzpIDonycxWAgDdw1tdamihUnaT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnbwzRzpIDonycxWAgDdw1tdamihUnaT > .row > .video-iframe-container { display: none; }#EnbwzRzpIDonycxWAgDdw1tdamihUnaT > .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); }#EnbwzRzpIDonycxWAgDdw1tdamihUnaT > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxyyMBgr56y27utODUIelHw7GpXvnXwe { width:15.75rem;height:2.11230625rem;top:2.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBuHPskfmHOlhy8M8AoT6PXbWLVVyAnf { width:16.25rem;height:2.5rem;top:5.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgXVwDaTdNSbK7RObhEo9PxdaNTf9udF { display:block; }
 }@media only screen and (max-width: 763px) { #DvUgPHCH0sMhWmAbKnWyVmk1aMuhqlMD { width:11.8125rem;height:10.1875rem;top:0rem;left:8.03228774757rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX { background-color:rgba(var(--color-primary-2),0.07);background-image:url("https://images.assets-landingi.com/uc/b0baccd1-8a64-4894-aa0a-f4cefbac5db4/bgmid12.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX.adaptive-delivery-prevent-bg, #KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX.lazyload, #KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX.lazyloading { background-image: none; }#KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX > .row .container { background-color: transparent; background-image: none; }#KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX > .row .container > .video-iframe-container { display: none; }#KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX > .row > .video-iframe-container { display: none; }#KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX > .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); }#KU3CnsFTSDxkJU0P4WKqfA9d5tEAq8UX > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KSpuIMKbTa0IgKQ7Q3NsEkcDm1fx0pck { width:9.375rem;height:7.6875rem;top:10.4375rem;left:0.25rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #dOSJs0anXxupWyVtau15WBB3BpBP6aQz { width:9.375rem;height:7.6875rem;top:2.1875rem;left:0.25rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #cEXd5PVzXbwdTc411zaI7Q3AgW4gCQ4w { width:9.375rem;height:7.6875rem;top:2.1875rem;left:10.1875rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #KHy0RImhiQkQpkIlBsZNwXGIOB3suvvc { width:9.9375rem;height:6.3125rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdPBWFr2tgwn7y3vc1eEHoQ0B6d61kK3 { width:7.1875rem;height:6.3125rem;top:24.5rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFT01KQToDVkOGPnSdhTsAJr7ozNXAIH { width:9.0625rem;height:6.3125rem;top:54.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQGqFXECxsmCbvR6Toe03uz61MgyJnMG { width:12.5rem;height:7.0625rem;top:97.6875rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8Xw86vdKH3wQqBG5NTy1fzT2P0eE4ol { width:12.5rem;height:7.125rem;top:106rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBrWZKle4hmd1ny9U6oOnbLhf4dJbAbG { width:12.3125rem;height:7.25rem;top:140.75rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMC7wCyecRKeXarfDWEwatsPzQ06cV6V { width:12.5rem;height:7.125rem;top:122.8125rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWh7q3gGDFZaeqJLr7d5A7W2742Xcpuq { width:12.3125rem;height:7.25rem;top:149.25rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKCWTEnAfhQTwCozwnLgiC3i7TT9ZlhB { width:12.5rem;height:7.1875rem;top:114.375rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAn8qQKuymSBeXsJyu2oWfd3e5AG7KHV { width:8.6875rem;height:6.25rem;top:62rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhpWhvJmgClwDZ6Kb0WavF9cGKlEplHM { width:9.375rem;height:6.25rem;top:47rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LntXs3LA1EVDLgHS6I0kWIMVIJ093MhR { width:7.9375rem;height:6.1875rem;top:32rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMUvgriZ0tmG0TpuicCCkdhTulvSxnNC { width:3.3125rem;height:3.0625rem;top:63.59375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbQJBqc46l2LnETLSzMaioQwFAQsVnhz { width:7.5625rem;height:6.25rem;top:39.5rem;left:2.5rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #FEdhU7J2S8zTHf6ng8e7VRK0cZCcwp80 { width:8.0625rem;height:8.0625rem;top:15.9375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCAuhouW5kn26aoA5WpaOlmfz1P3ZPWf { width:20rem;height:3.375rem;top:70.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #Tctowvgl62IOcNAla9BLLVnBMTsoWqfs { width:20rem;height:5.19921875rem;top:2.0625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #itCnGyVKmvMDZZbhBvA0SeFJPAoI4bgt { width:20rem;height:4.048825rem;top:7.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #pDlaUTfeTXvzb4uTppBTOdVTyq1onAxB { width:5.6875rem;height:6.9375rem;top:16.6875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3MKchbBlb7yVO2eC1hVLmFZoNrVgXGH { width:6.8125rem;height:6.5rem;top:31.84375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke1dGAMop0emgFRBs3qMFcOBltuHscBt { width:8rem;height:2.375rem;top:41.4375rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imLbyb39OmFFnFaLGMRk9EWKNxRC8kzt { width:7rem;height:5.875rem;top:47.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJcPI8MhdO30iUPIWIAdKNsHPKKu7Fmg { width:8.1875rem;height:1.9375rem;top:56.6875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQaTkQ5hqApZWw1GNkpI0v0XbQPGrrLZ { width:8.625rem;height:4.6875rem;top:40.28125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxSRWFb6TI25Zx6mmSoPFTK7sSGLrc8w { width:8.9375rem;height:4.875rem;top:25.21875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTBxTTRl13ED9qXEo5aFLUengASD6MPK { width:6.625rem;height:6.625rem;top:24.34375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EteeSCxn4nttKNuRslipGwcduUOwPgMB { width:6.875rem;height:6.25rem;top:47rem;left:11.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJt9aPVbSP0hiRstPrHN9vLTdgQQdL2y { width:6.25rem;height:6.25rem;top:62rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhekpZR3AVdLeAA3pETB6ts27sJRghvC { width:7.9375rem;height:4.5625rem;top:55.375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMDmVauoCqfi8VB3qexKilnETlFB1qsF { width:6.875rem;height:6.875rem;top:31.65625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVMeSI8dDNEW49e5ZzLwAdGnSEHk11QK { display:block; }#VVMeSI8dDNEW49e5ZzLwAdGnSEHk11QK > .row .container { width:20rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPLczL8LTAfIUTwW7Md5kg3q9cbZd5wW { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oXrBFeVIMRUxUu9w7OJkzVRNzdBcv7X3 { width:20rem;height:4.048825rem;top:10.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #SbuKl467QJMJeVhFA6oPHD2PXxwWSFFo { width:3.9375rem;height:3.625rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMaeZJzEeC8r32muZxEQf9J2uiRTNgLq { width:16.9375rem;height:2.6875rem;top:16.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XchiH4e5Zhkwh5cTiTyrbpUUvUwWgiuU { width:14.625rem;height:1.5rem;top:16.5625rem;left:5rem;font-size:1.25rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #dBfLpIXABRTtBTo37r5Kove2TtSNVPmw { width:17.375rem;height:2.6875rem;top:20.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsGifA65UIL7Vxeqwkd37pMWJub36zME { width:14.625rem;height:1.5rem;top:20.5625rem;left:5.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #d11TzWPhxJ1DilsTJdTCwJaJetzyaqxA { width:3.9375rem;height:3.625rem;top:19.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS6AZXEySrZKmbs38aeC7oUTaaUEfNWx { width:17.5rem;height:2.6875rem;top:24.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEvik2IfdtM2boZZVevTsmLPUxIuB93P { width:14.8125rem;height:1.5rem;top:24.625rem;left:5.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #adfeLe1sXCtTP0Me5JohnOZgNO5WVnr8 { width:3.9375rem;height:3.625rem;top:23.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKL7fPJB41C2256a31urcKi1xiPTpGhM { width:16.875rem;height:2.6875rem;top:28.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHwaeXoyoR4XLbnrkHZawF0ghJ4L4G6d { width:14.8125rem;height:1.5rem;top:28.6875rem;left:5.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #VUdZHmmJPJqNR7KErw1y4pTgbMuwTCb2 { width:3.9375rem;height:3.625rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un7W6Hcn8xNGV7SCIT2VcfVCTdPoPN5F { width:15.5rem;height:15.5rem;top:51.875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd51M08n5GkuPTphS5DUIBARnFypcL8d { width:11.75rem;height:11.75rem;top:49.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgWVVVv3p6EZy6HG0F4V0ngdq8aynCeZ { width:13.4375rem;height:13.75rem;top:51.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVEx0TUVaT2BLJxy4miD3vA04WIdvdFG { width:2.0625rem;height:2.0625rem;top:47.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCq3lsbWKCpLMQtGMNxOsTdl9kdPMrDW { width:1.625rem;height:1.625rem;top:49.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #im6TmUndZRPEJ5xcPBQpw6G8TNqx4goi { width:2.0625rem;height:2.0625rem;top:57.5rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Watm6r9oNS6Mo4Ea47FLMgq0NTQ4L6Ie { width:16.875rem;height:2.6875rem;top:32.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHmrXFJPPB0BSztzz16t1s9GnlegEpQH { width:14.5625rem;height:1.5rem;top:32.75rem;left:5rem;font-size:1.25rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #EMLiIHgdVPbW3mMs8TyZTbZnQGZb9kDP { width:3.9375rem;height:3.625rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcCsKDFUAurcfqNC7aHrvq98OFKNT2eC { width:16.8125rem;height:2.6875rem;top:36.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIQ6dgG4uGuqdsWi8tZGIZ8w1TVzB75k { width:14.5625rem;height:1.5rem;top:36.8125rem;left:4.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #q5oBAZoZThDBe29Smo0pgRioJwVK2u2p { width:3.9375rem;height:3.625rem;top:35.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsQJg7KEIfvzD2A9Fmf4vT4gZtrQl8Le { width:1.625rem;height:1.625rem;top:58.25rem;left:18.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sFCkKPlga7LuIFR0bSO1vnlvf0wb4SD8 { width:2.75rem;height:2.75rem;top:61.125rem;left:12.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlhccklgEa5xifSp5kfXoqAvU43lWOzS { width:19.9375rem;height:3rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcuZWI15rAl9h3kH4L0qTcQquHItD5AB { width:15.125rem;height:3rem;top:40.5rem;left:4.875rem;font-size:1.25rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #m4NmpRG9ym2pB5ho9JFxheFmUT6u90Su { width:3.9375rem;height:3.625rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwiRla2Mq31mK4EoQ9eoTNplxlMSOr1v { display:none; }#JwiRla2Mq31mK4EoQ9eoTNplxlMSOr1v > .row .container { width:20rem;height:55.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NEihaTUWKBexAW9UMUecSWIJH9gvFg4k { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J5X85CeCW2O44GqADfV4OX2ztlvaHMyt { width:20rem;height:4.048825rem;top:4.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #yJoolc6t0yCCMC9RM8wS34ycWpgxTIim { width:20rem;height:2.69921875rem;top:51.375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #rldLbzFE76dtRdTC0WuAuvB60xRe2Evb { width:20rem;height:24.2929875rem;top:25.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #t50VFlWRlTXNezH0mpXE2qhQr3CEwhek { width:10.6875rem;height:10.5rem;top:11.875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmJF5btGUNqV8UGoSm8wV8phnmpThheZ { width:2.0625rem;height:2.0625rem;top:14.0625rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTKRXEiEp6VIwPnenCOTAC28nzACy3pw { width:2.75rem;height:2.75rem;top:10.5625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1tvNauHZOtS53FFSzJTgZ8Bk5aJmePr { width:1.625rem;height:1.625rem;top:5.5rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFRid5VEeHu7tIrUxNdtFapGOtyOoQID { width:7.5625rem;height:7.5625rem;top:16.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFV92LKhHxpFAeRqlnTsoyIMQ7gopZbH { width:4.125rem;height:4.125rem;top:14.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARbTZe8HlD4dcBFPTohb2K0CWdrrHvTO { display:block; }#ARbTZe8HlD4dcBFPTohb2K0CWdrrHvTO > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbJwHA7t1BrG6y4LTbWsZogGN42bEzte { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tr5u6lmoCI6WAnfBRGZIrnq5nRyis6eF { width:20rem;height:2.69921875rem;top:19.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #hhVCoqTxPfyhTrgRB9yTB5P63BL8K7Mt { width:10.5rem;height:10.5rem;top:7.6875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaQIHJ8wTxTtL7PPtO0nPyEGhhtUoO2o { width:10.5rem;height:10.5rem;top:23.76171875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTkQarCsxAgye09SfNyzo2tAcrz9ZQVU { width:20rem;height:2.69921875rem;top:35.88671875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #hwG3Odo40RTq06dbdIfys3M1uyCDD7qk { width:20rem;height:2.69921875rem;top:51.9609375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #kRU0pR3OM4AgK74J4heGphKFhnzbolwa { width:10.5rem;height:10.5rem;top:39.8359375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dgu7xXu8UP8TttP9UkWWyTsG5mDq5iGL { width:10.5rem;height:10.5rem;top:55.91015625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbd4dP9GzVSUP4OEMFXxF0t4QidLxqf8 { width:20rem;height:2.69921875rem;top:68.03515625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #fBhO6w4H7T208nUv7Zu4lqOfcIiggCbk { display:block; }#fBhO6w4H7T208nUv7Zu4lqOfcIiggCbk > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVCEsnT7twss9c5cc8IlHe0oxoqN0Edc { width:20rem;height:7.7988125rem;top:2.125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l6tuuxEctTZlB8PylSgZrEcv5htmkXBh { width:20rem;height:5.3984375rem;top:11.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #E4oTfz7NMDRB9It0CVBAX90mfZtmaEvu { height:11.1796875rem;width:19.875rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hag4pnOrQMvouvd9lJz97TQOIFSpm26d { width:20rem;height:11.625rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkr9D5OvzAhMS1apZJ5yvorI6FEb4d3T { width:12.5rem;height:1.29980625rem;top:23.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A15HzBzHpCD7r6VVwISypRCfOrxSV1Af { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#A15HzBzHpCD7r6VVwISypRCfOrxSV1Af > .row .container { background-color: transparent; background-image: none; }#A15HzBzHpCD7r6VVwISypRCfOrxSV1Af::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A15HzBzHpCD7r6VVwISypRCfOrxSV1Af > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A15HzBzHpCD7r6VVwISypRCfOrxSV1Af > .row .container > .video-iframe-container { display: none; }#A15HzBzHpCD7r6VVwISypRCfOrxSV1Af > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A15HzBzHpCD7r6VVwISypRCfOrxSV1Af > .row > .video-iframe-container { display: none; }#A15HzBzHpCD7r6VVwISypRCfOrxSV1Af > .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); }#A15HzBzHpCD7r6VVwISypRCfOrxSV1Af > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8BAz2GurtNxVRlHiwaEa0UitQLHLyrS { width:20rem;height:6.3369375rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg75Jw5y8LJTot10qAZcQg2StdrTNbA4 { width:16.25rem;height:2.875rem;top:13.3115234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m82VhfDOVueL52KTPfv41glxO8TfzANI { display:block; }
 }@media only screen and (max-width: 763px) { #JPe6ZzTL6lQvIVeU3eMVxdAxrQpqfZTC { width:11.8125rem;height:10.1875rem;top:0rem;left:8.03228774757rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #Cx0oBHoeKP5WnKnz2u4ZWpK7mMvQxZEP { width:20rem;height:2.5996125rem;top:8.8369140625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLlb8RkCfqGmWhgRmQLhfflPQ0sIaulU { display:block; }#HLlb8RkCfqGmWhgRmQLhfflPQ0sIaulU > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlmNwGzrVHUq5ANqD1cXOkulnvtTEtlG { width:4.9375rem;height:3.25rem;top:8.625rem;left:3.75rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NyAXl3SAzr5htmQgaBdhcV8lx5TzySFw { width:7.9375rem;height:1.6875rem;top:9.4375rem;left:8.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bvceANVzuuXOT5Os5TJ7bNDv0AnDHTsT { width:5.3125rem;height:3.25rem;top:13.625rem;left:3.75rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lWLUSc6T5NcepWG3sK0oIIA1emaUPHyb { width:8.25rem;height:1.3496125rem;top:14.8125rem;left:8.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZrKu6TAR9PvfIUoKhk7J0HvCg4v1OrGo { width:6.125rem;height:3.25rem;top:18.625rem;left:3.75rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tNaMvlVTvXC6RlOoZtbAuuPAKaTxG6d8 { width:11.25rem;height:1.3496125rem;top:18.625rem;left:8.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZyrsD05CK6nM3zCZXnT1E8VlW5T7uxkZ { width:2.9375rem;height:3.25rem;top:23.625rem;left:3.75rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KfT2fiX1pbumF7UsGg7mZNPRtArNexrk { width:11.3125rem;height:2.0234375rem;top:24.125rem;left:8.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #GD7bKQMrPVOyM6cQ7uELZk8eQccT9ATT { width:9.375rem;height:7.6875rem;top:10.4375rem;left:0.25rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #nOXrTdO8Vvzpzbz7N5fGPBARLd8BLGer { width:9.375rem;height:7.6875rem;top:2.1875rem;left:0.25rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #rTLzSBHho9IJvQGIEQb0dUCxd0JMh24k { width:9.375rem;height:7.6875rem;top:2.1875rem;left:10.1875rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #vT9y97evML659DyTiyZPgpJCBGiTQFhe { width:18.75rem;height:5.19921875rem;top:2.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FbIv6Qpn0ny9ovJNr38qowz09k7TF0VZ { width:11.25rem;height:2.0234375rem;top:28.625rem;left:8.75rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #klGmIigbnL5sR81wUO08Ltvbuh8o0Wvk { width:4rem;height:3.25rem;top:28.625rem;left:3.75rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eJI2kBR63Vf5pqQtXvPLxQ3Jfg60WRuU { width:4.4375rem;height:3.25rem;top:33.5rem;left:3.75rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kf8JidkaSDTMtQTq40rAx98gybnI8hz3 { width:10.375rem;height:2.69921875rem;top:33.5625rem;left:8.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RaHOcnXvnhUn8QtGcwBKNmsqTEV73AU3 { width:2.75rem;height:2.5625rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkhOUMUwRqlOHtzzTp0wLimavGZIOPvu { width:2.75rem;height:2.5625rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JasK0vNEusraqQw6hZRBF36Bk8cqc1tB { width:2.75rem;height:2.5625rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7TSNTGoxx0ED82G6dyhAoZfKg4ZxqS1 { width:2.75rem;height:2.5625rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M16TfcbTnciVz8qCK79EMSBLJoaVdfO5 { width:2.75rem;height:2.5625rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA1v0p6bK7KDvMfC8V3tczwF3VPW9JWr { width:7.625rem;height:7.1875rem;top:7.6875rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUbNc2TTVTyyOBQTxo5B7Vw6Rqq3P6Nf { width:12.5rem;height:7.1875rem;top:33.9375rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfL1DWTfyq5cgZUCzkboNy22cUeqTzny { width:12.5rem;height:7.125rem;top:46.1875rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vz8wVxGxPDciEiwrsU8iOFEkbyHNUgmu { width:12.5rem;height:7.1875rem;top:58.375rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #icdfhTEGzoZcx71h7lrFZwntCJ5ABWrB { width:12.5rem;height:7.125rem;top:70.625rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKqEBmaina8SDovUSPwCz8kpGvafJKUA { width:12.3125rem;height:7.25rem;top:82.8125rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3qkdqWBpDoQm9XZUhoXSbFwJn7g47cL { width:2.75rem;height:2.5625rem;top:33.625rem;left:0rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #zxXFbpl8UtN14OrMyR9W1a2BnxTPyk8I { display:block; }#zxXFbpl8UtN14OrMyR9W1a2BnxTPyk8I > .row .container { width:20rem;height:133.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTQRw9RXR1SJOmEig2E4c99kHEXaTZD2 { width:20rem;height:90.8125rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEsXLVPS0rzrxLWvzbwVsT8FNSOLZX19 { width:18.75rem;height:7.3125rem;top:2.375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LaVZTlNn0rt8DTPnWWd1T4zFJRcEOgSF { width:20rem;height:5.3984375rem;top:31.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #b3kO41UX09y3X9aXASxnUHnHvgExGnMn { width:20rem;height:4.048825rem;top:13.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #syQdLBd99aSgdEtn08CHVRJAeThHpMs0 { width:20rem;height:9.44725rem;top:19.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #iUXFNXdFVuxvCr2Obr6n3GuwG2ZE9fUH { display:block; }#iUXFNXdFVuxvCr2Obr6n3GuwG2ZE9fUH > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTVFlqaELbnW7mnc70MWBhTKr0kZR1ML { width:20rem;height:5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbNMwxdh3elMv9Qg9e1UzJKdwsbD530C { width:20rem;height:2.2734375rem;top:8.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }