.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nayVwlohsVxmi6cPsJIhLPSswVDTW1f2 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nayVwlohsVxmi6cPsJIhLPSswVDTW1f2 > .row .container { background-color: transparent; background-image: none; }#nayVwlohsVxmi6cPsJIhLPSswVDTW1f2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nayVwlohsVxmi6cPsJIhLPSswVDTW1f2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nayVwlohsVxmi6cPsJIhLPSswVDTW1f2 > .row .container > .video-iframe-container { display: none; }#nayVwlohsVxmi6cPsJIhLPSswVDTW1f2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nayVwlohsVxmi6cPsJIhLPSswVDTW1f2 > .row > .video-iframe-container { display: none; }#nayVwlohsVxmi6cPsJIhLPSswVDTW1f2 > .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); }#nayVwlohsVxmi6cPsJIhLPSswVDTW1f2 > .row .container { border-width: 0; border-radius: 0; }#nayVwlohsVxmi6cPsJIhLPSswVDTW1f2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nayVwlohsVxmi6cPsJIhLPSswVDTW1f2 > .row .container { font-size:0.875rem;font-family:"open sans";height:6.875rem;width:75rem;overflow:visible;position:relative;display:block; }#nXyc13ksgmDwNcEzuif9f1QJRT5KN7e2 { position:absolute;display:block;z-index:15018;height:3.75rem;width:3.75rem;top:0rem;left:4.5rem;display:block; }
#rkJDnsccf58RTD87rc5zpN7uaiJg3Xik { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:"dm sans";font-size:2rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:1.2119140625rem;left:2.28125rem;height:5.2rem;font-style:normal;display:block; }
#sA6iJl72G3yrKqTHTTMKTef1E1BcABT9 { background-color:#ffffff;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:2.125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:2.375rem;left:31.15625rem;display:block; }
#i2lCJ9mEN7oGVl4eGoV3xgMVolNfbx6K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q1tzXz4T4pEXaHODE2qDJanAxw4aASdK { background-color:#ffffff;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:2.375rem;left:39.71875rem;display:block; }
#K2v2Og1ORz3UkLTwlQfemIFDdBKqJFCP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l6ZxSFMtS6Fn4WKeLatH14VN16cqBltU { background-color:#ffffff;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:1.71875rem;left:48.65625rem;display:block; }
#P6BUHNfWKqpFKPVATh9k2QqcATihgniK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nTXhCdwluoslhtg9FOtWrIKe1vWS6b8N { background-color:#ffffff;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:3.5rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:1.6875rem;left:57.46875rem;display:block; }
#SE89o6bZVl3CbmIDlHylnwoV0WA7Q4eZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hi9S3Tq8sbKHf5To06KZch7hONXvgdy3 { background-color:#ffffff;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:3.5rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:1.6875rem;left:66.0625rem;display:block; }
#KtfpqkCS3QnIkLTTZ268kPHVlxQmzzaO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/89b01f6b-9d64-460a-b049-1b68adf92d19/MASERATI_MODENA0500_169.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI.adaptive-delivery-prevent-bg, #ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI.lazyload, #ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI.lazyloading { background-image: none; }#ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI > .row .container { background-color: transparent; background-image: none; }#ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI > .row .container > .video-iframe-container { display: none; }#ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI > .row > .video-iframe-container { display: none; }#ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI > .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); }#ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI > .row .container { border-width: 0; border-radius: 0; }#ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#fsnWKG9yU3Z3GDoiuaHUlrsFXvZHvQXp { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:"dm sans";font-size:2.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:20.1875rem;left:2.78125rem;height:13.974625rem;display:block; }
#BH2plyOxI0H9BlPwcd8TIDBVSfwOLt5R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#BH2plyOxI0H9BlPwcd8TIDBVSfwOLt5R > .row .container { background-color: transparent; background-image: none; }#BH2plyOxI0H9BlPwcd8TIDBVSfwOLt5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BH2plyOxI0H9BlPwcd8TIDBVSfwOLt5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BH2plyOxI0H9BlPwcd8TIDBVSfwOLt5R > .row .container > .video-iframe-container { display: none; }#BH2plyOxI0H9BlPwcd8TIDBVSfwOLt5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BH2plyOxI0H9BlPwcd8TIDBVSfwOLt5R > .row > .video-iframe-container { display: none; }#BH2plyOxI0H9BlPwcd8TIDBVSfwOLt5R > .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); }#BH2plyOxI0H9BlPwcd8TIDBVSfwOLt5R > .row .container { border-width: 0; border-radius: 0; }#BH2plyOxI0H9BlPwcd8TIDBVSfwOLt5R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BH2plyOxI0H9BlPwcd8TIDBVSfwOLt5R > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#Mrmumkg0Tap2ZGtsB2IoxS2XXMXgCgof { color:#000000;display:block;width:66.0625rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1865234375rem;left:5.2490234375rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ts2JbikyW4ndNXyPGOvfITfDeCXtaagB { color:#000000;display:block;width:41.4365rem;position:absolute;font-family:toyota;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.2177734375rem;left:15.779296875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#wcCfAHyALkn5zLKGcHQDD1TyQKoLxApq { position:relative;display:block; }#wcCfAHyALkn5zLKGcHQDD1TyQKoLxApq { background-color: transparent; background-image: none; }#wcCfAHyALkn5zLKGcHQDD1TyQKoLxApq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcCfAHyALkn5zLKGcHQDD1TyQKoLxApq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcCfAHyALkn5zLKGcHQDD1TyQKoLxApq > .row .container > .video-iframe-container { display: none; }#wcCfAHyALkn5zLKGcHQDD1TyQKoLxApq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcCfAHyALkn5zLKGcHQDD1TyQKoLxApq > .row > .video-iframe-container { display: none; }#wcCfAHyALkn5zLKGcHQDD1TyQKoLxApq > .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); }#wcCfAHyALkn5zLKGcHQDD1TyQKoLxApq { border-width: 0; border-radius: 0; }#wcCfAHyALkn5zLKGcHQDD1TyQKoLxApq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wcCfAHyALkn5zLKGcHQDD1TyQKoLxApq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XcxwpnJpt0Aw6TgIIxHlsdtW29ZBtrlb { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.99755859375rem;left:3.33251953125rem;height:17.55rem;text-align:justify;text-align-last:initial;display:block; }
#io2FIT0TUMRgb26xIuyFFt1AXTxLSFuf { color:#000000;display:block;width:34.2480625rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:1.729736328125rem;left:3.33251953125rem;height:2.0129375rem;font-style:normal;display:block; }
#sKny6N3XeNbSiMRCVnvW3CdQGsWyDiG5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.687rem;width:26.687rem;top:1.717529296875rem;left:40.804443359375rem;overflow:hidden;display:block; }
#zAh8AQFK3b1cZBqZq9MI4501zeOenJpU { position:relative;display:block; }#zAh8AQFK3b1cZBqZq9MI4501zeOenJpU { background-color: transparent; background-image: none; }#zAh8AQFK3b1cZBqZq9MI4501zeOenJpU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAh8AQFK3b1cZBqZq9MI4501zeOenJpU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAh8AQFK3b1cZBqZq9MI4501zeOenJpU > .row .container > .video-iframe-container { display: none; }#zAh8AQFK3b1cZBqZq9MI4501zeOenJpU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAh8AQFK3b1cZBqZq9MI4501zeOenJpU > .row > .video-iframe-container { display: none; }#zAh8AQFK3b1cZBqZq9MI4501zeOenJpU > .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); }#zAh8AQFK3b1cZBqZq9MI4501zeOenJpU { border-width: 0; border-radius: 0; }#zAh8AQFK3b1cZBqZq9MI4501zeOenJpU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zAh8AQFK3b1cZBqZq9MI4501zeOenJpU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#C50fvRzEHNP6l0TfhLS9NyNoPtwOcyf4 { color:#000000;display:block;width:34.2480625rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:1.165771484375rem;left:40.145263671875rem;height:2.0129375rem;font-style:normal;display:block; }
#oCQzpvKsRhgZAZDMNnfhCIuqP2GitZq1 { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.7552070617676rem;left:42.425003051757rem;height:19.0125rem;display:block; }
#G1x1EUCHfE0EzKTavvCbKPfp4EBEee5E { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.31225rem;width:26.8115rem;top:1.165771484375rem;left:4.803466796875rem;overflow:hidden;display:block; }
#iDts8pWBCXZ2J7HcTByaWDTqJdRzsVCK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.8173828125rem;left:40.14453125rem; }
#vqtaHK4ef6EdHdSwlUAGQxybHetSbInd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:7.6923828125rem;left:40.14453125rem; }
#OHOb5iClfVsVmuS5eVOkHD2ycmHQcdws { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:12.1298828125rem;left:40.14453125rem; }
#zUnGZLRRFxx5gsiEd5nEKTv8KhsZbWhR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:17.9423828125rem;left:40.14453125rem; }
#zPdABScxQWJbQIr3rZkU1nbBspbyD2GF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:20.8173828125rem;left:40.14453125rem; }
#Zyvvi59pkW332Viakgmbgg64J1Mo5Tdx { position:relative;display:block; }#Zyvvi59pkW332Viakgmbgg64J1Mo5Tdx { background-color: transparent; background-image: none; }#Zyvvi59pkW332Viakgmbgg64J1Mo5Tdx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zyvvi59pkW332Viakgmbgg64J1Mo5Tdx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zyvvi59pkW332Viakgmbgg64J1Mo5Tdx > .row .container > .video-iframe-container { display: none; }#Zyvvi59pkW332Viakgmbgg64J1Mo5Tdx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zyvvi59pkW332Viakgmbgg64J1Mo5Tdx > .row > .video-iframe-container { display: none; }#Zyvvi59pkW332Viakgmbgg64J1Mo5Tdx > .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); }#Zyvvi59pkW332Viakgmbgg64J1Mo5Tdx { border-width: 0; border-radius: 0; }#Zyvvi59pkW332Viakgmbgg64J1Mo5Tdx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Zyvvi59pkW332Viakgmbgg64J1Mo5Tdx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eCw8nszlb2AikgOqpznMfqdzaMIInIgk { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.997917175293rem;left:3.3322906494141rem;height:16.0875rem;text-align:justify;text-align-last:initial;display:block; }
#yJno29rrJvqiC6zz6hzWOJ7G0fTQq23i { color:#000000;display:block;width:34.2480625rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:1.729736328125rem;left:3.33251953125rem;height:2.0129375rem;font-style:normal;display:block; }
#X6BilVqSaG4WSNLCuDgOBlWFzeTGuKwT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.687rem;width:26.687rem;top:1.717529296875rem;left:40.804443359375rem;overflow:hidden;display:block; }
#h505xzUoqS2dkncs4kZUAFlyKvWRo32d { position:relative;display:block; }#h505xzUoqS2dkncs4kZUAFlyKvWRo32d { background-color: transparent; background-image: none; }#h505xzUoqS2dkncs4kZUAFlyKvWRo32d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h505xzUoqS2dkncs4kZUAFlyKvWRo32d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h505xzUoqS2dkncs4kZUAFlyKvWRo32d > .row .container > .video-iframe-container { display: none; }#h505xzUoqS2dkncs4kZUAFlyKvWRo32d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h505xzUoqS2dkncs4kZUAFlyKvWRo32d > .row > .video-iframe-container { display: none; }#h505xzUoqS2dkncs4kZUAFlyKvWRo32d > .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); }#h505xzUoqS2dkncs4kZUAFlyKvWRo32d { border-width: 0; border-radius: 0; }#h505xzUoqS2dkncs4kZUAFlyKvWRo32d > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#h505xzUoqS2dkncs4kZUAFlyKvWRo32d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tCwxVNiz4PPvfmpzuDIBMu70nl0lb6A7 { color:#000000;display:block;width:34.2480625rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:1.165771484375rem;left:40.145263671875rem;height:2.0129375rem;font-style:normal;display:block; }
#XgloTniEhSlBTDakTDU9VOhUkAradbNq { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:40.14453125rem;height:10.2375rem;text-align:justify;text-align-last:initial;display:block; }
#x8TSMpnwiXqg8FxSHVL7e7xITS8c1tuR { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.31225rem;width:26.8115rem;top:1.165771484375rem;left:4.803466796875rem;overflow:hidden;display:block; }
#DkMdU6RJAQPMz1fTpiBk5wFcTs12IV1d { background-color:#131e3c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:14.90625rem;left:40.144790649414rem;display:block; }
#wT4TonqTkO4mDkX8yJ8NSbhuMWy4DlEg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DHh6ksFPWcg22InlxmcmtUMMa0QvqSRX { position:relative;display:block; }#DHh6ksFPWcg22InlxmcmtUMMa0QvqSRX { background-color: transparent; background-image: none; }#DHh6ksFPWcg22InlxmcmtUMMa0QvqSRX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHh6ksFPWcg22InlxmcmtUMMa0QvqSRX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHh6ksFPWcg22InlxmcmtUMMa0QvqSRX > .row .container > .video-iframe-container { display: none; }#DHh6ksFPWcg22InlxmcmtUMMa0QvqSRX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHh6ksFPWcg22InlxmcmtUMMa0QvqSRX > .row > .video-iframe-container { display: none; }#DHh6ksFPWcg22InlxmcmtUMMa0QvqSRX > .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); }#DHh6ksFPWcg22InlxmcmtUMMa0QvqSRX { border-width: 0; border-radius: 0; }#DHh6ksFPWcg22InlxmcmtUMMa0QvqSRX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DHh6ksFPWcg22InlxmcmtUMMa0QvqSRX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a4rUDQAd6DQsOfZUVi9s6q4bMxoSRrOP { color:#000000;display:block;width:34.2480625rem;position:absolute;font-family:"dm sans";font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:1.244140625rem;left:21.33203125rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LPneR64RUPgc9PWVfKODDdbrVJCmkV5b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#LPneR64RUPgc9PWVfKODDdbrVJCmkV5b > .row .container { background-color: transparent; background-image: none; }#LPneR64RUPgc9PWVfKODDdbrVJCmkV5b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPneR64RUPgc9PWVfKODDdbrVJCmkV5b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPneR64RUPgc9PWVfKODDdbrVJCmkV5b > .row .container > .video-iframe-container { display: none; }#LPneR64RUPgc9PWVfKODDdbrVJCmkV5b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPneR64RUPgc9PWVfKODDdbrVJCmkV5b > .row > .video-iframe-container { display: none; }#LPneR64RUPgc9PWVfKODDdbrVJCmkV5b > .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); }#LPneR64RUPgc9PWVfKODDdbrVJCmkV5b > .row .container { border-width: 0; border-radius: 0; }#LPneR64RUPgc9PWVfKODDdbrVJCmkV5b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LPneR64RUPgc9PWVfKODDdbrVJCmkV5b > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;position:relative;display:block; }#wo7NXhM8nPMrnaxl0P4h9d63IMS1ym86 { position:absolute;display:block;z-index:15043;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:20.249rem;width:35.625rem;top:1.500244140625rem;left:1.124267578125rem;overflow:hidden;display:block; }
#dhLTlEQdrM9x3ZmqWhoxXPr0sKOAdlMg { position:absolute;display:block;z-index:15044;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:20rem;width:35.625rem;top:1.6239585876465rem;left:38.25rem;overflow:hidden;display:block; }
#r7s0xdfURoMpvyvOazdDNfmIZB6Pftyw { color:#000000;display:block;width:35.8125rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:22.4375rem;left:1rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gTW04d4Z5TcoWsCBc3RONG3CQBswEqs8 { color:#000000;display:block;width:19.6239375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:44.22500038147rem;left:2.75rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X8kTZCrOIrBsxRWhFeCmTog51C9GzD7c { color:#000000;display:block;width:32.99925rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:27.4375rem;left:2.75rem;height:13rem;display:block; }
#m8pnePuOMciJi2bcmVnXUv4PR4WPIxwS { color:#000000;display:block;width:35.625rem;position:absolute;font-family:"dm sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22.4375rem;left:38.25rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Htff2EDNyA32OBwtv9FePSOxpGN4M8ma { color:#000000;display:block;width:32.99925rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:27.5rem;left:42.0625rem;height:13rem;display:block; }
#vv4J0iM0WdSKV0ZIWwRFlsvGeibeVn6c { color:#000000;display:block;width:19.6239375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:44.22500038147rem;left:42.0625rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ywG5r7f75Oo7fVMDr75vIl0GdSPQ5kiS { color:#131e3c;display:block;width:33.875rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:41.58749961853rem;left:2.6864585876465rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IBExnarTAKnPzUX4ZxWMvS0NTimcd5CO { color:#131e3c;display:block;width:33.125rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:41.58749961853rem;left:41.875rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OUzIQgKT7e4iBBVrN0DEyKvmJabogNVC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#OUzIQgKT7e4iBBVrN0DEyKvmJabogNVC > .row .container { background-color: transparent; background-image: none; }#OUzIQgKT7e4iBBVrN0DEyKvmJabogNVC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUzIQgKT7e4iBBVrN0DEyKvmJabogNVC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUzIQgKT7e4iBBVrN0DEyKvmJabogNVC > .row .container > .video-iframe-container { display: none; }#OUzIQgKT7e4iBBVrN0DEyKvmJabogNVC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUzIQgKT7e4iBBVrN0DEyKvmJabogNVC > .row > .video-iframe-container { display: none; }#OUzIQgKT7e4iBBVrN0DEyKvmJabogNVC > .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); }#OUzIQgKT7e4iBBVrN0DEyKvmJabogNVC > .row .container { border-width: 0; border-radius: 0; }#OUzIQgKT7e4iBBVrN0DEyKvmJabogNVC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OUzIQgKT7e4iBBVrN0DEyKvmJabogNVC > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;position:relative;display:block; }#dJndnqhAB3M6VCDWpMGBg5LESg7LaRET { color:#000000;display:block;width:35.375rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:23.1875rem;left:1.5rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fXDxSR69Wn5rueqoLOF6t9vux3Tme5Vy { color:#000000;display:block;width:32.99925rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:28.1875rem;left:2.75rem;height:13rem;display:block; }
#nueGpBMEQKuD5PUFyfprihOWwgMZLQrU { color:#000000;display:block;width:35.75rem;position:absolute;font-family:"dm sans";font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:23.1875rem;left:37.9375rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cOoJIncWVbgFJcyMyWWVlfacT4TJMTAD { color:#000000;display:block;width:32.99925rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:28.25rem;left:42.0625rem;height:13rem;display:block; }
#kBUrVfcSKC11eW0EUxFciJZtBl3Q7Tko { color:#000000;display:block;width:19.6239375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:46.846874237061rem;left:2.75rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AaIsNMQrqssq3MhINy1R6uNQseZ1JhD7 { color:#000000;display:block;width:19.6239375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:46.846874237061rem;left:41.875rem;height:5.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NJ9UkiVPuTMQ6h9APWn4gA6aeDCHwrVl { position:absolute;display:block;z-index:15043;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:20.4980625rem;width:35.3735625rem;top:1.561279296875rem;left:1.56005859375rem;overflow:hidden;display:block; }
#WwwsGbvfPUlnK6CfUBadDw5A0OHCBTTu { position:absolute;display:block;z-index:15044;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:20rem;width:35.625rem;top:1.8115234375rem;left:38.0615234375rem;overflow:hidden;display:block; }
#F6AhTTzWJLFieN0yasPAXmH8yTFxFs0G { color:#131e3c;display:block;width:33.125rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:42.549999237061rem;left:41.875rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xO2lTM3sGmEmfFl2OD4qqWJxQggV7pum { color:#131e3c;display:block;width:33.875rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:42.549999237061rem;left:2.75rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SNmWZbzMbGJvHr3TwWrNCdhQ4D40DvKP { position:relative;display:block; }#SNmWZbzMbGJvHr3TwWrNCdhQ4D40DvKP { background-color: transparent; background-image: none; }#SNmWZbzMbGJvHr3TwWrNCdhQ4D40DvKP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNmWZbzMbGJvHr3TwWrNCdhQ4D40DvKP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNmWZbzMbGJvHr3TwWrNCdhQ4D40DvKP > .row .container > .video-iframe-container { display: none; }#SNmWZbzMbGJvHr3TwWrNCdhQ4D40DvKP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNmWZbzMbGJvHr3TwWrNCdhQ4D40DvKP > .row > .video-iframe-container { display: none; }#SNmWZbzMbGJvHr3TwWrNCdhQ4D40DvKP > .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); }#SNmWZbzMbGJvHr3TwWrNCdhQ4D40DvKP { border-width: 0; border-radius: 0; }#SNmWZbzMbGJvHr3TwWrNCdhQ4D40DvKP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SNmWZbzMbGJvHr3TwWrNCdhQ4D40DvKP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K5HLflbZNccoHaPHrQCzJBnOM5XAv2cL { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:1.25rem;top:1.625rem;left:43.0625rem;overflow:hidden;display:block; }
#SXPxNHW3fr3zikCJFR5h3JqKh6oh2rio { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:2.25rem;left:36.4375rem;display:block; }
#LG5Kv8rN7dnC3QRdItHW4Gaqk9FCoDAV { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:2.25rem;left:37.8125rem;display:block; }
#TeWcgwNLA2SucRpnVkdPJSSgEZ82CSe4 { position:absolute;display:block;z-index:15058;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:2rem;width:1.25rem;top:1.625rem;left:30.6875rem;overflow:hidden;display:block; }
#zZ8WAAgSgXzORzVbTqR7Mk9FTQtIwdeg { position:relative;display:block; }#zZ8WAAgSgXzORzVbTqR7Mk9FTQtIwdeg { background-color: transparent; background-image: none; }#zZ8WAAgSgXzORzVbTqR7Mk9FTQtIwdeg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ8WAAgSgXzORzVbTqR7Mk9FTQtIwdeg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ8WAAgSgXzORzVbTqR7Mk9FTQtIwdeg > .row .container > .video-iframe-container { display: none; }#zZ8WAAgSgXzORzVbTqR7Mk9FTQtIwdeg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ8WAAgSgXzORzVbTqR7Mk9FTQtIwdeg > .row > .video-iframe-container { display: none; }#zZ8WAAgSgXzORzVbTqR7Mk9FTQtIwdeg > .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); }#zZ8WAAgSgXzORzVbTqR7Mk9FTQtIwdeg { border-width: 0; border-radius: 0; }#zZ8WAAgSgXzORzVbTqR7Mk9FTQtIwdeg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zZ8WAAgSgXzORzVbTqR7Mk9FTQtIwdeg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IxcmqWdW1VtXW75zs2PlT1q9e7J3eiDW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#131e3c;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; }#IxcmqWdW1VtXW75zs2PlT1q9e7J3eiDW > .row .container { background-color: transparent; background-image: none; }#IxcmqWdW1VtXW75zs2PlT1q9e7J3eiDW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxcmqWdW1VtXW75zs2PlT1q9e7J3eiDW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxcmqWdW1VtXW75zs2PlT1q9e7J3eiDW > .row .container > .video-iframe-container { display: none; }#IxcmqWdW1VtXW75zs2PlT1q9e7J3eiDW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxcmqWdW1VtXW75zs2PlT1q9e7J3eiDW > .row > .video-iframe-container { display: none; }#IxcmqWdW1VtXW75zs2PlT1q9e7J3eiDW > .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); }#IxcmqWdW1VtXW75zs2PlT1q9e7J3eiDW > .row .container { border-width: 0; border-radius: 0; }#IxcmqWdW1VtXW75zs2PlT1q9e7J3eiDW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IxcmqWdW1VtXW75zs2PlT1q9e7J3eiDW > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#vEG3S5RNLf1K7aIpiPQNRQhEZZHOl52m { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:"dm sans";font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:3.53125rem;left:4.0625rem;height:7.96875rem;display:block; }
#cz60xBMWXhNZ8FGpzZ68gkubDHPFwm6o { box-sizing:content-box;color:#ffffff;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.0625rem;left:4.0625rem;display:block; }
#UAC9NWU4QuXfkT28qsmPT3td6qUFRViz { 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:12.75rem;left:4.375rem;overflow:hidden;display:block; }
#geXQU27o80nwPulCBpW9yNheeJlPpOow { position:absolute;display:block;z-index:15006;height:21.3125rem;width:38.0625rem;top:2.625rem;left:33.375rem;display:block; }
#CohyMQA9V2RuCUifwU18gvMmZGuboAHL { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:12.5625rem;left:6.9375rem;height:1.3rem;font-style:normal;display:block; }
#Lc7aVw4iLhDtPnhxLmkhIa6N53srTIFo { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:15.625rem;left:6.9375rem;height:1.1375rem;font-style:normal;display:block; }
#Z9qiTmuAGOuSTlDBeOWwAPzNhzkGQJ5N { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:18.3125rem;left:4.0625rem;height:2.8125rem;display:block; }
#RSrtNbEbw3gX8pbThPyd5UJaqKSMxV8y { background-color:rgba(0,0,0,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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.0625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:12.25rem;left:4.0625rem;display:block; }
#Xx65BJ7KGd82eR3n9XGtH8zQOocsObl3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JDvg6m3R9wvqhhVJD7X3TLx7q40PSa2i { background-color:rgba(0,0,0,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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.0625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:15.0625rem;left:4.0625rem;display:block; }
#ie75it3CD1iIAy3NOT4iunxSfoW2NxUm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#caaOrT5DPETJ30NiWR256tQ9xfH1k7RI { position:absolute;display:block;z-index:15007;height:21.3125rem;width:38.0625rem;top:3.25rem;left:34rem;display:none; }
#xheLfLbSDRk9d88UCQ1c1g4R3CM28FJw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#xheLfLbSDRk9d88UCQ1c1g4R3CM28FJw > .row .container { background-color: transparent; background-image: none; }#xheLfLbSDRk9d88UCQ1c1g4R3CM28FJw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xheLfLbSDRk9d88UCQ1c1g4R3CM28FJw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xheLfLbSDRk9d88UCQ1c1g4R3CM28FJw > .row .container > .video-iframe-container { display: none; }#xheLfLbSDRk9d88UCQ1c1g4R3CM28FJw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xheLfLbSDRk9d88UCQ1c1g4R3CM28FJw > .row > .video-iframe-container { display: none; }#xheLfLbSDRk9d88UCQ1c1g4R3CM28FJw > .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); }#xheLfLbSDRk9d88UCQ1c1g4R3CM28FJw > .row .container { border-width: 0; border-radius: 0; }#xheLfLbSDRk9d88UCQ1c1g4R3CM28FJw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xheLfLbSDRk9d88UCQ1c1g4R3CM28FJw > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#EF75SLAd9gpwRgTTMQugA19mTfz6FTqL { 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;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:#58595b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyota;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:64.625rem;display:block; }
#JZx4WRKSJtUitKd0bXKkHcg4lT0Fqo0l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Co48w0HTwOcGeIUqKxvPg7pDunvzkATC { color:#000000;display:block;width:64.4375rem;position:absolute;font-family:toyota;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.335693359375rem;left:6.405029296875rem;height:1.13769375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nayVwlohsVxmi6cPsJIhLPSswVDTW1f2 { display:block; }#nayVwlohsVxmi6cPsJIhLPSswVDTW1f2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXyc13ksgmDwNcEzuif9f1QJRT5KN7e2 { top:0rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkJDnsccf58RTD87rc5zpN7uaiJg3Xik { top:1.1875rem;left:0rem;width:21.1875rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA6iJl72G3yrKqTHTTMKTef1E1BcABT9 { width:7.6875rem;height:2.125rem;top:2.375rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2lCJ9mEN7oGVl4eGoV3xgMVolNfbx6K { display:block; }
 }@media only screen and (max-width: 763px) { #Q1tzXz4T4pEXaHODE2qDJanAxw4aASdK { width:8.4375rem;height:2.125rem;top:2.375rem;left:26.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2v2Og1ORz3UkLTwlQfemIFDdBKqJFCP { display:block; }
 }@media only screen and (max-width: 763px) { #l6ZxSFMtS6Fn4WKeLatH14VN16cqBltU { width:8.8125rem;height:3.4375rem;top:1.6875rem;left:35.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6BUHNfWKqpFKPVATh9k2QqcATihgniK { display:block; }
 }@media only screen and (max-width: 763px) { #nTXhCdwluoslhtg9FOtWrIKe1vWS6b8N { width:8.9375rem;height:3.5rem;top:1.6875rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE89o6bZVl3CbmIDlHylnwoV0WA7Q4eZ { display:block; }
 }@media only screen and (max-width: 763px) { #Hi9S3Tq8sbKHf5To06KZch7hONXvgdy3 { width:8.9375rem;height:3.5rem;top:1.6875rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtfpqkCS3QnIkLTTZ268kPHVlxQmzzaO { display:block; }
 }@media only screen and (max-width: 763px) { #ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI { display:block; }#ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsnWKG9yU3Z3GDoiuaHUlrsFXvZHvQXp { top:20.1875rem;left:0rem;width:19.75rem;height:13.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH2plyOxI0H9BlPwcd8TIDBVSfwOLt5R { display:block; }#BH2plyOxI0H9BlPwcd8TIDBVSfwOLt5R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mrmumkg0Tap2ZGtsB2IoxS2XXMXgCgof { top:1.125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts2JbikyW4ndNXyPGOvfITfDeCXtaagB { top:11.1875rem;left:2.154296875rem;width:41.375rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcCfAHyALkn5zLKGcHQDD1TyQKoLxApq { display:block; }#wcCfAHyALkn5zLKGcHQDD1TyQKoLxApq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcxwpnJpt0Aw6TgIIxHlsdtW29ZBtrlb { top:4.9375rem;left:0rem;width:28.75rem;height:17.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #io2FIT0TUMRgb26xIuyFFt1AXTxLSFuf { top:1.6875rem;left:0rem;width:34.1875rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKny6N3XeNbSiMRCVnvW3CdQGsWyDiG5 { top:1.6875rem;left:21.0625rem;width:26.625rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAh8AQFK3b1cZBqZq9MI4501zeOenJpU { display:block; }#zAh8AQFK3b1cZBqZq9MI4501zeOenJpU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C50fvRzEHNP6l0TfhLS9NyNoPtwOcyf4 { top:1.125rem;left:13.5625rem;width:34.1875rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCQzpvKsRhgZAZDMNnfhCIuqP2GitZq1 { top:4.75rem;left:18.4375rem;width:28.75rem;height:19rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1x1EUCHfE0EzKTavvCbKPfp4EBEee5E { top:1.125rem;left:0rem;width:26.75rem;height:26.251895175578rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDts8pWBCXZ2J7HcTByaWDTqJdRzsVCK { top:4.8125rem;left:26.51953125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqtaHK4ef6EdHdSwlUAGQxybHetSbInd { top:7.6875rem;left:26.51953125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHOb5iClfVsVmuS5eVOkHD2ycmHQcdws { top:12.125rem;left:26.51953125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUnGZLRRFxx5gsiEd5nEKTv8KhsZbWhR { top:17.9375rem;left:26.51953125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPdABScxQWJbQIr3rZkU1nbBspbyD2GF { top:20.8125rem;left:26.51953125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zyvvi59pkW332Viakgmbgg64J1Mo5Tdx { display:block; }#Zyvvi59pkW332Viakgmbgg64J1Mo5Tdx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCw8nszlb2AikgOqpznMfqdzaMIInIgk { top:4.9375rem;left:0rem;width:28.75rem;height:16.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJno29rrJvqiC6zz6hzWOJ7G0fTQq23i { top:1.6875rem;left:0rem;width:34.1875rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6BilVqSaG4WSNLCuDgOBlWFzeTGuKwT { top:1.6875rem;left:21.0625rem;width:26.625rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h505xzUoqS2dkncs4kZUAFlyKvWRo32d { display:block; }#h505xzUoqS2dkncs4kZUAFlyKvWRo32d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCwxVNiz4PPvfmpzuDIBMu70nl0lb6A7 { top:1.125rem;left:13.5625rem;width:34.1875rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgloTniEhSlBTDakTDU9VOhUkAradbNq { top:4rem;left:19rem;width:28.75rem;height:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8TSMpnwiXqg8FxSHVL7e7xITS8c1tuR { top:1.125rem;left:0rem;width:26.75rem;height:26.251895175578rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkMdU6RJAQPMz1fTpiBk5wFcTs12IV1d { width:17.5rem;height:3.4375rem;top:14.875rem;left:26.519790649414rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT4TonqTkO4mDkX8yJ8NSbhuMWy4DlEg { display:block; }
 }@media only screen and (max-width: 763px) { #DHh6ksFPWcg22InlxmcmtUMMa0QvqSRX { display:block; }#DHh6ksFPWcg22InlxmcmtUMMa0QvqSRX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4rUDQAd6DQsOfZUVi9s6q4bMxoSRrOP { top:1.1875rem;left:7.7072906494137rem;width:34.1875rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPneR64RUPgc9PWVfKODDdbrVJCmkV5b { display:block; }#LPneR64RUPgc9PWVfKODDdbrVJCmkV5b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wo7NXhM8nPMrnaxl0P4h9d63IMS1ym86 { top:1.5rem;left:0rem;width:35.625rem;height:20.249rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhLTlEQdrM9x3ZmqWhoxXPr0sKOAdlMg { top:1.5625rem;left:12.125rem;width:35.625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7s0xdfURoMpvyvOazdDNfmIZB6Pftyw { top:22.4375rem;left:0rem;width:35.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTW04d4Z5TcoWsCBc3RONG3CQBswEqs8 { top:44.1875rem;left:0rem;width:19.5625rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8kTZCrOIrBsxRWhFeCmTog51C9GzD7c { top:27.4375rem;left:0rem;width:32.9375rem;height:13rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8pnePuOMciJi2bcmVnXUv4PR4WPIxwS { top:22.4375rem;left:12.125rem;width:35.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htff2EDNyA32OBwtv9FePSOxpGN4M8ma { top:27.5rem;left:14.8125rem;width:32.9375rem;height:13rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv4J0iM0WdSKV0ZIWwRFlsvGeibeVn6c { top:44.1875rem;left:28.1875rem;width:19.5625rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywG5r7f75Oo7fVMDr75vIl0GdSPQ5kiS { top:41.5625rem;left:0rem;width:33.875rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBExnarTAKnPzUX4ZxWMvS0NTimcd5CO { top:41.5625rem;left:14.625rem;width:33.125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUzIQgKT7e4iBBVrN0DEyKvmJabogNVC { display:block; }#OUzIQgKT7e4iBBVrN0DEyKvmJabogNVC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJndnqhAB3M6VCDWpMGBg5LESg7LaRET { top:23.1875rem;left:0rem;width:35.375rem;height:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXDxSR69Wn5rueqoLOF6t9vux3Tme5Vy { top:28.1875rem;left:0rem;width:32.9375rem;height:12.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nueGpBMEQKuD5PUFyfprihOWwgMZLQrU { top:23.1875rem;left:12rem;width:35.75rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOoJIncWVbgFJcyMyWWVlfacT4TJMTAD { top:28.25rem;left:14.8125rem;width:32.9375rem;height:13rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBUrVfcSKC11eW0EUxFciJZtBl3Q7Tko { top:46.8125rem;left:0rem;width:19.5625rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaIsNMQrqssq3MhINy1R6uNQseZ1JhD7 { top:46.8125rem;left:28.1875rem;width:19.5625rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ9UkiVPuTMQ6h9APWn4gA6aeDCHwrVl { top:1.5rem;left:0rem;width:35.3125rem;height:20.462678364138rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwwsGbvfPUlnK6CfUBadDw5A0OHCBTTu { top:1.75rem;left:12.125rem;width:35.625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6AhTTzWJLFieN0yasPAXmH8yTFxFs0G { top:42.5rem;left:14.625rem;width:33.125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO2lTM3sGmEmfFl2OD4qqWJxQggV7pum { top:42.5rem;left:0rem;width:33.875rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNmWZbzMbGJvHr3TwWrNCdhQ4D40DvKP { display:block; }#SNmWZbzMbGJvHr3TwWrNCdhQ4D40DvKP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5HLflbZNccoHaPHrQCzJBnOM5XAv2cL { width:1.25rem;height:2.0625rem;top:1.625rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXPxNHW3fr3zikCJFR5h3JqKh6oh2rio { width:0.75rem;height:0.75rem;top:2.25rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG5Kv8rN7dnC3QRdItHW4Gaqk9FCoDAV { width:0.75rem;height:0.75rem;top:2.25rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeWcgwNLA2SucRpnVkdPJSSgEZ82CSe4 { width:1.25rem;height:2rem;top:1.625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ8WAAgSgXzORzVbTqR7Mk9FTQtIwdeg { display:block; }#zZ8WAAgSgXzORzVbTqR7Mk9FTQtIwdeg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxcmqWdW1VtXW75zs2PlT1q9e7J3eiDW { display:block; }#IxcmqWdW1VtXW75zs2PlT1q9e7J3eiDW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEG3S5RNLf1K7aIpiPQNRQhEZZHOl52m { top:3.5rem;left:0rem;width:14.8125rem;height:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz60xBMWXhNZ8FGpzZ68gkubDHPFwm6o { top:15.0625rem;left:0rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAC9NWU4QuXfkT28qsmPT3td6qUFRViz { top:12.75rem;left:0rem;width:1.5rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #geXQU27o80nwPulCBpW9yNheeJlPpOow { top:2.625rem;left:9.6875rem;width:38.0625rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CohyMQA9V2RuCUifwU18gvMmZGuboAHL { top:12.5625rem;left:0rem;width:8.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc7aVw4iLhDtPnhxLmkhIa6N53srTIFo { top:15.625rem;left:0rem;width:7.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9qiTmuAGOuSTlDBeOWwAPzNhzkGQJ5N { top:18.3125rem;left:0rem;width:14.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSrtNbEbw3gX8pbThPyd5UJaqKSMxV8y { width:11.625rem;height:2.0625rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx65BJ7KGd82eR3n9XGtH8zQOocsObl3 { display:block; }
 }@media only screen and (max-width: 763px) { #JDvg6m3R9wvqhhVJD7X3TLx7q40PSa2i { width:11.625rem;height:2.0625rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie75it3CD1iIAy3NOT4iunxSfoW2NxUm { display:block; }
 }@media only screen and (max-width: 763px) { #caaOrT5DPETJ30NiWR256tQ9xfH1k7RI { top:3.25rem;left:9.6875rem;width:38.0625rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xheLfLbSDRk9d88UCQ1c1g4R3CM28FJw { display:block; }#xheLfLbSDRk9d88UCQ1c1g4R3CM28FJw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EF75SLAd9gpwRgTTMQugA19mTfz6FTqL { width:10.375rem;height:3.4375rem;top:1.0625rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZx4WRKSJtUitKd0bXKkHcg4lT0Fqo0l { display:block; }
 }@media only screen and (max-width: 763px) { #Co48w0HTwOcGeIUqKxvPg7pDunvzkATC { top:5.3125rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nayVwlohsVxmi6cPsJIhLPSswVDTW1f2 { position:relative;z-index:auto;display:block; }#nayVwlohsVxmi6cPsJIhLPSswVDTW1f2 > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXyc13ksgmDwNcEzuif9f1QJRT5KN7e2 { width:3.75rem;height:3.75rem;top:1.3125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkJDnsccf58RTD87rc5zpN7uaiJg3Xik { width:18.625rem;height:4.225rem;top:5.0625rem;left:0.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sA6iJl72G3yrKqTHTTMKTef1E1BcABT9 { width:9.8125rem;height:2.12395625rem;top:10.510416984558rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2lCJ9mEN7oGVl4eGoV3xgMVolNfbx6K { display:block; }
 }@media only screen and (max-width: 763px) { #Q1tzXz4T4pEXaHODE2qDJanAxw4aASdK { width:8.9364375rem;height:2.12395625rem;top:13.25937461853rem;left:5.5322914123535rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2v2Og1ORz3UkLTwlQfemIFDdBKqJFCP { display:block; }
 }@media only screen and (max-width: 763px) { #l6ZxSFMtS6Fn4WKeLatH14VN16cqBltU { width:8.81225rem;height:3.4375rem;top:16.070556640625rem;left:5.592041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6BUHNfWKqpFKPVATh9k2QqcATihgniK { display:block; }
 }@media only screen and (max-width: 763px) { #nTXhCdwluoslhtg9FOtWrIKe1vWS6b8N { width:8.9354375rem;height:3.5rem;top:20.070833206177rem;left:5.5322914123535rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE89o6bZVl3CbmIDlHylnwoV0WA7Q4eZ { display:block; }
 }@media only screen and (max-width: 763px) { #Hi9S3Tq8sbKHf5To06KZch7hONXvgdy3 { width:8.9375rem;height:2.125rem;top:24.070833206177rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtfpqkCS3QnIkLTTZ268kPHVlxQmzzaO { display:block; }
 }@media only screen and (max-width: 763px) { #ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI { background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/89b01f6b-9d64-460a-b049-1b68adf92d19/MASERATI_MODENA0500_169.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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI.adaptive-delivery-prevent-bg, #ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI.lazyload, #ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI.lazyloading { background-image: none; }#ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI > .row .container { background-color: transparent; background-image: none; }#ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI > .row .container > .video-iframe-container { display: none; }#ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI > .row > .video-iframe-container { display: none; }#ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI > .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); }#ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI > .row .container { border-width: 0; border-radius: 0; }#ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZV6MPWdIhySaFGrT6OLqAtJLCi9MGwsI > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsnWKG9yU3Z3GDoiuaHUlrsFXvZHvQXp { width:15.1875rem;height:10.4rem;top:1.6875rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH2plyOxI0H9BlPwcd8TIDBVSfwOLt5R { display:block; }#BH2plyOxI0H9BlPwcd8TIDBVSfwOLt5R > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mrmumkg0Tap2ZGtsB2IoxS2XXMXgCgof { width:18.0625rem;height:20.8rem;top:1.25rem;left:1rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ts2JbikyW4ndNXyPGOvfITfDeCXtaagB { width:14.4375rem;height:4.63125rem;top:23.494792938233rem;left:2.78125rem;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wcCfAHyALkn5zLKGcHQDD1TyQKoLxApq { display:block; }#wcCfAHyALkn5zLKGcHQDD1TyQKoLxApq > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcxwpnJpt0Aw6TgIIxHlsdtW29ZBtrlb { width:17.6875rem;height:19.5rem;top:3.88671875rem;left:1.15625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #io2FIT0TUMRgb26xIuyFFt1AXTxLSFuf { width:20rem;height:2.0125rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sKny6N3XeNbSiMRCVnvW3CdQGsWyDiG5 { width:20rem;height:20rem;top:24.826042175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAh8AQFK3b1cZBqZq9MI4501zeOenJpU { display:block; }#zAh8AQFK3b1cZBqZq9MI4501zeOenJpU > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C50fvRzEHNP6l0TfhLS9NyNoPtwOcyf4 { width:16.625rem;height:4.025rem;top:0rem;left:1.6875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oCQzpvKsRhgZAZDMNnfhCIuqP2GitZq1 { width:16.5625rem;height:20.71875rem;top:4.0239562988281rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1x1EUCHfE0EzKTavvCbKPfp4EBEee5E { width:20rem;height:19.628125rem;top:26.200000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDts8pWBCXZ2J7HcTByaWDTqJdRzsVCK { display:flex;width:1.4375rem;height:1.4375rem;top:4.3989562988281rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #vqtaHK4ef6EdHdSwlUAGQxybHetSbInd { display:flex;width:1.4375rem;height:1.4375rem;top:8.1374969482425rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #OHOb5iClfVsVmuS5eVOkHD2ycmHQcdws { display:flex;width:1.4375rem;height:1.4375rem;top:13.137500762939rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #zUnGZLRRFxx5gsiEd5nEKTv8KhsZbWhR { display:flex;width:1.4375rem;height:1.4375rem;top:17.700000762939rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #zPdABScxQWJbQIr3rZkU1nbBspbyD2GF { display:flex;width:1.4375rem;height:1.4375rem;top:22.012500762939rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #Zyvvi59pkW332Viakgmbgg64J1Mo5Tdx { display:block; }#Zyvvi59pkW332Viakgmbgg64J1Mo5Tdx > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCw8nszlb2AikgOqpznMfqdzaMIInIgk { width:18.375rem;height:18.28125rem;top:6.3364582061769rem;left:0.8125rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #yJno29rrJvqiC6zz6hzWOJ7G0fTQq23i { width:14.0625rem;height:4.025rem;top:1.1875rem;left:2.96875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X6BilVqSaG4WSNLCuDgOBlWFzeTGuKwT { width:20rem;height:20rem;top:26.501041412354rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h505xzUoqS2dkncs4kZUAFlyKvWRo32d { display:block; }#h505xzUoqS2dkncs4kZUAFlyKvWRo32d > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCwxVNiz4PPvfmpzuDIBMu70nl0lb6A7 { width:17.375rem;height:4.025rem;top:0.5625rem;left:1.3125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XgloTniEhSlBTDakTDU9VOhUkAradbNq { width:18.9375rem;height:9.75rem;top:5.5239582061767rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x8TSMpnwiXqg8FxSHVL7e7xITS8c1tuR { width:20rem;height:19.628125rem;top:19.719791412354rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkMdU6RJAQPMz1fTpiBk5wFcTs12IV1d { width:12.125rem;height:2.4375rem;top:15.910415649414rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT4TonqTkO4mDkX8yJ8NSbhuMWy4DlEg { display:block; }
 }@media only screen and (max-width: 763px) { #DHh6ksFPWcg22InlxmcmtUMMa0QvqSRX { display:block; }#DHh6ksFPWcg22InlxmcmtUMMa0QvqSRX > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4rUDQAd6DQsOfZUVi9s6q4bMxoSRrOP { width:20rem;height:1.8375rem;top:0.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPneR64RUPgc9PWVfKODDdbrVJCmkV5b { display:block; }#LPneR64RUPgc9PWVfKODDdbrVJCmkV5b > .row .container { width:20rem;height:73.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wo7NXhM8nPMrnaxl0P4h9d63IMS1ym86 { width:20rem;height:11.368421052632rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhLTlEQdrM9x3ZmqWhoxXPr0sKOAdlMg { width:20rem;height:11.228rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7s0xdfURoMpvyvOazdDNfmIZB6Pftyw { width:20rem;height:3.9rem;top:12.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTW04d4Z5TcoWsCBc3RONG3CQBswEqs8 { width:20rem;height:3.6rem;top:32.917709350586rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X8kTZCrOIrBsxRWhFeCmTog51C9GzD7c { width:18.25rem;height:11.61875rem;top:17.6806640625rem;left:0.875rem;font-size:0.8125rem;font-family:"dm sans";display:block; }
 }@media only screen and (max-width: 763px) { #m8pnePuOMciJi2bcmVnXUv4PR4WPIxwS { width:20rem;height:1.3rem;top:50.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Htff2EDNyA32OBwtv9FePSOxpGN4M8ma { width:18.6864375rem;height:11.61875rem;top:53.75rem;left:1.3125rem;font-size:0.8125rem;font-family:"dm sans";display:block; }
 }@media only screen and (max-width: 763px) { #vv4J0iM0WdSKV0ZIWwRFlsvGeibeVn6c { width:19.6239375rem;height:3.6rem;top:68.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ywG5r7f75Oo7fVMDr75vIl0GdSPQ5kiS { width:17.5625rem;height:1.21875rem;top:30.355208396912rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBExnarTAKnPzUX4ZxWMvS0NTimcd5CO { width:18.75rem;height:1.21875rem;top:65.875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUzIQgKT7e4iBBVrN0DEyKvmJabogNVC { display:block; }#OUzIQgKT7e4iBBVrN0DEyKvmJabogNVC > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJndnqhAB3M6VCDWpMGBg5LESg7LaRET { width:20rem;height:2.6rem;top:13.2763671875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fXDxSR69Wn5rueqoLOF6t9vux3Tme5Vy { width:18.9978125rem;height:11.61875rem;top:17.662353515625rem;left:1.0009765625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nueGpBMEQKuD5PUFyfprihOWwgMZLQrU { width:20rem;height:2.6rem;top:51.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cOoJIncWVbgFJcyMyWWVlfacT4TJMTAD { width:18.8125rem;height:10.5625rem;top:56.25rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBUrVfcSKC11eW0EUxFciJZtBl3Q7Tko { width:20rem;height:3.6rem;top:33.436458587646rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AaIsNMQrqssq3MhINy1R6uNQseZ1JhD7 { width:19.6239375rem;height:5.4rem;top:69.131248474119rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NJ9UkiVPuTMQ6h9APWn4gA6aeDCHwrVl { width:20rem;height:11.589375rem;top:0.7861328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwwsGbvfPUlnK6CfUBadDw5A0OHCBTTu { width:20rem;height:11.228rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6AhTTzWJLFieN0yasPAXmH8yTFxFs0G { width:18.8125rem;height:1.21875rem;top:66.712501525881rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO2lTM3sGmEmfFl2OD4qqWJxQggV7pum { width:19rem;height:1.21875rem;top:30.75rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNmWZbzMbGJvHr3TwWrNCdhQ4D40DvKP { display:block; }#SNmWZbzMbGJvHr3TwWrNCdhQ4D40DvKP > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5HLflbZNccoHaPHrQCzJBnOM5XAv2cL { width:1.25rem;height:2.06176875rem;top:1.312255859375rem;left:14.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXPxNHW3fr3zikCJFR5h3JqKh6oh2rio { width:0.7495125rem;height:0.7495125rem;top:1.9677734375rem;left:8.624267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG5Kv8rN7dnC3QRdItHW4Gaqk9FCoDAV { width:0.7495125rem;height:0.7495125rem;top:1.9677734375rem;left:10.74951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeWcgwNLA2SucRpnVkdPJSSgEZ82CSe4 { width:1.25rem;height:1.9995125rem;top:1.3427734375rem;left:4.373779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ8WAAgSgXzORzVbTqR7Mk9FTQtIwdeg { display:block; }#zZ8WAAgSgXzORzVbTqR7Mk9FTQtIwdeg > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxcmqWdW1VtXW75zs2PlT1q9e7J3eiDW { display:block; }#IxcmqWdW1VtXW75zs2PlT1q9e7J3eiDW > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEG3S5RNLf1K7aIpiPQNRQhEZZHOl52m { width:18.75rem;height:7.03125rem;top:0.57395839691162rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cz60xBMWXhNZ8FGpzZ68gkubDHPFwm6o { width:1.93725625rem;height:1.93725625rem;top:11.6875rem;left:3.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAC9NWU4QuXfkT28qsmPT3td6qUFRViz { width:1.3745125rem;height:0.9375rem;top:9.639892578125rem;left:3.96728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #geXQU27o80nwPulCBpW9yNheeJlPpOow { width:20rem;height:21.3125rem;top:24.52499961853rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CohyMQA9V2RuCUifwU18gvMmZGuboAHL { width:9.187rem;height:1.05625rem;top:9.522705078125rem;left:5.4052734375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lc7aVw4iLhDtPnhxLmkhIa6N53srTIFo { width:12.8125rem;height:1.05625rem;top:12.1875rem;left:3.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z9qiTmuAGOuSTlDBeOWwAPzNhzkGQJ5N { width:14.8125rem;height:2.8125rem;top:15.07187461853rem;left:2.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RSrtNbEbw3gX8pbThPyd5UJaqKSMxV8y { width:11.625rem;height:2.0625rem;top:9.0770835876462rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx65BJ7KGd82eR3n9XGtH8zQOocsObl3 { display:block; }
 }@media only screen and (max-width: 763px) { #JDvg6m3R9wvqhhVJD7X3TLx7q40PSa2i { width:11.625rem;height:2.0625rem;top:11.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie75it3CD1iIAy3NOT4iunxSfoW2NxUm { display:block; }
 }@media only screen and (max-width: 763px) { #caaOrT5DPETJ30NiWR256tQ9xfH1k7RI { width:20rem;height:21.3125rem;top:19.134368896484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xheLfLbSDRk9d88UCQ1c1g4R3CM28FJw { display:block; }#xheLfLbSDRk9d88UCQ1c1g4R3CM28FJw > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EF75SLAd9gpwRgTTMQugA19mTfz6FTqL { width:20rem;height:2.4375rem;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZx4WRKSJtUitKd0bXKkHcg4lT0Fqo0l { display:block; }
 }@media only screen and (max-width: 763px) { #Co48w0HTwOcGeIUqKxvPg7pDunvzkATC { width:20rem;height:2.925rem;top:3.0625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }