.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,250,250;--color-primary-1:104,232,255;--color-primary-2:4,217,255;--color-primary-3:2,130,153;--color-primary-4:1,43,51;--color-secondary-0:220,220,223;--color-secondary-1:140,139,147;--color-secondary-2:24,23,39;--color-secondary-3:12,12,20;--color-secondary-4:4,3,6;--color-tertiary-0:255,255,255;--color-tertiary-1:255,253,253;--color-tertiary-2:246,234,234;--color-tertiary-3:12,11,11;--color-tertiary-4:0,0,0;--headlines-font-family:red hat display;--paragraphs-font-family:red hat display; }@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:url("https://images.assets-landingi.com/uc/ced82c63-3aec-4bba-bc9b-e419fa4652b8/bg1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.6);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; }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw > .row .container { background-color: transparent; background-image: none; }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw > .row .container > .video-iframe-container { display: none; }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw > .row > .video-iframe-container { display: none; }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw > .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); }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw > .row .container { border-width: 0; border-radius: 0; }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#LlQV98uc6VOA3gmpIaIAUHrTBnxqzOiM { 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:2.1875rem;width:5.375rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
#VDcaQZvSWTptnOMltwfUIb4Bb5FNyHbn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.875rem;left:40.25rem;display:block; }
#JpfxOvm3ISEAwRwzPiMO3Fdku0TiwUPn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#reVL0uJga1qkg7WQKbVpGz4ieQ5lmlvG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.875rem;left:50.9375rem;display:block; }
#vPFTXxzXdgSgyCrRQR1eAdirJKoah5nt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dm8w14NxeTkGn1UlNuMGF0FU49RTXCbw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.875rem;left:60.25rem;display:block; }
#Mnbq5a4gzOSqzoLl6KNRMRvT4bqJghtZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZzPcn3tsnBNM6Kc0AUcQPgLToyRTQfUJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2rem;text-decoration:none;z-index:15003;text-align:right;text-align-last:right;top:0.875rem;left:69.625rem;display:block; }
#qe56313wbJypWHJTU7yS9OuqQggXXDyT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HPyGzziCfiTE1TGEnIzvhpgg6khAx6Wy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#EwvLg7RTCuwfhQnVmJg39Q0MhbG3ZViQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.6);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:none; }#EwvLg7RTCuwfhQnVmJg39Q0MhbG3ZViQ > .row .container { border-width: 0; border-radius: 0; }#EwvLg7RTCuwfhQnVmJg39Q0MhbG3ZViQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EwvLg7RTCuwfhQnVmJg39Q0MhbG3ZViQ > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:none; }#yMKhsP9L5v0NMw9HDBQluo6sIx3efVAh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.875rem;left:40.25rem;display:block; }
#Q6Atg8ooJ4Ok5hvQKOMKTu1IyWozB3Ds { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zHxlDRgrPQBvknTmZmP9wbTfM8aSGXHP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.875rem;left:50.9375rem;display:block; }
#Z7NCTVttt9aIFGIRWepTbCJ85w8kbsD7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u3XwzxvLfzuVd1crpnUTVpCckqXKa5oR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.875rem;left:60.25rem;display:block; }
#AoaOUnAvVymoJen8qWspw9oTpi4Nf7Io { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S7TLzRc4eOQwZpoqG274NwQfXyZ1ye6W { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2rem;text-decoration:none;z-index:15003;text-align:right;text-align-last:right;top:0.875rem;left:69.625rem;display:block; }
#ws3gkvLKHJ8QIUVQcNBHRCBJgevT0ion { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 { z-index:;position:relative;display:block; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 { background-color: transparent; background-image: none; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row .container > .video-iframe-container { display: none; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row > .video-iframe-container { display: none; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .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); }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 { border-width: 0; border-radius: 0; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#XXJgPEZvfAshLfM5on1MAqceKnZD0tHM { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:26.331250190735rem;left:0rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d4SdxA3DasEQqIDm3JqTlT21c1TXofJJ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:28.331249237061rem;left:0rem;height:12.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IoLHLW7VKnNaseTzsegS3q5UgFuoS5mA { 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:3.875rem;width:2.375rem;top:43.375rem;left:36.3125rem;overflow:hidden;display:block; }
#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f4ff;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; }#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ > .row .container { background-color: transparent; background-image: none; }#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ > .row .container > .video-iframe-container { display: none; }#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ > .row > .video-iframe-container { display: none; }#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ > .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); }#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ > .row .container { border-width: 0; border-radius: 0; }#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#lWmDPnb3N3GbsKRf62RnylSF1cUSy0Pn { color:rgba(var(--color-primary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BHToa5TTuoRGq6GQ75FsVFTkp5rADULU { color:rgba(var(--color-secondary-2),1);display:block;width:40.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.64999961853rem;left:0rem;height:4.6308625rem;font-style:normal;display:block; }
#C5NrICcKvObRwvT8Oa68MJ4NT4v9MEco { color:rgba(var(--color-secondary-2),1);display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:15.46249961853rem;left:0rem;height:18rem;font-style:normal;display:block; }
#fDTkOE8wdo6tGN3qSNuOalvrye2zqKGM { color:rgba(var(--color-secondary-2),1);display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:33.46249961853rem;left:1.0625rem;height:13.5rem;font-style:normal;display:block; }#fDTkOE8wdo6tGN3qSNuOalvrye2zqKGM li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#fDTkOE8wdo6tGN3qSNuOalvrye2zqKGM li:before{  }
#aL7hQVHqDHs94wXhnmQUuTEWOGC2ehdW { position:absolute;display:block;z-index:15005;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:51.375rem;width:54.5625rem;top:0.875rem;left:41.3125rem;overflow:hidden;display:block; }
#EfrZl1iuI5IAgDTaLBnrtllSMt13knor { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/6e4196a3-eb3c-45c2-b223-3e20681fb014/Rectangle2.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; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor.adaptive-delivery-prevent-bg, #EfrZl1iuI5IAgDTaLBnrtllSMt13knor.lazyload, #EfrZl1iuI5IAgDTaLBnrtllSMt13knor.lazyloading { background-image: none; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row .container { background-color: transparent; background-image: none; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row .container > .video-iframe-container { display: none; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row > .video-iframe-container { display: none; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .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); }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row .container { border-width: 0; border-radius: 0; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#VxN4n4o8HBMW4boCbdS7gKGOmUQsZlnu { position:absolute;display:block;z-index:15000;background-color:#f5f4ff;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:32.0625rem;width:52rem;top:4.5rem;left:11.5rem;display:block; }
#RBmiomdQMy0Pea7onAvwwNqag6MuCW5s { color:rgba(var(--color-primary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3125rem;left:18.75rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CoyBNtiZaGHepnrN6xyoDa7oS5TVpQ77 { color:rgba(var(--color-secondary-2),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:10.125rem;left:12.125rem;height:3.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NksmNayM9CaJ6CpxcqHmTFiQ5gtoQEb7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.3125rem;top:15.53125rem;left:36.34375rem;overflow:hidden;display:block; }
#nDaz3RKb1Mmg4kxNUO9kFqnQZwM1xrcQ { color:rgba(var(--color-secondary-2),1);display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.556640625rem;left:12.125rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v2LWyblZnSdNLlEzxno7iLvU32kvWWId { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5625rem;top:23.0625rem;left:36.21875rem;overflow:hidden;display:block; }
#E3Rnq4mpoZzsE3g17pC2Rk9VoPrZVJf1 { color:rgba(var(--color-secondary-2),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:25.5rem;left:29.90625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZEgQQ3C0NJUELmyS4XuT4wCFvV0vIwbC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.5rem;left:30.28125rem;display:block; }
#VznMgeAqKB7hBebr2V8hhLbC4ORoKHSF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tv6vHFduJfUM8g4NdJpOPeJesdRhwStZ { color:rgba(var(--color-secondary-2),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:28.01171875rem;left:21.84375rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm > .row .container { background-color: transparent; background-image: none; }#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm > .row .container > .video-iframe-container { display: none; }#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm > .row > .video-iframe-container { display: none; }#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm > .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); }#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm > .row .container { border-width: 0; border-radius: 0; }#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm > .row .container { font-size:0.875rem;font-family:arial;height:82.125rem;width:75rem;position:relative;display:block; }#TANTOzpCaQJAI2tTDzcIyuCm2SLWC8RG { color:rgba(var(--color-primary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.625rem;left:18.75rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XNn3mfhTpGvSVUf83JoEKATpnpBdweLA { color:rgba(var(--color-tertiary-0),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.6875rem;left:12.75rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BbnHQANq8vg1ZzpTX4qWF58Hio2SK4ec { position:absolute;display:block;z-index:15005;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:59.0625rem;width:33.125rem;top:17.267578125rem;left:0rem;overflow:hidden;display:block; }
#prTozXkryKe6GQsdsgIc4pbnvOx0tdTB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:57.6875rem;width:3.9375rem;top:16.099609375rem;left:43.5625rem;overflow:hidden;display:block; }
#DMvP2Rfx4NB7Q0V4EeiIMvCnzs99av0k { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.099609375rem;left:49.4375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pf2SwffxeJgP37AgcyRk8TpBbqo7rMk9 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.0625rem;left:49.4375rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M0giAhJniQvmUwqfQRO5RO9UTBqidTW5 { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:27.8994140625rem;left:49.4375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WK4QBvUseEHaZxISVTNbqNzbDhBxqvu4 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:30.43701171875rem;left:49.4375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PlbRVRQE3wVxfWkD0veT45avyCJcE3S6 { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:36.77490234375rem;left:49.4375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wCU0M4xXXegpR2VcHgaXw5ZTUzfR0oup { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:39.37451171875rem;left:49.4375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#puUpvg1ciupKnsfNyX48RoksJPrqv65T { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:49.0244140625rem;left:49.4375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AOHtb4rWvAzduvHTNbi8Mlz31qUeZHGx { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:51.6240234375rem;left:49.4375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HzT6bFKvVgnHiD4Xp7O6eAonJF2AuqNv { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:57.75rem;left:49.4375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ekNaQUkIWZoEN539GUcL5tQP72fSgtSM { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:60.349609375rem;left:49.4375rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vc6J7v6ohib0TQUvyCLTVOReXheFxRnA { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:67.587890625rem;left:49.4375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LyWoZo4i50gfeBkWTmLJOlzqv8n7Sy98 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:70.1875rem;left:49.4375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NOd08MTohcLDnJyGQxOgKCnxWfeFe0ir { color:rgba(var(--color-tertiary-0),1);display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.318359375rem;left:15.75rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f4ff;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; }#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV > .row .container { background-color: transparent; background-image: none; }#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV > .row .container > .video-iframe-container { display: none; }#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV > .row > .video-iframe-container { display: none; }#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV > .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); }#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV > .row .container { border-width: 0; border-radius: 0; }#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV > .row .container { font-size:0.875rem;font-family:arial;height:120.4375rem;width:75rem;position:relative;display:block; }#JAMaIadKFifiRDi87dgOf0M0VJXLw4Ng { color:rgba(var(--color-secondary-2),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.5rem;left:12.125rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dvHXdgzJlal2wUevb6y8s8I1Pdcct3aM { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:15.375rem;top:7.03750038147rem;left:29.8125rem;display:block; }
#wxsN9Wktov9xKo57qOXwBaGhhkOycLmT { position:absolute;display:block;z-index:15005;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:9.375rem;top:10.875rem;left:32.8125rem;overflow:hidden;display:block; }
#A2Onr84334V8tcCM8Go3034nKt155n4F { color:rgba(var(--color-secondary-2),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.62353515625rem;left:12.125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTHLmeFt4qrDsklsDNxoqcs3OM5QfTCK { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:25.375rem;top:21.9736328125rem;left:24.8125rem;display:block; }
#liQ6LIEgw9plmZy5y2Qbdo7BcUlJzvwX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5rem;top:24.056640625rem;left:20.5rem;overflow:hidden;display:block; }
#gCrBoVgCVXzGeUEc4nafMaoTEnn18VlI { color:rgba(var(--color-primary-2),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:23.86328125rem;left:22.625rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tE1gau6Uc7ZBWHUZv5lin03ciF0koqlR { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:10.125rem;top:39.1875rem;left:26.6875rem;overflow:hidden;display:block; }
#grqkA3g9ZaxJ9x90ZTs5focyLVJKMPEC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:10rem;top:39.1875rem;left:39.5625rem;overflow:hidden;display:block; }
#TmITmLsZCVgQHH1T4t5MERW06DRyw2wD { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:10.0625rem;top:28.875rem;left:31.71875rem;overflow:hidden;display:block; }
#qzigz4iM4TaDTD5Pl4tK2p7w2TILE76P { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:7.375rem;top:29.25rem;left:46.15625rem;overflow:hidden;display:block; }
#TxWp627WNz8x7vHNqFHnUSEvnub0tBwa { color:rgba(var(--color-secondary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:33.4052734375rem;left:13.875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NTxiGAUN46fhIL36I2L2espeMZTa5V3D { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:24rem;top:35.8798828125rem;left:25.5rem;display:block; }
#ivOQaRb6d4QTpre8DA5SgHLeWNSHRdg1 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:7.125rem;top:66.78125rem;left:46.28125rem;overflow:hidden;display:block; }
#duio7bkhFI1uxRrJwiofthHvr8sEkVgG { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:7.4375rem;top:28.875rem;left:19.25rem;overflow:hidden;display:block; }
#HE0KbwTi3OihJq8Dkhboo0IoG3277ZMx { color:rgba(var(--color-secondary-2),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:55.82177734375rem;left:13.28125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tPGX1gAubeSEraF8DOaW1D9TLXtG0rMI { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:8.5625rem;top:61.28125rem;left:13.5rem;overflow:hidden;display:block; }
#zd5gssO3Pi0Ww6FPGa0ahUSGMiPwT0OO { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.3125rem;top:67.15625rem;left:27.5625rem;overflow:hidden;display:block; }
#qMiLeDIsGrm5afZGTe1TQaIVIorzVWN8 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:5.4375rem;top:60.0625rem;left:36.8125rem;overflow:hidden;display:block; }
#lNWhcdDSEm8E6ZR7kce5qmg8cFa89qkx { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/2d9fb313-5e69-4857-ae0e-08319fd600fc/Frame33kopia.png");background-position:bottom right !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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 1.25rem 1.25rem 1.875rem rgba(var(--color-tertiary-4),0.17) ;height:28.5rem;width:70.625rem;top:88.5625rem;left:2.1875rem;display:block; }#lNWhcdDSEm8E6ZR7kce5qmg8cFa89qkx.adaptive-delivery-prevent-bg, #lNWhcdDSEm8E6ZR7kce5qmg8cFa89qkx.lazyload, #lNWhcdDSEm8E6ZR7kce5qmg8cFa89qkx.lazyloading { background-image: none; }
#gWQKOVRhWdMqaQFKKHuOHhyuuR6NMQ7p { position:absolute;display:block;z-index:15001;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:99.375rem;width:40.1875rem;top:16.75rem;left:55.617230220654rem;overflow:hidden;display:block; }
#nQZ5WobBChgdkL8ZlKkCNTcHxZvCmro5 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:91.9375rem;left:4.15625rem;height:9.4496875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dfRKz5od3qs4PWhOCznL5B9L5i5eZ4mg { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:103.6875rem;left:4.15625rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HvIa3NcN29GoWQelypLxDi2pgSIG1b6z { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.25rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:111.75rem;left:4.125rem;display:block; }
#F7bTuQ3y7JbwZ3KTmNVFQyEE9EmFv1dw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ltzy4IqHQ0SKJvTQnlITRvn6I2p4IOOc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:6.625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:9.96875rem;left:31.71875rem;display:block; }
#Gteuqk0Fd1lg2X5sJQiMWeVwTKVcmtRw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TB3PfTU71qgndl8SeG8lnpKpUwZu0Xyc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:4rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:30.75rem;left:8.75rem;display:block; }
#ggnZCDdaTFQI4q9LJpl5L9KkTeus0Hze { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CCxM4ubeaaDoFeT7x4Zhc3vV45bNw4Wp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:4rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:34.5302734375rem;left:53.34375rem;display:block; }
#UWi3qvakhtynwglP6ZbBeQbRezQfih1I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qptnqX1uoBAh6SuAdTgWKfn7APNDmmc4 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:10.25rem;top:60.75rem;left:24.8125rem;overflow:hidden;display:block; }
#yioVql7HSUWAwhEvgS1xdndkUGGgn43P { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:4rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:30.9375rem;left:43.1875rem;display:block; }
#Me58mOlffR3ZhJoiM2EEs4xvqsfLVJJk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qwSHxeK9tBQUVGxgIvCZvTyTAVaQhpLf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:4rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:28.375rem;left:45.75rem;display:block; }
#HtXLaTw9cT862f0J5myfT9ZpTIkTJgK7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MpWkfOZdEIvZ9Zyew5QlpEadIyZDWBqf { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.875rem;top:60.0625rem;left:45.1875rem;overflow:hidden;display:block; }
#WegMW1U3WZ95p38UIcTQpaTK7eSIym5C { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.4375rem;top:60.90625rem;left:52.40625rem;overflow:hidden;display:block; }
#NtsnhIbgCUwr2uDnxoVwhmHmhevbfW9g { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:13.5rem;top:49.73486328125rem;left:30.75rem;overflow:hidden;display:block; }
#bmSS4Zt6A3mZcushuPmpvxXrqLfn3gnT { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:31.375rem;top:58.171875rem;left:22.96875rem;display:block; }
#BzkRvq1CvJuLkMkit4KTCOcmo8IbBf8r { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:9.125rem;top:66.40625rem;left:15.75rem;overflow:hidden;display:block; }
#ZORiFOD08eB89KU9EIGlghpkISfyaXaf { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:8.75rem;top:66.53125rem;left:35.15625rem;overflow:hidden;display:block; }
#axHmNbTUR6HzN2MaXSduT1Knq3CE7bDi { color:rgba(var(--color-secondary-2),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:71.7939453125rem;left:13.28125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tFF0Q2FbCOJmOW8aE2Tni2vyZUazCitR { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:31.375rem;top:74.2685546875rem;left:22.96875rem;display:block; }
#FnRRdXrhxrNTM3p7DIgiOdBoh191pBXw { position:absolute;display:block;z-index:15034;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:3rem;width:15.3125rem;top:78.8125rem;left:13.59375rem;overflow:hidden;display:block; }
#LkApCgtnWUOciL5TURgoTOlZEusAfimW { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:12.75rem;top:77.8125rem;left:32.5rem;overflow:hidden;display:block; }
#FWyqFqxOi3KCK29f02x1wVkylryfsCkx { position:absolute;display:block;z-index:15036;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.0625rem;width:14.375rem;top:78.28125rem;left:46.9375rem;overflow:hidden;display:block; }
#EbF724nUFqFVbI5UyNks3WI91QNa7Cez { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:6.3125rem;top:66.28125rem;left:56.625rem;overflow:hidden;display:block; }
#As1yOtJEoloGZxWTH8POAkIhynqIOBOy { color:rgba(var(--color-secondary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:44.40478515625rem;left:13.875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rkVmac2TSZx2bixav4Ni5o14a782PcWE { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:24rem;top:46.87939453125rem;left:25.5rem;display:block; }
#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f4ff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 > .row .container { background-color: transparent; background-image: none; }#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 > .row .container > .video-iframe-container { display: none; }#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 > .row > .video-iframe-container { display: none; }#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 > .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); }#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 > .row .container { border-width: 0; border-radius: 0; }#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#ZEbKJa60FDBfwTzq3t6MbLl3nArl5cs5 { color:#0e0d0d;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NgO6Vcst7qmSxyPkw2QAXi50pr75EENW { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:29.375rem;width:19rem;top:9.37451171875rem;left:7.5rem;display:block; }
#T76D9kLhGpdTdSy4dkcJqlxWwTkmDdLF { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:32.4228515625rem;left:15.375rem;display:block; }
#R4L3OzKIpXnQ2LDOHz91V6QU7qNJgrio { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:29.3125rem;width:19rem;top:9.40576171875rem;left:28rem;display:block; }
#DtGzgw4rrhr8AOhN7G5xXVlZkhpZ53WO { color:rgba(var(--color-tertiary-3),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:14.96240234375rem;left:29.03125rem;height:15.3989375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#iCcExm4D7rS0pc7ByJphWAT48sJwuPW9 { position:absolute;display:block;z-index:15011;background-color:#090b0b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:34.3037109375rem;left:35.875rem;display:block; }
#Do3C9a1HmrTg1zuN4FRcNzooNKte1lGq { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:29.5rem;width:19rem;top:9.31201171875rem;left:48.5625rem;display:block; }
#MiAIwUwIzfSfvvTJzihC8bGGG6wmucsT { color:#f6efef;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:14.96240234375rem;left:50.5rem;height:15.3989375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#gRUpQO6PS1WecQdJ3U2zI0uyWCXrAn4a { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:33.1611328125rem;left:56.4375rem;display:block; }
#FbweizmdGFfMh0pF0TNx13IlRhIr980D { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:14.80029296875rem;left:9.125rem;height:15.3989375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#e1mWLLpRW47TCTyZwo9TI547xRKH3XdI { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:34.3037109375rem;left:9.125rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#IeLEIpTfLbMWFsfDToIqGgCEbtp508mr { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:6.5625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:8rem;left:2rem;height:10.5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#FCpUOLvkqCdDJxWayoADIFVvBit4WfHI { color:#171414;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:6.5625rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:8rem;left:22.25rem;height:10.5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#XxSoy8iboGWMDlkr8GFT3lPFHcy4KLSf { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:35.103515625rem;left:29.625rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#LK6msRSeQHepKAURQlOyONga4TFchmty { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:6.5625rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:13.875rem;left:42.5rem;height:10.5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#eMtd0Qp3sPu9AcxHCipKsqRslEhXrEMk { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:6.5625rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:8rem;left:42.5rem;height:10.5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#R6qs3dEkGu6zNsrCBHA8tZR8UeQaTBU8 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:34.3037109375rem;left:50.1875rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#tGd5xuMpr4X35PZqfL2rQzEhvZUbtcnM { color:#fffafa;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:34.3037109375rem;left:50.1875rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb > .row .container { background-color: transparent; background-image: none; }#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb > .row .container > .video-iframe-container { display: none; }#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb > .row > .video-iframe-container { display: none; }#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb > .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); }#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb > .row .container { border-width: 0; border-radius: 0; }#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#hXEba5BLCTEJmdIH0rUHMkzTfxJiO2Tx { color:rgba(var(--color-tertiary-0),0.96);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.875rem;left:7.5rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#TeZRh15weSX9OyvhHuoXmukuNhhmzTgq { position:absolute;display:block;z-index:15011;background-color:#ffc600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:15.6875rem;left:36.25rem;display:block; }
#WqX2n4Sh1cH8Gagxw8xQ2rwGtxxlZxSN { color:rgba(var(--color-primary-2),0.95);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:7.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:9.181125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AbTAbsPWT0tobBKuRtAPteGMTSLCeq1G { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),0.17);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.3125rem;width:18.9375rem;top:18.8125rem;left:28rem;display:block; }
#zFA703VcrORxH3vZ7TPdbsQ0wzTWvn7T { color:#eff8f8;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.4375rem;left:28.5rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WhbmexsShObxuTESvUFS7BVdkHP3n6uI { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),0.17);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.3125rem;width:18.9375rem;top:18.8125rem;left:48rem;display:block; }
#lVUnETqTEr4bBfGkchABVXuZJruxQM0w { color:#f1f8f8;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:25.4375rem;left:48.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c6CBdZTqF4AiT5z5egFTGM9Qe6slvdhr { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.5625rem;left:28.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bPhNNsV5Fg343ST6sB5kXQU0ifWzTp7y { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.5625rem;left:48.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GUifctJ3J6yZ8qyUSpmssPvKzMu9CrDC { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),0.17);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.13) ;height:10.3125rem;width:18.9375rem;top:18.8125rem;left:8.0625rem;display:block; }
#lwaTw0MS5NQpQmsJ2EX2UlqsyXE1C0HO { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.6875rem;left:8.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kleogzL7MugUockUgDHudlPPh6VMuS5O { color:#f8ffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:25.5625rem;left:8.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP > .row .container { background-color: transparent; background-image: none; }#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP > .row .container > .video-iframe-container { display: none; }#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP > .row > .video-iframe-container { display: none; }#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP > .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); }#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP > .row .container { border-width: 0; border-radius: 0; }#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#NT8TT6mU0OWEvpPl59AgNk76Rt1kkxbE { color:rgba(var(--color-tertiary-0),1);display:block;width:34.25rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.3125rem;left:20.375rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ > .row .container { background-color: transparent; background-image: none; }#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ > .row .container > .video-iframe-container { display: none; }#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ > .row > .video-iframe-container { display: none; }#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ > .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); }#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ > .row .container { border-width: 0; border-radius: 0; }#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#Z1MowBbTfX93DqShvvUhT7h5TIty0KbG { color:#3d4051;display:block;width:8.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:39.25rem;left:62.6875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mWrvHKqF0IMccVuMgcDpKEXOxmKbO73b { color:#050b26;display:block;width:9.6875rem;position:absolute;font-family:ubuntu;font-size:3.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:33.5625rem;left:64.125rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yQOnXATVNOxDrrKGTzvfXWJZElMTFD2k { color:#f9f9f9;display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:19.5810546875rem;left:28.125rem;height:3.1494125rem;font-style:normal;display:block; }
#zmL1TwCr0X8VvvO6oqNebhaqsmRtXigM { position:absolute;display:block;z-index:14999;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:15.25rem;width:23.0625rem;top:0rem;left:2rem;overflow:hidden;display:block; }
#iiOckEGzEv6TNKGGyhytSlpZ4zHpokVl { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.0625rem;width:21.625rem;top:0rem;left:26.6875rem;overflow:hidden;display:block; }
#bBKxybyMkI1oetiqK8lUL4Dc4KSXLEUG { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:23.75rem;top:16.96875rem;left:50rem;overflow:hidden;display:block; }
#Lxa2hKwhNUxiJJhKqBDMMhJ8eCsOwAfL { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:23.5rem;top:33.0625rem;left:1.5625rem;overflow:hidden;display:block; }
#l448PdK3e7cbsw6l9cIvhri9B49VPZbK { position:absolute;display:block;z-index:14998;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:14.4375rem;width:21.9375rem;top:33.71875rem;left:26.53125rem;overflow:hidden;display:block; }
#z4ASGM3vmLJZ18iKODwFaTCy1R5cmbk5 { position:absolute;display:block;z-index:15017;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:15.25rem;width:23.125rem;top:16.1875rem;left:1.9375rem;overflow:hidden;display:block; }
#X6iDviQfxog9mCfWrrnhguEIaO0OOCAB { position:absolute;display:block;z-index:15018;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:15.5rem;width:23.6875rem;top:0rem;left:50rem;overflow:hidden;display:block; }
#maIQiMJgZQ400QXV0KN6Q645ACSMLuQ5 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:23.8125rem;top:33.21875rem;left:50rem;overflow:hidden;display:block; }
#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row .container { background-color: transparent; background-image: none; }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row .container > .video-iframe-container { display: none; }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row > .video-iframe-container { display: none; }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .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); }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row .container { border-width: 0; border-radius: 0; }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:75rem;position:relative;display:block; }#edtIefX5i9AQTzRKCHEe0I86VJcIBlKB { color:rgba(var(--color-tertiary-0),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:12.125rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dyRfATaiBwes7k0J8m65bORcaNf8nhUI { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.25rem;width:31.25rem;top:8.099609375rem;left:6.5rem;display:block; }
#SESspoMisoO5Xos7V2f9WgxdXveWhVQl { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:20.1875rem;top:10.130859375rem;left:42.75rem;overflow:hidden;display:block; }
#I9asvkGOiCJtCvWlzfnGul83gAd8KRMq { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.349609375rem;left:44.65625rem;display:block; }
#FRwRQViGPJEQ253V7laexBz272g1iTUd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/533b1575-a500-446b-b54e-e491e96a1728/Footer.png");background-position:bottom center !important;background-repeat:no-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; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw.adaptive-delivery-prevent-bg, #iE0vy1C6rraL6qupndlSTLf5AOOCSQZw.lazyload, #iE0vy1C6rraL6qupndlSTLf5AOOCSQZw.lazyloading { background-image: none; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row .container { background-color: transparent; background-image: none; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row .container > .video-iframe-container { display: none; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row > .video-iframe-container { display: none; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .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); }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row .container { border-width: 0; border-radius: 0; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:75rem;position:relative;display:block; }#WReeP7izDtUUKikwrsKyAG0TcHQUg95v { position:absolute;display:block;z-index:15022;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:20.3125rem;top:0rem;left:56.125rem;display:block; }
#TxoeLlDsZkMoTicf7BK6d82yQhJDJk2u { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:4.1875rem;left:2.1875rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pPDkGpba11gpxdK7fss2WndiWh3Ci3rL { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:10.4375rem;left:2.1875rem;height:5.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MOvHzqaXAbkVxq24ZHIqqvUn6Nomg50C { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5rem;top:17.5rem;left:2.1875rem;overflow:hidden;display:block; }
#hZbcxFGQdQ7LyTUGJaocqRfdJ9y5rbwd { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:4.1875rem;left:51.25rem;height:4.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#KQIrQIuByzy8S9RKN2CulUMUXhOy2nKL { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:3;letter-spacing:0;top:13.762500762939rem;left:51.25rem;height:6.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#gw9sqQZGnWBcAJVUsEoPcbNlTZOm16lq { position:absolute;display:block;z-index:15024;height:3.25rem;width:5.8125rem;top:23.8125rem;left:69.1875rem;display:block; }
#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf > .row .container { background-color: transparent; background-image: none; }#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf > .row .container > .video-iframe-container { display: none; }#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf > .row > .video-iframe-container { display: none; }#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf > .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); }#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf > .row .container { border-width: 0; border-radius: 0; }#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#LkLxf16o7dt2STf1Ub36gi42HwkWgTbJ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:20.4736375rem;display:block; }
#pu5in0cm4vQOQaquLNteqPOkBrZPbSMt { color:rgba(var(--color-tertiary-4),1);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:19.4375rem;height:24.8608375rem;display:block; }
#SHku7vLtxza2UvDqKtrUyJ9hmGJwBDrr { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:39.375rem;height:13.1616375rem;display:block; }
#eUxHqiQ3mpD6TClUsD8unJv0AcfCyexe { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:30.625rem;height:20.4736375rem;display:block; }
#TTnWDr8v5oC2e2azvqpxCLAiOwAmNTVy { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0027160644531E-5rem;left:21.249457359314rem;height:21.9360125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw { display:block; }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlQV98uc6VOA3gmpIaIAUHrTBnxqzOiM { width:5.375rem;height:2.1875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDcaQZvSWTptnOMltwfUIb4Bb5FNyHbn { width:9.1875rem;height:2rem;top:0.875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpfxOvm3ISEAwRwzPiMO3Fdku0TiwUPn { display:block; }
 }@media only screen and (max-width: 763px) { #reVL0uJga1qkg7WQKbVpGz4ieQ5lmlvG { width:7.875rem;height:2rem;top:0.875rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFTXxzXdgSgyCrRQR1eAdirJKoah5nt { display:block; }
 }@media only screen and (max-width: 763px) { #dm8w14NxeTkGn1UlNuMGF0FU49RTXCbw { width:7.75rem;height:2rem;top:0.875rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mnbq5a4gzOSqzoLl6KNRMRvT4bqJghtZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZzPcn3tsnBNM6Kc0AUcQPgLToyRTQfUJ { width:5.375rem;height:2rem;top:0.875rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe56313wbJypWHJTU7yS9OuqQggXXDyT { display:block; }
 }@media only screen and (max-width: 763px) { #HPyGzziCfiTE1TGEnIzvhpgg6khAx6Wy { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwvLg7RTCuwfhQnVmJg39Q0MhbG3ZViQ { display:none; }#EwvLg7RTCuwfhQnVmJg39Q0MhbG3ZViQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yMKhsP9L5v0NMw9HDBQluo6sIx3efVAh { width:9.1875rem;height:2rem;top:0.875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Atg8ooJ4Ok5hvQKOMKTu1IyWozB3Ds { display:block; }
 }@media only screen and (max-width: 763px) { #zHxlDRgrPQBvknTmZmP9wbTfM8aSGXHP { width:7.875rem;height:2rem;top:0.875rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7NCTVttt9aIFGIRWepTbCJ85w8kbsD7 { display:block; }
 }@media only screen and (max-width: 763px) { #u3XwzxvLfzuVd1crpnUTVpCckqXKa5oR { width:7.75rem;height:2rem;top:0.875rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoaOUnAvVymoJen8qWspw9oTpi4Nf7Io { display:block; }
 }@media only screen and (max-width: 763px) { #S7TLzRc4eOQwZpoqG274NwQfXyZ1ye6W { width:5.375rem;height:2rem;top:0.875rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws3gkvLKHJ8QIUVQcNBHRCBJgevT0ion { display:block; }
 }@media only screen and (max-width: 763px) { #lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 { display:block; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXJgPEZvfAshLfM5on1MAqceKnZD0tHM { width:47.75rem;height:1.4375rem;top:26.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4SdxA3DasEQqIDm3JqTlT21c1TXofJJ { width:47.75rem;height:12.375rem;top:28.3125rem;left:0rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoLHLW7VKnNaseTzsegS3q5UgFuoS5mA { width:2.375rem;height:3.875rem;top:43.375rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ { display:block; }#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWmDPnb3N3GbsKRf62RnylSF1cUSy0Pn { width:37.5rem;height:1.4375rem;top:6rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHToa5TTuoRGq6GQ75FsVFTkp5rADULU { width:40.5rem;height:4.625rem;top:7.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5NrICcKvObRwvT8Oa68MJ4NT4v9MEco { width:40.5rem;height:18rem;top:15.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDTkOE8wdo6tGN3qSNuOalvrye2zqKGM { width:40.4375rem;height:13.5rem;top:33.4375rem;left:0rem;font-size:1.125rem;display:block; }#fDTkOE8wdo6tGN3qSNuOalvrye2zqKGM li:before{  }
 }@media only screen and (max-width: 763px) { #aL7hQVHqDHs94wXhnmQUuTEWOGC2ehdW { width:47.75rem;height:44.960481099656rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfrZl1iuI5IAgDTaLBnrtllSMt13knor { display:block; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxN4n4o8HBMW4boCbdS7gKGOmUQsZlnu { width:47.75rem;height:32.0625rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBmiomdQMy0Pea7onAvwwNqag6MuCW5s { width:37.5rem;height:1.4375rem;top:7.3125rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoyBNtiZaGHepnrN6xyoDa7oS5TVpQ77 { width:47.75rem;height:3.3125rem;top:10.125rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NksmNayM9CaJ6CpxcqHmTFiQ5gtoQEb7 { width:2.3125rem;height:2.25rem;top:15.5rem;left:22.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDaz3RKb1Mmg4kxNUO9kFqnQZwM1xrcQ { width:47.75rem;height:1.9375rem;top:18.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2LWyblZnSdNLlEzxno7iLvU32kvWWId { width:2.5625rem;height:2.5rem;top:23.0625rem;left:22.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3Rnq4mpoZzsE3g17pC2Rk9VoPrZVJf1 { width:15.1875rem;height:1.9375rem;top:25.5rem;left:16.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEgQQ3C0NJUELmyS4XuT4wCFvV0vIwbC { width:14.4375rem;height:3.25rem;top:31.5rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VznMgeAqKB7hBebr2V8hhLbC4ORoKHSF { display:block; }
 }@media only screen and (max-width: 763px) { #Tv6vHFduJfUM8g4NdJpOPeJesdRhwStZ { width:32.9375rem;height:1.5rem;top:28rem;left:8.21875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3TVHZAOv24cCqVeXsabzNgzezHl0zgm { display:block; }#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TANTOzpCaQJAI2tTDzcIyuCm2SLWC8RG { width:37.5rem;height:1.4375rem;top:2.625rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNn3mfhTpGvSVUf83JoEKATpnpBdweLA { width:47.75rem;height:4.625rem;top:4.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbnHQANq8vg1ZzpTX4qWF58Hio2SK4ec { width:33.125rem;height:59.0625rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #prTozXkryKe6GQsdsgIc4pbnvOx0tdTB { width:3.9375rem;height:57.6875rem;top:16.0625rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMvP2Rfx4NB7Q0V4EeiIMvCnzs99av0k { width:18rem;height:2.5625rem;top:16.0625rem;left:29.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf2SwffxeJgP37AgcyRk8TpBbqo7rMk9 { width:25.5625rem;height:3.875rem;top:19.0625rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0giAhJniQvmUwqfQRO5RO9UTBqidTW5 { width:18rem;height:2.5625rem;top:27.875rem;left:29.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK4QBvUseEHaZxISVTNbqNzbDhBxqvu4 { width:25.125rem;height:4.5rem;top:30.375rem;left:22.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlbRVRQE3wVxfWkD0veT45avyCJcE3S6 { width:18rem;height:2.5625rem;top:36.75rem;left:29.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCU0M4xXXegpR2VcHgaXw5ZTUzfR0oup { width:22.75rem;height:4.5rem;top:39.3125rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #puUpvg1ciupKnsfNyX48RoksJPrqv65T { width:18rem;height:2.5625rem;top:49rem;left:29.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOHtb4rWvAzduvHTNbi8Mlz31qUeZHGx { width:25.125rem;height:2.25rem;top:51.5625rem;left:22.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzT6bFKvVgnHiD4Xp7O6eAonJF2AuqNv { width:18rem;height:2.5625rem;top:57.75rem;left:29.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekNaQUkIWZoEN539GUcL5tQP72fSgtSM { width:25.5625rem;height:3.875rem;top:60.3125rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc6J7v6ohib0TQUvyCLTVOReXheFxRnA { width:18rem;height:2.5625rem;top:67.5625rem;left:29.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyWoZo4i50gfeBkWTmLJOlzqv8n7Sy98 { width:25.125rem;height:2.25rem;top:70.1875rem;left:22.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOd08MTohcLDnJyGQxOgKCnxWfeFe0ir { width:47.75rem;height:1.9375rem;top:9.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV { display:block; }#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAMaIadKFifiRDi87dgOf0M0VJXLw4Ng { width:47.75rem;height:3.375rem;top:4.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvHXdgzJlal2wUevb6y8s8I1Pdcct3aM { width:15.375rem;height:1rem;top:7rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxsN9Wktov9xKo57qOXwBaGhhkOycLmT { width:9.375rem;height:4.8125rem;top:10.875rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2Onr84334V8tcCM8Go3034nKt155n4F { width:47.75rem;height:3.375rem;top:19.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTHLmeFt4qrDsklsDNxoqcs3OM5QfTCK { width:25.375rem;height:1rem;top:21.9375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #liQ6LIEgw9plmZy5y2Qbdo7BcUlJzvwX { width:1.5rem;height:1.5625rem;top:24rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCrBoVgCVXzGeUEc4nafMaoTEnn18VlI { width:32.0625rem;height:1.9375rem;top:23.8125rem;left:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE1gau6Uc7ZBWHUZv5lin03ciF0koqlR { width:10.125rem;height:3.375rem;top:39.1875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grqkA3g9ZaxJ9x90ZTs5focyLVJKMPEC { width:10rem;height:3.375rem;top:39.1875rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmITmLsZCVgQHH1T4t5MERW06DRyw2wD { width:10.0625rem;height:3rem;top:28.875rem;left:18.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzigz4iM4TaDTD5Pl4tK2p7w2TILE76P { width:7.375rem;height:2.25rem;top:29.25rem;left:32.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxWp627WNz8x7vHNqFHnUSEvnub0tBwa { width:47.25rem;height:3.375rem;top:33.375rem;left:0.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTxiGAUN46fhIL36I2L2espeMZTa5V3D { width:24rem;height:1rem;top:35.875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivOQaRb6d4QTpre8DA5SgHLeWNSHRdg1 { width:7.125rem;height:1.4375rem;top:66.75rem;left:32.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #duio7bkhFI1uxRrJwiofthHvr8sEkVgG { width:7.4375rem;height:3rem;top:28.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE0KbwTi3OihJq8Dkhboo0IoG3277ZMx { width:47.75rem;height:3.375rem;top:55.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPGX1gAubeSEraF8DOaW1D9TLXtG0rMI { width:8.5625rem;height:1.5rem;top:61.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd5gssO3Pi0Ww6FPGa0ahUSGMiPwT0OO { width:5.3125rem;height:1.875rem;top:67.125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMiLeDIsGrm5afZGTe1TQaIVIorzVWN8 { width:5.4375rem;height:3.9375rem;top:60.0625rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNWhcdDSEm8E6ZR7kce5qmg8cFa89qkx { width:47.75rem;height:28.5rem;top:88.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWQKOVRhWdMqaQFKKHuOHhyuuR6NMQ7p { width:40.1875rem;height:99.375rem;top:16.75rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQZ5WobBChgdkL8ZlKkCNTcHxZvCmro5 { width:34.0625rem;height:9.4375rem;top:91.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfRKz5od3qs4PWhOCznL5B9L5i5eZ4mg { width:34.0625rem;height:5.1875rem;top:103.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvIa3NcN29GoWQelypLxDi2pgSIG1b6z { width:14.0625rem;height:3.25rem;top:111.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7bTuQ3y7JbwZ3KTmNVFQyEE9EmFv1dw { display:block; }
 }@media only screen and (max-width: 763px) { #Ltzy4IqHQ0SKJvTQnlITRvn6I2p4IOOc { width:11.5625rem;height:6.625rem;top:9.9375rem;left:18.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gteuqk0Fd1lg2X5sJQiMWeVwTKVcmtRw { display:block; }
 }@media only screen and (max-width: 763px) { #TB3PfTU71qgndl8SeG8lnpKpUwZu0Xyc { width:10.5rem;height:4rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggnZCDdaTFQI4q9LJpl5L9KkTeus0Hze { display:block; }
 }@media only screen and (max-width: 763px) { #CCxM4ubeaaDoFeT7x4Zhc3vV45bNw4Wp { width:11.5625rem;height:4rem;top:34.5rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWi3qvakhtynwglP6ZbBeQbRezQfih1I { display:block; }
 }@media only screen and (max-width: 763px) { #qptnqX1uoBAh6SuAdTgWKfn7APNDmmc4 { top:60.75rem;left:11.1875rem;width:10.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yioVql7HSUWAwhEvgS1xdndkUGGgn43P { width:11.5625rem;height:4rem;top:30.9375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me58mOlffR3ZhJoiM2EEs4xvqsfLVJJk { display:block; }
 }@media only screen and (max-width: 763px) { #qwSHxeK9tBQUVGxgIvCZvTyTAVaQhpLf { width:8.1875rem;height:4rem;top:28.375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtXLaTw9cT862f0J5myfT9ZpTIkTJgK7 { display:block; }
 }@media only screen and (max-width: 763px) { #MpWkfOZdEIvZ9Zyew5QlpEadIyZDWBqf { top:60.0625rem;left:31.5625rem;width:4.875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WegMW1U3WZ95p38UIcTQpaTK7eSIym5C { top:60.875rem;left:34.3125rem;width:13.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtsnhIbgCUwr2uDnxoVwhmHmhevbfW9g { top:49.6875rem;left:17.125rem;width:13.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmSS4Zt6A3mZcushuPmpvxXrqLfn3gnT { width:31.375rem;height:1rem;top:58.125rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzkRvq1CvJuLkMkit4KTCOcmo8IbBf8r { top:66.375rem;left:2.125rem;width:9.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZORiFOD08eB89KU9EIGlghpkISfyaXaf { top:66.5rem;left:21.53125rem;width:8.75rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axHmNbTUR6HzN2MaXSduT1Knq3CE7bDi { width:47.75rem;height:3.375rem;top:71.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFF0Q2FbCOJmOW8aE2Tni2vyZUazCitR { width:31.375rem;height:1rem;top:74.25rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnRRdXrhxrNTM3p7DIgiOdBoh191pBXw { top:78.8125rem;left:0rem;width:15.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkApCgtnWUOciL5TURgoTOlZEusAfimW { top:77.8125rem;left:18.875rem;width:12.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWyqFqxOi3KCK29f02x1wVkylryfsCkx { top:78.25rem;left:33.3125rem;width:14.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbF724nUFqFVbI5UyNks3WI91QNa7Cez { top:66.25rem;left:41.4375rem;width:6.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #As1yOtJEoloGZxWTH8POAkIhynqIOBOy { width:47.25rem;height:3.375rem;top:44.375rem;left:0.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkVmac2TSZx2bixav4Ni5o14a782PcWE { width:24rem;height:1rem;top:46.875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 { display:block; }#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEbKJa60FDBfwTzq3t6MbLl3nArl5cs5 { width:47.75rem;height:3.6875rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgO6Vcst7qmSxyPkw2QAXi50pr75EENW { width:19rem;height:29.375rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T76D9kLhGpdTdSy4dkcJqlxWwTkmDdLF { width:3.25rem;height:0.0625rem;top:32.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4L3OzKIpXnQ2LDOHz91V6QU7qNJgrio { width:19rem;height:29.3125rem;top:9.375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtGzgw4rrhr8AOhN7G5xXVlZkhpZ53WO { width:16.9375rem;height:18.1875rem;top:14.9375rem;left:15.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCcExm4D7rS0pc7ByJphWAT48sJwuPW9 { width:3.25rem;height:0.0625rem;top:34.25rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do3C9a1HmrTg1zuN4FRcNzooNKte1lGq { width:19rem;height:29.5rem;top:9.25rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiAIwUwIzfSfvvTJzihC8bGGG6wmucsT { width:15.125rem;height:16.75rem;top:14.9375rem;left:32.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRUpQO6PS1WecQdJ3U2zI0uyWCXrAn4a { width:3.25rem;height:0.0625rem;top:33.125rem;left:42.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbweizmdGFfMh0pF0TNx13IlRhIr980D { width:15.75rem;height:15.375rem;top:14.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1mWLLpRW47TCTyZwo9TI547xRKH3XdI { width:15.75rem;height:3.1875rem;top:34.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeLEIpTfLbMWFsfDToIqGgCEbtp508mr { width:15.75rem;height:10.5rem;top:8rem;left:0rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCpUOLvkqCdDJxWayoADIFVvBit4WfHI { width:15.75rem;height:10.5rem;top:8rem;left:8.625rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxSoy8iboGWMDlkr8GFT3lPFHcy4KLSf { width:15.75rem;height:1.5625rem;top:35.0625rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK6msRSeQHepKAURQlOyONga4TFchmty { width:15.75rem;height:10.5rem;top:13.875rem;left:28.875rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMtd0Qp3sPu9AcxHCipKsqRslEhXrEMk { width:15.75rem;height:10.5rem;top:8rem;left:28.875rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6qs3dEkGu6zNsrCBHA8tZR8UeQaTBU8 { width:15.75rem;height:1.5625rem;top:34.25rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGd5xuMpr4X35PZqfL2rQzEhvZUbtcnM { width:15.75rem;height:3.1875rem;top:34.25rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb { display:block; }#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXEba5BLCTEJmdIH0rUHMkzTfxJiO2Tx { width:47.75rem;height:4.0625rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeZRh15weSX9OyvhHuoXmukuNhhmzTgq { width:2.5rem;height:0.125rem;top:15.6875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqX2n4Sh1cH8Gagxw8xQ2rwGtxxlZxSN { width:47.75rem;height:9.125rem;top:2.8125rem;left:0rem;font-size:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbTAbsPWT0tobBKuRtAPteGMTSLCeq1G { width:18.9375rem;height:10.3125rem;top:18.8125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFA703VcrORxH3vZ7TPdbsQ0wzTWvn7T { width:18.125rem;height:1.1875rem;top:25.4375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhbmexsShObxuTESvUFS7BVdkHP3n6uI { width:18.9375rem;height:10.3125rem;top:18.8125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVUnETqTEr4bBfGkchABVXuZJruxQM0w { width:18.125rem;height:2.4375rem;top:25.4375rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6CBdZTqF4AiT5z5egFTGM9Qe6slvdhr { width:18.125rem;height:4.875rem;top:20.5625rem;left:14.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPhNNsV5Fg343ST6sB5kXQU0ifWzTp7y { width:18.125rem;height:4.875rem;top:20.5625rem;left:29.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUifctJ3J6yZ8qyUSpmssPvKzMu9CrDC { width:18.9375rem;height:10.3125rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwaTw0MS5NQpQmsJ2EX2UlqsyXE1C0HO { width:18.125rem;height:4.875rem;top:20.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kleogzL7MugUockUgDHudlPPh6VMuS5O { width:18.125rem;height:1.1875rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaryxWelios7KKvRIOZ3OFQTNtsNCWfP { display:block; }#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NT8TT6mU0OWEvpPl59AgNk76Rt1kkxbE { width:34.25rem;height:3.4375rem;top:1.3125rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ { display:block; }#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1MowBbTfX93DqShvvUhT7h5TIty0KbG { width:8.5625rem;height:3.375rem;top:39.25rem;left:39.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWrvHKqF0IMccVuMgcDpKEXOxmKbO73b { width:9.6875rem;height:5rem;top:33.5625rem;left:37.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQOnXATVNOxDrrKGTzvfXWJZElMTFD2k { width:16.5625rem;height:3.125rem;top:19.5625rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmL1TwCr0X8VvvO6oqNebhaqsmRtXigM { top:0rem;left:0rem;width:23.0625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiOckEGzEv6TNKGGyhytSlpZ4zHpokVl { top:0rem;left:10.125rem;width:21.625rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBKxybyMkI1oetiqK8lUL4Dc4KSXLEUG { top:16.9375rem;left:24rem;width:23.75rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxa2hKwhNUxiJJhKqBDMMhJ8eCsOwAfL { top:33.0625rem;left:0rem;width:23.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l448PdK3e7cbsw6l9cIvhri9B49VPZbK { top:33.6875rem;left:9.8125rem;width:21.9375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4ASGM3vmLJZ18iKODwFaTCy1R5cmbk5 { top:16.1875rem;left:0rem;width:23.125rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6iDviQfxog9mCfWrrnhguEIaO0OOCAB { top:0rem;left:23.9375rem;width:23.6875rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #maIQiMJgZQ400QXV0KN6Q645ACSMLuQ5 { top:33.1875rem;left:23.4375rem;width:23.8125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTul4LQnepu96TVZQtpGpBdhzrRCLX3S { display:block; }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edtIefX5i9AQTzRKCHEe0I86VJcIBlKB { width:47.75rem;height:4.625rem;top:2.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyRfATaiBwes7k0J8m65bORcaNf8nhUI { top:8.0625rem;left:0rem;width:31.25rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SESspoMisoO5Xos7V2f9WgxdXveWhVQl { top:10.125rem;left:27.5625rem;width:20.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9asvkGOiCJtCvWlzfnGul83gAd8KRMq { width:17.5rem;height:3.4375rem;top:21.3125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRwRQViGPJEQ253V7laexBz272g1iTUd { display:block; }
 }@media only screen and (max-width: 763px) { #iE0vy1C6rraL6qupndlSTLf5AOOCSQZw { display:block; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WReeP7izDtUUKikwrsKyAG0TcHQUg95v { width:20.3125rem;height:17.3125rem;top:0rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxoeLlDsZkMoTicf7BK6d82yQhJDJk2u { width:21.5625rem;height:4.5rem;top:4.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPDkGpba11gpxdK7fss2WndiWh3Ci3rL { width:21.5625rem;height:5.375rem;top:10.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOvHzqaXAbkVxq24ZHIqqvUn6Nomg50C { width:2.5rem;height:2.5625rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZbcxFGQdQ7LyTUGJaocqRfdJ9y5rbwd { width:21.5625rem;height:4.5rem;top:4.1875rem;left:26.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQIrQIuByzy8S9RKN2CulUMUXhOy2nKL { width:21.5625rem;height:6.75rem;top:13.75rem;left:26.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw9sqQZGnWBcAJVUsEoPcbNlTZOm16lq { width:5.8125rem;height:3.25rem;top:23.8125rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf { display:block; }#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkLxf16o7dt2STf1Ub36gi42HwkWgTbJ { width:32.5rem;height:20.4375rem;top:0rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu5in0cm4vQOQaquLNteqPOkBrZPbSMt { width:42.9375rem;height:24.875rem;top:0rem;left:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHku7vLtxza2UvDqKtrUyJ9hmGJwBDrr { width:35.625rem;height:13.125rem;top:0rem;left:12.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUxHqiQ3mpD6TClUsD8unJv0AcfCyexe { width:35.625rem;height:21.875rem;top:0rem;left:12.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTnWDr8v5oC2e2azvqpxCLAiOwAmNTVy { width:32.5rem;height:23.375rem;top:0rem;left:7.6244573593137rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw { display:block; }#ivutZqlVQJQSULv7wsPmh9GTpbXsIyQw > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlQV98uc6VOA3gmpIaIAUHrTBnxqzOiM { width:5.375rem;height:2.1875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDcaQZvSWTptnOMltwfUIb4Bb5FNyHbn { width:9.1875rem;height:2rem;top:4.6875rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpfxOvm3ISEAwRwzPiMO3Fdku0TiwUPn { display:block; }
 }@media only screen and (max-width: 763px) { #reVL0uJga1qkg7WQKbVpGz4ieQ5lmlvG { width:7.875rem;height:2rem;top:7.9375rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPFTXxzXdgSgyCrRQR1eAdirJKoah5nt { display:block; }
 }@media only screen and (max-width: 763px) { #dm8w14NxeTkGn1UlNuMGF0FU49RTXCbw { width:7.75rem;height:2rem;top:11.1875rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mnbq5a4gzOSqzoLl6KNRMRvT4bqJghtZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZzPcn3tsnBNM6Kc0AUcQPgLToyRTQfUJ { width:5.375rem;height:2rem;top:14.4375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qe56313wbJypWHJTU7yS9OuqQggXXDyT { display:block; }
 }@media only screen and (max-width: 763px) { #HPyGzziCfiTE1TGEnIzvhpgg6khAx6Wy { display:flex;top:0.75rem;left:17.6875rem;width:2.3125rem;height:2.3125rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #EwvLg7RTCuwfhQnVmJg39Q0MhbG3ZViQ { display:block; }#EwvLg7RTCuwfhQnVmJg39Q0MhbG3ZViQ > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMKhsP9L5v0NMw9HDBQluo6sIx3efVAh { width:9.1875rem;height:2rem;top:3rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Atg8ooJ4Ok5hvQKOMKTu1IyWozB3Ds { display:block; }
 }@media only screen and (max-width: 763px) { #zHxlDRgrPQBvknTmZmP9wbTfM8aSGXHP { width:7.875rem;height:2rem;top:6.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7NCTVttt9aIFGIRWepTbCJ85w8kbsD7 { display:block; }
 }@media only screen and (max-width: 763px) { #u3XwzxvLfzuVd1crpnUTVpCckqXKa5oR { width:7.75rem;height:2rem;top:9.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoaOUnAvVymoJen8qWspw9oTpi4Nf7Io { display:block; }
 }@media only screen and (max-width: 763px) { #S7TLzRc4eOQwZpoqG274NwQfXyZ1ye6W { width:5.375rem;height:2rem;top:12.75rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws3gkvLKHJ8QIUVQcNBHRCBJgevT0ion { display:block; }
 }@media only screen and (max-width: 763px) { #lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2496d8dc-6466-4e0d-bfe7-0f7a3077e496/bg1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38.adaptive-delivery-prevent-bg, #lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38.lazyload, #lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38.lazyloading { background-image: none; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row .container { background-color: transparent; background-image: none; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row .container > .video-iframe-container { display: none; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row > .video-iframe-container { display: none; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .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); }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row .container { border-width: 0; border-radius: 0; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lUPWt4ZbOLeAcT6d1dzNIWlVc8Wotr38 > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXJgPEZvfAshLfM5on1MAqceKnZD0tHM { width:20rem;height:2.92535rem;top:3.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4SdxA3DasEQqIDm3JqTlT21c1TXofJJ { width:19rem;height:7.198875rem;top:7.6875rem;left:0.5rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IoLHLW7VKnNaseTzsegS3q5UgFuoS5mA { width:2.375rem;height:3.875rem;top:17.27499961853rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ { display:block; }#SFTTcwn5NF5Ivyf7yOpo14O4P6Oc9nGJ > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWmDPnb3N3GbsKRf62RnylSF1cUSy0Pn { width:20rem;height:1.29936875rem;top:3.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHToa5TTuoRGq6GQ75FsVFTkp5rADULU { width:20rem;height:2.275rem;top:4.8999996185303rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C5NrICcKvObRwvT8Oa68MJ4NT4v9MEco { width:19.3125rem;height:18.899775rem;top:8.72500038147rem;left:0.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fDTkOE8wdo6tGN3qSNuOalvrye2zqKGM { width:19.6875rem;height:16.8739375rem;top:28.22500038147rem;left:0.25rem;font-size:1.125rem;line-height:1.4;display:block; }#fDTkOE8wdo6tGN3qSNuOalvrye2zqKGM li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#fDTkOE8wdo6tGN3qSNuOalvrye2zqKGM li:before{  }
 }@media only screen and (max-width: 763px) { #aL7hQVHqDHs94wXhnmQUuTEWOGC2ehdW { width:16.25rem;height:15.3125rem;top:46.66250038147rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfrZl1iuI5IAgDTaLBnrtllSMt13knor { background-color:#181727;background-image:url("https://images.assets-landingi.com/uc/6e4196a3-eb3c-45c2-b223-3e20681fb014/Rectangle2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor.adaptive-delivery-prevent-bg, #EfrZl1iuI5IAgDTaLBnrtllSMt13knor.lazyload, #EfrZl1iuI5IAgDTaLBnrtllSMt13knor.lazyloading { background-image: none; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row .container { background-color: transparent; background-image: none; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row .container > .video-iframe-container { display: none; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row > .video-iframe-container { display: none; }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .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); }#EfrZl1iuI5IAgDTaLBnrtllSMt13knor > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxN4n4o8HBMW4boCbdS7gKGOmUQsZlnu { width:20rem;height:29rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBmiomdQMy0Pea7onAvwwNqag6MuCW5s { width:20rem;height:1.29936875rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoyBNtiZaGHepnrN6xyoDa7oS5TVpQ77 { width:20rem;height:5.25065rem;top:8.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NksmNayM9CaJ6CpxcqHmTFiQ5gtoQEb7 { width:2.3125rem;height:2.25rem;top:12.4375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDaz3RKb1Mmg4kxNUO9kFqnQZwM1xrcQ { width:20rem;height:1.462675rem;top:15.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2LWyblZnSdNLlEzxno7iLvU32kvWWId { width:2.8125rem;height:2.75rem;top:18.9375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3Rnq4mpoZzsE3g17pC2Rk9VoPrZVJf1 { width:20rem;height:1.462675rem;top:22.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEgQQ3C0NJUELmyS4XuT4wCFvV0vIwbC { width:14.4375rem;height:3.25rem;top:26.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VznMgeAqKB7hBebr2V8hhLbC4ORoKHSF { display:block; }
 }@media only screen and (max-width: 763px) { #Tv6vHFduJfUM8g4NdJpOPeJesdRhwStZ { width:20rem;height:0;top:33.874572753906rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3TVHZAOv24cCqVeXsabzNgzezHl0zgm { display:block; }#R3TVHZAOv24cCqVeXsabzNgzezHl0zgm > .row .container { width:20rem;height:87.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TANTOzpCaQJAI2tTDzcIyuCm2SLWC8RG { width:20rem;height:1.29936875rem;top:2.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNn3mfhTpGvSVUf83JoEKATpnpBdweLA { width:20rem;height:2.275rem;top:4.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbnHQANq8vg1ZzpTX4qWF58Hio2SK4ec { width:13.375rem;height:23.875rem;top:8.3614587783812rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #prTozXkryKe6GQsdsgIc4pbnvOx0tdTB { width:2.375rem;height:36.0625rem;top:34.00390625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMvP2Rfx4NB7Q0V4EeiIMvCnzs99av0k { width:14.5rem;height:1.625rem;top:34.00390625rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf2SwffxeJgP37AgcyRk8TpBbqo7rMk9 { width:13.625rem;height:2.59874375rem;top:35.62890625rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0giAhJniQvmUwqfQRO5RO9UTBqidTW5 { width:11.5rem;height:1.625rem;top:40.987500190735rem;left:4.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK4QBvUseEHaZxISVTNbqNzbDhBxqvu4 { width:14.25rem;height:2.59874375rem;top:42.9375rem;left:4.3125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PlbRVRQE3wVxfWkD0veT45avyCJcE3S6 { width:14.8125rem;height:1.625rem;top:46.9375rem;left:4.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCU0M4xXXegpR2VcHgaXw5ZTUzfR0oup { width:13.125rem;height:2.99913125rem;top:48.5625rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #puUpvg1ciupKnsfNyX48RoksJPrqv65T { width:14.125rem;height:1.625rem;top:53.6875rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOHtb4rWvAzduvHTNbi8Mlz31qUeZHGx { width:13.5rem;height:1.5rem;top:55.25rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzT6bFKvVgnHiD4Xp7O6eAonJF2AuqNv { width:13.625rem;height:1.625rem;top:58.375rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekNaQUkIWZoEN539GUcL5tQP72fSgtSM { width:13.3125rem;height:2.59874375rem;top:60rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc6J7v6ohib0TQUvyCLTVOReXheFxRnA { width:11.6875rem;height:1.625rem;top:67.2666015625rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyWoZo4i50gfeBkWTmLJOlzqv8n7Sy98 { width:15rem;height:1.29980625rem;top:68.8291015625rem;left:4.5rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NOd08MTohcLDnJyGQxOgKCnxWfeFe0ir { width:20rem;height:2.59874375rem;top:75.5537109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV { display:block; }#L2c7pmBq6KQ64cuiZhfSTf4DBLdwPMbV > .row .container { width:20rem;height:176.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAMaIadKFifiRDi87dgOf0M0VJXLw4Ng { width:20rem;height:2.275rem;top:3rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvHXdgzJlal2wUevb6y8s8I1Pdcct3aM { width:10.1875rem;height:1rem;top:4.75rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxsN9Wktov9xKo57qOXwBaGhhkOycLmT { width:9.375rem;height:4.8125rem;top:7.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2Onr84334V8tcCM8Go3034nKt155n4F { width:20rem;height:2.275rem;top:15.28750038147rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTHLmeFt4qrDsklsDNxoqcs3OM5QfTCK { width:16.9375rem;height:1rem;top:17.0625rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #liQ6LIEgw9plmZy5y2Qbdo7BcUlJzvwX { width:1.125rem;height:1.1875rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCrBoVgCVXzGeUEc4nafMaoTEnn18VlI { width:18.5625rem;height:1.1375rem;top:18.75rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE1gau6Uc7ZBWHUZv5lin03ciF0koqlR { width:10.125rem;height:3.375rem;top:22rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #grqkA3g9ZaxJ9x90ZTs5focyLVJKMPEC { width:3.4375rem;height:1.25rem;top:22rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmITmLsZCVgQHH1T4t5MERW06DRyw2wD { width:10.0625rem;height:3rem;top:27.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzigz4iM4TaDTD5Pl4tK2p7w2TILE76P { width:7.375rem;height:2.25rem;top:27.4375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxWp627WNz8x7vHNqFHnUSEvnub0tBwa { width:20rem;height:2.2749rem;top:38.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTxiGAUN46fhIL36I2L2espeMZTa5V3D { width:8.75rem;height:1rem;top:39.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivOQaRb6d4QTpre8DA5SgHLeWNSHRdg1 { width:7.5625rem;height:1.625rem;top:43.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #duio7bkhFI1uxRrJwiofthHvr8sEkVgG { width:7.4375rem;height:3rem;top:42.375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE0KbwTi3OihJq8Dkhboo0IoG3277ZMx { width:20rem;height:4.20030625rem;top:48.375rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tPGX1gAubeSEraF8DOaW1D9TLXtG0rMI { width:9.6875rem;height:1.8125rem;top:55.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd5gssO3Pi0Ww6FPGa0ahUSGMiPwT0OO { width:5.3125rem;height:1.875rem;top:55.5625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMiLeDIsGrm5afZGTe1TQaIVIorzVWN8 { width:2.0625rem;height:1.5rem;top:58.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNWhcdDSEm8E6ZR7kce5qmg8cFa89qkx { width:20rem;height:29.3125rem;top:67rem;left:0rem;background-color:#181727;background-image:url("https://images.assets-landingi.com/uc/2d9fb313-5e69-4857-ae0e-08319fd600fc/Frame33kopia.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#lNWhcdDSEm8E6ZR7kce5qmg8cFa89qkx.adaptive-delivery-prevent-bg, #lNWhcdDSEm8E6ZR7kce5qmg8cFa89qkx.lazyload, #lNWhcdDSEm8E6ZR7kce5qmg8cFa89qkx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gWQKOVRhWdMqaQFKKHuOHhyuuR6NMQ7p { width:20rem;height:49.361022364217rem;top:127.15rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQZ5WobBChgdkL8ZlKkCNTcHxZvCmro5 { width:17.8125rem;height:7.5rem;top:69.5rem;left:1.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfRKz5od3qs4PWhOCznL5B9L5i5eZ4mg { width:17.5rem;height:3.57421875rem;top:78.5625rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HvIa3NcN29GoWQelypLxDi2pgSIG1b6z { width:14.0625rem;height:3.25rem;top:84.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7bTuQ3y7JbwZ3KTmNVFQyEE9EmFv1dw { display:block; }
 }@media only screen and (max-width: 763px) { #Ltzy4IqHQ0SKJvTQnlITRvn6I2p4IOOc { width:11.5625rem;height:5.6875rem;top:7.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gteuqk0Fd1lg2X5sJQiMWeVwTKVcmtRw { display:block; }
 }@media only screen and (max-width: 763px) { #TB3PfTU71qgndl8SeG8lnpKpUwZu0Xyc { width:10.75rem;height:4rem;top:21.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggnZCDdaTFQI4q9LJpl5L9KkTeus0Hze { display:block; }
 }@media only screen and (max-width: 763px) { #CCxM4ubeaaDoFeT7x4Zhc3vV45bNw4Wp { width:10.625rem;height:4rem;top:26.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWi3qvakhtynwglP6ZbBeQbRezQfih1I { display:block; }
 }@media only screen and (max-width: 763px) { #qptnqX1uoBAh6SuAdTgWKfn7APNDmmc4 { width:9rem;height:2.1875rem;top:62.3125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yioVql7HSUWAwhEvgS1xdndkUGGgn43P { width:11.5625rem;height:4rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me58mOlffR3ZhJoiM2EEs4xvqsfLVJJk { display:block; }
 }@media only screen and (max-width: 763px) { #qwSHxeK9tBQUVGxgIvCZvTyTAVaQhpLf { width:8.1875rem;height:4rem;top:26.75rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtXLaTw9cT862f0J5myfT9ZpTIkTJgK7 { display:block; }
 }@media only screen and (max-width: 763px) { #MpWkfOZdEIvZ9Zyew5QlpEadIyZDWBqf { width:4.875rem;height:4.0625rem;top:111.34939124756rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WegMW1U3WZ95p38UIcTQpaTK7eSIym5C { width:13.4375rem;height:2.8125rem;top:116.66189124756rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtsnhIbgCUwr2uDnxoVwhmHmhevbfW9g { width:13.5rem;height:3.4375rem;top:104.41189124756rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmSS4Zt6A3mZcushuPmpvxXrqLfn3gnT { width:20rem;height:1rem;top:109.09939124756rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzkRvq1CvJuLkMkit4KTCOcmo8IbBf8r { width:9.125rem;height:2.1875rem;top:120.72439124756rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZORiFOD08eB89KU9EIGlghpkISfyaXaf { width:8.75rem;height:1.9375rem;top:124.16189124756rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #axHmNbTUR6HzN2MaXSduT1Knq3CE7bDi { width:20rem;height:0;top:131.03689124756rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tFF0Q2FbCOJmOW8aE2Tni2vyZUazCitR { width:20rem;height:1rem;top:135.69900374756rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnRRdXrhxrNTM3p7DIgiOdBoh191pBXw { width:15.3125rem;height:3rem;top:137.94900374756rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkApCgtnWUOciL5TURgoTOlZEusAfimW { width:12.75rem;height:5rem;top:142.19900374756rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWyqFqxOi3KCK29f02x1wVkylryfsCkx { width:14.375rem;height:4.0625rem;top:148.44900374756rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbF724nUFqFVbI5UyNks3WI91QNa7Cez { width:6.3125rem;height:2.4375rem;top:127.34939124756rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #As1yOtJEoloGZxWTH8POAkIhynqIOBOy { width:20rem;height:0;top:97.499778747556rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkVmac2TSZx2bixav4Ni5o14a782PcWE { width:20rem;height:1rem;top:102.16189124756rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 { display:block; }#LVIk1BDMZp2w2kIxZPPvcI9VH8px03C5 > .row .container { width:20rem;height:88.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEbKJa60FDBfwTzq3t6MbLl3nArl5cs5 { width:20rem;height:5.19856875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgO6Vcst7qmSxyPkw2QAXi50pr75EENW { width:19rem;height:24.0625rem;top:7.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T76D9kLhGpdTdSy4dkcJqlxWwTkmDdLF { width:3.25rem;height:0.0625rem;top:26rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4L3OzKIpXnQ2LDOHz91V6QU7qNJgrio { width:19rem;height:26.5rem;top:33.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtGzgw4rrhr8AOhN7G5xXVlZkhpZ53WO { width:15.75rem;height:19.596375rem;top:34.875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCcExm4D7rS0pc7ByJphWAT48sJwuPW9 { width:3.25rem;height:0.0625rem;top:55.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do3C9a1HmrTg1zuN4FRcNzooNKte1lGq { width:19rem;height:24.3125rem;top:61.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiAIwUwIzfSfvvTJzihC8bGGG6wmucsT { width:15.75rem;height:15.397125rem;top:63rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRUpQO6PS1WecQdJ3U2zI0uyWCXrAn4a { width:3.25rem;height:0.0625rem;top:79.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbweizmdGFfMh0pF0TNx13IlRhIr980D { width:15.75rem;height:15.397125rem;top:9.375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1mWLLpRW47TCTyZwo9TI547xRKH3XdI { width:15.75rem;height:3.19921875rem;top:27.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeLEIpTfLbMWFsfDToIqGgCEbtp508mr { width:15.75rem;height:0;top:13.57421875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCpUOLvkqCdDJxWayoADIFVvBit4WfHI { width:15.75rem;height:0;top:41.52685546875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxSoy8iboGWMDlkr8GFT3lPFHcy4KLSf { width:15.75rem;height:1.5996125rem;top:56.5rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK6msRSeQHepKAURQlOyONga4TFchmty { width:15.75rem;height:0;top:74.85107421875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMtd0Qp3sPu9AcxHCipKsqRslEhXrEMk { width:15.75rem;height:0;top:79.30029296875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #R6qs3dEkGu6zNsrCBHA8tZR8UeQaTBU8 { width:15.75rem;height:0;top:107.6162109375rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGd5xuMpr4X35PZqfL2rQzEhvZUbtcnM { width:15.75rem;height:3.19921875rem;top:81.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb { display:block; }#qoH9PaqUTXDw8hDBP9G8ML0RF0vXoadb > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXEba5BLCTEJmdIH0rUHMkzTfxJiO2Tx { width:20rem;height:2.4375rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeZRh15weSX9OyvhHuoXmukuNhhmzTgq { width:2.5rem;height:0.125rem;top:22.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqX2n4Sh1cH8Gagxw8xQ2rwGtxxlZxSN { width:20rem;height:4.4375rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbTAbsPWT0tobBKuRtAPteGMTSLCeq1G { width:18.9375rem;height:8.75rem;top:21rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFA703VcrORxH3vZ7TPdbsQ0wzTWvn7T { width:17.5rem;height:1.25rem;top:26.3125rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WhbmexsShObxuTESvUFS7BVdkHP3n6uI { width:18.9375rem;height:8.75rem;top:31.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVUnETqTEr4bBfGkchABVXuZJruxQM0w { width:17.5rem;height:1.25rem;top:37.1875rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c6CBdZTqF4AiT5z5egFTGM9Qe6slvdhr { width:17.5rem;height:2.5625rem;top:23.1875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPhNNsV5Fg343ST6sB5kXQU0ifWzTp7y { width:17.5rem;height:2.5625rem;top:34rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUifctJ3J6yZ8qyUSpmssPvKzMu9CrDC { width:18.9375rem;height:8.75rem;top:10rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwaTw0MS5NQpQmsJ2EX2UlqsyXE1C0HO { width:17.5rem;height:2.5625rem;top:12.125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kleogzL7MugUockUgDHudlPPh6VMuS5O { width:17.5rem;height:1.25rem;top:15.4375rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QaryxWelios7KKvRIOZ3OFQTNtsNCWfP { display:block; }#QaryxWelios7KKvRIOZ3OFQTNtsNCWfP > .row .container { width:20rem;height:79.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NT8TT6mU0OWEvpPl59AgNk76Rt1kkxbE { width:9.875rem;height:4.375rem;top:0rem;left:1rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ { display:block; }#uQksfFFCHONuQyOtSFDFl3NT46Z3cvhJ > .row .container { width:20rem;height:217.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1MowBbTfX93DqShvvUhT7h5TIty0KbG { width:8.5625rem;height:3.125rem;top:81.4375rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mWrvHKqF0IMccVuMgcDpKEXOxmKbO73b { width:9.6875rem;height:4.0625rem;top:77.25rem;left:4.875rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQOnXATVNOxDrrKGTzvfXWJZElMTFD2k { width:18rem;height:3.375rem;top:5.625rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zmL1TwCr0X8VvvO6oqNebhaqsmRtXigM { width:20rem;height:13.224932249322rem;top:85.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiOckEGzEv6TNKGGyhytSlpZ4zHpokVl { width:20rem;height:30.578034682081rem;top:129.16811080021rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBKxybyMkI1oetiqK8lUL4Dc4KSXLEUG { width:20rem;height:12.684210526316rem;top:189.74560988479rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxa2hKwhNUxiJJhKqBDMMhJ8eCsOwAfL { width:20rem;height:13.191489361702rem;top:114.72662143851rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l448PdK3e7cbsw6l9cIvhri9B49VPZbK { width:20rem;height:13.162393162393rem;top:160.99614548229rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4ASGM3vmLJZ18iKODwFaTCy1R5cmbk5 { width:20rem;height:13.189189189189rem;top:100.28743224932rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6iDviQfxog9mCfWrrnhguEIaO0OOCAB { width:20rem;height:13.087071240106rem;top:175.40853864469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #maIQiMJgZQ400QXV0KN6Q645ACSMLuQ5 { width:20rem;height:12.860892388451rem;top:203.67982041111rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTul4LQnepu96TVZQtpGpBdhzrRCLX3S { background-color:#181727;background-image:url("https://images.assets-landingi.com/uc/533b1575-a500-446b-b54e-e491e96a1728/Footer.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S.adaptive-delivery-prevent-bg, #JTul4LQnepu96TVZQtpGpBdhzrRCLX3S.lazyload, #JTul4LQnepu96TVZQtpGpBdhzrRCLX3S.lazyloading { background-image: none; }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row .container { background-color: transparent; background-image: none; }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row .container > .video-iframe-container { display: none; }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row > .video-iframe-container { display: none; }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .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); }#JTul4LQnepu96TVZQtpGpBdhzrRCLX3S > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edtIefX5i9AQTzRKCHEe0I86VJcIBlKB { width:20rem;height:4.54980625rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dyRfATaiBwes7k0J8m65bORcaNf8nhUI { height:11.177944862156rem;width:20rem;top:7.04980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SESspoMisoO5Xos7V2f9WgxdXveWhVQl { width:18.125rem;height:11.875rem;top:19.47755625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9asvkGOiCJtCvWlzfnGul83gAd8KRMq { width:17.5rem;height:3.4375rem;top:30.04005625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRwRQViGPJEQ253V7laexBz272g1iTUd { display:block; }
 }@media only screen and (max-width: 763px) { #iE0vy1C6rraL6qupndlSTLf5AOOCSQZw { background-color:#181727;background-image:url("https://images.assets-landingi.com/uc/533b1575-a500-446b-b54e-e491e96a1728/Footer.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw.adaptive-delivery-prevent-bg, #iE0vy1C6rraL6qupndlSTLf5AOOCSQZw.lazyload, #iE0vy1C6rraL6qupndlSTLf5AOOCSQZw.lazyloading { background-image: none; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row .container { background-color: transparent; background-image: none; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row .container > .video-iframe-container { display: none; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row > .video-iframe-container { display: none; }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .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); }#iE0vy1C6rraL6qupndlSTLf5AOOCSQZw > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WReeP7izDtUUKikwrsKyAG0TcHQUg95v { width:20rem;height:17.3125rem;top:19.4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxoeLlDsZkMoTicf7BK6d82yQhJDJk2u { width:20rem;height:3.8997375rem;top:3.1625003814698rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pPDkGpba11gpxdK7fss2WndiWh3Ci3rL { width:20rem;height:5.4127625rem;top:9rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MOvHzqaXAbkVxq24ZHIqqvUn6Nomg50C { width:2.5rem;height:2.5625rem;top:15.71249961853rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZbcxFGQdQ7LyTUGJaocqRfdJ9y5rbwd { width:20rem;height:2.6247875rem;top:26.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KQIrQIuByzy8S9RKN2CulUMUXhOy2nKL { width:20rem;height:2.9752625rem;top:20.96249961853rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #gw9sqQZGnWBcAJVUsEoPcbNlTZOm16lq { width:5.8125rem;height:3.25rem;top:29.1875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf { display:block; }#cIkPe0TFN9PTrIVWyNJdD0KuTWDhskIf > .row .container { width:20rem;height:90.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkLxf16o7dt2STf1Ub36gi42HwkWgTbJ { width:19.125rem;height:15.59030625rem;top:0rem;left:0.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu5in0cm4vQOQaquLNteqPOkBrZPbSMt { width:19.125rem;height:24.35975625rem;top:16.675000190735rem;left:0.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHku7vLtxza2UvDqKtrUyJ9hmGJwBDrr { width:19.125rem;height:10.71830625rem;top:42.0625rem;left:0.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUxHqiQ3mpD6TClUsD8unJv0AcfCyexe { width:20rem;height:17.53905625rem;top:54.0331875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTnWDr8v5oC2e2azvqpxCLAiOwAmNTVy { width:20rem;height:16.56468125rem;top:72.821161437987rem;left:0rem;font-size:0.75rem;display:block; }
 }