.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,255,255;--color-primary-1:250,250,250;--color-primary-2:204,204,204;--color-primary-3:98,98,98;--color-primary-4:69,69,69;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"NEUROPOL";--paragraphs-font-family:"NEUROPOL"; }body { background-color:#737373;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); }#indGGXbuidWecfiuWgZG5Z6colaI0trQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/b3iRpZ85/Untitled_2_01.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ.adaptive-delivery-prevent-bg, #indGGXbuidWecfiuWgZG5Z6colaI0trQ.lazyload, #indGGXbuidWecfiuWgZG5Z6colaI0trQ.lazyloading { background-image: none; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container { background-color: transparent; background-image: none; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container > .video-iframe-container { display: none; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row > .video-iframe-container { display: none; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container { border-width: 0; border-radius: 0; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#KU6cG8cy19MubvKA4AkuVzFJJJnEotAt { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),0.4);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:21.75rem;width:27.5rem;top:1.625rem;left:41.8125rem;display:none; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-form-header {  }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-input-text { border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #333333;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:25rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-primary-0),1);font-size:0.875rem;overflow:hidden;font-family:toyota; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-textarea { border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #333333;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:25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-0),1);font-size:0.875rem;overflow:hidden;font-family:toyota; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-input-select { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #333333;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:25rem;box-sizing:border-box;height:2.5rem;color:#333333;font-family:toyota;font-size:0.875rem;overflow:hidden; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .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.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .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:#d74c07;background-image:none;border-top:0.125rem solid #d74c07;border-left:0.125rem solid #d74c07;border-right:0.125rem solid #d74c07;border-bottom:0.125rem solid #d74c07;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:7.375rem;margin-bottom:0.25rem;margin-left:6.875rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#fdfdfd;width:11.25rem;height:2.5rem;font-family:toyota;overflow:hidden; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 [class*="-text"]:-moz-placeholder { color:#333333;font-family:toyota;font-size:0.875rem;font-weight:700;font-style:normal; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 [class*="-text"]::-moz-placeholder { color:#333333;font-family:toyota;font-size:0.875rem;font-weight:700;font-style:normal; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 [class*="-text"]:-ms-input-placeholder { color:#333333;font-family:toyota;font-size:0.875rem;font-weight:700;font-style:normal; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 [class*="-text"]::-webkit-input-placeholder { color:#333333;font-family:toyota;font-size:0.875rem;font-weight:700;font-style:normal; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:toyota;font-size:0.75rem;font-weight:400;color:#333333;vertical-align:top;width:24.25rem;overflow:hidden;font-style:italic; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .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; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .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; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-container:first-of-type{padding-top:0;}#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-container:last-of-type{padding-bottom:0;}#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.65625rem;left:41.8125rem; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 {display:block;}#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.65625rem;left:41.8125rem;display:none; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #wbynAH1xxTlJ1DTubHBTq3mdBBKPLFPv { position:relative; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #nJB5akLXpacE3wana8wcWc2GOHZcmIwg { position:relative;display:block; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #TfkTrqJbficI94oyJ0qMfK53fP9sQUeX { position:relative; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #EPFfq0iIeQHAyfyhb3AptVBLKSdxTU3k { position:relative; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #QoS7OpvTOUI9wkAv6UGJ7TsmTE1pPqgE { position:relative;display:block; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #dM3FKm6LAQ2TlL2mOFZKZNmO6N0nTCxW { position:relative; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #dG8mvN2bS1TnG7oGf70h9F2iusnQqMb3 { position:relative; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #StUGwglOT70RyByhmqwHORdn87pJBFtg { position:relative;display:block; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #JfEqrJ3d1sVfvUmKHEDmkgT3E4lsK0d0 { position:relative; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #JO09TUBTACEUfieDIUmtqlNktE186O6Q { position:relative; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #wG914SzzpdL3ydOgNqwyRc8APOBXHPq8 { position:relative;display:block; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #dmdmyB4l88yUPkmOR3yVLKKVNvvQ82UC { position:relative; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #zEt9zpWp28zad9fbu8vbvRLmgmvAPQmg { position:relative; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #Kx9pGL47Iu40uFfgeJRo1Jn50C44vxB6 { position:relative;z-index:2; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #XxQX57wTyOtSeyfNJlNTTVFG3FEc1Gay { position:relative; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #xtQqdimilsVfp7dn1DzV006s2MF4wMq2 { position:relative; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #aHk8KJ7ERIZOmxsuGvBkTTzQL4O2tlJE { position:relative; }
#cQIR0abCVCItTNqXTLDhkukh0FHbCVxG { position:absolute;display:block;z-index:15005;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.1875rem;width:11.5rem;top:1.25rem;left:29.6875rem;overflow:hidden;display:block; }
#nXOITJNWQ6Lr3h6sr0cAXHUTmUSbHQhK { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5625rem;position:absolute;font-family:toyota;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.1875rem;left:16.9375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GFiRFee95ARgFzVRPkfGhPoeCHrO1cwO { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5625rem;width:30.9375rem;top:3.4375rem;left:44.063541412354rem;display:block; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-form-header {  }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-regular-label { height:auto;display:block;font-family:toyota;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.75rem;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; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #666666;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.75rem;box-sizing:border-box;height:2.1875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:toyota;vertical-align:top; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-input-text {padding-top: 0; padding-bottom: 0;}#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #666666;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.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:toyota;vertical-align:top; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:toyota;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-input-select {padding-top: 0; padding-bottom: 0;}#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/97MfgQBS/przycisk_wyslij.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:22.75rem;height:3.4375rem;font-family:toyota;overflow:hidden; }#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-input-button.adaptive-delivery-prevent-bg, #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-input-button.lazyload, #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-input-button.lazyloading { background-image: none; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW [class*="-text"]:-moz-placeholder { color:#797979;font-family:"display toyo";font-size:0.875rem; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW [class*="-text"]::-moz-placeholder { color:#797979;font-family:"display toyo";font-size:0.875rem; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW [class*="-text"]:-ms-input-placeholder { color:#797979;font-family:"display toyo";font-size:0.875rem; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW [class*="-text"]::-webkit-input-placeholder { color:#797979;font-family:"display toyo";font-size:0.875rem; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .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:"display toyo";line-height:1.3;font-size:0.75rem;font-weight:300;color:#fdfdfd;vertical-align:top;width:21.5rem;overflow:hidden;font-style:normal; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .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; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .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:toyota;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-container:first-of-type{padding-top:0;}#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-container:last-of-type{padding-bottom:0;}#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.293749809265rem;left:47.787498474121rem; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.75rem;display:block;vertical-align:top; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-info-text { display:block;height:auto;font-family:toyota;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW {display:block;}#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.293749809265rem;left:47.787498474121rem; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #KnwyXKGbDv8s5hrRp9qMyb2P6zrV1XfI { position:relative; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #Fk9bxD6WkMwGeGGgsTp2LdSgSUavXy9R { position:relative;display:none; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #BUa1SaTIsSfWiVSKvG0Zd6TqWLhG7gTp { position:relative; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #fMkg6T1wqOEvIKJ9dT57oyW6zTdBhh8S { position:relative; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #aNHrLlqi7QqOKCstUDL74J0k8I5m2vWD { position:relative;display:none; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #wTkThiZFFTuLN6oO3uCZZLdFEs9me7dg { position:relative; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #hJNBShQkW5rtq43tNM0Vvlq0tkFmJApy { position:relative; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #fPRiMgzIHlmMGHAufEhi3ITVAXExcZ4d { position:relative;display:none; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #iMOlo1EigwmAfX62dKJeW8XpP2DyCbzO { position:relative; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #nU1sT5I17kiq6vdvxsmFUml7etCnS8BP { position:relative; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #w9wd94rSC4mipT1tNeyRsLK9C7obJaMC { position:relative;z-index:2; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #uXEWRqxCgc8dSiwsOzrJp0OH15VByCr6 { position:relative; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #oT0spOGDDwcfZvtQvKJ9eCLQ6EkuNufW { position:relative; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #T69T4XyWGKEFL4EWkVTKD4Jrl1zqyNgf { position:relative; }
#UdKNrtcqgpmeJOb6t9ofaG0qkGANtChJ { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.0124998092651rem;left:9.625rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#TEM8kt8eDulImr2sS7u2iHoKsLphd5e0 { position:absolute;display:block;z-index:15013;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.0625rem;width:41.75rem;top:15.1875rem;left:2.5rem;overflow:hidden;display:block; }
#FPK02KbRF3hWimECV6GVeeFCmcVUquce { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:toyota;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.25rem;left:50.751041412354rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/Dhoek8LY/Untitled_1_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89.adaptive-delivery-prevent-bg, #MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89.lazyload, #MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89.lazyloading { background-image: none; }#MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89 > .row .container { border-width: 0; border-radius: 0; }#MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89 > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:none; }#Eak7HyLT6L9Kt6Dti4Khvn0Qfsm16gzO { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),0.4);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:21.75rem;width:27.5rem;top:1.625rem;left:41.8125rem;display:none; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-form-header {  }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-input-text { border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #333333;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:25rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-primary-0),1);font-size:0.875rem;overflow:hidden;font-family:toyota; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-input-text {padding-top: 0; padding-bottom: 0;}#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-textarea { border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #333333;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:25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-0),1);font-size:0.875rem;overflow:hidden;font-family:toyota; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-input-select { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #333333;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:25rem;box-sizing:border-box;height:2.5rem;color:#333333;font-family:toyota;font-size:0.875rem;overflow:hidden; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-input-select {padding-top: 0; padding-bottom: 0;}#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .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.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .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:#d74c07;background-image:none;border-top:0.125rem solid #d74c07;border-left:0.125rem solid #d74c07;border-right:0.125rem solid #d74c07;border-bottom:0.125rem solid #d74c07;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:7.375rem;margin-bottom:0.25rem;margin-left:6.875rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#fdfdfd;width:11.25rem;height:2.5rem;font-family:toyota;overflow:hidden; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu [class*="-text"]:-moz-placeholder { color:#333333;font-family:toyota;font-size:0.875rem;font-weight:700;font-style:normal; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu [class*="-text"]::-moz-placeholder { color:#333333;font-family:toyota;font-size:0.875rem;font-weight:700;font-style:normal; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu [class*="-text"]:-ms-input-placeholder { color:#333333;font-family:toyota;font-size:0.875rem;font-weight:700;font-style:normal; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu [class*="-text"]::-webkit-input-placeholder { color:#333333;font-family:toyota;font-size:0.875rem;font-weight:700;font-style:normal; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:toyota;font-size:0.75rem;font-weight:400;color:#333333;vertical-align:top;width:24.25rem;overflow:hidden;font-style:italic; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .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; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .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; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-container:first-of-type{padding-top:0;}#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-container:last-of-type{padding-bottom:0;}#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.65625rem;left:41.8125rem; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu {display:block;}#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.65625rem;left:41.8125rem;display:none; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #hIleF78TrUezqopqGslHu7T4gghNWBrl { position:relative; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #T3T3swCItZ8iXkwbXoQ8U610ilWOxaZX { position:relative;display:block; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #HebQ0XOClW6CBe3tAxKDZi74oRIgJ6yG { position:relative; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #NN0g900aKCT48c7T7JOk9zRw0vhaomcW { position:relative; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #xSZWTVFzAOCy1l2iZIVhxUw5UXhPQmzW { position:relative;display:block; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #q630CCmiiJlNf5dwRPs2pwg69zU10aRZ { position:relative; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #kLeofhvWltrF3cQlcyiDTTIEJS28EMUW { position:relative; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #UICgXAG40ZFIkXZypedEiJOspA6RRsMR { position:relative;display:block; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #zHpVEKXXTmQTPrVeIwBtHoNp4dqsg8wU { position:relative; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #BTXwLq7zWQ7SiVcHfaaaqnenl8d6z36v { position:relative; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #XxlIMbVqyhNVata7pbWcAtFQz0RDrAnr { position:relative;display:block; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #Zq7O8XtlzBrnt2PQyDV36wz2Hf2bLtz4 { position:relative; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #pTVsQhKPPKEvZMSukZ29TvaEK1q7Unwn { position:relative; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #xTPwVdI6lswXCx0KC8p8VHQ7SRUJvW57 { position:relative;z-index:2; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #W5r5gTgiTI2dNOMGzcfozrdw4guxabTf { position:relative; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #KOK3FKtqerM4Q4av8cgUnRzkGh82CmOg { position:relative; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #R9KTB7NVeGLnN0GaBxPbBazPivNVIN5P { position:relative; }
#uFREQ8uAGMts29Rs0EZIBrnm6q2F83HN { position:absolute;display:block;z-index:15011;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:31.375rem;width:59.375rem;top:7.5625rem;left:0rem;overflow:hidden;display:none; }
#T1pQNDDF7wdaexve3IpP8eSUJBcxzXTI { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5625rem;position:absolute;font-family:toyota;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.75rem;left:6.125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Ayzvkv2merTlIa6rrvrK8IAMKTO8pzxG { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5625rem;position:absolute;font-family:toyota;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.6875rem;left:7.6875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PP7xhDnB3FwsQT96zA9JkFdp8QF7nQ37 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5625rem;position:absolute;font-family:toyota;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.1875rem;left:16.9375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KcWvdsG7cnHqkrCnRVw2OfxZeXWCKL2y { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5625rem;position:absolute;font-family:toyota;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.1875rem;left:5.125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#STpg44HudZGgGcJkPiCklx9NF9nvyIkk { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-0),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21rem;width:27.125rem;top:9.25rem;left:47.375rem;display:block; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-form-header {  }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-regular-label { height:auto;display:block;font-family:toyota;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.75rem;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; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #666666;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.75rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:toyota;vertical-align:top; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-input-text {padding-top: 0; padding-bottom: 0;}#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #666666;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.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:toyota;vertical-align:top; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:toyota;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-input-select {padding-top: 0; padding-bottom: 0;}#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/97MfgQBS/przycisk_wyslij.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:22.75rem;height:3.4375rem;font-family:toyota;overflow:hidden; }#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-input-button.adaptive-delivery-prevent-bg, #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-input-button.lazyload, #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-input-button.lazyloading { background-image: none; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD [class*="-text"]:-moz-placeholder { color:#797979;font-family:toyota;font-size:0.875rem; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD [class*="-text"]::-moz-placeholder { color:#797979;font-family:toyota;font-size:0.875rem; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD [class*="-text"]:-ms-input-placeholder { color:#797979;font-family:toyota;font-size:0.875rem; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD [class*="-text"]::-webkit-input-placeholder { color:#797979;font-family:toyota;font-size:0.875rem; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:toyota;line-height:1.3;font-size:0.75rem;font-weight:300;color:#797979;vertical-align:top;width:21.5rem;overflow:hidden;font-style:normal; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .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; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .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:toyota;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-container:first-of-type{padding-top:0;}#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-container:last-of-type{padding-bottom:0;}#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.75rem;left:48.3125rem; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.75rem;display:block;vertical-align:top; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-info-text { display:block;height:auto;font-family:toyota;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD {display:block;}#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.75rem;left:48.3125rem; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #ahLpqCumyGvGxtiKyJXplAglkHxBpxTp { position:relative; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #Q7yuNFQ1cncAA5ZqKzG0y3WbP2S9gtC2 { position:relative;display:none; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #V6MagtgN6Kqe3W0bJhVB7BCLOJAfmhgT { position:relative; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #QwOqm8zvdSS4KfvZLV79TTZMQ3FR1GLX { position:relative; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #MikDO0kxW67wb54l5CF5ofChdhJamkzK { position:relative;display:none; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #XrRnmA4W4CTgwapzbpNPTuOIKJ8iTlbr { position:relative; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #GhUh0Ab4X2LcqRwP8fqeFeaHQM2Tc9iH { position:relative; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #TA9SiKkFevXuQ3by9JZ8hoGT0SEcQKca { position:relative;display:none; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #dCip1180WyvocdDw1vPnt4fbsSeQK55E { position:relative; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #m5udbuh1H7cdCcRzMG2zf1mLy5TFOfcd { position:relative; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #W3fSLWITlCTbAQql6BKRMeX4NEVPWT3C { position:relative;z-index:2; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #EOb9NCk7PLwZDZDPxm8Vqblntn0ofw8G { position:relative; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #Xb6D7aCXl7gyTG1r20hq8wBFaHnMDN9l { position:relative; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #F4TAFTZfKX5n616uJalGe3WhcLVMCQLs { position:relative; }
#tcT83sRWfB4e3mqNyCaUTdJwTGFUg641 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/VGW3wXeg/czerwona.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tcT83sRWfB4e3mqNyCaUTdJwTGFUg641.adaptive-delivery-prevent-bg, #tcT83sRWfB4e3mqNyCaUTdJwTGFUg641.lazyload, #tcT83sRWfB4e3mqNyCaUTdJwTGFUg641.lazyloading { background-image: none; }#tcT83sRWfB4e3mqNyCaUTdJwTGFUg641 > .row .container { background-color: transparent; background-image: none; }#tcT83sRWfB4e3mqNyCaUTdJwTGFUg641::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcT83sRWfB4e3mqNyCaUTdJwTGFUg641 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcT83sRWfB4e3mqNyCaUTdJwTGFUg641 > .row .container > .video-iframe-container { display: none; }#tcT83sRWfB4e3mqNyCaUTdJwTGFUg641 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcT83sRWfB4e3mqNyCaUTdJwTGFUg641 > .row > .video-iframe-container { display: none; }#tcT83sRWfB4e3mqNyCaUTdJwTGFUg641 > .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); }#tcT83sRWfB4e3mqNyCaUTdJwTGFUg641 > .row .container { border-width: 0; border-radius: 0; }#tcT83sRWfB4e3mqNyCaUTdJwTGFUg641 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tcT83sRWfB4e3mqNyCaUTdJwTGFUg641 > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:block; }#N9K007mkcaH1a3uPut4vvOXMcQmpggUn { color:rgba(var(--color-tertiary-4),1);display:block;width:46.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1.375rem;left:16.8125rem;height:4.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hwBRnbcVgzvAr53gl57ocT6KnK53qOBP { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#48494a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyota;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:2.5625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:6.875rem;left:30.40625rem;display:block; }
#y8e9kUFvzdgviyMKDWJWtgbwPwU4I92a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/1ZhUU3sV/Untitled_2_03.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly.adaptive-delivery-prevent-bg, #S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly.lazyload, #S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly.lazyloading { background-image: none; }#S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly > .row .container { background-color: transparent; background-image: none; }#S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly > .row .container > .video-iframe-container { display: none; }#S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly > .row > .video-iframe-container { display: none; }#S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly > .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); }#S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly > .row .container { border-width: 0; border-radius: 0; }#S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#bQiP1kpXK2g21R2JVMh5pZXv3vADhuli { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.0625rem;left:40.40625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HseR2Np1PKy9APof9tpiL2CkuU0pVELW { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:"display toyo";font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.9375rem;left:40.40625rem;height:4.875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#TJbgdvlvUPrLHQaQSsPkudmZgD04ZEih { 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:1.875rem;width:12.375rem;top:15.9375rem;left:40.40625rem;overflow:hidden;display:block; }
#IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/FZlxQIgO/Untitled_2_04.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV.adaptive-delivery-prevent-bg, #IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV.lazyload, #IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV.lazyloading { background-image: none; }#IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV > .row .container { background-color: transparent; background-image: none; }#IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV > .row .container > .video-iframe-container { display: none; }#IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV > .row > .video-iframe-container { display: none; }#IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV > .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); }#IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV > .row .container { border-width: 0; border-radius: 0; }#IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#KQWSk8sNJMPOS4IDZZ38TzrGO7D5EC8Q { color:rgba(var(--color-tertiary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:4.875rem;left:3.96875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VOwzBe83v3yblpkB82QVXSCs3qxvG2JA { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:"display toyo";font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.5rem;left:3.96875rem;height:4.875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#or27QGXANzfUTIx99RqsxntPUpHrhki7 { 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:1.875rem;width:12.375rem;top:15.59375rem;left:3.96875rem;overflow:hidden;display:block; }
#Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/1ZhUU3sV/Untitled_2_03.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5.adaptive-delivery-prevent-bg, #Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5.lazyload, #Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5.lazyloading { background-image: none; }#Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5 > .row .container { background-color: transparent; background-image: none; }#Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5 > .row .container > .video-iframe-container { display: none; }#Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5 > .row > .video-iframe-container { display: none; }#Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5 > .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); }#Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5 > .row .container { border-width: 0; border-radius: 0; }#Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5 > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:block; }#S0Zg17Ci8tuCT04TdqHste7qprF9qkNz { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:6.0625rem;left:42.0625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vgvxn9mTpyLEN2fbtvfpT3oMFyTLIzsc { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:"display toyo";font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.9375rem;left:41.96875rem;height:5.85rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#nnqzMryv9I1qgvwVoCVxdOG3ImDLt8Dm { position:absolute;display:block;z-index:15019;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.875rem;width:12.375rem;top:16.34375rem;left:41.96875rem;overflow:hidden;display:block; }
#utXdTICWqFBtV83B4EJWtCouTyLVK1FA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#utXdTICWqFBtV83B4EJWtCouTyLVK1FA > .row .container { background-color: transparent; background-image: none; }#utXdTICWqFBtV83B4EJWtCouTyLVK1FA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utXdTICWqFBtV83B4EJWtCouTyLVK1FA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utXdTICWqFBtV83B4EJWtCouTyLVK1FA > .row .container > .video-iframe-container { display: none; }#utXdTICWqFBtV83B4EJWtCouTyLVK1FA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utXdTICWqFBtV83B4EJWtCouTyLVK1FA > .row > .video-iframe-container { display: none; }#utXdTICWqFBtV83B4EJWtCouTyLVK1FA > .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); }#utXdTICWqFBtV83B4EJWtCouTyLVK1FA > .row .container { border-width: 0; border-radius: 0; }#utXdTICWqFBtV83B4EJWtCouTyLVK1FA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#utXdTICWqFBtV83B4EJWtCouTyLVK1FA > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#fK1MIww6JAsvD7kq4e0LKxorEpoQ2oGB { 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:3.375rem;width:6.75rem;top:3.0625rem;left:5.03125rem;overflow:hidden;display:block; }
#DPdwsbMp4ylN4dynDrxx9kSNOm5DPnek { position:absolute;display:block;z-index:15001;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.375rem;width:3.375rem;top:3.0625rem;left:35.8125rem;overflow:hidden;display:block; }
#UlGWSAg55pyScupM7bzlOCk52R8cakg9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:3.0625rem;left:21.9375rem;overflow:hidden;display:block; }
#d92l3dWgroo4pwQ4Iz0a43tuPbAxbkC1 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.375rem;top:3.0625rem;left:49.1875rem;overflow:hidden;display:block; }
#uLP1VCTD0TGG2dOlBOkCPrtgxhWgMWnR { position:absolute;display:block;z-index:15004;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.125rem;width:2.875rem;top:3.1875rem;left:62.9375rem;overflow:hidden;display:block; }
#aJHJuNwfCSeBOuSqSSVzTkJgVm96ZUDd { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:7.625rem;left:3.1875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ETdFRCFM5wodLXhLK9pCGT56a7EngC3W { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:7.625rem;left:17.4375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yolsb1UIR4GPahuIwkVPrOUNzm8Q0pNK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:7.625rem;left:31.3125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GOZfbi711FC7vFVIkOKnGHzr3h88Tqzw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:7.625rem;left:44.6875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MIX13EaP5882D3zgxXiShROsW3ayGHDJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:7.625rem;left:58.1875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tysyl0Lq3sH7q3wKzV8JlEwgAHOLFv7W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/XiiFaYgY/Untitled_2_07.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tysyl0Lq3sH7q3wKzV8JlEwgAHOLFv7W.adaptive-delivery-prevent-bg, #tysyl0Lq3sH7q3wKzV8JlEwgAHOLFv7W.lazyload, #tysyl0Lq3sH7q3wKzV8JlEwgAHOLFv7W.lazyloading { background-image: none; }#tysyl0Lq3sH7q3wKzV8JlEwgAHOLFv7W > .row .container { background-color: transparent; background-image: none; }#tysyl0Lq3sH7q3wKzV8JlEwgAHOLFv7W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tysyl0Lq3sH7q3wKzV8JlEwgAHOLFv7W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tysyl0Lq3sH7q3wKzV8JlEwgAHOLFv7W > .row .container > .video-iframe-container { display: none; }#tysyl0Lq3sH7q3wKzV8JlEwgAHOLFv7W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tysyl0Lq3sH7q3wKzV8JlEwgAHOLFv7W > .row > .video-iframe-container { display: none; }#tysyl0Lq3sH7q3wKzV8JlEwgAHOLFv7W > .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); }#tysyl0Lq3sH7q3wKzV8JlEwgAHOLFv7W > .row .container { border-width: 0; border-radius: 0; }#tysyl0Lq3sH7q3wKzV8JlEwgAHOLFv7W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tysyl0Lq3sH7q3wKzV8JlEwgAHOLFv7W > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#oeGRDveHxbOdo8o7N4q7E1hteIMavBnJ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:1.375rem;left:20.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ncMhgGlnwrbJqGG9idJzFJmH0Pl5y8g8 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.375rem;width:27.125rem;top:6.28125rem;left:23.9375rem;display:block; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-form-header {  }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-regular-label { height:auto;display:block;font-family:toyota;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.75rem;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; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #666666;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.75rem;box-sizing:border-box;height:2.1875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:toyota;vertical-align:top; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-input-text {padding-top: 0; padding-bottom: 0;}#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #666666;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.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:toyota;vertical-align:top; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:toyota;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-input-select {padding-top: 0; padding-bottom: 0;}#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/97MfgQBS/przycisk_wyslij.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:22.75rem;height:3.4375rem;font-family:toyota;overflow:hidden; }#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-input-button.adaptive-delivery-prevent-bg, #RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-input-button.lazyload, #RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-input-button.lazyloading { background-image: none; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W [class*="-text"]:-moz-placeholder { color:#797979;font-family:"display toyo";font-size:0.875rem; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W [class*="-text"]::-moz-placeholder { color:#797979;font-family:"display toyo";font-size:0.875rem; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W [class*="-text"]:-ms-input-placeholder { color:#797979;font-family:"display toyo";font-size:0.875rem; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W [class*="-text"]::-webkit-input-placeholder { color:#797979;font-family:"display toyo";font-size:0.875rem; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .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:"display toyo";line-height:1.3;font-size:0.75rem;font-weight:300;color:#fdfdfd;vertical-align:top;width:21.5rem;overflow:hidden;font-style:normal; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .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; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .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:toyota;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-container:first-of-type{padding-top:0;}#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-container:last-of-type{padding-bottom:0;}#RuxL9V76twPJfVt5onOcF7I7e1vsg41W  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.5625rem;left:24.75rem; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.75rem;display:block;vertical-align:top; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-info-text { display:block;height:auto;font-family:toyota;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W {display:block;}#RuxL9V76twPJfVt5onOcF7I7e1vsg41W { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.5625rem;left:24.75rem; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W #PTOlpcNKEhMTLPwb7V7tVLFcIqXDwGCb { position:relative; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W #xQnsHhzW3t31Rwd4igGTdQZVICm2krNJ { position:relative;display:none; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W #iaKRA7hfTmwFBndvw0vcgsVvWr0A6kdw { position:relative; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W #LpKTdyfF88zZJmfAG458KKSCQe5FEaMH { position:relative; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W #CXv1UbGSRBS3d7cU6TLhMvoGf2Nodxo7 { position:relative;display:none; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W #wMGm60rTzr38TA62Xs6TmAsii674CG7L { position:relative; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W #OPyuCCfG3kTyIwTh2Lk8FsFahDyZXFEW { position:relative; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W #SvkBAlAs9drsnREWxTLdLkBPw3oI7gAt { position:relative;display:none; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W #FmGdHK5G5ZayQZi2403fBZv5qDdHKMWq { position:relative; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W #a7Q7ymzO4ThdHBpv11Q2VwDcQ6mgDl1r { position:relative; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W #RAknltArCXdXNy9J3SVUoItyM5PCtVKf { position:relative;z-index:2; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W #qP0x5O18WTg4x7y6iKIOVghGwAqXkc8k { position:relative; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W #JhynFQl8bly7IbwoTay41C8ZspNmvpyq { position:relative; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W #IhsxqZAfOtyHXuxUo2J1qzX9Z77PrZBw { position:relative; }
#yfPO8MslRewTFybobMNH0CZQmdrnIB3V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yfPO8MslRewTFybobMNH0CZQmdrnIB3V > .row .container { background-color: transparent; background-image: none; }#yfPO8MslRewTFybobMNH0CZQmdrnIB3V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfPO8MslRewTFybobMNH0CZQmdrnIB3V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfPO8MslRewTFybobMNH0CZQmdrnIB3V > .row .container > .video-iframe-container { display: none; }#yfPO8MslRewTFybobMNH0CZQmdrnIB3V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfPO8MslRewTFybobMNH0CZQmdrnIB3V > .row > .video-iframe-container { display: none; }#yfPO8MslRewTFybobMNH0CZQmdrnIB3V > .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); }#yfPO8MslRewTFybobMNH0CZQmdrnIB3V > .row .container { border-width: 0; border-radius: 0; }#yfPO8MslRewTFybobMNH0CZQmdrnIB3V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yfPO8MslRewTFybobMNH0CZQmdrnIB3V > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#HChFSsuoODZCqNgXPG2n1fz1WvfIITbM { 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:3.0625rem;width:18.875rem;top:1.75rem;left:29rem;overflow:hidden;display:block; }
#FqhN4yF5Au79XgHFaZUn0TnnsEGTEZfe { color:rgba(var(--color-tertiary-0),1);display:block;width:56.6875rem;position:absolute;font-family:"display toyo";font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.6875rem;left:8.03125rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SwTEir1RoJytwRzkW8q7Kwgb58Vx4mM8 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:"display toyo";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5000057220456rem;left:31.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #indGGXbuidWecfiuWgZG5Z6colaI0trQ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/b3iRpZ85/Untitled_2_01.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ.adaptive-delivery-prevent-bg, #indGGXbuidWecfiuWgZG5Z6colaI0trQ.lazyload, #indGGXbuidWecfiuWgZG5Z6colaI0trQ.lazyloading { background-image: none; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container { background-color: transparent; background-image: none; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container > .video-iframe-container { display: none; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row > .video-iframe-container { display: none; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container { width:47.75rem;height:33.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KU6cG8cy19MubvKA4AkuVzFJJJnEotAt { width:27.5rem;height:21.75rem;top:12.75rem;left:14.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-regular-label { width:28.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-input-text { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-textarea { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-input-select { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-input-button { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.25rem; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-checkbox-label { width:27.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2  { width:28.5rem;height:auto;top:3.75rem;left:8.375rem; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .radio-container { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 {display:block;}#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 { width:28.5rem;height:auto;top:3.75rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #wbynAH1xxTlJ1DTubHBTq3mdBBKPLFPv {  }
 }@media only screen and (max-width: 1199px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #nJB5akLXpacE3wana8wcWc2GOHZcmIwg { display:block; }
 }@media only screen and (max-width: 1199px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #TfkTrqJbficI94oyJ0qMfK53fP9sQUeX {  }
 }@media only screen and (max-width: 1199px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #EPFfq0iIeQHAyfyhb3AptVBLKSdxTU3k {  }
 }@media only screen and (max-width: 1199px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #QoS7OpvTOUI9wkAv6UGJ7TsmTE1pPqgE { display:block; }
 }@media only screen and (max-width: 1199px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #dM3FKm6LAQ2TlL2mOFZKZNmO6N0nTCxW {  }
 }@media only screen and (max-width: 1199px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #dG8mvN2bS1TnG7oGf70h9F2iusnQqMb3 {  }
 }@media only screen and (max-width: 1199px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #StUGwglOT70RyByhmqwHORdn87pJBFtg { display:block; }
 }@media only screen and (max-width: 1199px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #JfEqrJ3d1sVfvUmKHEDmkgT3E4lsK0d0 {  }
 }@media only screen and (max-width: 1199px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #JO09TUBTACEUfieDIUmtqlNktE186O6Q {  }
 }@media only screen and (max-width: 1199px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #wG914SzzpdL3ydOgNqwyRc8APOBXHPq8 { display:block; }
 }@media only screen and (max-width: 1199px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #dmdmyB4l88yUPkmOR3yVLKKVNvvQ82UC {  }
 }@media only screen and (max-width: 1199px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #zEt9zpWp28zad9fbu8vbvRLmgmvAPQmg {  }
 }@media only screen and (max-width: 1199px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #Kx9pGL47Iu40uFfgeJRo1Jn50C44vxB6 {  }
 }@media only screen and (max-width: 1199px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #XxQX57wTyOtSeyfNJlNTTVFG3FEc1Gay {  }
 }@media only screen and (max-width: 1199px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #xtQqdimilsVfp7dn1DzV006s2MF4wMq2 {  }
 }@media only screen and (max-width: 1199px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #aHk8KJ7ERIZOmxsuGvBkTTzQL4O2tlJE {  }
 }@media only screen and (max-width: 1199px) { #cQIR0abCVCItTNqXTLDhkukh0FHbCVxG { width:9.5rem;height:1.8125rem;top:1.5625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nXOITJNWQ6Lr3h6sr0cAXHUTmUSbHQhK { width:35.5625rem;height:;top:14.1875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GFiRFee95ARgFzVRPkfGhPoeCHrO1cwO { width:30.9375rem;height:19.5625rem;top:3.4375rem;left:16.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-regular-label { width:22.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-input-text { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-input-text {padding-top: 0; padding-bottom: 0;}#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-textarea { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-input-select { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-input-select {padding-top: 0; padding-bottom: 0;}#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-input-button { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-checkbox-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW  { width:22.75rem;height:15.625rem;top:6.25rem;left:22.5rem; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .radio-container { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW {display:block;}#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW { width:22.75rem;height:15.625rem;top:6.25rem;left:22.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #KnwyXKGbDv8s5hrRp9qMyb2P6zrV1XfI {  }
 }@media only screen and (max-width: 1199px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #Fk9bxD6WkMwGeGGgsTp2LdSgSUavXy9R { display:none; }
 }@media only screen and (max-width: 1199px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #BUa1SaTIsSfWiVSKvG0Zd6TqWLhG7gTp {  }
 }@media only screen and (max-width: 1199px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #fMkg6T1wqOEvIKJ9dT57oyW6zTdBhh8S {  }
 }@media only screen and (max-width: 1199px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #aNHrLlqi7QqOKCstUDL74J0k8I5m2vWD { display:none; }
 }@media only screen and (max-width: 1199px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #wTkThiZFFTuLN6oO3uCZZLdFEs9me7dg {  }
 }@media only screen and (max-width: 1199px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #hJNBShQkW5rtq43tNM0Vvlq0tkFmJApy {  }
 }@media only screen and (max-width: 1199px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #fPRiMgzIHlmMGHAufEhi3ITVAXExcZ4d { display:none; }
 }@media only screen and (max-width: 1199px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #iMOlo1EigwmAfX62dKJeW8XpP2DyCbzO {  }
 }@media only screen and (max-width: 1199px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #nU1sT5I17kiq6vdvxsmFUml7etCnS8BP {  }
 }@media only screen and (max-width: 1199px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #w9wd94rSC4mipT1tNeyRsLK9C7obJaMC {  }
 }@media only screen and (max-width: 1199px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #uXEWRqxCgc8dSiwsOzrJp0OH15VByCr6 {  }
 }@media only screen and (max-width: 1199px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #oT0spOGDDwcfZvtQvKJ9eCLQ6EkuNufW {  }
 }@media only screen and (max-width: 1199px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #T69T4XyWGKEFL4EWkVTKD4Jrl1zqyNgf {  }
 }@media only screen and (max-width: 1199px) { #UdKNrtcqgpmeJOb6t9ofaG0qkGANtChJ { width:28.1875rem;height:3.25rem;top:5.625rem;left:9.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TEM8kt8eDulImr2sS7u2iHoKsLphd5e0 { width:41.75rem;height:15.0625rem;top:15.1875rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FPK02KbRF3hWimECV6GVeeFCmcVUquce { width:17.5625rem;height:2.4375rem;top:4.25rem;left:30.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/XrsuAHcc/LP_Pro_Ace_dostawcze_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89.adaptive-delivery-prevent-bg, #MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89.lazyload, #MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89.lazyloading { background-image: none; }#MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89 > .row .container { background-color: transparent; background-image: none; }#MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89 > .row .container > .video-iframe-container { display: none; }#MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89 > .row > .video-iframe-container { display: none; }#MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89 > .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); }#MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89 > .row .container { width:47.75rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Eak7HyLT6L9Kt6Dti4Khvn0Qfsm16gzO { width:27.5rem;height:21.75rem;top:12.75rem;left:14.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-regular-label { width:28.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-input-text { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-input-text {padding-top: 0; padding-bottom: 0;}#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-textarea { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-input-select { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-input-select {padding-top: 0; padding-bottom: 0;}#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-input-button { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.25rem; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-checkbox-label { width:27.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu  { width:28.5rem;height:auto;top:3.75rem;left:8.375rem; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .radio-container { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu {display:block;}#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu { width:28.5rem;height:auto;top:3.75rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #hIleF78TrUezqopqGslHu7T4gghNWBrl {  }
 }@media only screen and (max-width: 1199px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #T3T3swCItZ8iXkwbXoQ8U610ilWOxaZX { display:block; }
 }@media only screen and (max-width: 1199px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #HebQ0XOClW6CBe3tAxKDZi74oRIgJ6yG {  }
 }@media only screen and (max-width: 1199px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #NN0g900aKCT48c7T7JOk9zRw0vhaomcW {  }
 }@media only screen and (max-width: 1199px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #xSZWTVFzAOCy1l2iZIVhxUw5UXhPQmzW { display:block; }
 }@media only screen and (max-width: 1199px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #q630CCmiiJlNf5dwRPs2pwg69zU10aRZ {  }
 }@media only screen and (max-width: 1199px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #kLeofhvWltrF3cQlcyiDTTIEJS28EMUW {  }
 }@media only screen and (max-width: 1199px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #UICgXAG40ZFIkXZypedEiJOspA6RRsMR { display:block; }
 }@media only screen and (max-width: 1199px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #zHpVEKXXTmQTPrVeIwBtHoNp4dqsg8wU {  }
 }@media only screen and (max-width: 1199px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #BTXwLq7zWQ7SiVcHfaaaqnenl8d6z36v {  }
 }@media only screen and (max-width: 1199px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #XxlIMbVqyhNVata7pbWcAtFQz0RDrAnr { display:block; }
 }@media only screen and (max-width: 1199px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #Zq7O8XtlzBrnt2PQyDV36wz2Hf2bLtz4 {  }
 }@media only screen and (max-width: 1199px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #pTVsQhKPPKEvZMSukZ29TvaEK1q7Unwn {  }
 }@media only screen and (max-width: 1199px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #xTPwVdI6lswXCx0KC8p8VHQ7SRUJvW57 {  }
 }@media only screen and (max-width: 1199px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #W5r5gTgiTI2dNOMGzcfozrdw4guxabTf {  }
 }@media only screen and (max-width: 1199px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #KOK3FKtqerM4Q4av8cgUnRzkGh82CmOg {  }
 }@media only screen and (max-width: 1199px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #R9KTB7NVeGLnN0GaBxPbBazPivNVIN5P {  }
 }@media only screen and (max-width: 1199px) { #uFREQ8uAGMts29Rs0EZIBrnm6q2F83HN { width:47.75rem;height:25.2314453125rem;top:6rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T1pQNDDF7wdaexve3IpP8eSUJBcxzXTI { width:35.5625rem;height:0;top:9.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ayzvkv2merTlIa6rrvrK8IAMKTO8pzxG { width:35.5625rem;height:0;top:11.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PP7xhDnB3FwsQT96zA9JkFdp8QF7nQ37 { width:35.5625rem;height:;top:14.1875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KcWvdsG7cnHqkrCnRVw2OfxZeXWCKL2y { width:35.5625rem;height:0;top:14.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #STpg44HudZGgGcJkPiCklx9NF9nvyIkk { width:27.125rem;height:19.875rem;top:2.0625rem;left:10.3125rem;background-color:rgba(84,84,84,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-regular-label { width:22.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-input-text { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#fdfdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;height:2.1875rem; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-input-text {padding-top: 0; padding-bottom: 0;}#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-textarea { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#fdfdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-input-select { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-input-select {padding-top: 0; padding-bottom: 0;}#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-input-button { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD [class*="-text"]:-moz-placeholder { font-family:"display toyo"; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD [class*="-text"]::-moz-placeholder { font-family:"display toyo"; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD [class*="-text"]:-ms-input-placeholder { font-family:"display toyo"; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD [class*="-text"]::-webkit-input-placeholder { font-family:"display toyo"; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-checkbox-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-family:"display toyo";color:#ffffff; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD  { width:22.75rem;height:auto;top:2.6875rem;left:11.25rem; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .radio-container { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD {display:block;}#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD { width:22.75rem;height:auto;top:2.6875rem;left:11.25rem; }
 }@media only screen and (max-width: 1199px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #ahLpqCumyGvGxtiKyJXplAglkHxBpxTp {  }
 }@media only screen and (max-width: 1199px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #Q7yuNFQ1cncAA5ZqKzG0y3WbP2S9gtC2 { display:none; }
 }@media only screen and (max-width: 1199px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #V6MagtgN6Kqe3W0bJhVB7BCLOJAfmhgT {  }
 }@media only screen and (max-width: 1199px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #QwOqm8zvdSS4KfvZLV79TTZMQ3FR1GLX {  }
 }@media only screen and (max-width: 1199px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #MikDO0kxW67wb54l5CF5ofChdhJamkzK { display:none; }
 }@media only screen and (max-width: 1199px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #XrRnmA4W4CTgwapzbpNPTuOIKJ8iTlbr {  }
 }@media only screen and (max-width: 1199px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #GhUh0Ab4X2LcqRwP8fqeFeaHQM2Tc9iH {  }
 }@media only screen and (max-width: 1199px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #TA9SiKkFevXuQ3by9JZ8hoGT0SEcQKca { display:none; }
 }@media only screen and (max-width: 1199px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #dCip1180WyvocdDw1vPnt4fbsSeQK55E {  }
 }@media only screen and (max-width: 1199px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #m5udbuh1H7cdCcRzMG2zf1mLy5TFOfcd {  }
 }@media only screen and (max-width: 1199px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #W3fSLWITlCTbAQql6BKRMeX4NEVPWT3C {  }
 }@media only screen and (max-width: 1199px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #EOb9NCk7PLwZDZDPxm8Vqblntn0ofw8G {  }
 }@media only screen and (max-width: 1199px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #Xb6D7aCXl7gyTG1r20hq8wBFaHnMDN9l {  }
 }@media only screen and (max-width: 1199px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #F4TAFTZfKX5n616uJalGe3WhcLVMCQLs {  }
 }@media only screen and (max-width: 1199px) { #tcT83sRWfB4e3mqNyCaUTdJwTGFUg641 { display:block; }#tcT83sRWfB4e3mqNyCaUTdJwTGFUg641 > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #N9K007mkcaH1a3uPut4vvOXMcQmpggUn { width:46.6875rem;height:1.625rem;top:1.25rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hwBRnbcVgzvAr53gl57ocT6KnK53qOBP { width:14.1875rem;height:2.5625rem;top:6.1875rem;left:16.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y8e9kUFvzdgviyMKDWJWtgbwPwU4I92a { display:block; }
 }@media only screen and (max-width: 1199px) { #S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly { display:block; }#S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly > .row .container { width:47.75rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bQiP1kpXK2g21R2JVMh5pZXv3vADhuli { width:20.3125rem;height:1.4625rem;top:2.875rem;left:26.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HseR2Np1PKy9APof9tpiL2CkuU0pVELW { width:21.6875rem;height:6.25625rem;top:5.6875rem;left:26.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJbgdvlvUPrLHQaQSsPkudmZgD04ZEih { width:12.375rem;height:1.875rem;top:12.8125rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV { display:block; }#IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV > .row .container { width:47.75rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KQWSk8sNJMPOS4IDZZ38TzrGO7D5EC8Q { width:18.625rem;height:1.4625rem;top:2.1875rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VOwzBe83v3yblpkB82QVXSCs3qxvG2JA { width:22.5625rem;height:6.25625rem;top:5.28125rem;left:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #or27QGXANzfUTIx99RqsxntPUpHrhki7 { width:10.8125rem;height:1.625rem;top:14.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5 { display:block; }#Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5 > .row .container { width:47.75rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #S0Zg17Ci8tuCT04TdqHste7qprF9qkNz { width:21.25rem;height:3.25rem;top:2.1875rem;left:25.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vgvxn9mTpyLEN2fbtvfpT3oMFyTLIzsc { width:21.875rem;height:6.25625rem;top:6.5rem;left:25.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nnqzMryv9I1qgvwVoCVxdOG3ImDLt8Dm { width:10.8125rem;height:1.625rem;top:14rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #utXdTICWqFBtV83B4EJWtCouTyLVK1FA { display:block; }#utXdTICWqFBtV83B4EJWtCouTyLVK1FA > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fK1MIww6JAsvD7kq4e0LKxorEpoQ2oGB { width:5.625rem;height:2.8125rem;top:3.21875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DPdwsbMp4ylN4dynDrxx9kSNOm5DPnek { width:3.375rem;height:3.375rem;top:2.9375rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UlGWSAg55pyScupM7bzlOCk52R8cakg9 { width:3.375rem;height:3.375rem;top:2.9375rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d92l3dWgroo4pwQ4Iz0a43tuPbAxbkC1 { width:3.375rem;height:3.125rem;top:11.71875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uLP1VCTD0TGG2dOlBOkCPrtgxhWgMWnR { width:2.875rem;height:3.125rem;top:11.71875rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aJHJuNwfCSeBOuSqSSVzTkJgVm96ZUDd { width:12.5rem;height:1.95rem;top:7.875rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ETdFRCFM5wodLXhLK9pCGT56a7EngC3W { width:12.5rem;height:1.95rem;top:7.875rem;left:17.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yolsb1UIR4GPahuIwkVPrOUNzm8Q0pNK { width:12.5rem;height:1.95rem;top:7.875rem;left:30.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GOZfbi711FC7vFVIkOKnGHzr3h88Tqzw { width:12.5rem;height:1.95rem;top:16.125rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MIX13EaP5882D3zgxXiShROsW3ayGHDJ { width:11.625rem;height:2.1rem;top:16.0625rem;left:25.0625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #tysyl0Lq3sH7q3wKzV8JlEwgAHOLFv7W { display:block; }#tysyl0Lq3sH7q3wKzV8JlEwgAHOLFv7W > .row .container { width:47.75rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oeGRDveHxbOdo8o7N4q7E1hteIMavBnJ { width:39.875rem;height:3.25rem;top:0.625rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ncMhgGlnwrbJqGG9idJzFJmH0Pl5y8g8 { width:27.125rem;height:19.25rem;top:4.6875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-regular-label { width:22.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-input-text { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-input-text {padding-top: 0; padding-bottom: 0;}#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-textarea { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-input-select { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-input-select {padding-top: 0; padding-bottom: 0;}#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-input-button { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-checkbox-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W  { width:22.75rem;height:auto;top:5.1875rem;left:11.25rem; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .radio-container { width:22.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W {display:block;}#RuxL9V76twPJfVt5onOcF7I7e1vsg41W { width:22.75rem;height:auto;top:5.1875rem;left:11.25rem; }
 }@media only screen and (max-width: 1199px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #PTOlpcNKEhMTLPwb7V7tVLFcIqXDwGCb {  }
 }@media only screen and (max-width: 1199px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #xQnsHhzW3t31Rwd4igGTdQZVICm2krNJ { display:none; }
 }@media only screen and (max-width: 1199px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #iaKRA7hfTmwFBndvw0vcgsVvWr0A6kdw {  }
 }@media only screen and (max-width: 1199px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #LpKTdyfF88zZJmfAG458KKSCQe5FEaMH {  }
 }@media only screen and (max-width: 1199px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #CXv1UbGSRBS3d7cU6TLhMvoGf2Nodxo7 { display:none; }
 }@media only screen and (max-width: 1199px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #wMGm60rTzr38TA62Xs6TmAsii674CG7L {  }
 }@media only screen and (max-width: 1199px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #OPyuCCfG3kTyIwTh2Lk8FsFahDyZXFEW {  }
 }@media only screen and (max-width: 1199px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #SvkBAlAs9drsnREWxTLdLkBPw3oI7gAt { display:none; }
 }@media only screen and (max-width: 1199px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #FmGdHK5G5ZayQZi2403fBZv5qDdHKMWq {  }
 }@media only screen and (max-width: 1199px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #a7Q7ymzO4ThdHBpv11Q2VwDcQ6mgDl1r {  }
 }@media only screen and (max-width: 1199px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #RAknltArCXdXNy9J3SVUoItyM5PCtVKf {  }
 }@media only screen and (max-width: 1199px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #qP0x5O18WTg4x7y6iKIOVghGwAqXkc8k {  }
 }@media only screen and (max-width: 1199px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #JhynFQl8bly7IbwoTay41C8ZspNmvpyq {  }
 }@media only screen and (max-width: 1199px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #IhsxqZAfOtyHXuxUo2J1qzX9Z77PrZBw {  }
 }@media only screen and (max-width: 1199px) { #yfPO8MslRewTFybobMNH0CZQmdrnIB3V { display:block; }#yfPO8MslRewTFybobMNH0CZQmdrnIB3V > .row .container { width:47.75rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HChFSsuoODZCqNgXPG2n1fz1WvfIITbM { width:8.125rem;height:1.4375rem;top:1.125rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FqhN4yF5Au79XgHFaZUn0TnnsEGTEZfe { width:46.0625rem;height:1.17395625rem;top:3.59375rem;left:0.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SwTEir1RoJytwRzkW8q7Kwgb58Vx4mM8 { width:46.0625rem;height:1.17395625rem;top:3.59375rem;left:0.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #indGGXbuidWecfiuWgZG5Z6colaI0trQ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/b3iRpZ85/Untitled_2_01.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ.adaptive-delivery-prevent-bg, #indGGXbuidWecfiuWgZG5Z6colaI0trQ.lazyload, #indGGXbuidWecfiuWgZG5Z6colaI0trQ.lazyloading { background-image: none; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container { background-color: transparent; background-image: none; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container > .video-iframe-container { display: none; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row > .video-iframe-container { display: none; }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#indGGXbuidWecfiuWgZG5Z6colaI0trQ > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KU6cG8cy19MubvKA4AkuVzFJJJnEotAt { width:20rem;height:21.75rem;top:1.625rem;left:0rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;height:2.125rem; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.1875rem; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-input-button { width:7.875rem;margin-top:0.25rem;margin-right:2.625rem;margin-bottom:0.25rem;margin-left:4.8125rem; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2  { width:17.5rem;height:19.1875rem;top:1.625rem;left:0rem; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 {display:block;}#VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 { width:17.5rem;height:19.1875rem;top:1.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #wbynAH1xxTlJ1DTubHBTq3mdBBKPLFPv {  }
 }@media only screen and (max-width: 763px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #nJB5akLXpacE3wana8wcWc2GOHZcmIwg { display:block; }
 }@media only screen and (max-width: 763px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #TfkTrqJbficI94oyJ0qMfK53fP9sQUeX {  }
 }@media only screen and (max-width: 763px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #EPFfq0iIeQHAyfyhb3AptVBLKSdxTU3k {  }
 }@media only screen and (max-width: 763px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #QoS7OpvTOUI9wkAv6UGJ7TsmTE1pPqgE { display:block; }
 }@media only screen and (max-width: 763px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #dM3FKm6LAQ2TlL2mOFZKZNmO6N0nTCxW {  }
 }@media only screen and (max-width: 763px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #dG8mvN2bS1TnG7oGf70h9F2iusnQqMb3 {  }
 }@media only screen and (max-width: 763px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #StUGwglOT70RyByhmqwHORdn87pJBFtg { display:block; }
 }@media only screen and (max-width: 763px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #JfEqrJ3d1sVfvUmKHEDmkgT3E4lsK0d0 {  }
 }@media only screen and (max-width: 763px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #JO09TUBTACEUfieDIUmtqlNktE186O6Q {  }
 }@media only screen and (max-width: 763px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #wG914SzzpdL3ydOgNqwyRc8APOBXHPq8 { display:block; }
 }@media only screen and (max-width: 763px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #dmdmyB4l88yUPkmOR3yVLKKVNvvQ82UC {  }
 }@media only screen and (max-width: 763px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #zEt9zpWp28zad9fbu8vbvRLmgmvAPQmg {  }
 }@media only screen and (max-width: 763px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #Kx9pGL47Iu40uFfgeJRo1Jn50C44vxB6 {  }
 }@media only screen and (max-width: 763px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #XxQX57wTyOtSeyfNJlNTTVFG3FEc1Gay {  }
 }@media only screen and (max-width: 763px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #xtQqdimilsVfp7dn1DzV006s2MF4wMq2 {  }
 }@media only screen and (max-width: 763px) { #VfGd7SpBItUmPty7uTHmR2U86e9wwVa2 #aHk8KJ7ERIZOmxsuGvBkTTzQL4O2tlJE {  }
 }@media only screen and (max-width: 763px) { #cQIR0abCVCItTNqXTLDhkukh0FHbCVxG { width:10.125rem;height:1.9375rem;top:1.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXOITJNWQ6Lr3h6sr0cAXHUTmUSbHQhK { width:20rem;height:0;top:36.2548828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFiRFee95ARgFzVRPkfGhPoeCHrO1cwO { width:20rem;height:19.5625rem;top:3.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-input-text {padding-top: 0; padding-bottom: 0;}#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-input-select {padding-top: 0; padding-bottom: 0;}#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW  { width:17.5rem;height:15.625rem;top:6.25rem;left:0rem; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW {display:block;}#mftXMWknPnZnOR6d2dgUuGM90CDxAQmW { width:17.5rem;height:15.625rem;top:6.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #KnwyXKGbDv8s5hrRp9qMyb2P6zrV1XfI {  }
 }@media only screen and (max-width: 763px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #Fk9bxD6WkMwGeGGgsTp2LdSgSUavXy9R { display:none; }
 }@media only screen and (max-width: 763px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #BUa1SaTIsSfWiVSKvG0Zd6TqWLhG7gTp {  }
 }@media only screen and (max-width: 763px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #fMkg6T1wqOEvIKJ9dT57oyW6zTdBhh8S {  }
 }@media only screen and (max-width: 763px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #aNHrLlqi7QqOKCstUDL74J0k8I5m2vWD { display:none; }
 }@media only screen and (max-width: 763px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #wTkThiZFFTuLN6oO3uCZZLdFEs9me7dg {  }
 }@media only screen and (max-width: 763px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #hJNBShQkW5rtq43tNM0Vvlq0tkFmJApy {  }
 }@media only screen and (max-width: 763px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #fPRiMgzIHlmMGHAufEhi3ITVAXExcZ4d { display:none; }
 }@media only screen and (max-width: 763px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #iMOlo1EigwmAfX62dKJeW8XpP2DyCbzO {  }
 }@media only screen and (max-width: 763px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #nU1sT5I17kiq6vdvxsmFUml7etCnS8BP {  }
 }@media only screen and (max-width: 763px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #w9wd94rSC4mipT1tNeyRsLK9C7obJaMC {  }
 }@media only screen and (max-width: 763px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #uXEWRqxCgc8dSiwsOzrJp0OH15VByCr6 {  }
 }@media only screen and (max-width: 763px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #oT0spOGDDwcfZvtQvKJ9eCLQ6EkuNufW {  }
 }@media only screen and (max-width: 763px) { #mftXMWknPnZnOR6d2dgUuGM90CDxAQmW #T69T4XyWGKEFL4EWkVTKD4Jrl1zqyNgf {  }
 }@media only screen and (max-width: 763px) { #UdKNrtcqgpmeJOb6t9ofaG0qkGANtChJ { width:17.625rem;height:7.5625rem;top:7.1298828125rem;left:1.1875rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TEM8kt8eDulImr2sS7u2iHoKsLphd5e0 { width:20rem;height:7.21484375rem;top:19.4423828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPK02KbRF3hWimECV6GVeeFCmcVUquce { width:17.5625rem;height:auto;top:4.25rem;left:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/XrsuAHcc/LP_Pro_Ace_dostawcze_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89.adaptive-delivery-prevent-bg, #MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89.lazyload, #MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89.lazyloading { background-image: none; }#MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89 > .row .container { background-color: transparent; background-image: none; }#MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89 > .row .container > .video-iframe-container { display: none; }#MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89 > .row > .video-iframe-container { display: none; }#MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89 > .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); }#MauXLr5rbRdb5ZKLDgsdc3BGSwL9yy89 > .row .container { width:20rem;height:23.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eak7HyLT6L9Kt6Dti4Khvn0Qfsm16gzO { width:20rem;height:21.75rem;top:23.3125rem;left:0rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;height:2.125rem; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-input-text {padding-top: 0; padding-bottom: 0;}#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.1875rem; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-input-select {padding-top: 0; padding-bottom: 0;}#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-input-button { width:7.875rem;margin-top:0.25rem;margin-right:2.625rem;margin-bottom:0.25rem;margin-left:4.8125rem; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu  { width:17.5rem;height:19.1875rem;top:1.625rem;left:0rem; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu {display:block;}#T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu { width:17.5rem;height:19.1875rem;top:1.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #hIleF78TrUezqopqGslHu7T4gghNWBrl {  }
 }@media only screen and (max-width: 763px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #T3T3swCItZ8iXkwbXoQ8U610ilWOxaZX { display:block; }
 }@media only screen and (max-width: 763px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #HebQ0XOClW6CBe3tAxKDZi74oRIgJ6yG {  }
 }@media only screen and (max-width: 763px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #NN0g900aKCT48c7T7JOk9zRw0vhaomcW {  }
 }@media only screen and (max-width: 763px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #xSZWTVFzAOCy1l2iZIVhxUw5UXhPQmzW { display:block; }
 }@media only screen and (max-width: 763px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #q630CCmiiJlNf5dwRPs2pwg69zU10aRZ {  }
 }@media only screen and (max-width: 763px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #kLeofhvWltrF3cQlcyiDTTIEJS28EMUW {  }
 }@media only screen and (max-width: 763px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #UICgXAG40ZFIkXZypedEiJOspA6RRsMR { display:block; }
 }@media only screen and (max-width: 763px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #zHpVEKXXTmQTPrVeIwBtHoNp4dqsg8wU {  }
 }@media only screen and (max-width: 763px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #BTXwLq7zWQ7SiVcHfaaaqnenl8d6z36v {  }
 }@media only screen and (max-width: 763px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #XxlIMbVqyhNVata7pbWcAtFQz0RDrAnr { display:block; }
 }@media only screen and (max-width: 763px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #Zq7O8XtlzBrnt2PQyDV36wz2Hf2bLtz4 {  }
 }@media only screen and (max-width: 763px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #pTVsQhKPPKEvZMSukZ29TvaEK1q7Unwn {  }
 }@media only screen and (max-width: 763px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #xTPwVdI6lswXCx0KC8p8VHQ7SRUJvW57 {  }
 }@media only screen and (max-width: 763px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #W5r5gTgiTI2dNOMGzcfozrdw4guxabTf {  }
 }@media only screen and (max-width: 763px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #KOK3FKtqerM4Q4av8cgUnRzkGh82CmOg {  }
 }@media only screen and (max-width: 763px) { #T9F0kgOx3kiZVMB6KgqRHBkdNP8RWzXu #R9KTB7NVeGLnN0GaBxPbBazPivNVIN5P {  }
 }@media only screen and (max-width: 763px) { #uFREQ8uAGMts29Rs0EZIBrnm6q2F83HN { width:20rem;height:10.568421052632rem;top:18.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1pQNDDF7wdaexve3IpP8eSUJBcxzXTI { width:20rem;height:0;top:30.005921052632rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ayzvkv2merTlIa6rrvrK8IAMKTO8pzxG { width:20rem;height:0;top:32.505921052632rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PP7xhDnB3FwsQT96zA9JkFdp8QF7nQ37 { width:20rem;height:0;top:14.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcWvdsG7cnHqkrCnRVw2OfxZeXWCKL2y { width:20rem;height:0;top:35.005921052632rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #STpg44HudZGgGcJkPiCklx9NF9nvyIkk { width:20rem;height:20.0625rem;top:2.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .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; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-input-text {padding-top: 0; padding-bottom: 0;}#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-input-select {padding-top: 0; padding-bottom: 0;}#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD  { width:17.5rem;height:auto;top:2.09375rem;left:0rem; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD {display:block;}#yv5i6EZPhq7lkG4vu3aytNsrBQzArksD { width:17.5rem;height:auto;top:2.09375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #ahLpqCumyGvGxtiKyJXplAglkHxBpxTp {  }
 }@media only screen and (max-width: 763px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #Q7yuNFQ1cncAA5ZqKzG0y3WbP2S9gtC2 { display:none; }
 }@media only screen and (max-width: 763px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #V6MagtgN6Kqe3W0bJhVB7BCLOJAfmhgT {  }
 }@media only screen and (max-width: 763px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #QwOqm8zvdSS4KfvZLV79TTZMQ3FR1GLX {  }
 }@media only screen and (max-width: 763px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #MikDO0kxW67wb54l5CF5ofChdhJamkzK { display:none; }
 }@media only screen and (max-width: 763px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #XrRnmA4W4CTgwapzbpNPTuOIKJ8iTlbr {  }
 }@media only screen and (max-width: 763px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #GhUh0Ab4X2LcqRwP8fqeFeaHQM2Tc9iH {  }
 }@media only screen and (max-width: 763px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #TA9SiKkFevXuQ3by9JZ8hoGT0SEcQKca { display:none; }
 }@media only screen and (max-width: 763px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #dCip1180WyvocdDw1vPnt4fbsSeQK55E {  }
 }@media only screen and (max-width: 763px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #m5udbuh1H7cdCcRzMG2zf1mLy5TFOfcd {  }
 }@media only screen and (max-width: 763px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #W3fSLWITlCTbAQql6BKRMeX4NEVPWT3C {  }
 }@media only screen and (max-width: 763px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #EOb9NCk7PLwZDZDPxm8Vqblntn0ofw8G {  }
 }@media only screen and (max-width: 763px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #Xb6D7aCXl7gyTG1r20hq8wBFaHnMDN9l {  }
 }@media only screen and (max-width: 763px) { #yv5i6EZPhq7lkG4vu3aytNsrBQzArksD #F4TAFTZfKX5n616uJalGe3WhcLVMCQLs {  }
 }@media only screen and (max-width: 763px) { #tcT83sRWfB4e3mqNyCaUTdJwTGFUg641 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/j81hCMot/Artboard_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tcT83sRWfB4e3mqNyCaUTdJwTGFUg641.adaptive-delivery-prevent-bg, #tcT83sRWfB4e3mqNyCaUTdJwTGFUg641.lazyload, #tcT83sRWfB4e3mqNyCaUTdJwTGFUg641.lazyloading { background-image: none; }#tcT83sRWfB4e3mqNyCaUTdJwTGFUg641 > .row .container { background-color: transparent; background-image: none; }#tcT83sRWfB4e3mqNyCaUTdJwTGFUg641::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcT83sRWfB4e3mqNyCaUTdJwTGFUg641 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcT83sRWfB4e3mqNyCaUTdJwTGFUg641 > .row .container > .video-iframe-container { display: none; }#tcT83sRWfB4e3mqNyCaUTdJwTGFUg641 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcT83sRWfB4e3mqNyCaUTdJwTGFUg641 > .row > .video-iframe-container { display: none; }#tcT83sRWfB4e3mqNyCaUTdJwTGFUg641 > .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); }#tcT83sRWfB4e3mqNyCaUTdJwTGFUg641 > .row .container { width:20rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9K007mkcaH1a3uPut4vvOXMcQmpggUn { width:20rem;height:4.05rem;top:1.25rem;left:0rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hwBRnbcVgzvAr53gl57ocT6KnK53qOBP { width:14.1875rem;height:2.5625rem;top:12.9375rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8e9kUFvzdgviyMKDWJWtgbwPwU4I92a { display:block; }
 }@media only screen and (max-width: 763px) { #S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ACfFkykj/Artboard_1_copy_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly.adaptive-delivery-prevent-bg, #S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly.lazyload, #S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly.lazyloading { background-image: none; }#S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly > .row .container { background-color: transparent; background-image: none; }#S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly > .row .container > .video-iframe-container { display: none; }#S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly > .row > .video-iframe-container { display: none; }#S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly > .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); }#S0CiS7uJINbEr0FHeAWCFnWbrk7bwZly > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQiP1kpXK2g21R2JVMh5pZXv3vADhuli { width:20rem;height:1.4625rem;top:1.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HseR2Np1PKy9APof9tpiL2CkuU0pVELW { width:20rem;height:7.15rem;top:3.5625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJbgdvlvUPrLHQaQSsPkudmZgD04ZEih { width:12.375rem;height:1.875rem;top:11.1875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/RzNYvcEY/Artboard_1_copy_3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV.adaptive-delivery-prevent-bg, #IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV.lazyload, #IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV.lazyloading { background-image: none; }#IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV > .row .container { background-color: transparent; background-image: none; }#IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV > .row .container > .video-iframe-container { display: none; }#IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV > .row > .video-iframe-container { display: none; }#IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV > .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); }#IJmR7nvNgtfH4RBaTI4AF9IHoRhmswPV > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQWSk8sNJMPOS4IDZZ38TzrGO7D5EC8Q { width:20rem;height:1.54375rem;top:0.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VOwzBe83v3yblpkB82QVXSCs3qxvG2JA { width:20rem;height:6.25625rem;top:2.8125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #or27QGXANzfUTIx99RqsxntPUpHrhki7 { width:12.375rem;height:1.875rem;top:10.4375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/jHERLtBz/Artboard_1_copy_5.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5.adaptive-delivery-prevent-bg, #Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5.lazyload, #Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5.lazyloading { background-image: none; }#Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5 > .row .container { background-color: transparent; background-image: none; }#Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5 > .row .container > .video-iframe-container { display: none; }#Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5 > .row > .video-iframe-container { display: none; }#Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5 > .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); }#Ggr7ac8AHbofFcgP3Agv14PCWb0P5fQ5 > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0Zg17Ci8tuCT04TdqHste7qprF9qkNz { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vgvxn9mTpyLEN2fbtvfpT3oMFyTLIzsc { width:20rem;height:7.15rem;top:5.4375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nnqzMryv9I1qgvwVoCVxdOG3ImDLt8Dm { width:12.375rem;height:1.875rem;top:13.875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utXdTICWqFBtV83B4EJWtCouTyLVK1FA { display:block; }#utXdTICWqFBtV83B4EJWtCouTyLVK1FA > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fK1MIww6JAsvD7kq4e0LKxorEpoQ2oGB { width:5.625rem;height:2.8125rem;top:2.5rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPdwsbMp4ylN4dynDrxx9kSNOm5DPnek { width:3.375rem;height:3.375rem;top:10.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlGWSAg55pyScupM7bzlOCk52R8cakg9 { width:3.375rem;height:3.375rem;top:2.21875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d92l3dWgroo4pwQ4Iz0a43tuPbAxbkC1 { width:3.375rem;height:3.125rem;top:10.9375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLP1VCTD0TGG2dOlBOkCPrtgxhWgMWnR { width:2.875rem;height:3.125rem;top:18.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJHJuNwfCSeBOuSqSSVzTkJgVm96ZUDd { width:7.4375rem;height:2.68125rem;top:6.8125rem;left:1.84375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETdFRCFM5wodLXhLK9pCGT56a7EngC3W { width:9.8125rem;height:2.68125rem;top:6.8125rem;left:10.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yolsb1UIR4GPahuIwkVPrOUNzm8Q0pNK { width:9.5rem;height:1.7875rem;top:14.875rem;left:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOZfbi711FC7vFVIkOKnGHzr3h88Tqzw { width:9.75rem;height:1.7875rem;top:14.875rem;left:9.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIX13EaP5882D3zgxXiShROsW3ayGHDJ { width:12.375rem;height:1.925rem;top:22.0625rem;left:3.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tysyl0Lq3sH7q3wKzV8JlEwgAHOLFv7W { display:block; }#tysyl0Lq3sH7q3wKzV8JlEwgAHOLFv7W > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeGRDveHxbOdo8o7N4q7E1hteIMavBnJ { width:20rem;height:4.14375rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncMhgGlnwrbJqGG9idJzFJmH0Pl5y8g8 { width:20rem;height:20rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-input-text {padding-top: 0; padding-bottom: 0;}#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-input-select {padding-top: 0; padding-bottom: 0;}#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W  { width:17.5rem;height:auto;top:6.5rem;left:0rem; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuxL9V76twPJfVt5onOcF7I7e1vsg41W {display:block;}#RuxL9V76twPJfVt5onOcF7I7e1vsg41W { width:17.5rem;height:auto;top:6.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #PTOlpcNKEhMTLPwb7V7tVLFcIqXDwGCb {  }
 }@media only screen and (max-width: 763px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #xQnsHhzW3t31Rwd4igGTdQZVICm2krNJ { display:none; }
 }@media only screen and (max-width: 763px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #iaKRA7hfTmwFBndvw0vcgsVvWr0A6kdw {  }
 }@media only screen and (max-width: 763px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #LpKTdyfF88zZJmfAG458KKSCQe5FEaMH {  }
 }@media only screen and (max-width: 763px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #CXv1UbGSRBS3d7cU6TLhMvoGf2Nodxo7 { display:none; }
 }@media only screen and (max-width: 763px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #wMGm60rTzr38TA62Xs6TmAsii674CG7L {  }
 }@media only screen and (max-width: 763px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #OPyuCCfG3kTyIwTh2Lk8FsFahDyZXFEW {  }
 }@media only screen and (max-width: 763px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #SvkBAlAs9drsnREWxTLdLkBPw3oI7gAt { display:none; }
 }@media only screen and (max-width: 763px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #FmGdHK5G5ZayQZi2403fBZv5qDdHKMWq {  }
 }@media only screen and (max-width: 763px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #a7Q7ymzO4ThdHBpv11Q2VwDcQ6mgDl1r {  }
 }@media only screen and (max-width: 763px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #RAknltArCXdXNy9J3SVUoItyM5PCtVKf {  }
 }@media only screen and (max-width: 763px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #qP0x5O18WTg4x7y6iKIOVghGwAqXkc8k {  }
 }@media only screen and (max-width: 763px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #JhynFQl8bly7IbwoTay41C8ZspNmvpyq {  }
 }@media only screen and (max-width: 763px) { #RuxL9V76twPJfVt5onOcF7I7e1vsg41W #IhsxqZAfOtyHXuxUo2J1qzX9Z77PrZBw {  }
 }@media only screen and (max-width: 763px) { #yfPO8MslRewTFybobMNH0CZQmdrnIB3V { display:block; }#yfPO8MslRewTFybobMNH0CZQmdrnIB3V > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HChFSsuoODZCqNgXPG2n1fz1WvfIITbM { width:8.625rem;height:1.5625rem;top:2.0625rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqhN4yF5Au79XgHFaZUn0TnnsEGTEZfe { width:20rem;height:4.1rem;top:10.956249237061rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SwTEir1RoJytwRzkW8q7Kwgb58Vx4mM8 { width:13.375rem;height:3.35rem;top:5.75rem;left:3.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }