.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:255,250,215;--color-secondary-1:255,239,136;--color-secondary-2:255,228,56;--color-secondary-3:255,242,0;--color-secondary-4:51,46,11;--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:"Display TOYO";--paragraphs-font-family:"ToyotaType"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#5ce1e6;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); }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { background-color: transparent; background-image: none; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container > .video-iframe-container { display: none; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row > .video-iframe-container { display: none; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .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); }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { border-width: 0; border-radius: 0; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:5.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#rNBSLmdZOkwqlsd0ngmD74tKTyQhLDy6 { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:12.5625rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
#EWGCp9U5BbS3l32nAVn73LfeDgM0CUaS { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:9.9375rem;top:0rem;left:14.0625rem;overflow:hidden;display:block; }
#doMq7RHFgpdEKW91g9swLLiKVwvJSbNr { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:2.005859375rem;left:53.25rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#JRwpztmUCTozlbev9UET918G1UIqSxoc { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:1.5rem;left:62.8125rem;overflow:hidden;display:block; }
#I67rNtakxk18ETbfKdtgzIQdMw265Tsp { color:#282830;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:1.9375rem;left:66.1875rem;height:1.4433625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vz5p5nVRPTmN098IOT6fTh1ASO19MN6V { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top: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:4.125rem;width:8.125rem;top:0.59375rem;left:23.75rem;overflow:hidden;display:block; }
#fTAE0iwTeITga1Tg4rbUnICzBgiUoa8C { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#04708c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.78125rem;left:44.4375rem;display:block; }
#DBJD3xyANGTGHvlbMfOVikPIcepZsE9n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bTx0dTH8dFpE0r5xxJFRmrgZcnlFibp9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ff001a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.78125rem;left:35.75rem;display:block; }
#FOtWBUWDwHwHIvFMu4Kv062XntqcMBCT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282830;background-image:url("https://images.assets-landingi.com/uc/8cac1701-7e58-4c7c-926f-f08ff11276b8/autazastepczeLANDINGELEMENTYGRAFICZNE5.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN.adaptive-delivery-prevent-bg, #dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN.lazyload, #dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN.lazyloading { background-image: none; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container { background-color: transparent; background-image: none; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container > .video-iframe-container { display: none; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row > .video-iframe-container { display: none; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .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); }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container { border-width: 0; border-radius: 0; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:75rem;position:relative;display:block; }#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-form-header {  }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .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:22.5625rem;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; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/3852909e-e1af-4330-884c-17b202c7f6be/poz1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5625rem;box-sizing:border-box;height:3.125rem;color:#cecfd0;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:400;font-style:normal;line-height:.9;text-align:center;text-align-last:center; }#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text.adaptive-delivery-prevent-bg, #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text.lazyload, #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text.lazyloading { background-image: none; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text {padding-top: 0; padding-bottom: 0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/3852909e-e1af-4330-884c-17b202c7f6be/poz1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5625rem;box-sizing:border-box;height:4.375rem;color:#cecfd0;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:400;font-style:normal;line-height:.9;text-align:center;text-align-last:center; }#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-textarea.adaptive-delivery-prevent-bg, #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-textarea.lazyload, #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-textarea.lazyloading { background-image: none; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #e1e4eb;border-left:0.0625rem solid #e1e4eb;border-right:0.0625rem solid #e1e4eb;border-bottom:0.0625rem solid #e1e4eb;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5625rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:var(--headlines-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-select {padding-top: 0; padding-bottom: 0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .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:#fffd04;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.8125rem;font-weight:bold;color:rgba(var(--color-primary-4),1);width:22.5625rem;height:2.9375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC [class*="-text"]:-moz-placeholder { color:#6f6f74;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC [class*="-text"]::-moz-placeholder { color:#6f6f74;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC [class*="-text"]:-ms-input-placeholder { color:#6f6f74;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC [class*="-text"]::-webkit-input-placeholder { color:#6f6f74;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .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:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;color:#d5d5d5;vertical-align:top;width:21.5rem;overflow:hidden;font-style:normal;float:none; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .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; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container:first-of-type{padding-top:0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container:last-of-type{padding-bottom:0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15023;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.375rem;left:49.9375rem; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5625rem;display:block;vertical-align:top; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .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; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC {display:block;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15023;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.375rem;left:49.9375rem; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #KpqmzA95HPguPJwbLN9M3qm7uSAs3mpk { position:relative;z-index:1; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #zdREVHNe3JCXWl56usMn3T9WOpqn9Ogu { position:relative;display:none; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #bXmAUsqkJHVW95ilL4fTQDzmI7Zqfuz9 { position:relative; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #XESK3b0wsfKoauHCbqcanhkdzlUBrBHT { position:relative;z-index:1; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #fiiLvA99uzGU2EhzzSpGgv4T57ZzcnuP { position:relative;display:none; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #M18piGCcQks91vHQ6XWUTby66hUUSesC { position:relative; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #ERATvbgXnh8zRg61cP6ozM3DvT7eMC5x { position:relative;z-index:1; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #Ql9aEuDdIpOHCG2nboFRaDKqwJbEoZ8g { position:relative;display:none; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #UCtzp5Tv14oP54UEAKIL9mR7DRg8kevM { position:relative; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #RNa5WvVkNRrQU6N2Nz8KlT2THvSNffN0 { position:relative; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #A84PPiKg1R95642C99rmbfAqKzQZFL6N { position:relative;display:none; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #JzveMQDSkEGCxBliquqSskTqeaHvK3IT { position:relative; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #HU2pLx8B9P1Ocz086zNsUINOufzSKc2t { position:relative;z-index:1; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #kc9JZum9fDqbEcEUrtc1nJWPtEuADIp4 { position:relative;z-index:2; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #wfgGqaSHHX4wdkTwZhhMBcxmxuQcPlHo { position:relative; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #f9fVy2wCcFkLzaBHqEBKTzBDvBBWS5PT { position:relative;z-index:1; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #mtfLMuJ35nlNo8UmxJ9h16no6iTRE9G6 { position:relative; }
#BNTfOovdmGIOhpAnPzJzTPXW6TUqnZBC { box-sizing:content-box;height:35rem;width:25.125rem;position:absolute;display:block;z-index:15010;background-color:#ff0022;background-image:none;top:2.9375rem;left:49.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#tZ7rdTSSE5bgyxxXJMB6U2qouhHnwT8k { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6860625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:4.875rem;left:52.125rem;height:3.574225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oZTUsqWmJCSdVWSgOU9BZkx2T5qcMieT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:4.5625rem;display:none; }
#NGSdbvTsnlTQopL8muv8zx8tVBQTcZ6G { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:45.5625rem;top:15.0625rem;left:0rem;overflow:hidden;display:block; }
#buwp7RHgnUw5JIixR5afrCeJbhiLPRKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0022;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; }#buwp7RHgnUw5JIixR5afrCeJbhiLPRKJ > .row .container { background-color: transparent; background-image: none; }#buwp7RHgnUw5JIixR5afrCeJbhiLPRKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buwp7RHgnUw5JIixR5afrCeJbhiLPRKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buwp7RHgnUw5JIixR5afrCeJbhiLPRKJ > .row .container > .video-iframe-container { display: none; }#buwp7RHgnUw5JIixR5afrCeJbhiLPRKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buwp7RHgnUw5JIixR5afrCeJbhiLPRKJ > .row > .video-iframe-container { display: none; }#buwp7RHgnUw5JIixR5afrCeJbhiLPRKJ > .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); }#buwp7RHgnUw5JIixR5afrCeJbhiLPRKJ > .row .container { border-width: 0; border-radius: 0; }#buwp7RHgnUw5JIixR5afrCeJbhiLPRKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#buwp7RHgnUw5JIixR5afrCeJbhiLPRKJ > .row .container { font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;position:relative;display:block; }#WF8JvkReOnGcindc8WJ7iDFWffy0ucWV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282830;background-image:url("https://images.assets-landingi.com/uc/b97c9dea-211d-4d19-9ad7-8ef0e61d4b06/autazastepczeLANDINGELEMENTYGRAFICZNE2.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; }#WF8JvkReOnGcindc8WJ7iDFWffy0ucWV.adaptive-delivery-prevent-bg, #WF8JvkReOnGcindc8WJ7iDFWffy0ucWV.lazyload, #WF8JvkReOnGcindc8WJ7iDFWffy0ucWV.lazyloading { background-image: none; }#WF8JvkReOnGcindc8WJ7iDFWffy0ucWV > .row .container { background-color: transparent; background-image: none; }#WF8JvkReOnGcindc8WJ7iDFWffy0ucWV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WF8JvkReOnGcindc8WJ7iDFWffy0ucWV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WF8JvkReOnGcindc8WJ7iDFWffy0ucWV > .row .container > .video-iframe-container { display: none; }#WF8JvkReOnGcindc8WJ7iDFWffy0ucWV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WF8JvkReOnGcindc8WJ7iDFWffy0ucWV > .row > .video-iframe-container { display: none; }#WF8JvkReOnGcindc8WJ7iDFWffy0ucWV > .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); }#WF8JvkReOnGcindc8WJ7iDFWffy0ucWV > .row .container { border-width: 0; border-radius: 0; }#WF8JvkReOnGcindc8WJ7iDFWffy0ucWV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WF8JvkReOnGcindc8WJ7iDFWffy0ucWV > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#dLo6KJyTKQwF5TFVhzS5kCAcpeKZPmQh { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:23.875rem;width:34.75rem;top:2.9375rem;left:29.76708984375rem;overflow:hidden;display:block; }
#xvsAcbs2nDE5tlURN1FF4TDK8wHvTE04 { box-sizing:content-box;height:34.9375rem;width:26.625rem;position:absolute;display:block;z-index:15013;background-color:#04708c;background-image:none;top:2.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#MHke2ZyQ1ThhWlVOG2SwrHPzaKGaCbxb { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6860625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:4.75rem;left:2.96923828125rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-form-header {  }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .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:22.5625rem;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; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/3852909e-e1af-4330-884c-17b202c7f6be/poz1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5625rem;box-sizing:border-box;height:3.125rem;color:#cecfd0;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:400;font-style:normal;line-height:.9;text-align:center;text-align-last:center; }#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-input-text.adaptive-delivery-prevent-bg, #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-input-text.lazyload, #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-input-text.lazyloading { background-image: none; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-input-text {padding-top: 0; padding-bottom: 0;}#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/3852909e-e1af-4330-884c-17b202c7f6be/poz1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5625rem;box-sizing:border-box;height:4.375rem;color:#cecfd0;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:400;font-style:normal;line-height:.9;text-align:center;text-align-last:center; }#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-textarea.adaptive-delivery-prevent-bg, #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-textarea.lazyload, #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-textarea.lazyloading { background-image: none; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #e1e4eb;border-left:0.0625rem solid #e1e4eb;border-right:0.0625rem solid #e1e4eb;border-bottom:0.0625rem solid #e1e4eb;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5625rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:var(--headlines-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-input-select {padding-top: 0; padding-bottom: 0;}#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .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:#ff0022;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.8125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:22.5625rem;height:2.9375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx [class*="-text"]:-moz-placeholder { color:#6f6f74;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx [class*="-text"]::-moz-placeholder { color:#6f6f74;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx [class*="-text"]:-ms-input-placeholder { color:#6f6f74;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx [class*="-text"]::-webkit-input-placeholder { color:#6f6f74;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .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:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;color:#d5d5d5;vertical-align:top;width:21.5625rem;overflow:hidden;font-style:normal;float:none; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .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; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-container:first-of-type{padding-top:0;}#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-container:last-of-type{padding-bottom:0;}#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15026;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.26171875rem;left:0.78125rem; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5625rem;display:block;vertical-align:top; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .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; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx {display:block;}#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15026;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.26171875rem;left:0.78125rem; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #iW6UTzrtJISv5vVQKggKkVnl6KTLAdG0 { position:relative;z-index:1; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #hSMiAbapiTnXTKgQlUV4LiEolLcqJTWV { position:relative;display:none; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #wqGZPAXnR7g8q1JyGHvspQrUoSKOXTFh { position:relative; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #h4dI5r9bGok8KTc81ZPzDkOlr1hr7PwD { position:relative;z-index:1; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #mSwvhPB4DWLmlCAkKlguDTtT2qdWqrFV { position:relative;display:none; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #qGqpEqZyTAPesbIx5ZZu0sKQaDkylwvJ { position:relative; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #Txy55MsaIcVEc9SfXWnrbG9GSDrlA7HQ { position:relative;z-index:1; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #dIzqRmTzmZNIFtU5p0nCTSyRI5MqGNaB { position:relative;display:none; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #R8NvFZ1iUpT19XTOpGO4Kl2hiwRCqVaE { position:relative; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #BxakUGJVIugCziobZHVD16THBdeiITSU { position:relative; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #BT97K8SOgtMznkQaKG960grpLl4knLBK { position:relative;display:none; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #MVqli4sCPrnT0odZTpQUAmpFiCcEQI0i { position:relative; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #i64VvddgWD2t5FgksTqc2e5exXal2Mop { position:relative;z-index:1; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #lkKbTWfRN9ozFobxCL9TRy4mauG4o6yJ { position:relative;z-index:2; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #hPIOtiRUwzecyAvQJgfFPohAPmGTkO4s { position:relative; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #svfKZS2g033pKCI1OZK3yiOEb76FO8nT { position:relative;z-index:1; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #b4RvQe2ft3h5fMOuBlekhJmG3QiW4a0q { position:relative; }
#nWZR34lR6EiDtPKEUOUQZncPe8xwo7JT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:77.0625rem;width:74.9375rem;display:none; }
#W5t2TvL2eM0xI3H1XpEHKnfNyltTBs71 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0022;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; }#W5t2TvL2eM0xI3H1XpEHKnfNyltTBs71 > .row .container { background-color: transparent; background-image: none; }#W5t2TvL2eM0xI3H1XpEHKnfNyltTBs71::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5t2TvL2eM0xI3H1XpEHKnfNyltTBs71 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5t2TvL2eM0xI3H1XpEHKnfNyltTBs71 > .row .container > .video-iframe-container { display: none; }#W5t2TvL2eM0xI3H1XpEHKnfNyltTBs71 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5t2TvL2eM0xI3H1XpEHKnfNyltTBs71 > .row > .video-iframe-container { display: none; }#W5t2TvL2eM0xI3H1XpEHKnfNyltTBs71 > .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); }#W5t2TvL2eM0xI3H1XpEHKnfNyltTBs71 > .row .container { border-width: 0; border-radius: 0; }#W5t2TvL2eM0xI3H1XpEHKnfNyltTBs71 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5t2TvL2eM0xI3H1XpEHKnfNyltTBs71 > .row .container { font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;position:relative;display:block; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282830;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; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row .container { background-color: transparent; background-image: none; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row .container > .video-iframe-container { display: none; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row > .video-iframe-container { display: none; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .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); }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row .container { border-width: 0; border-radius: 0; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#ZsXNDQihEChOCFqtzqkrt4TD0czWPzDW { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:25.3125rem;left:27.8125rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GEaEETTdmqMiBDGNLVIzabmmTIr0cKVC { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:toyota;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.522521972656rem;left:0rem;height:0;text-align:center;text-align-last:center;display:none; }
#Dhge8O2dvrmooItrKMK5TZ3p3dGT4hzv { color:rgba(var(--color-tertiary-0),1);display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:36.8125rem;left:18.53125rem;height:0.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vIHIgVQ24aZTIdaJwvzCn2OvfP78chvB { background-color:#00a5e8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:30.625rem;left:27.8125rem;display:block; }
#PRtHxxdTr9Tm4kbqTWXzC3a2dvBira74 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQOIXvI8nH9Tao0oUrNS3p875BSiO2Gm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:19.3125rem;top:20.4375rem;left:27.875rem;overflow:hidden;display:block; }
#OrVB3IbSTgv7UoHqvRqlX6bI6d0zJbdg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.5rem;width:36.125rem;top:3.3125rem;left:19.4375rem;overflow:hidden;display:block; }
#LSDdg2dwg6KrHNNOCFkQRmW3y2If02nT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:26.375rem;width:60rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw { display:block; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNBSLmdZOkwqlsd0ngmD74tKTyQhLDy6 { width:12.5625rem;height:2.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWGCp9U5BbS3l32nAVn73LfeDgM0CUaS { width:9.9375rem;height:4.875rem;top:0rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doMq7RHFgpdEKW91g9swLLiKVwvJSbNr { width:8.75rem;height:1.3125rem;top:2rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRwpztmUCTozlbev9UET918G1UIqSxoc { width:2.3125rem;height:2.3125rem;top:1.5rem;left:45.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I67rNtakxk18ETbfKdtgzIQdMw265Tsp { top:1.9375rem;left:38.9375rem;width:8.8125rem;height:1.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vz5p5nVRPTmN098IOT6fTh1ASO19MN6V { width:8.125rem;height:4.125rem;top:0.5625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTAE0iwTeITga1Tg4rbUnICzBgiUoa8C { width:6.875rem;height:2.5rem;top:1.5rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBJD3xyANGTGHvlbMfOVikPIcepZsE9n { display:block; }
 }@media only screen and (max-width: 763px) { #bTx0dTH8dFpE0r5xxJFRmrgZcnlFibp9 { width:6.875rem;height:2.5rem;top:1.5rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOtWBUWDwHwHIvFMu4Kv062XntqcMBCT { display:block; }
 }@media only screen and (max-width: 763px) { #dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN { display:block; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-regular-label { width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text {padding-top: 0; padding-bottom: 0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-textarea { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-select { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-select {padding-top: 0; padding-bottom: 0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-button { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.375rem; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-checkbox-label { width:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container:first-of-type{padding-top:0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container:last-of-type{padding-bottom:0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC  { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .radio-container { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC {display:block;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #KpqmzA95HPguPJwbLN9M3qm7uSAs3mpk {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #zdREVHNe3JCXWl56usMn3T9WOpqn9Ogu { display:none; }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #bXmAUsqkJHVW95ilL4fTQDzmI7Zqfuz9 {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #XESK3b0wsfKoauHCbqcanhkdzlUBrBHT {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #fiiLvA99uzGU2EhzzSpGgv4T57ZzcnuP { display:none; }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #M18piGCcQks91vHQ6XWUTby66hUUSesC {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #ERATvbgXnh8zRg61cP6ozM3DvT7eMC5x {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #Ql9aEuDdIpOHCG2nboFRaDKqwJbEoZ8g { display:none; }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #UCtzp5Tv14oP54UEAKIL9mR7DRg8kevM {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #RNa5WvVkNRrQU6N2Nz8KlT2THvSNffN0 {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #A84PPiKg1R95642C99rmbfAqKzQZFL6N {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #JzveMQDSkEGCxBliquqSskTqeaHvK3IT {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #HU2pLx8B9P1Ocz086zNsUINOufzSKc2t {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #kc9JZum9fDqbEcEUrtc1nJWPtEuADIp4 {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #wfgGqaSHHX4wdkTwZhhMBcxmxuQcPlHo {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #f9fVy2wCcFkLzaBHqEBKTzBDvBBWS5PT {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #mtfLMuJ35nlNo8UmxJ9h16no6iTRE9G6 {  }
 }@media only screen and (max-width: 763px) { #BNTfOovdmGIOhpAnPzJzTPXW6TUqnZBC { width:25.125rem;height:35rem;top:2.9375rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ7rdTSSE5bgyxxXJMB6U2qouhHnwT8k { top:4.875rem;left:27.125rem;width:20.625rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZTUsqWmJCSdVWSgOU9BZkx2T5qcMieT { width:4.5625rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGSdbvTsnlTQopL8muv8zx8tVBQTcZ6G { width:45.5625rem;height:9.0625rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #buwp7RHgnUw5JIixR5afrCeJbhiLPRKJ { display:block; }#buwp7RHgnUw5JIixR5afrCeJbhiLPRKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WF8JvkReOnGcindc8WJ7iDFWffy0ucWV { display:block; }#WF8JvkReOnGcindc8WJ7iDFWffy0ucWV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLo6KJyTKQwF5TFVhzS5kCAcpeKZPmQh { width:34.75rem;height:23.875rem;top:2.9375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvsAcbs2nDE5tlURN1FF4TDK8wHvTE04 { width:26.625rem;height:34.9375rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHke2ZyQ1ThhWlVOG2SwrHPzaKGaCbxb { top:4.75rem;left:0rem;width:20.625rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-regular-label { width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-input-text { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-input-text {padding-top: 0; padding-bottom: 0;}#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-textarea { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-input-select { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-input-select {padding-top: 0; padding-bottom: 0;}#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-input-button { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.375rem; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-checkbox-label { width:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-container:first-of-type{padding-top:0;}#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-container:last-of-type{padding-bottom:0;}#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx  { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .radio-container { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx {display:block;}#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #iW6UTzrtJISv5vVQKggKkVnl6KTLAdG0 {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #hSMiAbapiTnXTKgQlUV4LiEolLcqJTWV { display:none; }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #wqGZPAXnR7g8q1JyGHvspQrUoSKOXTFh {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #h4dI5r9bGok8KTc81ZPzDkOlr1hr7PwD {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #mSwvhPB4DWLmlCAkKlguDTtT2qdWqrFV { display:none; }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #qGqpEqZyTAPesbIx5ZZu0sKQaDkylwvJ {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #Txy55MsaIcVEc9SfXWnrbG9GSDrlA7HQ {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #dIzqRmTzmZNIFtU5p0nCTSyRI5MqGNaB { display:none; }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #R8NvFZ1iUpT19XTOpGO4Kl2hiwRCqVaE {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #BxakUGJVIugCziobZHVD16THBdeiITSU {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #BT97K8SOgtMznkQaKG960grpLl4knLBK {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #MVqli4sCPrnT0odZTpQUAmpFiCcEQI0i {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #i64VvddgWD2t5FgksTqc2e5exXal2Mop {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #lkKbTWfRN9ozFobxCL9TRy4mauG4o6yJ {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #hPIOtiRUwzecyAvQJgfFPohAPmGTkO4s {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #svfKZS2g033pKCI1OZK3yiOEb76FO8nT {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #b4RvQe2ft3h5fMOuBlekhJmG3QiW4a0q {  }
 }@media only screen and (max-width: 763px) { #nWZR34lR6EiDtPKEUOUQZncPe8xwo7JT { width:47.6875rem;height:49.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W5t2TvL2eM0xI3H1XpEHKnfNyltTBs71 { display:block; }#W5t2TvL2eM0xI3H1XpEHKnfNyltTBs71 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT { display:block; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsXNDQihEChOCFqtzqkrt4TD0czWPzDW { width:19.375rem;height:3.875rem;top:25.3125rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEaEETTdmqMiBDGNLVIzabmmTIr0cKVC { width:47.75rem;height:3.8125rem;top:13.5rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dhge8O2dvrmooItrKMK5TZ3p3dGT4hzv { width:37.9375rem;height:0.9375rem;top:36.8125rem;left:4.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIHIgVQ24aZTIdaJwvzCn2OvfP78chvB { width:19.375rem;height:3.75rem;top:30.625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRtHxxdTr9Tm4kbqTWXzC3a2dvBira74 { display:block; }
 }@media only screen and (max-width: 763px) { #cQOIXvI8nH9Tao0oUrNS3p875BSiO2Gm { width:19.3125rem;height:9.75rem;top:20.4375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrVB3IbSTgv7UoHqvRqlX6bI6d0zJbdg { width:36.125rem;height:15.5rem;top:3.3125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSDdg2dwg6KrHNNOCFkQRmW3y2If02nT { width:47.75rem;height:20.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw { display:block; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNBSLmdZOkwqlsd0ngmD74tKTyQhLDy6 { width:9.9375rem;height:1.5625rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EWGCp9U5BbS3l32nAVn73LfeDgM0CUaS { width:4.9375rem;height:2.4375rem;top:0.9375rem;left:10.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #doMq7RHFgpdEKW91g9swLLiKVwvJSbNr { width:7.4375rem;height:1.13720625rem;top:4.181640625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRwpztmUCTozlbev9UET918G1UIqSxoc { width:1.625rem;height:1.625rem;top:3.9375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I67rNtakxk18ETbfKdtgzIQdMw265Tsp { width:8.8125rem;height:1.0996125rem;top:4.25rem;left:11.1875rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#282830;display:block; }
 }@media only screen and (max-width: 763px) { #vz5p5nVRPTmN098IOT6fTh1ASO19MN6V { width:4.375rem;height:2.1875rem;top:1.0625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTAE0iwTeITga1Tg4rbUnICzBgiUoa8C { width:8.125rem;height:3.75rem;top:0.75rem;left:5.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DBJD3xyANGTGHvlbMfOVikPIcepZsE9n { display:block; }
 }@media only screen and (max-width: 763px) { #bTx0dTH8dFpE0r5xxJFRmrgZcnlFibp9 { width:8.125rem;height:3.75rem;top:0.75rem;left:5.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FOtWBUWDwHwHIvFMu4Kv062XntqcMBCT { display:block; }
 }@media only screen and (max-width: 763px) { #dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN { background-color:#282830;background-image:none;display:block; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container { background-color: transparent; background-image: none; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container > .video-iframe-container { display: none; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row > .video-iframe-container { display: none; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .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); }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-regular-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.0625rem;display:block;vertical-align:top; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text {padding-top: 0; padding-bottom: 0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-textarea { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-select { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-select {padding-top: 0; padding-bottom: 0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-button { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-checkbox-label { width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container:first-of-type{padding-top:0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container:last-of-type{padding-bottom:0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC  { width:15.9375rem;height:auto;top:21.3125rem;left:0.78125rem;z-index:15029;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .radio-container { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC {display:block;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC { width:15.9375rem;height:auto;top:21.3125rem;left:0.78125rem;z-index:15029;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none; }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #KpqmzA95HPguPJwbLN9M3qm7uSAs3mpk {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #zdREVHNe3JCXWl56usMn3T9WOpqn9Ogu { display:none; }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #bXmAUsqkJHVW95ilL4fTQDzmI7Zqfuz9 {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #XESK3b0wsfKoauHCbqcanhkdzlUBrBHT {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #fiiLvA99uzGU2EhzzSpGgv4T57ZzcnuP { display:none; }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #M18piGCcQks91vHQ6XWUTby66hUUSesC {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #ERATvbgXnh8zRg61cP6ozM3DvT7eMC5x {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #Ql9aEuDdIpOHCG2nboFRaDKqwJbEoZ8g { display:none; }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #UCtzp5Tv14oP54UEAKIL9mR7DRg8kevM {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #RNa5WvVkNRrQU6N2Nz8KlT2THvSNffN0 {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #A84PPiKg1R95642C99rmbfAqKzQZFL6N {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #JzveMQDSkEGCxBliquqSskTqeaHvK3IT {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #HU2pLx8B9P1Ocz086zNsUINOufzSKc2t {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #kc9JZum9fDqbEcEUrtc1nJWPtEuADIp4 {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #wfgGqaSHHX4wdkTwZhhMBcxmxuQcPlHo {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #f9fVy2wCcFkLzaBHqEBKTzBDvBBWS5PT {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #mtfLMuJ35nlNo8UmxJ9h16no6iTRE9G6 {  }
 }@media only screen and (max-width: 763px) { #BNTfOovdmGIOhpAnPzJzTPXW6TUqnZBC { width:20rem;height:30.75rem;top:17.625rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #tZ7rdTSSE5bgyxxXJMB6U2qouhHnwT8k { width:17.9360625rem;height:2.3369125rem;top:18.4375rem;left:1.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #oZTUsqWmJCSdVWSgOU9BZkx2T5qcMieT { top:0rem;left:0rem;width:20rem;height:17.1875rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NGSdbvTsnlTQopL8muv8zx8tVBQTcZ6G { width:17.75rem;height:3.4375rem;top:7.53125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buwp7RHgnUw5JIixR5afrCeJbhiLPRKJ { display:block; }#buwp7RHgnUw5JIixR5afrCeJbhiLPRKJ > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WF8JvkReOnGcindc8WJ7iDFWffy0ucWV { background-color:#282830;background-image:none;display:block; }#WF8JvkReOnGcindc8WJ7iDFWffy0ucWV > .row .container { background-color: transparent; background-image: none; }#WF8JvkReOnGcindc8WJ7iDFWffy0ucWV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WF8JvkReOnGcindc8WJ7iDFWffy0ucWV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WF8JvkReOnGcindc8WJ7iDFWffy0ucWV > .row .container > .video-iframe-container { display: none; }#WF8JvkReOnGcindc8WJ7iDFWffy0ucWV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WF8JvkReOnGcindc8WJ7iDFWffy0ucWV > .row > .video-iframe-container { display: none; }#WF8JvkReOnGcindc8WJ7iDFWffy0ucWV > .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); }#WF8JvkReOnGcindc8WJ7iDFWffy0ucWV > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLo6KJyTKQwF5TFVhzS5kCAcpeKZPmQh { width:20rem;height:13.774875rem;top:2.375rem;left:0rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #xvsAcbs2nDE5tlURN1FF4TDK8wHvTE04 { width:20rem;height:30.5625rem;top:24.875rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #MHke2ZyQ1ThhWlVOG2SwrHPzaKGaCbxb { width:20rem;height:1.23730625rem;top:26.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-regular-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-input-text { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.0625rem;display:block;vertical-align:top; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-input-text {padding-top: 0; padding-bottom: 0;}#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-textarea { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-input-select { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-input-select {padding-top: 0; padding-bottom: 0;}#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-input-button { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-container:first-of-type{padding-top:0;}#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .widget-container:last-of-type{padding-bottom:0;}#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx  { width:15.9375rem;height:auto;top:28.875rem;left:0.8125rem;z-index:15029;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx .radio-container { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx {display:block;}#WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx { width:15.9375rem;height:auto;top:28.875rem;left:0.8125rem;z-index:15029;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none; }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #iW6UTzrtJISv5vVQKggKkVnl6KTLAdG0 {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #hSMiAbapiTnXTKgQlUV4LiEolLcqJTWV { display:none; }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #wqGZPAXnR7g8q1JyGHvspQrUoSKOXTFh {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #h4dI5r9bGok8KTc81ZPzDkOlr1hr7PwD {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #mSwvhPB4DWLmlCAkKlguDTtT2qdWqrFV { display:none; }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #qGqpEqZyTAPesbIx5ZZu0sKQaDkylwvJ {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #Txy55MsaIcVEc9SfXWnrbG9GSDrlA7HQ {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #dIzqRmTzmZNIFtU5p0nCTSyRI5MqGNaB { display:none; }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #R8NvFZ1iUpT19XTOpGO4Kl2hiwRCqVaE {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #BxakUGJVIugCziobZHVD16THBdeiITSU {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #BT97K8SOgtMznkQaKG960grpLl4knLBK {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #MVqli4sCPrnT0odZTpQUAmpFiCcEQI0i {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #i64VvddgWD2t5FgksTqc2e5exXal2Mop {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #lkKbTWfRN9ozFobxCL9TRy4mauG4o6yJ {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #hPIOtiRUwzecyAvQJgfFPohAPmGTkO4s {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #svfKZS2g033pKCI1OZK3yiOEb76FO8nT {  }
 }@media only screen and (max-width: 763px) { #WvHsJ5IP2tsa2FvKxQmycV0MGCnxBGEx #b4RvQe2ft3h5fMOuBlekhJmG3QiW4a0q {  }
 }@media only screen and (max-width: 763px) { #nWZR34lR6EiDtPKEUOUQZncPe8xwo7JT { top:4.375rem;left:0rem;width:19.9375rem;height:20.5rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #W5t2TvL2eM0xI3H1XpEHKnfNyltTBs71 { display:block; }#W5t2TvL2eM0xI3H1XpEHKnfNyltTBs71 > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT { display:block; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsXNDQihEChOCFqtzqkrt4TD0czWPzDW { width:19.1855625rem;height:3.16845rem;top:15rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:toyotatype;display:block; }
 }@media only screen and (max-width: 763px) { #GEaEETTdmqMiBDGNLVIzabmmTIr0cKVC { width:20rem;height:12.426469802856rem;top:13.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Dhge8O2dvrmooItrKMK5TZ3p3dGT4hzv { width:20rem;height:0.40625rem;top:22.3125rem;left:0rem;font-size:0.3125rem;text-align:center;text-align-last:center;font-family:toyotatype;display:block; }
 }@media only screen and (max-width: 763px) { #vIHIgVQ24aZTIdaJwvzCn2OvfP78chvB { width:8.625rem;height:1.8125rem;top:19.5625rem;left:5.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRtHxxdTr9Tm4kbqTWXzC3a2dvBira74 { display:block; }
 }@media only screen and (max-width: 763px) { #cQOIXvI8nH9Tao0oUrNS3p875BSiO2Gm { width:11.5625rem;height:5.6875rem;top:11.8125rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrVB3IbSTgv7UoHqvRqlX6bI6d0zJbdg { width:20rem;height:8.75rem;top:15.949209619141rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LSDdg2dwg6KrHNNOCFkQRmW3y2If02nT { top:2.1875rem;left:0rem;width:20rem;height:8.75rem;z-index:15018;overflow:hidden;display:block; }
 }