.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,217,222;--color-primary-1:255,128,145;--color-primary-2:255,0,34;--color-primary-3:128,0,17;--color-primary-4:38,0,5;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Toyota Type";--paragraphs-font-family:"Toyota Type"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { background-color: transparent; background-image: none; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container > .video-iframe-container { display: none; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row > .video-iframe-container { display: none; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .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); }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { border-width: 0; border-radius: 0; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#e3HsQgT5bUaXuaSFXxOr1xr1xsqiZMto { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:13.0625rem;top:1.34375rem;left:0rem;overflow:hidden;display:block; }
#e1R63ZZnqVOWOTlxaR77R68bfQdXZ7Tg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.78125rem;left:44.125rem; }
#Het46wLSIuEFnQqXTyXn3KW60XcEnngu { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2rem;left:46rem;height:1.65rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/edf0a668-bd5b-463d-ba62-d7d59ff9dfb6/TLOLANDINGI16.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL.adaptive-delivery-prevent-bg, #Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL.lazyload, #Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL.lazyloading { background-image: none; }#Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL > .row .container { background-color: transparent; background-image: none; }#Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL > .row .container > .video-iframe-container { display: none; }#Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL > .row > .video-iframe-container { display: none; }#Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL > .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); }#Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL > .row .container { border-width: 0; border-radius: 0; }#Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL > .row .container { font-size:0.875rem;font-family:arial;height:71.625rem;width:60rem;position:relative;display:block; }#f0STdzPwELoJUveNbaqyy0EKulas0ofU { color:rgba(var(--color-secondary-0),1);display:block;width:44.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:1.5625rem;left:0rem;height:9.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bnfOrWfd6i7MQ0CTBklGMzGivI0PFwvk { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.924999237061rem;left:0rem;display:block; }
#WftWh6GHel1tkxJuRRuccutLdbTGZDTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ni3ti6tq7FKNiMB2rF0S3fhOAHzgDv7P { color:rgba(var(--color-secondary-0),1);display:block;width:59.9364375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:14.375rem;left:0rem;height:2.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ka86nBNVybtwRtfx6KVXT3MDTvRB59KI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ka86nBNVybtwRtfx6KVXT3MDTvRB59KI > .row .container { background-color: transparent; background-image: none; }#ka86nBNVybtwRtfx6KVXT3MDTvRB59KI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ka86nBNVybtwRtfx6KVXT3MDTvRB59KI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ka86nBNVybtwRtfx6KVXT3MDTvRB59KI > .row .container > .video-iframe-container { display: none; }#ka86nBNVybtwRtfx6KVXT3MDTvRB59KI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ka86nBNVybtwRtfx6KVXT3MDTvRB59KI > .row > .video-iframe-container { display: none; }#ka86nBNVybtwRtfx6KVXT3MDTvRB59KI > .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); }#ka86nBNVybtwRtfx6KVXT3MDTvRB59KI > .row .container { border-width: 0; border-radius: 0; }#ka86nBNVybtwRtfx6KVXT3MDTvRB59KI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ka86nBNVybtwRtfx6KVXT3MDTvRB59KI > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:60rem;position:relative;display:block; }#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-form-header {  }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:46.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:46.5625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:46.5625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:46.5625rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:46.5625rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:45.3125rem;overflow:hidden;font-style:normal;float:none; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-container:first-of-type{padding-top:0;}#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-container:last-of-type{padding-bottom:0;}#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ  { background-color:#040809;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:46.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:6.78125rem;top:8.75rem;z-index:15000;position:absolute; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:46.5625rem;display:block;vertical-align:top; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ {display:block;}#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ { background-color:#040809;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:46.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:6.78125rem;top:8.75rem;z-index:15000;position:absolute; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #f4iHw3dBxFq45AhG785oMMTNQMz5kS8F { position:relative; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #LluWE73qD70CX4B6w96LeTa1h98qOQ3a { position:relative;display:none; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #zSBZaTsC4BqD9d1CNfTKwRwv1Qh12pTM { position:relative; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #gE0mZRnTXFv6SpfHO2ApME5LUeSdI5ol { position:relative; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #M8Bi1WZRMITibzm9T3FQQUOfTB5chVlX { position:relative;display:none; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #IfueCuCniTwSe6dTH4kadpKBdtVbIE2m { position:relative; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #OvX6eibSR77cNB9saTz4Vs3xq7Df4RGT { position:relative; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #TVeQ17cLiSFPVzennAW4iMoW8gECDRHy { position:relative;display:none; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #r0nvMwUykKkFXI4mai2m4NFIqP1JLwpB { position:relative; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #AsznZQa3qn5uBrEXlKZ5W3s41TLdavIs { position:relative; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #SEuDT6bwAwVflV3tQbTwDHuI4nOvci6S { position:relative;z-index:2; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #MugoiGg9Au3Lg8c0TWO6QpNQIiSoLi2U { position:relative; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #yMJFFESrqeJP4049LU7g2Oh9r887FCsB { position:relative; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #xnF3kUeETS9KLAPCbfeyHuMStnvxP5kv { position:relative;z-index:2; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #Ir1Z47H4Tkvfr6qEJR2pl6n5bIMNQTTR { position:relative; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #O6GMSHbCf35T2b6XukKMXUKWSElBOX0V { position:relative; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #S9vN1K5B1btiegwcKL6qrf5kixZIsmeq { position:relative;z-index:2; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #ksqSuipQRTDOwMOSJNB4xSVPBolz0JO6 { position:relative; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #AwDb4WILBEtMWOzaxUdyk6EW9em32dHQ { position:relative; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #sx9AfGVTwZbM5eTmfLV0umxJd2BLpR4F { position:relative; }
#x5b4rSClankan9aoIhtqw4QNlPoRskC4 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9364375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:39.224997520447rem;left:0.063541412353513rem;height:4.63125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UTIzoXhOqU5ClKd3K62UCodLBlAW94CI { color:rgba(var(--color-tertiary-0),1);display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:3.2874994277954rem;left:7.65625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/edf0a668-bd5b-463d-ba62-d7d59ff9dfb6/TLOLANDINGI16.jpg");background-position:top 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; }#D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN.adaptive-delivery-prevent-bg, #D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN.lazyload, #D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN.lazyloading { background-image: none; }#D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN > .row .container { background-color: transparent; background-image: none; }#D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN > .row .container > .video-iframe-container { display: none; }#D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN > .row > .video-iframe-container { display: none; }#D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN > .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); }#D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN > .row .container { border-width: 0; border-radius: 0; }#D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:60rem;position:relative;display:block; }#u9E9Mesco09WW4LX5TQBvm5FGf9Vhb7i { color:rgba(var(--color-secondary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.6875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AmFm0gWt6xLssb1x8IWmmt8uBiS32NhP { color:rgba(var(--color-secondary-0),1);display:block;width:59.9364375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.4375rem;left:0rem;height:5.11875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SGha6HJEqncrMlQWNlT4OExyBrsyukKG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/51ec5921-6c0a-4986-b682-ac79d583ab50/2026_TOYOTA_CHR_plus_04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SGha6HJEqncrMlQWNlT4OExyBrsyukKG.adaptive-delivery-prevent-bg, #SGha6HJEqncrMlQWNlT4OExyBrsyukKG.lazyload, #SGha6HJEqncrMlQWNlT4OExyBrsyukKG.lazyloading { background-image: none; }#SGha6HJEqncrMlQWNlT4OExyBrsyukKG > .row .container { background-color: transparent; background-image: none; }#SGha6HJEqncrMlQWNlT4OExyBrsyukKG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.55); }#SGha6HJEqncrMlQWNlT4OExyBrsyukKG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGha6HJEqncrMlQWNlT4OExyBrsyukKG > .row .container > .video-iframe-container { display: none; }#SGha6HJEqncrMlQWNlT4OExyBrsyukKG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.55); }#SGha6HJEqncrMlQWNlT4OExyBrsyukKG > .row > .video-iframe-container { display: none; }#SGha6HJEqncrMlQWNlT4OExyBrsyukKG > .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); }#SGha6HJEqncrMlQWNlT4OExyBrsyukKG > .row .container { border-width: 0; border-radius: 0; }#SGha6HJEqncrMlQWNlT4OExyBrsyukKG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SGha6HJEqncrMlQWNlT4OExyBrsyukKG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SGha6HJEqncrMlQWNlT4OExyBrsyukKG > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:60rem;position:relative;display:block; }#xVaQ3owNIbbg8XPdMNenx3m4bxCf0VTe { color:rgba(var(--color-tertiary-0),1);display:block;width:57.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:1.25rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BMsk1vmduuxPWAdQCd1NuNi9vRM3zW8u { position:relative;display:block; }#BMsk1vmduuxPWAdQCd1NuNi9vRM3zW8u { background-color: transparent; background-image: none; }#BMsk1vmduuxPWAdQCd1NuNi9vRM3zW8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMsk1vmduuxPWAdQCd1NuNi9vRM3zW8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMsk1vmduuxPWAdQCd1NuNi9vRM3zW8u > .row .container > .video-iframe-container { display: none; }#BMsk1vmduuxPWAdQCd1NuNi9vRM3zW8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMsk1vmduuxPWAdQCd1NuNi9vRM3zW8u > .row > .video-iframe-container { display: none; }#BMsk1vmduuxPWAdQCd1NuNi9vRM3zW8u > .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); }#BMsk1vmduuxPWAdQCd1NuNi9vRM3zW8u { border-width: 0; border-radius: 0; }#BMsk1vmduuxPWAdQCd1NuNi9vRM3zW8u > .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; }#BMsk1vmduuxPWAdQCd1NuNi9vRM3zW8u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WrvmSIuXOOFPh5HTQVAuSSbW0dBR7MQf { position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:52.6875rem;top:2.125rem;left:3.65625rem;display:block; }
#AgmBZV8oyaR4F0FBdcOdcpwFz8WcHxJV { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.25rem;left:3.65625rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#JB1En5dyW4yq9VrMyhTiTWXLP7Ovr1pn { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8114375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.125rem;left:6.9385414123538rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JXqNGCk8d3MTVclGUpMmVwqKCww6LFTR { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.081249237061rem;left:15.875rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o1N4qTBcwUs8SJS11MS084XCDk9lWlk7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:13.46249961853rem;left:13.0625rem; }
#JKaPJ8KMfC5TIE6tzV0DwW4L2s4ZeUhM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:17.325000762939rem;left:13.0625rem; }
#QwTIiaUFTa2U8tTn672ReZ0q1zK0QJQb { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.63437461853rem;left:15.875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Oak4TPzXyL89XMarmgJJ1Go5pRgnkZkP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:8.125rem;left:32.6875rem; }
#wGmhcyb0gevx10xy666TN80G0GEKQUIV { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.125rem;left:35.25rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rBK539VXLfPIqUwT7EE9PvAMHVbPfTam { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9.875rem;left:32.6875rem;height:5.525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JuQ66XlIzr254uasQkDxsxWyS4L7GRtM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:14.125rem;left:32.6875rem; }
#JshbKmuica392rgr6MwUfUPQwhy8m3Qq { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.5625rem;left:35.25rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#atOh7DXLUOeBTElAZs2sB13P2f6MIzGz { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.0625rem;left:32.6875rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dUSrrS0tQXnfmlJwvMEtyWAKu7CpPOMv { position:relative;display:block; }#dUSrrS0tQXnfmlJwvMEtyWAKu7CpPOMv { background-color: transparent; background-image: none; }#dUSrrS0tQXnfmlJwvMEtyWAKu7CpPOMv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUSrrS0tQXnfmlJwvMEtyWAKu7CpPOMv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUSrrS0tQXnfmlJwvMEtyWAKu7CpPOMv > .row .container > .video-iframe-container { display: none; }#dUSrrS0tQXnfmlJwvMEtyWAKu7CpPOMv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUSrrS0tQXnfmlJwvMEtyWAKu7CpPOMv > .row > .video-iframe-container { display: none; }#dUSrrS0tQXnfmlJwvMEtyWAKu7CpPOMv > .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); }#dUSrrS0tQXnfmlJwvMEtyWAKu7CpPOMv { border-width: 0; border-radius: 0; }#dUSrrS0tQXnfmlJwvMEtyWAKu7CpPOMv > .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; }#dUSrrS0tQXnfmlJwvMEtyWAKu7CpPOMv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yvmDz7tsq0T4VV3tigN6IuePVtS2TI0T { color:#2a2a2a;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.015625rem;left:19.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SaKFtuHS2DxyaeHWmSgl98PERz21tq1n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.5rem;left:52.21875rem; }
#SaKFtuHS2DxyaeHWmSgl98PERz21tq1n > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#lxB5QQRzxfSeEUqozTfhcGNm5yAmlVXt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.5rem;left:55.65625rem; }
#lxB5QQRzxfSeEUqozTfhcGNm5yAmlVXt > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#HDxkiU3PJTmDf7LNRVOp5UXVMszwv5m5 { 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:3rem;width:11.6875rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282830;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; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { background-color: transparent; background-image: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container > .video-iframe-container { display: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container { display: none; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .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); }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { border-width: 0; border-radius: 0; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh { display:block; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3HsQgT5bUaXuaSFXxOr1xr1xsqiZMto { top:1.3125rem;left:0rem;width:13.0625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1R63ZZnqVOWOTlxaR77R68bfQdXZ7Tg { top:1.75rem;left:38rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Het46wLSIuEFnQqXTyXn3KW60XcEnngu { top:2rem;left:33.75rem;width:14rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL { display:block; }#Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0STdzPwELoJUveNbaqyy0EKulas0ofU { top:1.5625rem;left:0rem;width:44.25rem;height:9.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnfOrWfd6i7MQ0CTBklGMzGivI0PFwvk { width:17.5rem;height:3.4375rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WftWh6GHel1tkxJuRRuccutLdbTGZDTb { display:block; }
 }@media only screen and (max-width: 763px) { #ni3ti6tq7FKNiMB2rF0S3fhOAHzgDv7P { top:14.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka86nBNVybtwRtfx6KVXT3MDTvRB59KI { display:block; }#ka86nBNVybtwRtfx6KVXT3MDTvRB59KI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-regular-label { display:block;width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-checkbox-label { width:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ  { width:45.25rem;height:auto;top:8.75rem;left:0rem; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ {display:block;}#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ { width:45.25rem;height:auto;top:8.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #f4iHw3dBxFq45AhG785oMMTNQMz5kS8F {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #LluWE73qD70CX4B6w96LeTa1h98qOQ3a { display:none; }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #zSBZaTsC4BqD9d1CNfTKwRwv1Qh12pTM {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #gE0mZRnTXFv6SpfHO2ApME5LUeSdI5ol {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #M8Bi1WZRMITibzm9T3FQQUOfTB5chVlX { display:none; }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #IfueCuCniTwSe6dTH4kadpKBdtVbIE2m {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #OvX6eibSR77cNB9saTz4Vs3xq7Df4RGT {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #TVeQ17cLiSFPVzennAW4iMoW8gECDRHy { display:none; }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #r0nvMwUykKkFXI4mai2m4NFIqP1JLwpB {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #AsznZQa3qn5uBrEXlKZ5W3s41TLdavIs {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #SEuDT6bwAwVflV3tQbTwDHuI4nOvci6S { z-index:2; }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #MugoiGg9Au3Lg8c0TWO6QpNQIiSoLi2U {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #yMJFFESrqeJP4049LU7g2Oh9r887FCsB {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #xnF3kUeETS9KLAPCbfeyHuMStnvxP5kv { z-index:2; }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #Ir1Z47H4Tkvfr6qEJR2pl6n5bIMNQTTR {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #O6GMSHbCf35T2b6XukKMXUKWSElBOX0V {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #S9vN1K5B1btiegwcKL6qrf5kixZIsmeq { z-index:2; }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #ksqSuipQRTDOwMOSJNB4xSVPBolz0JO6 {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #AwDb4WILBEtMWOzaxUdyk6EW9em32dHQ {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #sx9AfGVTwZbM5eTmfLV0umxJd2BLpR4F {  }
 }@media only screen and (max-width: 763px) { #x5b4rSClankan9aoIhtqw4QNlPoRskC4 { top:39.1875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTIzoXhOqU5ClKd3K62UCodLBlAW94CI { top:3.25rem;left:1.53125rem;width:44.6875rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN { display:block; }#D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9E9Mesco09WW4LX5TQBvm5FGf9Vhb7i { top:3.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmFm0gWt6xLssb1x8IWmmt8uBiS32NhP { top:9.4375rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGha6HJEqncrMlQWNlT4OExyBrsyukKG { display:block; }#SGha6HJEqncrMlQWNlT4OExyBrsyukKG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVaQ3owNIbbg8XPdMNenx3m4bxCf0VTe { top:1.25rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMsk1vmduuxPWAdQCd1NuNi9vRM3zW8u { display:block; }#BMsk1vmduuxPWAdQCd1NuNi9vRM3zW8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrvmSIuXOOFPh5HTQVAuSSbW0dBR7MQf { top:2.125rem;left:0rem;width:47.75rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgmBZV8oyaR4F0FBdcOdcpwFz8WcHxJV { top:3.25rem;left:0rem;width:26.375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB1En5dyW4yq9VrMyhTiTWXLP7Ovr1pn { top:10.125rem;left:0.8135414123535rem;width:25.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXqNGCk8d3MTVclGUpMmVwqKCww6LFTR { top:13.0625rem;left:9.75rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1N4qTBcwUs8SJS11MS084XCDk9lWlk7 { top:13.4375rem;left:6.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKaPJ8KMfC5TIE6tzV0DwW4L2s4ZeUhM { top:17.3125rem;left:6.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwTIiaUFTa2U8tTn672ReZ0q1zK0QJQb { top:17.625rem;left:9.75rem;width:17.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oak4TPzXyL89XMarmgJJ1Go5pRgnkZkP { top:8.125rem;left:26.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGmhcyb0gevx10xy666TN80G0GEKQUIV { top:8.125rem;left:29.125rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBK539VXLfPIqUwT7EE9PvAMHVbPfTam { top:9.875rem;left:26.5625rem;width:17.5rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuQ66XlIzr254uasQkDxsxWyS4L7GRtM { top:14.125rem;left:26.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JshbKmuica392rgr6MwUfUPQwhy8m3Qq { top:14.5625rem;left:29.125rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atOh7DXLUOeBTElAZs2sB13P2f6MIzGz { top:16.0625rem;left:26.5625rem;width:17.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUSrrS0tQXnfmlJwvMEtyWAKu7CpPOMv { display:block; }#dUSrrS0tQXnfmlJwvMEtyWAKu7CpPOMv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvmDz7tsq0T4VV3tigN6IuePVtS2TI0T { top:3rem;left:13.0625rem;width:29.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaKFtuHS2DxyaeHWmSgl98PERz21tq1n { top:2.5rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
#SaKFtuHS2DxyaeHWmSgl98PERz21tq1n > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #lxB5QQRzxfSeEUqozTfhcGNm5yAmlVXt { top:2.5rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
#lxB5QQRzxfSeEUqozTfhcGNm5yAmlVXt > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #HDxkiU3PJTmDf7LNRVOp5UXVMszwv5m5 { top:2.5rem;left:0rem;width:11.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { display:block; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh { display:block; }#tJqXKuRHl4yeB4oqfDRMIhsCaPuTnqEh > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3HsQgT5bUaXuaSFXxOr1xr1xsqiZMto { width:8.625rem;height:1.6875rem;top:1.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1R63ZZnqVOWOTlxaR77R68bfQdXZ7Tg { display:flex;top:1.375rem;left:10.625rem;width:1.625rem;height:1.625rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #Het46wLSIuEFnQqXTyXn3KW60XcEnngu { width:7.8125rem;height:1.1375rem;top:2.0562496185302rem;left:12.1875rem;font-size:0.8125rem;line-height:1.4;z-index:15003;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL { background-color:#282830;background-image:url("https://images.assets-landingi.com/uc/283622b5-5d71-46aa-97ab-4c744676c07c/rav4przedsprzedaztoyotacentrumwroclaw.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL.adaptive-delivery-prevent-bg, #Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL.lazyload, #Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL.lazyloading { background-image: none; }#Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL > .row .container { background-color: transparent; background-image: none; }#Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL > .row .container > .video-iframe-container { display: none; }#Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL > .row > .video-iframe-container { display: none; }#Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL > .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); }#Jdp4loyKqpHIA4AUOdEoSur8CCu88yVL > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0STdzPwELoJUveNbaqyy0EKulas0ofU { width:20rem;height:5.075rem;top:1.1875rem;left:0rem;font-size:1.8125rem;line-height:1.4;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #bnfOrWfd6i7MQ0CTBklGMzGivI0PFwvk { width:9.9375rem;height:2.4375rem;top:7.675000190735rem;left:0rem;font-weight:400;font-style:normal;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WftWh6GHel1tkxJuRRuccutLdbTGZDTb { display:block; }
 }@media only screen and (max-width: 763px) { #ni3ti6tq7FKNiMB2rF0S3fhOAHzgDv7P { width:20rem;height:1.5rem;top:23.512500762939rem;left:0rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ka86nBNVybtwRtfx6KVXT3MDTvRB59KI { display:block; }#ka86nBNVybtwRtfx6KVXT3MDTvRB59KI > .row .container { width:20rem;height:68.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-regular-label { display:block;width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .widget-checkbox-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ  { width:16.6875rem;height:auto;top:9.1874990463256rem;left:0.40625rem; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ {display:block;}#yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ { width:16.6875rem;height:auto;top:9.1874990463256rem;left:0.40625rem; }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #f4iHw3dBxFq45AhG785oMMTNQMz5kS8F {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #LluWE73qD70CX4B6w96LeTa1h98qOQ3a { display:none; }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #zSBZaTsC4BqD9d1CNfTKwRwv1Qh12pTM {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #gE0mZRnTXFv6SpfHO2ApME5LUeSdI5ol {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #M8Bi1WZRMITibzm9T3FQQUOfTB5chVlX { display:none; }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #IfueCuCniTwSe6dTH4kadpKBdtVbIE2m {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #OvX6eibSR77cNB9saTz4Vs3xq7Df4RGT {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #TVeQ17cLiSFPVzennAW4iMoW8gECDRHy { display:none; }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #r0nvMwUykKkFXI4mai2m4NFIqP1JLwpB {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #AsznZQa3qn5uBrEXlKZ5W3s41TLdavIs {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #SEuDT6bwAwVflV3tQbTwDHuI4nOvci6S { z-index:2; }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #MugoiGg9Au3Lg8c0TWO6QpNQIiSoLi2U {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #yMJFFESrqeJP4049LU7g2Oh9r887FCsB {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #xnF3kUeETS9KLAPCbfeyHuMStnvxP5kv { z-index:2; }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #Ir1Z47H4Tkvfr6qEJR2pl6n5bIMNQTTR {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #O6GMSHbCf35T2b6XukKMXUKWSElBOX0V {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #S9vN1K5B1btiegwcKL6qrf5kixZIsmeq { z-index:2; }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #ksqSuipQRTDOwMOSJNB4xSVPBolz0JO6 {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #AwDb4WILBEtMWOzaxUdyk6EW9em32dHQ {  }
 }@media only screen and (max-width: 763px) { #yRyrNWF8XQi8LzqUICbyITtMo5W59VoJ #sx9AfGVTwZbM5eTmfLV0umxJd2BLpR4F {  }
 }@media only screen and (max-width: 763px) { #x5b4rSClankan9aoIhtqw4QNlPoRskC4 { width:20rem;height:3.9rem;top:61.262502670288rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTIzoXhOqU5ClKd3K62UCodLBlAW94CI { width:20rem;height:3.325rem;top:2.8499984741211rem;left:0rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN { background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/283622b5-5d71-46aa-97ab-4c744676c07c/rav4przedsprzedaztoyotacentrumwroclaw.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN.adaptive-delivery-prevent-bg, #D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN.lazyload, #D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN.lazyloading { background-image: none; }#D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN > .row .container { background-color: transparent; background-image: none; }#D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN > .row .container > .video-iframe-container { display: none; }#D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN > .row > .video-iframe-container { display: none; }#D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN > .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); }#D9XXTDOdbRZ2TgnwcQXmJdogf5T22aWN > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9E9Mesco09WW4LX5TQBvm5FGf9Vhb7i { width:20rem;height:3.9rem;top:2.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmFm0gWt6xLssb1x8IWmmt8uBiS32NhP { width:20rem;height:7.8rem;top:8.9375rem;left:0rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SGha6HJEqncrMlQWNlT4OExyBrsyukKG { display:block; }#SGha6HJEqncrMlQWNlT4OExyBrsyukKG > .row .container { width:20rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVaQ3owNIbbg8XPdMNenx3m4bxCf0VTe { width:20rem;height:26rem;top:6rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMsk1vmduuxPWAdQCd1NuNi9vRM3zW8u { display:block; }#BMsk1vmduuxPWAdQCd1NuNi9vRM3zW8u > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrvmSIuXOOFPh5HTQVAuSSbW0dBR7MQf { width:20rem;height:30.625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgmBZV8oyaR4F0FBdcOdcpwFz8WcHxJV { width:20rem;height:2.6rem;top:6rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB1En5dyW4yq9VrMyhTiTWXLP7Ovr1pn { width:20rem;height:1.625rem;top:9.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXqNGCk8d3MTVclGUpMmVwqKCww6LFTR { width:14.6875rem;height:2.7625rem;top:11.875rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1N4qTBcwUs8SJS11MS084XCDk9lWlk7 { display:flex;width:2rem;height:2rem;top:12.25rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #JKaPJ8KMfC5TIE6tzV0DwW4L2s4ZeUhM { display:flex;width:2rem;height:2rem;top:15.5rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #QwTIiaUFTa2U8tTn672ReZ0q1zK0QJQb { width:14.5rem;height:1.38125rem;top:15.5rem;left:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oak4TPzXyL89XMarmgJJ1Go5pRgnkZkP { display:flex;width:2rem;height:2rem;top:18.125rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #wGmhcyb0gevx10xy666TN80G0GEKQUIV { width:14.4375rem;height:2.7625rem;top:18.125rem;left:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBK539VXLfPIqUwT7EE9PvAMHVbPfTam { width:17.4375rem;height:5.525rem;top:20.375rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuQ66XlIzr254uasQkDxsxWyS4L7GRtM { display:flex;width:2rem;height:2rem;top:23.9375rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #JshbKmuica392rgr6MwUfUPQwhy8m3Qq { width:14.25rem;height:2.7625rem;top:24.5rem;left:5.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atOh7DXLUOeBTElAZs2sB13P2f6MIzGz { width:17.5rem;height:2.7625rem;top:26.125rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUSrrS0tQXnfmlJwvMEtyWAKu7CpPOMv { display:block; }#dUSrrS0tQXnfmlJwvMEtyWAKu7CpPOMv > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvmDz7tsq0T4VV3tigN6IuePVtS2TI0T { width:17.0625rem;height:2.6rem;top:9.0750007629394rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SaKFtuHS2DxyaeHWmSgl98PERz21tq1n { display:flex;width:2.25rem;height:2.25rem;top:5.21875rem;left:7.3125rem; }
#SaKFtuHS2DxyaeHWmSgl98PERz21tq1n > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #lxB5QQRzxfSeEUqozTfhcGNm5yAmlVXt { display:flex;width:2.25rem;height:2.25rem;top:5.21875rem;left:10.6875rem; }
#lxB5QQRzxfSeEUqozTfhcGNm5yAmlVXt > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #HDxkiU3PJTmDf7LNRVOp5UXVMszwv5m5 { width:14.125rem;height:3.625rem;top:1.2000007629394rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr { display:block; }#AvWcPpIsKtaJqb6rfBPev2xEgMEDpEAr > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }