.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:216,240,242;--color-primary-1:138,211,215;--color-primary-2:60,181,189;--color-primary-3:11,163,173;--color-primary-4:4,103,126;--color-secondary-0:239,236,249;--color-secondary-1:203,191,236;--color-secondary-2:150,127,216;--color-secondary-3:75,64,108;--color-secondary-4:23,19,32;--color-tertiary-0:255,255,255;--color-tertiary-1:178,179,181;--color-tertiary-2:127,128,132;--color-tertiary-3:76,77,79;--color-tertiary-4:42,44,50;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;overflow:visible;position:relative;display:block; }#CdQ96yGb30gktfKO3XIhhB5XrUa1wGSx { 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:1.875rem;width:8.5625rem;top:2.1875rem;left:33.21875rem;overflow:hidden;display:block; }
#AvBM9lOcnTNFLh8uqeqzgs8yCeIfql1S { color:rgba(var(--color-tertiary-4),1);display:block;width:40.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:7.8880209922787rem;left:17.09375rem;height:14.7016875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#VnTNIe3CHKxI9Nk6BmGViBnSDIEKsWy1 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color: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:24.1875rem;height:3.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.854168653488rem;left:25.40625rem;display:block; }
#lZ6FHWzp32lQzUdWC5CC4n6LpMVyF2Kb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AQW4QdEiBCvJ6C6fA6FxP5zhJ1xgTwoE { position:absolute;display:block;z-index:15037;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.5rem;width:26.75rem;top:9.73828125rem;left:48.25rem;overflow:hidden;display:block; }
#ar1pON5VB5aVO82rQwD3UTl8HlPQJxqX { color:#2c3337;display:block;width:18.375rem;position:absolute;font-family:"proxima 2";font-size:1.4375rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;top:30.559376478195rem;left:27.875rem;height:6.8980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d8rVbQA7nWGfR9rf6uIhEKWwa0VROlCW { position:absolute;display:block;z-index:15040;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:34.875rem;width:27.875rem;top:13.09375rem;left:0rem;overflow:hidden;display:block; }
#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/30c1273f-42cc-4a92-a3cb-761c83c6c7c5/Landingiparallax2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT.adaptive-delivery-prevent-bg, #DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT.lazyload, #DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT.lazyloading { background-image: none; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row .container { background-color: transparent; background-image: none; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row .container > .video-iframe-container { display: none; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row > .video-iframe-container { display: none; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .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); }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row .container { border-width: 0; border-radius: 0; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#nCxdQoRwmFILL6Ub9zCom5HI7yr03IUc { color:rgba(var(--color-tertiary-0),1);display:block;width:53.0625rem;position:absolute;font-family:"proxima 2";font-size:1.4375rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:17.69140625rem;left:10.96875rem;height:2.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nCkKPH4vlwAlafZF3c3OZtKq57VOJhDP { color:#e2fd96;display:block;width:60.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.3046875rem;left:7.875rem;height:8.5495rem;font-style:normal;text-align:center;text-align-last:center;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; }
#B699T2RTfnTyhq7TTPGcJP1EdTvqRWWN { color:rgba(var(--color-tertiary-0),1);display:block;width:52.25rem;position:absolute;font-family:besley;font-size:4.8125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.73);top:3.15625rem;left:12.15625rem;height:5.7750375rem;font-style:italic;text-align:center;text-align-last:center;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; }
#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b { 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; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row .container { background-color: transparent; background-image: none; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row .container > .video-iframe-container { display: none; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row > .video-iframe-container { display: none; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .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); }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row .container { border-width: 0; border-radius: 0; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:block; }#Qh2gVsu4PalRvvb08bV506A93dP46A8T { 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:13.8125rem;width:7.125rem;display:none; }
#TmFSetTRv2cD6vCLnyqewd1TFJvtyzm5 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#EAazvDT1EAn3LTxARVxD41838ORw4SRS { z-index:15001;top:26.0625rem;left:0rem;background-color:rgba(var(--color-primary-4),1);background-image:none;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: 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:proxima;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#VPvLtJulxJ8UbhJmOHJGteVM90kN9cFS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#etnEeQ0t0uxaBgXtlOmwOM7ZIpvcciRA { color:rgba(var(--color-primary-3),1);display:block;width:33.4375rem;position:absolute;font-family:besley;font-size:3.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:3.375rem;left:20.78125rem;height:3.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#lOpMEHt2Onggp6sDBOnvv2dZKA8wZK1T { color:#2c3337;display:block;width:41.75rem;position:absolute;font-family:"proxima 2";font-size:1.4375rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:9.05859375rem;left:16.625rem;height:4.59871875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vxNnmZhGOST5t10TDDm0WEaSHo6fOO5A { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:16.182292938233rem;left:19.96875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pha1lPnfQIKINtcxEyX0LfiWODyp4nev { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:16.182292938233rem;left:42.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ntp320IriMbZR6nXWdrbTRt8PK2dsD81 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:40.125rem;top:16.17985534668rem;left:17.436967849731rem;overflow:hidden;display:block; }
#DUhGBaWpUv6xJ3DxxtnQWKRueL8i9ilT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2fd96;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; }#DUhGBaWpUv6xJ3DxxtnQWKRueL8i9ilT > .row .container { background-color: transparent; background-image: none; }#DUhGBaWpUv6xJ3DxxtnQWKRueL8i9ilT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUhGBaWpUv6xJ3DxxtnQWKRueL8i9ilT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUhGBaWpUv6xJ3DxxtnQWKRueL8i9ilT > .row .container > .video-iframe-container { display: none; }#DUhGBaWpUv6xJ3DxxtnQWKRueL8i9ilT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUhGBaWpUv6xJ3DxxtnQWKRueL8i9ilT > .row > .video-iframe-container { display: none; }#DUhGBaWpUv6xJ3DxxtnQWKRueL8i9ilT > .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); }#DUhGBaWpUv6xJ3DxxtnQWKRueL8i9ilT > .row .container { border-width: 0; border-radius: 0; }#DUhGBaWpUv6xJ3DxxtnQWKRueL8i9ilT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DUhGBaWpUv6xJ3DxxtnQWKRueL8i9ilT > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#GS63eIQXSTLua44QK8a8gKV4vBWLrVy7 { color:#2c3337;display:block;width:60.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:1.95703125rem;left:8.6875rem;height:4.275rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Am9T9B3sJMQvxZ5U3PGsR3aDHruMEci3 { color:#2c3337;display:block;width:15.75rem;position:absolute;font-family:"proxima 2";font-size:1.4375rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:18.25rem;left:0.625rem;height:9.1974375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJyNH6geESSRu8Xu4VlEE9xA4ipQSuSd { color:#2c3337;display:block;width:16.4375rem;position:absolute;font-family:"proxima 2";font-size:1.4375rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:18.25rem;left:19.4375rem;height:6.8980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gqGINmM3L0TkFLRBiZ91CHTJTul3T1FO { color:#2c3337;display:block;width:16.4375rem;position:absolute;font-family:"proxima 2";font-size:1.4375rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:18.25rem;left:38.6875rem;height:6.8980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eWC0QVefS4bE7ZlrCXTZUnCEz2CESDyt { color:#2c3337;display:block;width:16.4375rem;position:absolute;font-family:"proxima 2";font-size:1.4375rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:18.3125rem;left:58rem;height:6.8980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#goI6syGdL9F4zKfV6lNWPFtdPdStF7su { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.6875rem;top:8.3125rem;left:4.125rem;overflow:hidden;display:block; }
#f2DZDiFXRkWihyra1HcpuqmwIKSzmNh6 { 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:8.375rem;width:8.5625rem;top:8.3125rem;left:23.375rem;overflow:hidden;display:block; }
#Sm62vn6d4Kf4lJfWIrnyEEKa7FAso76l { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.6875rem;top:8.3125rem;left:42.5625rem;overflow:hidden;display:block; }
#ivSnTghaTWA5RgxZrBJaawmdWEpv7Mfz { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:8.75rem;top:8.28125rem;left:61.84375rem;overflow:hidden;display:block; }
#PCVNDnq1TXzT1QHTHN6TH3CEUlfpkrR1 { 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; }#PCVNDnq1TXzT1QHTHN6TH3CEUlfpkrR1 > .row .container { background-color: transparent; background-image: none; }#PCVNDnq1TXzT1QHTHN6TH3CEUlfpkrR1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCVNDnq1TXzT1QHTHN6TH3CEUlfpkrR1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCVNDnq1TXzT1QHTHN6TH3CEUlfpkrR1 > .row .container > .video-iframe-container { display: none; }#PCVNDnq1TXzT1QHTHN6TH3CEUlfpkrR1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCVNDnq1TXzT1QHTHN6TH3CEUlfpkrR1 > .row > .video-iframe-container { display: none; }#PCVNDnq1TXzT1QHTHN6TH3CEUlfpkrR1 > .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); }#PCVNDnq1TXzT1QHTHN6TH3CEUlfpkrR1 > .row .container { border-width: 0; border-radius: 0; }#PCVNDnq1TXzT1QHTHN6TH3CEUlfpkrR1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PCVNDnq1TXzT1QHTHN6TH3CEUlfpkrR1 > .row .container { font-size:0.875rem;font-family:arial;height:98rem;width:75rem;position:relative;display:block; }#OsumNMlpUMc9a42zIMPHZbLLD8k57K60 { 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:13.8125rem;width:7.125rem;display:none; }
#CHLVt12xKyf6SuwTzZ5LQkJ0JEHbWefs { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#iifUqEPJQUwms7lnTnIaZ6XZiKTXwHFX { z-index:15001;top:26.0625rem;left:0rem;background-color:rgba(var(--color-primary-4),1);background-image:none;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: 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:proxima;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#BCbGNxfq9cRPTXQ7an5DqPBIR5xXmV9l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K3AWKm55WoxnJiGpJ3PBDDqpU5ABN3Lz { color:rgba(var(--color-primary-3),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.125rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:13.125rem;left:7.1875rem;height:7.3490625rem;font-style:normal;display:block; }
#bPFgE3D8XBdmQ8Tqc68Cnkfzu3UQA3s8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:"proxima 2";font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:13.8125rem;left:12.125rem;height:5.99786875rem;font-style:normal;display:block; }
#ORlkLFHuRPD69vwXDXxEtCquNweusqwJ { color:rgba(var(--color-primary-3),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.125rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:21.25rem;left:3.75rem;height:7.3490625rem;font-style:normal;display:block; }
#lbXP6AVH0Hy2qzQSsV12mJhP5piOZGXu { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:"proxima 2";font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:21.9375rem;left:10.125rem;height:5.99786875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mIC3Ig8fFXIo8gcexXER8BfEg2xqv2Kc { color:rgba(var(--color-primary-3),1);display:block;width:50.0625rem;position:absolute;font-family:besley;font-size:3.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:2.70703125rem;left:12.46875rem;height:3.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#kk5SEJklzgtyXlHPZQPn0z3Bpg8GzT7C { 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:9.8125rem;width:10.125rem;top:14.8125rem;left:30.5625rem;overflow:hidden;display:block; }
#RNpvJdTJSMy9hqRrh6W58RSp6kBUhCHB { 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:6.125rem;width:6.3125rem;top:23.875rem;left:25.4375rem;overflow:hidden;display:block; }
#uXfiQ433om1MSMVHGFWnPzB1p1Q7L3Em { 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:7.5625rem;width:7.8125rem;top:27.5rem;left:32.9375rem;overflow:hidden;display:block; }
#FTuVBD97uyLyz5RkLGOehKD8nO85fQ8L { color:rgba(var(--color-primary-3),1);display:block;width:6.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.125rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:16.043750286103rem;left:43.191665649414rem;height:7.3490625rem;font-style:normal;display:block; }
#EV2siNGMVVhCb9APbB3wWILgbbfsa2FE { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:"proxima 2";font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:16.718751907349rem;left:50.1875rem;height:5.99786875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AEUlB1sCHQi61krnwVULdgvAXchmA5Xv { color:rgba(var(--color-primary-3),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.125rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:30.25rem;left:5.6875rem;height:7.3490625rem;font-style:normal;display:block; }
#eRXBcIfZCCvEsvsn04FL1ZF8awRT4Az0 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:"proxima 2";font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:29.9375rem;left:12.4375rem;height:7.99715625rem;font-style:normal;display:block; }
#tvXNpQyAT4e9y5tyKrflAXPNGZuTms9g { color:rgba(var(--color-primary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.125rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:23.262502193451rem;left:42rem;height:7.3490625rem;font-style:normal;display:block; }
#vHJDaSaBun9wb83PW8eUfuEbPvCAoVJq { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:"proxima 2";font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:24.625001430511rem;left:48.75rem;height:5.99786875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bmMMkAZP64td9v3Sx2WBpWIR5GM2GSTx { color:#2c3337;display:block;width:36.75rem;position:absolute;font-family:"proxima 2";font-size:1.4375rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:6.9999885559081rem;left:19.125rem;height:2.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G4OqtElobyiWhVF7ZFnwoiR7lJFsl32a { color:rgba(var(--color-primary-3),1);display:block;width:33.4375rem;position:absolute;font-family:besley;font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:46.144515991211rem;left:20.78125rem;height:3.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#FxI0waTnL4V51gayidnp1eGJ8BwkD7Wt { color:#2c3337;display:block;width:36.75rem;position:absolute;font-family:"proxima 2";font-size:1.4375rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:50.643232345581rem;left:19.125rem;height:2.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AtyBH4r0tanHJ8xeldwPmcPxuT1rR5iB { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:"proxima 2";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:55.285158157349rem;left:36.708335876465rem;height:29.989375rem;font-style:normal;display:block; }
#LRLesTtp3o2erk0d7xZTOls1vez2ZmoX { position:absolute;display:block;z-index:15041;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:39.8125rem;width:36.125rem;top:52.942708969116rem;left:0rem;overflow:hidden;display:block; }
#v8vZwtSSTwIdWhaW8A9Mfd41Uplx2Igb { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color: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:35.625rem;height:3.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:88.416667938231rem;left:36.708335876465rem;display:block; }
#XrH05zUDdyR0Z48DhTfi14kf5ibPwUev { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec { position:relative;display:block; }#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec { background-color: transparent; background-image: none; }#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec > .row .container > .video-iframe-container { display: none; }#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec > .row > .video-iframe-container { display: none; }#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec > .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); }#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec { border-width: 0; border-radius: 0; }#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:59.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Cl9FQVg2CuxH77Ipn1Ty5LH0MyQCqR12 { color:rgba(var(--color-primary-3),1);display:block;width:26.25rem;position:absolute;font-family:besley;font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:2.6445322036743rem;left:1.875rem;height:7.5rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ARaGrxofdpZdIBGLXyqXW5q4fTSLKaNb { color:#2c3337;display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:11.5625rem;left:1.875rem;height:7.9971875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M5JKhvZQy2wes3BeLOyCEutRVNKBXt9Q { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:"proxima 2";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:21.625rem;left:8.6875rem;height:21.9921875rem;font-style:normal;display:block; }
#RMmM642CyysxK5gQtFbG5zFAmtus2JOt { position:absolute;display:block;z-index:15038;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:48.3125rem;width:42.25rem;top:10.062510490418rem;left:32.75rem;overflow:hidden;display:block; }
#pobk0OuLmGyMnM9uLHIHp91TsTsln4lT { color:rgba(var(--color-primary-3),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.125rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:28.875rem;left:2.3125rem;height:7.3490625rem;font-style:normal;display:block; }
#edzpTzVhuqVThvvpVRObsct3NBZ6nspI { color:rgba(var(--color-primary-3),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.125rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:38.375rem;left:2.4375rem;height:7.3490625rem;font-style:normal;display:block; }
#G1XdwB7PHyo0t1ptrOZ4z9xAnRmQtND0 { color:rgba(var(--color-primary-3),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.125rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:20.9375rem;left:2.4375rem;height:7.3490625rem;font-style:normal;display:block; }
#RQ52PlK7EacTHz9XUE4ruvIAq5Tk6AoK { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color: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:31.5rem;height:3.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:48.916667938233rem;left:3rem;display:block; }
#GS7nCslUBo4zgsaK8tXWnAX5LdJGi3to { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/f5fd1f86-34e5-43f0-bba0-d535fee201ac/Landingiparalla5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4.adaptive-delivery-prevent-bg, #Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4.lazyload, #Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4.lazyloading { background-image: none; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row .container { background-color: transparent; background-image: none; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row .container > .video-iframe-container { display: none; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row > .video-iframe-container { display: none; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .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); }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row .container { border-width: 0; border-radius: 0; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#bOT5PFtmtsTmsdcOERMI86xpOsT2T86M { color:rgba(var(--color-tertiary-0),1);display:block;width:40.1873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:1.5616121292114rem;left:17.405004501342rem;height:12.3739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oa6XNhKpQWSVCXrTXvAnHxcqNRCXqh7e { color:rgba(var(--color-tertiary-0),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:15.124289512634rem;left:19.842859268189rem;height:3.599075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ShCa57VxXTXvRxG1rWmky4vAdqOvtsvH { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color: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:31.4994375rem;height:3.18714375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:20.102094650269rem;left:21.749822616577rem;display:block; }
#cDAh1ext9usMDe69S47agrUJTmATHX2I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 { z-index:;position:relative;display:block; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 { background-color: transparent; background-image: none; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container > .video-iframe-container { display: none; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row > .video-iframe-container { display: none; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .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); }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 { border-width: 0; border-radius: 0; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:51.6875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-element-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.1;overflow:hidden;font-style:normal; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:montserrat;color:#010304;line-height:1.5;overflow:hidden;height:auto; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_64b5fdb005c358bb8ca975b84720b61a4088403f.svg");background-size:contain !important; }#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-trigger.adaptive-delivery-prevent-bg, #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-trigger.lazyload, #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-trigger.lazyloading { background-image: none; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I { box-sizing:content-box;height:auto;width:31.375rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:5.5625rem;left:37.1875rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #kaPQEpITBTTazWbi2doiwUWuhUznxhJW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 { display:block;position:relative; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS { display:none; }
#foDaVCwoU1rDxVfBd6ZzhEIBLQUTfZ0Q { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.375rem;left:1.3125rem;height:7.875rem;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; }
#N5KBHuvi7QRcHGfliqSucx3B59TUaFpT { 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:33.4375rem;width:36.4375rem;top:3.25rem;left:0rem;overflow:hidden;display:block; }
#VR90wuhdwZX27megA944CIZQyiF6CMya { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#VR90wuhdwZX27megA944CIZQyiF6CMya > .row .container { background-color: transparent; background-image: none; }#VR90wuhdwZX27megA944CIZQyiF6CMya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VR90wuhdwZX27megA944CIZQyiF6CMya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VR90wuhdwZX27megA944CIZQyiF6CMya > .row .container > .video-iframe-container { display: none; }#VR90wuhdwZX27megA944CIZQyiF6CMya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VR90wuhdwZX27megA944CIZQyiF6CMya > .row > .video-iframe-container { display: none; }#VR90wuhdwZX27megA944CIZQyiF6CMya > .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); }#VR90wuhdwZX27megA944CIZQyiF6CMya > .row .container { border-width: 0; border-radius: 0; }#VR90wuhdwZX27megA944CIZQyiF6CMya > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VR90wuhdwZX27megA944CIZQyiF6CMya > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#vriTcKpyCeEaIzlLXPV1T3QstZHBc8fy { position:absolute;display:block;z-index:15003;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:8.75rem;top:1.625rem;left:2.1875rem;overflow:hidden;display:block; }
#gTylLkzymrhu7IkGeBTQZNWJSr7FApin { color:rgba(var(--color-tertiary-0),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.865234375rem;left:10.9375rem;height:1.70625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdQ96yGb30gktfKO3XIhhB5XrUa1wGSx { top:2.1875rem;left:19.59375rem;width:8.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvBM9lOcnTNFLh8uqeqzgs8yCeIfql1S { top:7.875rem;left:3.46875rem;width:40.8125rem;height:14.6875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnTNIe3CHKxI9Nk6BmGViBnSDIEKsWy1 { width:24.1875rem;height:3.1875rem;top:25.8125rem;left:11.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ6FHWzp32lQzUdWC5CC4n6LpMVyF2Kb { display:block; }
 }@media only screen and (max-width: 763px) { #AQW4QdEiBCvJ6C6fA6FxP5zhJ1xgTwoE { top:9.6875rem;left:21rem;width:26.75rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar1pON5VB5aVO82rQwD3UTl8HlPQJxqX { top:30.5rem;left:14.249643325806rem;width:18.3125rem;height:6.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8rVbQA7nWGfR9rf6uIhEKWwa0VROlCW { top:13.0625rem;left:0rem;width:27.875rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT { display:block; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCxdQoRwmFILL6Ub9zCom5HI7yr03IUc { top:17.6875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCkKPH4vlwAlafZF3c3OZtKq57VOJhDP { top:8.25rem;left:0rem;width:47.75rem;height:8.5rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B699T2RTfnTyhq7TTPGcJP1EdTvqRWWN { top:3.125rem;left:0rem;width:47.75rem;height:5.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #elPzN37Uf3dstQCAcHunAfGOmWaXwR7b { display:block; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qh2gVsu4PalRvvb08bV506A93dP46A8T { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmFSetTRv2cD6vCLnyqewd1TFJvtyzm5 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #EAazvDT1EAn3LTxARVxD41838ORw4SRS { top:26.0625rem;left:0rem;width:16.875rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VPvLtJulxJ8UbhJmOHJGteVM90kN9cFS { display:block; }
 }@media only screen and (max-width: 763px) { #etnEeQ0t0uxaBgXtlOmwOM7ZIpvcciRA { top:3.375rem;left:7.15625rem;width:33.4375rem;height:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOpMEHt2Onggp6sDBOnvv2dZKA8wZK1T { top:9rem;left:2.9996433258057rem;width:41.6875rem;height:4.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxNnmZhGOST5t10TDDm0WEaSHo6fOO5A { top:16.125rem;left:6.34375rem;width:11.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pha1lPnfQIKINtcxEyX0LfiWODyp4nev { top:16.125rem;left:28.4375rem;width:11.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntp320IriMbZR6nXWdrbTRt8PK2dsD81 { top:16.125rem;left:3.8119678497314rem;width:40.125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUhGBaWpUv6xJ3DxxtnQWKRueL8i9ilT { display:block; }#DUhGBaWpUv6xJ3DxxtnQWKRueL8i9ilT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GS63eIQXSTLua44QK8a8gKV4vBWLrVy7 { top:1.9375rem;left:0rem;width:47.75rem;height:4.25rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am9T9B3sJMQvxZ5U3PGsR3aDHruMEci3 { top:18.25rem;left:0rem;width:15.75rem;height:9.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJyNH6geESSRu8Xu4VlEE9xA4ipQSuSd { top:18.25rem;left:5.8125rem;width:16.4375rem;height:6.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqGINmM3L0TkFLRBiZ91CHTJTul3T1FO { top:18.25rem;left:25.0625rem;width:16.4375rem;height:6.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWC0QVefS4bE7ZlrCXTZUnCEz2CESDyt { top:18.3125rem;left:31.3125rem;width:16.4375rem;height:6.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #goI6syGdL9F4zKfV6lNWPFtdPdStF7su { top:8.3125rem;left:0rem;width:8.6875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2DZDiFXRkWihyra1HcpuqmwIKSzmNh6 { top:8.3125rem;left:9.75rem;width:8.5625rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm62vn6d4Kf4lJfWIrnyEEKa7FAso76l { top:8.3125rem;left:28.9375rem;width:8.6875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivSnTghaTWA5RgxZrBJaawmdWEpv7Mfz { top:8.25rem;left:39rem;width:8.75rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCVNDnq1TXzT1QHTHN6TH3CEUlfpkrR1 { display:block; }#PCVNDnq1TXzT1QHTHN6TH3CEUlfpkrR1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsumNMlpUMc9a42zIMPHZbLLD8k57K60 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHLVt12xKyf6SuwTzZ5LQkJ0JEHbWefs { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #iifUqEPJQUwms7lnTnIaZ6XZiKTXwHFX { top:26.0625rem;left:0rem;width:16.875rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BCbGNxfq9cRPTXQ7an5DqPBIR5xXmV9l { display:block; }
 }@media only screen and (max-width: 763px) { #K3AWKm55WoxnJiGpJ3PBDDqpU5ABN3Lz { top:13.125rem;left:0rem;width:3.75rem;height:7.3125rem;font-size:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPFgE3D8XBdmQ8Tqc68Cnkfzu3UQA3s8 { top:13.8125rem;left:0rem;width:16.375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORlkLFHuRPD69vwXDXxEtCquNweusqwJ { top:21.25rem;left:0rem;width:3.9375rem;height:7.3125rem;font-size:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbXP6AVH0Hy2qzQSsV12mJhP5piOZGXu { top:21.9375rem;left:0rem;width:16.375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIC3Ig8fFXIo8gcexXER8BfEg2xqv2Kc { top:2.6875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk5SEJklzgtyXlHPZQPn0z3Bpg8GzT7C { top:14.8125rem;left:16.9375rem;width:10.125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNpvJdTJSMy9hqRrh6W58RSp6kBUhCHB { top:23.875rem;left:11.8125rem;width:6.3125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXfiQ433om1MSMVHGFWnPzB1p1Q7L3Em { top:27.5rem;left:19.3125rem;width:7.8125rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTuVBD97uyLyz5RkLGOehKD8nO85fQ8L { top:16rem;left:29.566665649414rem;width:6.3125rem;height:7.375rem;font-size:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV2siNGMVVhCb9APbB3wWILgbbfsa2FE { top:16.6875rem;left:25.375rem;width:22.375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEUlB1sCHQi61krnwVULdgvAXchmA5Xv { top:30.25rem;left:0rem;width:3.75rem;height:7.3125rem;font-size:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRXBcIfZCCvEsvsn04FL1ZF8awRT4Az0 { top:29.9375rem;left:0rem;width:18.5rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvXNpQyAT4e9y5tyKrflAXPNGZuTms9g { top:23.25rem;left:28.375rem;width:5.0625rem;height:14.6875rem;font-size:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHJDaSaBun9wb83PW8eUfuEbPvCAoVJq { top:24.625rem;left:28.75rem;width:19rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmMMkAZP64td9v3Sx2WBpWIR5GM2GSTx { top:6.9375rem;left:5.5rem;width:36.75rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4OqtElobyiWhVF7ZFnwoiR7lJFsl32a { top:46.125rem;left:7.15625rem;width:33.4375rem;height:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxI0waTnL4V51gayidnp1eGJ8BwkD7Wt { top:50.625rem;left:5.5rem;width:36.75rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtyBH4r0tanHJ8xeldwPmcPxuT1rR5iB { top:55.25rem;left:13.125rem;width:34.625rem;height:30rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRLesTtp3o2erk0d7xZTOls1vez2ZmoX { top:52.9375rem;left:0rem;width:36.125rem;height:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8vZwtSSTwIdWhaW8A9Mfd41Uplx2Igb { width:35.625rem;height:3.1875rem;top:88.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrH05zUDdyR0Z48DhTfi14kf5ibPwUev { display:block; }
 }@media only screen and (max-width: 763px) { #eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec { display:block; }#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cl9FQVg2CuxH77Ipn1Ty5LH0MyQCqR12 { top:2.625rem;left:0rem;width:26.25rem;height:7.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARaGrxofdpZdIBGLXyqXW5q4fTSLKaNb { top:11.5625rem;left:0rem;width:31.9375rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5JKhvZQy2wes3BeLOyCEutRVNKBXt9Q { top:21.625rem;left:0rem;width:28.875rem;height:24rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMmM642CyysxK5gQtFbG5zFAmtus2JOt { top:10.0625rem;left:0rem;width:42.25rem;height:48.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pobk0OuLmGyMnM9uLHIHp91TsTsln4lT { top:28.875rem;left:0rem;width:3.9375rem;height:7.3125rem;font-size:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edzpTzVhuqVThvvpVRObsct3NBZ6nspI { top:38.375rem;left:0rem;width:3.75rem;height:7.3125rem;font-size:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1XdwB7PHyo0t1ptrOZ4z9xAnRmQtND0 { top:20.9375rem;left:0rem;width:3.75rem;height:7.3125rem;font-size:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ52PlK7EacTHz9XUE4ruvIAq5Tk6AoK { width:31.5rem;height:3.1875rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS7nCslUBo4zgsaK8tXWnAX5LdJGi3to { display:block; }
 }@media only screen and (max-width: 763px) { #Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 { display:block; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOT5PFtmtsTmsdcOERMI86xpOsT2T86M { top:1.5rem;left:3.7800045013427rem;width:40.125rem;height:12.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa6XNhKpQWSVCXrTXvAnHxcqNRCXqh7e { top:15.0625rem;left:6.2178592681885rem;width:35.3125rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShCa57VxXTXvRxG1rWmky4vAdqOvtsvH { width:31.4375rem;height:3.125rem;top:20.0625rem;left:8.1248226165769rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDAh1ext9usMDe69S47agrUJTmATHX2I { display:block; }
 }@media only screen and (max-width: 763px) { #SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 { display:block; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I { display:flex;height:auto;width:27.8125rem;top:6.0625rem;left:7.0625rem; }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #foDaVCwoU1rDxVfBd6ZzhEIBLQUTfZ0Q { top:5.375rem;left:0rem;width:25.8125rem;height:7.875rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5KBHuvi7QRcHGfliqSucx3B59TUaFpT { top:3.25rem;left:0rem;width:36.4375rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR90wuhdwZX27megA944CIZQyiF6CMya { display:block; }#VR90wuhdwZX27megA944CIZQyiF6CMya > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vriTcKpyCeEaIzlLXPV1T3QstZHBc8fy { top:1.625rem;left:0rem;width:8.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTylLkzymrhu7IkGeBTQZNWJSr7FApin { top:1.8125rem;left:0rem;width:9.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:70.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdQ96yGb30gktfKO3XIhhB5XrUa1wGSx { width:6.8125rem;height:1.5625rem;top:1.9375rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvBM9lOcnTNFLh8uqeqzgs8yCeIfql1S { width:20rem;height:11.998375rem;top:5.4367895126342rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VnTNIe3CHKxI9Nk6BmGViBnSDIEKsWy1 { width:10.1243125rem;height:3.18714375rem;top:18.686965942382rem;left:4.936967253685rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ6FHWzp32lQzUdWC5CC4n6LpMVyF2Kb { display:block; }
 }@media only screen and (max-width: 763px) { #AQW4QdEiBCvJ6C6fA6FxP5zhJ1xgTwoE { width:20rem;height:25.04525rem;top:24.686611175537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar1pON5VB5aVO82rQwD3UTl8HlPQJxqX { width:18.3744375rem;height:3.1978rem;top:23.326526641846rem;left:0.81143462657931rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d8rVbQA7nWGfR9rf6uIhEKWwa0VROlCW { width:20rem;height:25.0221875rem;top:43.36647605896rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4db8edb4-0839-44e2-90bb-d31ae6cb8484/Landingiparallax2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT.adaptive-delivery-prevent-bg, #DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT.lazyload, #DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT.lazyloading { background-image: none; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row .container { background-color: transparent; background-image: none; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row .container > .video-iframe-container { display: none; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row > .video-iframe-container { display: none; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .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); }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row .container { border-width: 0; border-radius: 0; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DoblPJIn84QAfkt9sK7PrSEGTrMAxgKT > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCxdQoRwmFILL6Ub9zCom5HI7yr03IUc { width:13.5625rem;height:4.796875rem;top:18.046875rem;left:3.2187500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nCkKPH4vlwAlafZF3c3OZtKq57VOJhDP { width:20rem;height:6.972625rem;top:9.3125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #B699T2RTfnTyhq7TTPGcJP1EdTvqRWWN { width:20rem;height:5.8505rem;top:2.4041647911072rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #elPzN37Uf3dstQCAcHunAfGOmWaXwR7b { 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;display:block; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row .container { background-color: transparent; background-image: none; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row .container > .video-iframe-container { display: none; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row > .video-iframe-container { display: none; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .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); }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row .container { border-width: 0; border-radius: 0; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elPzN37Uf3dstQCAcHunAfGOmWaXwR7b > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qh2gVsu4PalRvvb08bV506A93dP46A8T { top:22.25rem;left:0.6875rem;width:7.125rem;height:13.8125rem;z-index:14999;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TmFSetTRv2cD6vCLnyqewd1TFJvtyzm5 { top:20.875rem;left:0rem;width:2.1875rem;height:3.8125rem;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #EAazvDT1EAn3LTxARVxD41838ORw4SRS { top:25.4375rem;left:-0.9375rem;width:18.4375rem;height:3.4375rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #VPvLtJulxJ8UbhJmOHJGteVM90kN9cFS { display:block; }
 }@media only screen and (max-width: 763px) { #etnEeQ0t0uxaBgXtlOmwOM7ZIpvcciRA { width:20rem;height:2.1rem;top:2.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lOpMEHt2Onggp6sDBOnvv2dZKA8wZK1T { width:20rem;height:4.796875rem;top:6.1625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxNnmZhGOST5t10TDDm0WEaSHo6fOO5A { width:11.375rem;height:0;top:13.336462402344rem;left:8.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Pha1lPnfQIKINtcxEyX0LfiWODyp4nev { width:11.375rem;height:0;top:13.336462402344rem;left:8.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ntp320IriMbZR6nXWdrbTRt8PK2dsD81 { width:20rem;height:6.9470660712255rem;top:12.208809375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUhGBaWpUv6xJ3DxxtnQWKRueL8i9ilT { display:block; }#DUhGBaWpUv6xJ3DxxtnQWKRueL8i9ilT > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GS63eIQXSTLua44QK8a8gKV4vBWLrVy7 { width:20rem;height:2.325rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Am9T9B3sJMQvxZ5U3PGsR3aDHruMEci3 { width:15.75rem;height:4.796875rem;top:10.261458873749rem;left:2.1250000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WJyNH6geESSRu8Xu4VlEE9xA4ipQSuSd { width:16.4375rem;height:3.19791875rem;top:22.187500476837rem;left:1.7812500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gqGINmM3L0TkFLRBiZ91CHTJTul3T1FO { width:16.4375rem;height:3.19791875rem;top:32.137501716614rem;left:1.7812500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eWC0QVefS4bE7ZlrCXTZUnCEz2CESDyt { width:16.4375rem;height:3.19791875rem;top:43.337502002716rem;left:1.7812500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #goI6syGdL9F4zKfV6lNWPFtdPdStF7su { width:4.4375rem;height:4.3125rem;top:4.8239636421204rem;left:7.7812507748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2DZDiFXRkWihyra1HcpuqmwIKSzmNh6 { width:4.75rem;height:4.625rem;top:16.917708873749rem;left:7.6250007748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm62vn6d4Kf4lJfWIrnyEEKa7FAso76l { width:4.375rem;height:4.25rem;top:27.292709350586rem;left:7.8125007748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivSnTghaTWA5RgxZrBJaawmdWEpv7Mfz { width:4.25rem;height:4.125rem;top:38.187502384186rem;left:7.8750007748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCVNDnq1TXzT1QHTHN6TH3CEUlfpkrR1 { 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;display:block; }#PCVNDnq1TXzT1QHTHN6TH3CEUlfpkrR1 > .row .container { background-color: transparent; background-image: none; }#PCVNDnq1TXzT1QHTHN6TH3CEUlfpkrR1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCVNDnq1TXzT1QHTHN6TH3CEUlfpkrR1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCVNDnq1TXzT1QHTHN6TH3CEUlfpkrR1 > .row .container > .video-iframe-container { display: none; }#PCVNDnq1TXzT1QHTHN6TH3CEUlfpkrR1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCVNDnq1TXzT1QHTHN6TH3CEUlfpkrR1 > .row > .video-iframe-container { display: none; }#PCVNDnq1TXzT1QHTHN6TH3CEUlfpkrR1 > .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); }#PCVNDnq1TXzT1QHTHN6TH3CEUlfpkrR1 > .row .container { border-width: 0; border-radius: 0; }#PCVNDnq1TXzT1QHTHN6TH3CEUlfpkrR1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PCVNDnq1TXzT1QHTHN6TH3CEUlfpkrR1 > .row .container { width:20rem;height:130.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsumNMlpUMc9a42zIMPHZbLLD8k57K60 { top:22.25rem;left:0.6875rem;width:7.125rem;height:13.8125rem;z-index:14999;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CHLVt12xKyf6SuwTzZ5LQkJ0JEHbWefs { top:20.875rem;left:0rem;width:2.1875rem;height:3.8125rem;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #iifUqEPJQUwms7lnTnIaZ6XZiKTXwHFX { top:25.4375rem;left:-0.9375rem;width:18.4375rem;height:3.4375rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #BCbGNxfq9cRPTXQ7an5DqPBIR5xXmV9l { display:block; }
 }@media only screen and (max-width: 763px) { #K3AWKm55WoxnJiGpJ3PBDDqpU5ABN3Lz { width:3.75rem;height:2.4rem;top:9.9375rem;left:1.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPFgE3D8XBdmQ8Tqc68Cnkfzu3UQA3s8 { width:14.625rem;height:4.796875rem;top:9.9375rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORlkLFHuRPD69vwXDXxEtCquNweusqwJ { width:2.25rem;height:2.4rem;top:15.6875rem;left:1.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbXP6AVH0Hy2qzQSsV12mJhP5piOZGXu { width:13.1875rem;height:4.796875rem;top:15.6875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIC3Ig8fFXIo8gcexXER8BfEg2xqv2Kc { width:20rem;height:4.19921875rem;top:2rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kk5SEJklzgtyXlHPZQPn0z3Bpg8GzT7C { width:2.8125rem;height:2.6875rem;top:6.1875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNpvJdTJSMy9hqRrh6W58RSp6kBUhCHB { width:2.8125rem;height:2.6875rem;top:6.1875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXfiQ433om1MSMVHGFWnPzB1p1Q7L3Em { width:2.8125rem;height:2.6875rem;top:6.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTuVBD97uyLyz5RkLGOehKD8nO85fQ8L { width:6.3125rem;height:2.4rem;top:28.262501716614rem;left:1.5000000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV2siNGMVVhCb9APbB3wWILgbbfsa2FE { width:14.875rem;height:6.3958125rem;top:21.212500572204rem;left:4.1250002980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEUlB1sCHQi61krnwVULdgvAXchmA5Xv { width:3.75rem;height:2.4rem;top:21.212500572204rem;left:1.5000000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRXBcIfZCCvEsvsn04FL1ZF8awRT4Az0 { width:14.6875rem;height:6.3956rem;top:28.912501335144rem;left:4.1250002980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvXNpQyAT4e9y5tyKrflAXPNGZuTms9g { width:5.0625rem;height:2.4rem;top:36.387503623963rem;left:1.5000000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHJDaSaBun9wb83PW8eUfuEbPvCAoVJq { width:15.4375rem;height:4.796875rem;top:36.387501716614rem;left:3.8750002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmMMkAZP64td9v3Sx2WBpWIR5GM2GSTx { width:20rem;height:0;top:29.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #G4OqtElobyiWhVF7ZFnwoiR7lJFsl32a { width:20rem;height:2.1rem;top:45.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FxI0waTnL4V51gayidnp1eGJ8BwkD7Wt { width:20rem;height:3.19791875rem;top:48.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AtyBH4r0tanHJ8xeldwPmcPxuT1rR5iB { width:20rem;height:45.9836875rem;top:76.5625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LRLesTtp3o2erk0d7xZTOls1vez2ZmoX { width:20rem;height:22.041522491349rem;top:53.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8vZwtSSTwIdWhaW8A9Mfd41Uplx2Igb { width:19rem;height:3.1875rem;top:123.96563720703rem;left:0.50000005960464rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrH05zUDdyR0Z48DhTfi14kf5ibPwUev { display:block; }
 }@media only screen and (max-width: 763px) { #eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec { display:block; }#eAZN7RBmwH32Niw9PGeylU29ZK2pe2ec > .row .container { width:20rem;height:89.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cl9FQVg2CuxH77Ipn1Ty5LH0MyQCqR12 { width:18.25rem;height:4.19921875rem;top:2.0614585876465rem;left:0.87500005960463rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ARaGrxofdpZdIBGLXyqXW5q4fTSLKaNb { width:18.125rem;height:9.59375rem;top:8.5468626022337rem;left:0.93750005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M5JKhvZQy2wes3BeLOyCEutRVNKBXt9Q { width:17.4375rem;height:37.9865rem;top:20.720841884613rem;left:2.5625000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RMmM642CyysxK5gQtFbG5zFAmtus2JOt { width:19.9375rem;height:22.8125rem;top:64.345836639406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pobk0OuLmGyMnM9uLHIHp91TsTsln4lT { width:3.9375rem;height:2.4rem;top:32.546877384186rem;left:0.62500005960463rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #edzpTzVhuqVThvvpVRObsct3NBZ6nspI { width:3.75rem;height:2.4rem;top:46.571878910065rem;left:0.56250005960464rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1XdwB7PHyo0t1ptrOZ4z9xAnRmQtND0 { width:3.75rem;height:2.4rem;top:20.521858215332rem;left:0.87500005960463rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ52PlK7EacTHz9XUE4ruvIAq5Tk6AoK { width:19rem;height:3.1875rem;top:60.284391880036rem;left:0.50000005960464rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS7nCslUBo4zgsaK8tXWnAX5LdJGi3to { display:block; }
 }@media only screen and (max-width: 763px) { #Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 { background-color:#2a2c32;background-image:url("https://images.assets-landingi.com/uc/0475d115-becc-416d-9d5f-bf99ab11101e/miscmob.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4.adaptive-delivery-prevent-bg, #Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4.lazyload, #Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4.lazyloading { background-image: none; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row .container { background-color: transparent; background-image: none; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row .container > .video-iframe-container { display: none; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row > .video-iframe-container { display: none; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .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); }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row .container { border-width: 0; border-radius: 0; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Am3ERMF3BsMJ5o8Tctbup4gxwkgoDwJ4 > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOT5PFtmtsTmsdcOERMI86xpOsT2T86M { width:17.1875rem;height:11.9986875rem;top:4.1875rem;left:1.40625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oa6XNhKpQWSVCXrTXvAnHxcqNRCXqh7e { width:20rem;height:0;top:1.375rem;left:0rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ShCa57VxXTXvRxG1rWmky4vAdqOvtsvH { width:19rem;height:3.125rem;top:17.435142578125rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDAh1ext9usMDe69S47agrUJTmATHX2I { display:block; }
 }@media only screen and (max-width: 763px) { #SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 { display:block; }#SBMpo87Z3peZgU3xNZZzezuxXpF8dp87 > .row .container { width:20rem;height:83.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I { display:flex;height:auto;width:20rem;top:5.8749837875366rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #kaPQEpITBTTazWbi2doiwUWuhUznxhJW {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #E5Hpkm3QgTfZbiIvNJfB5MLfveH97JO5 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TPZm5ZKTkEUDnxCiKnN5CdCZ9WqwO1pL {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #OtcJ69kCATVGKcGUpt5iGPfm0lhkUsZs {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #L10L5LgFHWAPVOkFrneZLJTn2k1AsZfb {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #TzxB1uhhKhRpukZIRVnedPQ3UwsNXt1X {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #T8sAeOG2t5FHmpsq2mpM4wnUQ7WR29IH {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Hup6UqiVU3hZrJIG9VIl4pa6uTTuGOt0 {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #Jo6fuSJruo5qVtw8TV2Npb4MRlALn9ln {  }
 }@media only screen and (max-width: 763px) { #bHdVUkbvUx3TuEmAIudHDFGqt5vWqW5I #DGLk5LtW9dyKueTGBBd5c0GHZTdovhTS {  }
 }@media only screen and (max-width: 763px) { #foDaVCwoU1rDxVfBd6ZzhEIBLQUTfZ0Q { width:9.875rem;height:4.875rem;top:1rem;left:2.1875rem;font-size:4.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N5KBHuvi7QRcHGfliqSucx3B59TUaFpT { width:20rem;height:18.3125rem;top:61.637054443359rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR90wuhdwZX27megA944CIZQyiF6CMya { display:block; }#VR90wuhdwZX27megA944CIZQyiF6CMya > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vriTcKpyCeEaIzlLXPV1T3QstZHBc8fy { width:8.75rem;height:1.875rem;top:1.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTylLkzymrhu7IkGeBTQZNWJSr7FApin { width:13.5rem;height:1.4625rem;top:3.75rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }