.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;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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); }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL { position:relative;z-index:auto;display:block; }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL { background-color: transparent; background-image: none; }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL > .row .container > .video-iframe-container { display: none; }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL > .row > .video-iframe-container { display: none; }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL > .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); }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL { border-width: 0; border-radius: 0; }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL > .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; }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:74px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#GTHAmSnuFfBStuSoiFJfP2LKOec3Oy6v { position:absolute;display:block;z-index:15000;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;height:48px;width:242px;display:none; }
#JC0A3U1xyzTDsfhTRKKBlMi272UgQEqZ { position:absolute;display:block;z-index:15037;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;height:139px;width:250px;top:476.5px;left:27.5px;overflow:hidden;display:none; }
#z3OaSTCEiCmQ6GE4wa7t29qhzIDQhkkG { 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;height:36px;width:201px;top:10px;left:46.5px;overflow:hidden;display:block; }
#C9SgEz9wO8EKGak0K8wRG5QomhNeLaDf { 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;height:37px;width:37px;top:9.5px;left:1005px;overflow:hidden;display:block; }
#gzgACN6wQemK7y5PO5Jq2x8A0JocgThT { 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;height:47px;width:188px;top:2.5px;left:284px;overflow:hidden;display:block; }
#f26a9S98FbWB0m5gr5DWOF10i787iTqO { color:#282830;display:block;width:141px;position:absolute;font-family:toyotatype;font-size:21px;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:16.4375px;left:1059px;height:23px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HhbOq7lmwaXPlIlS85UNKZ6d02V7Ke5u { color:#000000;display:block;width:200px;position:absolute;font-family:toyotatype;font-size:16px;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:17.59375px;left:782px;height:20px;text-align:right;text-align-last:right;display:block; }
#WXp3uP8JgM2Tox4mQEaNLUNSugWBHzI1 { 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;height:46px;width:167px;top:5px;left:499.5px;overflow:hidden;display:block; }
#indGGXbuidWecfiuWgZG5Z6colaI0trQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2130814c-e624-4b9b-9441-f746f8f25778/b2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ.adaptive-delivery-prevent-bg, #indGGXbuidWecfiuWgZG5Z6colaI0trQ.lazyload, #indGGXbuidWecfiuWgZG5Z6colaI0trQ.lazyloading { background-image: none; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container { background-color: transparent; background-image: none; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container > .video-iframe-container { display: none; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row > .video-iframe-container { display: none; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .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); }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container { border-width: 0; border-radius: 0; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container { font-size:14px;font-family:arial;height:688px;width:1200px;position:relative;display:block; }#nXOITJNWQ6Lr3h6sr0cAXHUTmUSbHQhK { color:#000000;display:block;width:569px;position:absolute;font-family:toyota;font-size:16px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:227px;left:271px;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S9lCpv4tgOoKbV0sPNl4J3JCfJstx6gA { position:absolute;display:block;z-index:15001;background-color:#f3a000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 1px 1px 15px rgba(0,0,0,0.44) ;height:514px;width:404px;top:87px;left:796px;display:block; }
#eaRpKPMtge1XSUVT8AXS960yUTeLlmcJ { color:#ffffff;display:block;width:316px;position:absolute;font-family:"display toyo";font-size:19px;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:102px;left:840px;height:40px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-form-header {  }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#ffffff;width:307px;padding-top:0;padding-right:0;padding-bottom:5px;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; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-input-text { border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;background-color:rgba(212,214,222,0.63);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:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:307px;box-sizing:border-box;height:40px;color:rgba(0,0,0,0.83);font-size:14px;overflow:hidden;font-family:toyotatype;vertical-align:top;font-weight:400;font-style:normal;line-height:.9;text-align:center;text-align-last:center; }#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-input-text.adaptive-delivery-prevent-bg, #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-input-text.lazyload, #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-input-text.lazyloading { background-image: none; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-textarea { border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;background-color:rgba(212,214,222,0.63);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:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:307px;box-sizing:border-box;height:70px;color:rgba(0,0,0,0.83);font-size:14px;overflow:hidden;font-family:toyotatype;vertical-align:top;font-weight:400;font-style:normal;line-height:.9;text-align:center;text-align-last:center; }#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-textarea.adaptive-delivery-prevent-bg, #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-textarea.lazyload, #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-textarea.lazyloading { background-image: none; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .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:1px solid #e1e4eb;border-left:1px solid #e1e4eb;border-right:1px solid #e1e4eb;border-bottom:1px solid #e1e4eb;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:307px;box-sizing:border-box;height:30px;color:#161616;font-family:"display toyo";font-size:14px;overflow:hidden;vertical-align:top; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-input-button { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #ff0022, #d0031f);background-image: -moz-linear-gradient(360deg, #ff0022, #d0031f);background-image: -ms-linear-gradient(360deg, #ff0022, #d0031f);background-image: -o-linear-gradient(360deg, #ff0022, #d0031f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0022', endColorstr='#d0031f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0022', endColorstr='#d0031f' );";background-image: linear-gradient(360deg, #ff0022, #d0031f);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:13px;font-weight:bold;color:#ffffff;width:307px;height:47px;font-family:toyotatype;overflow:hidden;text-align:center;text-align-last:center;line-height:1; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ [class*="-text"]:-moz-placeholder { color:#b5b5b5;font-family:toyotatype;font-size:14px;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ [class*="-text"]::-moz-placeholder { color:#b5b5b5;font-family:toyotatype;font-size:14px;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ [class*="-text"]:-ms-input-placeholder { color:#b5b5b5;font-family:toyotatype;font-size:14px;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ [class*="-text"]::-webkit-input-placeholder { color:#b5b5b5;font-family:toyotatype;font-size:14px;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .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:9px;font-weight:300;color:#fafafa;vertical-align:top;width:290px;overflow:hidden;font-style:normal;float:none;line-height:1.1; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-container:first-of-type{padding-top:0;}#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-container:last-of-type{padding-bottom:0;}#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:307px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15100;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:129px;left:824.5px; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:307px;display:block;vertical-align:top; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ {display:block;}#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:307px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15100;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:129px;left:824.5px; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #vFer3HVTAOgt8F7dm2BdmCFmNmNZzL5S { position:relative;z-index:1; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #QX1g8QGdTUh9vgx9prgOAzTQsokFp0OW { position:relative;display:none; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #efDVXT2UdZF8FFLMgIhwLi13PscB7swr { position:relative; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #P9EW29JBKoX1hAZehBE8TBGRcaP9WTWv { position:relative;z-index:1; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #iHnrPO9Jw7ZumcNnhVGvGrvxgw2rcSMT { position:relative;display:none; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #FcqNgDMW0RTq4Zo123sgzRgqT61ubd0F { position:relative; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #iefhPoD5wT1sXC9sC2NyMHmNVEk2PQTG { position:relative;z-index:1; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #VVCR9SsyeZ4FymTh78T1bzUpl7fqMae5 { position:relative;display:none; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #RgVb87TEBezmr8137euQSGcXVeulVO5M { position:relative; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #DkMQ3Z4yvXraG2cVCQVExsSe4SC6TUt9 { position:relative;z-index:1; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #iayc3I0G5e2p7Gvt3tFoQHGL6EXCTOzN { position:relative;z-index:2; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #dBZvxup6ZeIBg0ZaXnnOSUXfcJTui3VU { position:relative; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #cw8bwpJ0aoMtL3JyVtbu7VvJeK7mZ1yx { position:relative; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #cw8bwpJ0aoMtL3JyVtbu7VvJeK7mZ1yx .container-column{width:50%;}#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #JxOPyxq0oux0n1a22qSgNxmbs9QyziUC { position:relative;display:block; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #kG9tbkP0ZWpZiuiJwTsmEFM3Pe4Jz1T1 { position:relative;z-index:2; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #H72tArw9Ch4fGStVGVM2qhIb6ZMxTODI { position:relative; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #w4PaurTQTZ3RwK5EEx9OFEKJcfrBM1sA { position:relative;z-index:2; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #KSVd1X1qyDJ9OXVasPA0Sp8CfCkG4aTn { position:relative; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #d5ow2qnonBbbRdwZkloGCeSgZUsumffv { position:relative;z-index:2; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #MTqXTB9tnyEcKVdGyHtnHJAAUp6MzkKQ { position:relative; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #rewh5BTWEimdJcTKdQCm84ATa4AhxpAm { position:relative;z-index:2; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #czZVHy7KFmZOwWGaFAvEy7esJHUlSJmr { position:relative; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #xmL0r2kc79Hc4yysMFqdXv3FpTxCeBIm { position:relative;z-index:2; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #B6pVswxMNzPOM0HKRH05yvKo2vhL9TmF { position:relative; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #gihn0VgAft3Nh902z05Dm7akDAcIXPSQ { position:relative;z-index:2; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #mzIT7wCk03n5rUU3MZkiFFsWTTWw4CT3 { position:relative; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #M84Wc7uqpNWOziBGMRIan9p8t1wWeslE { position:relative;z-index:1; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #fyrNZqQ3dT2WTuhpWO8qIG0aGTGsGAbH { position:relative; }
#vMmBENZ6VlLZGxttgOGpvZmP9PaebIde { position:absolute;display:block;z-index:15104;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;height:131px;width:632px;top:56.5px;left:72px;overflow:hidden;display:block; }
#q1qF3fO6HpWLGlGHiM0krT5VyvQqmsdW { position:absolute;display:block;z-index:14996;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;height:299px;width:1200px;top:168px;left:0px;overflow:hidden;display:block; }
#Cw90xLzvyJLzNVTHDhtbQC2s7B6ExKug { position:absolute;display:block;z-index:15100;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;height:377px;width:858px;top:300px;left:-48.140625px;overflow:hidden;display:block; }
#J5KQuF9bSKaw3059MAUCEJKNucPoUSg7 { position:absolute;display:block;z-index:15105;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;height:54px;width:292px;top:187.5px;left:305px;overflow:hidden;display:block; }
#xy7NoeJ3SW43VO59m15F71RIWbcxEHBe { color:#000000;display:block;width:244px;position:absolute;font-family:toyota;font-size:21px;font-weight:normal;z-index:15106;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:201px;left:72px;height:27px;display:block; }
#TV16suvnFuA4QgR72g43p9aO6OvsM42L { position:absolute;display:block;z-index:14999;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;height:299px;width:1200px;top:168px;left:0px;overflow:hidden;display:none; }
#iNTfSH4kuGTDib6mPnXKTvIRrFTIhBik { position:absolute;display:block;z-index:14999;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;height:299px;width:1200px;top:168px;left:0px;overflow:hidden;display:none; }
#e4u1a5cEbn7SKKouSUKIpSdN0Ve9d53t { position:absolute;display:block;z-index:14998;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;height:230px;width:989px;top:498px;left:-133.34673366834px;overflow:hidden;display:block; }
#lTQlFt0C3HHU8lZy177WuOmqB1Aym1k5 { position:absolute;display:block;z-index:14998;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;height:229px;width:985px;top:509px;left:-119.04522613065px;overflow:hidden;display:block; }
#pQbNPK1c6SpSsvSrZoSppHzegCthlPt1 { box-sizing:content-box;height:134px;width:630px;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:38px;left:72px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;border-top-left-radius:59px;border-top-right-radius:59px;border-bottom-left-radius:59px;border-bottom-right-radius:59px;display:block; }
#TZieVB77Lh2FV3OzymFJhfczW4SOpNAK { 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;height:299px;width:1200px;top:77.5px;left:0px;overflow:hidden;display:block; }
#Lmi49SpTUnkfDETVqfI2trIDuIfDSbWP { color:#ffffff;display:block;width:583px;position:absolute;font-family:toyota;font-size:16px;font-weight:400;z-index:15107;line-height:1.3;letter-spacing:0;top:248px;left:72px;height:40px;font-style:normal;display:block; }
#HUBX3ssxPraI32ZzCREo0cTEGbpmeTmp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#HUBX3ssxPraI32ZzCREo0cTEGbpmeTmp > .row .container { background-color: transparent; background-image: none; }#HUBX3ssxPraI32ZzCREo0cTEGbpmeTmp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUBX3ssxPraI32ZzCREo0cTEGbpmeTmp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUBX3ssxPraI32ZzCREo0cTEGbpmeTmp > .row .container > .video-iframe-container { display: none; }#HUBX3ssxPraI32ZzCREo0cTEGbpmeTmp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUBX3ssxPraI32ZzCREo0cTEGbpmeTmp > .row > .video-iframe-container { display: none; }#HUBX3ssxPraI32ZzCREo0cTEGbpmeTmp > .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); }#HUBX3ssxPraI32ZzCREo0cTEGbpmeTmp > .row .container { border-width: 0; border-radius: 0; }#HUBX3ssxPraI32ZzCREo0cTEGbpmeTmp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HUBX3ssxPraI32ZzCREo0cTEGbpmeTmp > .row .container { font-size:14px;font-family:arial;height:319px;width:1200px;position:relative;display:block; }#MEXRLpbqsXbM9HUSkmAC4T01ICRXrmUQ { color:#ffffff;display:block;width:307.96875px;position:absolute;font-family:toyotatype;font-size:16px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:67.5px;left:446.015625px;height:60px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J5rzFZu3mTU0NLQhT4xgs5xeP5HaLuT3 { color:#ffffff;display:block;width:817px;position:absolute;font-family:toyotatype;font-size:9px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:208.390625px;left:196px;height:11px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZLBT73IpitUINvASTfmmy8tTsATVNzOI { color:#9b9b9b;display:block;width:919px;position:absolute;font-family:toyotatype;font-size:10px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:236px;left:20.5px;height:39px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AGsyNVM8oXCgy8KqNlRJPoDTQqpE6kWT { background-color:#f02525;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:toyotatype;font-size:13px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:191px;height:38px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:140.5px;left:504.5px;display:block; }
#rs0kV7ucib3tuyBdNH2kBis9TfO3JRPz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#uOTRX0OiKmPnCBsn4nUutN976ElEgFI6 { position:absolute;display:block;z-index:15010;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;height:27px;width:184px;top:31.5px;left:508px;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #s0yi97PncLwVrTftLrtwRF0MSDnOMJKL { 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; }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL.adaptive-delivery-prevent-bg, #s0yi97PncLwVrTftLrtwRF0MSDnOMJKL.lazyload, #s0yi97PncLwVrTftLrtwRF0MSDnOMJKL.lazyloading { background-image: none; }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL > .row .container { background-color: transparent; background-image: none; }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL > .row .container > .video-iframe-container { display: none; }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL > .row > .video-iframe-container { display: none; }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL > .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); }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL > .row .container { width:764px;height:854px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GTHAmSnuFfBStuSoiFJfP2LKOec3Oy6v { width:242px;height:48px;display:none; }
 }@media only screen and (max-width: 1199px) { #JC0A3U1xyzTDsfhTRKKBlMi272UgQEqZ { width:250px;height:139px;top:476px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #z3OaSTCEiCmQ6GE4wa7t29qhzIDQhkkG { width:201px;height:36px;top:10px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #C9SgEz9wO8EKGak0K8wRG5QomhNeLaDf { width:37px;height:37px;top:9px;left:727px;display:block; }
 }@media only screen and (max-width: 1199px) { #gzgACN6wQemK7y5PO5Jq2x8A0JocgThT { width:188px;height:47px;top:2px;left:66px;display:block; }
 }@media only screen and (max-width: 1199px) { #f26a9S98FbWB0m5gr5DWOF10i787iTqO { top:16px;left:623px;width:141px;height:23px;font-size:21px;display:none; }
 }@media only screen and (max-width: 1199px) { #HhbOq7lmwaXPlIlS85UNKZ6d02V7Ke5u { width:200px;height:20px;top:17px;left:564px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #WXp3uP8JgM2Tox4mQEaNLUNSugWBHzI1 { width:167px;height:46px;top:5px;left:281.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #indGGXbuidWecfiuWgZG5Z6colaI0trQ { display:block; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container { width:764px;height:542px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nXOITJNWQ6Lr3h6sr0cAXHUTmUSbHQhK { width:569px;height:;top:227px;left:53px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #S9lCpv4tgOoKbV0sPNl4J3JCfJstx6gA { width:338px;height:374px;top:93px;left:408px;display:block; }
 }@media only screen and (max-width: 1199px) { #eaRpKPMtge1XSUVT8AXS960yUTeLlmcJ { width:241px;height:0;top:121px;left:458px;display:none; }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-regular-label { width:233px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-input-text { width:233px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-textarea { width:233px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-input-select { width:233px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-input-button { width:233px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:54px; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-checkbox-label { width:216px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-container { padding-top:8px;padding-right:0;padding-bottom:7px;padding-left:0; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-container:first-of-type{padding-top:0;}#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-container:last-of-type{padding-bottom:0;}#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ  { width:233px;height:auto;top:74px;left:441px; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .radio-container { width:233px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ {display:block;}#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ { width:233px;height:auto;top:74px;left:441px; }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #vFer3HVTAOgt8F7dm2BdmCFmNmNZzL5S {  }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #QX1g8QGdTUh9vgx9prgOAzTQsokFp0OW { display:none; }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #efDVXT2UdZF8FFLMgIhwLi13PscB7swr {  }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #P9EW29JBKoX1hAZehBE8TBGRcaP9WTWv {  }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #iHnrPO9Jw7ZumcNnhVGvGrvxgw2rcSMT { display:none; }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #FcqNgDMW0RTq4Zo123sgzRgqT61ubd0F {  }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #iefhPoD5wT1sXC9sC2NyMHmNVEk2PQTG {  }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #VVCR9SsyeZ4FymTh78T1bzUpl7fqMae5 { display:none; }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #RgVb87TEBezmr8137euQSGcXVeulVO5M {  }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #DkMQ3Z4yvXraG2cVCQVExsSe4SC6TUt9 {  }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #iayc3I0G5e2p7Gvt3tFoQHGL6EXCTOzN {  }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #dBZvxup6ZeIBg0ZaXnnOSUXfcJTui3VU {  }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #cw8bwpJ0aoMtL3JyVtbu7VvJeK7mZ1yx {  }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #cw8bwpJ0aoMtL3JyVtbu7VvJeK7mZ1yx .container-column{width:50%;} }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #JxOPyxq0oux0n1a22qSgNxmbs9QyziUC {  }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #kG9tbkP0ZWpZiuiJwTsmEFM3Pe4Jz1T1 {  }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #H72tArw9Ch4fGStVGVM2qhIb6ZMxTODI {  }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #w4PaurTQTZ3RwK5EEx9OFEKJcfrBM1sA {  }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #KSVd1X1qyDJ9OXVasPA0Sp8CfCkG4aTn {  }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #d5ow2qnonBbbRdwZkloGCeSgZUsumffv {  }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #MTqXTB9tnyEcKVdGyHtnHJAAUp6MzkKQ {  }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #rewh5BTWEimdJcTKdQCm84ATa4AhxpAm {  }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #czZVHy7KFmZOwWGaFAvEy7esJHUlSJmr {  }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #xmL0r2kc79Hc4yysMFqdXv3FpTxCeBIm {  }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #B6pVswxMNzPOM0HKRH05yvKo2vhL9TmF {  }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #gihn0VgAft3Nh902z05Dm7akDAcIXPSQ {  }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #mzIT7wCk03n5rUU3MZkiFFsWTTWw4CT3 {  }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #M84Wc7uqpNWOziBGMRIan9p8t1wWeslE {  }
 }@media only screen and (max-width: 1199px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #fyrNZqQ3dT2WTuhpWO8qIG0aGTGsGAbH {  }
 }@media only screen and (max-width: 1199px) { #vMmBENZ6VlLZGxttgOGpvZmP9PaebIde { width:632px;height:131px;top:56px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #q1qF3fO6HpWLGlGHiM0krT5VyvQqmsdW { width:764px;height:190.36333333333px;top:168px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #Cw90xLzvyJLzNVTHDhtbQC2s7B6ExKug { width:764px;height:335.69696969697px;top:300px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #J5KQuF9bSKaw3059MAUCEJKNucPoUSg7 { width:292px;height:54px;top:187px;left:87px;display:block; }
 }@media only screen and (max-width: 1199px) { #xy7NoeJ3SW43VO59m15F71RIWbcxEHBe { width:244px;height:27px;top:201px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 1199px) { #TV16suvnFuA4QgR72g43p9aO6OvsM42L { width:764px;height:190.36333333333px;top:168px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #iNTfSH4kuGTDib6mPnXKTvIRrFTIhBik { width:764px;height:190.36333333333px;top:168px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #e4u1a5cEbn7SKKouSUKIpSdN0Ve9d53t { width:764px;height:177.67441860465px;top:498px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #lTQlFt0C3HHU8lZy177WuOmqB1Aym1k5 { width:764px;height:177.62030456853px;top:509px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #pQbNPK1c6SpSsvSrZoSppHzegCthlPt1 { width:630px;height:134px;top:38px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #TZieVB77Lh2FV3OzymFJhfczW4SOpNAK { width:764px;height:190.36333333333px;top:77px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #Lmi49SpTUnkfDETVqfI2trIDuIfDSbWP { width:583px;height:40px;top:248px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #HUBX3ssxPraI32ZzCREo0cTEGbpmeTmp { display:block; }#HUBX3ssxPraI32ZzCREo0cTEGbpmeTmp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MEXRLpbqsXbM9HUSkmAC4T01ICRXrmUQ { width:307px;height:60px;top:67px;left:228.015625px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #J5rzFZu3mTU0NLQhT4xgs5xeP5HaLuT3 { width:764px;height:11px;top:208px;left:0px;font-size:5px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZLBT73IpitUINvASTfmmy8tTsATVNzOI { width:764px;height:39px;top:236px;left:0px;font-size:6px;display:block; }
 }@media only screen and (max-width: 1199px) { #AGsyNVM8oXCgy8KqNlRJPoDTQqpE6kWT { width:191px;height:38px;top:140px;left:286.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #rs0kV7ucib3tuyBdNH2kBis9TfO3JRPz { display:block; }
 }@media only screen and (max-width: 1199px) { #uOTRX0OiKmPnCBsn4nUutN976ElEgFI6 { width:184px;height:27px;top:31px;left:290px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #s0yi97PncLwVrTftLrtwRF0MSDnOMJKL { background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0px;left:0px;right:0px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL > .row .container { background-color: transparent; background-image: none; }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL > .row .container > .video-iframe-container { display: none; }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL > .row > .video-iframe-container { display: none; }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL > .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); }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s0yi97PncLwVrTftLrtwRF0MSDnOMJKL > .row .container { width:320px;height:105px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTHAmSnuFfBStuSoiFJfP2LKOec3Oy6v { top:410px;left:34px;width:252px;height:62px;z-index:15030;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JC0A3U1xyzTDsfhTRKKBlMi272UgQEqZ { width:250px;height:139px;top:310.265625px;left:61px;display:none; }
 }@media only screen and (max-width: 763px) { #z3OaSTCEiCmQ6GE4wa7t29qhzIDQhkkG { width:126px;height:23px;top:21px;left:15.5px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #C9SgEz9wO8EKGak0K8wRG5QomhNeLaDf { width:21px;height:21px;top:65px;left:171px;display:block; }
 }@media only screen and (max-width: 763px) { #gzgACN6wQemK7y5PO5Jq2x8A0JocgThT { width:144px;height:35px;top:15.5px;left:158px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f26a9S98FbWB0m5gr5DWOF10i787iTqO { width:106px;height:17px;top:64px;left:194px;font-size:16px;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#282830;display:block; }
 }@media only screen and (max-width: 763px) { #HhbOq7lmwaXPlIlS85UNKZ6d02V7Ke5u { width:117px;height:18px;top:65px;left:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WXp3uP8JgM2Tox4mQEaNLUNSugWBHzI1 { width:167px;height:46px;top:149px;left:153px;display:none; }
 }@media only screen and (max-width: 763px) { #indGGXbuidWecfiuWgZG5Z6colaI0trQ { background-color:#ffffff;background-image:none;display:block; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container { background-color: transparent; background-image: none; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container > .video-iframe-container { display: none; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row > .video-iframe-container { display: none; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .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); }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container { width:320px;height:1065px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXOITJNWQ6Lr3h6sr0cAXHUTmUSbHQhK { width:320px;height:0;top:580.078125px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #S9lCpv4tgOoKbV0sPNl4J3JCfJstx6gA { width:320px;height:514px;top:531px;left:0px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:block; }
 }@media only screen and (max-width: 763px) { #eaRpKPMtge1XSUVT8AXS960yUTeLlmcJ { width:316px;height:40px;top:547px;left:4px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:33px;display:block;vertical-align:top; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-input-checkbox { width:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:40px; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-checkbox-label { width:263px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-container { padding-top:3px;padding-right:0;padding-bottom:2px;padding-left:0; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-container:first-of-type{padding-top:0;}#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .widget-container:last-of-type{padding-bottom:0;}#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ  { width:280px;height:auto;top:586px;left:0px;z-index:15014;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:transparent;background-image:none; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ {display:block;}#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ { width:280px;height:auto;top:586px;left:0px;z-index:15014;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #vFer3HVTAOgt8F7dm2BdmCFmNmNZzL5S {  }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #QX1g8QGdTUh9vgx9prgOAzTQsokFp0OW { display:none; }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #efDVXT2UdZF8FFLMgIhwLi13PscB7swr {  }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #P9EW29JBKoX1hAZehBE8TBGRcaP9WTWv {  }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #iHnrPO9Jw7ZumcNnhVGvGrvxgw2rcSMT { display:none; }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #FcqNgDMW0RTq4Zo123sgzRgqT61ubd0F {  }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #iefhPoD5wT1sXC9sC2NyMHmNVEk2PQTG {  }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #VVCR9SsyeZ4FymTh78T1bzUpl7fqMae5 { display:none; }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #RgVb87TEBezmr8137euQSGcXVeulVO5M {  }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #DkMQ3Z4yvXraG2cVCQVExsSe4SC6TUt9 {  }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #iayc3I0G5e2p7Gvt3tFoQHGL6EXCTOzN {  }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #dBZvxup6ZeIBg0ZaXnnOSUXfcJTui3VU {  }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #cw8bwpJ0aoMtL3JyVtbu7VvJeK7mZ1yx {  }
#Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #cw8bwpJ0aoMtL3JyVtbu7VvJeK7mZ1yx .container-column{width:50%;} }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #JxOPyxq0oux0n1a22qSgNxmbs9QyziUC {  }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #kG9tbkP0ZWpZiuiJwTsmEFM3Pe4Jz1T1 {  }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #H72tArw9Ch4fGStVGVM2qhIb6ZMxTODI {  }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #w4PaurTQTZ3RwK5EEx9OFEKJcfrBM1sA {  }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #KSVd1X1qyDJ9OXVasPA0Sp8CfCkG4aTn {  }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #d5ow2qnonBbbRdwZkloGCeSgZUsumffv {  }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #MTqXTB9tnyEcKVdGyHtnHJAAUp6MzkKQ {  }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #rewh5BTWEimdJcTKdQCm84ATa4AhxpAm {  }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #czZVHy7KFmZOwWGaFAvEy7esJHUlSJmr {  }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #xmL0r2kc79Hc4yysMFqdXv3FpTxCeBIm {  }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #B6pVswxMNzPOM0HKRH05yvKo2vhL9TmF {  }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #gihn0VgAft3Nh902z05Dm7akDAcIXPSQ {  }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #mzIT7wCk03n5rUU3MZkiFFsWTTWw4CT3 {  }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #M84Wc7uqpNWOziBGMRIan9p8t1wWeslE {  }
 }@media only screen and (max-width: 763px) { #Vt0FhJumnVFNfGFyWd78RyufkLwR0MGQ #fyrNZqQ3dT2WTuhpWO8qIG0aGTGsGAbH {  }
 }@media only screen and (max-width: 763px) { #vMmBENZ6VlLZGxttgOGpvZmP9PaebIde { width:320px;height:66.328125px;top:138.078125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #q1qF3fO6HpWLGlGHiM0krT5VyvQqmsdW { width:320px;height:79.733333333333px;top:572px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Cw90xLzvyJLzNVTHDhtbQC2s7B6ExKug { width:320px;height:141.46875px;top:230.734375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #J5KQuF9bSKaw3059MAUCEJKNucPoUSg7 { width:223px;height:40px;top:486px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xy7NoeJ3SW43VO59m15F71RIWbcxEHBe { width:244px;height:27px;top:459px;left:14px;font-size:21px;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #TV16suvnFuA4QgR72g43p9aO6OvsM42L { width:320px;height:79.71875px;top:310.609375px;left:0px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #iNTfSH4kuGTDib6mPnXKTvIRrFTIhBik { width:320px;height:79.71875px;top:453px;left:0px;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #e4u1a5cEbn7SKKouSUKIpSdN0Ve9d53t { width:320px;height:74.418604651163px;top:1296px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #lTQlFt0C3HHU8lZy177WuOmqB1Aym1k5 { width:320px;height:74.395939086294px;top:1390px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #pQbNPK1c6SpSsvSrZoSppHzegCthlPt1 { width:320px;height:134px;top:1026px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #TZieVB77Lh2FV3OzymFJhfczW4SOpNAK { width:320px;height:79.733333333333px;top:1065px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Lmi49SpTUnkfDETVqfI2trIDuIfDSbWP { width:320px;height:80px;top:1236px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #HUBX3ssxPraI32ZzCREo0cTEGbpmeTmp { display:block; }#HUBX3ssxPraI32ZzCREo0cTEGbpmeTmp > .row .container { width:320px;height:262px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEXRLpbqsXbM9HUSkmAC4T01ICRXrmUQ { width:306.969px;height:48px;top:67px;left:6px;font-size:13px;text-align:center;text-align-last:center;font-family:toyotatype;display:block; }
 }@media only screen and (max-width: 763px) { #J5rzFZu3mTU0NLQhT4xgs5xeP5HaLuT3 { width:320px;height:6px;top:186.6562px;left:0px;font-size:5px;text-align:center;text-align-last:center;font-family:toyotatype;display:block; }
 }@media only screen and (max-width: 763px) { #ZLBT73IpitUINvASTfmmy8tTsATVNzOI { width:320px;height:28px;top:211.828125px;left:0px;font-size:6px;font-family:toyotatype;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AGsyNVM8oXCgy8KqNlRJPoDTQqpE6kWT { width:138px;height:29px;top:137.6562px;left:91px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #rs0kV7ucib3tuyBdNH2kBis9TfO3JRPz { display:block; }
 }@media only screen and (max-width: 763px) { #uOTRX0OiKmPnCBsn4nUutN976ElEgFI6 { width:184px;height:27px;top:20px;left:68px;display:block; }
 }