.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Arial";--paragraphs-font-family:"Arial"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}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),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;overflow:visible;position:relative;display:block; }#mT2BXMz9XBAealBN2bNMC9vK3etDbQZG { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/911b1ab2-1c1b-4bb9-a74b-9a7ee9fb6027/609804510brandlogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:1.875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1rem;left:0rem;display:block; }#mT2BXMz9XBAealBN2bNMC9vK3etDbQZG.adaptive-delivery-prevent-bg, #mT2BXMz9XBAealBN2bNMC9vK3etDbQZG.lazyload, #mT2BXMz9XBAealBN2bNMC9vK3etDbQZG.lazyloading { background-image: none; }
#x6Z0Jr5OvsXeIGeyzXUURHO8HKNT1trp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lFs7tcfHxzkUZLHhMIXwBB1wbeaop1TG { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.9375rem;left:36.84375rem;display:block; }
#mNDMJZHtK4vMXzq2XbAckbcd5tAllgC9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L3UPDPrhmwTHzbQqHILXuhuaVPUWcugt { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.9375rem;left:43.78125rem;display:block; }
#tH3XPiLbpPKFzwqPUMzSAouqTe6TIELE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZWPclbrkrdpa2UQ0BUPrdqo1yBV6QPVm { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:2.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.9375rem;left:50.71875rem;display:block; }
#yzg8g0oQT2magtmVeBCsWsqJrDpyRfw8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nTMS3m2KnDruplowhAe4MErWGkVAOGNJ { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#qt96z1wgnUtiyLy2IId8v1U6oTHqQd2N { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#C6fV3m9n73LqR7f4xyTbK1ThK0TD5LNS { z-index:;position:relative;display:block; }#C6fV3m9n73LqR7f4xyTbK1ThK0TD5LNS { background-color: transparent; background-image: none; }#C6fV3m9n73LqR7f4xyTbK1ThK0TD5LNS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6fV3m9n73LqR7f4xyTbK1ThK0TD5LNS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6fV3m9n73LqR7f4xyTbK1ThK0TD5LNS > .row .container > .video-iframe-container { display: none; }#C6fV3m9n73LqR7f4xyTbK1ThK0TD5LNS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6fV3m9n73LqR7f4xyTbK1ThK0TD5LNS > .row > .video-iframe-container { display: none; }#C6fV3m9n73LqR7f4xyTbK1ThK0TD5LNS > .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); }#C6fV3m9n73LqR7f4xyTbK1ThK0TD5LNS { border-width: 0; border-radius: 0; }#C6fV3m9n73LqR7f4xyTbK1ThK0TD5LNS > .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:4.125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/712e0a50-6081-4509-aca2-c73648146bd9/610883120MaskGroup.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5.adaptive-delivery-prevent-bg, #p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5.lazyload, #p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5.lazyloading { background-image: none; }#p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5 > .row .container { background-color: transparent; background-image: none; }#p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5 > .row .container > .video-iframe-container { display: none; }#p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5 > .row > .video-iframe-container { display: none; }#p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5 > .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); }#p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5 > .row .container { border-width: 0; border-radius: 0; }#p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5 > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#GudzcUi8h2nM4XkqTibwpJGNNsPqVStC { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:10.875rem;top:12.75rem;left:0rem;overflow:hidden;display:block; }
#LtWztkbHcJ91f6QlypEqUSU80kqiE0FE { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.587890625rem;left:11.5625rem;height:3.57421875rem;display:block; }
#vdEfVuON3ekcZhNmThTvSlfViWDf3IgD { position:relative;display:block; }#vdEfVuON3ekcZhNmThTvSlfViWDf3IgD { background-color: transparent; background-image: none; }#vdEfVuON3ekcZhNmThTvSlfViWDf3IgD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdEfVuON3ekcZhNmThTvSlfViWDf3IgD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdEfVuON3ekcZhNmThTvSlfViWDf3IgD > .row .container > .video-iframe-container { display: none; }#vdEfVuON3ekcZhNmThTvSlfViWDf3IgD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdEfVuON3ekcZhNmThTvSlfViWDf3IgD > .row > .video-iframe-container { display: none; }#vdEfVuON3ekcZhNmThTvSlfViWDf3IgD > .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); }#vdEfVuON3ekcZhNmThTvSlfViWDf3IgD { border-width: 0; border-radius: 0; }#vdEfVuON3ekcZhNmThTvSlfViWDf3IgD > .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; }#vdEfVuON3ekcZhNmThTvSlfViWDf3IgD > .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:25.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZVLuJBuVEIoLvAm46nmnQGiKvxXl1vcr { box-sizing:content-box;height:19.25rem;width:51.3125rem;position:absolute;display:block;z-index:15000;background-color:#c33000;background-image:none;box-shadow: none;border-top:0.0625rem solid #9db3be;border-left:0.0625rem solid #9db3be;border-right:0.0625rem solid #9db3be;border-bottom:0.0625rem solid #9db3be;top:2.9375rem;left:4.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HgBURTvfEIzAtkXMk8qDw9qmQD350nv5 { box-sizing:content-box;height:15.375rem;width:47.25rem;position:absolute;display:block;z-index:15001;background-color:#c33000;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);top:4.8125rem;left:6.375rem;display:block; }
#wCT4BWy5uXoSCkRdR73pP7oFLTHr0LhQ { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:7.0625rem;top:6.6875rem;left:23.9375rem;overflow:hidden;display:block; }
#uNhFXBTTaQdffB4eWcdWA9fQI4pwNqw9 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.4375rem;left:31.875rem;height:2.4375rem;display:block; }
#IpvrcwswEuP8c8bFJHaRxrIvyW8gHmuQ { color:rgba(var(--color-tertiary-0),1);display:block;width:43.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:9.8125rem;left:8.5rem;height:8.999rem;font-style:normal;display:block; }
#uDHtqUVlHHIiw4mr7utkRA8XsyDVBEL0 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6875rem;left:8.5rem;height:2.4375rem;display:block; }
#yu4hw7XLbKZdZuJhqFDpQauGgoMt1TNC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7cc4d3;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; }#yu4hw7XLbKZdZuJhqFDpQauGgoMt1TNC > .row .container { background-color: transparent; background-image: none; }#yu4hw7XLbKZdZuJhqFDpQauGgoMt1TNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yu4hw7XLbKZdZuJhqFDpQauGgoMt1TNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yu4hw7XLbKZdZuJhqFDpQauGgoMt1TNC > .row .container > .video-iframe-container { display: none; }#yu4hw7XLbKZdZuJhqFDpQauGgoMt1TNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yu4hw7XLbKZdZuJhqFDpQauGgoMt1TNC > .row > .video-iframe-container { display: none; }#yu4hw7XLbKZdZuJhqFDpQauGgoMt1TNC > .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); }#yu4hw7XLbKZdZuJhqFDpQauGgoMt1TNC > .row .container { border-width: 0; border-radius: 0; }#yu4hw7XLbKZdZuJhqFDpQauGgoMt1TNC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yu4hw7XLbKZdZuJhqFDpQauGgoMt1TNC > .row .container { font-size:0.875rem;font-family:arial;height:49.5625rem;width:60rem;position:relative;display:block; }#ppDTonh6rMxat3T0sTZL93DNzeJCztDh { box-sizing:content-box;height:42.9375rem;width:24.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9d496c93-81c1-4d1a-9974-30fca129c542/611285910storywanttobecre.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.3125rem;left:0rem;display:block; }#ppDTonh6rMxat3T0sTZL93DNzeJCztDh.adaptive-delivery-prevent-bg, #ppDTonh6rMxat3T0sTZL93DNzeJCztDh.lazyload, #ppDTonh6rMxat3T0sTZL93DNzeJCztDh.lazyloading { background-image: none; }
#Pr4C3xIeIlFaXONDcNf77wq3L0QQOggR { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:12.0625rem;top:0.8125rem;left:1.0625rem;overflow:hidden;display:block; }
#nRK9petmhiFXHUyceZ1ZyuAVTIuPyZAg { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.875rem;width:34.625rem;top:3.875rem;left:25.375rem;overflow:hidden;display:block; }
#N15517IaUFhGUOyeWDrPPfwwA9ET18CF { position:relative;display:block; }#N15517IaUFhGUOyeWDrPPfwwA9ET18CF { background-color: transparent; background-image: none; }#N15517IaUFhGUOyeWDrPPfwwA9ET18CF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N15517IaUFhGUOyeWDrPPfwwA9ET18CF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N15517IaUFhGUOyeWDrPPfwwA9ET18CF > .row .container > .video-iframe-container { display: none; }#N15517IaUFhGUOyeWDrPPfwwA9ET18CF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N15517IaUFhGUOyeWDrPPfwwA9ET18CF > .row > .video-iframe-container { display: none; }#N15517IaUFhGUOyeWDrPPfwwA9ET18CF > .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); }#N15517IaUFhGUOyeWDrPPfwwA9ET18CF { border-width: 0; border-radius: 0; }#N15517IaUFhGUOyeWDrPPfwwA9ET18CF > .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; }#N15517IaUFhGUOyeWDrPPfwwA9ET18CF > .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:4.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XTTVKX3IyEliegaXrryftZI0ye2JWoOI { color:#37465a;display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.82421875rem;left:1.5625rem;height:2.5996125rem;display:block; }
#w7oGlSemcP62VfL7xcbhthoyFSFZHqHm { position:relative;display:block; }#w7oGlSemcP62VfL7xcbhthoyFSFZHqHm { background-color: transparent; background-image: none; }#w7oGlSemcP62VfL7xcbhthoyFSFZHqHm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7oGlSemcP62VfL7xcbhthoyFSFZHqHm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7oGlSemcP62VfL7xcbhthoyFSFZHqHm > .row .container > .video-iframe-container { display: none; }#w7oGlSemcP62VfL7xcbhthoyFSFZHqHm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7oGlSemcP62VfL7xcbhthoyFSFZHqHm > .row > .video-iframe-container { display: none; }#w7oGlSemcP62VfL7xcbhthoyFSFZHqHm > .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); }#w7oGlSemcP62VfL7xcbhthoyFSFZHqHm { border-width: 0; border-radius: 0; }#w7oGlSemcP62VfL7xcbhthoyFSFZHqHm > .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; }#w7oGlSemcP62VfL7xcbhthoyFSFZHqHm > .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:15.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RqTqNWgKFnfpXSf7TfQarF2vSS9VT50X { box-sizing:content-box;height:14.25rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:#f0f3f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#rZCvAqUsRSHZtLaeHbKtTQ1g4xE06hm2 { color:#2e3a4a;display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.8125rem;left:21.125rem;height:1.94921875rem;display:block; }
#yQvVvkzT3oS2DFgvySsI6vIfIeTXTpcx { color:#212222;display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:4.3125rem;left:21.125rem;height:7.19925rem;font-style:normal;display:block; }
#smtokzWu8deoWKCOeszs7EM8pe9OH9Z5 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:19.375rem;top:0.78125rem;left:0.71875rem;overflow:hidden;display:block; }
#hzkMydBK5mC6ooFEXPiCRCeNqyEMkAkn { box-sizing:content-box;height:0.3125rem;width:38.125rem;position:absolute;display:block;z-index:15007;background-color:#7cc4d3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0625rem;left:21.125rem;display:block; }
#EOeWwkEG7znq362MnrHXztTbhp4iodK6 { position:relative;display:block; }#EOeWwkEG7znq362MnrHXztTbhp4iodK6 { background-color: transparent; background-image: none; }#EOeWwkEG7znq362MnrHXztTbhp4iodK6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOeWwkEG7znq362MnrHXztTbhp4iodK6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOeWwkEG7znq362MnrHXztTbhp4iodK6 > .row .container > .video-iframe-container { display: none; }#EOeWwkEG7znq362MnrHXztTbhp4iodK6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOeWwkEG7znq362MnrHXztTbhp4iodK6 > .row > .video-iframe-container { display: none; }#EOeWwkEG7znq362MnrHXztTbhp4iodK6 > .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); }#EOeWwkEG7znq362MnrHXztTbhp4iodK6 { border-width: 0; border-radius: 0; }#EOeWwkEG7znq362MnrHXztTbhp4iodK6 > .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; }#EOeWwkEG7znq362MnrHXztTbhp4iodK6 > .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:17.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nZXz2foW8ZWTJQsbimWyVcGexo3mCiyE { box-sizing:content-box;height:15.75rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:#f0f3f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#guezffwRKI7RC8R7onrCJULOyONURQl5 { color:#2e3a4a;display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.8125rem;left:21.125rem;height:;display:block; }
#w49Z52GNntb8TzklOL1EoOChJsxt9xvM { color:#212222;display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:4.3125rem;left:21.125rem;height:;font-style:normal;display:block; }
#kelTuW4H77Mcteys343CgDgSa10h2iTR { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:19.125rem;top:1.65625rem;left:0.71875rem;overflow:hidden;display:block; }
#OCKCurf0DMfNOJHmesRs025wroEI38I7 { box-sizing:content-box;height:0.3125rem;width:38.125rem;position:absolute;display:block;z-index:15007;background-color:#7cc4d3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0625rem;left:21.125rem;display:block; }
#GTh9AkAHdDUgAbfbdQLb1eGJAMu4lpTx { position:relative;display:block; }#GTh9AkAHdDUgAbfbdQLb1eGJAMu4lpTx { background-color: transparent; background-image: none; }#GTh9AkAHdDUgAbfbdQLb1eGJAMu4lpTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTh9AkAHdDUgAbfbdQLb1eGJAMu4lpTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTh9AkAHdDUgAbfbdQLb1eGJAMu4lpTx > .row .container > .video-iframe-container { display: none; }#GTh9AkAHdDUgAbfbdQLb1eGJAMu4lpTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTh9AkAHdDUgAbfbdQLb1eGJAMu4lpTx > .row > .video-iframe-container { display: none; }#GTh9AkAHdDUgAbfbdQLb1eGJAMu4lpTx > .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); }#GTh9AkAHdDUgAbfbdQLb1eGJAMu4lpTx { border-width: 0; border-radius: 0; }#GTh9AkAHdDUgAbfbdQLb1eGJAMu4lpTx > .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; }#GTh9AkAHdDUgAbfbdQLb1eGJAMu4lpTx > .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:17.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SWsJDNgWswn50L6UZ1vCDGXXa3JyNFt6 { box-sizing:content-box;height:14.5rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:#f0f3f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#MpyPLgCW8LGXocMhWmSJ3r8FJWRZMh28 { color:#2e3a4a;display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.8125rem;left:21.125rem;height:;display:block; }
#kLQhrTG1kWGnNTzszTZ9SBxTlqgRvTE0 { color:#212222;display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:4.3125rem;left:21.125rem;height:;font-style:normal;display:block; }
#kDpSTrzWU89zaJpkSzI6vsd8aFqNhKen { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:19.125rem;top:0.8125rem;left:0.84375rem;overflow:hidden;display:block; }
#RRk3Btw08wFl0yIfngnR6TSvoZmwZeHS { box-sizing:content-box;height:0.3125rem;width:38.125rem;position:absolute;display:block;z-index:15007;background-color:#7cc4d3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0625rem;left:21.125rem;display:block; }
#JnTt4N7yHV4r7AM4LEPiJQ7zqZd7ZqQu { position:relative;display:block; }#JnTt4N7yHV4r7AM4LEPiJQ7zqZd7ZqQu { background-color: transparent; background-image: none; }#JnTt4N7yHV4r7AM4LEPiJQ7zqZd7ZqQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTt4N7yHV4r7AM4LEPiJQ7zqZd7ZqQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTt4N7yHV4r7AM4LEPiJQ7zqZd7ZqQu > .row .container > .video-iframe-container { display: none; }#JnTt4N7yHV4r7AM4LEPiJQ7zqZd7ZqQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTt4N7yHV4r7AM4LEPiJQ7zqZd7ZqQu > .row > .video-iframe-container { display: none; }#JnTt4N7yHV4r7AM4LEPiJQ7zqZd7ZqQu > .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); }#JnTt4N7yHV4r7AM4LEPiJQ7zqZd7ZqQu { border-width: 0; border-radius: 0; }#JnTt4N7yHV4r7AM4LEPiJQ7zqZd7ZqQu > .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; }#JnTt4N7yHV4r7AM4LEPiJQ7zqZd7ZqQu > .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:8.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aNRTtdkf6BwmmeNNHIdTtmsqyt7Xcqok { color:#37465a;display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.44921875rem;left:0.875rem;height:2.5996125rem;display:block; }
#M7HRLBlqveWuFRHW8zSSNaZ3xNkpqJKT { color:#37465a;display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.94921875rem;left:1.5rem;height:1.4619125rem;font-style:normal;display:block; }
#WCIrSX2FgV0Z8s8bbki8BotSkk7hUJ4g { position:relative;display:block; }#WCIrSX2FgV0Z8s8bbki8BotSkk7hUJ4g { background-color: transparent; background-image: none; }#WCIrSX2FgV0Z8s8bbki8BotSkk7hUJ4g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCIrSX2FgV0Z8s8bbki8BotSkk7hUJ4g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCIrSX2FgV0Z8s8bbki8BotSkk7hUJ4g > .row .container > .video-iframe-container { display: none; }#WCIrSX2FgV0Z8s8bbki8BotSkk7hUJ4g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCIrSX2FgV0Z8s8bbki8BotSkk7hUJ4g > .row > .video-iframe-container { display: none; }#WCIrSX2FgV0Z8s8bbki8BotSkk7hUJ4g > .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); }#WCIrSX2FgV0Z8s8bbki8BotSkk7hUJ4g { border-width: 0; border-radius: 0; }#WCIrSX2FgV0Z8s8bbki8BotSkk7hUJ4g > .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; }#WCIrSX2FgV0Z8s8bbki8BotSkk7hUJ4g > .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:27.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ociR8LB8zLtazdGEWqr6ivTWWW08K6RN { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.3125rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#kROKNvNECb5rywNCtQUHWxOmdd2QWtLL { position:relative;display:block; }#kROKNvNECb5rywNCtQUHWxOmdd2QWtLL { background-color: transparent; background-image: none; }#kROKNvNECb5rywNCtQUHWxOmdd2QWtLL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kROKNvNECb5rywNCtQUHWxOmdd2QWtLL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kROKNvNECb5rywNCtQUHWxOmdd2QWtLL > .row .container > .video-iframe-container { display: none; }#kROKNvNECb5rywNCtQUHWxOmdd2QWtLL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kROKNvNECb5rywNCtQUHWxOmdd2QWtLL > .row > .video-iframe-container { display: none; }#kROKNvNECb5rywNCtQUHWxOmdd2QWtLL > .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); }#kROKNvNECb5rywNCtQUHWxOmdd2QWtLL { border-width: 0; border-radius: 0; }#kROKNvNECb5rywNCtQUHWxOmdd2QWtLL > .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; }#kROKNvNECb5rywNCtQUHWxOmdd2QWtLL > .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:17.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bFHlxH0F60t89CU9Cd1omDens65e29Eb { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.01171875rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#B1CJoWFSp9Rzv4NDqCuzcmtlEvC2qwc2 { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:2.88671875rem;left:0rem;height:5.3994125rem;font-style:normal;display:block; }
#kFn7KEqTLyQ2CXBLBmxcWuODMh35uFbm { color:#000000;display:block;width:52.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:9.07421875rem;left:0rem;height:5.3994125rem;font-style:normal;display:block; }
#Qz2Wf2o49EE0iBlFKG1VHCVXRqMUQXMk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2b2c;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; }#Qz2Wf2o49EE0iBlFKG1VHCVXRqMUQXMk > .row .container { background-color: transparent; background-image: none; }#Qz2Wf2o49EE0iBlFKG1VHCVXRqMUQXMk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qz2Wf2o49EE0iBlFKG1VHCVXRqMUQXMk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qz2Wf2o49EE0iBlFKG1VHCVXRqMUQXMk > .row .container > .video-iframe-container { display: none; }#Qz2Wf2o49EE0iBlFKG1VHCVXRqMUQXMk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qz2Wf2o49EE0iBlFKG1VHCVXRqMUQXMk > .row > .video-iframe-container { display: none; }#Qz2Wf2o49EE0iBlFKG1VHCVXRqMUQXMk > .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); }#Qz2Wf2o49EE0iBlFKG1VHCVXRqMUQXMk > .row .container { border-width: 0; border-radius: 0; }#Qz2Wf2o49EE0iBlFKG1VHCVXRqMUQXMk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qz2Wf2o49EE0iBlFKG1VHCVXRqMUQXMk > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:60rem;position:relative;display:block; }#X82mNxHFWkPEyTfPvSkt2yBby7Lgwfvq { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:8.875rem;top:3.8125rem;left:0rem;overflow:hidden;display:block; }
#wdmpGx1qXHg3gUx2JxlDSfZwLQOtKgG8 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:3.8125rem;left:12.25rem;height:1.79980625rem;font-style:normal;display:block; }
#W9EdbGbnaoEN5VG2v4eP3dfXUZ9KyCnh { color:rgba(var(--color-tertiary-0),1);display:block;width:4.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:6.25rem;left:12.25rem;height:1.79980625rem;font-style:normal;display:block; }
#oBo0hGb7UW3pp52w6z6tSgIJd3bk5hM5 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:8.6875rem;left:12.25rem;height:1.79980625rem;font-style:normal;display:block; }
#NFz8rc4VLP4aT0LvihwRETEUFEz2Tc0c { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:10.5rem;left:12.25rem;height:3.5996125rem;font-style:normal;display:block; }
#Gh9ON6MUuptPdWiDyXk5t2BixNiB9895 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:8.6875rem;left:27rem;height:1.79980625rem;font-style:normal;display:block; }
#QOhlqei4Xe7eq8X96FxR4L1PPiGWSMKp { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:6.25rem;left:27rem;height:1.79980625rem;font-style:normal;display:block; }
#ELD2SgXwzJf9W3hcHsoUdO2dhvBTAaL3 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:3.8125rem;left:27rem;height:1.79980625rem;font-style:normal;display:block; }
#Ngv55aMPGwQDl11NONM9tnHCTwTp9Uom { box-sizing:content-box;height:9.6875rem;width:34.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.8125rem;left:12.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#FoTWs2mSuTrrhmJMTqnCAXyR3O4ss36J { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:18.375rem;left:15.3125rem;overflow:hidden;display:block; }
#BazWKvCDGF4crZ7kzSzdIX0tcZpuNOmz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.8;letter-spacing:0;top:18.3125rem;left:24.875rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cI0X5DiZIiCiJmgdoxaHaMT1z8GnhS6m { background-color:#c33000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:2.375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:20.625rem;left:25.5rem;display:block; }
#lODp37tUL9bnUuCtvnfNAGb7Be9TznXC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FUdwIH6IJ3pTcE5HJ3Q9C7DUGrIERAqF { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:26.5rem;left:23.1875rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gXGutp3uv46JffdUBl8slVeEBISumfpa { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:2.5rem;left:43rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XqB3s9h5cmyV8r22moViTThcWJMT5HyI { background-color:rgba(var(--color-primary-2),0);background-image:url("https://images.assets-landingi.com/uc/49209299-70ae-4e47-a845-b9e4fc5c8438/617495010DownloadontheApp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:4.25rem;left:41.6875rem;display:block; }#XqB3s9h5cmyV8r22moViTThcWJMT5HyI.adaptive-delivery-prevent-bg, #XqB3s9h5cmyV8r22moViTThcWJMT5HyI.lazyload, #XqB3s9h5cmyV8r22moViTThcWJMT5HyI.lazyloading { background-image: none; }
#vNkbE5yItqBxrcAL5pTWCOpuVNbXTiw5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#admq96VsTxwoJTepbvDIPr3rrQuAtQgV { background-color:rgba(var(--color-primary-2),0);background-image:url("https://images.assets-landingi.com/uc/b712d0ad-6f01-455f-8105-a17e99c7c9d8/618526120googleplaybadge.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:4.125rem;left:49.625rem;display:block; }#admq96VsTxwoJTepbvDIPr3rrQuAtQgV.adaptive-delivery-prevent-bg, #admq96VsTxwoJTepbvDIPr3rrQuAtQgV.lazyload, #admq96VsTxwoJTepbvDIPr3rrQuAtQgV.lazyloading { background-image: none; }
#t4Wpw8fcc2mOIG2T8qHlEmpW7Ah59RUB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qiDL7G97oiCQGsHVOPB3sIhJ5wyoJEzI { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.875rem;top:8.6875rem;left:53rem;overflow:hidden;display:block; }
#TX45ceVnsKGQHoFB3qNFRJv275py6alz { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.3125rem;top:8.6875rem;left:48.625rem;overflow:hidden;display:block; }
#SEmXer9nbapHBdVWTnRTedlxEtmM0p6O { position:absolute;display:block;z-index:15017;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:2rem;width:2.875rem;top:8.8125rem;left:43.875rem;overflow:hidden;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) { #mT2BXMz9XBAealBN2bNMC9vK3etDbQZG { width:10.25rem;height:1.875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6Z0Jr5OvsXeIGeyzXUURHO8HKNT1trp { display:block; }
 }@media only screen and (max-width: 763px) { #lFs7tcfHxzkUZLHhMIXwBB1wbeaop1TG { width:6.6875rem;height:2.25rem;top:0.9375rem;left:30.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNDMJZHtK4vMXzq2XbAckbcd5tAllgC9 { display:block; }
 }@media only screen and (max-width: 763px) { #L3UPDPrhmwTHzbQqHILXuhuaVPUWcugt { width:6.6875rem;height:2.25rem;top:0.9375rem;left:37.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH3XPiLbpPKFzwqPUMzSAouqTe6TIELE { display:block; }
 }@media only screen and (max-width: 763px) { #ZWPclbrkrdpa2UQ0BUPrdqo1yBV6QPVm { width:6.6875rem;height:2.25rem;top:0.9375rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzg8g0oQT2magtmVeBCsWsqJrDpyRfw8 { display:block; }
 }@media only screen and (max-width: 763px) { #nTMS3m2KnDruplowhAe4MErWGkVAOGNJ { display:none; }
 }@media only screen and (max-width: 763px) { #qt96z1wgnUtiyLy2IId8v1U6oTHqQd2N { display:none; }
 }@media only screen and (max-width: 763px) { #C6fV3m9n73LqR7f4xyTbK1ThK0TD5LNS { display:block; }#C6fV3m9n73LqR7f4xyTbK1ThK0TD5LNS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5 { display:block; }#p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GudzcUi8h2nM4XkqTibwpJGNNsPqVStC { top:12.75rem;left:0rem;width:10.875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtWztkbHcJ91f6QlypEqUSU80kqiE0FE { top:12.5625rem;left:5.4375rem;width:11.25rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdEfVuON3ekcZhNmThTvSlfViWDf3IgD { display:block; }#vdEfVuON3ekcZhNmThTvSlfViWDf3IgD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVLuJBuVEIoLvAm46nmnQGiKvxXl1vcr { top:2.9375rem;left:0rem;width:47.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgBURTvfEIzAtkXMk8qDw9qmQD350nv5 { top:4.8125rem;left:0.25rem;width:47.25rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCT4BWy5uXoSCkRdR73pP7oFLTHr0LhQ { top:6.6875rem;left:17.8125rem;width:7.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNhFXBTTaQdffB4eWcdWA9fQI4pwNqw9 { top:6.4375rem;left:25.75rem;width:2.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpvrcwswEuP8c8bFJHaRxrIvyW8gHmuQ { top:9.8125rem;left:2.375rem;width:43.1875rem;height:8.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDHtqUVlHHIiw4mr7utkRA8XsyDVBEL0 { top:6.6875rem;left:2.375rem;width:15.4375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu4hw7XLbKZdZuJhqFDpQauGgoMt1TNC { display:block; }#yu4hw7XLbKZdZuJhqFDpQauGgoMt1TNC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppDTonh6rMxat3T0sTZL93DNzeJCztDh { top:3.3125rem;left:0rem;width:24.3125rem;height:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr4C3xIeIlFaXONDcNf77wq3L0QQOggR { top:0.8125rem;left:0rem;width:12.0625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRK9petmhiFXHUyceZ1ZyuAVTIuPyZAg { top:3.875rem;left:13.125rem;width:34.625rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N15517IaUFhGUOyeWDrPPfwwA9ET18CF { display:block; }#N15517IaUFhGUOyeWDrPPfwwA9ET18CF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTTVKX3IyEliegaXrryftZI0ye2JWoOI { top:0.8125rem;left:0rem;width:16.5rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7oGlSemcP62VfL7xcbhthoyFSFZHqHm { display:block; }#w7oGlSemcP62VfL7xcbhthoyFSFZHqHm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqTqNWgKFnfpXSf7TfQarF2vSS9VT50X { top:0rem;left:0rem;width:47.75rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZCvAqUsRSHZtLaeHbKtTQ1g4xE06hm2 { top:0.8125rem;left:15rem;width:12.8125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQvVvkzT3oS2DFgvySsI6vIfIeTXTpcx { top:4.3125rem;left:9.625rem;width:36rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #smtokzWu8deoWKCOeszs7EM8pe9OH9Z5 { top:0.75rem;left:0rem;width:19.375rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzkMydBK5mC6ooFEXPiCRCeNqyEMkAkn { top:3.0625rem;left:9.625rem;width:38.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOeWwkEG7znq362MnrHXztTbhp4iodK6 { display:block; }#EOeWwkEG7znq362MnrHXztTbhp4iodK6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZXz2foW8ZWTJQsbimWyVcGexo3mCiyE { top:0rem;left:0rem;width:47.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #guezffwRKI7RC8R7onrCJULOyONURQl5 { top:0.8125rem;left:15rem;width:12.8125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w49Z52GNntb8TzklOL1EoOChJsxt9xvM { top:4.3125rem;left:11.75rem;width:36rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kelTuW4H77Mcteys343CgDgSa10h2iTR { top:1.625rem;left:0rem;width:19.125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCKCurf0DMfNOJHmesRs025wroEI38I7 { top:3.0625rem;left:9.625rem;width:38.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTh9AkAHdDUgAbfbdQLb1eGJAMu4lpTx { display:block; }#GTh9AkAHdDUgAbfbdQLb1eGJAMu4lpTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWsJDNgWswn50L6UZ1vCDGXXa3JyNFt6 { top:0rem;left:0rem;width:47.75rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpyPLgCW8LGXocMhWmSJ3r8FJWRZMh28 { top:0.8125rem;left:15rem;width:12.8125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLQhrTG1kWGnNTzszTZ9SBxTlqgRvTE0 { top:4.3125rem;left:11.75rem;width:36rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDpSTrzWU89zaJpkSzI6vsd8aFqNhKen { top:0.8125rem;left:0rem;width:19.125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRk3Btw08wFl0yIfngnR6TSvoZmwZeHS { top:3.0625rem;left:9.625rem;width:38.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTt4N7yHV4r7AM4LEPiJQ7zqZd7ZqQu { display:block; }#JnTt4N7yHV4r7AM4LEPiJQ7zqZd7ZqQu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNRTtdkf6BwmmeNNHIdTtmsqyt7Xcqok { top:2.4375rem;left:0rem;width:16.5rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7HRLBlqveWuFRHW8zSSNaZ3xNkpqJKT { top:5.9375rem;left:0rem;width:37.4375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCIrSX2FgV0Z8s8bbki8BotSkk7hUJ4g { display:block; }#WCIrSX2FgV0Z8s8bbki8BotSkk7hUJ4g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ociR8LB8zLtazdGEWqr6ivTWWW08K6RN { top:0rem;left:0rem;width:47.75rem;height:21.736197916667rem;display:block; }
 }@media only screen and (max-width: 763px) { #kROKNvNECb5rywNCtQUHWxOmdd2QWtLL { display:block; }#kROKNvNECb5rywNCtQUHWxOmdd2QWtLL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFHlxH0F60t89CU9Cd1omDens65e29Eb { top:1rem;left:0rem;width:37.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1CJoWFSp9Rzv4NDqCuzcmtlEvC2qwc2 { top:2.875rem;left:0rem;width:37.4375rem;height:5.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFn7KEqTLyQ2CXBLBmxcWuODMh35uFbm { top:9.0625rem;left:0rem;width:47.75rem;height:5.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz2Wf2o49EE0iBlFKG1VHCVXRqMUQXMk { display:block; }#Qz2Wf2o49EE0iBlFKG1VHCVXRqMUQXMk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X82mNxHFWkPEyTfPvSkt2yBby7Lgwfvq { top:3.8125rem;left:0rem;width:8.875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdmpGx1qXHg3gUx2JxlDSfZwLQOtKgG8 { top:3.8125rem;left:6.125rem;width:4.25rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9EdbGbnaoEN5VG2v4eP3dfXUZ9KyCnh { top:6.25rem;left:6.125rem;width:4.25rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBo0hGb7UW3pp52w6z6tSgIJd3bk5hM5 { top:8.6875rem;left:6.125rem;width:7.625rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFz8rc4VLP4aT0LvihwRETEUFEz2Tc0c { top:10.5rem;left:6.125rem;width:12rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh9ON6MUuptPdWiDyXk5t2BixNiB9895 { top:8.6875rem;left:20.875rem;width:10.5rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOhlqei4Xe7eq8X96FxR4L1PPiGWSMKp { top:6.25rem;left:20.875rem;width:7.625rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELD2SgXwzJf9W3hcHsoUdO2dhvBTAaL3 { top:3.8125rem;left:20.875rem;width:4.25rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngv55aMPGwQDl11NONM9tnHCTwTp9Uom { top:15.8125rem;left:6.125rem;width:34.0625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoTWs2mSuTrrhmJMTqnCAXyR3O4ss36J { top:18.375rem;left:9.1875rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BazWKvCDGF4crZ7kzSzdIX0tcZpuNOmz { top:18.3125rem;left:18.75rem;width:17.8125rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI0X5DiZIiCiJmgdoxaHaMT1z8GnhS6m { width:16.5625rem;height:2.375rem;top:20.625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lODp37tUL9bnUuCtvnfNAGb7Be9TznXC { display:block; }
 }@media only screen and (max-width: 763px) { #FUdwIH6IJ3pTcE5HJ3Q9C7DUGrIERAqF { top:26.5rem;left:17.0625rem;width:13.625rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXGutp3uv46JffdUBl8slVeEBISumfpa { top:2.5rem;left:34.125rem;width:13.625rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqB3s9h5cmyV8r22moViTThcWJMT5HyI { width:8rem;height:2.8125rem;top:4.25rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNkbE5yItqBxrcAL5pTWCOpuVNbXTiw5 { display:block; }
 }@media only screen and (max-width: 763px) { #admq96VsTxwoJTepbvDIPr3rrQuAtQgV { width:10.375rem;height:3.125rem;top:4.125rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4Wpw8fcc2mOIG2T8qHlEmpW7Ah59RUB { display:block; }
 }@media only screen and (max-width: 763px) { #qiDL7G97oiCQGsHVOPB3sIhJ5wyoJEzI { top:8.6875rem;left:44.875rem;width:2.875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX45ceVnsKGQHoFB3qNFRJv275py6alz { top:8.6875rem;left:42.5rem;width:2.3125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEmXer9nbapHBdVWTnRTedlxEtmM0p6O { top:8.8125rem;left:37.75rem;width:2.875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mT2BXMz9XBAealBN2bNMC9vK3etDbQZG { width:6rem;height:1.5625rem;top:1.03125rem;left:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/911b1ab2-1c1b-4bb9-a74b-9a7ee9fb6027/609804510brandlogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mT2BXMz9XBAealBN2bNMC9vK3etDbQZG.adaptive-delivery-prevent-bg, #mT2BXMz9XBAealBN2bNMC9vK3etDbQZG.lazyload, #mT2BXMz9XBAealBN2bNMC9vK3etDbQZG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #x6Z0Jr5OvsXeIGeyzXUURHO8HKNT1trp { display:block; }
 }@media only screen and (max-width: 763px) { #lFs7tcfHxzkUZLHhMIXwBB1wbeaop1TG { width:6.6875rem;height:2.25rem;top:5.9375rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNDMJZHtK4vMXzq2XbAckbcd5tAllgC9 { display:block; }
 }@media only screen and (max-width: 763px) { #L3UPDPrhmwTHzbQqHILXuhuaVPUWcugt { width:6.6875rem;height:2.25rem;top:9.4375rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tH3XPiLbpPKFzwqPUMzSAouqTe6TIELE { display:block; }
 }@media only screen and (max-width: 763px) { #ZWPclbrkrdpa2UQ0BUPrdqo1yBV6QPVm { width:6.6875rem;height:2.25rem;top:12.9375rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yzg8g0oQT2magtmVeBCsWsqJrDpyRfw8 { display:block; }
 }@media only screen and (max-width: 763px) { #nTMS3m2KnDruplowhAe4MErWGkVAOGNJ { top:0.84375rem;left:-5.78125rem;width:4.4375rem;height:2.5rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #qt96z1wgnUtiyLy2IId8v1U6oTHqQd2N { top:0.5rem;left:14.71875rem;width:4.1875rem;height:2.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #C6fV3m9n73LqR7f4xyTbK1ThK0TD5LNS { display:block; }#C6fV3m9n73LqR7f4xyTbK1ThK0TD5LNS > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/712e0a50-6081-4509-aca2-c73648146bd9/610883120MaskGroup.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5.adaptive-delivery-prevent-bg, #p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5.lazyload, #p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5.lazyloading { background-image: none; }#p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5 > .row .container { background-color: transparent; background-image: none; }#p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5 > .row .container > .video-iframe-container { display: none; }#p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5 > .row > .video-iframe-container { display: none; }#p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5 > .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); }#p0amuJ2rtwftToqNVJ4okkzBuJeTwrp5 > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GudzcUi8h2nM4XkqTibwpJGNNsPqVStC { width:8.4375rem;height:2.0625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtWztkbHcJ91f6QlypEqUSU80kqiE0FE { width:11.25rem;height:0;top:5.25rem;left:4.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdEfVuON3ekcZhNmThTvSlfViWDf3IgD { display:block; }#vdEfVuON3ekcZhNmThTvSlfViWDf3IgD > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVLuJBuVEIoLvAm46nmnQGiKvxXl1vcr { width:19.875rem;height:23.0625rem;top:1.25rem;left:0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgBURTvfEIzAtkXMk8qDw9qmQD350nv5 { width:17.5625rem;height:19.8125rem;top:2.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCT4BWy5uXoSCkRdR73pP7oFLTHr0LhQ { width:4.9375rem;height:1.25rem;top:4.5rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNhFXBTTaQdffB4eWcdWA9fQI4pwNqw9 { width:1.4375rem;height:1.4619125rem;top:4.375rem;left:16.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpvrcwswEuP8c8bFJHaRxrIvyW8gHmuQ { width:15.5625rem;height:15.3935625rem;top:6.771484375rem;left:2.21875rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #uDHtqUVlHHIiw4mr7utkRA8XsyDVBEL0 { width:9.25rem;height:1.4619125rem;top:4.375rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu4hw7XLbKZdZuJhqFDpQauGgoMt1TNC { display:block; }#yu4hw7XLbKZdZuJhqFDpQauGgoMt1TNC > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppDTonh6rMxat3T0sTZL93DNzeJCztDh { width:20rem;height:21.375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr4C3xIeIlFaXONDcNf77wq3L0QQOggR { width:9.9375rem;height:4.6875rem;top:0rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRK9petmhiFXHUyceZ1ZyuAVTIuPyZAg { width:20rem;height:24.1875rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N15517IaUFhGUOyeWDrPPfwwA9ET18CF { display:block; }#N15517IaUFhGUOyeWDrPPfwwA9ET18CF > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTTVKX3IyEliegaXrryftZI0ye2JWoOI { width:9.625rem;height:1.4619125rem;top:0.80078125rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7oGlSemcP62VfL7xcbhthoyFSFZHqHm { display:block; }#w7oGlSemcP62VfL7xcbhthoyFSFZHqHm > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqTqNWgKFnfpXSf7TfQarF2vSS9VT50X { width:18.75rem;height:24.0625rem;top:0rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZCvAqUsRSHZtLaeHbKtTQ1g4xE06hm2 { width:6.75rem;height:1.4619125rem;top:12.79296875rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQvVvkzT3oS2DFgvySsI6vIfIeTXTpcx { width:17.5625rem;height:8.097625rem;top:15.232421875rem;left:1.21875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #smtokzWu8deoWKCOeszs7EM8pe9OH9Z5 { width:17.75rem;height:11.5625rem;top:0.66796875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzkMydBK5mC6ooFEXPiCRCeNqyEMkAkn { width:17.5rem;height:0.3125rem;top:14.37890625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOeWwkEG7znq362MnrHXztTbhp4iodK6 { display:block; }#EOeWwkEG7znq362MnrHXztTbhp4iodK6 > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZXz2foW8ZWTJQsbimWyVcGexo3mCiyE { width:18.75rem;height:27.8125rem;top:0rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guezffwRKI7RC8R7onrCJULOyONURQl5 { width:6.75rem;height:1.4619125rem;top:12.8125rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w49Z52GNntb8TzklOL1EoOChJsxt9xvM { width:17.25rem;height:12.1465rem;top:15.16796875rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kelTuW4H77Mcteys343CgDgSa10h2iTR { width:17.8125rem;height:11.6875rem;top:0.64453125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCKCurf0DMfNOJHmesRs025wroEI38I7 { width:17.5rem;height:0.3125rem;top:14.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTh9AkAHdDUgAbfbdQLb1eGJAMu4lpTx { display:block; }#GTh9AkAHdDUgAbfbdQLb1eGJAMu4lpTx > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWsJDNgWswn50L6UZ1vCDGXXa3JyNFt6 { width:18.75rem;height:24.375rem;top:0rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpyPLgCW8LGXocMhWmSJ3r8FJWRZMh28 { width:6.75rem;height:1.4619125rem;top:12.83203125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLQhrTG1kWGnNTzszTZ9SBxTlqgRvTE0 { width:17.4375rem;height:8.097625rem;top:15.4375rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDpSTrzWU89zaJpkSzI6vsd8aFqNhKen { width:17.5rem;height:11.5rem;top:0.7841796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRk3Btw08wFl0yIfngnR6TSvoZmwZeHS { width:17.5rem;height:0.3125rem;top:14.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTt4N7yHV4r7AM4LEPiJQ7zqZd7ZqQu { display:block; }#JnTt4N7yHV4r7AM4LEPiJQ7zqZd7ZqQu > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNRTtdkf6BwmmeNNHIdTtmsqyt7Xcqok { width:6.75rem;height:1.4619125rem;top:0.80078125rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7HRLBlqveWuFRHW8zSSNaZ3xNkpqJKT { width:20rem;height:2.2734375rem;top:3.505859375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCIrSX2FgV0Z8s8bbki8BotSkk7hUJ4g { display:block; }#WCIrSX2FgV0Z8s8bbki8BotSkk7hUJ4g > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ociR8LB8zLtazdGEWqr6ivTWWW08K6RN { width:20rem;height:9.1035rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kROKNvNECb5rywNCtQUHWxOmdd2QWtLL { display:block; }#kROKNvNECb5rywNCtQUHWxOmdd2QWtLL > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFHlxH0F60t89CU9Cd1omDens65e29Eb { width:20rem;height:1.0556625rem;top:0.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1CJoWFSp9Rzv4NDqCuzcmtlEvC2qwc2 { width:20rem;height:4.38574375rem;top:2.38671875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFn7KEqTLyQ2CXBLBmxcWuODMh35uFbm { width:20rem;height:7.3095625rem;top:7.5849609375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz2Wf2o49EE0iBlFKG1VHCVXRqMUQXMk { display:block; }#Qz2Wf2o49EE0iBlFKG1VHCVXRqMUQXMk > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X82mNxHFWkPEyTfPvSkt2yBby7Lgwfvq { width:8.375rem;height:2.375rem;top:1.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdmpGx1qXHg3gUx2JxlDSfZwLQOtKgG8 { width:4.25rem;height:1.3496125rem;top:14.0625rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9EdbGbnaoEN5VG2v4eP3dfXUZ9KyCnh { width:4.25rem;height:1.3496125rem;top:16.0625rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBo0hGb7UW3pp52w6z6tSgIJd3bk5hM5 { width:7.625rem;height:1.3496125rem;top:18.125rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFz8rc4VLP4aT0LvihwRETEUFEz2Tc0c { width:9.1875rem;height:2.69921875rem;top:20.4375rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh9ON6MUuptPdWiDyXk5t2BixNiB9895 { width:7.5625rem;height:1.3496125rem;top:18.125rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOhlqei4Xe7eq8X96FxR4L1PPiGWSMKp { width:7.625rem;height:1.3496125rem;top:16rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELD2SgXwzJf9W3hcHsoUdO2dhvBTAaL3 { width:4.25rem;height:1.3496125rem;top:14.0625rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngv55aMPGwQDl11NONM9tnHCTwTp9Uom { width:19.125rem;height:7.5rem;top:24.623046875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoTWs2mSuTrrhmJMTqnCAXyR3O4ss36J { width:3.25rem;height:3.25rem;top:26.748046875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BazWKvCDGF4crZ7kzSzdIX0tcZpuNOmz { width:13.4375rem;height:1.3496125rem;top:26.0625rem;left:5.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI0X5DiZIiCiJmgdoxaHaMT1z8GnhS6m { width:12.125rem;height:2.3125rem;top:28.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lODp37tUL9bnUuCtvnfNAGb7Be9TznXC { display:block; }
 }@media only screen and (max-width: 763px) { #FUdwIH6IJ3pTcE5HJ3Q9C7DUGrIERAqF { width:13.625rem;height:1.3496125rem;top:33.123046875rem;left:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXGutp3uv46JffdUBl8slVeEBISumfpa { width:13.625rem;height:1.125rem;top:4.849609375rem;left:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqB3s9h5cmyV8r22moViTThcWJMT5HyI { width:8rem;height:2.8125rem;top:9.71875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNkbE5yItqBxrcAL5pTWCOpuVNbXTiw5 { display:block; }
 }@media only screen and (max-width: 763px) { #admq96VsTxwoJTepbvDIPr3rrQuAtQgV { width:10.375rem;height:3.125rem;top:9.5625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4Wpw8fcc2mOIG2T8qHlEmpW7Ah59RUB { display:block; }
 }@media only screen and (max-width: 763px) { #qiDL7G97oiCQGsHVOPB3sIhJ5wyoJEzI { width:2.125rem;height:1.6875rem;top:6.75rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX45ceVnsKGQHoFB3qNFRJv275py6alz { width:1.8125rem;height:1.75rem;top:6.6875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEmXer9nbapHBdVWTnRTedlxEtmM0p6O { width:1.9375rem;height:1.3125rem;top:6.9375rem;left:5.8125rem;display:block; }
 }