.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:227,231,234;--color-primary-1:172,183,191;--color-primary-2:116,135,148;--color-primary-3:67,154,174;--color-primary-4:60,110,128;--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:172,183,191;--color-tertiary-2:116,135,148;--color-tertiary-3:70,81,89;--color-tertiary-4:28,104,96;--headlines-font-family:"Toyota Display";--paragraphs-font-family:"toyota"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:#1a1813;background-image:url("https://images.assets-landingi.com/uc/cdc0b50a-aa51-4906-9098-7497820cfe7e/Toyota_Nowakowski_z_lotu_ptaka025.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.adaptive-delivery-prevent-bg, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyload, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyloading { background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:75rem;height:68.8125rem;font-size:0.875rem;font-family:"toyota text";position:relative;display:block; }#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-form-header {  }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:13.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .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:13.8125rem;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(0,0,0,0.15) ; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .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:13.8125rem;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(0,0,0,0.15) ; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .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:13.8125rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:"toyota type";font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .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; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .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:transparent;background-image: -webkit-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -moz-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -ms-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -o-linear-gradient(225deg, #2645f7, #2a2d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );";background-image: linear-gradient(225deg, #2645f7, #2a2d3d);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:13.8125rem;height:3.75rem;font-family:"toyota type";overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:"toyota type";font-size:0.875rem;font-weight:400;font-style:normal; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:"toyota type";font-size:0.875rem;font-weight:400;font-style:normal; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:"toyota type";font-size:0.875rem;font-weight:400;font-style:normal; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:"toyota type";font-size:0.875rem;font-weight:400;font-style:normal; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .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:"toyota type";line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:12.5625rem;overflow:hidden;font-style:normal;float:none; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .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; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .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:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-container:first-of-type{padding-top:0;}#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-container:last-of-type{padding-bottom:0;}#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:13.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:52.030381202697rem;top:38.062500953674rem;z-index:15004;position:absolute; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:13.8125rem;display:block;vertical-align:top; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 {display:block;}#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:13.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:52.030381202697rem;top:38.062500953674rem;z-index:15004;position:absolute; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #vNHOqdPiIlkTcWZTrPGk7HRHkkyoxG5P { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #uhnXFt7KoQUrrm9CiXs9PlKrhV8GJqgq { position:relative;display:none; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #CUaFTSS2VISWcqOo068OTbIeFV61kgX2 { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #eJmG6zwDhssznERShcW7pQ2GKxqo5ksT { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #d7PcTm326f0REukKxR09l9rC42LXczeW { position:relative;display:none; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #F9O1BPJhhtgACt2F1I7OgJK7UndyEC7K { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #hmwhiXZWyKluvxLFXXw0HM2k2MBnUMG1 { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #mXi3X5eJEcVECwrlIbvBTon4AVJSSuH0 { position:relative;display:none; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #G52TIAs2VrJ52FQgeFeTwywsdwX5ki8E { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #QucZXB6Ak7r6t1e5JrBrZJ4Z9tENshHU { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #qT7lEO6uorc5xtPZC77WTgqSiVdkTc6R { position:relative;display:none; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #SwnpWTg4c1uxhrSH2qi9fsFNwcNbM3i3 { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #Tk6MTriyCkmrkFJLxKLxT694hI6FZ3uT { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #e4JN6yunLCDqt6I0I7euKLn8NTa2d91i { position:relative;display:none; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #iyLGgnXUTSzLdRN5v4dNilPi7RrleDJf { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #KteEm3H4oCPzbTX5N9NwoVTJAHwFSQKp { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #KxkV7rLUAIivh9x5Iy9CzazqciyIb5dP { position:relative;z-index:2; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #PUJWloOKaSJpF3lTelBCGnBFRvTn5MX6 { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #udF4vvAf7ZKKZHwE08NmZse0Mh3P3PFW { position:relative; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #XgB2M5s9DNsQ5waJdESrX16gUBRBdaEq { position:relative; }
#gSaMRDm3M9diphuw60xwamlofX2VAb6F { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:"toyota type";font-size:4rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-secondary-4),0.5);top:4.0927085876465rem;left:3.3135414123535rem;height:4.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HZc3Cbf7J6WGUx2QocpcE46nPGoU1HtZ { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:5.4375rem;font-weight:400;line-height:1;height:7.8125rem;width:7.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:11.305208206177rem;left:3.3135414123535rem;display:block; }
#mOhTP1SKnKKpypfdDhuJoivVUgcvoHaS { 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:7.375rem;width:18.375rem;top:2.6052083969116rem;left:50.999996185302rem;overflow:hidden;display:block; }
#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu { position:relative;display:block; }#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu { background-color: transparent; background-image: none; }#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu > .row .container > .video-iframe-container { display: none; }#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu > .row > .video-iframe-container { display: none; }#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu > .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); }#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu { border-width: 0; border-radius: 0; }#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu > .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; }#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.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; }#Mm9clf4sZ4gOLHaCnRLoLVTvGvZUgiKV { color:rgba(var(--color-secondary-4),1);display:block;width:42.5625rem;position:absolute;font-family:"toyota type";font-size:1.9375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:0.6875rem;left:17.875rem;height:2.51823125rem;font-style:normal;display:block; }
#a2iphyaweGwyA3SRZpUf1WP67rvbUOia { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:5.1875rem;top:4.625rem;left:4.34375rem;overflow:hidden;display:block; }
#Nq6dJGWyfBCyFtdTR6QU569iETx7WJbr { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:"toyota type";font-size:1.3125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:13.25rem;left:61.374996185302rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MibIemwwO8TWEczVGMl8TnIiBdxexySz { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:"toyota type";font-size:1.3125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:13.25rem;left:45.9375rem;height:5.11875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rBGMiWK1y5iI2H8U3RanfP3SGtmxGsx5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:"toyota type";font-size:1.3125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:13.5rem;left:13.8125rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Umxe25wacpwlt3DV2ObBTAlMnOEkbe1M { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:"toyota type";font-size:1.3125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:13.5rem;left:2.5625rem;height:5.11875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HKhkTpky1Cw5aJ2Q8zehcKkVyBFyw1uK { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:10.1875rem;top:4.75rem;left:16.25rem;overflow:hidden;display:block; }
#a9nGQdzxveTO3rzKyU9bpgZeXOvVn9MF { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:11.9375rem;top:4.65625rem;left:45.9375rem;overflow:hidden;display:block; }
#FdiozE1n28HzDGmg7oN0aUVtkiEUGFkH { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:"toyota type";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:3.4375rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:19.0625rem;left:2.28125rem;display:block; }
#q1uBUCPfDlAXqSmmERXSx3UGOIICdG7N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C3JVZCcAAiZkoM0I3OJJhwzCLiGMy8mq { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:5.5625rem;top:4.625rem;left:33.28125rem;overflow:hidden;display:block; }
#aOADRB43Cng3JK6lis1xZiNpDE9R4iPC { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:"toyota type";font-size:1.3125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:13.5625rem;left:31rem;height:5.11875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E5rg6sv3DT1ZKha1azki5VRPZfL2J9d6 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:11.6875rem;top:4.75rem;left:61.999996185302rem;overflow:hidden;display:block; }
#db4TDXXv8WTbFmVKVxQK03yETJPgBI4O { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:"toyota type";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:3.4375rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:19.0625rem;left:16.968750953674rem;display:block; }
#kSy3o3DH3Wg0Z0x8JiROySwFXVZtGnBS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MWf9vNnPZIUAE2flkcNaW6fUT9zycmsP { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:"toyota type";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:3.4375rem;text-decoration:none;z-index:15082;text-align:center;text-align-last:center;top:19.0625rem;left:31.8125rem;display:block; }
#GbXiLkvTd7bBHzWAHaS4EVB64aSPtCzh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T2ruw4gI2TGPZXSn9IiZUUgWkuTIUgzg { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:"toyota type";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:3.4375rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:19.0625rem;left:47.250000953674rem;display:block; }
#yZ1meoNsMExAOIlKuU2B9gtHGGh5vTV9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#piqzrsynvpQW0sKUfSDDJQ2rvvnn8JUq { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:"toyota type";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:3.4375rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:19.0625rem;left:63.187500953675rem;display:block; }
#fPLLagO1cpgdnfqzpxleHNhLs8v0cbqu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN > .row .container { background-color: transparent; background-image: none; }#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN > .row .container > .video-iframe-container { display: none; }#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN > .row > .video-iframe-container { display: none; }#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN > .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); }#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN > .row .container { border-width: 0; border-radius: 0; }#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#bxQTKeeTwwfgVNNkZ1BM4S4Kkh9z3Rze { color:rgba(var(--color-secondary-4),1);display:block;width:15.1875rem;position:absolute;font-family:"toyota type";font-size:1.9375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:1.0625rem;left:29.90625rem;height:2.51823125rem;font-style:normal;display:block; }
#amP0zg1bUFa0LnVWrPtbhGFzehINTU3A { color:rgba(var(--color-secondary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:16.668750762939rem;left:54.624996185302rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cRWA9fbiqyeTJ6MCfsBozf2FJoFXhO0B { color:rgba(var(--color-secondary-4),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:15.815624237061rem;left:31.78125rem;height:5.11875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TsQ4fXp42n6MTimBOgmODnyzEo6leogu { color:rgba(var(--color-secondary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:15.75rem;left:6.3364582061769rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cp4ow3TwiXdsuATwS27pugu4y2BDGUFJ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:4.8937501907349rem;left:32.5625rem;overflow:hidden;display:block; }
#Bawt44IiseDG88ShzifQkbJzG4UPFRVO { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:14.75rem;top:4.9562511444092rem;left:53.718746185302rem;overflow:hidden;display:block; }
#T32ZWlX8FJVeN49lXauvrfdrDoW3tXgl { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:11.4375rem;top:4.8937501907349rem;left:4.9927082061767rem;overflow:hidden;display:block; }
#nu43NzoDo6S01KVLsH8DS7EdSzK0oKAT { position:relative;display:block; }#nu43NzoDo6S01KVLsH8DS7EdSzK0oKAT { background-color: transparent; background-image: none; }#nu43NzoDo6S01KVLsH8DS7EdSzK0oKAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nu43NzoDo6S01KVLsH8DS7EdSzK0oKAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nu43NzoDo6S01KVLsH8DS7EdSzK0oKAT > .row .container > .video-iframe-container { display: none; }#nu43NzoDo6S01KVLsH8DS7EdSzK0oKAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nu43NzoDo6S01KVLsH8DS7EdSzK0oKAT > .row > .video-iframe-container { display: none; }#nu43NzoDo6S01KVLsH8DS7EdSzK0oKAT > .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); }#nu43NzoDo6S01KVLsH8DS7EdSzK0oKAT { border-width: 0; border-radius: 0; }#nu43NzoDo6S01KVLsH8DS7EdSzK0oKAT > .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; }#nu43NzoDo6S01KVLsH8DS7EdSzK0oKAT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4aeafdc4-7ceb-4a79-b51c-0d8458eff487/DSC_76602.jpg");background-position:top left !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:59.875rem;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; }#nu43NzoDo6S01KVLsH8DS7EdSzK0oKAT > .row .container.adaptive-delivery-prevent-bg, #nu43NzoDo6S01KVLsH8DS7EdSzK0oKAT > .row .container.lazyload, #nu43NzoDo6S01KVLsH8DS7EdSzK0oKAT > .row .container.lazyloading { background-image: none; }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14 { position:relative;display:block; }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14 { background-color: transparent; background-image: none; }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14 > .row .container > .video-iframe-container { display: none; }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14 > .row > .video-iframe-container { display: none; }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14 > .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); }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14 { border-width: 0; border-radius: 0; }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14 > .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; }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14 > .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:30.4375rem;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; }#z0TXcCE9FiAvT1PTfLn21ywnZAIKSDhw { color:rgba(var(--color-secondary-4),1);display:block;width:8.1875rem;position:absolute;font-family:"toyota text";font-size:1.8125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:2.1875rem;left:33.40625rem;height:2.35625rem;font-style:italic;display:block; }
#U2LzFyhlqPRrATqyscNsTC8wLITQOdEk { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:7.8125rem;width:19.8125rem;top:20.6875rem;left:27.59375rem;overflow:hidden;display:block; }
#lfTL7IiRcUFDH3lOf149ADp5hu5GJNRw { 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:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.25rem;height:8.375rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:12.930208206177rem;left:19.375rem;display:block; }
#QcJINtAxxBd2EIoN06LDPQnT2uimsTy3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KXcb6T4DzofLrrTQg7rsgklVdsKFWveJ { 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:#076a80;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:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:4.125rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:9.4229164123538rem;left:25.875rem;display:block; }
#foXHTg3U2dFCoSH1iJs7q4mzkXIWibdu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UBNCv9EmCEOLqautH4bgpFLnkmZUdk08 { position:absolute;display:block;z-index:15061;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:3rem;top:10.547916412354rem;left:21.242710113526rem;overflow:hidden;display:block; }
#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro { position:relative;display:block; }#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro { background-color: transparent; background-image: none; }#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro > .row .container > .video-iframe-container { display: none; }#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro > .row > .video-iframe-container { display: none; }#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro > .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); }#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro { border-width: 0; border-radius: 0; }#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro > .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; }#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro > .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.4375rem;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; }#WDFXcm0aUooW1F7ZDaCvkccg9lm3opMw { color:#076a80;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:4.375rem;left:41.0625rem;height:1.3rem;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; }
#bxGVTpvC2yRXhRmLNxUvToUGHwQdvCIp { color:#076a80;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:4.375rem;left:15.1875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#O7Rr2b3oAFS4PDizuILdN4AteFVDJbKg { color:#076a80;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:2rem;left:28.125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FeckhTLyH0TkKuRi4f6rvswMTgN5JbeU { color:#076a80;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:2rem;left:48.75rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NvrQhiQVCGC5edqxkT6ItTMa2C8wTnFF { color:#076a80;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:2rem;left:7.5rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-regular-label { display:block; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-checkbox-label { width:13.75rem; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0  { width:15rem;height:auto; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 {display:block;}#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #vNHOqdPiIlkTcWZTrPGk7HRHkkyoxG5P {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #uhnXFt7KoQUrrm9CiXs9PlKrhV8GJqgq { display:none; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #CUaFTSS2VISWcqOo068OTbIeFV61kgX2 {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #eJmG6zwDhssznERShcW7pQ2GKxqo5ksT {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #d7PcTm326f0REukKxR09l9rC42LXczeW { display:none; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #F9O1BPJhhtgACt2F1I7OgJK7UndyEC7K {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #hmwhiXZWyKluvxLFXXw0HM2k2MBnUMG1 {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #mXi3X5eJEcVECwrlIbvBTon4AVJSSuH0 { display:none; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #G52TIAs2VrJ52FQgeFeTwywsdwX5ki8E {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #QucZXB6Ak7r6t1e5JrBrZJ4Z9tENshHU {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #qT7lEO6uorc5xtPZC77WTgqSiVdkTc6R { display:none; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #SwnpWTg4c1uxhrSH2qi9fsFNwcNbM3i3 {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #Tk6MTriyCkmrkFJLxKLxT694hI6FZ3uT {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #e4JN6yunLCDqt6I0I7euKLn8NTa2d91i { display:none; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #iyLGgnXUTSzLdRN5v4dNilPi7RrleDJf {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #KteEm3H4oCPzbTX5N9NwoVTJAHwFSQKp {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #KxkV7rLUAIivh9x5Iy9CzazqciyIb5dP { z-index:2; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #PUJWloOKaSJpF3lTelBCGnBFRvTn5MX6 {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #udF4vvAf7ZKKZHwE08NmZse0Mh3P3PFW {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #XgB2M5s9DNsQ5waJdESrX16gUBRBdaEq {  }
 }@media only screen and (max-width: 763px) { #gSaMRDm3M9diphuw60xwamlofX2VAb6F { top:4.0625rem;left:0rem;width:29.75rem;height:4.375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZc3Cbf7J6WGUx2QocpcE46nPGoU1HtZ { top:11.25rem;left:0rem;width:7.8125rem;height:7.8125rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOhTP1SKnKKpypfdDhuJoivVUgcvoHaS { top:2.5625rem;left:29.375rem;width:18.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu { display:block; }#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mm9clf4sZ4gOLHaCnRLoLVTvGvZUgiKV { top:0.6875rem;left:4.25rem;width:42.5625rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2iphyaweGwyA3SRZpUf1WP67rvbUOia { top:4.625rem;left:0rem;width:5.1875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq6dJGWyfBCyFtdTR6QU569iETx7WJbr { top:13.25rem;left:34.125rem;width:13.625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MibIemwwO8TWEczVGMl8TnIiBdxexySz { top:13.25rem;left:32.3125rem;width:11.9375rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBGMiWK1y5iI2H8U3RanfP3SGtmxGsx5 { top:13.5rem;left:0.1875rem;width:15.625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Umxe25wacpwlt3DV2ObBTAlMnOEkbe1M { top:13.5rem;left:0rem;width:8.75rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKhkTpky1Cw5aJ2Q8zehcKkVyBFyw1uK { top:4.75rem;left:2.625rem;width:10.1875rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9nGQdzxveTO3rzKyU9bpgZeXOvVn9MF { top:4.625rem;left:32.3125rem;width:11.9375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdiozE1n28HzDGmg7oN0aUVtkiEUGFkH { width:9.3125rem;height:3.4375rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1uBUCPfDlAXqSmmERXSx3UGOIICdG7N { display:block; }
 }@media only screen and (max-width: 763px) { #C3JVZCcAAiZkoM0I3OJJhwzCLiGMy8mq { top:4.625rem;left:19.65625rem;width:5.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOADRB43Cng3JK6lis1xZiNpDE9R4iPC { top:13.5625rem;left:17.375rem;width:10.125rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5rg6sv3DT1ZKha1azki5VRPZfL2J9d6 { top:4.75rem;left:36.0625rem;width:11.6875rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #db4TDXXv8WTbFmVKVxQK03yETJPgBI4O { width:9.3125rem;height:3.4375rem;top:19.0625rem;left:3.3437509536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSy3o3DH3Wg0Z0x8JiROySwFXVZtGnBS { display:block; }
 }@media only screen and (max-width: 763px) { #MWf9vNnPZIUAE2flkcNaW6fUT9zycmsP { width:9.3125rem;height:3.4375rem;top:19.0625rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbXiLkvTd7bBHzWAHaS4EVB64aSPtCzh { display:block; }
 }@media only screen and (max-width: 763px) { #T2ruw4gI2TGPZXSn9IiZUUgWkuTIUgzg { width:9.3125rem;height:3.4375rem;top:19.0625rem;left:33.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ1meoNsMExAOIlKuU2B9gtHGGh5vTV9 { display:block; }
 }@media only screen and (max-width: 763px) { #piqzrsynvpQW0sKUfSDDJQ2rvvnn8JUq { width:9.3125rem;height:3.4375rem;top:19.0625rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPLLagO1cpgdnfqzpxleHNhLs8v0cbqu { display:block; }
 }@media only screen and (max-width: 763px) { #hIm99hxpmiDLWggM0K7FblSL3GyxUAoN { display:block; }#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxQTKeeTwwfgVNNkZ1BM4S4Kkh9z3Rze { top:1.0625rem;left:16.28125rem;width:15.1875rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amP0zg1bUFa0LnVWrPtbhGFzehINTU3A { top:16.625rem;left:34.8125rem;width:12.9375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRWA9fbiqyeTJ6MCfsBozf2FJoFXhO0B { top:15.8125rem;left:18.15625rem;width:11.4375rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsQ4fXp42n6MTimBOgmODnyzEo6leogu { top:15.75rem;left:0rem;width:8.75rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp4ow3TwiXdsuATwS27pugu4y2BDGUFJ { top:4.875rem;left:18.9375rem;width:9.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bawt44IiseDG88ShzifQkbJzG4UPFRVO { top:4.9375rem;left:33rem;width:14.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T32ZWlX8FJVeN49lXauvrfdrDoW3tXgl { top:4.875rem;left:0rem;width:11.4375rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu43NzoDo6S01KVLsH8DS7EdSzK0oKAT { display:block; }#nu43NzoDo6S01KVLsH8DS7EdSzK0oKAT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEddTDo0L4yhwnX68tTGkei6gkAyNz14 { display:block; }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0TXcCE9FiAvT1PTfLn21ywnZAIKSDhw { top:2.1875rem;left:19.78125rem;width:8.1875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2LzFyhlqPRrATqyscNsTC8wLITQOdEk { top:20.6875rem;left:13.96875rem;width:19.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfTL7IiRcUFDH3lOf149ADp5hu5GJNRw { width:36.25rem;height:8.375rem;top:12.875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcJINtAxxBd2EIoN06LDPQnT2uimsTy3 { display:block; }
 }@media only screen and (max-width: 763px) { #KXcb6T4DzofLrrTQg7rsgklVdsKFWveJ { width:23.25rem;height:4.125rem;top:9.375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #foXHTg3U2dFCoSH1iJs7q4mzkXIWibdu { display:block; }
 }@media only screen and (max-width: 763px) { #UBNCv9EmCEOLqautH4bgpFLnkmZUdk08 { top:10.5rem;left:7.6177101135256rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro { display:block; }#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDFXcm0aUooW1F7ZDaCvkccg9lm3opMw { top:4.375rem;left:27.4375rem;width:18.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxGVTpvC2yRXhRmLNxUvToUGHwQdvCIp { top:4.375rem;left:1.5625rem;width:18.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7Rr2b3oAFS4PDizuILdN4AteFVDJbKg { top:2rem;left:14.5rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeckhTLyH0TkKuRi4f6rvswMTgN5JbeU { top:2rem;left:29rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvrQhiQVCGC5edqxkT6ItTMa2C8wTnFF { top:2rem;left:0rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:#076a80;background-image:url("https://images.assets-landingi.com/uc/cdc0b50a-aa51-4906-9098-7497820cfe7e/Toyota_Nowakowski_z_lotu_ptaka025.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;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; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.adaptive-delivery-prevent-bg, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyload, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyloading { background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-regular-label { display:block;width:14.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-input-text { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-textarea { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-input-select { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #2f877e, #2a2d3d);background-image: -moz-linear-gradient(225deg, #2f877e, #2a2d3d);background-image: -ms-linear-gradient(225deg, #2f877e, #2a2d3d);background-image: -o-linear-gradient(225deg, #2f877e, #2a2d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f877e', endColorstr='#2a2d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f877e', endColorstr='#2a2d3d' );";background-image: linear-gradient(225deg, #2f877e, #2a2d3d);background-size:initial !important; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .widget-checkbox-label { width:13.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0  { width:14.4375rem;height:auto;top:35.675000190735rem;left:1.53125rem; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 .radio-container { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 {display:block;}#UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 { width:14.4375rem;height:auto;top:35.675000190735rem;left:1.53125rem; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #vNHOqdPiIlkTcWZTrPGk7HRHkkyoxG5P {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #uhnXFt7KoQUrrm9CiXs9PlKrhV8GJqgq { display:none; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #CUaFTSS2VISWcqOo068OTbIeFV61kgX2 {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #eJmG6zwDhssznERShcW7pQ2GKxqo5ksT {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #d7PcTm326f0REukKxR09l9rC42LXczeW { display:none; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #F9O1BPJhhtgACt2F1I7OgJK7UndyEC7K {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #hmwhiXZWyKluvxLFXXw0HM2k2MBnUMG1 {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #mXi3X5eJEcVECwrlIbvBTon4AVJSSuH0 { display:none; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #G52TIAs2VrJ52FQgeFeTwywsdwX5ki8E {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #QucZXB6Ak7r6t1e5JrBrZJ4Z9tENshHU {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #qT7lEO6uorc5xtPZC77WTgqSiVdkTc6R { display:none; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #SwnpWTg4c1uxhrSH2qi9fsFNwcNbM3i3 {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #Tk6MTriyCkmrkFJLxKLxT694hI6FZ3uT {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #e4JN6yunLCDqt6I0I7euKLn8NTa2d91i { display:none; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #iyLGgnXUTSzLdRN5v4dNilPi7RrleDJf {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #KteEm3H4oCPzbTX5N9NwoVTJAHwFSQKp {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #KxkV7rLUAIivh9x5Iy9CzazqciyIb5dP { z-index:2; }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #PUJWloOKaSJpF3lTelBCGnBFRvTn5MX6 {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #udF4vvAf7ZKKZHwE08NmZse0Mh3P3PFW {  }
 }@media only screen and (max-width: 763px) { #UQA1KMo7zNLKGAMU3JJueZrBhsdcN6X0 #XgB2M5s9DNsQ5waJdESrX16gUBRBdaEq {  }
 }@media only screen and (max-width: 763px) { #gSaMRDm3M9diphuw60xwamlofX2VAb6F { width:14.25rem;height:2.4rem;top:8.375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HZc3Cbf7J6WGUx2QocpcE46nPGoU1HtZ { width:7.8125rem;height:7.8125rem;top:98.8838125rem;left:6.0625rem;font-size:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOhTP1SKnKKpypfdDhuJoivVUgcvoHaS { width:18.375rem;height:7.375rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu { display:block; }#lgM3X0LAXcJORqL5a6x0E7TyzcGnTBSu > .row .container { width:20rem;height:139.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mm9clf4sZ4gOLHaCnRLoLVTvGvZUgiKV { width:20rem;height:7.55625rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #a2iphyaweGwyA3SRZpUf1WP67rvbUOia { width:10rem;height:15.3125rem;top:11.243750572204rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq6dJGWyfBCyFtdTR6QU569iETx7WJbr { width:12.9375rem;height:1.70625rem;top:131.6875rem;left:3.5625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MibIemwwO8TWEczVGMl8TnIiBdxexySz { width:11.9375rem;height:5.11875rem;top:106.8125rem;left:4.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rBGMiWK1y5iI2H8U3RanfP3SGtmxGsx5 { width:15.625rem;height:3.4125rem;top:53.6875rem;left:2.1875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Umxe25wacpwlt3DV2ObBTAlMnOEkbe1M { width:8.75rem;height:5.11875rem;top:28.3125rem;left:5.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HKhkTpky1Cw5aJ2Q8zehcKkVyBFyw1uK { width:14.3125rem;height:10.5625rem;top:42.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9nGQdzxveTO3rzKyU9bpgZeXOvVn9MF { width:14.1875rem;height:9.25rem;top:96.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdiozE1n28HzDGmg7oN0aUVtkiEUGFkH { width:9.3125rem;height:3.4375rem;top:34.937499046326rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1uBUCPfDlAXqSmmERXSx3UGOIICdG7N { display:block; }
 }@media only screen and (max-width: 763px) { #C3JVZCcAAiZkoM0I3OJJhwzCLiGMy8mq { width:11.25rem;height:17.25rem;top:63.84375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOADRB43Cng3JK6lis1xZiNpDE9R4iPC { width:10.125rem;height:5.11875rem;top:81.6875rem;left:4.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E5rg6sv3DT1ZKha1azki5VRPZfL2J9d6 { width:13.6875rem;height:8.9375rem;top:122.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #db4TDXXv8WTbFmVKVxQK03yETJPgBI4O { width:9.3125rem;height:3.4375rem;top:134.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSy3o3DH3Wg0Z0x8JiROySwFXVZtGnBS { display:block; }
 }@media only screen and (max-width: 763px) { #MWf9vNnPZIUAE2flkcNaW6fUT9zycmsP { width:9.3125rem;height:3.4375rem;top:58.375rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbXiLkvTd7bBHzWAHaS4EVB64aSPtCzh { display:block; }
 }@media only screen and (max-width: 763px) { #T2ruw4gI2TGPZXSn9IiZUUgWkuTIUgzg { width:9.3125rem;height:3.4375rem;top:88.125rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ1meoNsMExAOIlKuU2B9gtHGGh5vTV9 { display:block; }
 }@media only screen and (max-width: 763px) { #piqzrsynvpQW0sKUfSDDJQ2rvvnn8JUq { width:9.3125rem;height:3.4375rem;top:113.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPLLagO1cpgdnfqzpxleHNhLs8v0cbqu { display:block; }
 }@media only screen and (max-width: 763px) { #hIm99hxpmiDLWggM0K7FblSL3GyxUAoN { display:block; }#hIm99hxpmiDLWggM0K7FblSL3GyxUAoN > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxQTKeeTwwfgVNNkZ1BM4S4Kkh9z3Rze { width:20rem;height:2.51875rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #amP0zg1bUFa0LnVWrPtbhGFzehINTU3A { width:12.9375rem;height:3.4125rem;top:54.187499046326rem;left:3.53125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cRWA9fbiqyeTJ6MCfsBozf2FJoFXhO0B { width:15.625rem;height:3.4125rem;top:35.125rem;left:2.1875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TsQ4fXp42n6MTimBOgmODnyzEo6leogu { width:8.75rem;height:6.825rem;top:11.768753051757rem;left:5.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cp4ow3TwiXdsuATwS27pugu4y2BDGUFJ { width:13.9375rem;height:13.9375rem;top:19.999999046326rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bawt44IiseDG88ShzifQkbJzG4UPFRVO { width:16.5625rem;height:11rem;top:42.617709159851rem;left:1.71875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T32ZWlX8FJVeN49lXauvrfdrDoW3tXgl { width:11.4375rem;height:7.125rem;top:4.6437511444092rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu43NzoDo6S01KVLsH8DS7EdSzK0oKAT { display:block; }#nu43NzoDo6S01KVLsH8DS7EdSzK0oKAT > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEddTDo0L4yhwnX68tTGkei6gkAyNz14 { display:block; }#EEddTDo0L4yhwnX68tTGkei6gkAyNz14 > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0TXcCE9FiAvT1PTfLn21ywnZAIKSDhw { width:8.75rem;height:2.35625rem;top:1.5625rem;left:5.625rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-family:"toyota type";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #U2LzFyhlqPRrATqyscNsTC8wLITQOdEk { width:14.25rem;height:5.8125rem;top:12.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfTL7IiRcUFDH3lOf149ADp5hu5GJNRw { width:17.5rem;height:2.625rem;top:8.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcJINtAxxBd2EIoN06LDPQnT2uimsTy3 { display:block; }
 }@media only screen and (max-width: 763px) { #KXcb6T4DzofLrrTQg7rsgklVdsKFWveJ { width:12.5rem;height:3rem;top:5.375rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #foXHTg3U2dFCoSH1iJs7q4mzkXIWibdu { display:block; }
 }@media only screen and (max-width: 763px) { #UBNCv9EmCEOLqautH4bgpFLnkmZUdk08 { width:3rem;height:3rem;top:5.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro { display:block; }#V1uBoEzP3CxKyq2Omf4st8BWeVPmh5Ro > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDFXcm0aUooW1F7ZDaCvkccg9lm3opMw { width:18.75rem;height:1.3rem;top:11.8875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"toyota type";display:block; }
 }@media only screen and (max-width: 763px) { #bxGVTpvC2yRXhRmLNxUvToUGHwQdvCIp { width:18.75rem;height:1.3rem;top:9.3375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"toyota type";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O7Rr2b3oAFS4PDizuILdN4AteFVDJbKg { width:18.75rem;height:1.4625rem;top:3.9375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:"toyota type";display:block; }
 }@media only screen and (max-width: 763px) { #FeckhTLyH0TkKuRi4f6rvswMTgN5JbeU { width:18.75rem;height:1.4625rem;top:6.625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:"toyota type";display:block; }
 }@media only screen and (max-width: 763px) { #NvrQhiQVCGC5edqxkT6ItTMa2C8wTnFF { width:18.75rem;height:1.4625rem;top:1.25rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:"toyota type";display:block; }
 }