.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:#f2f2f2;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); }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b46ef4c7-245a-4cb8-bb82-38b2405a24c9/pamaxkopia_06_01.jpg");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;z-index:auto;display:block; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB.adaptive-delivery-prevent-bg, #IKwy9UqMrQuPThwb5zsEJlahCa2F77AB.lazyload, #IKwy9UqMrQuPThwb5zsEJlahCa2F77AB.lazyloading { background-image: none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container { background-color: transparent; background-image: none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container > .video-iframe-container { display: none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row > .video-iframe-container { display: none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .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); }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container { border-width: 0; border-radius: 0; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:block; }#SOIPW20ZEFOf3JTlGwl4kfTnR6udXE6I { position:absolute;display:block;z-index:14997;background-color:#a4bed5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;height:26.3745rem;width:27.5rem;top:3.3125rem;left:46.875rem;display:block; }
#TFWrRT4pqar2KP6EJfKiO7yIlyR4Fi47 { color:#3d3d3d;display:block;width:21.1865rem;position:absolute;font-family:toyotatype;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.1875rem;left:50.0625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-form-header {  }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:22.9375rem;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; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .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:22.9375rem;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; }#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-text.adaptive-delivery-prevent-bg, #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-text.lazyload, #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-text.lazyloading { background-image: none; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .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:22.9375rem;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; }#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-textarea.adaptive-delivery-prevent-bg, #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-textarea.lazyload, #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-textarea.lazyloading { background-image: none; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .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:22.9375rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:"display toyo";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .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; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .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, #f5a81c, #e59649);background-image: -moz-linear-gradient(360deg, #f5a81c, #e59649);background-image: -ms-linear-gradient(360deg, #f5a81c, #e59649);background-image: -o-linear-gradient(360deg, #f5a81c, #e59649);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a81c', endColorstr='#e59649' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a81c', endColorstr='#e59649' );";background-image: linear-gradient(360deg, #f5a81c, #e59649);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:1.0625rem;font-weight:bold;color:#ffffff;width:22.9375rem;height:2.9375rem;font-family:toyotatype;overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 [class*="-text"]:-moz-placeholder { color:#adadb0;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 [class*="-text"]::-moz-placeholder { color:#adadb0;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 [class*="-text"]:-ms-input-placeholder { color:#adadb0;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 [class*="-text"]::-webkit-input-placeholder { color:#adadb0;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .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.5rem;font-weight:400;color:#000000;vertical-align:top;width:21.875rem;overflow:hidden;font-style:normal;float:none; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .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; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .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; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-container:first-of-type{padding-top:0;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-container:last-of-type{padding-bottom:0;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.9375rem;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:6.25rem;left:47.936719894409rem; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.9375rem;display:block;vertical-align:top; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .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; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 {display:block;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.9375rem;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:6.25rem;left:47.936719894409rem; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #FG8zp6bFzEIAM750Q6VXGACZdFOqPM03 { position:relative;z-index:1; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #ePrdiwrR1vTvPFHM4qlkfZCSXrVxZfK5 { position:relative;display:none; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #ElgHo3fT9Wo2E7cfvScELPuUKkol2eZD { position:relative; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #FoE9Rf7LLDna29VqlCUPoss473wPGKV3 { position:relative;z-index:1; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #eLU6UioeJrt3KFxbMS7tAWDsN825sIVz { position:relative;display:none; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #rByTOP1ubNxtKLkhofGKqnpzET98U2Nq { position:relative; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #i66JQtzbCDPbSZfwKtbmZPr2NoU7r0b6 { position:relative;z-index:1; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #M2TzRJxiXc4VNzv2hw4MkTCq9EnwRVQE { position:relative;display:none; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #GWqT2nAlmXtZ8ErJtxZ8FtLNTA7pLx9x { position:relative; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #TV6LFMzlqtZsXGTrTCwHFm9qnh2BF7i2 { position:relative;z-index:1; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #rEdFTVewILBdBnzvGzTsgILcJiuOrLtU { position:relative;z-index:2; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #mzrw8VWmpFKm2Z2pqoX4dtx1Z5nOhqnb { position:relative; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #UeTssGrvuSOokCq6LJysPUaW4Ae8Cmmk { position:relative;z-index:1; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #FJM77I44ZE4cFtH81EMZGD1MI0Zf3NN6 { position:relative; }
#ee5iETFO2Ftlk7kTwthQB4Pwfb4owi3X { position:absolute;display:block;z-index:15017;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:3.374025rem;width:18.8745rem;top:3.961181640625rem;left:0.997314453125rem;overflow:hidden;display:block; }
#F5uvdyTcBuezxQ0HQvQxx1I6ImZwquOl { color:#000000;display:block;width:43.75rem;position:absolute;font-family:toyotatype;font-size:2rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:13.122656822204rem;left:0.99609375rem;height:2.6rem;display:block; }
#QudIU65gNBbPzVkETTy45e3GoqVt2TEK { color:#000000;display:block;width:44.75rem;position:absolute;font-family:toyotatype;font-size:2.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:17.8125rem;left:0.99609375rem;height:5.3625rem;display:block; }
#kaGqO1hucbvnFbus5yGtpaU6KMcNV6kT { 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.9375rem;width:29.8125rem;top:24.375rem;left:0rem;overflow:hidden;display:block; }
#b7lQhUn7cWAcvKDu0KsZCZrPaz0L09y9 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1866875rem;width:75rem;top:31.24843788147rem;left:0rem;overflow:hidden;display:block; }
#fZc8CfE00Rvz7JQaDo5JgikD3J6WDpUE { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:10.4375rem;top:4.7750000953674rem;left:31.400780677796rem;overflow:hidden;display:block; }
#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container { background-color: transparent; background-image: none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container > .video-iframe-container { display: none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row > .video-iframe-container { display: none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .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); }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container { border-width: 0; border-radius: 0; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:75rem;position:relative;display:block; }#UQHiWblkGkC2veZfQynJwBCTLaoovRDi { display:block;width:12.3123125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:10.750244140625rem;left:101.9765625rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#PEy8oL7paTWroglHPVJTM0Aw622z8xqC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e59649, #f5a81c);background-image: -moz-linear-gradient(180deg, #e59649, #f5a81c);background-image: -ms-linear-gradient(180deg, #e59649, #f5a81c);background-image: -o-linear-gradient(180deg, #e59649, #f5a81c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e59649', endColorstr='#f5a81c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e59649', endColorstr='#f5a81c' );";background-image: linear-gradient(180deg, #e59649, #f5a81c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.12425rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:42.8271484375rem;left:51.558837890625rem;display:block; }
#ymm86hqUQ5c6HyQM5TmyzNoyxTJR8gRX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ykd67pIuvFaUqnCTxweAAvKzxHVsCuN2 { color:#000000;display:block;width:61.6235625rem;position:absolute;font-family:toyotatype;font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.62109375rem;left:6.68701171875rem;height:3.33125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tml0gsx80DIewHxd7vvtvrLDuMmnzbcd { color:#000000;display:block;width:43.75rem;position:absolute;font-family:toyotatype;font-size:2rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:3.375244140625rem;left:15.625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#TqEeE83dZXIkZGkF4x9pRfKWZG3UsOZv { 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:14.1875rem;width:22.625rem;top:12.498779296875rem;left:0.7861328125rem;overflow:hidden;display:block; }
#OkgTLBeX7npQdi4Hz1axQQTf5Vqt6vsr { color:#000000;display:block;width:16.74925rem;position:absolute;font-family:toyotatype;font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:27.57080078125rem;left:3.7255859375rem;height:1.54394375rem;text-align:center;text-align-last:center;display:block; }
#qTXmnLQ9FiKXCCdyq509TcTIpPcoeql2 { position:absolute;display:block;z-index:15021;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:14.625rem;width:22.6875rem;top:11.9677734375rem;left:26.15478515625rem;overflow:hidden;display:block; }
#wgH4WO0Wl2qLzym7Tovc7ET3e5QnPM8i { color:#000000;display:block;width:16.7480625rem;position:absolute;font-family:toyotatype;font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:27.64892578125rem;left:29.124755859375rem;height:1.54394375rem;text-align:center;text-align-last:center;display:block; }
#DGvUcp3pIU04AG7kPZp6JuRv1hrNLlCM { position:absolute;display:block;z-index:15022;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:14.375rem;width:25.8125rem;top:11.9677734375rem;left:48.84033203125rem;overflow:hidden;display:block; }
#qJsoIlEd4nseG9GDCwDGHaQJkGOoVnDP { color:#000000;display:block;width:16.7480625rem;position:absolute;font-family:toyotatype;font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:27.57080078125rem;left:53.37158203125rem;height:1.54394375rem;text-align:center;text-align-last:center;display:block; }
#pit7xTP2zBnpLt9QaaBzimLKktTVILZz { position:absolute;display:block;z-index:15023;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:14.1875rem;width:19.8125rem;top:31.375732421875rem;left:2.191162109375rem;overflow:hidden;display:block; }
#TvxwmGI7a08lZ226dbssiWV9hWqgDc27 { color:#000000;display:block;width:16.7480625rem;position:absolute;font-family:toyotatype;font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:46.68701171875rem;left:3.72314453125rem;height:1.54394375rem;text-align:center;text-align-last:center;display:block; }
#S8IuZq6QdLD1uhI8l6l8Fn9x6g1oPbc3 { position:absolute;display:block;z-index:15024;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:14.1875rem;width:20.625rem;top:31.37451171875rem;left:27.1875rem;overflow:hidden;display:block; }
#FhDpGxZW1uAHkeDgFgl4PpmSBmPiSigk { color:#000000;display:block;width:16.7480625rem;position:absolute;font-family:toyotatype;font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:46.68701171875rem;left:29.124755859375rem;height:1.54394375rem;text-align:center;text-align-last:center;display:block; }
#DiCSyZyyArbUn1SZsvedR4msk8smbO8W { color:#000000;display:block;width:23.75rem;position:absolute;font-family:toyotatype;font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:32.1240234375rem;left:50.247802734375rem;height:9.2625rem;text-align:center;text-align-last:center;display:block; }
#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d8b774ea-15a4-44b3-8bdf-57902cd8a86f/Grupa11.png");background-position:top 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;z-index:auto;display:block; }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM.adaptive-delivery-prevent-bg, #lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM.lazyload, #lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM.lazyloading { background-image: none; }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM > .row .container { background-color: transparent; background-image: none; }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM > .row .container > .video-iframe-container { display: none; }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM > .row > .video-iframe-container { display: none; }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM > .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); }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM > .row .container { border-width: 0; border-radius: 0; }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM > .row .container { font-size:0.875rem;font-family:arial;height:65.125rem;width:75rem;position:relative;display:block; }#xLvbqE9BQPl4MDxsHbRSevQ86PECN8yd { 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;box-shadow: none;height:24.8125rem;width:69.8125rem;top:37.468994140625rem;left:1.6029768770973rem;overflow:hidden;display:block; }
#NMSFT5n1D55tlq4Ti0BIm9wxSLno120W { color:#000000;display:block;width:43.75rem;position:absolute;font-family:toyotatype;font-size:2rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:8.3740234375rem;left:1.602783203125rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#zGcTE4hiaFRsaaURLOzRZPQIL0BFy5SE { color:#000000;display:block;width:61.6235625rem;position:absolute;font-family:toyotatype;font-size:3.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.937255859375rem;left:1.602783203125rem;height:8.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P5OU3eCuSFlOz0AWoe5HdKTOeA4qlq9L { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:23.68896484375rem;left:1.602783203125rem;overflow:hidden;display:block; }
#gzARifP2svMitiCEpm4B6FRZmcgh7Td5 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:toyotatype;font-size:1.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:23.389892578125rem;left:4.912109375rem;height:1.7875rem;text-align:left;text-align-last:left;display:block; }
#sJnVC8nPu5Z6HxUaSrRnhpV6fEr6oNus { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.186525rem;width:1.186525rem;top:26.6259765625rem;left:1.602783203125rem;overflow:hidden;display:block; }
#JLmb5w0xgSoRGI1voPTMEt2SA90mmTn0 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:toyotatype;font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:26.326904296875rem;left:4.912109375rem;height:1.7875rem;text-align:left;text-align-last:left;display:block; }
#fuaS1FOG54xtQWCv5HMzXHw0IBhINP0X { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.186525rem;width:1.186525rem;top:29.500732421875rem;left:1.602783203125rem;overflow:hidden;display:block; }
#mssQ8BH5IT1qKVRPTz0oweatMviZ0mRX { color:#000000;display:block;width:43.75rem;position:absolute;font-family:toyotatype;font-size:1.375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:29.20166015625rem;left:4.912109375rem;height:1.7875rem;text-align:left;text-align-last:left;display:block; }
#bRFEuxnWA6Ipq9I5KDbsBTNVEuKIKHBa { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.186525rem;width:1.186525rem;top:32.266845703125rem;left:1.602783203125rem;overflow:hidden;display:block; }
#KS94O3fcCDJZIp6vU1XtxBdQTRIr3r24 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:toyotatype;font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:31.9677734375rem;left:4.990234375rem;height:1.7875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pCG8bG4rRdPHUvDy8EpCEHWTBCqGFBcL { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e59649, #f5a81c);background-image: -moz-linear-gradient(180deg, #e59649, #f5a81c);background-image: -ms-linear-gradient(180deg, #e59649, #f5a81c);background-image: -o-linear-gradient(180deg, #e59649, #f5a81c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e59649', endColorstr='#f5a81c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e59649', endColorstr='#f5a81c' );";background-image: linear-gradient(180deg, #e59649, #f5a81c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1230625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:37.46826171875rem;left:1.602783203125rem;display:block; }
#D5UcdUIVo5x6M4U7E0y8mJBW1dXQg6ox { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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;z-index:auto;display:block; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row .container { background-color: transparent; background-image: none; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row .container > .video-iframe-container { display: none; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row > .video-iframe-container { display: none; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .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); }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row .container { border-width: 0; border-radius: 0; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:75rem;position:relative;display:block; }#xFNUgeMNiJhSpKDFOn9atyvyoSz2sTBu { color:#000000;display:block;width:70.811875rem;position:absolute;font-family:toyotatype;font-size:3.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5.849609375rem;left:2.093505859375rem;height:4.14375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lx8z9PIW096ge6tNeA7E66h1zhRd6GfI { color:#000000;display:block;width:43.75rem;position:absolute;font-family:toyotatype;font-size:2rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:3.251953125rem;left:15.625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#OwyXWPEslh8PH2NSPz9Zu5CnaObqhT2I { position:absolute;display:block;z-index:15022;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:13.1875rem;width:12.625rem;top:15.626220703125rem;left:58.350830078125rem;overflow:hidden;display:block; }
#ZpnenStxoGMzomLagIatvP5yUb1srgub { position:absolute;display:block;z-index:15023;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:15.75rem;width:17.3125rem;top:15.626220703125rem;left:28.8427734375rem;overflow:hidden;display:block; }
#RGQB01b5FGuG1SEEnE31WHu9Adqf4t7U { position:absolute;display:block;z-index:15024;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:13.625rem;width:13.25rem;top:16.68701171875rem;left:5.726318359375rem;overflow:hidden;display:block; }
#TNLWcTIJlcBAa46F2KuZqxuPxZnpF4Hf { color:#000000;display:block;width:19.9365rem;position:absolute;font-family:toyotatype;font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:32.000732421875rem;left:2.381591796875rem;height:1.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pbncmFp6fZG4elTyJZbVdtPReLS1q30n { color:#000000;display:block;width:19.9353125rem;position:absolute;font-family:toyotatype;font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.000732421875rem;left:27.53173828125rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PKZi4WcPvFtkPoFDES0Ml11z1LuOVAP6 { color:#000000;display:block;width:19.9353125rem;position:absolute;font-family:toyotatype;font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:31.37451171875rem;left:54.69482421875rem;height:1.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qgNnIB3QLQ1tNai95mtnVUfCRTRrFkcV { color:#000000;display:block;width:54.4995rem;position:absolute;font-family:toyotatype;font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:39.998779296875rem;left:10.250244140625rem;height:4.6318375rem;text-align:center;text-align-last:center;display:block; }
#f7zua6i3GglAdXrsfB4uzQTM0S17H0HU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e59649, #f5a81c);background-image: -moz-linear-gradient(180deg, #e59649, #f5a81c);background-image: -ms-linear-gradient(180deg, #e59649, #f5a81c);background-image: -o-linear-gradient(180deg, #e59649, #f5a81c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e59649', endColorstr='#f5a81c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e59649', endColorstr='#f5a81c' );";background-image: linear-gradient(180deg, #e59649, #f5a81c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1230625rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:47.685546875rem;left:26.937255859375rem;display:block; }
#EzcvdUN9uW02gviMfq3WWWdIOe25TtmN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s6L81hVBgoCdEQIghxDsgbrrStPleR7c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/66f55ccf-c4a9-4b9b-92ea-7f51b3514de8/vintagetexturedcementwallkopia2.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;z-index:auto;display:block; }#s6L81hVBgoCdEQIghxDsgbrrStPleR7c.adaptive-delivery-prevent-bg, #s6L81hVBgoCdEQIghxDsgbrrStPleR7c.lazyload, #s6L81hVBgoCdEQIghxDsgbrrStPleR7c.lazyloading { background-image: none; }#s6L81hVBgoCdEQIghxDsgbrrStPleR7c > .row .container { background-color: transparent; background-image: none; }#s6L81hVBgoCdEQIghxDsgbrrStPleR7c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6L81hVBgoCdEQIghxDsgbrrStPleR7c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6L81hVBgoCdEQIghxDsgbrrStPleR7c > .row .container > .video-iframe-container { display: none; }#s6L81hVBgoCdEQIghxDsgbrrStPleR7c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6L81hVBgoCdEQIghxDsgbrrStPleR7c > .row > .video-iframe-container { display: none; }#s6L81hVBgoCdEQIghxDsgbrrStPleR7c > .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); }#s6L81hVBgoCdEQIghxDsgbrrStPleR7c > .row .container { border-width: 0; border-radius: 0; }#s6L81hVBgoCdEQIghxDsgbrrStPleR7c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s6L81hVBgoCdEQIghxDsgbrrStPleR7c > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:75rem;position:relative;display:block; }#R8wZlfNtTNx4CgCbwkiTluFlO52WTUZq { color:#000000;display:block;width:70.811875rem;position:absolute;font-family:toyotatype;font-size:3.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.785888671875rem;left:2.093505859375rem;height:4.14375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nmvFFoS5nHKZlUTD2MtLywyC1uDoCaPv { color:#000000;display:block;width:43.75rem;position:absolute;font-family:toyotatype;font-size:2rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:3.251953125rem;left:15.625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#CcQNVnMXXhNImG8zVtUPEnvpnhsv8tga { color:#000000;display:block;width:54.4983125rem;position:absolute;font-family:toyotatype;font-size:1.5625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:16.875rem;left:7.5rem;height:2.0317375rem;text-align:left;text-align-last:left;display:block; }
#OiKbBrPXZbyO0ChRVrv63L0BoOAw8Oin { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e59649, #f5a81c);background-image: -moz-linear-gradient(180deg, #e59649, #f5a81c);background-image: -ms-linear-gradient(180deg, #e59649, #f5a81c);background-image: -o-linear-gradient(180deg, #e59649, #f5a81c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e59649', endColorstr='#f5a81c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e59649', endColorstr='#f5a81c' );";background-image: linear-gradient(180deg, #e59649, #f5a81c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1230625rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:44.622802734375rem;left:3.187255859375rem;display:block; }
#Kyfm6midvqQ68XMuTViTF2x3lU1zOTt9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pJcDFVfp6uu0sGpVvHBCXOotIpZThOFH { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:17rem;left:3.1875rem;overflow:hidden;display:block; }
#JnUvpyhP4QTdPynFUCSE3zTOTUe4hHtS { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.93725625rem;width:1.93725625rem;top:22.562492370606rem;left:3.1861991882324rem;overflow:hidden;display:block; }
#L6n8gD1s3x2rqT2klRi4A4w57WKx5r9A { color:#000000;display:block;width:54.4983125rem;position:absolute;font-family:toyotatype;font-size:1.5625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:21.5rem;left:7.5rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#XK6DyU9A0NkNnhsauIqnfH9l0Tr5Apxa { color:#000000;display:block;width:54.4983125rem;position:absolute;font-family:toyotatype;font-size:1.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:28.375rem;left:7.5rem;height:2.0317375rem;text-align:left;text-align-last:left;display:block; }
#nmr1xgkbpcodB5252xu1f4wu0reNQGmH { color:#000000;display:block;width:54.4983125rem;position:absolute;font-family:toyotatype;font-size:1.5625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:33.0625rem;left:7.5rem;height:2.0317375rem;text-align:left;text-align-last:left;display:block; }
#lw7D4CbPw7Cm7yHBZOiyNbDpQgTtQHCc { color:#000000;display:block;width:54.4983125rem;position:absolute;font-family:toyotatype;font-size:1.5625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:38.5625rem;left:7.5rem;height:2.0317375rem;text-align:left;text-align-last:left;display:block; }
#hw5ORNHioObqM7oShl6PXb8seIpQkssO { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.93725625rem;width:1.93725625rem;top:28.5rem;left:3.1875rem;overflow:hidden;display:block; }
#mQ8ie6feboPlRSP11t3AqqHthp0vGFIg { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.93725625rem;width:1.93725625rem;top:33.1875rem;left:3.1875rem;overflow:hidden;display:block; }
#fcWILJteH84pwynInRL9lbqDpWq4G7ce { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.93725625rem;width:1.93725625rem;top:38.6875rem;left:3.1875rem;overflow:hidden;display:block; }
#Vm9FNsFLoP98EX7wwLmNMbqgVH9p97If { position:absolute;display:block;z-index:15029;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:9rem;width:18.6875rem;top:36.99951171875rem;left:29.0380859375rem;overflow:hidden;display:block; }
#FAg97p8oRdLTobx1iBqAFVcSCoTdZHwa { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.875rem;width:46.6875rem;top:13.096347808838rem;left:28.311199188233rem;overflow:hidden;display:block; }
#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/efd96a64-9b30-4fb2-b8fb-e8d4ee07604e/Warstwa25.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;z-index:auto;display:block; }#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA.adaptive-delivery-prevent-bg, #Gm610Mq82rIJvhzs77FcVx7Jq63kfURA.lazyload, #Gm610Mq82rIJvhzs77FcVx7Jq63kfURA.lazyloading { background-image: none; }#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA > .row .container { background-color: transparent; background-image: none; }#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA > .row .container > .video-iframe-container { display: none; }#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA > .row > .video-iframe-container { display: none; }#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA > .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); }#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA > .row .container { border-width: 0; border-radius: 0; }#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:75rem;position:relative;display:block; }#zMTBvR6DO4cPfkDmTItUhrd1U66OJflM { color:#000000;display:block;width:43.75rem;position:absolute;font-family:toyotatype;font-size:2.5625rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:5.438232421875rem;left:15.625rem;height:3.33125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gh6Aru9KxGpZMt32zt59GteV25X8h7Os { color:#000000;display:block;width:61.62475rem;position:absolute;font-family:toyotatype;font-size:2.4375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:45.031232118607rem;left:6.6848945617675rem;height:9.50625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2bd096a7-6abd-455b-84e6-77746c52a4f1/Grupa14.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;z-index:auto;display:block; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx.adaptive-delivery-prevent-bg, #gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx.lazyload, #gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx.lazyloading { background-image: none; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row .container { background-color: transparent; background-image: none; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row .container > .video-iframe-container { display: none; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row > .video-iframe-container { display: none; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .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); }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row .container { border-width: 0; border-radius: 0; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:75rem;position:relative;display:block; }#OZm80ScLW5qpmCnzLtFv7FnuhGAu5UIt { position:absolute;display:block;z-index:14998;background-color:#a4bed5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;height:27.37425rem;width:27.5rem;top:14.40185546875rem;left:23.75rem;display:block; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-form-header {  }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:22.9375rem;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; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .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:22.9375rem;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; }#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-input-text.adaptive-delivery-prevent-bg, #Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-input-text.lazyload, #Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-input-text.lazyloading { background-image: none; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-input-text {padding-top: 0; padding-bottom: 0;}#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .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:22.9375rem;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; }#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-textarea.adaptive-delivery-prevent-bg, #Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-textarea.lazyload, #Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-textarea.lazyloading { background-image: none; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .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:22.9375rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:"display toyo";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-input-select {padding-top: 0; padding-bottom: 0;}#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .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; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .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:#e59649;background-image:none;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:1.0625rem;font-weight:bold;color:#ffffff;width:22.9375rem;height:2.9375rem;font-family:toyotatype;overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX [class*="-text"]:-moz-placeholder { color:#adadb0;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX [class*="-text"]::-moz-placeholder { color:#adadb0;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX [class*="-text"]:-ms-input-placeholder { color:#adadb0;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX [class*="-text"]::-webkit-input-placeholder { color:#adadb0;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .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.5rem;font-weight:400;color:#000000;vertical-align:top;width:21.875rem;overflow:hidden;font-style:normal;float:none; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .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; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .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; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-container:first-of-type{padding-top:0;}#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-container:last-of-type{padding-bottom:0;}#Si3QKdKfqqEVzbPHBdcHso93esclgGVX  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.3984375rem;left:24.781251907349rem; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.9375rem;display:block;vertical-align:top; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .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; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX {display:block;}#Si3QKdKfqqEVzbPHBdcHso93esclgGVX { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.3984375rem;left:24.781251907349rem; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX #kwmZw0NWTgoWqytSoHATNr75nIrWVhJG { position:relative;z-index:1; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX #qduS4oOJ8utZuc8Gxo9DUgRLmcUQZCK9 { position:relative;display:none; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX #n5VE4AWEzBDd3WZf1szZftpSrPhAZo7r { position:relative; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX #qXf6fo0oEe6TOGrOL5xxg4n8dTRkavAc { position:relative;z-index:1; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX #BE1CEUogruqOyfcMINXJoqfnind6TebE { position:relative;display:none; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX #XAT0pmKqDvhVKTcyZhyr7Dy6w8Ln0Rya { position:relative; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX #Pr7U85zsethM004HLhyE4gpVK5cb7tfX { position:relative;z-index:1; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX #JuDTeKTgOXt5FEKtIHeimJvieEkKIv4H { position:relative;display:none; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX #zmUTpUJG1cQ28SOfcwy2WlBCig3TSzVZ { position:relative; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX #mhVT2UEgqkqPySrvI9UloR5rWBQNFAAZ { position:relative;z-index:1; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX #xTuPvpM36ZCTffLAiqPh03qOTVHMwGCf { position:relative;z-index:2; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX #Ko4DzevmFag64T3sEPFkX44371O6eCWf { position:relative; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX #rrsqSiiVVU2tarMwQa3nmfSib4Mytaqp { position:relative;z-index:1; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX #wZyc0FZ07PObVHK6NObMPJwnO7U3UrhK { position:relative; }
#DvvKyyK6s3KHJDghWApvhLbN8630d2EG { color:#3d3d3d;display:block;width:21.1853125rem;position:absolute;font-family:toyotatype;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.251220703125rem;left:26.90673828125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B3AKGlJuRF3EPR2w0AuMl1Cq47v1TIdP { color:#000000;display:block;width:53.375rem;position:absolute;font-family:toyotatype;font-size:2.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.89453125rem;left:10.8125rem;height:6.6625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e59649;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:12rem;width:75rem;position:relative;display:block; }#dOBmR1yFRtOSrVkHesAdbLFIOizNw3l0 { color:#ffffff;display:block;width:28.0603125rem;position:absolute;font-family:toyotatype;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.932373046875rem;left:23.46923828125rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TwGkiPWhmqgeBn5sAZ9I7JULf7ZgOZ9V { color:#ffffff;display:block;width:57.2473125rem;position:absolute;font-family:toyotatype;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.310302734375rem;left:8.875732421875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zeW3lDAEv4lq3eGBNiBusZVXDLfBK5ve { position:absolute;display:block;z-index:15018;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:3.061525rem;width:15.5615rem;top:2.998046875rem;left:1.80908203125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IKwy9UqMrQuPThwb5zsEJlahCa2F77AB { 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:none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB.adaptive-delivery-prevent-bg, #IKwy9UqMrQuPThwb5zsEJlahCa2F77AB.lazyload, #IKwy9UqMrQuPThwb5zsEJlahCa2F77AB.lazyloading { background-image: none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SOIPW20ZEFOf3JTlGwl4kfTnR6udXE6I { width:21.125rem;height:23.375rem;top:5.8125rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFWrRT4pqar2KP6EJfKiO7yIlyR4Fi47 { width:15.0625rem;height:0;top:7.5625rem;left:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-regular-label { width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-text { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-textarea { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-select { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-button { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.375rem; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-checkbox-label { width:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-container:first-of-type{padding-top:0;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-container:last-of-type{padding-bottom:0;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1  { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .radio-container { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 {display:block;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem; }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #FG8zp6bFzEIAM750Q6VXGACZdFOqPM03 {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #ePrdiwrR1vTvPFHM4qlkfZCSXrVxZfK5 { display:none; }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #ElgHo3fT9Wo2E7cfvScELPuUKkol2eZD {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #FoE9Rf7LLDna29VqlCUPoss473wPGKV3 {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #eLU6UioeJrt3KFxbMS7tAWDsN825sIVz { display:none; }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #rByTOP1ubNxtKLkhofGKqnpzET98U2Nq {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #i66JQtzbCDPbSZfwKtbmZPr2NoU7r0b6 {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #M2TzRJxiXc4VNzv2hw4MkTCq9EnwRVQE { display:none; }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #GWqT2nAlmXtZ8ErJtxZ8FtLNTA7pLx9x {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #TV6LFMzlqtZsXGTrTCwHFm9qnh2BF7i2 {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #rEdFTVewILBdBnzvGzTsgILcJiuOrLtU {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #mzrw8VWmpFKm2Z2pqoX4dtx1Z5nOhqnb {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #UeTssGrvuSOokCq6LJysPUaW4Ae8Cmmk {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #FJM77I44ZE4cFtH81EMZGD1MI0Zf3NN6 {  }
 }@media only screen and (max-width: 763px) { #ee5iETFO2Ftlk7kTwthQB4Pwfb4owi3X { width:18.8125rem;height:3.3629418163395rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5uvdyTcBuezxQ0HQvQxx1I6ImZwquOl { width:43.75rem;height:2.5625rem;top:13.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QudIU65gNBbPzVkETTy45e3GoqVt2TEK { width:44.75rem;height:5.3125rem;top:17.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaGqO1hucbvnFbus5yGtpaU6KMcNV6kT { width:29.8125rem;height:2.9375rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7lQhUn7cWAcvKDu0KsZCZrPaz0L09y9 { width:47.75rem;height:12.852191041667rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZc8CfE00Rvz7JQaDo5JgikD3J6WDpUE { width:10.4375rem;height:1.75rem;top:4.75rem;left:17.775780677796rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4kiuhnVFGc882p5TdrFdK73KBSQTysJ { 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:none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ.adaptive-delivery-prevent-bg, #u4kiuhnVFGc882p5TdrFdK73KBSQTysJ.lazyload, #u4kiuhnVFGc882p5TdrFdK73KBSQTysJ.lazyloading { background-image: none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UQHiWblkGkC2veZfQynJwBCTLaoovRDi { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEy8oL7paTWroglHPVJTM0Aw622z8xqC { width:21.0625rem;height:3.4375rem;top:42.8125rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymm86hqUQ5c6HyQM5TmyzNoyxTJR8gRX { display:block; }
 }@media only screen and (max-width: 763px) { #ykd67pIuvFaUqnCTxweAAvKzxHVsCuN2 { width:47.75rem;height:3.3125rem;top:6.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tml0gsx80DIewHxd7vvtvrLDuMmnzbcd { width:43.75rem;height:2.5625rem;top:3.375rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqEeE83dZXIkZGkF4x9pRfKWZG3UsOZv { width:22.625rem;height:14.1875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkgTLBeX7npQdi4Hz1axQQTf5Vqt6vsr { width:16.6875rem;height:1.5rem;top:27.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTXmnLQ9FiKXCCdyq509TcTIpPcoeql2 { width:22.6875rem;height:14.625rem;top:11.9375rem;left:12.52978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgH4WO0Wl2qLzym7Tovc7ET3e5QnPM8i { width:16.6875rem;height:1.5rem;top:27.625rem;left:15.499755859375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGvUcp3pIU04AG7kPZp6JuRv1hrNLlCM { width:25.8125rem;height:14.375rem;top:11.9375rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJsoIlEd4nseG9GDCwDGHaQJkGOoVnDP { width:16.6875rem;height:1.5rem;top:27.5625rem;left:31.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pit7xTP2zBnpLt9QaaBzimLKktTVILZz { width:19.8125rem;height:14.1875rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvxwmGI7a08lZ226dbssiWV9hWqgDc27 { width:16.6875rem;height:1.5rem;top:46.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8IuZq6QdLD1uhI8l6l8Fn9x6g1oPbc3 { width:20.625rem;height:14.1875rem;top:31.3125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhDpGxZW1uAHkeDgFgl4PpmSBmPiSigk { width:16.6875rem;height:1.5rem;top:46.625rem;left:15.499755859375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiCSyZyyArbUn1SZsvedR4msk8smbO8W { width:23.75rem;height:9.25rem;top:32.0625rem;left:24rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM { 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:none; }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM.adaptive-delivery-prevent-bg, #lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM.lazyload, #lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM.lazyloading { background-image: none; }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xLvbqE9BQPl4MDxsHbRSevQ86PECN8yd { width:47.75rem;height:16.971128021486rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMSFT5n1D55tlq4Ti0BIm9wxSLno120W { width:43.75rem;height:2.5625rem;top:8.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGcTE4hiaFRsaaURLOzRZPQIL0BFy5SE { width:47.75rem;height:8.4375rem;top:11.875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5OU3eCuSFlOz0AWoe5HdKTOeA4qlq9L { width:1.1875rem;height:1.1875rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzARifP2svMitiCEpm4B6FRZmcgh7Td5 { width:43.75rem;height:1.75rem;top:23.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJnVC8nPu5Z6HxUaSrRnhpV6fEr6oNus { width:1.125rem;height:1.125rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLmb5w0xgSoRGI1voPTMEt2SA90mmTn0 { width:43.75rem;height:1.75rem;top:26.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuaS1FOG54xtQWCv5HMzXHw0IBhINP0X { width:1.125rem;height:1.125rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mssQ8BH5IT1qKVRPTz0oweatMviZ0mRX { width:43.75rem;height:1.75rem;top:29.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRFEuxnWA6Ipq9I5KDbsBTNVEuKIKHBa { width:1.125rem;height:1.125rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS94O3fcCDJZIp6vU1XtxBdQTRIr3r24 { width:43.75rem;height:1.75rem;top:31.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCG8bG4rRdPHUvDy8EpCEHWTBCqGFBcL { width:21.0625rem;height:3.4375rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5UcdUIVo5x6M4U7E0y8mJBW1dXQg6ox { display:block; }
 }@media only screen and (max-width: 763px) { #kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M { 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:none; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M.adaptive-delivery-prevent-bg, #kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M.lazyload, #kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M.lazyloading { background-image: none; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xFNUgeMNiJhSpKDFOn9atyvyoSz2sTBu { width:47.75rem;height:4.125rem;top:5.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx8z9PIW096ge6tNeA7E66h1zhRd6GfI { width:43.75rem;height:2.5625rem;top:3.25rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwyXWPEslh8PH2NSPz9Zu5CnaObqhT2I { width:12.625rem;height:13.1875rem;top:15.625rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpnenStxoGMzomLagIatvP5yUb1srgub { width:17.3125rem;height:15.75rem;top:15.625rem;left:15.2177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGQB01b5FGuG1SEEnE31WHu9Adqf4t7U { width:13.25rem;height:13.625rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNLWcTIJlcBAa46F2KuZqxuPxZnpF4Hf { width:19.875rem;height:1.5625rem;top:32rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbncmFp6fZG4elTyJZbVdtPReLS1q30n { width:19.875rem;height:3.1875rem;top:32rem;left:13.90673828125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKZi4WcPvFtkPoFDES0Ml11z1LuOVAP6 { width:19.875rem;height:1.625rem;top:31.3125rem;left:27.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgNnIB3QLQ1tNai95mtnVUfCRTRrFkcV { width:47.75rem;height:4.625rem;top:39.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7zua6i3GglAdXrsfB4uzQTM0S17H0HU { width:21.0625rem;height:3.4375rem;top:47.625rem;left:13.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzcvdUN9uW02gviMfq3WWWdIOe25TtmN { display:block; }
 }@media only screen and (max-width: 763px) { #s6L81hVBgoCdEQIghxDsgbrrStPleR7c { 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:none; }#s6L81hVBgoCdEQIghxDsgbrrStPleR7c.adaptive-delivery-prevent-bg, #s6L81hVBgoCdEQIghxDsgbrrStPleR7c.lazyload, #s6L81hVBgoCdEQIghxDsgbrrStPleR7c.lazyloading { background-image: none; }#s6L81hVBgoCdEQIghxDsgbrrStPleR7c > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R8wZlfNtTNx4CgCbwkiTluFlO52WTUZq { width:47.75rem;height:4.125rem;top:6.75rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmvFFoS5nHKZlUTD2MtLywyC1uDoCaPv { width:43.75rem;height:2.5625rem;top:3.25rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcQNVnMXXhNImG8zVtUPEnvpnhsv8tga { width:47.75rem;height:2rem;top:16.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiKbBrPXZbyO0ChRVrv63L0BoOAw8Oin { width:21.0625rem;height:3.4375rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kyfm6midvqQ68XMuTViTF2x3lU1zOTt9 { display:block; }
 }@media only screen and (max-width: 763px) { #pJcDFVfp6uu0sGpVvHBCXOotIpZThOFH { width:1.9375rem;height:1.9375rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnUvpyhP4QTdPynFUCSE3zTOTUe4hHtS { width:1.875rem;height:1.875rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6n8gD1s3x2rqT2klRi4A4w57WKx5r9A { width:47.75rem;height:4.0625rem;top:21.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK6DyU9A0NkNnhsauIqnfH9l0Tr5Apxa { width:47.75rem;height:2rem;top:28.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmr1xgkbpcodB5252xu1f4wu0reNQGmH { width:47.75rem;height:2rem;top:33.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw7D4CbPw7Cm7yHBZOiyNbDpQgTtQHCc { width:47.75rem;height:2rem;top:38.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw5ORNHioObqM7oShl6PXb8seIpQkssO { width:1.875rem;height:1.875rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ8ie6feboPlRSP11t3AqqHthp0vGFIg { width:1.875rem;height:1.875rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcWILJteH84pwynInRL9lbqDpWq4G7ce { width:1.875rem;height:1.875rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm9FNsFLoP98EX7wwLmNMbqgVH9p97If { width:18.6875rem;height:9rem;top:36.9375rem;left:15.4130859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAg97p8oRdLTobx1iBqAFVcSCoTdZHwa { width:46.6875rem;height:37.875rem;top:13.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm610Mq82rIJvhzs77FcVx7Jq63kfURA { 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:none; }#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA.adaptive-delivery-prevent-bg, #Gm610Mq82rIJvhzs77FcVx7Jq63kfURA.lazyload, #Gm610Mq82rIJvhzs77FcVx7Jq63kfURA.lazyloading { background-image: none; }#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zMTBvR6DO4cPfkDmTItUhrd1U66OJflM { width:43.75rem;height:3.3125rem;top:5.4375rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh6Aru9KxGpZMt32zt59GteV25X8h7Os { width:47.75rem;height:9.5rem;top:45rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx { 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:none; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx.adaptive-delivery-prevent-bg, #gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx.lazyload, #gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx.lazyloading { background-image: none; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OZm80ScLW5qpmCnzLtFv7FnuhGAu5UIt { width:21.125rem;height:23.375rem;top:5.8125rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-regular-label { width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-input-text { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-input-text {padding-top: 0; padding-bottom: 0;}#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-textarea { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-input-select { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-input-select {padding-top: 0; padding-bottom: 0;}#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-input-button { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.375rem; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-checkbox-label { width:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-container:first-of-type{padding-top:0;}#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-container:last-of-type{padding-bottom:0;}#Si3QKdKfqqEVzbPHBdcHso93esclgGVX  { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .radio-container { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX {display:block;}#Si3QKdKfqqEVzbPHBdcHso93esclgGVX { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem; }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #kwmZw0NWTgoWqytSoHATNr75nIrWVhJG {  }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #qduS4oOJ8utZuc8Gxo9DUgRLmcUQZCK9 { display:none; }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #n5VE4AWEzBDd3WZf1szZftpSrPhAZo7r {  }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #qXf6fo0oEe6TOGrOL5xxg4n8dTRkavAc {  }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #BE1CEUogruqOyfcMINXJoqfnind6TebE { display:none; }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #XAT0pmKqDvhVKTcyZhyr7Dy6w8Ln0Rya {  }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #Pr7U85zsethM004HLhyE4gpVK5cb7tfX {  }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #JuDTeKTgOXt5FEKtIHeimJvieEkKIv4H { display:none; }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #zmUTpUJG1cQ28SOfcwy2WlBCig3TSzVZ {  }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #mhVT2UEgqkqPySrvI9UloR5rWBQNFAAZ {  }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #xTuPvpM36ZCTffLAiqPh03qOTVHMwGCf {  }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #Ko4DzevmFag64T3sEPFkX44371O6eCWf {  }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #rrsqSiiVVU2tarMwQa3nmfSib4Mytaqp {  }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #wZyc0FZ07PObVHK6NObMPJwnO7U3UrhK {  }
 }@media only screen and (max-width: 763px) { #DvvKyyK6s3KHJDghWApvhLbN8630d2EG { width:15.0625rem;height:0;top:7.5625rem;left:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B3AKGlJuRF3EPR2w0AuMl1Cq47v1TIdP { width:47.75rem;height:6.625rem;top:4.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@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) { #dOBmR1yFRtOSrVkHesAdbLFIOizNw3l0 { width:28rem;height:5.1875rem;top:1.875rem;left:9.84423828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwGkiPWhmqgeBn5sAZ9I7JULf7ZgOZ9V { width:47.75rem;height:1.25rem;top:9.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeW3lDAEv4lq3eGBNiBusZVXDLfBK5ve { width:15.5rem;height:3.0494256659062rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IKwy9UqMrQuPThwb5zsEJlahCa2F77AB { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/54c4aa74-daba-47db-8477-0f1c129305b8/Grupa5.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB.adaptive-delivery-prevent-bg, #IKwy9UqMrQuPThwb5zsEJlahCa2F77AB.lazyload, #IKwy9UqMrQuPThwb5zsEJlahCa2F77AB.lazyloading { background-image: none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container { background-color: transparent; background-image: none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container > .video-iframe-container { display: none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row > .video-iframe-container { display: none; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .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); }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container { border-width: 0; border-radius: 0; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IKwy9UqMrQuPThwb5zsEJlahCa2F77AB > .row .container { width:20rem;height:54.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOIPW20ZEFOf3JTlGwl4kfTnR6udXE6I { width:18.499540328979rem;height:21.061580657959rem;top:11.871552467346rem;left:0.64338231086731rem;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:none; }
 }@media only screen and (max-width: 763px) { #TFWrRT4pqar2KP6EJfKiO7yIlyR4Fi47 { width:15.25rem;height:2.25rem;top:15.8125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .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; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-text { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.0625rem; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-textarea { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-select { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-checkbox-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-container:first-of-type{padding-top:0;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .widget-container:last-of-type{padding-bottom:0;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1  { width:17rem;height:auto;top:21.062500476837rem;left:0.50234377384186rem;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:#a4bed5;background-image:none; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 .radio-container { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 {display:block;}#LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 { width:17rem;height:auto;top:21.062500476837rem;left:0.50234377384186rem;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:#a4bed5;background-image:none; }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #FG8zp6bFzEIAM750Q6VXGACZdFOqPM03 {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #ePrdiwrR1vTvPFHM4qlkfZCSXrVxZfK5 { display:none; }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #ElgHo3fT9Wo2E7cfvScELPuUKkol2eZD {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #FoE9Rf7LLDna29VqlCUPoss473wPGKV3 {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #eLU6UioeJrt3KFxbMS7tAWDsN825sIVz { display:none; }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #rByTOP1ubNxtKLkhofGKqnpzET98U2Nq {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #i66JQtzbCDPbSZfwKtbmZPr2NoU7r0b6 {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #M2TzRJxiXc4VNzv2hw4MkTCq9EnwRVQE { display:none; }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #GWqT2nAlmXtZ8ErJtxZ8FtLNTA7pLx9x {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #TV6LFMzlqtZsXGTrTCwHFm9qnh2BF7i2 {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #rEdFTVewILBdBnzvGzTsgILcJiuOrLtU {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #mzrw8VWmpFKm2Z2pqoX4dtx1Z5nOhqnb {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #UeTssGrvuSOokCq6LJysPUaW4Ae8Cmmk {  }
 }@media only screen and (max-width: 763px) { #LDXZbETgUxyEqIiw53i4EbXS2OWyKUu1 #FJM77I44ZE4cFtH81EMZGD1MI0Zf3NN6 {  }
 }@media only screen and (max-width: 763px) { #ee5iETFO2Ftlk7kTwthQB4Pwfb4owi3X { width:10.125rem;height:1.9375rem;top:1.6829427480698rem;left:4.7178822159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5uvdyTcBuezxQ0HQvQxx1I6ImZwquOl { width:20rem;height:2.7625rem;top:7.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QudIU65gNBbPzVkETTy45e3GoqVt2TEK { width:20rem;height:4.3875rem;top:11.650000572204rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kaGqO1hucbvnFbus5yGtpaU6KMcNV6kT { width:14.6875rem;height:1.25rem;top:17.700000762939rem;left:2.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7lQhUn7cWAcvKDu0KsZCZrPaz0L09y9 { width:20rem;height:5.3833333333333rem;top:44.188804626465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZc8CfE00Rvz7JQaDo5JgikD3J6WDpUE { width:7.5rem;height:1.125rem;top:5.1335940361023rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4kiuhnVFGc882p5TdrFdK73KBSQTysJ { background-color:#ffffff;background-image:none;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container { background-color: transparent; background-image: none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container > .video-iframe-container { display: none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row > .video-iframe-container { display: none; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .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); }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container { border-width: 0; border-radius: 0; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4kiuhnVFGc882p5TdrFdK73KBSQTysJ > .row .container { width:20rem;height:111.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQHiWblkGkC2veZfQynJwBCTLaoovRDi { width:12.246125rem;height:1.21875rem;top:107.29166984558rem;left:4.3984377980232rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEy8oL7paTWroglHPVJTM0Aw622z8xqC { width:16.058625rem;height:2.4362rem;top:106.68489837646rem;left:1.9700520634651rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymm86hqUQ5c6HyQM5TmyzNoyxTJR8gRX { display:block; }
 }@media only screen and (max-width: 763px) { #ykd67pIuvFaUqnCTxweAAvKzxHVsCuN2 { width:18.375rem;height:4.0625rem;top:5.75rem;left:0.81250005960463rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tml0gsx80DIewHxd7vvtvrLDuMmnzbcd { width:13.125rem;height:2.7625rem;top:2.12109375rem;left:3.4375000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqEeE83dZXIkZGkF4x9pRfKWZG3UsOZv { width:20rem;height:12.541436464088rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkgTLBeX7npQdi4Hz1axQQTf5Vqt6vsr { width:16.6875rem;height:1.54375rem;top:24.875rem;left:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTXmnLQ9FiKXCCdyq509TcTIpPcoeql2 { width:20rem;height:12.892561983471rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgH4WO0Wl2qLzym7Tovc7ET3e5QnPM8i { width:16.6875rem;height:1.54375rem;top:43.125001907349rem;left:1.6562500596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGvUcp3pIU04AG7kPZp6JuRv1hrNLlCM { width:20rem;height:11.138014527845rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJsoIlEd4nseG9GDCwDGHaQJkGOoVnDP { width:16.6875rem;height:1.54375rem;top:58.9375rem;left:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pit7xTP2zBnpLt9QaaBzimLKktTVILZz { width:17.25rem;height:12.3125rem;top:62.81250190735rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvxwmGI7a08lZ226dbssiWV9hWqgDc27 { width:16.6875rem;height:1.54375rem;top:76.56250190735rem;left:1.6562500596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8IuZq6QdLD1uhI8l6l8Fn9x6g1oPbc3 { width:20rem;height:13.7565rem;top:79.4453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhDpGxZW1uAHkeDgFgl4PpmSBmPiSigk { width:16.6875rem;height:1.54375rem;top:94.445315122606rem;left:1.6562500596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiCSyZyyArbUn1SZsvedR4msk8smbO8W { width:17.6875rem;height:8.53125rem;top:97.11328125rem;left:1.1562500596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/d8b774ea-15a4-44b3-8bdf-57902cd8a86f/Grupa11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM.adaptive-delivery-prevent-bg, #lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM.lazyload, #lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM.lazyloading { background-image: none; }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM > .row .container { background-color: transparent; background-image: none; }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM > .row .container > .video-iframe-container { display: none; }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM > .row > .video-iframe-container { display: none; }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM > .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); }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM > .row .container { border-width: 0; border-radius: 0; }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lBOhP84nOlqPcCa9TTEsRz9B9LODgGwM > .row .container { width:20rem;height:73.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLvbqE9BQPl4MDxsHbRSevQ86PECN8yd { width:19.3125rem;height:6.75rem;top:47.566408157349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMSFT5n1D55tlq4Ti0BIm9wxSLno120W { width:20rem;height:2.7625rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zGcTE4hiaFRsaaURLOzRZPQIL0BFy5SE { width:20rem;height:8.04375rem;top:5.2343788146972rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P5OU3eCuSFlOz0AWoe5HdKTOeA4qlq9L { width:1.1875rem;height:1.1875rem;top:20.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzARifP2svMitiCEpm4B6FRZmcgh7Td5 { width:15.75rem;height:3.575rem;top:19.375rem;left:4.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJnVC8nPu5Z6HxUaSrRnhpV6fEr6oNus { width:1.125rem;height:1.125rem;top:25.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLmb5w0xgSoRGI1voPTMEt2SA90mmTn0 { width:15.625rem;height:3.575rem;top:24.3125rem;left:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuaS1FOG54xtQWCv5HMzXHw0IBhINP0X { width:1.125rem;height:1.125rem;top:30.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mssQ8BH5IT1qKVRPTz0oweatMviZ0mRX { width:13.9375rem;height:3.575rem;top:29.3125rem;left:4.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRFEuxnWA6Ipq9I5KDbsBTNVEuKIKHBa { width:1.125rem;height:1.125rem;top:35.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS94O3fcCDJZIp6vU1XtxBdQTRIr3r24 { width:12.625rem;height:3.575rem;top:34.0625rem;left:4.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCG8bG4rRdPHUvDy8EpCEHWTBCqGFBcL { width:19rem;height:3.4375rem;top:56.316408157349rem;left:0.50000005960464rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5UcdUIVo5x6M4U7E0y8mJBW1dXQg6ox { display:block; }
 }@media only screen and (max-width: 763px) { #kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M { background-color:#fafafa;background-image:none;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row .container { background-color: transparent; background-image: none; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row .container > .video-iframe-container { display: none; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row > .video-iframe-container { display: none; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .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); }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row .container { border-width: 0; border-radius: 0; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kxq2HVLSDMqo5hevpT4i3yLOwxovKK8M > .row .container { width:20rem;height:94.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFNUgeMNiJhSpKDFOn9atyvyoSz2sTBu { width:15.437rem;height:2.7625rem;top:3.18603515625rem;left:2.2802734375rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#565656;display:block; }
 }@media only screen and (max-width: 763px) { #Lx8z9PIW096ge6tNeA7E66h1zhRd6GfI { width:20rem;height:5.2rem;top:7.0781245231631rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwyXWPEslh8PH2NSPz9Zu5CnaObqhT2I { width:12.625rem;height:13.1875rem;top:55.151041686535rem;left:3.6875002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpnenStxoGMzomLagIatvP5yUb1srgub { width:17.3125rem;height:15.75rem;top:32.401041686535rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGQB01b5FGuG1SEEnE31WHu9Adqf4t7U { width:13.25rem;height:13.625rem;top:14.651041686535rem;left:3.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNLWcTIJlcBAa46F2KuZqxuPxZnpF4Hf { width:19.875rem;height:1.625rem;top:28.276041686535rem;left:0.12369793653488rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbncmFp6fZG4elTyJZbVdtPReLS1q30n { width:19.875rem;height:3.25rem;top:49.984377563rem;left:0.12369793653488rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKZi4WcPvFtkPoFDES0Ml11z1LuOVAP6 { width:19.875rem;height:1.625rem;top:70.151047408581rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgNnIB3QLQ1tNai95mtnVUfCRTRrFkcV { width:17.75rem;height:9.66875rem;top:74.401046752931rem;left:1.1250000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7zua6i3GglAdXrsfB4uzQTM0S17H0HU { width:19rem;height:3.4375rem;top:86.951828002931rem;left:0.50000005960464rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzcvdUN9uW02gviMfq3WWWdIOe25TtmN { display:block; }
 }@media only screen and (max-width: 763px) { #s6L81hVBgoCdEQIghxDsgbrrStPleR7c { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/66f55ccf-c4a9-4b9b-92ea-7f51b3514de8/vintagetexturedcementwallkopia2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s6L81hVBgoCdEQIghxDsgbrrStPleR7c.adaptive-delivery-prevent-bg, #s6L81hVBgoCdEQIghxDsgbrrStPleR7c.lazyload, #s6L81hVBgoCdEQIghxDsgbrrStPleR7c.lazyloading { background-image: none; }#s6L81hVBgoCdEQIghxDsgbrrStPleR7c > .row .container { background-color: transparent; background-image: none; }#s6L81hVBgoCdEQIghxDsgbrrStPleR7c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6L81hVBgoCdEQIghxDsgbrrStPleR7c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6L81hVBgoCdEQIghxDsgbrrStPleR7c > .row .container > .video-iframe-container { display: none; }#s6L81hVBgoCdEQIghxDsgbrrStPleR7c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6L81hVBgoCdEQIghxDsgbrrStPleR7c > .row > .video-iframe-container { display: none; }#s6L81hVBgoCdEQIghxDsgbrrStPleR7c > .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); }#s6L81hVBgoCdEQIghxDsgbrrStPleR7c > .row .container { border-width: 0; border-radius: 0; }#s6L81hVBgoCdEQIghxDsgbrrStPleR7c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s6L81hVBgoCdEQIghxDsgbrrStPleR7c > .row .container { width:20rem;height:65.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8wZlfNtTNx4CgCbwkiTluFlO52WTUZq { width:17.3125rem;height:2.68125rem;top:4.0598964691162rem;left:1.3437500596046rem;font-size:2.0625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nmvFFoS5nHKZlUTD2MtLywyC1uDoCaPv { width:20rem;height:2.6rem;top:0.67057228088381rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcQNVnMXXhNImG8zVtUPEnvpnhsv8tga { width:14rem;height:1.38125rem;top:13.759115219116rem;left:4.7395833134651rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiKbBrPXZbyO0ChRVrv63L0BoOAw8Oin { width:19rem;height:3.4375rem;top:40.85546875rem;left:0.50000005960464rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kyfm6midvqQ68XMuTViTF2x3lU1zOTt9 { display:block; }
 }@media only screen and (max-width: 763px) { #pJcDFVfp6uu0sGpVvHBCXOotIpZThOFH { width:1.9375rem;height:1.9375rem;top:13.477865219116rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnUvpyhP4QTdPynFUCSE3zTOTUe4hHtS { width:1.875rem;height:1.875rem;top:18.449220657349rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6n8gD1s3x2rqT2klRi4A4w57WKx5r9A { width:14.6875rem;height:3.9rem;top:17.437501907349rem;left:4.7395833134651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK6DyU9A0NkNnhsauIqnfH9l0Tr5Apxa { width:14.5625rem;height:2.6rem;top:24.136720657349rem;left:4.7395833134651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmr1xgkbpcodB5252xu1f4wu0reNQGmH { width:15.25rem;height:2.6rem;top:29.555990219116rem;left:4.6861980557442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw7D4CbPw7Cm7yHBZOiyNbDpQgTtQHCc { width:9.625rem;height:2.6rem;top:35.368490219116rem;left:4.7395833134651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw5ORNHioObqM7oShl6PXb8seIpQkssO { width:1.875rem;height:1.875rem;top:24.417970657349rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ8ie6feboPlRSP11t3AqqHthp0vGFIg { width:1.875rem;height:1.875rem;top:29.917970657349rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcWILJteH84pwynInRL9lbqDpWq4G7ce { width:1.875rem;height:1.875rem;top:35.730478286743rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm9FNsFLoP98EX7wwLmNMbqgVH9p97If { width:10.1875rem;height:4.8125rem;top:8.1119804382325rem;left:6.989583313465rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAg97p8oRdLTobx1iBqAFVcSCoTdZHwa { width:20rem;height:16.2239375rem;top:46.839846253395rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm610Mq82rIJvhzs77FcVx7Jq63kfURA { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/efd96a64-9b30-4fb2-b8fb-e8d4ee07604e/Warstwa25.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA.adaptive-delivery-prevent-bg, #Gm610Mq82rIJvhzs77FcVx7Jq63kfURA.lazyload, #Gm610Mq82rIJvhzs77FcVx7Jq63kfURA.lazyloading { background-image: none; }#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA > .row .container { background-color: transparent; background-image: none; }#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA > .row .container > .video-iframe-container { display: none; }#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA > .row > .video-iframe-container { display: none; }#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA > .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); }#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA > .row .container { border-width: 0; border-radius: 0; }#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gm610Mq82rIJvhzs77FcVx7Jq63kfURA > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMTBvR6DO4cPfkDmTItUhrd1U66OJflM { width:17.625rem;height:4.0625rem;top:0.9375rem;left:1.1875000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh6Aru9KxGpZMt32zt59GteV25X8h7Os { width:19.75rem;height:7.3125rem;top:33.0625rem;left:0.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/2bd096a7-6abd-455b-84e6-77746c52a4f1/Grupa14.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx.adaptive-delivery-prevent-bg, #gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx.lazyload, #gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx.lazyloading { background-image: none; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row .container { background-color: transparent; background-image: none; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row .container > .video-iframe-container { display: none; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row > .video-iframe-container { display: none; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .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); }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row .container { border-width: 0; border-radius: 0; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gLrsAqDyPzuR6Zg8W45Zf3cU22d7EiRx > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZm80ScLW5qpmCnzLtFv7FnuhGAu5UIt { width:20rem;height:27.3125rem;top:14.375rem;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:none; }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-regular-label { width:17.5rem;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:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.0625rem;display:block;vertical-align:top; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-input-text {padding-top: 0; padding-bottom: 0;}#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-input-select {padding-top: 0; padding-bottom: 0;}#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem;font-size:0.9375rem;overflow:hidden; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-container:first-of-type{padding-top:0;}#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .widget-container:last-of-type{padding-bottom:0;}#Si3QKdKfqqEVzbPHBdcHso93esclgGVX  { width:17.5rem;height:auto;top:10.309356689453rem;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:#a4bed5;background-image:none; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Si3QKdKfqqEVzbPHBdcHso93esclgGVX {display:block;}#Si3QKdKfqqEVzbPHBdcHso93esclgGVX { width:17.5rem;height:auto;top:10.309356689453rem;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:#a4bed5;background-image:none; }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #kwmZw0NWTgoWqytSoHATNr75nIrWVhJG {  }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #qduS4oOJ8utZuc8Gxo9DUgRLmcUQZCK9 { display:none; }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #n5VE4AWEzBDd3WZf1szZftpSrPhAZo7r {  }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #qXf6fo0oEe6TOGrOL5xxg4n8dTRkavAc {  }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #BE1CEUogruqOyfcMINXJoqfnind6TebE { display:none; }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #XAT0pmKqDvhVKTcyZhyr7Dy6w8Ln0Rya {  }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #Pr7U85zsethM004HLhyE4gpVK5cb7tfX {  }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #JuDTeKTgOXt5FEKtIHeimJvieEkKIv4H { display:none; }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #zmUTpUJG1cQ28SOfcwy2WlBCig3TSzVZ {  }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #mhVT2UEgqkqPySrvI9UloR5rWBQNFAAZ {  }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #xTuPvpM36ZCTffLAiqPh03qOTVHMwGCf {  }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #Ko4DzevmFag64T3sEPFkX44371O6eCWf {  }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #rrsqSiiVVU2tarMwQa3nmfSib4Mytaqp {  }
 }@media only screen and (max-width: 763px) { #Si3QKdKfqqEVzbPHBdcHso93esclgGVX #wZyc0FZ07PObVHK6NObMPJwnO7U3UrhK {  }
 }@media only screen and (max-width: 763px) { #DvvKyyK6s3KHJDghWApvhLbN8630d2EG { width:20rem;height:0;top:4.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B3AKGlJuRF3EPR2w0AuMl1Cq47v1TIdP { width:20rem;height:5.3625rem;top:3.74609375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc { display:block; }#t2fVsUBVGoRmPhpgZwINiDl0BoNXMpRc > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOBmR1yFRtOSrVkHesAdbLFIOizNw3l0 { width:19.187rem;height:4.225rem;top:5.54931640625rem;left:0.4052734375rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:toyotatype;display:block; }
 }@media only screen and (max-width: 763px) { #TwGkiPWhmqgeBn5sAZ9I7JULf7ZgOZ9V { width:20rem;height:1.95rem;top:10.27734375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:toyotatype;display:block; }
 }@media only screen and (max-width: 763px) { #zeW3lDAEv4lq3eGBNiBusZVXDLfBK5ve { width:11.93725rem;height:2.24975625rem;top:1.463623046875rem;left:4.029541015625rem;display:block; }
 }