.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:255,255,255;--color-secondary-1:246,246,246;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--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;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; }#vMwi4snvdBhEJrtbBRiOuu6VhqiuMHdI { 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:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.75rem;left:33.28125rem;display:none; }
#rvCc15L1oO9Ec39I2GWZlxEuuSBzLZQd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:46.3125rem;display:block; }
#ebTKdcRptLdSTKNGTaPES9tq0gSKG4Fi { 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:6.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0.75rem;left:52.8125rem;display:block; }
#iRSrI3z9kTF1oHhPsFUxrQ1R14e9NnaU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SBlm1P3cwMv7SDJkUgM19LgEvJvpop3x { 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:15018;text-align:center;text-align-last:center;top:0.75rem;left:22.875rem;display:block; }
#pZMu30mHa9FuWzpGUTEq56TiBzziJrXs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IsNqqr9VZADfCMcspZVoyeeMflJkQQTl { 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:15019;text-align:center;text-align-last:center;top:0.75rem;left:34.3125rem;display:block; }
#x4u9sH5Q2pNBMs1xeolUwbis3qUPGVLB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LuWoaCWTFmf8i1fVXdwzyQxkeMElAd3k { 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:15.0625rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:0.75rem;left:59.9375rem;display:block; }
#AW2grbPuUSEmiLSMVRLg5zF1bDBBMNyB { 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:42.625rem;width:75rem;position:relative;display:block; }#cwTEXGcaae4eLmPLBeEuTbHpzMhnOE0X { color:rgba(var(--color-tertiary-0),1);display:block;width:24.75rem;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:11.4375rem;left:0rem;height:1.7068125rem;display:block; }
#pBUWlWeg8TEMlEXVcDD2LTKxTCvVIqPE { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:14.0625rem;left:0rem;height:4.2875rem;font-style:normal;display:block; }
#pUsvbGoc2vTWdy4nwpnXoPDIrJDUcW81 { position:absolute;display:block;z-index:15018;height:3.75rem;width:3.75rem;top:0rem;left:17.3125rem;display:block; }
#pvq83DDR5nbygJQl1e3r2fwI9NCqTO0y { 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.1875rem;width:14.625rem;top:18.25rem;left:0rem;display:block; }
#wTPwH06Enmw9pMcbKQIXRFCGFRtzOO3t { 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.1875rem;width:22.875rem;top:19.4375rem;left:0rem;display:none; }
#B1kWlWbaBTPuRXAWQ01wWrT2TZOp24Oq { 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.1875rem;width:14.625rem;top:14.0625rem;left:0rem;display:block; }
#Addq1lePhhAfH5xITb56JsOHlgnxiPqI { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-4),0.59);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:7.3125rem;width:28.3125rem;top:27.4375rem;left:0rem;display:none; }
#kePiAGTGSM9NgSgiUKFqswtSTxOkNhsQ { 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: 0.1875rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;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.1875rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:24.8125rem;left:0rem;display:none; }
#Tk4fvuBpg2nBE9AhUQMTbZUSitcdyQW6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zu7M2f1sSrA15eeUc7do9UDmabIXL5Qk { 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.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.1875rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;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.1125rem;height:3.3625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:32.4375rem;left:0rem;display:block; }
#EooPhQgOAGbLwAqHIPQGu6kXcxkaANIU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T7OHSa4w3gIVUsRSkmrwxqRL2pcAAWIe { 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:27.9375rem;width:53.4375rem;top:11.4375rem;left:21.124999046326rem;overflow:hidden;display:none; }
#x9A5OTLwzZHw2pX2PylcWB5IVqekGfXv { 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.1875rem;width:22.875rem;top:19.4375rem;left:0rem;display:none; }
#NTJx1ETb40l2IvPAfTM5xvB9epHkyaFK { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:19.38125038147rem;left:0rem;height:2.4375rem;display:block; }
#c89DfQzUaGADglere8l4KLBB08cZHfeb { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:22.1875rem;left:0rem;height:1.3rem;display:block; }
#P6rNWG4H6El1obdvi3FouPv8px6x7KLT { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:25.6875rem;left:0rem;height:4.3875rem;display:block; }
#Nwi92cuwpz499FCaTcHXxqiWCnR3fFSN { position:absolute;display:block;z-index:15039;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:22.4375rem;width:42.875rem;top:12rem;left:22.666315900116rem;overflow:hidden;display:block; }
#KZ9AhRuMAvwA1uPGiccSJHdOunfTT29g { 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; }#KZ9AhRuMAvwA1uPGiccSJHdOunfTT29g > .row .container { border-width: 0; border-radius: 0; }#KZ9AhRuMAvwA1uPGiccSJHdOunfTT29g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KZ9AhRuMAvwA1uPGiccSJHdOunfTT29g > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:none; }#MeDdDaz29PCq5WBbvkwMlbeJXV8I0Jcm { 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; }
#sbJiQEEKWWr76HOmgRLLEZrBn3K0S0S6 { 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; }
#tHPRxHKkw7zL9Ap0VxgID6FbZvkm56PI { 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; }
#paTsFWSTySDGM6hHz5huTzIVgONOabq6 { 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; }
#mXg3eW6ZUyuXgoXGGZmHM5amgk3gpmd2 { 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; }
#UuR9JdW5W334d6aEuuikXTUU6Md3xbFU { 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; }
#OUZRF1us9ETETZcF1mIpQh7VlObrxAf9 { 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; }
#pnyXNchfsky4lprf7wsdVn0UwpCS4Ddv { 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; }
#T86QhBDD9nCh2VkeOWWVTpOwdNQzotXL { 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; }
#ENWy2HcES6E6Hy6klzHE7S8Qv94aKe1F { 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; }
#kI6b6CKtkigORQhmvmpJtxt5CdZhGQzo { 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; }
#SgTGGioCJbqTpHZZOZeX7WTQrPqTR25V { 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; }
#G07XW3fqzauKpTxIz5SFLk1EcZCPOTzJ { 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:56.625rem;width:75rem;position:relative;display:block; }#HF4FBvE3p5WrPnMAZlhHzIMaCIOJkLA9 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;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:34.1875rem;left:1.5625rem;height:10.5rem;text-align:justify;text-align-last:initial;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;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.4) ;height:33.75rem;width:23.75rem;top:13.625rem;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.4) ;height:5.25rem;width:5.25rem;top:10.9375rem;left:9.25rem;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:1.375rem;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:12.25rem;left:9.25rem;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/aaf1c355-d44e-43a5-a844-a8619723f49d/23RX_350h_LUXURY_IRIDIUM_MACADAMIA_HV3699_75.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:20.625rem;top:17.4375rem;left:1.5625rem;display:block; }#uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf.adaptive-delivery-prevent-bg, #uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf.lazyload, #uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf.lazyloading { background-image: none; }
#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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:49.9375rem;left:40.1875rem;display:block; }
#Jg39ECD7ZdrXsFkxqUK9lgQxA0OfFVd0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W07Sh2E27Idl3wb45TxltV2VvX7XVKTv { 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: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.4) ;height:33.75rem;width:23.75rem;top:13.6875rem;left:25.625rem;display:block; }
#zWdGNulTgiTB56FVO8bmZLGZLTc2Fqbk { position:absolute;display:block;z-index:15008;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.4) ;height:5.25rem;width:5.25rem;top:10.9375rem;left:34.875rem;display:block; }
#S62sS4tgWLeg3QTp3TH27i6ghEHvvd36 { 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:15026;line-height:1.3;letter-spacing:0;top:12.25rem;left:34.875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#BtnshzE79L9HxOuTbZZB2tI4IdOXLxXv { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/5874d292-dab3-4de7-ac31-2f19109ddb67/dxp2022lexusrxworldpremiereleftright450hthefirstpluginrx1440x1080.webp");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:20.625rem;top:17.4375rem;left:27.1875rem;display:block; }#BtnshzE79L9HxOuTbZZB2tI4IdOXLxXv.adaptive-delivery-prevent-bg, #BtnshzE79L9HxOuTbZZB2tI4IdOXLxXv.lazyload, #BtnshzE79L9HxOuTbZZB2tI4IdOXLxXv.lazyloading { background-image: none; }
#NsIvw99mR4rVZEktlFUJvqap9hWl0qdP { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:34.1875rem;left:27.1875rem;height:12rem;text-align:justify;text-align-last:initial;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;display:block; }
#TW6Vo8Fx7odlqLtZq4nbOStJ25rnSTDK { position:absolute;display:block;z-index:15012;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.4) ;height:33.75rem;width:23.75rem;top:13.6875rem;left:51.25rem;display:block; }
#rlSOoGxOS7mZqC5zIi9nSXWfJTRSNs61 { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/77e1348c-8440-4e6e-9c7b-a03966c1b9b5/dxp2022lexusrxworldpremiereleftright500hgamechangingperformance1440x1080.webp");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:20.625rem;top:17.375rem;left:53rem;display:block; }#rlSOoGxOS7mZqC5zIi9nSXWfJTRSNs61.adaptive-delivery-prevent-bg, #rlSOoGxOS7mZqC5zIi9nSXWfJTRSNs61.lazyload, #rlSOoGxOS7mZqC5zIi9nSXWfJTRSNs61.lazyloading { background-image: none; }
#t1hHaZ6FrospNIkNcf6WMGriiPnLmoG6 { position:absolute;display:block;z-index:15013;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.4375rem rgba(var(--color-secondary-4),0.4) ;height:5.25rem;width:5.25rem;top:11.1875rem;left:60.5rem;display:block; }
#QTLfEoPTlUENWDOMKvh1pGQfpCGVO8Jx { 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:15031;line-height:1.3;letter-spacing:0;top:12.5rem;left:60.5rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#wwTcX7Jn63Gng1QT6TV14bpP5N60Ow6l { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:34.125rem;left:53rem;height:12rem;text-align:justify;text-align-last:initial;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;display:block; }
#vat0QiBOMx9I91EsD4MI58g8FOxrUCp9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:32.4375rem;left:53rem;height:1.1375rem;font-style:normal;display:block; }
#KWrUPkdXrEz3KT11ECNpDidA6f7JErpG { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:32.4375rem;left:27.1875rem;height:1.1375rem;font-style:normal;display:block; }
#bwUoymBykehoyqHwnMmOly1XJroH38LO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:32.4375rem;left:1.5625rem;height:1.1375rem;font-style:normal;display:block; }
#aUsXTSNJ8BLygIVJdKsokGMIZXH0CTKi { 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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:49.9375rem;left:16.9375rem;display:block; }
#G0G7d3VaF6JoO5QFVZTeINemoT753zEH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XT7uFNakbb8zO46ucKQuQcGKCsgKFzsQ { 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; }#XT7uFNakbb8zO46ucKQuQcGKCsgKFzsQ > .row .container { background-color: transparent; background-image: none; }#XT7uFNakbb8zO46ucKQuQcGKCsgKFzsQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT7uFNakbb8zO46ucKQuQcGKCsgKFzsQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT7uFNakbb8zO46ucKQuQcGKCsgKFzsQ > .row .container > .video-iframe-container { display: none; }#XT7uFNakbb8zO46ucKQuQcGKCsgKFzsQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT7uFNakbb8zO46ucKQuQcGKCsgKFzsQ > .row > .video-iframe-container { display: block; }#XT7uFNakbb8zO46ucKQuQcGKCsgKFzsQ > .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); }#XT7uFNakbb8zO46ucKQuQcGKCsgKFzsQ > .row .container { border-width: 0; border-radius: 0; }#XT7uFNakbb8zO46ucKQuQcGKCsgKFzsQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XT7uFNakbb8zO46ucKQuQcGKCsgKFzsQ > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;position:relative;display:block; }#e0leaQ0DTLNNizM1mQVw5FE9kgJ9EPn9 { 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; }#e0leaQ0DTLNNizM1mQVw5FE9kgJ9EPn9 > .row .container { background-color: transparent; background-image: none; }#e0leaQ0DTLNNizM1mQVw5FE9kgJ9EPn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0leaQ0DTLNNizM1mQVw5FE9kgJ9EPn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0leaQ0DTLNNizM1mQVw5FE9kgJ9EPn9 > .row .container > .video-iframe-container { display: none; }#e0leaQ0DTLNNizM1mQVw5FE9kgJ9EPn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0leaQ0DTLNNizM1mQVw5FE9kgJ9EPn9 > .row > .video-iframe-container { display: none; }#e0leaQ0DTLNNizM1mQVw5FE9kgJ9EPn9 > .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); }#e0leaQ0DTLNNizM1mQVw5FE9kgJ9EPn9 > .row .container { border-width: 0; border-radius: 0; }#e0leaQ0DTLNNizM1mQVw5FE9kgJ9EPn9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e0leaQ0DTLNNizM1mQVw5FE9kgJ9EPn9 > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#n9lxRmQfsogPykCu6hTkMIQSFclgELeW { color:rgba(var(--color-tertiary-0),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.015625rem;left:12.90625rem;height:2.03125rem;font-style:normal;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:27.5625rem;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.75rem;left:39.875rem;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.25rem;left:39.875rem;height:11.9rem;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:justify;text-align-last:initial;display:block; }
#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/b4992f14-d6ac-4368-9218-d096d2ca4178/dxp2022lexusrxworldpremiereleftrightrefineddrivingsignature1440x1080.webp");background-position:bottom 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; }
#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; }
#TOBuuus92NZiEK7q2QwSog8TU1O6P4lo { 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:24rem;top:8.375rem;left:39.875rem;display:block; }
#KvnRHmt1CJFGJOgqsSWGNOsLxMz4XtF3 { 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.6875rem;top:11.5rem;left:41.625rem;display:none; }
#qokpQKAM1BPsXih7iGyOOBiJVSXXTgPd { position:absolute;display:block;z-index:15009;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:24rem;top:10.71249961853rem;left:39.875rem;display:block; }
#ydt5rQ62ApbpUzUQBaF0Xk1GOkg6FgX4 { 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.6875rem;top:11.5rem;left:41.625rem;display: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:20.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:3.3125rem;left:6.75rem;height:1.9rem;display:block; }
#EZz6c3Us2Jui4wfJqo7MEruT0JD2AXwg { color:rgba(var(--color-tertiary-0),1);display:block;width:29.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:6.1875rem;left:6.75rem;height:30.6rem;text-align:justify;text-align-last:initial;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/8adcb8c7-889b-4899-b938-c175390761d2/dxp2022lexusrxworldpremiereleftrightnextchapterdesign1440x1080.webp");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:6.706250190735rem;left:39.8125rem;display:block; }#aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B.adaptive-delivery-prevent-bg, #aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B.lazyload, #aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B.lazyloading { background-image: none; }
#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:37.5rem;left:32.9375rem;height:16.0875rem;font-style:normal;display:block; }
#o45VqzGgaXUC3VL86ePZxW9IrhwrRLQa { position:absolute;display:block;z-index:15009;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.5rem;top:2.9375rem;left:6.75rem;display:block; }
#m2bpp2K4d94xmxg8vkCJbS0BNWNqywpl { position:absolute;display:block;z-index:15010;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.5rem;top:5.3125rem;left:6.75rem;display:block; }
#DIyO7M4Keq0PkdQI5JV7GFbL4N2EsdFk { 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.6875rem;top:11.5rem;left:41.625rem;display:none; }
#dt6uWD563xWs0rcnDNIzePCGxTa3k0MX { 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.6875rem;top:11.5rem;left:41.625rem;display: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:11.3125rem;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:6.6875rem;left:39.6875rem;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:11.875rem;left:39.6875rem;height:10.2rem;text-align:justify;text-align-last:initial;display:block; }
#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/1cafd2c5-11b7-497a-8b81-b1bb83b52629/dxp2022lexusrxworldpremiereleftrightupgradeinluxury1440x1080.webp");background-position:center right !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:11.3125rem;top:8.8125rem;left:39.6875rem;display:block; }
#PWsVeMRpzrzmN2GRk1fvgpwhh0iyofNV { 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:11.3125rem;top:6.25rem;left:39.6875rem;display:block; }
#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt { 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; }#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt > .row .container { background-color: transparent; background-image: none; }#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt > .row .container > .video-iframe-container { display: none; }#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt > .row > .video-iframe-container { display: none; }#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt > .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); }#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt > .row .container { border-width: 0; border-radius: 0; }#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#teL0HT7W3Vci7VBBIlhw4Ke9sHwiPKzh { color:rgba(var(--color-tertiary-0),1);display:block;width:20.75rem;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:6.9375rem;height:3.8rem;display:block; }
#GK4do9ADlU8JGWEMzOlp3HviGRglKG0c { 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.5625rem;left:6.9375rem;height:8.5rem;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:justify;text-align-last:initial;display:block; }
#zNiRWMwQW9FRsZtHfDQJD34IP6wsgbyt { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9dd4664b-e37c-4ed6-a660-5ed8d0cc2327/dxp2022lexusrxworldpremiereleftrightdriverfocusedcockpit1440x1080.webp");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:39.9375rem;display:block; }#zNiRWMwQW9FRsZtHfDQJD34IP6wsgbyt.adaptive-delivery-prevent-bg, #zNiRWMwQW9FRsZtHfDQJD34IP6wsgbyt.lazyload, #zNiRWMwQW9FRsZtHfDQJD34IP6wsgbyt.lazyloading { background-image: none; }
#Fk57IE7wMd9duboIoEVki0cwOTaCqIuW { 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:20.75rem;top:14.75rem;left:6.9375rem;display:block; }
#mCX3JFImienSpFgTkBO7AKtTc4ORUmzk { 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:20.75rem;top:10.4375rem;left:6.9375rem;display:block; }
#MrkubpunVuEEqoJ7hCpFE6Dl9KXLZEqB { 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:36.5625rem;left:32.6875rem;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:20.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:7.1875rem;left:6.9375rem;height:3.8rem;display:block; }
#JphVN3Ost0nOczvxkmnHhwqGI5RNtbXw { 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:12.375rem;left:6.875rem;height:18.7rem;text-align:justify;text-align-last:initial;display:block; }
#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/95641777-2f1c-4da8-bbf6-3f3ddd8a8c52/2023_RX_500h_F_SPORT_DIRECT4_Sonic_Copper22.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:39.875rem;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:20.5rem;top:11rem;left:6.9375rem;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:0.625rem;left:25.5625rem;height:16.0875rem;font-style:normal;display:block; }
#cFNpRSIZgoAOz6pLXmD6H7NiLwBa5Cs3 { 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:20.5rem;top:6.875rem;left:6.9375rem;display:block; }
#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG { 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; }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG > .row .container { background-color: transparent; background-image: none; }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG > .row .container > .video-iframe-container { display: none; }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG > .row > .video-iframe-container { display: none; }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG > .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); }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG > .row .container { border-width: 0; border-radius: 0; }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#eCaRvDe6I3XCZhJxEfc6B39asJCvXgUv { color:rgba(var(--color-tertiary-0),1);display:block;width:4.4375rem;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.6875rem;left:39.9375rem;height:1.9rem;display:block; }
#JzRiJ6JQqtUPATGJV9txwv0sfaArlNdH { 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:17.875rem;left:39.9375rem;height:6.8rem;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:justify;text-align-last:initial;display:block; }
#kq6g1qBhhNJSPGQAyylTzTtIrmpX17Zs { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7507a2d2-6b2f-40b9-a2fa-8486bb444198/dxp2022lexusrxworldpremiereleftrightfsport1440x1080.webp");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.375rem;left:6.875rem;display:block; }#kq6g1qBhhNJSPGQAyylTzTtIrmpX17Zs.adaptive-delivery-prevent-bg, #kq6g1qBhhNJSPGQAyylTzTtIrmpX17Zs.lazyload, #kq6g1qBhhNJSPGQAyylTzTtIrmpX17Zs.lazyloading { background-image: none; }
#AhdPXLrmIWRqvSnvXLuAFyt26bQi3bAx { 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:4.4375rem;top:14.625rem;left:39.9375rem;display:block; }
#B903wW25t8TJXF232NeAv40EvEDERDtb { 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:4.4375rem;top:12.625rem;left:39.9375rem;display:block; }
#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.75rem;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.6875rem;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.625rem;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.625rem;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.625rem;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.625rem;display:block; }
#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd { 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; }#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:45rem;width:75rem;position:relative;display:block; }#EEHkcVVpVMtbd9nxUq6Oe4EvmVp8cCiq { position:absolute;display:block;z-index:15005;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-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:26rem;top:3.6875rem;left:24.5rem;display:block; }
#E0wSSMiEi7UBQJUSghIPNbH9aNlJ8bD0 { position:absolute;display:block;z-index:15006;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-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:26rem;top:6rem;left:24.5rem;display:block; }
#TX2raysJCmqJckGiHktunVNTA3WddqBn { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;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:3.875rem;left:24.5rem;height:2.15625rem;text-align:center;text-align-last:center;font-style:normal;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:13.625rem;top:9.875rem;left:3.25rem;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:13.625rem;top:9.875rem;left:21.5rem;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:13.625rem;top:9.875rem;left:39.9375rem;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:13.625rem;top:21.5625rem;left:21.5rem;overflow:hidden;display:block; }
#KguxUoElEkaqQ8TLJ09a03aQHILnVNqC { 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:13.625rem;top:9.875rem;left:58.125rem;overflow:hidden;display:block; }
#wqwtnCVprXrZpTpChK9SA06b0zJ8NSFE { 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:13.625rem;top:21.5625rem;left:3.25rem;overflow:hidden;display:block; }
#dQvsbLCFcg4TPpHsn4JnN7qSamqqmOFq { 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:13.625rem;top:21.5625rem;left:39.9375rem;overflow:hidden;display:block; }
#LrbiQgzyNLHQ8iKh3pagTCDwb4P11e4D { 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:13.625rem;top:20.875rem;left:58.125rem;overflow:hidden;display:block; }
#b1ZJie9IQ15TMxQpb6kB8zi1JUGr3B89 { 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:13.625rem;top:31.8125rem;left:3.25rem;overflow:hidden;display:block; }
#ZTQThyzpP6DzQnmG1XS2WL0HbAGfT9i7 { 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:13.625rem;top:31.8125rem;left:21.5rem;overflow:hidden;display:block; }
#uM5UgrE055zHt4ACDt2FIfMZwNo18TrU { 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:13.625rem;top:31.8125rem;left:39.9375rem;overflow:hidden;display:block; }
#Dp0IGTzmfx3awbG1B9o941vKwPF9gxN4 { 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:13.625rem;top:31.8125rem;left:58.125rem;overflow:hidden;display:block; }
#z2E1s5KQSUbbDs9uKEexMgW7s7gm4xT9 { 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; }#z2E1s5KQSUbbDs9uKEexMgW7s7gm4xT9 > .row .container { background-color: transparent; background-image: none; }#z2E1s5KQSUbbDs9uKEexMgW7s7gm4xT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2E1s5KQSUbbDs9uKEexMgW7s7gm4xT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2E1s5KQSUbbDs9uKEexMgW7s7gm4xT9 > .row .container > .video-iframe-container { display: none; }#z2E1s5KQSUbbDs9uKEexMgW7s7gm4xT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2E1s5KQSUbbDs9uKEexMgW7s7gm4xT9 > .row > .video-iframe-container { display: none; }#z2E1s5KQSUbbDs9uKEexMgW7s7gm4xT9 > .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); }#z2E1s5KQSUbbDs9uKEexMgW7s7gm4xT9 > .row .container { border-width: 0; border-radius: 0; }#z2E1s5KQSUbbDs9uKEexMgW7s7gm4xT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2E1s5KQSUbbDs9uKEexMgW7s7gm4xT9 > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#rTKdQSMVXEba6tN9rEaxgMxoyIuhB1dH { color:rgba(var(--color-tertiary-4),1);display:block;width:55.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:9.625rem;height:1.95rem;display:block; }
#ZwTyEKupRbvyNPdoHJAka0lCKIC7VyR4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;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:5.125rem;left:18.1875rem;height:1.95rem;display:block; }
#D0oTTneS1anhwTTbRIDlaNX4qtVNyWrE { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.125rem;left:36.625rem;height:1.95rem;display:block; }
#O3UJ5kLaagu8v8sf4uIdhl9mwQZck4lP { 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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:1.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:5.3187484741211rem;left:27.53125rem;display:block; }
#DBT630gwPsF5zwub6ckxzRiFkq7NoZTU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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/9a798877-64e4-499c-a6ca-3fd8e4a95212/toformularzOK.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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.08); }#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.08); }#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:42.9375rem;width:75rem;position:relative;display:block; }#m4l7FHGZgW9APRdnFpa02xbiGBZCMaNV { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-4),0.62);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.08) ;height:42.875rem;width:31.625rem;top:0rem;left:41.1875rem;display:block; }
#Ul25I2AMncvTDH1gKaq2CGHp00HWyQez { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;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:2.9375rem;left:46.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; }
#SXqpo0TobKHzuDDhR2IRkl92GBp00BQR { 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-0),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-0),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:40.812499046326rem;left:52.906246185302rem;display:block; }
#NOSweyldN1FJ2xCURP7AxDGF1LhA0f14 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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-0),1);width:26.8125rem;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;border-left:0;border-right:0;border-bottom:0;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:26.8125rem;box-sizing:border-box;height:2.9375rem;color:#352e30;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:.9; }
#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;border-left:0;border-right:0;border-bottom:0;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:26.8125rem;box-sizing:border-box;height:4.375rem;color:#352e30;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:.9; }
#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:26.8125rem;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-0),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:7.25rem;margin-bottom:0.25rem;margin-left:6.0625rem;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:rgba(var(--color-secondary-4),1);width:14.6875rem;height:3.625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J [class*="-text"]:-moz-placeholder { color:#232121;font-family:"open sans";font-size:0.875rem; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J [class*="-text"]::-moz-placeholder { color:#232121;font-family:"open sans";font-size:0.875rem; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J [class*="-text"]:-ms-input-placeholder { color:#232121;font-family:"open sans";font-size:0.875rem; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J [class*="-text"]::-webkit-input-placeholder { color:#232121;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-0),0.77);vertical-align:top;width:26.9375rem;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:28rem;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:4.4070434570312rem;left:41.750000953674rem; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.8125rem;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:28rem;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:4.4070434570312rem;left:41.750000953674rem; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #PXvncFBiTufTDOhQRrFTd976teEl78pe { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Mo4sLbT01Boc0NLGCMsxuSQWt1BLwWCd { position:relative;display:block; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #xWMwChnv9cWxAgxq6UC88601GWno4X4L { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #MRhzZyqySzErtmOfGMtKkL4Xd27SX03t { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #uQuZl2OPt4lAeGugWpTIQTmXSZL69W4V { position:relative;display:block; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #HmDT2ASePSH8WSIOFRTDi5ykJAsTZzMB { 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; }
#wW3kvHRGH9gqtRl3ALtkq0fqqNkk3pPG { position:relative;display:block;z-index:100000;display:block; }
#Mdk6SimLeXNvgoJSWZOKHeXlwN6lIQ0W { position:relative;display:block;z-index:100000;display:block; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #GGLmKMKW8NReGwZlKIAxo3QAXMJtiCNp { position:relative; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #Phah5hdzTiGIrGrEbzzAaWxs8OnpXruV { position:relative; }
#tNk0yQtDdpV3h9CCGyZ5aQIElvWgVdaw { 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; }#tNk0yQtDdpV3h9CCGyZ5aQIElvWgVdaw > .row .container { background-color: transparent; background-image: none; }#tNk0yQtDdpV3h9CCGyZ5aQIElvWgVdaw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNk0yQtDdpV3h9CCGyZ5aQIElvWgVdaw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNk0yQtDdpV3h9CCGyZ5aQIElvWgVdaw > .row .container > .video-iframe-container { display: none; }#tNk0yQtDdpV3h9CCGyZ5aQIElvWgVdaw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNk0yQtDdpV3h9CCGyZ5aQIElvWgVdaw > .row > .video-iframe-container { display: none; }#tNk0yQtDdpV3h9CCGyZ5aQIElvWgVdaw > .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); }#tNk0yQtDdpV3h9CCGyZ5aQIElvWgVdaw > .row .container { border-width: 0; border-radius: 0; }#tNk0yQtDdpV3h9CCGyZ5aQIElvWgVdaw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tNk0yQtDdpV3h9CCGyZ5aQIElvWgVdaw > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#zJVRRoEGWZcSlmNsFyDylneCLX9Z62cM { 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.4375rem;left:4.8125rem;height:7.5rem;display:block; }
#pAUnp3OyTHwLM4NsSZ32b078vQWATZus { 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.8125rem;left:4.8125rem;display:block; }
#cy0IoqVwM2eWEebT8XEIaFnt0fGrF2hH { 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.9375rem;left:7.125rem;height:1.80013125rem;display:block; }
#HLrxNtCO2WgZadqPtcEmAarKEekR2Gr3 { 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:15003;line-height:1.8;letter-spacing:0;top:13.4375rem;left:7.125rem;height:1.80013125rem;display:block; }
#RuQ6mhq1ZziiNHnX7Fu2MBK6xAmJPq1r { color:rgba(var(--color-tertiary-0),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:15.875rem;left:7.125rem;height:1.80013125rem;display:block; }
#RBXRQM22E34aUWfaz4nus4Ske8mQ0tkM { 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.75rem;left:4.8125rem;display:block; }
#UpTbd5kzDMw3wMnVKMt664lXehJe2diy { 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.875rem;left:5.125rem;overflow:hidden;display:block; }
#vQ3uepFMCsOUFW7F22ttk4smQJgyGO99 { position:absolute;display:block;z-index:15006;height:21.3125rem;width:38.0625rem;top:3.53125rem;left:33.1875rem;display:block; }
#y3gXC8R4EkmdPFFmADDNwvmqstR5GByU { position:absolute;display:block;z-index:15006;height:21.3125rem;width:38.0625rem;top:3.53125rem;left:36.9375rem;display:none; }
#waSWzHMI1UgUzOH48PdmUGVqcs0DBC9l { 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.3125rem;left:4.8125rem;display:block; }
#pHhkKLm7snnzpldgtT313A8RJqIxkRCd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ikrSJ5ONuLTLngkxLFlAhrIk2F4QfkNI { 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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:1.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16.044792175293rem;left:4.8125rem;display:block; }
#nVHwmFe0IGEqSFWBlllHX2MCTy7XMeXG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FLeDxTOTw2pbbpN1i9WSZf71wvtP4NhV { 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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:13.59375rem;left:4.8125rem;display:block; }
#XUvKnu4erIgfoKxvrrQ2mwdLpoNpsb9b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bITggSuWVED7syZ8EbHbgBlAZgLTpCn7 { 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; }#bITggSuWVED7syZ8EbHbgBlAZgLTpCn7 > .row .container { background-color: transparent; background-image: none; }#bITggSuWVED7syZ8EbHbgBlAZgLTpCn7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bITggSuWVED7syZ8EbHbgBlAZgLTpCn7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bITggSuWVED7syZ8EbHbgBlAZgLTpCn7 > .row .container > .video-iframe-container { display: none; }#bITggSuWVED7syZ8EbHbgBlAZgLTpCn7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bITggSuWVED7syZ8EbHbgBlAZgLTpCn7 > .row > .video-iframe-container { display: none; }#bITggSuWVED7syZ8EbHbgBlAZgLTpCn7 > .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); }#bITggSuWVED7syZ8EbHbgBlAZgLTpCn7 > .row .container { border-width: 0; border-radius: 0; }#bITggSuWVED7syZ8EbHbgBlAZgLTpCn7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bITggSuWVED7syZ8EbHbgBlAZgLTpCn7 > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#pLHheOC2574bbkKhlSkwlceLVn1NU0vo { 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:15020;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:8.775rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#e3gQ4sTaKDT7WLanc2659dxVB7RLzIr9 { 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; }#e3gQ4sTaKDT7WLanc2659dxVB7RLzIr9 > .row .container { border-width: 0; border-radius: 0; }#e3gQ4sTaKDT7WLanc2659dxVB7RLzIr9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e3gQ4sTaKDT7WLanc2659dxVB7RLzIr9 > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:none; }#yo55MKlk9FJTb7wKTbzNPUt2nWC6yMDE { 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:15023;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:6.825rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#U4ZoEoqJ69qBJMReJLrrFurqVtl0iPCg { color:rgba(var(--color-tertiary-4),1);display:block;width:0.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:6.5rem;left:0rem;height:0.73125rem;display:block; }
#dTzW9GmV5GnlQrtvDzocTq2Up04EneOE { color:rgba(var(--color-tertiary-4),1);display:block;width:0.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:0.73125rem;display:block; }
#AfMSE14Uy1OOZNJbgEBbOROSRHs7WFNe { color:rgba(var(--color-tertiary-4),1);display:block;width:0.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:0.73125rem;display:block; }
#oWdN27J9iV4drH6TUHud3JLFBwmkK2pB { 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; }#oWdN27J9iV4drH6TUHud3JLFBwmkK2pB > .row .container { background-color: transparent; background-image: none; }#oWdN27J9iV4drH6TUHud3JLFBwmkK2pB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWdN27J9iV4drH6TUHud3JLFBwmkK2pB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWdN27J9iV4drH6TUHud3JLFBwmkK2pB > .row .container > .video-iframe-container { display: none; }#oWdN27J9iV4drH6TUHud3JLFBwmkK2pB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWdN27J9iV4drH6TUHud3JLFBwmkK2pB > .row > .video-iframe-container { display: none; }#oWdN27J9iV4drH6TUHud3JLFBwmkK2pB > .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); }#oWdN27J9iV4drH6TUHud3JLFBwmkK2pB > .row .container { border-width: 0; border-radius: 0; }#oWdN27J9iV4drH6TUHud3JLFBwmkK2pB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oWdN27J9iV4drH6TUHud3JLFBwmkK2pB > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#g7gtfGatUFEOyniAqwfrnAD4PO1PMSX2 { 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:1.1812496185302rem;left:0rem;height:1.1375rem;font-style:normal;display:block; }
#MxnfRXFDbXbynfHmcBglnNTigSgsxWaE { 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:0.5rem;left:66rem;display:block; }
#WL6aCR47mzRxsvw7HlWEPmXB5e5PbKgL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GZqTTb8IIpmz7NI6yJsqqoCrFzhggsJd { 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; }#GZqTTb8IIpmz7NI6yJsqqoCrFzhggsJd > .row .container { background-color: transparent; background-image: none; }#GZqTTb8IIpmz7NI6yJsqqoCrFzhggsJd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZqTTb8IIpmz7NI6yJsqqoCrFzhggsJd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZqTTb8IIpmz7NI6yJsqqoCrFzhggsJd > .row .container > .video-iframe-container { display: none; }#GZqTTb8IIpmz7NI6yJsqqoCrFzhggsJd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZqTTb8IIpmz7NI6yJsqqoCrFzhggsJd > .row > .video-iframe-container { display: none; }#GZqTTb8IIpmz7NI6yJsqqoCrFzhggsJd > .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); }#GZqTTb8IIpmz7NI6yJsqqoCrFzhggsJd > .row .container { border-width: 0; border-radius: 0; }#GZqTTb8IIpmz7NI6yJsqqoCrFzhggsJd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GZqTTb8IIpmz7NI6yJsqqoCrFzhggsJd > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#HnEcsumUxnhrPk3VfLwhh3bp0dkNcUDd { 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; }
#ppoo0hUhQThLI1gTy9GFlEhfGxykCohB { 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) { #vMwi4snvdBhEJrtbBRiOuu6VhqiuMHdI { width:17.1875rem;height:3.4375rem;top:0.75rem;left:19.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvCc15L1oO9Ec39I2GWZlxEuuSBzLZQd { display:block; }
 }@media only screen and (max-width: 763px) { #qBPXQbQoXZMuqnATKgk6FNyT8pO63k1H { width:5.9375rem;height:3.4375rem;top:0.75rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebTKdcRptLdSTKNGTaPES9tq0gSKG4Fi { 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:6.5rem;height:3.4375rem;top:0.75rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRSrI3z9kTF1oHhPsFUxrQ1R14e9NnaU { display:block; }
 }@media only screen and (max-width: 763px) { #SBlm1P3cwMv7SDJkUgM19LgEvJvpop3x { width:10.875rem;height:3.4375rem;top:0.75rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZMu30mHa9FuWzpGUTEq56TiBzziJrXs { display:block; }
 }@media only screen and (max-width: 763px) { #IsNqqr9VZADfCMcspZVoyeeMflJkQQTl { width:10.875rem;height:3.4375rem;top:0.75rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4u9sH5Q2pNBMs1xeolUwbis3qUPGVLB { display:block; }
 }@media only screen and (max-width: 763px) { #LuWoaCWTFmf8i1fVXdwzyQxkeMElAd3k { width:15.0625rem;height:3.4375rem;top:0.75rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW2grbPuUSEmiLSMVRLg5zF1bDBBMNyB { 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:11.4375rem;left:0rem;width:24.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBUWlWeg8TEMlEXVcDD2LTKxTCvVIqPE { top:14.0625rem;left:0rem;width:14.625rem;height:4.3125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUsvbGoc2vTWdy4nwpnXoPDIrJDUcW81 { top:0rem;left:3.6875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvq83DDR5nbygJQl1e3r2fwI9NCqTO0y { top:18.25rem;left:0rem;width:14.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTPwH06Enmw9pMcbKQIXRFCGFRtzOO3t { top:19.4375rem;left:0rem;width:22.875rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B1kWlWbaBTPuRXAWQ01wWrT2TZOp24Oq { top:14.0625rem;left:0rem;width:14.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Addq1lePhhAfH5xITb56JsOHlgnxiPqI { top:27.4375rem;left:0rem;width:28.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kePiAGTGSM9NgSgiUKFqswtSTxOkNhsQ { width:15.1875rem;height:3.4375rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk4fvuBpg2nBE9AhUQMTbZUSitcdyQW6 { display:block; }
 }@media only screen and (max-width: 763px) { #zu7M2f1sSrA15eeUc7do9UDmabIXL5Qk { width:15.0625rem;height:3.3125rem;top:32.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EooPhQgOAGbLwAqHIPQGu6kXcxkaANIU { display:block; }
 }@media only screen and (max-width: 763px) { #T7OHSa4w3gIVUsRSkmrwxqRL2pcAAWIe { top:11.4375rem;left:0rem;width:47.75rem;height:24.964035087719rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9A5OTLwzZHw2pX2PylcWB5IVqekGfXv { top:19.4375rem;left:0rem;width:22.875rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTJx1ETb40l2IvPAfTM5xvB9epHkyaFK { top:19.375rem;left:0rem;width:33.5rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c89DfQzUaGADglere8l4KLBB08cZHfeb { top:22.1875rem;left:0rem;width:24.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6rNWG4H6El1obdvi3FouPv8px6x7KLT { top:25.6875rem;left:0rem;width:27rem;height:4.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwi92cuwpz499FCaTcHXxqiWCnR3fFSN { top:12rem;left:0rem;width:42.875rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ9AhRuMAvwA1uPGiccSJHdOunfTT29g { display:block; }#KZ9AhRuMAvwA1uPGiccSJHdOunfTT29g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MeDdDaz29PCq5WBbvkwMlbeJXV8I0Jcm { 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) { #sbJiQEEKWWr76HOmgRLLEZrBn3K0S0S6 { top:15.375rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHPRxHKkw7zL9Ap0VxgID6FbZvkm56PI { top:27.0625rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paTsFWSTySDGM6hHz5huTzIVgONOabq6 { top:32.1875rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXg3eW6ZUyuXgoXGGZmHM5amgk3gpmd2 { top:27.0625rem;left:19.9375rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuR9JdW5W334d6aEuuikXTUU6Md3xbFU { 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) { #OUZRF1us9ETETZcF1mIpQh7VlObrxAf9 { top:32.1875rem;left:27rem;width:20.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnyXNchfsky4lprf7wsdVn0UwpCS4Ddv { 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) { #T86QhBDD9nCh2VkeOWWVTpOwdNQzotXL { top:41.1875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENWy2HcES6E6Hy6klzHE7S8Qv94aKe1F { 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) { #kI6b6CKtkigORQhmvmpJtxt5CdZhGQzo { top:27.6875rem;left:44.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgTGGioCJbqTpHZZOZeX7WTQrPqTR25V { top:1.5625rem;left:0rem;width:30.125rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G07XW3fqzauKpTxIz5SFLk1EcZCPOTzJ { 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:34.1875rem;left:0rem;width:20.625rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNWsSyDeQsS2LwfaZZtgKqU3fB7pwVg7 { top:13.625rem;left:0rem;width:23.75rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #arLiwemSfJckUvAVex8Bwqw54DJFQ6Td { top:10.9375rem;left:0rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPphyXLWVOFwDVty6LDD1PG6ZIHDZpuq { top:1.375rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7cFlnVWWFuzyCgikJoeQaTam8KFPB4w { top:12.25rem;left:0rem;width:5.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf { top:17.4375rem;left:0rem;width:20.625rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE1G1KPddxn6PXVxQTnwnEd5Hy7NA10u { width:20.375rem;height:3.4375rem;top:49.9375rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg39ECD7ZdrXsFkxqUK9lgQxA0OfFVd0 { display:block; }
 }@media only screen and (max-width: 763px) { #W07Sh2E27Idl3wb45TxltV2VvX7XVKTv { top:13.6875rem;left:12rem;width:23.75rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWdGNulTgiTB56FVO8bmZLGZLTc2Fqbk { top:10.9375rem;left:21.25rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S62sS4tgWLeg3QTp3TH27i6ghEHvvd36 { top:12.25rem;left:21.25rem;width:5.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtnshzE79L9HxOuTbZZB2tI4IdOXLxXv { top:17.4375rem;left:13.5625rem;width:20.625rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsIvw99mR4rVZEktlFUJvqap9hWl0qdP { top:34.1875rem;left:13.5625rem;width:20.625rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW6Vo8Fx7odlqLtZq4nbOStJ25rnSTDK { top:13.6875rem;left:24rem;width:23.75rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlSOoGxOS7mZqC5zIi9nSXWfJTRSNs61 { top:17.375rem;left:27.125rem;width:20.625rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1hHaZ6FrospNIkNcf6WMGriiPnLmoG6 { top:11.1875rem;left:42.5rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTLfEoPTlUENWDOMKvh1pGQfpCGVO8Jx { top:12.5rem;left:42.4375rem;width:5.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwTcX7Jn63Gng1QT6TV14bpP5N60Ow6l { top:34.125rem;left:27.125rem;width:20.625rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vat0QiBOMx9I91EsD4MI58g8FOxrUCp9 { top:32.4375rem;left:35.1875rem;width:12.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWrUPkdXrEz3KT11ECNpDidA6f7JErpG { top:32.4375rem;left:13.5625rem;width:17.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwUoymBykehoyqHwnMmOly1XJroH38LO { top:32.4375rem;left:0rem;width:17.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUsXTSNJ8BLygIVJdKsokGMIZXH0CTKi { width:20.4375rem;height:3.4375rem;top:49.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0G7d3VaF6JoO5QFVZTeINemoT753zEH { display:block; }
 }@media only screen and (max-width: 763px) { #XT7uFNakbb8zO46ucKQuQcGKCsgKFzsQ { display:block; }#XT7uFNakbb8zO46ucKQuQcGKCsgKFzsQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0leaQ0DTLNNizM1mQVw5FE9kgJ9EPn9 { display:block; }#e0leaQ0DTLNNizM1mQVw5FE9kgJ9EPn9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9lxRmQfsogPykCu6hTkMIQSFclgELeW { top:3rem;left:0rem;width:47.75rem;height:2rem;font-size:1.1875rem;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.75rem;left:20.1875rem;width:27.5625rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7vhQmUHGXbzrH6i5eKTGvnIrPxUKavq { top:13.25rem;left:19.5625rem;width:28.1875rem;height:11.875rem;font-size:0.9375rem;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) { #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) { #TOBuuus92NZiEK7q2QwSog8TU1O6P4lo { top:8.375rem;left:23.75rem;width:24rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvnRHmt1CJFGJOgqsSWGNOsLxMz4XtF3 { top:11.5rem;left:28rem;width:15.6875rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qokpQKAM1BPsXih7iGyOOBiJVSXXTgPd { top:10.6875rem;left:23.75rem;width:24rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydt5rQ62ApbpUzUQBaF0Xk1GOkg6FgX4 { top:11.5rem;left:28rem;width:15.6875rem;height:0.125rem;display:none; }
 }@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:3.3125rem;left:0rem;width:20.5rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZz6c3Us2Jui4wfJqo7MEruT0JD2AXwg { top:6.1875rem;left:0rem;width:29.1875rem;height:30.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B { top:6.6875rem;left:19.5625rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nClskp8DK9oom4fbSmVFfw7Qn6c06x2D { top:37.5rem;left:19.3125rem;width:14.5rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #o45VqzGgaXUC3VL86ePZxW9IrhwrRLQa { top:2.9375rem;left:0rem;width:20.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2bpp2K4d94xmxg8vkCJbS0BNWNqywpl { top:5.3125rem;left:0rem;width:20.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIyO7M4Keq0PkdQI5JV7GFbL4N2EsdFk { top:11.5rem;left:28rem;width:15.6875rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dt6uWD563xWs0rcnDNIzePCGxTa3k0MX { top:11.5rem;left:28rem;width:15.6875rem;height:0.125rem;display:none; }
 }@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:6.6875rem;left:26.0625rem;width:11.3125rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHswqoqsiT0x1o46WukhsLgpHFmTEHUn { top:11.875rem;left:19.5625rem;width:28.1875rem;height:10.1875rem;font-size:0.9375rem;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:8.8125rem;left:26.0625rem;width:11.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWsVeMRpzrzmN2GRk1fvgpwhh0iyofNV { top:6.25rem;left:26.0625rem;width:11.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt { display:block; }#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teL0HT7W3Vci7VBBIlhw4Ke9sHwiPKzh { top:10.875rem;left:0rem;width:20.75rem;height:3.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK4do9ADlU8JGWEMzOlp3HviGRglKG0c { top:16.5625rem;left:0rem;width:28.1875rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNiRWMwQW9FRsZtHfDQJD34IP6wsgbyt { top:5.75rem;left:19.5625rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk57IE7wMd9duboIoEVki0cwOTaCqIuW { top:14.75rem;left:0rem;width:20.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCX3JFImienSpFgTkBO7AKtTc4ORUmzk { top:10.4375rem;left:0rem;width:20.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrkubpunVuEEqoJ7hCpFE6Dl9KXLZEqB { top:36.5625rem;left:19.0625rem;width:14.5rem;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:7.1875rem;left:0rem;width:20.5rem;height:3.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JphVN3Ost0nOczvxkmnHhwqGI5RNtbXw { top:12.375rem;left:0rem;width:28.1875rem;height:18.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0Lp2p9Qkh7k6dluF6Fxm5RVFDAXih03 { top:5.75rem;left:19.5625rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0c0QH0SHD4U3at2TKiSXXesBGBZzhQ6 { top:11rem;left:0rem;width:20.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTWaugM8OtsUMWboqX3pmtsFGNecPHwm { top:0.625rem;left:11.9375rem;width:14.3125rem;height:16.0625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFNpRSIZgoAOz6pLXmD6H7NiLwBa5Cs3 { top:6.875rem;left:0rem;width:20.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG { display:block; }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCaRvDe6I3XCZhJxEfc6B39asJCvXgUv { top:12.6875rem;left:26.3125rem;width:4.4375rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzRiJ6JQqtUPATGJV9txwv0sfaArlNdH { top:17.875rem;left:19.5625rem;width:28.1875rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq6g1qBhhNJSPGQAyylTzTtIrmpX17Zs { top:5.375rem;left:0rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhdPXLrmIWRqvSnvXLuAFyt26bQi3bAx { top:14.625rem;left:26.3125rem;width:4.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B903wW25t8TJXF232NeAv40EvEDERDtb { top:12.625rem;left:26.3125rem;width:4.4375rem;height:0.125rem;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:21.125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do1XydnreNcZmEi11HvuVLf4W1nMAHmN { top:2rem;left:22.0625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP61yyMg3W3bEEHMpWMk11oWH8JBZqlo { top:2rem;left:23rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpCDWICStTvPmu7vSk21cyAtBIGWTt8n { top:2rem;left:24rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzFt5NeETRplqSGcFpC3wT0hKNqwhky7 { top:2rem;left:25rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVaMH2ZTFuL1afiyZtIXeDSKTLizgfo2 { top:2rem;left:26rem;width:0.625rem;height:0.625rem;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:3.6875rem;left:10.875rem;width:26rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0wSSMiEi7UBQJUSghIPNbH9aNlJ8bD0 { top:6rem;left:10.875rem;width:26rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX2raysJCmqJckGiHktunVNTA3WddqBn { top:3.875rem;left:10.875rem;width:26rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7t3nlnGSZtoKTocer1klFH4xcOpJPJV { top:9.875rem;left:0rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iftFKXCbM5nA3wJmk9nU70r9CqXcMWFz { top:9.875rem;left:7.875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfvpbL3CSTx7tN4V71LTefiAwx3eaSwx { top:9.875rem;left:26.3125rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZM1s2tP9rF3qqqKfJbyeARVZIChQDG { top:21.5625rem;left:7.875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KguxUoElEkaqQ8TLJ09a03aQHILnVNqC { top:9.875rem;left:34.125rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqwtnCVprXrZpTpChK9SA06b0zJ8NSFE { top:21.5625rem;left:0rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQvsbLCFcg4TPpHsn4JnN7qSamqqmOFq { top:21.5625rem;left:26.3125rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrbiQgzyNLHQ8iKh3pagTCDwb4P11e4D { top:20.875rem;left:34.125rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1ZJie9IQ15TMxQpb6kB8zi1JUGr3B89 { top:31.8125rem;left:0rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQThyzpP6DzQnmG1XS2WL0HbAGfT9i7 { top:31.8125rem;left:7.875rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM5UgrE055zHt4ACDt2FIfMZwNo18TrU { top:31.8125rem;left:26.3125rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp0IGTzmfx3awbG1B9o941vKwPF9gxN4 { top:31.8125rem;left:34.125rem;width:13.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2E1s5KQSUbbDs9uKEexMgW7s7gm4xT9 { display:block; }#z2E1s5KQSUbbDs9uKEexMgW7s7gm4xT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTKdQSMVXEba6tN9rEaxgMxoyIuhB1dH { top:2.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwTyEKupRbvyNPdoHJAka0lCKIC7VyR4 { top:5.125rem;left:4.5625rem;width:18.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0oTTneS1anhwTTbRIDlaNX4qtVNyWrE { top:5.125rem;left:23rem;width:20.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3UJ5kLaagu8v8sf4uIdhl9mwQZck4lP { width:8.625rem;height:1.5625rem;top:5.3125rem;left:13.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBT630gwPsF5zwub6ckxzRiFkq7NoZTU { 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:31.625rem;height:42.875rem;top:0rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul25I2AMncvTDH1gKaq2CGHp00HWyQez { width:20.9375rem;height:3.875rem;top:2.9375rem;left:26.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXqpo0TobKHzuDDhR2IRkl92GBp00BQR { width:8.1875rem;height:1rem;top:40.75rem;left:39.281246185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOSweyldN1FJ2xCURP7AxDGF1LhA0f14 { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-regular-label { width:28rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-text { width:28rem;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:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-input-select { width:28rem;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:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6.3125rem; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .widget-checkbox-label { width:27rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J  { width:28rem;height:auto;top:4.375rem;left:17.25rem; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J .radio-container { width:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J {display:block;}#tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J { width:28rem;height:auto;top:4.375rem;left:17.25rem; }
 }@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 #MRhzZyqySzErtmOfGMtKkL4Xd27SX03t {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #uQuZl2OPt4lAeGugWpTIQTmXSZL69W4V { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #HmDT2ASePSH8WSIOFRTDi5ykJAsTZzMB {  }
 }@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) { #wW3kvHRGH9gqtRl3ALtkq0fqqNkk3pPG { display:block; }
 }@media only screen and (max-width: 763px) { #Mdk6SimLeXNvgoJSWZOKHeXlwN6lIQ0W { 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) { #tNk0yQtDdpV3h9CCGyZ5aQIElvWgVdaw { display:block; }#tNk0yQtDdpV3h9CCGyZ5aQIElvWgVdaw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJVRRoEGWZcSlmNsFyDylneCLX9Z62cM { top:4.4375rem;left:0rem;width:14.8125rem;height:9rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAUnp3OyTHwLM4NsSZ32b078vQWATZus { top:17.8125rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy0IoqVwM2eWEebT8XEIaFnt0fGrF2hH { top:17.9375rem;left:0rem;width:14.8125rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLrxNtCO2WgZadqPtcEmAarKEekR2Gr3 { top:13.4375rem;left:0rem;width:14.8125rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuQ6mhq1ZziiNHnX7Fu2MBK6xAmJPq1r { top:15.875rem;left:0rem;width:5.3125rem;height:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBXRQM22E34aUWfaz4nus4Ske8mQ0tkM { top:15.75rem;left:0rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpTbd5kzDMw3wMnVKMt664lXehJe2diy { top:13.875rem;left:0rem;width:1.5rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ3uepFMCsOUFW7F22ttk4smQJgyGO99 { top:3.5rem;left:9.6875rem;width:38.0625rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3gXC8R4EkmdPFFmADDNwvmqstR5GByU { top:3.5rem;left:9.6875rem;width:38.0625rem;height:21.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #waSWzHMI1UgUzOH48PdmUGVqcs0DBC9l { width:14.125rem;height:2.6875rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHhkKLm7snnzpldgtT313A8RJqIxkRCd { display:block; }
 }@media only screen and (max-width: 763px) { #ikrSJ5ONuLTLngkxLFlAhrIk2F4QfkNI { width:8.625rem;height:1.5625rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVHwmFe0IGEqSFWBlllHX2MCTy7XMeXG { display:block; }
 }@media only screen and (max-width: 763px) { #FLeDxTOTw2pbbpN1i9WSZf71wvtP4NhV { width:15.5625rem;height:1.5625rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUvKnu4erIgfoKxvrrQ2mwdLpoNpsb9b { display:block; }
 }@media only screen and (max-width: 763px) { #bITggSuWVED7syZ8EbHbgBlAZgLTpCn7 { display:block; }#bITggSuWVED7syZ8EbHbgBlAZgLTpCn7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLHheOC2574bbkKhlSkwlceLVn1NU0vo { top:1.6875rem;left:0rem;width:47.75rem;height:8.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3gQ4sTaKDT7WLanc2659dxVB7RLzIr9 { display:block; }#e3gQ4sTaKDT7WLanc2659dxVB7RLzIr9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yo55MKlk9FJTb7wKTbzNPUt2nWC6yMDE { top:0.625rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4ZoEoqJ69qBJMReJLrrFurqVtl0iPCg { top:6.5rem;left:0rem;width:0.625rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTzW9GmV5GnlQrtvDzocTq2Up04EneOE { top:0.6875rem;left:0rem;width:0.625rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfMSE14Uy1OOZNJbgEBbOROSRHs7WFNe { top:4.5625rem;left:0rem;width:0.625rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWdN27J9iV4drH6TUHud3JLFBwmkK2pB { display:block; }#oWdN27J9iV4drH6TUHud3JLFBwmkK2pB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7gtfGatUFEOyniAqwfrnAD4PO1PMSX2 { top:1.125rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxnfRXFDbXbynfHmcBglnNTigSgsxWaE { width:9rem;height:2.5rem;top:0.5rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL6aCR47mzRxsvw7HlWEPmXB5e5PbKgL { display:block; }
 }@media only screen and (max-width: 763px) { #GZqTTb8IIpmz7NI6yJsqqoCrFzhggsJd { display:block; }#GZqTTb8IIpmz7NI6yJsqqoCrFzhggsJd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnEcsumUxnhrPk3VfLwhh3bp0dkNcUDd { top:16.6875rem;left:0rem;width:15.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppoo0hUhQThLI1gTy9GFlEhfGxykCohB { 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:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMwi4snvdBhEJrtbBRiOuu6VhqiuMHdI { width:6.5625rem;height:3.4375rem;top:5.9375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rvCc15L1oO9Ec39I2GWZlxEuuSBzLZQd { display:block; }
 }@media only screen and (max-width: 763px) { #qBPXQbQoXZMuqnATKgk6FNyT8pO63k1H { width:11.1875rem;height:3.4375rem;top:20rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ebTKdcRptLdSTKNGTaPES9tq0gSKG4Fi { 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:6.6875rem;height:2.875rem;top:0.6875rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWNnnkG0ye8P4cmP3GV8Lm9cNzC89FED { width:6.5rem;height:3.4375rem;top:0.75rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRSrI3z9kTF1oHhPsFUxrQ1R14e9NnaU { display:block; }
 }@media only screen and (max-width: 763px) { #SBlm1P3cwMv7SDJkUgM19LgEvJvpop3x { width:10.875rem;height:3.4375rem;top:0.75rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZMu30mHa9FuWzpGUTEq56TiBzziJrXs { display:block; }
 }@media only screen and (max-width: 763px) { #IsNqqr9VZADfCMcspZVoyeeMflJkQQTl { width:10.875rem;height:3.4375rem;top:0.75rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x4u9sH5Q2pNBMs1xeolUwbis3qUPGVLB { display:block; }
 }@media only screen and (max-width: 763px) { #LuWoaCWTFmf8i1fVXdwzyQxkeMElAd3k { width:15.0625rem;height:3.4375rem;top:0.75rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AW2grbPuUSEmiLSMVRLg5zF1bDBBMNyB { display:block; }
 }@media only screen and (max-width: 763px) { #c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT { display:block; }#c8D1iaJVXzz1cUOTqS4xXPKTbXePuFyT { 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 { width:20rem;height:41rem;background-color:rgba(0,0,0,0.96);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwTEXGcaae4eLmPLBeEuTbHpzMhnOE0X { width:20rem;height:1.3rem;top:6.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pBUWlWeg8TEMlEXVcDD2LTKxTCvVIqPE { width:9.375rem;height:2.625rem;top:8.862500190735rem;left:5.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pUsvbGoc2vTWdy4nwpnXoPDIrJDUcW81 { width:3.75rem;height:3.75rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvq83DDR5nbygJQl1e3r2fwI9NCqTO0y { width:14.625rem;height:0.1875rem;top:18.25rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTPwH06Enmw9pMcbKQIXRFCGFRtzOO3t { width:9.375rem;height:0.125rem;top:8.800000190735rem;left:5.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #B1kWlWbaBTPuRXAWQ01wWrT2TZOp24Oq { width:14.625rem;height:0.1875rem;top:14.0625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Addq1lePhhAfH5xITb56JsOHlgnxiPqI { width:20rem;height:7.3125rem;top:62.299999237061rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kePiAGTGSM9NgSgiUKFqswtSTxOkNhsQ { width:12.8125rem;height:2.8125rem;top:35.868751525879rem;left:3.5937500596046rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Tk4fvuBpg2nBE9AhUQMTbZUSitcdyQW6 { display:block; }
 }@media only screen and (max-width: 763px) { #zu7M2f1sSrA15eeUc7do9UDmabIXL5Qk { width:15.0625rem;height:3.3125rem;top:32.4375rem;left:2.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #EooPhQgOAGbLwAqHIPQGu6kXcxkaANIU { display:block; }
 }@media only screen and (max-width: 763px) { #T7OHSa4w3gIVUsRSkmrwxqRL2pcAAWIe { width:18.9375rem;height:9.875rem;top:26.78125rem;left:0.53046876192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9A5OTLwzZHw2pX2PylcWB5IVqekGfXv { width:9.375rem;height:0.125rem;top:11.425000190735rem;left:5.3125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #NTJx1ETb40l2IvPAfTM5xvB9epHkyaFK { width:20rem;height:1.54375rem;top:24.70546913147rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c89DfQzUaGADglere8l4KLBB08cZHfeb { width:20rem;height:1.05625rem;top:26.249219894409rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P6rNWG4H6El1obdvi3FouPv8px6x7KLT { width:20rem;height:3.0875rem;top:29.143749237061rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nwi92cuwpz499FCaTcHXxqiWCnR3fFSN { width:18.625rem;height:9.6875rem;top:13.18124961853rem;left:0.68671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ9AhRuMAvwA1uPGiccSJHdOunfTT29g { display:none; }#KZ9AhRuMAvwA1uPGiccSJHdOunfTT29g > .row .container { width:20rem;height:61.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MeDdDaz29PCq5WBbvkwMlbeJXV8I0Jcm { width:20rem;height:5.11875rem;top:0.875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sbJiQEEKWWr76HOmgRLLEZrBn3K0S0S6 { width:19.1875rem;height:19.3375rem;top:14.1875rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHPRxHKkw7zL9Ap0VxgID6FbZvkm56PI { width:4.1875rem;height:4.1875rem;top:33.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paTsFWSTySDGM6hHz5huTzIVgONOabq6 { width:12.5rem;height:1.625rem;top:37.625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXg3eW6ZUyuXgoXGGZmHM5amgk3gpmd2 { width:4.1875rem;height:4.1875rem;top:40.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuR9JdW5W334d6aEuuikXTUU6Md3xbFU { width:0.9375rem;height:1.1375rem;top:47.5rem;left:16.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUZRF1us9ETETZcF1mIpQh7VlObrxAf9 { width:20rem;height:3.25rem;top:54.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnyXNchfsky4lprf7wsdVn0UwpCS4Ddv { width:0.9375rem;height:1.1375rem;top:55.75rem;left:14.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T86QhBDD9nCh2VkeOWWVTpOwdNQzotXL { width:20rem;height:1.625rem;top:59rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENWy2HcES6E6Hy6klzHE7S8Qv94aKe1F { 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) { #kI6b6CKtkigORQhmvmpJtxt5CdZhGQzo { display:flex;width:3.625rem;height:3.625rem;top:50.875rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #SgTGGioCJbqTpHZZOZeX7WTQrPqTR25V { width:20rem;height:7.925rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G07XW3fqzauKpTxIz5SFLk1EcZCPOTzJ { width:20rem;height:4.875rem;top:44.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #heBM0aL5PUxct7ewTgHilb2ALESy48aR { display:block; }#heBM0aL5PUxct7ewTgHilb2ALESy48aR > .row .container { width:20rem;height:129.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HF4FBvE3p5WrPnMAZlhHzIMaCIOJkLA9 { width:19.0625rem;height:9.84375rem;top:28.75rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNWsSyDeQsS2LwfaZZtgKqU3fB7pwVg7 { width:20rem;height:34rem;top:8.1875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #arLiwemSfJckUvAVex8Bwqw54DJFQ6Td { width:5.25rem;height:5.25rem;top:5.75rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPphyXLWVOFwDVty6LDD1PG6ZIHDZpuq { width:20rem;height:4.225rem;top:0.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7cFlnVWWFuzyCgikJoeQaTam8KFPB4w { width:5.3125rem;height:2.6rem;top:7.0625rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf { width:18.75rem;height:13.9375rem;top:12.375rem;left:0.625rem;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/aaf1c355-d44e-43a5-a844-a8619723f49d/23RX_350h_LUXURY_IRIDIUM_MACADAMIA_HV3699_75.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf.adaptive-delivery-prevent-bg, #uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf.lazyload, #uSUBIENJDUFMDOUw3ob1SHIxmOZ1VSgf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HE1G1KPddxn6PXVxQTnwnEd5Hy7NA10u { width:18.9375rem;height:3.4375rem;top:119.72500038147rem;left:0.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg39ECD7ZdrXsFkxqUK9lgQxA0OfFVd0 { display:block; }
 }@media only screen and (max-width: 763px) { #W07Sh2E27Idl3wb45TxltV2VvX7XVKTv { width:20rem;height:34rem;top:45.6875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zWdGNulTgiTB56FVO8bmZLGZLTc2Fqbk { width:5.25rem;height:5.25rem;top:43.25rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S62sS4tgWLeg3QTp3TH27i6ghEHvvd36 { width:5.3125rem;height:2.6rem;top:44.5625rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtnshzE79L9HxOuTbZZB2tI4IdOXLxXv { width:18.75rem;height:13.9375rem;top:49.5rem;left:0.625rem;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5874d292-dab3-4de7-ac31-2f19109ddb67/dxp2022lexusrxworldpremiereleftright450hthefirstpluginrx1440x1080.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#BtnshzE79L9HxOuTbZZB2tI4IdOXLxXv.adaptive-delivery-prevent-bg, #BtnshzE79L9HxOuTbZZB2tI4IdOXLxXv.lazyload, #BtnshzE79L9HxOuTbZZB2tI4IdOXLxXv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NsIvw99mR4rVZEktlFUJvqap9hWl0qdP { width:19.25rem;height:12rem;top:66.0625rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW6Vo8Fx7odlqLtZq4nbOStJ25rnSTDK { width:20rem;height:34rem;top:84.1875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rlSOoGxOS7mZqC5zIi9nSXWfJTRSNs61 { width:18.75rem;height:13.9375rem;top:87.625rem;left:0.625rem;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/77e1348c-8440-4e6e-9c7b-a03966c1b9b5/dxp2022lexusrxworldpremiereleftright500hgamechangingperformance1440x1080.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#rlSOoGxOS7mZqC5zIi9nSXWfJTRSNs61.adaptive-delivery-prevent-bg, #rlSOoGxOS7mZqC5zIi9nSXWfJTRSNs61.lazyload, #rlSOoGxOS7mZqC5zIi9nSXWfJTRSNs61.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #t1hHaZ6FrospNIkNcf6WMGriiPnLmoG6 { width:5.25rem;height:5.25rem;top:81.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTLfEoPTlUENWDOMKvh1pGQfpCGVO8Jx { width:5.3125rem;height:2.6rem;top:83rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwTcX7Jn63Gng1QT6TV14bpP5N60Ow6l { width:19.0625rem;height:13.5rem;top:104.1875rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vat0QiBOMx9I91EsD4MI58g8FOxrUCp9 { width:12.875rem;height:1.1375rem;top:102.8125rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWrUPkdXrEz3KT11ECNpDidA6f7JErpG { width:17.375rem;height:1.1375rem;top:64.375rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwUoymBykehoyqHwnMmOly1XJroH38LO { width:17.5rem;height:1.1375rem;top:27.125rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUsXTSNJ8BLygIVJdKsokGMIZXH0CTKi { width:19rem;height:3.4375rem;top:124.47500038147rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0G7d3VaF6JoO5QFVZTeINemoT753zEH { display:block; }
 }@media only screen and (max-width: 763px) { #XT7uFNakbb8zO46ucKQuQcGKCsgKFzsQ { display:none; }#XT7uFNakbb8zO46ucKQuQcGKCsgKFzsQ > .row .container { width:20rem;height:8.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e0leaQ0DTLNNizM1mQVw5FE9kgJ9EPn9 { display:block; }#e0leaQ0DTLNNizM1mQVw5FE9kgJ9EPn9 > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9lxRmQfsogPykCu6hTkMIQSFclgELeW { width:20rem;height:3.0877125rem;top:1.6749992370606rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw { display:block; }#BVF7gsixEZTkKlT6Kzg6SBX5BMPQADaw > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgcdZAu6z2lfNhON2aSMArMHClplck4s { width:13.125rem;height:3.8rem;top:23.487500190735rem;left:1.25rem;font-size:1.1875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #r7vhQmUHGXbzrH6i5eKTGvnIrPxUKavq { width:17.3125rem;height:16.5rem;top:28.78750038147rem;left:1.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS0ryXs2sLa2Pw7TIBWkA0rAvWIRUy0l { width:20rem;height:20rem;top:1.25rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #afTTcuVaDIF7GECXm46EU8hIQvDqttrk { width:12.5rem;height:2.6rem;top:22.5rem;left:3.75rem;font-size:2rem;text-align:right;text-align-last:right;color:rgba(255,255,255,0.05);display:block; }
 }@media only screen and (max-width: 763px) { #TOBuuus92NZiEK7q2QwSog8TU1O6P4lo { width:15.6875rem;height:0.125rem;top:56.3125rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KvnRHmt1CJFGJOgqsSWGNOsLxMz4XtF3 { width:13.125rem;height:0.125rem;top:23.174999237061rem;left:1.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #qokpQKAM1BPsXih7iGyOOBiJVSXXTgPd { width:20rem;height:0.125rem;top:10.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ydt5rQ62ApbpUzUQBaF0Xk1GOkg6FgX4 { width:13.125rem;height:0.125rem;top:27.349998474121rem;left:1.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m { display:block; }#MmBTF9kXQTJd0KFZQ4DZgzFc60sAGh4m > .row .container { width:20rem;height:64.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTKN9vJiKdTceh5zvDTTsKq2xthGqQ1B { width:10.6875rem;height:3.8rem;top:22.412498474121rem;left:0.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZz6c3Us2Jui4wfJqo7MEruT0JD2AXwg { width:18.0625rem;height:36rem;top:28.112499237061rem;left:0.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ5DfLTeTh6qVBCeAqqSW22Cf2dSAw8B { width:20rem;height:20rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8adcb8c7-889b-4899-b938-c175390761d2/dxp2022lexusrxworldpremiereleftrightnextchapterdesign1440x1080.webp");background-position: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) { #nClskp8DK9oom4fbSmVFfw7Qn6c06x2D { width:14.5rem;height:7.8rem;top:0.35000610351562rem;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) { #o45VqzGgaXUC3VL86ePZxW9IrhwrRLQa { width:20rem;height:0.125rem;top:2.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2bpp2K4d94xmxg8vkCJbS0BNWNqywpl { width:20rem;height:0.125rem;top:5.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DIyO7M4Keq0PkdQI5JV7GFbL4N2EsdFk { width:10.6875rem;height:0.125rem;top:22.162498474121rem;left:0.96875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #dt6uWD563xWs0rcnDNIzePCGxTa3k0MX { width:10.6875rem;height:0.125rem;top:26.275001525879rem;left:0.96875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA { display:block; }#RCBbzvKVoWrZJ9kr29zGE1DLcSXMf0kA > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3K1VNfnhSUQ4qfa3Mgnfgx8qTTrHz8T { width:11.3125rem;height:1.9rem;top:22rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHswqoqsiT0x1o46WukhsLgpHFmTEHUn { width:17.5625rem;height:15rem;top:25.5rem;left:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWJpkbTHsOea1eu91If1rUBJekyyP6H9 { width:20rem;height:20rem;top:0rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #b8VxPadDA9hGTIDo4WutEF34SNILQvmF { width:11.3125rem;height:0.125rem;top:24.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWsVeMRpzrzmN2GRk1fvgpwhh0iyofNV { width:11.3125rem;height:0.125rem;top:21.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt { display:block; }#PGV1KBu6TupxzbJ5aVKK3PB9K6LCgAUt > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teL0HT7W3Vci7VBBIlhw4Ke9sHwiPKzh { width:13.5625rem;height:3.8rem;top:22.0625rem;left:1.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK4do9ADlU8JGWEMzOlp3HviGRglKG0c { width:18.0625rem;height:10.5rem;top:28.0625rem;left:0.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNiRWMwQW9FRsZtHfDQJD34IP6wsgbyt { width:20rem;height:20rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9dd4664b-e37c-4ed6-a660-5ed8d0cc2327/dxp2022lexusrxworldpremiereleftrightdriverfocusedcockpit1440x1080.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;display:block; }#zNiRWMwQW9FRsZtHfDQJD34IP6wsgbyt.adaptive-delivery-prevent-bg, #zNiRWMwQW9FRsZtHfDQJD34IP6wsgbyt.lazyload, #zNiRWMwQW9FRsZtHfDQJD34IP6wsgbyt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Fk57IE7wMd9duboIoEVki0cwOTaCqIuW { width:13.5625rem;height:0.125rem;top:25.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCX3JFImienSpFgTkBO7AKtTc4ORUmzk { width:13.5625rem;height:0.125rem;top:21.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrkubpunVuEEqoJ7hCpFE6Dl9KXLZEqB { width:14.5rem;height:7.8rem;top:25.9375rem;left:4.9375rem;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:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxn5sTrVx6Zvxx6wGh2lQumbrXthNOUc { width:15rem;height:3.8rem;top:22.875rem;left:1.375rem;font-size:1.1875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #JphVN3Ost0nOczvxkmnHhwqGI5RNtbXw { width:17.0625rem;height:22.5rem;top:28.25rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0Lp2p9Qkh7k6dluF6Fxm5RVFDAXih03 { width:20rem;height:20rem;top:0rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T0c0QH0SHD4U3at2TKiSXXesBGBZzhQ6 { width:15rem;height:0.125rem;top:26.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTWaugM8OtsUMWboqX3pmtsFGNecPHwm { width:14.3125rem;height:7.8rem;top:16.0625rem;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) { #cFNpRSIZgoAOz6pLXmD6H7NiLwBa5Cs3 { width:15rem;height:0.125rem;top:22.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG { display:block; }#nIPAuGRqdyBPwzPXEr2aqNlNSKl6AqAG > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCaRvDe6I3XCZhJxEfc6B39asJCvXgUv { width:4.5rem;height:1.9rem;top:22.28750038147rem;left:1.21875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzRiJ6JQqtUPATGJV9txwv0sfaArlNdH { width:17.5625rem;height:9rem;top:25.35000038147rem;left:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq6g1qBhhNJSPGQAyylTzTtIrmpX17Zs { width:20rem;height:20rem;top:0rem;left:0rem;box-shadow: none;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7507a2d2-6b2f-40b9-a2fa-8486bb444198/dxp2022lexusrxworldpremiereleftrightfsport1440x1080.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kq6g1qBhhNJSPGQAyylTzTtIrmpX17Zs.adaptive-delivery-prevent-bg, #kq6g1qBhhNJSPGQAyylTzTtIrmpX17Zs.lazyload, #kq6g1qBhhNJSPGQAyylTzTtIrmpX17Zs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AhdPXLrmIWRqvSnvXLuAFyt26bQi3bAx { width:4.5rem;height:0.125rem;top:24.125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B903wW25t8TJXF232NeAv40EvEDERDtb { width:4.5rem;height:0.125rem;top:22rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e { display:block; }#Kqb5fN333lDoJ2RvrEpf3ePMN5Ds0B5e > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwbU6da0MpHD3BdhP9NgEgxaND53ERBy { width:0.625rem;height:0.625rem;top:1.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do1XydnreNcZmEi11HvuVLf4W1nMAHmN { width:0.625rem;height:0.625rem;top:1.5rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP61yyMg3W3bEEHMpWMk11oWH8JBZqlo { width:0.625rem;height:0.625rem;top:1.5rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpCDWICStTvPmu7vSk21cyAtBIGWTt8n { width:0.625rem;height:0.625rem;top:1.5rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzFt5NeETRplqSGcFpC3wT0hKNqwhky7 { width:0.625rem;height:0.625rem;top:1.5rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVaMH2ZTFuL1afiyZtIXeDSKTLizgfo2 { width:0.625rem;height:0.625rem;top:1.4375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRevsGxnQJKyScVdrOgOHggtW5nfmRzd { display:block; }#IRevsGxnQJKyScVdrOgOHggtW5nfmRzd > .row .container { width:20rem;height:83.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEHkcVVpVMtbd9nxUq6Oe4EvmVp8cCiq { width:13.8125rem;height:0.125rem;top:0.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0wSSMiEi7UBQJUSghIPNbH9aNlJ8bD0 { width:13.8125rem;height:0.125rem;top:4.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX2raysJCmqJckGiHktunVNTA3WddqBn { width:13.8125rem;height:3.75rem;top:1rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7t3nlnGSZtoKTocer1klFH4xcOpJPJV { width:13.625rem;height:9.0625rem;top:5.875rem;left:3.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iftFKXCbM5nA3wJmk9nU70r9CqXcMWFz { width:13.625rem;height:9.0625rem;top:15.5625rem;left:3.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SfvpbL3CSTx7tN4V71LTefiAwx3eaSwx { width:13.625rem;height:9.0625rem;top:25.25rem;left:3.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #izZM1s2tP9rF3qqqKfJbyeARVZIChQDG { width:13.625rem;height:9.0625rem;top:63.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KguxUoElEkaqQ8TLJ09a03aQHILnVNqC { width:13.625rem;height:9.0625rem;top:34.875rem;left:3.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wqwtnCVprXrZpTpChK9SA06b0zJ8NSFE { width:13.625rem;height:9.0625rem;top:44.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQvsbLCFcg4TPpHsn4JnN7qSamqqmOFq { width:13.625rem;height:9.0625rem;top:54.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrbiQgzyNLHQ8iKh3pagTCDwb4P11e4D { width:13.625rem;height:9.0625rem;top:79.125rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b1ZJie9IQ15TMxQpb6kB8zi1JUGr3B89 { width:13.625rem;height:9.0625rem;top:88.8125rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTQThyzpP6DzQnmG1XS2WL0HbAGfT9i7 { width:13.625rem;height:9.0625rem;top:98.5rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uM5UgrE055zHt4ACDt2FIfMZwNo18TrU { width:13.625rem;height:9.0625rem;top:73.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp0IGTzmfx3awbG1B9o941vKwPF9gxN4 { width:13.625rem;height:9.0625rem;top:117.875rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2E1s5KQSUbbDs9uKEexMgW7s7gm4xT9 { display:block; }#z2E1s5KQSUbbDs9uKEexMgW7s7gm4xT9 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTKdQSMVXEba6tN9rEaxgMxoyIuhB1dH { 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) { #ZwTyEKupRbvyNPdoHJAka0lCKIC7VyR4 { width:17rem;height:1.70625rem;top:6.36874961853rem;left:1.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0oTTneS1anhwTTbRIDlaNX4qtVNyWrE { width:15.8125rem;height:3.4125rem;top:8.0750007629394rem;left:2.09375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O3UJ5kLaagu8v8sf4uIdhl9mwQZck4lP { width:8.625rem;height:1.5625rem;top:6.40625rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBT630gwPsF5zwub6ckxzRiFkq7NoZTU { display:block; }
 }@media only screen and (max-width: 763px) { #oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 { display:block; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 { background-color: transparent; background-image: none; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.08); }#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(0,0,0,0); }#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.08); }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row .container { width:20rem;height:43.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/aaf1c355-d44e-43a5-a844-a8619723f49d/23RX_350h_LUXURY_IRIDIUM_MACADAMIA_HV3699_75.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row .container.adaptive-delivery-prevent-bg, #oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row .container.lazyload, #oMrelQqLisJ9t1nkxklP8qxAz0mmQkE3 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #m4l7FHGZgW9APRdnFpa02xbiGBZCMaNV { width:20rem;height:34.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul25I2AMncvTDH1gKaq2CGHp00HWyQez { width:20rem;height:3.15rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXqpo0TobKHzuDDhR2IRkl92GBp00BQR { width:8.1875rem;height:1.0052083125rem;top:40.533333778381rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOSweyldN1FJ2xCURP7AxDGF1LhA0f14 { 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:1.6250009536743rem;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:1.6250009536743rem;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 #MRhzZyqySzErtmOfGMtKkL4Xd27SX03t {  }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #uQuZl2OPt4lAeGugWpTIQTmXSZL69W4V { display:block; }
 }@media only screen and (max-width: 763px) { #tRCgMyZfJp4VWQEbtEH4XSyHLTEQGx2J #HmDT2ASePSH8WSIOFRTDi5ykJAsTZzMB {  }
 }@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) { #wW3kvHRGH9gqtRl3ALtkq0fqqNkk3pPG { display:block; }
 }@media only screen and (max-width: 763px) { #Mdk6SimLeXNvgoJSWZOKHeXlwN6lIQ0W { 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) { #tNk0yQtDdpV3h9CCGyZ5aQIElvWgVdaw { display:block; }#tNk0yQtDdpV3h9CCGyZ5aQIElvWgVdaw > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJVRRoEGWZcSlmNsFyDylneCLX9Z62cM { 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) { #pAUnp3OyTHwLM4NsSZ32b078vQWATZus { width:2.3125rem;height:2.3125rem;top:8.1875rem;left:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy0IoqVwM2eWEebT8XEIaFnt0fGrF2hH { width:9.375rem;height:1.4625rem;top:8.625rem;left:6.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLrxNtCO2WgZadqPtcEmAarKEekR2Gr3 { width:10.125rem;height:1.4625rem;top:11.125rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuQ6mhq1ZziiNHnX7Fu2MBK6xAmJPq1r { width:4.5rem;height:1.4625rem;top:13.6875rem;left:8.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBXRQM22E34aUWfaz4nus4Ske8mQ0tkM { width:1.9375rem;height:1.9375rem;top:13.4375rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpTbd5kzDMw3wMnVKMt664lXehJe2diy { width:1.375rem;height:0.9375rem;top:11.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ3uepFMCsOUFW7F22ttk4smQJgyGO99 { width:20rem;height:21.3125rem;top:24.52499961853rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y3gXC8R4EkmdPFFmADDNwvmqstR5GByU { width:20rem;height:21.3125rem;top:21.962501525879rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #waSWzHMI1UgUzOH48PdmUGVqcs0DBC9l { width:14.125rem;height:2.6875rem;top:17.337501525879rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHhkKLm7snnzpldgtT313A8RJqIxkRCd { display:block; }
 }@media only screen and (max-width: 763px) { #ikrSJ5ONuLTLngkxLFlAhrIk2F4QfkNI { width:8.625rem;height:1.5625rem;top:13.637499809265rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVHwmFe0IGEqSFWBlllHX2MCTy7XMeXG { display:block; }
 }@media only screen and (max-width: 763px) { #FLeDxTOTw2pbbpN1i9WSZf71wvtP4NhV { width:13.0625rem;height:1.5625rem;top:11.074999809265rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUvKnu4erIgfoKxvrrQ2mwdLpoNpsb9b { display:block; }
 }@media only screen and (max-width: 763px) { #bITggSuWVED7syZ8EbHbgBlAZgLTpCn7 { display:block; }#bITggSuWVED7syZ8EbHbgBlAZgLTpCn7 > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLHheOC2574bbkKhlSkwlceLVn1NU0vo { width:20rem;height:24.13125rem;top:0.87499904632569rem;left:0rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #e3gQ4sTaKDT7WLanc2659dxVB7RLzIr9 { display:none; }#e3gQ4sTaKDT7WLanc2659dxVB7RLzIr9 > .row .container { width:20rem;height:22.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yo55MKlk9FJTb7wKTbzNPUt2nWC6yMDE { width:20rem;height:21.45rem;top:0rem;left:0rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #U4ZoEoqJ69qBJMReJLrrFurqVtl0iPCg { width:5.6875rem;height:0.73125rem;top:17.831298828125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTzW9GmV5GnlQrtvDzocTq2Up04EneOE { width:0.625rem;height:0.73125rem;top:0rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfMSE14Uy1OOZNJbgEBbOROSRHs7WFNe { width:0.625rem;height:0.73125rem;top:11.60009765625rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWdN27J9iV4drH6TUHud3JLFBwmkK2pB { display:block; }#oWdN27J9iV4drH6TUHud3JLFBwmkK2pB > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7gtfGatUFEOyniAqwfrnAD4PO1PMSX2 { width:20rem;height:3.4125rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MxnfRXFDbXbynfHmcBglnNTigSgsxWaE { width:9rem;height:2.5rem;top:5.9125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL6aCR47mzRxsvw7HlWEPmXB5e5PbKgL { display:block; }
 }@media only screen and (max-width: 763px) { #GZqTTb8IIpmz7NI6yJsqqoCrFzhggsJd { display:block; }#GZqTTb8IIpmz7NI6yJsqqoCrFzhggsJd > .row .container { width:20rem;height:20.025rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnEcsumUxnhrPk3VfLwhh3bp0dkNcUDd { 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;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ppoo0hUhQThLI1gTy9GFlEhfGxykCohB { width:4.8125rem;height:2.275rem;top:17.75rem;left:7.5625rem;font-size:0.875rem;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }