.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:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:56,88,153;--color-primary-4:42,45,61;--color-secondary-0:255,255,255;--color-secondary-1:246,246,246;--color-secondary-2:227,227,227;--color-secondary-3:7,7,7;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Nobel";--paragraphs-font-family:"nobel"; }@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-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK > .row .container { background-color: transparent; background-image: none; }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK > .row .container > .video-iframe-container { display: none; }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK > .row > .video-iframe-container { display: none; }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK > .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); }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK > .row .container { border-width: 0; border-radius: 0; }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#qBPXQbQoXZMuqnATKgk6FNyT8pO63k1H { 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-top:0;border-left:0;border-right:0;border-bottom: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-secondary-4),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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0.75rem;left:47.5625rem;display:block; }
#ebTKdcRptLdSTKNGTaPES9tq0gSKG4Fi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VgIwWSktc1ltt0amlLwn9eQRDsguwC7p { 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-top:0;border-left:0;border-right:0;border-bottom: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-secondary-4),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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.75rem;left:36.875rem;display:block; }
#Tfrlshxv85DDIuZDGZ2n4g8gmlBW2hoo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OGcHPEIOnqIHCDXtzS7CPSGVxH5u8NZP { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:15.125rem;top:0rem;left:0rem;display:block; }
#EFweo4pd3rJpsImIKvz7B922atlL3Qdb { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:11.75rem;top:1.59375rem;left:1.6875rem;overflow:hidden;display:block; }
#MWNnnkG0ye8P4cmP3GV8Lm9cNzC89FED { 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-top:0;border-left:0;border-right:0;border-bottom: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-secondary-4),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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0.75rem;left:53.25rem;display:block; }
#iRSrI3z9kTF1oHhPsFUxrQ1R14e9NnaU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u4rk9Z2I5eUaF7z8Io8wsefMl9SZs6yi { 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-top:0;border-left:0;border-right:0;border-bottom: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-secondary-4),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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.75rem;left:25.6875rem;display:block; }
#pt9EOrD2xyz6Vy1Ei5NDmcTV4m2T3V07 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VOLDfkpK5I0QFJsx6SFCu43PDCv3PxJ3 { 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-top:0;border-left:0;border-right:0;border-bottom: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-secondary-4),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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:0.75rem;left:62.4375rem;display:block; }
#dE6s93ZqT0qcwQauQLiT4l1IbrpQtnMH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.96);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; }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT > .row .container { background-color: transparent; background-image: none; }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT > .row .container > .video-iframe-container { display: none; }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT > .row > .video-iframe-container { display: none; }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT > .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); }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT > .row .container { border-width: 0; border-radius: 0; }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#cwTEXGcaae4eLmPLBeEuTbHpzMhnOE0X { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7rem;left:0rem;height:1.3rem;display:block; }
#pBUWlWeg8TEMlEXVcDD2LTKxTCvVIqPE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:11.25rem;left:0.125rem;height:3.9375rem;display:block; }
#PRrpt0Pt1wH4tfnPdhqQXq9tRGtDh9X0 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.875rem;top:11rem;left:0rem;display:block; }
#f1w76NsOqdeZ458PknST0EeUApRwZFZ8 { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.3125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:26.625rem;left:0rem;display:block; }
#oxEpT3mcNUffPkHRu3MC12KzWrmIcO31 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ymyc96lPU8Ttt7FHllORWKgoHN3TwWh8 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.875rem;top:15.1875rem;left:0rem;display:block; }
#NwW9QfZfd2RN74XOwRftVVKrpUTPrTMl { position:absolute;display:block;z-index:15018;height:3.75rem;width:3.75rem;top:0rem;left:25.15625rem;display:block; }
#z5a4PxJPpXbKD9t7s9aDTpHC9coL36xH { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:8.625rem;left:0rem;height:1.38125rem;display:block; }
#COhG6dbXLVfFiMshPATnMJhirMyMbOwy { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.375rem;width:48.5rem;top:7rem;left:26.5rem;overflow:hidden;display:none; }
#mtVW3nu8BK7UdHrK5quVKl5c1CtlhDV3 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:42.4375rem;left:42.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SVPloepW1euwT2165u4iTO9ow6JQ4T6n { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.0625rem;top:42.625rem;left:54.1875rem;display:none; }
#X5yOkfS6ThDqSCN3BAxucXw3TScyf1AS { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:15.5rem;left:0rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mmNDqE8RafaAhIr6Jt2JcphrPmA7sMtk { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:8.8125rem;left:10.0625rem;display:none; }
#wzTi3HiZ1zbbQpAdcucVmQU1Upsn77r0 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:20.625rem;left:0rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ldpg3VqOe8VATLcCTLVGNXC5smvszGOw { color:rgba(var(--color-tertiary-0),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:18.125rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fKQ6Tg2TUxlM0tswtblrFKW8SXZxXUm1 { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:45.9375rem;top:8.300000190735rem;left:26.968750953674rem;overflow:hidden;display:block; }
#dED4DTyeCwoWTygdEtd5f64yCel5QDT2 { 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:none; }#dED4DTyeCwoWTygdEtd5f64yCel5QDT2 > .row .container { border-width: 0; border-radius: 0; }#dED4DTyeCwoWTygdEtd5f64yCel5QDT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dED4DTyeCwoWTygdEtd5f64yCel5QDT2 > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:none; }#JMW62vmrWDBtfcT9DwsqKyGKn8SC9s67 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:2.125rem;left:37.6875rem;height:15.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RD5hUgQsFbkPcyxo4PkE4TJfQmIEERGb { color:rgba(var(--color-tertiary-4),1);display:block;width:70.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.424999237061rem;left:2.125rem;height:11.7rem;text-align:center;text-align-last:center;display:block; }
#JW9dxXTHoONNDqhZhp5qDf4T0GgOM3Wc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:27.0625rem;left:8.75rem;overflow:hidden;display:block; }
#wbrTqoQiKcXQ3MsLNrcSSxxQxQCq4vu6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:32.1875rem;left:4.625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VG5dUBBOVtUqw4GghVcqpGbbnJvZuGuC { 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:4.1875rem;width:4.1875rem;top:27.0625rem;left:33.5625rem;overflow:hidden;display:block; }
#McPbTDv9U1hKTTtWVAP7E59Xf1SaFR8V { color:rgba(var(--color-tertiary-4),1);display:block;width:0.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:35.775001525879rem;left:44.125rem;height:1.3rem;display:block; }
#NRMEFox8OtT3fB2zlrILbBTnAm3bb3xp { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:32.1875rem;left:51.625rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTwBzPI7VfChdogiiqIRxSgUSldVUwmm { color:rgba(var(--color-tertiary-4),1);display:block;width:0.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:33.875rem;left:66.9375rem;height:1.3rem;display:block; }
#snkDV7dNasPv9m8MgxleiuLk3LbMXLeh { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:41.1875rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zfkwLPgv1TqI9GT7aGlPrpF6gbeUiFcH { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:27.8125rem;left:25.375rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#NamzJoZg2zkiuehbLtJ5xQeDgybEV0EU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:27.6875rem;left:60.1875rem; }
#VCVZlHTHIUco5GRUEyO6AFxKTrhz4e5t { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:30.125rem;top:1.5625rem;left:6.4375rem;overflow:hidden;display:block; }
#NTuiAG9ua0ZuG90dV2PWiDRICkuVsPXm { color:#0a9ded;display:block;width:20.4989375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:32.1875rem;left:26.21875rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#heBM0aL5PUxct7ewTgHilb2ALESy48aR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#heBM0aL5PUxct7ewTgHilb2ALESy48aR > .row .container { background-color: transparent; background-image: none; }#heBM0aL5PUxct7ewTgHilb2ALESy48aR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heBM0aL5PUxct7ewTgHilb2ALESy48aR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heBM0aL5PUxct7ewTgHilb2ALESy48aR > .row .container > .video-iframe-container { display: none; }#heBM0aL5PUxct7ewTgHilb2ALESy48aR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heBM0aL5PUxct7ewTgHilb2ALESy48aR > .row > .video-iframe-container { display: none; }#heBM0aL5PUxct7ewTgHilb2ALESy48aR > .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); }#heBM0aL5PUxct7ewTgHilb2ALESy48aR > .row .container { border-width: 0; border-radius: 0; }#heBM0aL5PUxct7ewTgHilb2ALESy48aR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#heBM0aL5PUxct7ewTgHilb2ALESy48aR > .row .container { font-size:0.875rem;font-family:arial;height:60.9375rem;width:75rem;position:relative;display:block; }#HF4FBvE3p5WrPnMAZlhHzIMaCIOJkLA9 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:35.25rem;left:2.8125rem;height:7.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#LNWsSyDeQsS2LwfaZZtgKqU3fB7pwVg7 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.1875rem 0.5625rem 1.5625rem rgba(var(--color-secondary-4),0.03) ;height:34.5625rem;width:36.875rem;top:17.125rem;left:0rem;display:block; }
#arLiwemSfJckUvAVex8Bwqw54DJFQ6Td { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.1875rem 0.5625rem 1.5625rem rgba(var(--color-secondary-4),0.03) ;height:5.25rem;width:5.25rem;top:13.1875rem;left:15.75rem;display:block; }
#HnyxMGZk45H704qq1zvDDK2vfPIJ6VKu { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.1875rem 0.5625rem 1.5625rem rgba(var(--color-secondary-4),0.03) ;height:34.625rem;width:36.875rem;top:17.125rem;left:38.125rem;display:block; }
#wPphyXLWVOFwDVty6LDD1PG6ZIHDZpuq { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.1364593505859rem;left:0rem;height:7.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f7cFlnVWWFuzyCgikJoeQaTam8KFPB4w { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:14.5rem;left:15.75rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#RJToMd8JLStI239KKu0W3idMqy6FRdVa { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.1875rem 0.5625rem 1.5625rem rgba(var(--color-secondary-4),0.03) ;height:5.25rem;width:5.25rem;top:13.25rem;left:53.9375rem;display:block; }
#LlhJrSdJg6q76X0Krfh1wLRXV3pTJuST { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:14.5625rem;left:53.9375rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/882018a3-d6ed-4362-b41a-209eb3beb545/350.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:31.1875rem;top:19.1875rem;left:2.875rem;display:block; }#uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf.adaptive-delivery-prevent-bg, #uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf.lazyload, #uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf.lazyloading { background-image: none; }
#vASnwTSKmOGgDABB3nhgblN5KMffQH5T { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/99e59ea7-37bb-4a2c-bfa5-f683bdc0c3e2/4550.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:31.1875rem;top:19.1875rem;left:41rem;display:block; }#vASnwTSKmOGgDABB3nhgblN5KMffQH5T.adaptive-delivery-prevent-bg, #vASnwTSKmOGgDABB3nhgblN5KMffQH5T.lazyload, #vASnwTSKmOGgDABB3nhgblN5KMffQH5T.lazyloading { background-image: none; }
#zduPtz2x15yIqunHrdRMebRcXCTSAq13 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:35.25rem;left:40.9375rem;height:12rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Ui8ffV7Dyp2y7WVW05kleJBrHiFzMrZb { background-color:rgba(var(--color-secondary-4),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:54.9375rem;left:38.125rem;display:block; }
#txGfMsxeTco54MqNie3zw3Xak5RXzLbn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HE1G1KPddxn6PXVxQTnwnEd5Hy7NA10u { background-color:rgba(var(--color-secondary-4),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:54.9375rem;left:51.5625rem;display:block; }
#Jg39ECD7ZdrXsFkxqUK9lgQxA0OfFVd0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SlA2Gw8HHMGV1h2OTCp3rT2NAZGrwam4 { background-color:rgba(var(--color-secondary-4),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:54.9375rem;left:23.125rem;display:block; }
#KvBeKX5QcaKKf2oX2JAb3vLNsVepzhin { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yJ0QVfgJXvPrOTZvEDEPbScxmtm5k8FR { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:9.375rem;top:5.5625rem;left:62.5rem;display:none; }
#tKETht6QEbHxDwM84XJ7ZfrK5JzqfKTk { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:9.375rem;top:9.6875rem;left:62.5rem;display:none; }
#WSKbRSELLhevrWabaanvAZmDy3V5xxrP { background-color:rgba(var(--color-secondary-4),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:54.9375rem;left:8.0625rem;display:block; }
#IyTilOxhnRtbenS3UmHNXNTfgpSrpi6U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq > .row .container { background-color: transparent; background-image: none; }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,11,11,0.46); }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq > .row .container > .video-iframe-container { display: none; }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,11,11,0.46); }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq > .row > .video-iframe-container { display: block; }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq > .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); }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq > .row .container { border-width: 0; border-radius: 0; }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n { 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; }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n > .row .container { background-color: transparent; background-image: none; }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n > .row .container > .video-iframe-container { display: none; }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n > .row > .video-iframe-container { display: none; }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n > .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); }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n > .row .container { border-width: 0; border-radius: 0; }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#Qu6p6kToVmJkRbLTp162lXKmGpbeIwBW { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rTWaugM8OtsUMWboqX3pmtsFGNecPHwm { color:rgba(var(--color-tertiary-0),0.03);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6rem;left:25.5625rem;height:16.0875rem;font-style:normal;display:block; }
#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV { 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; }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV > .row .container { background-color: transparent; background-image: none; }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV > .row .container > .video-iframe-container { display: none; }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV > .row > .video-iframe-container { display: none; }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV > .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); }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV > .row .container { border-width: 0; border-radius: 0; }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#fxn5sTrVx6Zvxx6wGh2lQumbrXthNOUc { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:12.0625rem;left:8rem;height:1.9rem;display:block; }
#JphVN3Ost0nOczvxkmnHhwqGI5RNtbXw { color:rgba(var(--color-tertiary-0),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:17.375rem;left:7.9375rem;height:10.2rem;text-align:justify;text-align-last:initial;display:block; }
#nxgblpnOma9TwIaLpHTh5BqqIS9ViOQg { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:75rem;top:6.3125rem;left:0rem;display:none; }
#W0Lp2p9Qkh7k6dluF6Fxm5RVFDAXih03 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/550df167-1e56-4b5f-91ea-360bbe246f00/2021lexusnxoverviewsheersophistication810x1080_tcm31702272792.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:28.1875rem;top:5.5rem;left:39.9375rem;display:block; }#W0Lp2p9Qkh7k6dluF6Fxm5RVFDAXih03.adaptive-delivery-prevent-bg, #W0Lp2p9Qkh7k6dluF6Fxm5RVFDAXih03.lazyload, #W0Lp2p9Qkh7k6dluF6Fxm5RVFDAXih03.lazyloading { background-image: none; }
#T0c0QH0SHD4U3at2TKiSXXesBGBZzhQ6 { position:absolute;display:block;z-index:15007;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:0.125rem;width:13.5625rem;top:14.4375rem;left:8rem;display:block; }
#Ldy4iDFBiwCRzbQ6HaTifWBH8KDv0CTp { position:absolute;display:block;z-index:15008;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:0.125rem;width:13.5625rem;top:11.5625rem;left:8rem;display:block; }
#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ { 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; }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ > .row .container { background-color: transparent; background-image: none; }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ > .row .container > .video-iframe-container { display: none; }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ > .row > .video-iframe-container { display: none; }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ > .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); }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ > .row .container { border-width: 0; border-radius: 0; }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#W45HPeK9CuSvdTZsH6zTyq7DKuyS3Z9T { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:8.875rem;left:39.625rem;height:1.9rem;display:block; }
#oHcgKitGVa0BSh4BngTStaIT9z5lrUwP { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:14.0625rem;left:39.625rem;height:15.3rem;text-align:justify;text-align-last:initial;display:block; }
#d0Xy2gx31iz2uwU4GFrcdGuprzlyCJuX { position:absolute;display:block;z-index:15007;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:0.125rem;width:15.5rem;top:11.125rem;left:39.625rem;display:block; }
#hl74Ud2QNFuxzccSTFI4UsXFaEwlTgq3 { color:rgba(var(--color-tertiary-0),0.03);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:32.8125rem;height:16.0875rem;font-style:normal;display:block; }
#a6deqhTOSbTiXAo4XnzG0ZfUrPPk9KA3 { position:absolute;display:block;z-index:15008;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:0.125rem;width:15.5rem;top:8.25rem;left:39.625rem;display:block; }
#aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/ec841267-0b90-4d15-813c-d3addfc7e32c/2021lexusnxoverviewgetrewardedforgreenerdriving810x1080_tcm31702384863.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:28.1875rem;top:5.75rem;left:5.875rem;display:block; }#aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B.adaptive-delivery-prevent-bg, #aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B.lazyload, #aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B.lazyloading { background-image: none; }
#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m { 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; }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m > .row .container { background-color: transparent; background-image: none; }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m > .row .container > .video-iframe-container { display: none; }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m > .row > .video-iframe-container { display: none; }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m > .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); }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m > .row .container { border-width: 0; border-radius: 0; }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#TTKN9vJiKdTceh5zvDTTsKq2xthGqQ1B { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:8.5625rem;left:6.8125rem;height:3.8rem;display:block; }
#EZz6c3Us2Jui4wfJqo7MEruT0JD2AXwg { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:15.875rem;left:6.8125rem;height:15.3rem;text-align:justify;text-align-last:initial;display:block; }
#GvTx8w5kOQVTTWxJTG0DhBAAFsktv39N { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:75rem;top:2.625rem;left:0rem;display:block; }
#Du7u0kHOT3f4oPUORbyVE04BsI6432Rh { position:absolute;display:block;z-index:15007;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:0.125rem;width:19.5rem;top:12.5rem;left:6.8125rem;display:block; }
#tVZvcrWr6EbeyVWEu6Daa79u44LChWg0 { color:rgba(var(--color-tertiary-0),0.03);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.78750610351562rem;left:25.625rem;height:16.0875rem;font-style:normal;display:block; }
#NeyOMD3iykfT4ILvSHHEbgwJIMx64he7 { position:absolute;display:block;z-index:15008;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:0.125rem;width:19.5rem;top:7.9375rem;left:6.8125rem;display:block; }
#w0rZEX4e0wrGmpIkPCSVAHUuBsEbut6J { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d83211cf-6aa4-4d15-9a88-f10658c9aef3/lexnxgmy2200122.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:28.1875rem;top:5.75rem;left:39.9375rem;display:block; }#w0rZEX4e0wrGmpIkPCSVAHUuBsEbut6J.adaptive-delivery-prevent-bg, #w0rZEX4e0wrGmpIkPCSVAHUuBsEbut6J.lazyload, #w0rZEX4e0wrGmpIkPCSVAHUuBsEbut6J.lazyloading { background-image: none; }
#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA { 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; }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA > .row .container { background-color: transparent; background-image: none; }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA > .row .container > .video-iframe-container { display: none; }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA > .row > .video-iframe-container { display: none; }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA > .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); }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA > .row .container { border-width: 0; border-radius: 0; }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#Q3K1VNfnhSUQ4qfa3Mgnfgx8qTTrHz8T { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:10.875rem;left:39.75rem;height:1.9rem;display:block; }
#xHswqoqsiT0x1o46WukhsLgpHFmTEHUn { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:15.875rem;left:39.75rem;height:11.9rem;text-align:justify;text-align-last:initial;display:block; }
#E6Z9pHRyGx9C0Lv5dNsNfTwtk0wuh8Gb { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:75rem;top:5.75rem;left:0rem;display:none; }
#IWJpkbTHsOea1eu91If1rUBJekyyP6H9 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/92480a9f-0eaf-4c70-b5cd-28158d97c4d5/2021lexusallnewnxoverview450hlrdrivewithconfidence810x1080_tcm31702272778.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:28.1875rem;top:5.75rem;left:6.875rem;display:block; }#IWJpkbTHsOea1eu91If1rUBJekyyP6H9.adaptive-delivery-prevent-bg, #IWJpkbTHsOea1eu91If1rUBJekyyP6H9.lazyload, #IWJpkbTHsOea1eu91If1rUBJekyyP6H9.lazyloading { background-image: none; }
#b8VxPadDA9hGTIDo4WutEF34SNILQvmF { position:absolute;display:block;z-index:15007;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:0.125rem;width:13.875rem;top:13.125rem;left:39.75rem;display:block; }
#nClskp8DK9oom4fbSmVFfw7Qn6c06x2D { color:rgba(var(--color-tertiary-0),0.03);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.8125rem;left:33rem;height:16.0875rem;font-style:normal;display:block; }
#ybvxSwQ9REZ5RAeJ6k7hVbH8w8Tg47xf { position:absolute;display:block;z-index:15008;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:0.125rem;width:13.875rem;top:10.25rem;left:39.75rem;display:block; }
#FNNZZkCxlTrfZOpeBmEKW0bnlTnPNmpC { 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; }#FNNZZkCxlTrfZOpeBmEKW0bnlTnPNmpC > .row .container { background-color: transparent; background-image: none; }#FNNZZkCxlTrfZOpeBmEKW0bnlTnPNmpC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNNZZkCxlTrfZOpeBmEKW0bnlTnPNmpC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNNZZkCxlTrfZOpeBmEKW0bnlTnPNmpC > .row .container > .video-iframe-container { display: none; }#FNNZZkCxlTrfZOpeBmEKW0bnlTnPNmpC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNNZZkCxlTrfZOpeBmEKW0bnlTnPNmpC > .row > .video-iframe-container { display: none; }#FNNZZkCxlTrfZOpeBmEKW0bnlTnPNmpC > .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); }#FNNZZkCxlTrfZOpeBmEKW0bnlTnPNmpC > .row .container { border-width: 0; border-radius: 0; }#FNNZZkCxlTrfZOpeBmEKW0bnlTnPNmpC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FNNZZkCxlTrfZOpeBmEKW0bnlTnPNmpC > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#BeBFhUSCkMbX6nHrdHWOcTohts55TsSA { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:11.9375rem;left:6.875rem;height:1.9rem;display:block; }
#KxrZ7cEJBCwDHUzOiSkxfEv2HmLg2cB1 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:16.4375rem;left:6.875rem;height:8.5rem;text-align:justify;text-align-last:initial;display:block; }
#NHaM9DcQwEvU7x5uyGppb1It2cLd4kOx { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:75rem;top:7.0625rem;left:0rem;display:block; }
#pf0PTo3J8cacDzWKI8ceKE56qhEDApVu { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/558341d7-9a2a-498b-bf7e-4a935a62e314/2021lexusallnewnxoverview350hlrpureexhilaration810x1080_tcm31702272777.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:28.1875rem;top:5.75rem;left:40rem;display:block; }#pf0PTo3J8cacDzWKI8ceKE56qhEDApVu.adaptive-delivery-prevent-bg, #pf0PTo3J8cacDzWKI8ceKE56qhEDApVu.lazyload, #pf0PTo3J8cacDzWKI8ceKE56qhEDApVu.lazyloading { background-image: none; }
#GNa6BuWcf4LSyvd59Sy9vnuXGynJq1Eh { position:absolute;display:block;z-index:15007;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:0.125rem;width:12.0625rem;top:14.3125rem;left:6.875rem;display:block; }
#wdBXDtTXvxnQuE2QUaRa8diLEvBE3UwU { color:rgba(var(--color-tertiary-0),0.03);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.78750610351562rem;left:25.6875rem;height:16.0875rem;font-style:normal;display:block; }
#XvqF0AnATzbvCyl69absmaqwvIkQ3A4y { position:absolute;display:block;z-index:15008;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:0.125rem;width:12.0625rem;top:11.4375rem;left:6.875rem;display:block; }
#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw { 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; }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw > .row .container { background-color: transparent; background-image: none; }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw > .row .container > .video-iframe-container { display: none; }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw > .row > .video-iframe-container { display: none; }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw > .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); }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw > .row .container { border-width: 0; border-radius: 0; }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#TgcdZAu6z2lfNhON2aSMArMHClplck4s { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:8.625rem;left:39.5625rem;height:1.9rem;display:block; }
#r7vhQmUHGXbzrH6i5eKTGvnIrPxUKavq { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:13.375rem;left:39.5625rem;height:13.6rem;text-align:justify;text-align-last:initial;display:block; }
#qQphf8PqFtEOzl506wIpczNI63HMdXBz { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:75rem;top:4rem;left:0rem;display:none; }
#sS0ryXs2sLa2Pw7TIBWkA0rAvWIRUy0l { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4b3000ba-5b83-4272-b362-82fe85621f4f/2021lexusnxoverviewstayconnected810x1080_tcm31702272791.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:28.1875rem;top:5.75rem;left:6.875rem;display:block; }#sS0ryXs2sLa2Pw7TIBWkA0rAvWIRUy0l.adaptive-delivery-prevent-bg, #sS0ryXs2sLa2Pw7TIBWkA0rAvWIRUy0l.lazyload, #sS0ryXs2sLa2Pw7TIBWkA0rAvWIRUy0l.lazyloading { background-image: none; }
#rf7Q9axAtoFgCJWyH68TGhNT4pzAwCFv { position:absolute;display:block;z-index:15007;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:0.125rem;width:13.25rem;top:10.9375rem;left:39.5625rem;display:block; }
#afTTcuVaDIF7GECXm46EU8hIQvDqttrk { color:rgba(var(--color-tertiary-0),0.03);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.625rem;left:35rem;height:16.0875rem;font-style:normal;display:block; }
#l7iktTcyilMwN5UfKmLcrsN6UbWmGnep { color:rgba(var(--color-tertiary-0),0.61);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:27.9375rem;left:39.5625rem;height:2.275rem;display:block; }
#z8O7i52TarAlHNoonrTa8Nlue691ORFg { position:absolute;display:block;z-index:15008;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:0.125rem;width:13.25rem;top:8.125rem;left:39.5625rem;display:block; }
#ShcLAiMZircCbtkRsbXkxrxGw9wH08ph { 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; }#ShcLAiMZircCbtkRsbXkxrxGw9wH08ph > .row .container { background-color: transparent; background-image: none; }#ShcLAiMZircCbtkRsbXkxrxGw9wH08ph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShcLAiMZircCbtkRsbXkxrxGw9wH08ph > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShcLAiMZircCbtkRsbXkxrxGw9wH08ph > .row .container > .video-iframe-container { display: none; }#ShcLAiMZircCbtkRsbXkxrxGw9wH08ph > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShcLAiMZircCbtkRsbXkxrxGw9wH08ph > .row > .video-iframe-container { display: none; }#ShcLAiMZircCbtkRsbXkxrxGw9wH08ph > .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); }#ShcLAiMZircCbtkRsbXkxrxGw9wH08ph > .row .container { border-width: 0; border-radius: 0; }#ShcLAiMZircCbtkRsbXkxrxGw9wH08ph > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ShcLAiMZircCbtkRsbXkxrxGw9wH08ph > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#GAZPdDPmZM6yOtEVE0wK9AWq7gQGkTAA { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:9.9375rem;left:6.8125rem;height:1.9rem;display:block; }
#qyXXqfQ2frbG4Wv1zfQrNXiSrAEfxvgH { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:15.8125rem;left:6.875rem;height:10.2rem;text-align:justify;text-align-last:initial;display:block; }
#N2RCwVXRGGGdmSVFScmZ9nh1yL7coVEL { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:75rem;top:3.5rem;left:0rem;display:none; }
#tZ8cC4CSvpKaoeFGJGm5nhF61cXgBGnh { position:absolute;display:block;z-index:15007;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:0.125rem;width:8.8125rem;top:12.25rem;left:6.875rem;display:block; }
#v1C6dZKAPVQ30x5znveKPrsBbxWwWSko { color:rgba(var(--color-tertiary-0),0.03);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.375rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:2rem;left:1.875rem;height:16.0875rem;font-style:normal;display:block; }
#ZFu1trq5xQWI5HO1OXZXJ4Er5qaw0f36 { position:absolute;display:block;z-index:15008;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:0.125rem;width:8.8125rem;top:9.375rem;left:6.8125rem;display:block; }
#I6FkC9l6fwfVsTmOgOO20FKJyUN7GvGZ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4a9b2c8d-df9c-41d4-acb0-666b4b6518aa/2021lexusnxoverviewomotenashiwelcome810x1080_tcm31702272779.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:28.1875rem;top:5.75rem;left:40.4375rem;display:block; }#I6FkC9l6fwfVsTmOgOO20FKJyUN7GvGZ.adaptive-delivery-prevent-bg, #I6FkC9l6fwfVsTmOgOO20FKJyUN7GvGZ.lazyload, #I6FkC9l6fwfVsTmOgOO20FKJyUN7GvGZ.lazyloading { background-image: none; }
#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e { 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; }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e > .row .container { background-color: transparent; background-image: none; }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e > .row .container > .video-iframe-container { display: none; }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e > .row > .video-iframe-container { display: none; }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e > .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); }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e > .row .container { border-width: 0; border-radius: 0; }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#EwbU6da0MpHD3BdhP9NgEgxaND53ERBy { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:34.4375rem;display:block; }
#Do1XydnreNcZmEi11HvuVLf4W1nMAHmN { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),0.57);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:35.375rem;display:block; }
#WP61yyMg3W3bEEHMpWMk11oWH8JBZqlo { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),0.57);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:36.3125rem;display:block; }
#IpCDWICStTvPmu7vSk21cyAtBIGWTt8n { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),0.57);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:37.3125rem;display:block; }
#DzFt5NeETRplqSGcFpC3wT0hKNqwhky7 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),0.57);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:38.25rem;display:block; }
#uVaMH2ZTFuL1afiyZtIXeDSKTLizgfo2 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0.57);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:39.25rem;display:block; }
#effnQ39RfGcCTUFCZdb8KTQL3AFaSAIG { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),0.57);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:40.3125rem;display:block; }
#GdhxBtpxmZHTqq4IWrCC5sBu0oGAGWiz { 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; }#GdhxBtpxmZHTqq4IWrCC5sBu0oGAGWiz > .row .container { background-color: transparent; background-image: none; }#GdhxBtpxmZHTqq4IWrCC5sBu0oGAGWiz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdhxBtpxmZHTqq4IWrCC5sBu0oGAGWiz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdhxBtpxmZHTqq4IWrCC5sBu0oGAGWiz > .row .container > .video-iframe-container { display: none; }#GdhxBtpxmZHTqq4IWrCC5sBu0oGAGWiz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdhxBtpxmZHTqq4IWrCC5sBu0oGAGWiz > .row > .video-iframe-container { display: none; }#GdhxBtpxmZHTqq4IWrCC5sBu0oGAGWiz > .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); }#GdhxBtpxmZHTqq4IWrCC5sBu0oGAGWiz > .row .container { border-width: 0; border-radius: 0; }#GdhxBtpxmZHTqq4IWrCC5sBu0oGAGWiz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GdhxBtpxmZHTqq4IWrCC5sBu0oGAGWiz > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#mp7U3Ffd3hrvqtx7vJP0kdWusDdWKR1T { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.4375rem;left:0rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pKdGGLJfcaIbhfmrTcqIz6PmqdKWxtww { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0.0625rem;height:2.76278125rem;text-align:justify;text-align-last:initial;display:block; }
#if646B0M7qb8BwDIiia4F6IElrhwiowy { 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; }#if646B0M7qb8BwDIiia4F6IElrhwiowy > .row .container { background-color: transparent; background-image: none; }#if646B0M7qb8BwDIiia4F6IElrhwiowy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#if646B0M7qb8BwDIiia4F6IElrhwiowy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#if646B0M7qb8BwDIiia4F6IElrhwiowy > .row .container > .video-iframe-container { display: none; }#if646B0M7qb8BwDIiia4F6IElrhwiowy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#if646B0M7qb8BwDIiia4F6IElrhwiowy > .row > .video-iframe-container { display: none; }#if646B0M7qb8BwDIiia4F6IElrhwiowy > .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); }#if646B0M7qb8BwDIiia4F6IElrhwiowy > .row .container { border-width: 0; border-radius: 0; }#if646B0M7qb8BwDIiia4F6IElrhwiowy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#if646B0M7qb8BwDIiia4F6IElrhwiowy > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#ATnw9RUTMR7OMcVTVemZn6HS0CF71563 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-secondary-4),0.08) ;height:20.25rem;width:20.25rem;top:8.6875rem;left:27.3125rem;display:block; }
#GxPEi3FB3e5BSzMmWSB1BAmZFcEVDqOz { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.5625rem;height:5.3625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kskHCVu1kshIAWUfEEh3RlSnnIfbZQTI { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:24.4375rem;left:5.5rem;height:5.3625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RcxBvT9qHWb3LkalPZcvahxcH8qBN25c { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.5rem;left:54.625rem;height:5.3625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T9RoPo1alSlBPXzFLCedPOpS3Juwehv2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.3125rem;left:54.5rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EVa7dkE7icJDA7UMrK7vtA4b6zGrw7fA { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.1875rem 0.5625rem 1.5625rem rgba(var(--color-secondary-4),0.03) ;height:10.0625rem;width:18.3125rem;top:7.125rem;left:4.0625rem;display:block; }
#uZtmGdXkWDMn1xecoTczlF2zGtRMwNSP { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.1875rem 0.5625rem 1.5625rem rgba(var(--color-secondary-4),0.03) ;height:5.25rem;width:5.25rem;top:4.625rem;left:10.5625rem;display:block; }
#PTAJff9FHM3pl0N2mbMCkrutyzvTA8wc { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.1875rem 0.5625rem 1.5625rem rgba(var(--color-secondary-4),0.03) ;height:5.25rem;width:5.25rem;top:4.6875rem;left:59.1875rem;display:block; }
#fidqMT9wCG6gTaTkH1HAHp53NDzFLInT { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.1875rem 0.5625rem 1.5625rem rgba(var(--color-secondary-4),0.03) ;height:10.0625rem;width:18.3125rem;top:7.1875rem;left:52.6875rem;display:block; }
#sRkWyzM8zsRZpXTzOnV5D9FGdJTm7lQf { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.1875rem 0.5625rem 1.5625rem rgba(var(--color-secondary-4),0.03) ;height:10.0625rem;width:18.3125rem;top:20.875rem;left:4.0625rem;display:block; }
#AIKsRLMNGX7bAogFDwLK68nQJQ3qhAXR { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.1875rem 0.5625rem 1.5625rem rgba(var(--color-secondary-4),0.03) ;height:5.25rem;width:5.25rem;top:18.375rem;left:10.625rem;display:block; }
#Rio2qVDqDT0ITmUkDTpUEk82QyxFee3Q { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.1875rem 0.5625rem 1.5625rem rgba(var(--color-secondary-4),0.03) ;height:10.0625rem;width:18.3125rem;top:20.9375rem;left:52.6875rem;display:block; }
#svgDezUaNOWat09eW8JQMEz7LdTNVkyt { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef2', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, #eaeef2, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.1875rem 0.5625rem 1.5625rem rgba(var(--color-secondary-4),0.03) ;height:5.25rem;width:5.25rem;top:18.4375rem;left:59.25rem;display:block; }
#lgxb0ZdkSBZ53pgitS11e9AQ7O8AWqvb { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(90,93,113,0.08);border-left:0.0625rem solid rgba(90,93,113,0.08);border-right:0.0625rem solid rgba(90,93,113,0.08);border-bottom:0.0625rem solid rgba(90,93,113,0.08);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:33.4375rem;width:33.9375rem;top:2.0625rem;left:20.375rem;display:block; }
#LqSaXbRTeiHsUrCGxn5eXoAoBqWhJq3A { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(90,93,113,0.08);border-left:0.0625rem solid rgba(90,93,113,0.08);border-right:0.0625rem solid rgba(90,93,113,0.08);border-bottom:0.0625rem solid rgba(90,93,113,0.08);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:26.5625rem;width:26.9375rem;top:5.5rem;left:23.875rem;display:block; }
#qT1pVlT8Id7zgi2CJDlpGcOIu8MnQZ0D { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.125rem;top:5.8125rem;left:11.625rem;overflow:hidden;display:block; }
#NH8Ut3XtuB6p2vJlCAnOXP8MxCplikb6 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3.0625rem;top:19.8125rem;left:11.6875rem;overflow:hidden;display:block; }
#k9UipkL1bMVUL9Pe0UDp729VykOwp0qM { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:5.875rem;left:60.5rem;overflow:hidden;display:block; }
#hTCOWsREvB1Er6go2EUOr6SkQFO2TJLv { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:2.5625rem;top:19.3125rem;left:60.5625rem;overflow:hidden;display:block; }
#G8oeNElTwG9sM4k5PqC22XBySZ55uuW1 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:12.125rem;top:18.0625rem;left:31.4375rem;overflow:hidden;display:block; }
#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB > .row .container { background-color: transparent; background-image: none; }#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB > .row .container > .video-iframe-container { display: none; }#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB > .row > .video-iframe-container { display: none; }#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB > .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); }#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB > .row .container { border-width: 0; border-radius: 0; }#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#HKSPZl7xGnbQVKnZT9OdELz1KgRas7TW { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.0874938964844rem;left:0rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b5gfzi6TU7tmgrugtPHyrccSSdUe8pGo { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.375rem;left:33.125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L3NzyeZD56KtXhDm4X8vCNo9ebIEzK11 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12rem;left:33.125rem;height:3.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QM0UE3nVJCOUzsOv5wVwmE3dATAPS4ST { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.125rem;left:55.25rem;height:3.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pti8o1vcGu8dOlT1IlpVdi6nyTtsHpw3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.5rem;left:55.25rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rxRUsbWUvESSsRoAsP8TC88L34IisEzb { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:26.0625rem;left:33.125rem;height:3.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BxhwdQ4atTIFDcgi2hCd7LXdTb7lTPPD { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:26.0625rem;left:55.25rem;height:3.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u07bwV2944HtOkoLhq2lghWiETvmMUgs { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.4375rem;left:33.125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tcOS37AnG4rV6WJVJheCvHKkhw136Ozn { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.4375rem;left:55.25rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q5y7OObPyUzop8UG71vbDaEfE8ir3mA8 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:5.3125rem;left:33.125rem;overflow:hidden;display:block; }
#BAIkiSim3Drc8TlmnbkO2luUvHoH28DE { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:3.1875rem;top:5.8125rem;left:55.25rem;overflow:hidden;display:block; }
#UrMe5s2aRwD5V9rquyabUuGm6ULyO7CO { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:19.1875rem;left:33.125rem;overflow:hidden;display:block; }
#XXUZIkVPtTzfABH8TgnUQdVn3eFT8a6q { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:19.5rem;left:55.25rem;overflow:hidden;display:block; }
#EyE9Vs7xBWMa8glbgscA1X18DbAUG3nV { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-secondary-4),0.08) ;height:12.5rem;width:19.4375rem;top:4rem;left:31.0625rem;display:block; }
#KETQeb8m60bd4a8ShsBk8kV4PLyOlXha { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-secondary-4),0.08) ;height:12.5rem;width:19.4375rem;top:4rem;left:53.15625rem;display:block; }
#nKRcahpsUq7FT1xzGHWEFMHQKSmDBTZ7 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-secondary-4),0.08) ;height:12.5rem;width:19.4375rem;top:18.081249237061rem;left:53.25rem;display:block; }
#l1XXIRQbKUMVZexw76mBrul62Q3cdUoh { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-secondary-4),0.08) ;height:12.5rem;width:19.4375rem;top:18.081249237061rem;left:31.03125rem;display:block; }
#ADpbWED53Fu2SPzGlq6lmwZtKLZubcZR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:24.125rem;left:1.25rem;height:2.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eQtfLT5TB7aRwm2g4dE943cMZwLVTFr4 { z-index:15015;top:26.875rem;left:1.25rem;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-secondary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JSVpoSTIk5AhAmMb8Fcmy6Rr6R4POGmi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd { 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; }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd > .row .container { background-color: transparent; background-image: none; }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd > .row .container > .video-iframe-container { display: none; }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd > .row > .video-iframe-container { display: none; }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd > .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); }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd > .row .container { border-width: 0; border-radius: 0; }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd > .row .container { font-size:0.875rem;font-family:arial;height:87.25rem;width:75rem;position:relative;display:block; }#EEHkcVVpVMtbd9nxUq6Oe4EvmVp8cCiq { position:absolute;display:block;z-index:15005;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:0.125rem;width:20.0625rem;top:5.3125rem;left:27.5rem;display:block; }
#E0wSSMiEi7UBQJUSghIPNbH9aNlJ8bD0 { position:absolute;display:block;z-index:15006;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:0.125rem;width:20.0625rem;top:8.75rem;left:27.5rem;display:block; }
#TX2raysJCmqJckGiHktunVNTA3WddqBn { color:rgba(var(--color-tertiary-0),1);display:block;width:49.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:5.9375rem;left:12.875rem;height:2.15625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MkTPLGqWvDNx5x6mPCw3vPnpXVX0T0ba { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:39.75rem;width:70.9375rem;top:43.9375rem;left:2.03125rem;display:block; }
#b7t3nlnGSZtoKTocer1klFH4xcOpJPJV { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:16.125rem;top:11.375rem;left:2rem;overflow:hidden;display:block; }
#iftFKXCbM5nA3wJmk9nU70r9CqXcMWFz { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:16.125rem;top:11.375rem;left:20.25rem;overflow:hidden;display:block; }
#SfvpbL3CSTx7tN4V71LTefiAwx3eaSwx { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:16.125rem;top:11.375rem;left:38.6875rem;overflow:hidden;display:block; }
#izZM1s2tP9rF3qqqKfJbyeARVZIChQDG { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:16.125rem;top:11.375rem;left:56.875rem;overflow:hidden;display:block; }
#kk6QJzULnDQ2TSD78U47lb0CxzoRMkaH { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:16.125rem;top:22rem;left:2rem;overflow:hidden;display:block; }
#MKU1DMrcJBvfdi0haoBrkmfu3rTZ64UT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:16.125rem;top:22rem;left:20.25rem;overflow:hidden;display:block; }
#kTD4ODPgh27OAohDAKn2zWQV76N8vrPo { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:16.125rem;top:22rem;left:38.6875rem;overflow:hidden;display:block; }
#vQ5Wk47qZiCpi3V2TcGSt0p8aIcJc0iE { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:16.125rem;top:22rem;left:56.875rem;overflow:hidden;display:block; }
#gViPdeebT08d2U44Gepf1uPwhsW27Z3C { position:absolute;display:block;z-index:15021;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.0625rem;width:16.125rem;top:32.6875rem;left:38.6875rem;overflow:hidden;display:block; }
#uzc1cdEwJ4iNsxuA1EsPnVHeHzJTJGJe { position:absolute;display:block;z-index:15022;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.0625rem;width:16.125rem;top:32.6875rem;left:56.875rem;overflow:hidden;display:block; }
#ui3thh2glTDtloXMMI6iRbpKaha42bVZ { position:absolute;display:block;z-index:15020;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.0625rem;width:16.125rem;top:32.6875rem;left:20.25rem;overflow:hidden;display:block; }
#rEeL2GT8AZhTVwHRbc23oeoSwKSMQOxN { position:absolute;display:block;z-index:15019;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.0625rem;width:16.125rem;top:32.6875rem;left:2rem;overflow:hidden;display:block; }
#BMBKJdJr213Dat073SEmE9gMTzTbs5HF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#BMBKJdJr213Dat073SEmE9gMTzTbs5HF > .row .container { background-color: transparent; background-image: none; }#BMBKJdJr213Dat073SEmE9gMTzTbs5HF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMBKJdJr213Dat073SEmE9gMTzTbs5HF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMBKJdJr213Dat073SEmE9gMTzTbs5HF > .row .container > .video-iframe-container { display: none; }#BMBKJdJr213Dat073SEmE9gMTzTbs5HF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMBKJdJr213Dat073SEmE9gMTzTbs5HF > .row > .video-iframe-container { display: none; }#BMBKJdJr213Dat073SEmE9gMTzTbs5HF > .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); }#BMBKJdJr213Dat073SEmE9gMTzTbs5HF > .row .container { border-width: 0; border-radius: 0; }#BMBKJdJr213Dat073SEmE9gMTzTbs5HF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BMBKJdJr213Dat073SEmE9gMTzTbs5HF > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#h2vVXTmcekCvr7dNMnzT8LIcBb0eSNC4 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:4.75rem;height:1.70625rem;display:block; }
#k2nfwTuoUW1ZBm9ifgO9G4xqDh7Nhoa5 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:54.625rem;height:1.70625rem;display:block; }
#icoLJTiXvU1d60GHt9Mkn2BRmFHKga2l { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1875rem;left:29.9375rem;height:1.70625rem;display:block; }
#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f145e5e9-9143-4d02-a151-7c9de652f0d9/BG.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3.adaptive-delivery-prevent-bg, #oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3.lazyload, #oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3.lazyloading { background-image: none; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row .container { background-color: transparent; background-image: none; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.17); }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row .container > .video-iframe-container { display: none; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.17); }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row > .video-iframe-container { display: none; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .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); }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row .container { border-width: 0; border-radius: 0; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;position:relative;display:block; }#m4l7FHGZgW9APRdnFpa02xbiGBZCMaNV { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),0.83);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.41) ;height:41.25rem;width:39.9375rem;top:-0.0625rem;left:17.53125rem;display:block; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-form-header {  }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);width:32rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-4),0.28);border-left:0.0625rem solid rgba(var(--color-secondary-4),0.28);border-right:0.0625rem solid rgba(var(--color-secondary-4),0.28);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),0.28);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32rem;box-sizing:border-box;height:2.9375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-text {padding-top: 0; padding-bottom: 0;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-4),0.28);border-left:0.0625rem solid rgba(var(--color-secondary-4),0.28);border-right:0.0625rem solid rgba(var(--color-secondary-4),0.28);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),0.28);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-4),0.28);border-left:0.0625rem solid rgba(var(--color-secondary-4),0.28);border-right:0.0625rem solid rgba(var(--color-secondary-4),0.28);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),0.28);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32rem;box-sizing:border-box;height:2.875rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-select {padding-top: 0; padding-bottom: 0;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:32rem;height:3.625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;color:rgba(var(--color-tertiary-4),0.77);vertical-align:top;width:33.125rem;overflow:hidden;font-style:normal;line-height:1.2; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-container:first-of-type{padding-top:0;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-container:last-of-type{padding-bottom:0;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.8820190429688rem;left:19.875781059265rem; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32rem;display:block;vertical-align:top; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J {display:block;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.8820190429688rem;left:19.875781059265rem; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #PXvncFBiTufTDOhQRrFTd976teEl78pe { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Mo4sLbT01Boc0NLGCMsxuSQWt1BLwWCd { position:relative;display:block; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #xWMwChnv9cWxAgxq6UC88601GWno4X4L { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #FoXool03DnxJREoCVXy4w3g2Ws3tpVya { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #wvUaTfZkdOWdr0tor1MVNanBo63dB5ls { position:relative;display:block; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #uhidQ1Q1CtxSJtl5wNQyt9dcV0gJmz6V { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #nAIF6T464u7RAMO2eX69KKc3KHoqMdpy { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #bkO4BqSv2PcPUH4kXv4K4LpUVeW2iAIL { position:relative;display:block; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #FS3TnDhBd9nfFTs8PJ3l4BoGERTh3Bs2 { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #L1mBJIQ6o8teCuFi2tNsCTtIm7KtZ2pl { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #v7zScoea0u8Cn5vE99LJBm634ISbTIKm { position:relative;display:block; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #ylRNiWR0JHzTI8bGGzaePhrUybJJez4T { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #miVw9xmTt2IRJdDInV5rJ92BELGXIvHZ { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #JCTuXfuy57hDzd3DgV5ytomQqGUeCpfV { position:relative;z-index:2; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Ogw0XORfpUWxwLO4XExpnGN458Guerw7 { position:relative; }
#rpfi2VeAiHSWtGcGUZ9Zn5faqe3QzSJh { position:relative;display:block;z-index:100000;display:block; }
#sSK5SNbHgyIk7HCb9meD0i2bCz4KpSLk { position:relative;display:block;z-index:100000;display:block; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #GGLmKMKW8NReGwZlKIAxo3QAXMJtiCNp { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Phah5hdzTiGIrGrEbzzAaWxs8OnpXruV { position:relative; }
#Ul25I2AMncvTDH1gKaq2CGHp00HWyQez { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:1.75rem;left:21.625rem;height:3.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LbPSpSpWeSEqy7WmZKMrqVi1WmytXKrX { background-color:transparent;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.0625rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyota;font-size:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:1.0052083125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:39.3125rem;left:33.40625rem;display:block; }
#iTZnm6bgK6PmxkdRQgDRuMgHTBPAdDfh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n2SMfvDkLamTsMztmvk8C2TzNJNc7iM9 { 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; }#n2SMfvDkLamTsMztmvk8C2TzNJNc7iM9 > .row .container { background-color: transparent; background-image: none; }#n2SMfvDkLamTsMztmvk8C2TzNJNc7iM9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2SMfvDkLamTsMztmvk8C2TzNJNc7iM9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2SMfvDkLamTsMztmvk8C2TzNJNc7iM9 > .row .container > .video-iframe-container { display: none; }#n2SMfvDkLamTsMztmvk8C2TzNJNc7iM9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2SMfvDkLamTsMztmvk8C2TzNJNc7iM9 > .row > .video-iframe-container { display: none; }#n2SMfvDkLamTsMztmvk8C2TzNJNc7iM9 > .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); }#n2SMfvDkLamTsMztmvk8C2TzNJNc7iM9 > .row .container { border-width: 0; border-radius: 0; }#n2SMfvDkLamTsMztmvk8C2TzNJNc7iM9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n2SMfvDkLamTsMztmvk8C2TzNJNc7iM9 > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#RVsK55ihJR9AuCQUFqTAKUTIBltAAbrE { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:4.375rem;left:4.0625rem;height:7.5rem;display:block; }
#CcukAuLvwh8O1aTPbBEpF1zTcfGkItpD { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:17.75rem;left:4.0625rem;display:block; }
#HhOnH19Hrofx26ZPDFBAGNbwcwEc1LlK { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:17.875rem;left:6.375rem;height:1.8rem;display:block; }
#L1pTLcZmGALIMXFpG4SKeaB45DtaPquT { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:15.6875rem;left:4.0625rem;display:block; }
#KE2SSGrfdhF9PfHDBTu1nBCtxRF3tRdT { 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:1.0625rem;width:1.5rem;top:13.8125rem;left:4.375rem;overflow:hidden;display:block; }
#D6OzhfnqTV9F9Aq8edPZ2zdphGynZoW8 { position:absolute;display:block;z-index:15006;height:21.3125rem;width:38.0625rem;top:3.53125rem;left:33.1875rem;display:block; }
#hRlN7hzOw04aLAbIf21EldGtgxIN7Dum { position:absolute;display:block;z-index:15006;height:21.3125rem;width:38.0625rem;top:3.53125rem;left:36.9375rem;display:none; }
#bZp6HQfWrsb35mZUcWbZo3iEBfaH4Qrr { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.135395875rem;height:2.697914625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:21.25rem;left:4.0625rem;display:block; }
#yka2M3GDTmgTvwmqtpGgvrknq9lQZzW7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ycvnC3ezniN0ZDmnCe0whC0B8UXmCUon { 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-top:0;border-left:0;border-right:0;border-bottom: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-secondary-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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:1.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:15.90625rem;left:6.375rem;display:block; }
#fwOdhcTlqFWTH4Po8o1nRZPR12TObDgc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PFZFtteFp2QLxrind5V4kUZHr6e3IKB4 { 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-top:0;border-left:0;border-right:0;border-bottom: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-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:12.9375rem;left:6.375rem;display:block; }
#lwGb3k0rUNvMKloJpMZl25FHe11lFfK1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G4gEic4PBT76sU7LQoeDWskiXRCuugqv { 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; }#G4gEic4PBT76sU7LQoeDWskiXRCuugqv > .row .container { background-color: transparent; background-image: none; }#G4gEic4PBT76sU7LQoeDWskiXRCuugqv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4gEic4PBT76sU7LQoeDWskiXRCuugqv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4gEic4PBT76sU7LQoeDWskiXRCuugqv > .row .container > .video-iframe-container { display: none; }#G4gEic4PBT76sU7LQoeDWskiXRCuugqv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4gEic4PBT76sU7LQoeDWskiXRCuugqv > .row > .video-iframe-container { display: none; }#G4gEic4PBT76sU7LQoeDWskiXRCuugqv > .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); }#G4gEic4PBT76sU7LQoeDWskiXRCuugqv > .row .container { border-width: 0; border-radius: 0; }#G4gEic4PBT76sU7LQoeDWskiXRCuugqv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G4gEic4PBT76sU7LQoeDWskiXRCuugqv > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;position:relative;display:block; }#T2h0v82Gh9NBa5DTLZ1aAGWaKonBRSTt { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:1.2312507629394rem;left:0rem;height:7.8rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#msPdfmOOGPPKbKB3lqJiCH3CVPpMqkWP { 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; }#msPdfmOOGPPKbKB3lqJiCH3CVPpMqkWP > .row .container { background-color: transparent; background-image: none; }#msPdfmOOGPPKbKB3lqJiCH3CVPpMqkWP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msPdfmOOGPPKbKB3lqJiCH3CVPpMqkWP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msPdfmOOGPPKbKB3lqJiCH3CVPpMqkWP > .row .container > .video-iframe-container { display: none; }#msPdfmOOGPPKbKB3lqJiCH3CVPpMqkWP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msPdfmOOGPPKbKB3lqJiCH3CVPpMqkWP > .row > .video-iframe-container { display: none; }#msPdfmOOGPPKbKB3lqJiCH3CVPpMqkWP > .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); }#msPdfmOOGPPKbKB3lqJiCH3CVPpMqkWP > .row .container { border-width: 0; border-radius: 0; }#msPdfmOOGPPKbKB3lqJiCH3CVPpMqkWP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#msPdfmOOGPPKbKB3lqJiCH3CVPpMqkWP > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:75rem;position:relative;display:block; }#aprfAZ5DrwbFySBEHeO5T9PhoSh3C3TN { color:rgba(var(--color-tertiary-4),1);display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0.68125152587888rem;left:0.8125rem;height:1.1375rem;font-style:normal;display:block; }
#qU7XXkfOaEGAgm4hZ6RF013ZBSIwpnTC { 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-top:0;border-left:0;border-right:0;border-bottom: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-secondary-4),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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0rem;left:66rem;display:block; }
#iz6tbFVDZ3dH2iZbcyBopkZkvZIKQSTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pHtaPRFHQIGyHxi8yJTXJ8IMtHCK1KyC { 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; }#pHtaPRFHQIGyHxi8yJTXJ8IMtHCK1KyC > .row .container { background-color: transparent; background-image: none; }#pHtaPRFHQIGyHxi8yJTXJ8IMtHCK1KyC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHtaPRFHQIGyHxi8yJTXJ8IMtHCK1KyC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHtaPRFHQIGyHxi8yJTXJ8IMtHCK1KyC > .row .container > .video-iframe-container { display: none; }#pHtaPRFHQIGyHxi8yJTXJ8IMtHCK1KyC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHtaPRFHQIGyHxi8yJTXJ8IMtHCK1KyC > .row > .video-iframe-container { display: none; }#pHtaPRFHQIGyHxi8yJTXJ8IMtHCK1KyC > .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); }#pHtaPRFHQIGyHxi8yJTXJ8IMtHCK1KyC > .row .container { border-width: 0; border-radius: 0; }#pHtaPRFHQIGyHxi8yJTXJ8IMtHCK1KyC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pHtaPRFHQIGyHxi8yJTXJ8IMtHCK1KyC > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#OgmUk84iAC9zysb2OOteztUTVlFLedLQ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:16.6875rem;left:1.125rem;height:1.1375rem;font-style:normal;display:block; }
#OboX7ewfFvk3OANRTQkdrgopAGLEv5Gr { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:16.375rem;height:1.1375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tEy57HT5cClGzvTbVUy1O2zAlspn8aTK { display:block; }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBPXQbQoXZMuqnATKgk6FNyT8pO63k1H { width:5.9375rem;height:3.4375rem;top:0.75rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebTKdcRptLdSTKNGTaPES9tq0gSKG4Fi { display:block; }
 }@media only screen and (max-width: 763px) { #VgIwWSktc1ltt0amlLwn9eQRDsguwC7p { width:10.5625rem;height:3.4375rem;top:0.75rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfrlshxv85DDIuZDGZ2n4g8gmlBW2hoo { display:block; }
 }@media only screen and (max-width: 763px) { #OGcHPEIOnqIHCDXtzS7CPSGVxH5u8NZP { top:0rem;left:0rem;width:15.125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFweo4pd3rJpsImIKvz7B922atlL3Qdb { top:1.5625rem;left:0rem;width:11.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWNnnkG0ye8P4cmP3GV8Lm9cNzC89FED { width:9rem;height:3.4375rem;top:0.75rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRSrI3z9kTF1oHhPsFUxrQ1R14e9NnaU { display:block; }
 }@media only screen and (max-width: 763px) { #u4rk9Z2I5eUaF7z8Io8wsefMl9SZs6yi { width:10.875rem;height:3.4375rem;top:0.75rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt9EOrD2xyz6Vy1Ei5NDmcTV4m2T3V07 { display:block; }
 }@media only screen and (max-width: 763px) { #VOLDfkpK5I0QFJsx6SFCu43PDCv3PxJ3 { width:12.5625rem;height:3.4375rem;top:0.75rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE6s93ZqT0qcwQauQLiT4l1IbrpQtnMH { display:block; }
 }@media only screen and (max-width: 763px) { #c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT { display:block; }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwTEXGcaae4eLmPLBeEuTbHpzMhnOE0X { top:7rem;left:0rem;width:22.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBUWlWeg8TEMlEXVcDD2LTKxTCvVIqPE { top:11.25rem;left:0rem;width:12.875rem;height:3.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRrpt0Pt1wH4tfnPdhqQXq9tRGtDh9X0 { top:11rem;left:0rem;width:12.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1w76NsOqdeZ458PknST0EeUApRwZFZ8 { width:17rem;height:3.3125rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxEpT3mcNUffPkHRu3MC12KzWrmIcO31 { display:block; }
 }@media only screen and (max-width: 763px) { #ymyc96lPU8Ttt7FHllORWKgoHN3TwWh8 { top:15.1875rem;left:0rem;width:12.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwW9QfZfd2RN74XOwRftVVKrpUTPrTMl { top:0rem;left:11.53125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5a4PxJPpXbKD9t7s9aDTpHC9coL36xH { top:8.625rem;left:0rem;width:20rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COhG6dbXLVfFiMshPATnMJhirMyMbOwy { top:7rem;left:0rem;width:47.75rem;height:24.982603092784rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtVW3nu8BK7UdHrK5quVKl5c1CtlhDV3 { top:42.4375rem;left:29rem;width:10.875rem;height:3.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVPloepW1euwT2165u4iTO9ow6JQ4T6n { top:42.625rem;left:40.5625rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5yOkfS6ThDqSCN3BAxucXw3TScyf1AS { top:15.5rem;left:0rem;width:30.3125rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmNDqE8RafaAhIr6Jt2JcphrPmA7sMtk { top:8.8125rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzTi3HiZ1zbbQpAdcucVmQU1Upsn77r0 { top:20.625rem;left:0rem;width:30.3125rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldpg3VqOe8VATLcCTLVGNXC5smvszGOw { top:18.125rem;left:0rem;width:33.0625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKQ6Tg2TUxlM0tswtblrFKW8SXZxXUm1 { top:8.25rem;left:1.5625rem;width:45.9375rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #dED4DTyeCwoWTygdEtd5f64yCel5QDT2 { display:block; }#dED4DTyeCwoWTygdEtd5f64yCel5QDT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMW62vmrWDBtfcT9DwsqKyGKn8SC9s67 { top:2.125rem;left:14.5625rem;width:33.1875rem;height:15.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD5hUgQsFbkPcyxo4PkE4TJfQmIEERGb { top:15.375rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW9dxXTHoONNDqhZhp5qDf4T0GgOM3Wc { top:27.0625rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbrTqoQiKcXQ3MsLNrcSSxxQxQCq4vu6 { top:32.1875rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG5dUBBOVtUqw4GghVcqpGbbnJvZuGuC { top:27.0625rem;left:19.9375rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #McPbTDv9U1hKTTtWVAP7E59Xf1SaFR8V { top:35.75rem;left:30.5rem;width:0.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRMEFox8OtT3fB2zlrILbBTnAm3bb3xp { top:32.1875rem;left:27rem;width:20.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTwBzPI7VfChdogiiqIRxSgUSldVUwmm { top:33.875rem;left:46.8125rem;width:0.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snkDV7dNasPv9m8MgxleiuLk3LbMXLeh { top:41.1875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfkwLPgv1TqI9GT7aGlPrpF6gbeUiFcH { top:27.8125rem;left:11.75rem;width:20.5rem;height:5.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NamzJoZg2zkiuehbLtJ5xQeDgybEV0EU { top:27.6875rem;left:44.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCVZlHTHIUco5GRUEyO6AFxKTrhz4e5t { top:1.5625rem;left:0rem;width:30.125rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTuiAG9ua0ZuG90dV2PWiDRICkuVsPXm { top:32.1875rem;left:12.59375rem;width:20.4375rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #heBM0aL5PUxct7ewTgHilb2ALESy48aR { display:block; }#heBM0aL5PUxct7ewTgHilb2ALESy48aR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HF4FBvE3p5WrPnMAZlhHzIMaCIOJkLA9 { top:35.25rem;left:0rem;width:31.3125rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNWsSyDeQsS2LwfaZZtgKqU3fB7pwVg7 { top:17.125rem;left:0rem;width:36.875rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #arLiwemSfJckUvAVex8Bwqw54DJFQ6Td { top:13.1875rem;left:2.125rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnyxMGZk45H704qq1zvDDK2vfPIJ6VKu { top:17.125rem;left:10.875rem;width:36.875rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPphyXLWVOFwDVty6LDD1PG6ZIHDZpuq { top:2.125rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7cFlnVWWFuzyCgikJoeQaTam8KFPB4w { top:14.5rem;left:2.125rem;width:5.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJToMd8JLStI239KKu0W3idMqy6FRdVa { top:13.25rem;left:40.3125rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlhJrSdJg6q76X0Krfh1wLRXV3pTJuST { top:14.5625rem;left:40.3125rem;width:5.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf { top:19.1875rem;left:0rem;width:31.1875rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vASnwTSKmOGgDABB3nhgblN5KMffQH5T { top:19.1875rem;left:16.5625rem;width:31.1875rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zduPtz2x15yIqunHrdRMebRcXCTSAq13 { top:35.25rem;left:16.5rem;width:31.25rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui8ffV7Dyp2y7WVW05kleJBrHiFzMrZb { width:12.75rem;height:3.4375rem;top:54.9375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #txGfMsxeTco54MqNie3zw3Xak5RXzLbn { display:block; }
 }@media only screen and (max-width: 763px) { #HE1G1KPddxn6PXVxQTnwnEd5Hy7NA10u { width:15.375rem;height:3.4375rem;top:54.9375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg39ECD7ZdrXsFkxqUK9lgQxA0OfFVd0 { display:block; }
 }@media only screen and (max-width: 763px) { #SlA2Gw8HHMGV1h2OTCp3rT2NAZGrwam4 { width:14.375rem;height:3.4375rem;top:54.9375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvBeKX5QcaKKf2oX2JAb3vLNsVepzhin { display:block; }
 }@media only screen and (max-width: 763px) { #yJ0QVfgJXvPrOTZvEDEPbScxmtm5k8FR { top:5.5625rem;left:38.375rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKETht6QEbHxDwM84XJ7ZfrK5JzqfKTk { top:9.6875rem;left:38.375rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSKbRSELLhevrWabaanvAZmDy3V5xxrP { width:14.375rem;height:3.4375rem;top:54.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyTilOxhnRtbenS3UmHNXNTfgpSrpi6U { display:block; }
 }@media only screen and (max-width: 763px) { #sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq { display:block; }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n { display:block; }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qu6p6kToVmJkRbLTp162lXKmGpbeIwBW { top:3.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTWaugM8OtsUMWboqX3pmtsFGNecPHwm { top:6rem;left:11.9375rem;width:14.3125rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV { display:block; }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxn5sTrVx6Zvxx6wGh2lQumbrXthNOUc { top:12.0625rem;left:0rem;width:17.5rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JphVN3Ost0nOczvxkmnHhwqGI5RNtbXw { top:17.375rem;left:0rem;width:27.875rem;height:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxgblpnOma9TwIaLpHTh5BqqIS9ViOQg { top:6.3125rem;left:0rem;width:47.75rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0Lp2p9Qkh7k6dluF6Fxm5RVFDAXih03 { top:5.5rem;left:19.5625rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0c0QH0SHD4U3at2TKiSXXesBGBZzhQ6 { top:14.4375rem;left:0rem;width:13.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldy4iDFBiwCRzbQ6HaTifWBH8KDv0CTp { top:11.5625rem;left:0rem;width:13.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3kwiNAtKKltyavQPppzb0euIIMQIpdJ { display:block; }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W45HPeK9CuSvdTZsH6zTyq7DKuyS3Z9T { top:8.875rem;left:26rem;width:17.5rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHcgKitGVa0BSh4BngTStaIT9z5lrUwP { top:14.0625rem;left:19rem;width:28.75rem;height:15.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0Xy2gx31iz2uwU4GFrcdGuprzlyCJuX { top:11.125rem;left:26rem;width:15.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl74Ud2QNFuxzccSTFI4UsXFaEwlTgq3 { top:0rem;left:19.1875rem;width:14.5rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6deqhTOSbTiXAo4XnzG0ZfUrPPk9KA3 { top:8.25rem;left:26rem;width:15.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B { top:5.75rem;left:0rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m { display:block; }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTKN9vJiKdTceh5zvDTTsKq2xthGqQ1B { top:8.5625rem;left:0rem;width:19.5rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZz6c3Us2Jui4wfJqo7MEruT0JD2AXwg { top:15.875rem;left:0rem;width:28.6875rem;height:15.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvTx8w5kOQVTTWxJTG0DhBAAFsktv39N { top:2.625rem;left:0rem;width:47.75rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du7u0kHOT3f4oPUORbyVE04BsI6432Rh { top:12.5rem;left:0rem;width:19.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVZvcrWr6EbeyVWEu6Daa79u44LChWg0 { top:0.75rem;left:12rem;width:14.3125rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeyOMD3iykfT4ILvSHHEbgwJIMx64he7 { top:7.9375rem;left:0rem;width:19.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0rZEX4e0wrGmpIkPCSVAHUuBsEbut6J { top:5.75rem;left:19.5625rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA { display:block; }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3K1VNfnhSUQ4qfa3Mgnfgx8qTTrHz8T { top:10.875rem;left:26.125rem;width:17.5rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHswqoqsiT0x1o46WukhsLgpHFmTEHUn { top:15.875rem;left:19.5625rem;width:28.1875rem;height:11.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Z9pHRyGx9C0Lv5dNsNfTwtk0wuh8Gb { top:5.75rem;left:0rem;width:47.75rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWJpkbTHsOea1eu91If1rUBJekyyP6H9 { top:5.75rem;left:0rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8VxPadDA9hGTIDo4WutEF34SNILQvmF { top:13.125rem;left:26.125rem;width:13.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nClskp8DK9oom4fbSmVFfw7Qn6c06x2D { top:1.8125rem;left:19.375rem;width:14.5rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybvxSwQ9REZ5RAeJ6k7hVbH8w8Tg47xf { top:10.25rem;left:26.125rem;width:13.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNNZZkCxlTrfZOpeBmEKW0bnlTnPNmpC { display:block; }#FNNZZkCxlTrfZOpeBmEKW0bnlTnPNmpC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BeBFhUSCkMbX6nHrdHWOcTohts55TsSA { top:11.9375rem;left:0rem;width:17.5rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxrZ7cEJBCwDHUzOiSkxfEv2HmLg2cB1 { top:16.4375rem;left:0rem;width:28.1875rem;height:8.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHaM9DcQwEvU7x5uyGppb1It2cLd4kOx { top:7.0625rem;left:0rem;width:47.75rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf0PTo3J8cacDzWKI8ceKE56qhEDApVu { top:5.75rem;left:19.5625rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNa6BuWcf4LSyvd59Sy9vnuXGynJq1Eh { top:14.3125rem;left:0rem;width:12.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdBXDtTXvxnQuE2QUaRa8diLEvBE3UwU { top:0.75rem;left:12.0625rem;width:14.3125rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvqF0AnATzbvCyl69absmaqwvIkQ3A4y { top:11.4375rem;left:0rem;width:12.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw { display:block; }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgcdZAu6z2lfNhON2aSMArMHClplck4s { top:8.625rem;left:25.9375rem;width:17.5rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7vhQmUHGXbzrH6i5eKTGvnIrPxUKavq { top:13.375rem;left:19.5625rem;width:28.1875rem;height:13.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQphf8PqFtEOzl506wIpczNI63HMdXBz { top:4rem;left:0rem;width:47.75rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS0ryXs2sLa2Pw7TIBWkA0rAvWIRUy0l { top:5.75rem;left:0rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf7Q9axAtoFgCJWyH68TGhNT4pzAwCFv { top:10.9375rem;left:25.9375rem;width:13.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afTTcuVaDIF7GECXm46EU8hIQvDqttrk { top:0.625rem;left:21.375rem;width:12.5rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7iktTcyilMwN5UfKmLcrsN6UbWmGnep { top:27.9375rem;left:21rem;width:26.75rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8O7i52TarAlHNoonrTa8Nlue691ORFg { top:8.125rem;left:25.9375rem;width:13.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShcLAiMZircCbtkRsbXkxrxGw9wH08ph { display:block; }#ShcLAiMZircCbtkRsbXkxrxGw9wH08ph > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAZPdDPmZM6yOtEVE0wK9AWq7gQGkTAA { top:9.9375rem;left:0rem;width:17.5rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyXXqfQ2frbG4Wv1zfQrNXiSrAEfxvgH { top:15.8125rem;left:0rem;width:28.1875rem;height:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2RCwVXRGGGdmSVFScmZ9nh1yL7coVEL { top:3.5rem;left:0rem;width:47.75rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ8cC4CSvpKaoeFGJGm5nhF61cXgBGnh { top:12.25rem;left:0rem;width:8.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1C6dZKAPVQ30x5znveKPrsBbxWwWSko { top:2rem;left:0rem;width:14.3125rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFu1trq5xQWI5HO1OXZXJ4Er5qaw0f36 { top:9.375rem;left:0rem;width:8.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6FkC9l6fwfVsTmOgOO20FKJyUN7GvGZ { top:5.75rem;left:19.5625rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e { display:block; }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwbU6da0MpHD3BdhP9NgEgxaND53ERBy { top:2rem;left:20.8125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do1XydnreNcZmEi11HvuVLf4W1nMAHmN { top:2rem;left:21.75rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP61yyMg3W3bEEHMpWMk11oWH8JBZqlo { top:2rem;left:22.6875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpCDWICStTvPmu7vSk21cyAtBIGWTt8n { top:2rem;left:23.6875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzFt5NeETRplqSGcFpC3wT0hKNqwhky7 { top:2rem;left:24.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVaMH2ZTFuL1afiyZtIXeDSKTLizgfo2 { top:2rem;left:25.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #effnQ39RfGcCTUFCZdb8KTQL3AFaSAIG { top:2rem;left:26.6875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdhxBtpxmZHTqq4IWrCC5sBu0oGAGWiz { display:block; }#GdhxBtpxmZHTqq4IWrCC5sBu0oGAGWiz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mp7U3Ffd3hrvqtx7vJP0kdWusDdWKR1T { top:3.4375rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKdGGLJfcaIbhfmrTcqIz6PmqdKWxtww { top:6.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #if646B0M7qb8BwDIiia4F6IElrhwiowy { display:block; }#if646B0M7qb8BwDIiia4F6IElrhwiowy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATnw9RUTMR7OMcVTVemZn6HS0CF71563 { top:8.6875rem;left:13.6875rem;width:20.25rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxPEi3FB3e5BSzMmWSB1BAmZFcEVDqOz { top:10.5rem;left:0rem;width:15.25rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kskHCVu1kshIAWUfEEh3RlSnnIfbZQTI { top:24.4375rem;left:0rem;width:15.4375rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcxBvT9qHWb3LkalPZcvahxcH8qBN25c { top:10.5rem;left:33.4375rem;width:14.3125rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9RoPo1alSlBPXzFLCedPOpS3Juwehv2 { top:25.3125rem;left:33.1875rem;width:14.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVa7dkE7icJDA7UMrK7vtA4b6zGrw7fA { top:7.125rem;left:0rem;width:18.3125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZtmGdXkWDMn1xecoTczlF2zGtRMwNSP { top:4.625rem;left:0rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTAJff9FHM3pl0N2mbMCkrutyzvTA8wc { top:4.6875rem;left:42.5rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fidqMT9wCG6gTaTkH1HAHp53NDzFLInT { top:7.1875rem;left:29.4375rem;width:18.3125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRkWyzM8zsRZpXTzOnV5D9FGdJTm7lQf { top:20.875rem;left:0rem;width:18.3125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIKsRLMNGX7bAogFDwLK68nQJQ3qhAXR { top:18.375rem;left:0rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rio2qVDqDT0ITmUkDTpUEk82QyxFee3Q { top:20.9375rem;left:29.4375rem;width:18.3125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svgDezUaNOWat09eW8JQMEz7LdTNVkyt { top:18.4375rem;left:42.5rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgxb0ZdkSBZ53pgitS11e9AQ7O8AWqvb { top:2.0625rem;left:6.75rem;width:33.9375rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqSaXbRTeiHsUrCGxn5eXoAoBqWhJq3A { top:5.5rem;left:10.25rem;width:26.9375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT1pVlT8Id7zgi2CJDlpGcOIu8MnQZ0D { top:5.8125rem;left:0rem;width:3.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH8Ut3XtuB6p2vJlCAnOXP8MxCplikb6 { top:19.8125rem;left:0rem;width:3.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9UipkL1bMVUL9Pe0UDp729VykOwp0qM { top:5.875rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTCOWsREvB1Er6go2EUOr6SkQFO2TJLv { top:19.3125rem;left:45.1875rem;width:2.5625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8oeNElTwG9sM4k5PqC22XBySZ55uuW1 { top:18.0625rem;left:17.8125rem;width:12.125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB { display:block; }#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKSPZl7xGnbQVKnZT9OdELz1KgRas7TW { top:4.0625rem;left:0rem;width:21.375rem;height:9rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5gfzi6TU7tmgrugtPHyrccSSdUe8pGo { top:9.375rem;left:19.5rem;width:15.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3NzyeZD56KtXhDm4X8vCNo9ebIEzK11 { top:12rem;left:19.5rem;width:15.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM0UE3nVJCOUzsOv5wVwmE3dATAPS4ST { top:12.125rem;left:32.3125rem;width:15.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pti8o1vcGu8dOlT1IlpVdi6nyTtsHpw3 { top:9.5rem;left:32.5rem;width:15.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxRUsbWUvESSsRoAsP8TC88L34IisEzb { top:26.0625rem;left:19.5rem;width:15.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxhwdQ4atTIFDcgi2hCd7LXdTb7lTPPD { top:26.0625rem;left:32.3125rem;width:15.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u07bwV2944HtOkoLhq2lghWiETvmMUgs { top:23.4375rem;left:19.5rem;width:15.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcOS37AnG4rV6WJVJheCvHKkhw136Ozn { top:23.4375rem;left:32.5rem;width:15.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5y7OObPyUzop8UG71vbDaEfE8ir3mA8 { top:5.3125rem;left:19.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAIkiSim3Drc8TlmnbkO2luUvHoH28DE { top:5.8125rem;left:41.625rem;width:3.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrMe5s2aRwD5V9rquyabUuGm6ULyO7CO { top:19.1875rem;left:19.5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXUZIkVPtTzfABH8TgnUQdVn3eFT8a6q { top:19.5rem;left:41.625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyE9Vs7xBWMa8glbgscA1X18DbAUG3nV { top:4rem;left:17.4375rem;width:19.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KETQeb8m60bd4a8ShsBk8kV4PLyOlXha { top:4rem;left:28.3125rem;width:19.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKRcahpsUq7FT1xzGHWEFMHQKSmDBTZ7 { top:18.0625rem;left:28.3125rem;width:19.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1XXIRQbKUMVZexw76mBrul62Q3cdUoh { top:18.0625rem;left:17.40625rem;width:19.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADpbWED53Fu2SPzGlq6lmwZtKLZubcZR { top:24.125rem;left:0rem;width:17.5625rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQtfLT5TB7aRwm2g4dE943cMZwLVTFr4 { top:26.875rem;left:0rem;width:15.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSVpoSTIk5AhAmMb8Fcmy6Rr6R4POGmi { display:block; }
 }@media only screen and (max-width: 763px) { #IRevsGxnQJKyScVdrOgOHggtW5nfmRzd { display:block; }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEHkcVVpVMtbd9nxUq6Oe4EvmVp8cCiq { top:5.3125rem;left:13.875rem;width:20.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0wSSMiEi7UBQJUSghIPNbH9aNlJ8bD0 { top:8.75rem;left:13.875rem;width:20.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX2raysJCmqJckGiHktunVNTA3WddqBn { top:5.9375rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkTPLGqWvDNx5x6mPCw3vPnpXVX0T0ba { top:43.9375rem;left:0rem;width:47.75rem;height:26.756828193833rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7t3nlnGSZtoKTocer1klFH4xcOpJPJV { top:11.375rem;left:0rem;width:16.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iftFKXCbM5nA3wJmk9nU70r9CqXcMWFz { top:11.375rem;left:6.625rem;width:16.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfvpbL3CSTx7tN4V71LTefiAwx3eaSwx { top:11.375rem;left:25.0625rem;width:16.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZM1s2tP9rF3qqqKfJbyeARVZIChQDG { top:11.375rem;left:31.625rem;width:16.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk6QJzULnDQ2TSD78U47lb0CxzoRMkaH { top:22rem;left:0rem;width:16.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKU1DMrcJBvfdi0haoBrkmfu3rTZ64UT { top:22rem;left:6.625rem;width:16.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTD4ODPgh27OAohDAKn2zWQV76N8vrPo { top:22rem;left:25.0625rem;width:16.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ5Wk47qZiCpi3V2TcGSt0p8aIcJc0iE { top:22rem;left:31.625rem;width:16.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gViPdeebT08d2U44Gepf1uPwhsW27Z3C { top:32.6875rem;left:25.0625rem;width:16.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzc1cdEwJ4iNsxuA1EsPnVHeHzJTJGJe { top:32.6875rem;left:31.625rem;width:16.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui3thh2glTDtloXMMI6iRbpKaha42bVZ { top:32.6875rem;left:6.625rem;width:16.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEeL2GT8AZhTVwHRbc23oeoSwKSMQOxN { top:32.6875rem;left:0rem;width:16.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMBKJdJr213Dat073SEmE9gMTzTbs5HF { display:block; }#BMBKJdJr213Dat073SEmE9gMTzTbs5HF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h2vVXTmcekCvr7dNMnzT8LIcBb0eSNC4 { top:1.5625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2nfwTuoUW1ZBm9ifgO9G4xqDh7Nhoa5 { top:1.5625rem;left:30.75rem;width:17rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icoLJTiXvU1d60GHt9Mkn2BRmFHKga2l { top:3.1875rem;left:16.3125rem;width:15.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 { display:block; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4l7FHGZgW9APRdnFpa02xbiGBZCMaNV { width:39.9375rem;height:41.25rem;top:-0.0625rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-regular-label { width:34.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-text { width:34.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-text {padding-top: 0; padding-bottom: 0;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-textarea { width:34.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-select { width:34.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-select {padding-top: 0; padding-bottom: 0;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-button { width:34.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-checkbox-label { width:33.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J  { width:34.1875rem;height:auto;top:3.875rem;left:6.250781059265rem; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .radio-container { width:34.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J {display:block;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J { width:34.1875rem;height:auto;top:3.875rem;left:6.250781059265rem; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #PXvncFBiTufTDOhQRrFTd976teEl78pe {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Mo4sLbT01Boc0NLGCMsxuSQWt1BLwWCd { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #xWMwChnv9cWxAgxq6UC88601GWno4X4L {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #FoXool03DnxJREoCVXy4w3g2Ws3tpVya {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #wvUaTfZkdOWdr0tor1MVNanBo63dB5ls { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #uhidQ1Q1CtxSJtl5wNQyt9dcV0gJmz6V {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #nAIF6T464u7RAMO2eX69KKc3KHoqMdpy {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #bkO4BqSv2PcPUH4kXv4K4LpUVeW2iAIL { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #FS3TnDhBd9nfFTs8PJ3l4BoGERTh3Bs2 {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #L1mBJIQ6o8teCuFi2tNsCTtIm7KtZ2pl {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #v7zScoea0u8Cn5vE99LJBm634ISbTIKm { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #ylRNiWR0JHzTI8bGGzaePhrUybJJez4T {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #miVw9xmTt2IRJdDInV5rJ92BELGXIvHZ {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #JCTuXfuy57hDzd3DgV5ytomQqGUeCpfV {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Ogw0XORfpUWxwLO4XExpnGN458Guerw7 {  }
 }@media only screen and (max-width: 763px) { #rpfi2VeAiHSWtGcGUZ9Zn5faqe3QzSJh { display:block; }
 }@media only screen and (max-width: 763px) { #sSK5SNbHgyIk7HCb9meD0i2bCz4KpSLk { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #GGLmKMKW8NReGwZlKIAxo3QAXMJtiCNp {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Phah5hdzTiGIrGrEbzzAaWxs8OnpXruV {  }
 }@media only screen and (max-width: 763px) { #Ul25I2AMncvTDH1gKaq2CGHp00HWyQez { width:31.75rem;height:3.875rem;top:1.75rem;left:8rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbPSpSpWeSEqy7WmZKMrqVi1WmytXKrX { width:8.1875rem;height:1rem;top:39.3125rem;left:19.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTZnm6bgK6PmxkdRQgDRuMgHTBPAdDfh { display:block; }
 }@media only screen and (max-width: 763px) { #n2SMfvDkLamTsMztmvk8C2TzNJNc7iM9 { display:block; }#n2SMfvDkLamTsMztmvk8C2TzNJNc7iM9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVsK55ihJR9AuCQUFqTAKUTIBltAAbrE { top:4.375rem;left:0rem;width:14.8125rem;height:9rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcukAuLvwh8O1aTPbBEpF1zTcfGkItpD { top:17.75rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhOnH19Hrofx26ZPDFBAGNbwcwEc1LlK { top:17.875rem;left:0rem;width:14.8125rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1pTLcZmGALIMXFpG4SKeaB45DtaPquT { top:15.6875rem;left:0rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE2SSGrfdhF9PfHDBTu1nBCtxRF3tRdT { top:13.8125rem;left:0rem;width:1.5rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6OzhfnqTV9F9Aq8edPZ2zdphGynZoW8 { top:3.5rem;left:9.6875rem;width:38.0625rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRlN7hzOw04aLAbIf21EldGtgxIN7Dum { top:3.5rem;left:9.6875rem;width:38.0625rem;height:21.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZp6HQfWrsb35mZUcWbZo3iEBfaH4Qrr { width:14.125rem;height:2.6875rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yka2M3GDTmgTvwmqtpGgvrknq9lQZzW7 { display:block; }
 }@media only screen and (max-width: 763px) { #ycvnC3ezniN0ZDmnCe0whC0B8UXmCUon { width:5.3125rem;height:1.625rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwOdhcTlqFWTH4Po8o1nRZPR12TObDgc { display:block; }
 }@media only screen and (max-width: 763px) { #PFZFtteFp2QLxrind5V4kUZHr6e3IKB4 { width:12.5rem;height:2.5rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwGb3k0rUNvMKloJpMZl25FHe11lFfK1 { display:block; }
 }@media only screen and (max-width: 763px) { #G4gEic4PBT76sU7LQoeDWskiXRCuugqv { display:block; }#G4gEic4PBT76sU7LQoeDWskiXRCuugqv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2h0v82Gh9NBa5DTLZ1aAGWaKonBRSTt { top:1.1875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #msPdfmOOGPPKbKB3lqJiCH3CVPpMqkWP { display:block; }#msPdfmOOGPPKbKB3lqJiCH3CVPpMqkWP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aprfAZ5DrwbFySBEHeO5T9PhoSh3C3TN { top:0.625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU7XXkfOaEGAgm4hZ6RF013ZBSIwpnTC { width:9rem;height:2.5rem;top:0rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz6tbFVDZ3dH2iZbcyBopkZkvZIKQSTI { display:block; }
 }@media only screen and (max-width: 763px) { #pHtaPRFHQIGyHxi8yJTXJ8IMtHCK1KyC { display:block; }#pHtaPRFHQIGyHxi8yJTXJ8IMtHCK1KyC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgmUk84iAC9zysb2OOteztUTVlFLedLQ { top:16.6875rem;left:0rem;width:15.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OboX7ewfFvk3OANRTQkdrgopAGLEv5Gr { top:16.6875rem;left:2.75rem;width:9.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tEy57HT5cClGzvTbVUy1O2zAlspn8aTK { position:relative;z-index:auto;display:block; }#tEy57HT5cClGzvTbVUy1O2zAlspn8aTK > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBPXQbQoXZMuqnATKgk6FNyT8pO63k1H { width:11.1875rem;height:1.375rem;top:8.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebTKdcRptLdSTKNGTaPES9tq0gSKG4Fi { display:block; }
 }@media only screen and (max-width: 763px) { #VgIwWSktc1ltt0amlLwn9eQRDsguwC7p { width:8.6875rem;height:1.5rem;top:10.25rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfrlshxv85DDIuZDGZ2n4g8gmlBW2hoo { display:block; }
 }@media only screen and (max-width: 763px) { #OGcHPEIOnqIHCDXtzS7CPSGVxH5u8NZP { width:15.125rem;height:8.625rem;top:25.0625rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EFweo4pd3rJpsImIKvz7B922atlL3Qdb { width:11.5rem;height:4.8125rem;top:0rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWNnnkG0ye8P4cmP3GV8Lm9cNzC89FED { width:9rem;height:1.75rem;top:12.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRSrI3z9kTF1oHhPsFUxrQ1R14e9NnaU { display:block; }
 }@media only screen and (max-width: 763px) { #u4rk9Z2I5eUaF7z8Io8wsefMl9SZs6yi { width:10.875rem;height:1.4375rem;top:6.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt9EOrD2xyz6Vy1Ei5NDmcTV4m2T3V07 { display:block; }
 }@media only screen and (max-width: 763px) { #VOLDfkpK5I0QFJsx6SFCu43PDCv3PxJ3 { width:12.5625rem;height:1.75rem;top:14.25rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE6s93ZqT0qcwQauQLiT4l1IbrpQtnMH { display:block; }
 }@media only screen and (max-width: 763px) { #c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT { display:block; }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwTEXGcaae4eLmPLBeEuTbHpzMhnOE0X { width:20rem;height:0;top:6.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pBUWlWeg8TEMlEXVcDD2LTKxTCvVIqPE { width:9.0625rem;height:2.8rem;top:3.4375rem;left:5.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PRrpt0Pt1wH4tfnPdhqQXq9tRGtDh9X0 { width:9.0625rem;height:0.125rem;top:3.125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1w76NsOqdeZ458PknST0EeUApRwZFZ8 { width:13.625rem;height:2.875rem;top:31.550000667572rem;left:3.1875000596046rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oxEpT3mcNUffPkHRu3MC12KzWrmIcO31 { display:block; }
 }@media only screen and (max-width: 763px) { #ymyc96lPU8Ttt7FHllORWKgoHN3TwWh8 { width:9.0625rem;height:0.125rem;top:6.4375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwW9QfZfd2RN74XOwRftVVKrpUTPrTMl { width:3.75rem;height:3.75rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5a4PxJPpXbKD9t7s9aDTpHC9coL36xH { width:18.625rem;height:0;top:6.425rem;left:1.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #COhG6dbXLVfFiMshPATnMJhirMyMbOwy { width:20rem;height:10.4375rem;top:19.437500953674rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mtVW3nu8BK7UdHrK5quVKl5c1CtlhDV3 { width:10.875rem;height:auto;top:42.4375rem;left:4.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SVPloepW1euwT2165u4iTO9ow6JQ4T6n { width:0.0625rem;height:3.125rem;top:42.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5yOkfS6ThDqSCN3BAxucXw3TScyf1AS { width:20rem;height:1.8rem;top:20rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mmNDqE8RafaAhIr6Jt2JcphrPmA7sMtk { top:1.25rem;left:2.4375rem;width:15.1875rem;height:1.3rem;z-index:15044;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wzTi3HiZ1zbbQpAdcucVmQU1Upsn77r0 { width:20rem;height:3.4rem;top:26.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ldpg3VqOe8VATLcCTLVGNXC5smvszGOw { width:20rem;height:0.975rem;top:23.362501144409rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fKQ6Tg2TUxlM0tswtblrFKW8SXZxXUm1 { width:19.875rem;height:10.375rem;top:8.524218559265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dED4DTyeCwoWTygdEtd5f64yCel5QDT2 { display:none; }#dED4DTyeCwoWTygdEtd5f64yCel5QDT2 > .row .container { width:20rem;height:59.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JMW62vmrWDBtfcT9DwsqKyGKn8SC9s67 { width:20rem;height:5.11875rem;top:0.6416664123535rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RD5hUgQsFbkPcyxo4PkE4TJfQmIEERGb { width:19.1875rem;height:19.3375rem;top:13.03750038147rem;left:0.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW9dxXTHoONNDqhZhp5qDf4T0GgOM3Wc { width:4.1875rem;height:4.1875rem;top:31.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbrTqoQiKcXQ3MsLNrcSSxxQxQCq4vu6 { width:12.5rem;height:1.625rem;top:35.875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG5dUBBOVtUqw4GghVcqpGbbnJvZuGuC { width:4.1875rem;height:4.1875rem;top:38.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #McPbTDv9U1hKTTtWVAP7E59Xf1SaFR8V { width:0.9375rem;height:1.1375rem;top:45.737499237061rem;left:16.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRMEFox8OtT3fB2zlrILbBTnAm3bb3xp { width:20rem;height:3.25rem;top:52.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTwBzPI7VfChdogiiqIRxSgUSldVUwmm { width:0.9375rem;height:1.1375rem;top:54rem;left:14.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snkDV7dNasPv9m8MgxleiuLk3LbMXLeh { width:20rem;height:1.625rem;top:57.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfkwLPgv1TqI9GT7aGlPrpF6gbeUiFcH { width:20rem;height:0;top:42.625rem;left:0rem;font-size:1.25rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #NamzJoZg2zkiuehbLtJ5xQeDgybEV0EU { display:flex;width:3.625rem;height:3.625rem;top:49.125rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #VCVZlHTHIUco5GRUEyO6AFxKTrhz4e5t { width:20rem;height:7.925rem;top:4.2999992370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTuiAG9ua0ZuG90dV2PWiDRICkuVsPXm { width:20rem;height:4.875rem;top:42.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #heBM0aL5PUxct7ewTgHilb2ALESy48aR { display:block; }#heBM0aL5PUxct7ewTgHilb2ALESy48aR > .row .container { width:20rem;height:98.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HF4FBvE3p5WrPnMAZlhHzIMaCIOJkLA9 { width:17.375rem;height:13.5rem;top:22.125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNWsSyDeQsS2LwfaZZtgKqU3fB7pwVg7 { width:20rem;height:27.4375rem;top:9.625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #arLiwemSfJckUvAVex8Bwqw54DJFQ6Td { width:5.25rem;height:5.25rem;top:6.875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnyxMGZk45H704qq1zvDDK2vfPIJ6VKu { width:20rem;height:36.125rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPphyXLWVOFwDVty6LDD1PG6ZIHDZpuq { width:20rem;height:4.225rem;top:1.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7cFlnVWWFuzyCgikJoeQaTam8KFPB4w { width:5.3125rem;height:2.6rem;top:8.1875rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJToMd8JLStI239KKu0W3idMqy6FRdVa { width:5.25rem;height:5.25rem;top:38.5625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlhJrSdJg6q76X0Krfh1wLRXV3pTJuST { width:5.3125rem;height:2.6rem;top:39.875rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf { width:20rem;height:8.6875rem;top:12.625rem;left:0rem;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/882018a3-d6ed-4362-b41a-209eb3beb545/350.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf.adaptive-delivery-prevent-bg, #uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf.lazyload, #uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vASnwTSKmOGgDABB3nhgblN5KMffQH5T { width:20rem;height:8.6875rem;top:44.1875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/99e59ea7-37bb-4a2c-bfa5-f683bdc0c3e2/4550.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#vASnwTSKmOGgDABB3nhgblN5KMffQH5T.adaptive-delivery-prevent-bg, #vASnwTSKmOGgDABB3nhgblN5KMffQH5T.lazyload, #vASnwTSKmOGgDABB3nhgblN5KMffQH5T.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zduPtz2x15yIqunHrdRMebRcXCTSAq13 { width:17.375rem;height:21rem;top:54.125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui8ffV7Dyp2y7WVW05kleJBrHiFzMrZb { width:14.6875rem;height:3.4375rem;top:84.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txGfMsxeTco54MqNie3zw3Xak5RXzLbn { display:block; }
 }@media only screen and (max-width: 763px) { #HE1G1KPddxn6PXVxQTnwnEd5Hy7NA10u { width:14.6875rem;height:3.4375rem;top:88.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg39ECD7ZdrXsFkxqUK9lgQxA0OfFVd0 { display:block; }
 }@media only screen and (max-width: 763px) { #SlA2Gw8HHMGV1h2OTCp3rT2NAZGrwam4 { width:14.6875rem;height:3.4375rem;top:92.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvBeKX5QcaKKf2oX2JAb3vLNsVepzhin { display:block; }
 }@media only screen and (max-width: 763px) { #yJ0QVfgJXvPrOTZvEDEPbScxmtm5k8FR { width:9.375rem;height:0.0625rem;top:0rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKETht6QEbHxDwM84XJ7ZfrK5JzqfKTk { width:9.375rem;height:0.0625rem;top:4.625rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WSKbRSELLhevrWabaanvAZmDy3V5xxrP { width:14.375rem;height:3.4375rem;top:80rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyTilOxhnRtbenS3UmHNXNTfgpSrpi6U { display:block; }
 }@media only screen and (max-width: 763px) { #sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq { display:block; }#sU3NcRk1fwrLGszZRihAMHRhWbMKmnsq > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n { display:block; }#Q2Pz4Lt0qBvekaBybZu9ma9JouNcgK0n > .row .container { width:20rem;height:8.675rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qu6p6kToVmJkRbLTp162lXKmGpbeIwBW { width:20rem;height:3.9rem;top:2.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTWaugM8OtsUMWboqX3pmtsFGNecPHwm { width:14.3125rem;height:7.8rem;top:0.875rem;left:5.6875rem;font-size:6rem;color:rgba(255,255,255,0.05);text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV { display:block; }#UAEWE8FxoiuHLnR7IiSDtN0Q0JgxZVBV > .row .container { width:20rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxn5sTrVx6Zvxx6wGh2lQumbrXthNOUc { width:17.5rem;height:1.9rem;top:3.75rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JphVN3Ost0nOczvxkmnHhwqGI5RNtbXw { width:18.4375rem;height:15.3rem;top:7.9249992370606rem;left:0.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxgblpnOma9TwIaLpHTh5BqqIS9ViOQg { width:20rem;height:28.5625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0Lp2p9Qkh7k6dluF6Fxm5RVFDAXih03 { width:20rem;height:18.875rem;top:26.64999961853rem;left:0rem;box-shadow: none;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/550df167-1e56-4b5f-91ea-360bbe246f00/2021lexusnxoverviewsheersophistication810x1080_tcm31702272792.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#W0Lp2p9Qkh7k6dluF6Fxm5RVFDAXih03.adaptive-delivery-prevent-bg, #W0Lp2p9Qkh7k6dluF6Fxm5RVFDAXih03.lazyload, #W0Lp2p9Qkh7k6dluF6Fxm5RVFDAXih03.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T0c0QH0SHD4U3at2TKiSXXesBGBZzhQ6 { width:13.5625rem;height:0.125rem;top:6.0249996185303rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldy4iDFBiwCRzbQ6HaTifWBH8KDv0CTp { width:13.5625rem;height:0.125rem;top:3.3374996185302rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3kwiNAtKKltyavQPppzb0euIIMQIpdJ { display:block; }#I3kwiNAtKKltyavQPppzb0euIIMQIpdJ > .row .container { width:20rem;height:58.137512207031rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W45HPeK9CuSvdTZsH6zTyq7DKuyS3Z9T { width:17.5rem;height:1.9rem;top:3.8125rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHcgKitGVa0BSh4BngTStaIT9z5lrUwP { width:18.4375rem;height:23.8rem;top:7.5625rem;left:0.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0Xy2gx31iz2uwU4GFrcdGuprzlyCJuX { width:15.5rem;height:0.125rem;top:5.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl74Ud2QNFuxzccSTFI4UsXFaEwlTgq3 { width:14.5rem;height:7.8rem;top:0.8125rem;left:5.5rem;font-size:6rem;color:rgba(255,255,255,0.05);text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #a6deqhTOSbTiXAo4XnzG0ZfUrPPk9KA3 { width:15.5rem;height:0.125rem;top:3.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B { width:20rem;height:20rem;top:38.137500762939rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ec841267-0b90-4d15-813c-d3addfc7e32c/2021lexusnxoverviewgetrewardedforgreenerdriving810x1080_tcm31702384863.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;display:block; }#aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B.adaptive-delivery-prevent-bg, #aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B.lazyload, #aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m { display:block; }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTKN9vJiKdTceh5zvDTTsKq2xthGqQ1B { width:17.5rem;height:5.7rem;top:3.125rem;left:0.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZz6c3Us2Jui4wfJqo7MEruT0JD2AXwg { width:18.4375rem;height:25.5rem;top:10.362503051757rem;left:0.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvTx8w5kOQVTTWxJTG0DhBAAFsktv39N { width:20rem;height:37.5625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du7u0kHOT3f4oPUORbyVE04BsI6432Rh { width:15.9375rem;height:0.125rem;top:9.2374877929688rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVZvcrWr6EbeyVWEu6Daa79u44LChWg0 { width:14.3125rem;height:7.8rem;top:0.1875rem;left:5.6875rem;font-size:6rem;color:rgba(255,255,255,0.05);text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NeyOMD3iykfT4ILvSHHEbgwJIMx64he7 { width:15.9375rem;height:0.125rem;top:2.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0rZEX4e0wrGmpIkPCSVAHUuBsEbut6J { width:20rem;height:28.1875rem;top:40.6875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ec841267-0b90-4d15-813c-d3addfc7e32c/2021lexusnxoverviewgetrewardedforgreenerdriving810x1080_tcm31702384863.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;display:block; }#w0rZEX4e0wrGmpIkPCSVAHUuBsEbut6J.adaptive-delivery-prevent-bg, #w0rZEX4e0wrGmpIkPCSVAHUuBsEbut6J.lazyload, #w0rZEX4e0wrGmpIkPCSVAHUuBsEbut6J.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA { display:block; }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3K1VNfnhSUQ4qfa3Mgnfgx8qTTrHz8T { width:17.5rem;height:1.9rem;top:3.1875rem;left:0.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHswqoqsiT0x1o46WukhsLgpHFmTEHUn { width:17.5625rem;height:17rem;top:7.08749961853rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Z9pHRyGx9C0Lv5dNsNfTwtk0wuh8Gb { width:20rem;height:29.1875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWJpkbTHsOea1eu91If1rUBJekyyP6H9 { width:20rem;height:20rem;top:26.5rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #b8VxPadDA9hGTIDo4WutEF34SNILQvmF { width:13.875rem;height:0.125rem;top:5.3999938964844rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nClskp8DK9oom4fbSmVFfw7Qn6c06x2D { width:10.8125rem;height:7.8rem;top:0.28749847412109rem;left:9.1875rem;font-size:6rem;color:rgba(255,255,255,0.05);text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ybvxSwQ9REZ5RAeJ6k7hVbH8w8Tg47xf { width:13.875rem;height:0.125rem;top:2.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNNZZkCxlTrfZOpeBmEKW0bnlTnPNmpC { display:block; }#FNNZZkCxlTrfZOpeBmEKW0bnlTnPNmpC > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BeBFhUSCkMbX6nHrdHWOcTohts55TsSA { width:17.5rem;height:1.9rem;top:3.125rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxrZ7cEJBCwDHUzOiSkxfEv2HmLg2cB1 { width:17.75rem;height:11.9rem;top:8.0499992370606rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHaM9DcQwEvU7x5uyGppb1It2cLd4kOx { width:20rem;height:21.3125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf0PTo3J8cacDzWKI8ceKE56qhEDApVu { width:20rem;height:20rem;top:22.625rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GNa6BuWcf4LSyvd59Sy9vnuXGynJq1Eh { width:12.0625rem;height:0.125rem;top:5.2374877929688rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdBXDtTXvxnQuE2QUaRa8diLEvBE3UwU { width:14.3125rem;height:7.8rem;top:0.25rem;left:5.6875rem;font-size:6rem;color:rgba(255,255,255,0.05);text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XvqF0AnATzbvCyl69absmaqwvIkQ3A4y { width:12.0625rem;height:0.125rem;top:2.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw { display:block; }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgcdZAu6z2lfNhON2aSMArMHClplck4s { width:17.5rem;height:1.9rem;top:2.625rem;left:1rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7vhQmUHGXbzrH6i5eKTGvnIrPxUKavq { width:17.3125rem;height:22.1rem;top:6.46249961853rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQphf8PqFtEOzl506wIpczNI63HMdXBz { width:20rem;height:36rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS0ryXs2sLa2Pw7TIBWkA0rAvWIRUy0l { width:20rem;height:20rem;top:34.375rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rf7Q9axAtoFgCJWyH68TGhNT4pzAwCFv { width:13.25rem;height:0.125rem;top:4.8374633789062rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afTTcuVaDIF7GECXm46EU8hIQvDqttrk { width:12.5rem;height:7.8rem;top:0rem;left:7.5rem;font-size:6rem;text-align:right;text-align-last:right;color:rgba(255,255,255,0.05);display:block; }
 }@media only screen and (max-width: 763px) { #l7iktTcyilMwN5UfKmLcrsN6UbWmGnep { width:17.1875rem;height:3.4125rem;top:29.25rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8O7i52TarAlHNoonrTa8Nlue691ORFg { width:13.25rem;height:0.125rem;top:2.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShcLAiMZircCbtkRsbXkxrxGw9wH08ph { display:block; }#ShcLAiMZircCbtkRsbXkxrxGw9wH08ph > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAZPdDPmZM6yOtEVE0wK9AWq7gQGkTAA { width:17.5rem;height:1.9rem;top:3.4375rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyXXqfQ2frbG4Wv1zfQrNXiSrAEfxvgH { width:18rem;height:17rem;top:7.4124984741213rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2RCwVXRGGGdmSVFScmZ9nh1yL7coVEL { width:20rem;height:27.0625rem;top:1.875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #tZ8cC4CSvpKaoeFGJGm5nhF61cXgBGnh { width:9rem;height:0.125rem;top:5.6124992370606rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1C6dZKAPVQ30x5znveKPrsBbxWwWSko { width:14.3125rem;height:7.8rem;top:0.17499923706055rem;left:5.6875rem;font-size:6rem;color:rgba(255,255,255,0.05);text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ZFu1trq5xQWI5HO1OXZXJ4Er5qaw0f36 { width:8.8125rem;height:0.125rem;top:2.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6FkC9l6fwfVsTmOgOO20FKJyUN7GvGZ { width:20rem;height:20rem;top:26.625rem;left:0rem;box-shadow: none;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e { display:block; }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwbU6da0MpHD3BdhP9NgEgxaND53ERBy { width:0.625rem;height:0.625rem;top:1.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do1XydnreNcZmEi11HvuVLf4W1nMAHmN { width:0.625rem;height:0.625rem;top:1.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP61yyMg3W3bEEHMpWMk11oWH8JBZqlo { width:0.625rem;height:0.625rem;top:1.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpCDWICStTvPmu7vSk21cyAtBIGWTt8n { width:0.625rem;height:0.625rem;top:1.375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzFt5NeETRplqSGcFpC3wT0hKNqwhky7 { width:0.625rem;height:0.625rem;top:1.375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVaMH2ZTFuL1afiyZtIXeDSKTLizgfo2 { width:0.625rem;height:0.625rem;top:1.375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #effnQ39RfGcCTUFCZdb8KTQL3AFaSAIG { width:0.625rem;height:0.625rem;top:1.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdhxBtpxmZHTqq4IWrCC5sBu0oGAGWiz { display:block; }#GdhxBtpxmZHTqq4IWrCC5sBu0oGAGWiz > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mp7U3Ffd3hrvqtx7vJP0kdWusDdWKR1T { width:20rem;height:3.1875rem;top:3.1875rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pKdGGLJfcaIbhfmrTcqIz6PmqdKWxtww { width:20rem;height:11.7rem;top:7rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #if646B0M7qb8BwDIiia4F6IElrhwiowy { display:block; }#if646B0M7qb8BwDIiia4F6IElrhwiowy > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATnw9RUTMR7OMcVTVemZn6HS0CF71563 { width:20rem;height:20.25rem;top:61rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GxPEi3FB3e5BSzMmWSB1BAmZFcEVDqOz { width:15.25rem;height:5.3625rem;top:11.3125rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kskHCVu1kshIAWUfEEh3RlSnnIfbZQTI { width:15.4375rem;height:5.3625rem;top:25.0625rem;left:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcxBvT9qHWb3LkalPZcvahxcH8qBN25c { width:14.3125rem;height:5.3625rem;top:39.3125rem;left:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9RoPo1alSlBPXzFLCedPOpS3Juwehv2 { width:14.5625rem;height:3.575rem;top:53.8125rem;left:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVa7dkE7icJDA7UMrK7vtA4b6zGrw7fA { width:18.3125rem;height:10.0625rem;top:7.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZtmGdXkWDMn1xecoTczlF2zGtRMwNSP { width:5.25rem;height:5.25rem;top:5.5rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTAJff9FHM3pl0N2mbMCkrutyzvTA8wc { width:5.25rem;height:5.25rem;top:33.4375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fidqMT9wCG6gTaTkH1HAHp53NDzFLInT { width:18.3125rem;height:10.0625rem;top:35.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRkWyzM8zsRZpXTzOnV5D9FGdJTm7lQf { width:18.3125rem;height:10.0625rem;top:22.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIKsRLMNGX7bAogFDwLK68nQJQ3qhAXR { width:5.25rem;height:5.25rem;top:19.0625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rio2qVDqDT0ITmUkDTpUEk82QyxFee3Q { width:18.3125rem;height:10.0625rem;top:49.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svgDezUaNOWat09eW8JQMEz7LdTNVkyt { width:5.25rem;height:5.25rem;top:47.25rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgxb0ZdkSBZ53pgitS11e9AQ7O8AWqvb { width:19.875rem;height:33.4375rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LqSaXbRTeiHsUrCGxn5eXoAoBqWhJq3A { width:19.875rem;height:26.5625rem;top:5.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qT1pVlT8Id7zgi2CJDlpGcOIu8MnQZ0D { width:3.125rem;height:2.8125rem;top:6.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH8Ut3XtuB6p2vJlCAnOXP8MxCplikb6 { width:3.0625rem;height:2.5rem;top:20.5rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9UipkL1bMVUL9Pe0UDp729VykOwp0qM { width:2.875rem;height:2.875rem;top:34.625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTCOWsREvB1Er6go2EUOr6SkQFO2TJLv { width:2.5625rem;height:3rem;top:48.125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8oeNElTwG9sM4k5PqC22XBySZ55uuW1 { width:12.125rem;height:1.5rem;top:2.125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB { display:block; }#Ib7gbn3LpeFJ4x9FL0C3XVeRrJR3KSxB > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKSPZl7xGnbQVKnZT9OdELz1KgRas7TW { width:20rem;height:4.9rem;top:3rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b5gfzi6TU7tmgrugtPHyrccSSdUe8pGo { width:15.25rem;height:1.7875rem;top:14.862487792969rem;left:2.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L3NzyeZD56KtXhDm4X8vCNo9ebIEzK11 { width:15.4375rem;height:3.575rem;top:17.487487792969rem;left:2.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QM0UE3nVJCOUzsOv5wVwmE3dATAPS4ST { width:15.4375rem;height:3.575rem;top:31.362487792969rem;left:2.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pti8o1vcGu8dOlT1IlpVdi6nyTtsHpw3 { width:15.25rem;height:1.7875rem;top:28.737487792969rem;left:2.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rxRUsbWUvESSsRoAsP8TC88L34IisEzb { width:15.4375rem;height:3.575rem;top:44.96875rem;left:2.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BxhwdQ4atTIFDcgi2hCd7LXdTb7lTPPD { width:15.4375rem;height:3.575rem;top:58.71875rem;left:2.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u07bwV2944HtOkoLhq2lghWiETvmMUgs { width:15.25rem;height:1.7875rem;top:42.34375rem;left:2.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tcOS37AnG4rV6WJVJheCvHKkhw136Ozn { width:15.25rem;height:1.7875rem;top:56.09375rem;left:2.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q5y7OObPyUzop8UG71vbDaEfE8ir3mA8 { width:3.125rem;height:3.125rem;top:10.862487792969rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAIkiSim3Drc8TlmnbkO2luUvHoH28DE { width:3.1875rem;height:2.4375rem;top:25.174987792969rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrMe5s2aRwD5V9rquyabUuGm6ULyO7CO { width:3.25rem;height:3.25rem;top:38.46875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXUZIkVPtTzfABH8TgnUQdVn3eFT8a6q { width:2.8125rem;height:2.8125rem;top:52.15625rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyE9Vs7xBWMa8glbgscA1X18DbAUG3nV { width:19.4375rem;height:12.5rem;top:9.4874877929688rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KETQeb8m60bd4a8ShsBk8kV4PLyOlXha { width:19.4375rem;height:12.5rem;top:23.237487792969rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKRcahpsUq7FT1xzGHWEFMHQKSmDBTZ7 { width:19.4375rem;height:12.5rem;top:50.737487792969rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1XXIRQbKUMVZexw76mBrul62Q3cdUoh { width:19.4375rem;height:12.5rem;top:36.987487792969rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADpbWED53Fu2SPzGlq6lmwZtKLZubcZR { width:17.5625rem;height:2.45rem;top:64.487487792969rem;left:1.1875rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eQtfLT5TB7aRwm2g4dE943cMZwLVTFr4 { top:68.187487792969rem;left:2rem;width:15.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSVpoSTIk5AhAmMb8Fcmy6Rr6R4POGmi { display:block; }
 }@media only screen and (max-width: 763px) { #IRevsGxnQJKyScVdrOgOHggtW5nfmRzd { display:block; }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd > .row .container { width:20rem;height:141.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEHkcVVpVMtbd9nxUq6Oe4EvmVp8cCiq { width:17.25rem;height:0.125rem;top:3.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0wSSMiEi7UBQJUSghIPNbH9aNlJ8bD0 { width:17.25rem;height:0.125rem;top:6.1937503814697rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX2raysJCmqJckGiHktunVNTA3WddqBn { width:20rem;height:1.875rem;top:3.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkTPLGqWvDNx5x6mPCw3vPnpXVX0T0ba { height:11.2073125rem;width:20rem;top:125.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7t3nlnGSZtoKTocer1klFH4xcOpJPJV { width:16.125rem;height:9.0625rem;top:8.5041809082031rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iftFKXCbM5nA3wJmk9nU70r9CqXcMWFz { width:16.125rem;height:9.0625rem;top:18.191680908203rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfvpbL3CSTx7tN4V71LTefiAwx3eaSwx { width:16.125rem;height:9.0625rem;top:27.879180908203rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZM1s2tP9rF3qqqKfJbyeARVZIChQDG { width:16.125rem;height:9.0625rem;top:37.566680908203rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk6QJzULnDQ2TSD78U47lb0CxzoRMkaH { width:16.125rem;height:9.0625rem;top:47.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKU1DMrcJBvfdi0haoBrkmfu3rTZ64UT { width:16.125rem;height:9.0625rem;top:56.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTD4ODPgh27OAohDAKn2zWQV76N8vrPo { width:16.125rem;height:9.0625rem;top:66.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ5Wk47qZiCpi3V2TcGSt0p8aIcJc0iE { width:16.125rem;height:9.0625rem;top:76.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gViPdeebT08d2U44Gepf1uPwhsW27Z3C { width:16.125rem;height:9.0625rem;top:105.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzc1cdEwJ4iNsxuA1EsPnVHeHzJTJGJe { width:16.125rem;height:9.0625rem;top:115.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui3thh2glTDtloXMMI6iRbpKaha42bVZ { width:16.125rem;height:9.0625rem;top:95.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEeL2GT8AZhTVwHRbc23oeoSwKSMQOxN { width:16.125rem;height:9.0625rem;top:86rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMBKJdJr213Dat073SEmE9gMTzTbs5HF { display:block; }#BMBKJdJr213Dat073SEmE9gMTzTbs5HF > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h2vVXTmcekCvr7dNMnzT8LIcBb0eSNC4 { width:20rem;height:5.11875rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k2nfwTuoUW1ZBm9ifgO9G4xqDh7Nhoa5 { width:17rem;height:1.70625rem;top:7.6875rem;left:1.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icoLJTiXvU1d60GHt9Mkn2BRmFHKga2l { width:15.8125rem;height:1.70625rem;top:9.375rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 { display:block; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4l7FHGZgW9APRdnFpa02xbiGBZCMaNV { width:20rem;height:43.625rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-text {padding-top: 0; padding-bottom: 0;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-select {padding-top: 0; padding-bottom: 0;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J  { width:17.5rem;height:auto;top:2.8250122070312rem;left:0rem; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J {display:block;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J { width:17.5rem;height:auto;top:2.8250122070312rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #PXvncFBiTufTDOhQRrFTd976teEl78pe {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Mo4sLbT01Boc0NLGCMsxuSQWt1BLwWCd { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #xWMwChnv9cWxAgxq6UC88601GWno4X4L {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #FoXool03DnxJREoCVXy4w3g2Ws3tpVya {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #wvUaTfZkdOWdr0tor1MVNanBo63dB5ls { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #uhidQ1Q1CtxSJtl5wNQyt9dcV0gJmz6V {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #nAIF6T464u7RAMO2eX69KKc3KHoqMdpy {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #bkO4BqSv2PcPUH4kXv4K4LpUVeW2iAIL { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #FS3TnDhBd9nfFTs8PJ3l4BoGERTh3Bs2 {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #L1mBJIQ6o8teCuFi2tNsCTtIm7KtZ2pl {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #v7zScoea0u8Cn5vE99LJBm634ISbTIKm { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #ylRNiWR0JHzTI8bGGzaePhrUybJJez4T {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #miVw9xmTt2IRJdDInV5rJ92BELGXIvHZ {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #JCTuXfuy57hDzd3DgV5ytomQqGUeCpfV {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Ogw0XORfpUWxwLO4XExpnGN458Guerw7 {  }
 }@media only screen and (max-width: 763px) { #rpfi2VeAiHSWtGcGUZ9Zn5faqe3QzSJh { display:block; }
 }@media only screen and (max-width: 763px) { #sSK5SNbHgyIk7HCb9meD0i2bCz4KpSLk { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #GGLmKMKW8NReGwZlKIAxo3QAXMJtiCNp {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Phah5hdzTiGIrGrEbzzAaWxs8OnpXruV {  }
 }@media only screen and (max-width: 763px) { #Ul25I2AMncvTDH1gKaq2CGHp00HWyQez { width:20rem;height:3.15rem;top:1.4125003814698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbPSpSpWeSEqy7WmZKMrqVi1WmytXKrX { width:8.1875rem;height:1.0052083125rem;top:41.237499237061rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTZnm6bgK6PmxkdRQgDRuMgHTBPAdDfh { display:block; }
 }@media only screen and (max-width: 763px) { #n2SMfvDkLamTsMztmvk8C2TzNJNc7iM9 { display:block; }#n2SMfvDkLamTsMztmvk8C2TzNJNc7iM9 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVsK55ihJR9AuCQUFqTAKUTIBltAAbrE { width:10.9375rem;height:6.09375rem;top:1.4500007629394rem;left:4.53125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CcukAuLvwh8O1aTPbBEpF1zTcfGkItpD { width:2.3125rem;height:2.3125rem;top:13.9375rem;left:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhOnH19Hrofx26ZPDFBAGNbwcwEc1LlK { width:9.375rem;height:1.4625rem;top:14.375rem;left:6.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1pTLcZmGALIMXFpG4SKeaB45DtaPquT { width:1.9375rem;height:1.9375rem;top:11.25rem;left:6.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE2SSGrfdhF9PfHDBTu1nBCtxRF3tRdT { width:1.375rem;height:0.9375rem;top:8.762499809265rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6OzhfnqTV9F9Aq8edPZ2zdphGynZoW8 { width:20rem;height:21.3125rem;top:24.52499961853rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRlN7hzOw04aLAbIf21EldGtgxIN7Dum { width:20rem;height:21.3125rem;top:21.962501525879rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #bZp6HQfWrsb35mZUcWbZo3iEBfaH4Qrr { width:14.125rem;height:2.6875rem;top:17.337501525879rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yka2M3GDTmgTvwmqtpGgvrknq9lQZzW7 { display:block; }
 }@media only screen and (max-width: 763px) { #ycvnC3ezniN0ZDmnCe0whC0B8UXmCUon { width:6.5625rem;height:3.4375rem;top:10.5rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwOdhcTlqFWTH4Po8o1nRZPR12TObDgc { display:block; }
 }@media only screen and (max-width: 763px) { #PFZFtteFp2QLxrind5V4kUZHr6e3IKB4 { width:12.5rem;height:2.5rem;top:7.981249809265rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwGb3k0rUNvMKloJpMZl25FHe11lFfK1 { display:block; }
 }@media only screen and (max-width: 763px) { #G4gEic4PBT76sU7LQoeDWskiXRCuugqv { display:block; }#G4gEic4PBT76sU7LQoeDWskiXRCuugqv > .row .container { width:20rem;height:61.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2h0v82Gh9NBa5DTLZ1aAGWaKonBRSTt { width:20rem;height:22.34375rem;top:0.45623779296875rem;left:0rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #msPdfmOOGPPKbKB3lqJiCH3CVPpMqkWP { display:block; }#msPdfmOOGPPKbKB3lqJiCH3CVPpMqkWP > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aprfAZ5DrwbFySBEHeO5T9PhoSh3C3TN { width:20rem;height:3.4125rem;top:1.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qU7XXkfOaEGAgm4hZ6RF013ZBSIwpnTC { width:9rem;height:2.5rem;top:5.9125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz6tbFVDZ3dH2iZbcyBopkZkvZIKQSTI { display:block; }
 }@media only screen and (max-width: 763px) { #pHtaPRFHQIGyHxi8yJTXJ8IMtHCK1KyC { display:block; }#pHtaPRFHQIGyHxi8yJTXJ8IMtHCK1KyC > .row .container { width:20rem;height:20.025rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgmUk84iAC9zysb2OOteztUTVlFLedLQ { width:20rem;height:1.1375rem;top:16.0625rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OboX7ewfFvk3OANRTQkdrgopAGLEv5Gr { width:4.8125rem;height:2.275rem;top:17.75rem;left:7.5625rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }