.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fafafa;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS > .row .container { background-color: transparent; background-image: none; }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS > .row .container > .video-iframe-container { display: none; }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS > .row > .video-iframe-container { display: none; }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS > .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); }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS > .row .container { border-width: 0; border-radius: 0; }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;position:relative;display:block; }#dZiQqtf2gATkDNUkCIuJzTQvQVWzokTe { position:absolute;display:block;z-index:15072;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.25rem;width:12.5625rem;top:0.625rem;left:2.90625rem;overflow:hidden;display:block; }
#Ofoh5Kra9OidWJBgVcTayNtbKAowsyew { position:absolute;display:block;z-index:15073;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.3125rem;width:2.3125rem;top:0.59375rem;left:62.8125rem;overflow:hidden;display:block; }
#W2rbhTGaKT6Ek20kGfaVfzNyfOpfEVvD { 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:2.9375rem;width:11.75rem;top:0.15625rem;left:17.75rem;overflow:hidden;display:block; }
#kQabp3O5UPLPLRHq1vZ2ACNI1QikGJlt { color:#282830;display:block;width:8.8125rem;position:absolute;font-family:toyotatype;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:1.02734375rem;left:66.1875rem;height:1.44360625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NUDClw0i0q08y4aXqbWFHpdwak4x51zc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:1.099609375rem;left:48.875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d1712032-d3d8-4a63-8e91-df4eb2fcc6c9/116.png");background-position: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; }#pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C.adaptive-delivery-prevent-bg, #pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C.lazyload, #pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C.lazyloading { background-image: none; }#pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C > .row .container { background-color: transparent; background-image: none; }#pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C > .row .container > .video-iframe-container { display: none; }#pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C > .row > .video-iframe-container { display: none; }#pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C > .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); }#pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C > .row .container { border-width: 0; border-radius: 0; }#pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#AJ9lPliPNOPQc3d6OT4QEZT5D7Ffvz6h { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:28.375rem;width:22.8125rem;top:5.875rem;left:51rem;display:block; }
#z4LRJ0bnhD4BJZlDVgmGUKk1P7JVIUVE { color:#3d3d3d;display:block;width:21.1875rem;position:absolute;font-family:toyotatype;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5rem;left:51.8125rem;height:2.59874375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-form-header {  }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:19.375rem;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; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/3852909e-e1af-4330-884c-17b202c7f6be/poz1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:3.125rem;color:#cecfd0;font-size:0.875rem;overflow:hidden;font-family:toyotatype;vertical-align:top;font-weight:400;font-style:normal;line-height:.9;text-align:center;text-align-last:center; }#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-input-text.adaptive-delivery-prevent-bg, #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-input-text.lazyload, #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-input-text.lazyloading { background-image: none; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-input-text {padding-top: 0; padding-bottom: 0;}#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/3852909e-e1af-4330-884c-17b202c7f6be/poz1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:4.375rem;color:#cecfd0;font-size:0.875rem;overflow:hidden;font-family:toyotatype;vertical-align:top;font-weight:400;font-style:normal;line-height:.9;text-align:center;text-align-last:center; }#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-textarea.adaptive-delivery-prevent-bg, #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-textarea.lazyload, #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-textarea.lazyloading { background-image: none; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #e1e4eb;border-left:0.0625rem solid #e1e4eb;border-right:0.0625rem solid #e1e4eb;border-bottom:0.0625rem solid #e1e4eb;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:19.375rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:"display toyo";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-input-select {padding-top: 0; padding-bottom: 0;}#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d0031f, #ff0022);background-image: -moz-linear-gradient(360deg, #d0031f, #ff0022);background-image: -ms-linear-gradient(360deg, #d0031f, #ff0022);background-image: -o-linear-gradient(360deg, #d0031f, #ff0022);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0031f', endColorstr='#ff0022' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0031f', endColorstr='#ff0022' );";background-image: linear-gradient(360deg, #d0031f, #ff0022);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.8125rem;font-weight:bold;color:#ffffff;width:19.375rem;height:2.9375rem;font-family:toyotatype;overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU [class*="-text"]:-moz-placeholder { color:#6f6f74;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU [class*="-text"]::-moz-placeholder { color:#6f6f74;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU [class*="-text"]:-ms-input-placeholder { color:#6f6f74;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU [class*="-text"]::-webkit-input-placeholder { color:#6f6f74;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .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:toyotatype;font-size:0.5625rem;font-weight:400;color:#000000;vertical-align:top;width:18.3125rem;overflow:hidden;font-style:normal;float:none; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .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; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-container:first-of-type{padding-top:0;}#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-container:last-of-type{padding-bottom:0;}#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.125rem;left:48.0625rem; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.375rem;display:block;vertical-align:top; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU {display:block;}#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.125rem;left:51.5rem; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #VgTBET2DGrMdypuSVOAMla2uVqsk3JTl { position:relative;z-index:1; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #T42ecBO4zlS4SExfcamkiNTldRTGXXtD { position:relative;display:none; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #q4NPTLAe9c8CuV3ZW00r4WS91TdV4O2A { position:relative; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #Z1Dc0Kb2Riz2uAsB4fLRPvgymDJ7mf9P { position:relative;z-index:1; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #WlUEAqzfuOtJHaqnWhQTQwqVrCiG8KBo { position:relative;display:none; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #Lq4cK429uFCBokTNfT572RJwwJGbtc3M { position:relative; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #pONA9ZptHJUQnWoZGoQAOih3TivHUzAg { position:relative;z-index:1; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #IfNJ4r77pTuqJfVmpcZ2o7WkPoQ4Rny8 { position:relative;display:none; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #KGHnXM86sclFa4pauTqqMKvBpNmrRnW7 { position:relative; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #UsSd5V9CORhSxXh2dTVflzNItsdPFdpK { position:relative;z-index:1; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #ng8DAmUUbPNMlGAMywNNODhuDUrTmZgy { position:relative;z-index:2; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #yLghNpVMD2FEMm4gqZQt1u1vzATwVRXT { position:relative; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #SeiXQTyeUgVdwNVGRx33WXgIMO5nCsLh { position:relative;z-index:1; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #V1yICdSbnOnCEmUixNkoxyPP1crxe7fs { position:relative; }
#pJccVrgdqeQF7hiCeeoVSCw5iBce8sZq { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:52.625rem;top:20.061849594116rem;left:0rem;overflow:hidden;display:block; }
#Lwna7A9EsJHMo85kCQLN5zN4bt262ksm { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:49.0625rem;top:7.8125004768369rem;left:0rem;overflow:hidden;display:block; }
#TRu0d73H6p7912wBhF4uNPO70kMTxGhp { position:absolute;display:block;z-index:14995;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:6.8125rem;width:29.625rem;top:1.1870660781861rem;left:0rem;overflow:hidden;display:block; }
#HmcybBBOsMGcViEVmpPHPw720wBZtr9k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#569fdc;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; }#HmcybBBOsMGcViEVmpPHPw720wBZtr9k > .row .container { background-color: transparent; background-image: none; }#HmcybBBOsMGcViEVmpPHPw720wBZtr9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmcybBBOsMGcViEVmpPHPw720wBZtr9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmcybBBOsMGcViEVmpPHPw720wBZtr9k > .row .container > .video-iframe-container { display: none; }#HmcybBBOsMGcViEVmpPHPw720wBZtr9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmcybBBOsMGcViEVmpPHPw720wBZtr9k > .row > .video-iframe-container { display: none; }#HmcybBBOsMGcViEVmpPHPw720wBZtr9k > .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); }#HmcybBBOsMGcViEVmpPHPw720wBZtr9k > .row .container { border-width: 0; border-radius: 0; }#HmcybBBOsMGcViEVmpPHPw720wBZtr9k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmcybBBOsMGcViEVmpPHPw720wBZtr9k > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#vo223LITDcfdu3TAbzrPbPmXVKR2FNRJ { color:#f2f2f2;display:block;width:75rem;position:absolute;font-family:toyotatype;font-size:1.5625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sGRLEfolsmZQi4DRd43CkxoVbptwmlG9 { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyotatype;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.28125rem;left:55.375rem;display:block; }
#sxm82TUoBn70dyGEFOtNNEvTdXbqlamW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t5UTNv2cAaTwQHyRgJpASv2u6OrT0mRT { position:relative;display:block; }#t5UTNv2cAaTwQHyRgJpASv2u6OrT0mRT { background-color: transparent; background-image: none; }#t5UTNv2cAaTwQHyRgJpASv2u6OrT0mRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5UTNv2cAaTwQHyRgJpASv2u6OrT0mRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5UTNv2cAaTwQHyRgJpASv2u6OrT0mRT > .row .container > .video-iframe-container { display: none; }#t5UTNv2cAaTwQHyRgJpASv2u6OrT0mRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5UTNv2cAaTwQHyRgJpASv2u6OrT0mRT > .row > .video-iframe-container { display: none; }#t5UTNv2cAaTwQHyRgJpASv2u6OrT0mRT > .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); }#t5UTNv2cAaTwQHyRgJpASv2u6OrT0mRT { border-width: 0; border-radius: 0; }#t5UTNv2cAaTwQHyRgJpASv2u6OrT0mRT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t5UTNv2cAaTwQHyRgJpASv2u6OrT0mRT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#PLVJleGtN5b96uu4J4yS2vRuKPNZT08Q { color:#1c2429;display:block;width:40.625rem;position:absolute;font-family:toyotatype;font-size:2.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:3.65614375rem;font-style:normal;display:block; }
#iSkwqTvNppHAC8HTc5V7K894ku57HxO6 { color:#000000;display:block;width:74.75rem;position:absolute;font-family:toyotatype;font-size:1.3125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.21875rem;left:0rem;height:6.82291875rem;font-style:normal;display:block; }
#y7VV53neVH14mTm6aL87yKTowK08bx6P { position:relative;display:block; }#y7VV53neVH14mTm6aL87yKTowK08bx6P { background-color: transparent; background-image: none; }#y7VV53neVH14mTm6aL87yKTowK08bx6P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7VV53neVH14mTm6aL87yKTowK08bx6P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7VV53neVH14mTm6aL87yKTowK08bx6P > .row .container > .video-iframe-container { display: none; }#y7VV53neVH14mTm6aL87yKTowK08bx6P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7VV53neVH14mTm6aL87yKTowK08bx6P > .row > .video-iframe-container { display: none; }#y7VV53neVH14mTm6aL87yKTowK08bx6P > .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); }#y7VV53neVH14mTm6aL87yKTowK08bx6P { border-width: 0; border-radius: 0; }#y7VV53neVH14mTm6aL87yKTowK08bx6P > .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; }#y7VV53neVH14mTm6aL87yKTowK08bx6P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.625rem;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; }#m9tZh3JbZRf7Ta701TZB55rL963aEmyQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:31.5rem;width:37.125rem;top:0rem;left:37.875rem;overflow:hidden;display:block; }
#bOtq12ycc8zbBOtIIKRiEwMyrBQ5CbmJ { color:#3d3d3d;display:block;width:25.125rem;position:absolute;font-family:toyotatype;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.6875rem;left:6.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#k1XxyzdwQBIbnt1y01i7Tki23PkufJfS { color:#3d3d3d;display:block;width:22.3125rem;position:absolute;font-family:toyotatype;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.9375rem;left:6.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#G0fl3C5hItTuSu4bso3uzQ0soL3s0ybT { color:#3d3d3d;display:block;width:27.875rem;position:absolute;font-family:toyotatype;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15rem;left:6.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#DxOhsbbZHpqQmCuE1GW4tKizGh1I11Of { color:#3d3d3d;display:block;width:22.3125rem;position:absolute;font-family:toyotatype;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.625rem;left:6.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#XxmlyVCTVXmopBsibl3T51goDfikgA6N { color:#3d3d3d;display:block;width:27.4375rem;position:absolute;font-family:toyotatype;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:27.75rem;left:6.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#b47oNNTo1KZ5EvI2yMJ6dcAhqGUXVBnu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:7.875rem;left:2.0625rem; }
#u8hXQGwIx4OxKKXENiP84xwR94ggoRgM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:20.125rem;left:1.9375rem; }
#VsV6X2166d2LhXHWqGdppAiGV6ckpyEX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:13.9375rem;left:1.9375rem; }
#Igdnm87SywXnzuPQn85DtuylJrAdSX5v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:26.5625rem;left:2.125rem; }
#ulARLICe12ECz8S0Q6HAzWOSaOQpVMJp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:1.65625rem;left:2.15625rem; }
#LIcEfAw9QlJ79sL7CSzFT5OUDo8i8TmS { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:10.3125rem;top:27.03125rem;left:63.7060546875rem;overflow:hidden;display:block; }
#pg5ygWS2yV8VQmxECpg4tqKToNqmJSsv { position:relative;display:block; }#pg5ygWS2yV8VQmxECpg4tqKToNqmJSsv { background-color: transparent; background-image: none; }#pg5ygWS2yV8VQmxECpg4tqKToNqmJSsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pg5ygWS2yV8VQmxECpg4tqKToNqmJSsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pg5ygWS2yV8VQmxECpg4tqKToNqmJSsv > .row .container > .video-iframe-container { display: none; }#pg5ygWS2yV8VQmxECpg4tqKToNqmJSsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pg5ygWS2yV8VQmxECpg4tqKToNqmJSsv > .row > .video-iframe-container { display: none; }#pg5ygWS2yV8VQmxECpg4tqKToNqmJSsv > .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); }#pg5ygWS2yV8VQmxECpg4tqKToNqmJSsv { border-width: 0; border-radius: 0; }#pg5ygWS2yV8VQmxECpg4tqKToNqmJSsv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pg5ygWS2yV8VQmxECpg4tqKToNqmJSsv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#i2vneILRy0l5FD8LTMRfvBdbiJAlrGIc { position:relative;display:block; }#i2vneILRy0l5FD8LTMRfvBdbiJAlrGIc { background-color: transparent; background-image: none; }#i2vneILRy0l5FD8LTMRfvBdbiJAlrGIc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2vneILRy0l5FD8LTMRfvBdbiJAlrGIc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2vneILRy0l5FD8LTMRfvBdbiJAlrGIc > .row .container > .video-iframe-container { display: none; }#i2vneILRy0l5FD8LTMRfvBdbiJAlrGIc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2vneILRy0l5FD8LTMRfvBdbiJAlrGIc > .row > .video-iframe-container { display: none; }#i2vneILRy0l5FD8LTMRfvBdbiJAlrGIc > .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); }#i2vneILRy0l5FD8LTMRfvBdbiJAlrGIc { border-width: 0; border-radius: 0; }#i2vneILRy0l5FD8LTMRfvBdbiJAlrGIc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i2vneILRy0l5FD8LTMRfvBdbiJAlrGIc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#CHGzpnc22dBVZVefTlTfNOJX4L7F6KSJ { color:#1c2429;display:block;width:74.6875rem;position:absolute;font-family:toyotatype;font-size:2.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.40625rem;left:0rem;height:3.65625rem;font-style:normal;display:block; }
#XNkccC8vCKMhnzNilFUcFNnmMrE4snQ9 { position:relative;display:block; }#XNkccC8vCKMhnzNilFUcFNnmMrE4snQ9 { background-color: transparent; background-image: none; }#XNkccC8vCKMhnzNilFUcFNnmMrE4snQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNkccC8vCKMhnzNilFUcFNnmMrE4snQ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNkccC8vCKMhnzNilFUcFNnmMrE4snQ9 > .row .container > .video-iframe-container { display: none; }#XNkccC8vCKMhnzNilFUcFNnmMrE4snQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNkccC8vCKMhnzNilFUcFNnmMrE4snQ9 > .row > .video-iframe-container { display: none; }#XNkccC8vCKMhnzNilFUcFNnmMrE4snQ9 > .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); }#XNkccC8vCKMhnzNilFUcFNnmMrE4snQ9 { border-width: 0; border-radius: 0; }#XNkccC8vCKMhnzNilFUcFNnmMrE4snQ9 > .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; }#XNkccC8vCKMhnzNilFUcFNnmMrE4snQ9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.1875rem;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; }#zQdWcsaJT7k1V4kZP1BmSAA58FsXISPT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.4375rem;width:25.9375rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#DQg69EoHmTuS6bdEcyzOSF80tAhyk4nb { color:#3d3d3d;display:block;width:25.375rem;position:absolute;font-family:toyotatype;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:4.0625rem;left:44.0625rem;height:3.4114625rem;font-style:normal;display:block; }
#GmmQq82TMMcmxHpAXfXlfodFNWJMxHNB { color:#3d3d3d;display:block;width:22.3125rem;position:absolute;font-family:toyotatype;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.0625rem;left:44.0625rem;height:3.4114625rem;font-style:normal;display:block; }
#pAmP5uNMwdZCxu20t8vOmQ7zzsDKqTaa { color:#3d3d3d;display:block;width:22.3125rem;position:absolute;font-family:toyotatype;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16rem;left:44.0625rem;height:3.41145625rem;font-style:normal;display:block; }
#nO1kBbkpVq0VWeKVw0MHewD40tVJNQ8p { color:#000000;display:block;width:35.625rem;position:absolute;font-family:toyotatype;font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:38.4375rem;height:2.03125rem;font-style:normal;display:block; }
#wB2HNDaUfNClHEWpce1VMiVXR6lEFKA0 { 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:15015;opacity:1;top:4.75rem;left:39.875rem; }
#EAZ38wcHVnaDfrOaVOumoi1AZgWINA3b { 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:15016;opacity:1;top:10.96875rem;left:39.9375rem; }
#Eidm636lBbWC1NryysnTfzPX8segqB6T { 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:15017;opacity:1;top:16.6875rem;left:39.9375rem; }
#XxkuwA2XEdztg87w9ZKdv7X7ltVRT5xB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c024d940-a73e-4a43-8392-ab65733038d7/tlo_plac.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XxkuwA2XEdztg87w9ZKdv7X7ltVRT5xB.adaptive-delivery-prevent-bg, #XxkuwA2XEdztg87w9ZKdv7X7ltVRT5xB.lazyload, #XxkuwA2XEdztg87w9ZKdv7X7ltVRT5xB.lazyloading { background-image: none; }#XxkuwA2XEdztg87w9ZKdv7X7ltVRT5xB > .row .container { background-color: transparent; background-image: none; }#XxkuwA2XEdztg87w9ZKdv7X7ltVRT5xB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxkuwA2XEdztg87w9ZKdv7X7ltVRT5xB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxkuwA2XEdztg87w9ZKdv7X7ltVRT5xB > .row .container > .video-iframe-container { display: none; }#XxkuwA2XEdztg87w9ZKdv7X7ltVRT5xB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxkuwA2XEdztg87w9ZKdv7X7ltVRT5xB > .row > .video-iframe-container { display: none; }#XxkuwA2XEdztg87w9ZKdv7X7ltVRT5xB > .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); }#XxkuwA2XEdztg87w9ZKdv7X7ltVRT5xB > .row .container { border-width: 0; border-radius: 0; }#XxkuwA2XEdztg87w9ZKdv7X7ltVRT5xB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XxkuwA2XEdztg87w9ZKdv7X7ltVRT5xB > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2429;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; }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .row .container { background-color: transparent; background-image: none; }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .row .container > .video-iframe-container { display: none; }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .row > .video-iframe-container { display: none; }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .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); }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .row .container { border-width: 0; border-radius: 0; }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#EEQZqdW2tTKXBCng5r2yJuH5NEPvkHeS { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:toyotatype;font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:31.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dOBmR1yFRtOSrVkHesAdbLFIOizNw3l0 { color:#ffffff;display:block;width:19.2480625rem;position:absolute;font-family:toyotatype;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.625rem;left:27.875rem;height:3.89810625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqaZalOmTW7mzbTlR54J7RTV2SQUwHmE { background-color:#f02525;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyotatype;font-size:0.625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:1.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:11.125rem;left:33.1875rem;display:block; }
#ILySpQVCBAmuoMCDcEv5htVzv5rxJXJP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TwGkiPWhmqgeBn5sAZ9I7JULf7ZgOZ9V { color:#ffffff;display:block;width:57.2480625rem;position:absolute;font-family:toyotatype;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14.25rem;left:8.875rem;height:1.29980625rem;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) { #WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS { background-color:#f6fcfd;background-image:url("https://images.assets-landingi.com/L1fygj0t/firmowatoyota.pl_mobile.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS.adaptive-delivery-prevent-bg, #WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS.lazyload, #WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS.lazyloading { background-image: none; }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS > .row .container { background-color: transparent; background-image: none; }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS > .row .container > .video-iframe-container { display: none; }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS > .row > .video-iframe-container { display: none; }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS > .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); }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS > .row .container { width:47.75rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZiQqtf2gATkDNUkCIuJzTQvQVWzokTe { width:12.5625rem;height:2.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofoh5Kra9OidWJBgVcTayNtbKAowsyew { width:2.3125rem;height:2.3125rem;top:0.5625rem;left:45.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2rbhTGaKT6Ek20kGfaVfzNyfOpfEVvD { width:11.75rem;height:2.9375rem;top:0.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQabp3O5UPLPLRHq1vZ2ACNI1QikGJlt { top:1rem;left:38.9375rem;width:8.8125rem;height:1.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUDClw0i0q08y4aXqbWFHpdwak4x51zc { width:12.5rem;height:1.13720625rem;top:1.0625rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C { display:none; }#pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AJ9lPliPNOPQc3d6OT4QEZT5D7Ffvz6h { width:21.125rem;height:23.375rem;top:5.8125rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4LRJ0bnhD4BJZlDVgmGUKk1P7JVIUVE { width:15.0625rem;height:0;top:7.5625rem;left:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-regular-label { width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-input-text { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-input-text {padding-top: 0; padding-bottom: 0;}#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-textarea { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-input-select { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-input-select {padding-top: 0; padding-bottom: 0;}#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-input-button { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.375rem; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-checkbox-label { width:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-container:first-of-type{padding-top:0;}#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-container:last-of-type{padding-bottom:0;}#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU  { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .radio-container { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU {display:block;}#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #VgTBET2DGrMdypuSVOAMla2uVqsk3JTl {  }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #T42ecBO4zlS4SExfcamkiNTldRTGXXtD { display:none; }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #q4NPTLAe9c8CuV3ZW00r4WS91TdV4O2A {  }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #Z1Dc0Kb2Riz2uAsB4fLRPvgymDJ7mf9P {  }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #WlUEAqzfuOtJHaqnWhQTQwqVrCiG8KBo { display:none; }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #Lq4cK429uFCBokTNfT572RJwwJGbtc3M {  }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #pONA9ZptHJUQnWoZGoQAOih3TivHUzAg {  }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #IfNJ4r77pTuqJfVmpcZ2o7WkPoQ4Rny8 { display:none; }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #KGHnXM86sclFa4pauTqqMKvBpNmrRnW7 {  }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #UsSd5V9CORhSxXh2dTVflzNItsdPFdpK {  }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #ng8DAmUUbPNMlGAMywNNODhuDUrTmZgy {  }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #yLghNpVMD2FEMm4gqZQt1u1vzATwVRXT {  }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #SeiXQTyeUgVdwNVGRx33WXgIMO5nCsLh {  }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #V1yICdSbnOnCEmUixNkoxyPP1crxe7fs {  }
 }@media only screen and (max-width: 763px) { #pJccVrgdqeQF7hiCeeoVSCw5iBce8sZq { width:47.75rem;height:18.147268408551rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwna7A9EsJHMo85kCQLN5zN4bt262ksm { width:47.75rem;height:11.070700636943rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRu0d73H6p7912wBhF4uNPO70kMTxGhp { width:29.625rem;height:6.8125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmcybBBOsMGcViEVmpPHPw720wBZtr9k { display:none; }#HmcybBBOsMGcViEVmpPHPw720wBZtr9k > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vo223LITDcfdu3TAbzrPbPmXVKR2FNRJ { width:47.75rem;height:2rem;top:2rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGRLEfolsmZQi4DRd43CkxoVbptwmlG9 { width:15rem;height:3.4375rem;top:1.25rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxm82TUoBn70dyGEFOtNNEvTdXbqlamW { display:block; }
 }@media only screen and (max-width: 763px) { #t5UTNv2cAaTwQHyRgJpASv2u6OrT0mRT { display:none; }#t5UTNv2cAaTwQHyRgJpASv2u6OrT0mRT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PLVJleGtN5b96uu4J4yS2vRuKPNZT08Q { width:40.625rem;height:3.625rem;top:2.0625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSkwqTvNppHAC8HTc5V7K894ku57HxO6 { width:47.75rem;height:6.75rem;top:6.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7VV53neVH14mTm6aL87yKTowK08bx6P { display:none; }#y7VV53neVH14mTm6aL87yKTowK08bx6P > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m9tZh3JbZRf7Ta701TZB55rL963aEmyQ { width:37.125rem;height:31.5rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOtq12ycc8zbBOtIIKRiEwMyrBQ5CbmJ { width:25.125rem;height:1.25rem;top:2.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1XxyzdwQBIbnt1y01i7Tki23PkufJfS { width:22.3125rem;height:1.25rem;top:8.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0fl3C5hItTuSu4bso3uzQ0soL3s0ybT { width:27.875rem;height:1.25rem;top:15rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxOhsbbZHpqQmCuE1GW4tKizGh1I11Of { width:22.3125rem;height:1.25rem;top:21.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxmlyVCTVXmopBsibl3T51goDfikgA6N { width:27.4375rem;height:1.25rem;top:27.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b47oNNTo1KZ5EvI2yMJ6dcAhqGUXVBnu { width:3.5rem;height:3.5rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8hXQGwIx4OxKKXENiP84xwR94ggoRgM { width:4.25rem;height:4.25rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsV6X2166d2LhXHWqGdppAiGV6ckpyEX { width:3.75rem;height:3.75rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igdnm87SywXnzuPQn85DtuylJrAdSX5v { width:3.625rem;height:3.625rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulARLICe12ECz8S0Q6HAzWOSaOQpVMJp { width:3.3125rem;height:3.3125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIcEfAw9QlJ79sL7CSzFT5OUDo8i8TmS { width:10.3125rem;height:2.6875rem;top:27rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg5ygWS2yV8VQmxECpg4tqKToNqmJSsv { display:none; }#pg5ygWS2yV8VQmxECpg4tqKToNqmJSsv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i2vneILRy0l5FD8LTMRfvBdbiJAlrGIc { display:none; }#i2vneILRy0l5FD8LTMRfvBdbiJAlrGIc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CHGzpnc22dBVZVefTlTfNOJX4L7F6KSJ { width:47.75rem;height:3.625rem;top:2.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNkccC8vCKMhnzNilFUcFNnmMrE4snQ9 { display:none; }#XNkccC8vCKMhnzNilFUcFNnmMrE4snQ9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zQdWcsaJT7k1V4kZP1BmSAA58FsXISPT { width:25.9375rem;height:19.4375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQg69EoHmTuS6bdEcyzOSF80tAhyk4nb { width:25.375rem;height:3.375rem;top:4.0625rem;left:22.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmmQq82TMMcmxHpAXfXlfodFNWJMxHNB { width:22.3125rem;height:3.375rem;top:10.0625rem;left:23.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAmP5uNMwdZCxu20t8vOmQ7zzsDKqTaa { width:22.3125rem;height:3.375rem;top:16rem;left:23.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO1kBbkpVq0VWeKVw0MHewD40tVJNQ8p { width:35.625rem;height:2rem;top:0rem;left:12.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB2HNDaUfNClHEWpce1VMiVXR6lEFKA0 { width:2rem;height:2rem;top:4.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAZ38wcHVnaDfrOaVOumoi1AZgWINA3b { width:2rem;height:2rem;top:10.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eidm636lBbWC1NryysnTfzPX8segqB6T { width:2rem;height:2rem;top:16.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxkuwA2XEdztg87w9ZKdv7X7ltVRT5xB { display:none; }#XxkuwA2XEdztg87w9ZKdv7X7ltVRT5xB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc { display:none; }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EEQZqdW2tTKXBCng5r2yJuH5NEPvkHeS { width:12.875rem;height:2rem;top:2.8125rem;left:17.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOBmR1yFRtOSrVkHesAdbLFIOizNw3l0 { width:19.1875rem;height:3.875rem;top:5.625rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqaZalOmTW7mzbTlR54J7RTV2SQUwHmE { width:8.625rem;height:1.8125rem;top:11.125rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILySpQVCBAmuoMCDcEv5htVzv5rxJXJP { display:block; }
 }@media only screen and (max-width: 763px) { #TwGkiPWhmqgeBn5sAZ9I7JULf7ZgOZ9V { width:47.75rem;height:1.25rem;top:14.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS { background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS > .row .container { background-color: transparent; background-image: none; }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS > .row .container > .video-iframe-container { display: none; }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS > .row > .video-iframe-container { display: none; }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS > .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); }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WwEUT6MEuQuU0BpuMCSBHxaXHSJTRNDS > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZiQqtf2gATkDNUkCIuJzTQvQVWzokTe { width:7.875rem;height:1.4375rem;top:1.3125rem;left:0.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ofoh5Kra9OidWJBgVcTayNtbKAowsyew { width:1.3125rem;height:1.3125rem;top:4.0625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2rbhTGaKT6Ek20kGfaVfzNyfOpfEVvD { width:9rem;height:2.1875rem;top:0.96875rem;left:9.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kQabp3O5UPLPLRHq1vZ2ACNI1QikGJlt { width:6.625rem;height:1.09971875rem;top:4rem;left:12.125rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#282830;display:block; }
 }@media only screen and (max-width: 763px) { #NUDClw0i0q08y4aXqbWFHpdwak4x51zc { width:7.3125rem;height:1.13745rem;top:4.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d1712032-d3d8-4a63-8e91-df4eb2fcc6c9/116.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C.adaptive-delivery-prevent-bg, #pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C.lazyload, #pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C.lazyloading { background-image: none; }#pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C > .row .container { background-color: transparent; background-image: none; }#pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C > .row .container > .video-iframe-container { display: none; }#pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C > .row > .video-iframe-container { display: none; }#pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C > .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); }#pTCbpsgWnAilZhJSsA4gR3ybTxqTuk8C > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJ9lPliPNOPQc3d6OT4QEZT5D7Ffvz6h { width:20rem;height:25.625rem;top:21.1875rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4LRJ0bnhD4BJZlDVgmGUKk1P7JVIUVE { width:15.25rem;height:2.27430625rem;top:21.75rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-regular-label { width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-input-text { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.0625rem; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-input-text {padding-top: 0; padding-bottom: 0;}#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-textarea { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-input-select { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-input-select {padding-top: 0; padding-bottom: 0;}#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-input-button { width:13.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.6875rem;height:2.5rem; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-checkbox-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-container:first-of-type{padding-top:0;}#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .widget-container:last-of-type{padding-bottom:0;}#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU  { width:17rem;height:auto;top:29.4931640625rem;left:0rem;z-index:15014;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU .radio-container { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU {display:block;}#KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU { width:17rem;height:auto;top:23.6875rem;left:0rem;z-index:15014;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none; }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #VgTBET2DGrMdypuSVOAMla2uVqsk3JTl {  }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #T42ecBO4zlS4SExfcamkiNTldRTGXXtD { display:none; }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #q4NPTLAe9c8CuV3ZW00r4WS91TdV4O2A {  }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #Z1Dc0Kb2Riz2uAsB4fLRPvgymDJ7mf9P {  }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #WlUEAqzfuOtJHaqnWhQTQwqVrCiG8KBo { display:none; }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #Lq4cK429uFCBokTNfT572RJwwJGbtc3M {  }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #pONA9ZptHJUQnWoZGoQAOih3TivHUzAg {  }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #IfNJ4r77pTuqJfVmpcZ2o7WkPoQ4Rny8 { display:none; }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #KGHnXM86sclFa4pauTqqMKvBpNmrRnW7 {  }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #UsSd5V9CORhSxXh2dTVflzNItsdPFdpK {  }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #ng8DAmUUbPNMlGAMywNNODhuDUrTmZgy {  }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #yLghNpVMD2FEMm4gqZQt1u1vzATwVRXT {  }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #SeiXQTyeUgVdwNVGRx33WXgIMO5nCsLh {  }
 }@media only screen and (max-width: 763px) { #KNSVeThUTty9u0JK2UsNVI8gLsKdKrDU #V1yICdSbnOnCEmUixNkoxyPP1crxe7fs {  }
 }@media only screen and (max-width: 763px) { #pJccVrgdqeQF7hiCeeoVSCw5iBce8sZq { width:20rem;height:7.6009375rem;top:14.098307609558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwna7A9EsJHMo85kCQLN5zN4bt262ksm { width:19.437375rem;height:4.49978125rem;top:8.4733076095581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRu0d73H6p7912wBhF4uNPO70kMTxGhp { width:20rem;height:4.5989286761619rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmcybBBOsMGcViEVmpPHPw720wBZtr9k { display:block; }#HmcybBBOsMGcViEVmpPHPw720wBZtr9k > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vo223LITDcfdu3TAbzrPbPmXVKR2FNRJ { width:20rem;height:1.9487875rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGRLEfolsmZQi4DRd43CkxoVbptwmlG9 { width:13.6875rem;height:2.5625rem;top:4rem;left:3.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxm82TUoBn70dyGEFOtNNEvTdXbqlamW { display:block; }
 }@media only screen and (max-width: 763px) { #t5UTNv2cAaTwQHyRgJpASv2u6OrT0mRT { display:block; }#t5UTNv2cAaTwQHyRgJpASv2u6OrT0mRT > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLVJleGtN5b96uu4J4yS2vRuKPNZT08Q { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSkwqTvNppHAC8HTc5V7K894ku57HxO6 { width:20rem;height:10.23436875rem;top:5.0996125rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #y7VV53neVH14mTm6aL87yKTowK08bx6P { display:block; }#y7VV53neVH14mTm6aL87yKTowK08bx6P > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9tZh3JbZRf7Ta701TZB55rL963aEmyQ { width:20rem;height:16.96875rem;top:26.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOtq12ycc8zbBOtIIKRiEwMyrBQ5CbmJ { width:11.9375rem;height:1.9487875rem;top:3.26171875rem;left:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1XxyzdwQBIbnt1y01i7Tki23PkufJfS { width:11.375rem;height:1.9487875rem;top:9.19921875rem;left:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0fl3C5hItTuSu4bso3uzQ0soL3s0ybT { width:15.3125rem;height:2.11263125rem;top:13.6494140625rem;left:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxOhsbbZHpqQmCuE1GW4tKizGh1I11Of { width:15.3125rem;height:0.97485625rem;top:18.849609375rem;left:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxmlyVCTVXmopBsibl3T51goDfikgA6N { width:13.25rem;height:1.9487875rem;top:23.16796875rem;left:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b47oNNTo1KZ5EvI2yMJ6dcAhqGUXVBnu { display:flex;width:2.9375rem;height:2.9375rem;top:8.66796875rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #u8hXQGwIx4OxKKXENiP84xwR94ggoRgM { display:flex;width:2.625rem;height:2.625rem;top:17.755859375rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #VsV6X2166d2LhXHWqGdppAiGV6ckpyEX { display:flex;width:2.75rem;height:2.75rem;top:13.2744140625rem;left:1.65625rem; }
 }@media only screen and (max-width: 763px) { #Igdnm87SywXnzuPQn85DtuylJrAdSX5v { display:flex;width:2.8125rem;height:2.8125rem;top:22.69921875rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #ulARLICe12ECz8S0Q6HAzWOSaOQpVMJp { display:flex;width:2.875rem;height:2.875rem;top:2.76171875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #LIcEfAw9QlJ79sL7CSzFT5OUDo8i8TmS { width:6.5rem;height:1.75rem;top:40.984375rem;left:12.60546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg5ygWS2yV8VQmxECpg4tqKToNqmJSsv { display:block; }#pg5ygWS2yV8VQmxECpg4tqKToNqmJSsv > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2vneILRy0l5FD8LTMRfvBdbiJAlrGIc { display:block; }#i2vneILRy0l5FD8LTMRfvBdbiJAlrGIc > .row .container { width:20rem;height:4.82421875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHGzpnc22dBVZVefTlTfNOJX4L7F6KSJ { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNkccC8vCKMhnzNilFUcFNnmMrE4snQ9 { display:block; }#XNkccC8vCKMhnzNilFUcFNnmMrE4snQ9 > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQdWcsaJT7k1V4kZP1BmSAA58FsXISPT { width:18.6875rem;height:14rem;top:0.8125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQg69EoHmTuS6bdEcyzOSF80tAhyk4nb { width:15.9375rem;height:2.5987375rem;top:18.375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmmQq82TMMcmxHpAXfXlfodFNWJMxHNB { width:16rem;height:2.5987375rem;top:21.8125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAmP5uNMwdZCxu20t8vOmQ7zzsDKqTaa { width:15.9375rem;height:2.59874375rem;top:25.3125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO1kBbkpVq0VWeKVw0MHewD40tVJNQ8p { width:20rem;height:1.13715rem;top:15.7109375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB2HNDaUfNClHEWpce1VMiVXR6lEFKA0 { display:flex;width:2rem;height:2rem;top:18.625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #EAZ38wcHVnaDfrOaVOumoi1AZgWINA3b { display:flex;width:2rem;height:2rem;top:22.0625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #Eidm636lBbWC1NryysnTfzPX8segqB6T { display:flex;width:2rem;height:2rem;top:25.5625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #XxkuwA2XEdztg87w9ZKdv7X7ltVRT5xB { background-color:#1c2429;background-image:none;display:none; }#XxkuwA2XEdztg87w9ZKdv7X7ltVRT5xB > .row .container { width:20rem;height:27.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc { display:block; }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEQZqdW2tTKXBCng5r2yJuH5NEPvkHeS { width:12.875rem;height:2.11230625rem;top:1.25rem;left:3.5625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dOBmR1yFRtOSrVkHesAdbLFIOizNw3l0 { width:19.1875rem;height:3.1689375rem;top:4.61230625rem;left:0.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:toyotatype;display:block; }
 }@media only screen and (max-width: 763px) { #TqaZalOmTW7mzbTlR54J7RTV2SQUwHmE { width:8.625rem;height:1.8125rem;top:9.02831875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILySpQVCBAmuoMCDcEv5htVzv5rxJXJP { display:block; }
 }@media only screen and (max-width: 763px) { #TwGkiPWhmqgeBn5sAZ9I7JULf7ZgOZ9V { width:20rem;height:1.9487875rem;top:12.09081875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:toyotatype;display:block; }
 }