.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:252,211,211;--color-primary-1:246,124,124;--color-primary-2:240,37,37;--color-primary-3:234,23,23;--color-primary-4:233,25,24;--color-secondary-0:217,242,252;--color-secondary-1:128,210,244;--color-secondary-2:0,165,232;--color-secondary-3:0,83,116;--color-secondary-4:0,25,35;--color-tertiary-0:255,255,255;--color-tertiary-1:51,51,51;--color-tertiary-2:40,40,48;--color-tertiary-3:0,3,5;--color-tertiary-4:0,0,0;--headlines-font-family:"toyotatype";--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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 > .row .container { background-color: transparent; background-image: none; }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 > .row .container > .video-iframe-container { display: none; }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 > .row > .video-iframe-container { display: none; }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 > .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); }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 > .row .container { border-width: 0; border-radius: 0; }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#MpcwNxA0Wc2AwJ18h1wK9itBfAP8sMs5 { 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:3rem;width:15.125rem;display:none; }
#k2GTA2UPhu3hKdFu4FWNht3HVJQpwtKE { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:15.625rem;top:29.78125rem;left:1.71875rem;overflow:hidden;display:none; }
#uavzT3KkcnqmyXIE6VSwIg6RcBRTNpFr { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:12.5625rem;top:0.625rem;left:2.90625rem;overflow:hidden;display:block; }
#WGe5VaEEb3dwhcKPsQQ11pCldo9Kr2Df { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:0.59375rem;left:62.8125rem;overflow:hidden;display:block; }
#wx5p77w8fBTENWUITR2SwPowRGBTdBeO { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.25rem;top:0.25rem;left:17.9375rem;overflow:hidden;display:block; }
#gTg7AO7U2rFbggcQHQK87JRr1PX4dfIX { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:1.02734375rem;left:66.1875rem;height:1.4433625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uTCCQ2eO4URonVUc00R7Kz7MCgvkRAsL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:1.099609375rem;left:48.875rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#gURbVwXPQWdZw1ihhgbly0T6EgQ440Wb { position:absolute;display:block;z-index:15076;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:2.625rem;width:8.375rem;top:0.5rem;left:27.75rem;overflow:hidden;display:block; }
#HmHoVgTaO04sADhnnzxMfShZvUy79BRm { 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;z-index:auto;display:block; }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm > .row .container { background-color: transparent; background-image: none; }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm > .row .container > .video-iframe-container { display: none; }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm > .row > .video-iframe-container { display: none; }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm > .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); }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm > .row .container { border-width: 0; border-radius: 0; }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#SxGAtTo7o9eptZUbHQVrKPUoZvIR9GiK { 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:3rem;width:15.125rem;display:none; }
#gr0TSRoTAOFN3mHK8rUBIx5ZQsGpTyXB { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:15.625rem;top:29.78125rem;left:1.71875rem;overflow:hidden;display:none; }
#R0OWwbm4t9JNicQZL7PoGhhWg2CHvwkT { 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:30.5rem;width:47.6875rem;display:none; }
#dnrSZ3Up5lismBcp5UwFy2hvzaZwLuxa { 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:4.4375rem;width:59.125rem;display:none; }
#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6e8b259d-ddae-43d1-b674-e3ebbcffd828/LANDINGELEMENTYGRAFICZNE31.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx.adaptive-delivery-prevent-bg, #HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx.lazyload, #HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx.lazyloading { background-image: none; }#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx > .row .container { background-color: transparent; background-image: none; }#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx > .row .container > .video-iframe-container { display: none; }#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx > .row > .video-iframe-container { display: none; }#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx > .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); }#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx > .row .container { border-width: 0; border-radius: 0; }#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:75rem;position:relative;display:block; }#VZyfMJ7uvkPhF2ESIUDU7B1bqJFXP2SU { position:absolute;display:block;z-index:14997;background-color:#3b8ae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;height:29.5rem;width:24.9375rem;top:9.25rem;left:50.0625rem;display:block; }
#mkUyqPTrNG1w86Rpnws90cU0CWiLLZOR { color:#ea0000;display:block;width:21.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:10.41357421875rem;left:51.93798828125rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-form-header {  }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .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:21.875rem;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; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .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:21.875rem;box-sizing:border-box;height:2.3125rem;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; }#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-input-text.adaptive-delivery-prevent-bg, #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-input-text.lazyload, #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-input-text.lazyloading { background-image: none; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-input-text {padding-top: 0; padding-bottom: 0;}#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .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:21.875rem;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; }#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-textarea.adaptive-delivery-prevent-bg, #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-textarea.lazyload, #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-textarea.lazyloading { background-image: none; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .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:21.875rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:"display toyo";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-input-select {padding-top: 0; padding-bottom: 0;}#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .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; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #ff0000, #fb0505);background-image: -moz-linear-gradient(360deg, #ff0000, #fb0505);background-image: -ms-linear-gradient(360deg, #ff0000, #fb0505);background-image: -o-linear-gradient(360deg, #ff0000, #fb0505);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#fb0505' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#fb0505' );";background-image: linear-gradient(360deg, #ff0000, #fb0505);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.875rem;height:2.9375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv [class*="-text"]:-moz-placeholder { color:#adadb0;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv [class*="-text"]::-moz-placeholder { color:#adadb0;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv [class*="-text"]:-ms-input-placeholder { color:#adadb0;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv [class*="-text"]::-webkit-input-placeholder { color:#adadb0;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .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.6875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:20.8125rem;overflow:hidden;font-style:normal;float:none;text-align:center;text-align-last:center; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .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; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .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; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-container:first-of-type{padding-top:0;}#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-container:last-of-type{padding-bottom:0;}#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.5rem;left:50.625rem; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.875rem;display:block;vertical-align:top; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .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; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv {display:block;}#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.5rem;left:50.625rem; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #OKCkn8LHogxTgRb9sUJ3M8QWE4z1QTUI { position:relative;z-index:1; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #Sd3Qklr2VesqwJlfZqSQTl4WesqKoSKJ { position:relative;display:none; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #guBJUHP7zWbmzbTIrhmC96Wes9y2UtFU { position:relative; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #zewZiEC0lf900QkXMoNQvi30rU4Le527 { position:relative;z-index:1; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #kULiJ03sQ00GKTmLpT27XcTTc3BStkPt { position:relative;display:none; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #KrUruI4vKJBaG4ci6Ibef9Tmb9tJtbJW { position:relative; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #fUOVO2Jkt2xpKBa1Cr8xbsRV3zNnAHCz { position:relative;z-index:1; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #TUsgAzASUdLwR9oiU9b48lbpElLTsWB7 { position:relative;display:none; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #y6OqoqbFUU6d6bCMGozbioZeg01npKEs { position:relative; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #uv1wHe2x94kRuBWknfha9bBmlhfLtoUw { position:relative;z-index:1; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #XQaOes8JUi0im0t1RJLlBVJTBKQMXiTD { position:relative;z-index:2; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #Jq4rlfmuGoDZm2bwCZT7C6k22akB6zxn { position:relative; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #DOTDX1DqaqRIrDaO3Ikq4HvRzFVqultD { position:relative;z-index:1; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #C2dXQaxo2hTD9NemhL8KC3lKzNRhCBmc { position:relative; }
#pCdr0MN7PKuOsZDtt2HJNHThlbDnWQzk { position:absolute;display:block;z-index:15017;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:7.125rem;width:34.25rem;top:15.0625rem;left:11.37939453125rem;overflow:hidden;display:block; }
#n5p4D53uMQntvTGDDF4bkU3LRLO6bmlW { position:absolute;display:block;z-index:15019;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:10rem;width:46.75rem;top:5.0625rem;left:0rem;overflow:hidden;display:block; }
#pgz37kSOQFoCS7rkUuweCHkLMCVEGxht { 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; }#pgz37kSOQFoCS7rkUuweCHkLMCVEGxht > .row .container { background-color: transparent; background-image: none; }#pgz37kSOQFoCS7rkUuweCHkLMCVEGxht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgz37kSOQFoCS7rkUuweCHkLMCVEGxht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgz37kSOQFoCS7rkUuweCHkLMCVEGxht > .row .container > .video-iframe-container { display: none; }#pgz37kSOQFoCS7rkUuweCHkLMCVEGxht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgz37kSOQFoCS7rkUuweCHkLMCVEGxht > .row > .video-iframe-container { display: none; }#pgz37kSOQFoCS7rkUuweCHkLMCVEGxht > .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); }#pgz37kSOQFoCS7rkUuweCHkLMCVEGxht > .row .container { border-width: 0; border-radius: 0; }#pgz37kSOQFoCS7rkUuweCHkLMCVEGxht > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgz37kSOQFoCS7rkUuweCHkLMCVEGxht > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#XSKF8Qi5na7qNQHAnbIrHKUx6TNDMLC9 { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.5625rem;left:32.15625rem;display:block; }
#vRKUcvc5WLPH6zvJEa3KWCsHe1fQGIAX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eIRLyCgzydOtpSM8dg8Kx5n7qlTbruPJ { box-sizing:content-box;height:0.0625rem;width:22.0625rem;position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:27.0625rem;left:50.4375rem;display:block; }
#Crir5enT9oza5KHQQV7NQU2qs8EvhwHM { color:rgba(var(--color-secondary-2),1);display:block;width:16.5600625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),0.77);top:21.25rem;left:51.625rem;height:5.4433625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QyFp7FBlT2cvlwgc4JBgdvf65SrTAlH5 { color:rgba(var(--color-tertiary-1),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:25.125rem;left:67.75rem;height:1.3808625rem;font-style:normal;display:block; }
#q2207HEWBq81JZ5odlVJ4Mqo0leqd9vD { color:rgba(var(--color-tertiary-1),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:20.6875rem;left:51.75rem;height:1.3808625rem;font-style:normal;display:block; }
#QTiH7RPvpChavuvCbLZXQ6IpkLVpBn5e { box-sizing:content-box;height:0.0625rem;width:22.0625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:9.375rem;left:51.4658203125rem;display:none; }
#OR50EdkHayPh9v8mRMXM1ah3vqno3eRd { 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:18.9375rem;width:36.375rem;top:9.25rem;left:7.1875rem;overflow:hidden;display:block; }
#WlfMqkPsVFCIx0vaAI2kLFOZouWRTD2c { color:rgba(var(--color-tertiary-3),1);display:block;width:29.937rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.470703125rem;left:2.31298828125rem;height:3.25rem;font-style:normal;display:block; }
#TAkThDuqawkGTZGsHZHWeT3w42gNCRP3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6233125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:27.0625rem;left:53.375rem;height:1.21875rem;font-style:normal;display:block; }
#w19TWgte2uJQdk7BKmbQ7TuKNW2gdcR5 { 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:none; }#w19TWgte2uJQdk7BKmbQ7TuKNW2gdcR5 > .row .container { border-width: 0; border-radius: 0; }#w19TWgte2uJQdk7BKmbQ7TuKNW2gdcR5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w19TWgte2uJQdk7BKmbQ7TuKNW2gdcR5 > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:none; }#SZlOUeNSMo3Og0wFy9togJ43kvqlJepB { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.5625rem;left:32.15625rem;display:block; }
#bUG3tSlAEs2tmBaKNlTCpnaXqCPT2Esk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ueJ3ufA3CTc7dDXxTTR5EtERJIPTJXca { box-sizing:content-box;height:0.0625rem;width:22.0625rem;position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:27.125rem;left:50.6875rem;display:block; }
#nZwTBdEI9Oo2xTP1kA9ZgyaoN711yxgT { color:rgba(var(--color-secondary-2),1);display:block;width:16.5600625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),0.77);top:21.3125rem;left:51.875rem;height:5.4433625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q8432RxxrEhq9NuJIGtFniPhkIJGWvuU { color:rgba(var(--color-tertiary-1),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:25.1875rem;left:68rem;height:1.3808625rem;font-style:normal;display:block; }
#aD2LULDHP20dsHVPfioeeuLB3wB94aBC { color:rgba(var(--color-tertiary-1),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:20.75rem;left:52rem;height:1.3808625rem;font-style:normal;display:block; }
#TcDyvFC9DTghPu6IBz5THn6rpBJ06vEL { box-sizing:content-box;height:0.0625rem;width:22.0625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:9.375rem;left:51.4658203125rem;display:none; }
#xO2ZgS17MCVbDuzAiRTPrFtOXWZtCNeQ { 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:19rem;width:47.0625rem;top:9.25rem;left:7.1875rem;overflow:hidden;display:block; }
#sKU4JdJmMT75DAloZUKZ7aVvXAQ174LE { color:#00a549;display:block;width:29.937rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.56201171875rem;left:2.31298828125rem;height:3.25rem;font-style:normal;display:block; }
#VdLsLenAsNCwNC6CtpWMCkdbqahHrnuc { 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:18.9375rem;width:36.375rem;top:9.25rem;left:7.1875rem;overflow:hidden;display:none; }
#lMvgQUrTZx1oicOKSg6lEmZ6itG0UlWz { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6233125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:27.125rem;left:53.3125rem;height:1.21875rem;font-style:normal;display:block; }
#uWd2CxW0R4R97VSckcXO4wgzL3lGMrgK { 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; }#uWd2CxW0R4R97VSckcXO4wgzL3lGMrgK > .row .container { background-color: transparent; background-image: none; }#uWd2CxW0R4R97VSckcXO4wgzL3lGMrgK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWd2CxW0R4R97VSckcXO4wgzL3lGMrgK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWd2CxW0R4R97VSckcXO4wgzL3lGMrgK > .row .container > .video-iframe-container { display: none; }#uWd2CxW0R4R97VSckcXO4wgzL3lGMrgK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWd2CxW0R4R97VSckcXO4wgzL3lGMrgK > .row > .video-iframe-container { display: none; }#uWd2CxW0R4R97VSckcXO4wgzL3lGMrgK > .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); }#uWd2CxW0R4R97VSckcXO4wgzL3lGMrgK > .row .container { border-width: 0; border-radius: 0; }#uWd2CxW0R4R97VSckcXO4wgzL3lGMrgK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uWd2CxW0R4R97VSckcXO4wgzL3lGMrgK > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#QCqh2TN5W3uWlefoQKKyxPVLSfmMyAtI { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.5625rem;left:32.15625rem;display:block; }
#TEVAJQB7cyTnm0X0WaN7KfR9uWkNW8FQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fKUgecnhJ9IMVC5VpmU771kXT8TAue5w { box-sizing:content-box;height:0.0625rem;width:22.0625rem;position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:27.6875rem;left:50.75rem;display:block; }
#bx7sig7MFSHo0wLOCPrIt50W8mpPLJdi { color:rgba(var(--color-secondary-2),1);display:block;width:16.5600625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),0.77);top:21.9375rem;left:51.9375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k4XlJhs4hiNGcDMlgio1Z8rvCVTSdmuD { color:rgba(var(--color-tertiary-1),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:25.75rem;left:68.0625rem;height:1.3808625rem;font-style:normal;display:block; }
#xoEkwnA67UT1MDsk3OEQgUChrmApmxOU { color:rgba(var(--color-tertiary-1),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:21.3125rem;left:52.0625rem;height:1.3808625rem;font-style:normal;display:block; }
#ABV3vB3wi3Z8E5SEX9oA03HuiETFEypp { box-sizing:content-box;height:0.0625rem;width:22.0625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:9.375rem;left:51.4658203125rem;display:none; }
#P9Cp7ZeQWfSF64xlShZlP899WKNoCpG3 { color:rgba(var(--color-tertiary-3),1);display:block;width:29.9355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.56201171875rem;left:2.93701171875rem;height:3.25rem;font-style:normal;display:block; }
#yczBqCKTzp0ddgsVx5k63ZqqfMBfXzxB { 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:22.125rem;width:42.0625rem;top:6.703125rem;left:3.5302734375rem;overflow:hidden;display:block; }
#PhTaMpUGZkh3faKlfm8551H1hTdHs4u3 { color:rgba(var(--color-secondary-2),1);display:block;width:16.5600625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),0.77);top:22.125rem;left:52.4375rem;height:5.4433625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VLHfG4PrReoJXfZOUBm5AfE01Fkvk3vG { color:rgba(var(--color-tertiary-4),1);display:block;width:18.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15085;line-height:1.3;letter-spacing:0;top:27.6875rem;left:54.25rem;height:1.21875rem;font-style:normal;display:block; }
#Am7B69PnuJtrJMXd6GVQaPnwP89Mb4w4 { 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; }#Am7B69PnuJtrJMXd6GVQaPnwP89Mb4w4 > .row .container { background-color: transparent; background-image: none; }#Am7B69PnuJtrJMXd6GVQaPnwP89Mb4w4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Am7B69PnuJtrJMXd6GVQaPnwP89Mb4w4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Am7B69PnuJtrJMXd6GVQaPnwP89Mb4w4 > .row .container > .video-iframe-container { display: none; }#Am7B69PnuJtrJMXd6GVQaPnwP89Mb4w4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Am7B69PnuJtrJMXd6GVQaPnwP89Mb4w4 > .row > .video-iframe-container { display: none; }#Am7B69PnuJtrJMXd6GVQaPnwP89Mb4w4 > .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); }#Am7B69PnuJtrJMXd6GVQaPnwP89Mb4w4 > .row .container { border-width: 0; border-radius: 0; }#Am7B69PnuJtrJMXd6GVQaPnwP89Mb4w4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Am7B69PnuJtrJMXd6GVQaPnwP89Mb4w4 > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#o3s30AHq0Uz0GlTG4TwWocvmgEoS6rBn { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.5625rem;left:32.15625rem;display:block; }
#lSGArAMFor6rxSQZKJIJ3KNbLXuFTMwk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vi5xvt4Mnp4NRum3tFvkATJwZIqswP22 { box-sizing:content-box;height:0.0625rem;width:22.0625rem;position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:28.4375rem;left:50.25rem;display:block; }
#oyPZ5A59W8rB6diyUrMVsOgprol7k3l3 { color:rgba(var(--color-secondary-2),1);display:block;width:16.5600625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),0.77);top:22.625rem;left:51.4375rem;height:5.4433625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KogrHg0su7MBwGLC9qVn7EHVkAANnZPM { color:rgba(var(--color-tertiary-1),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:26.5rem;left:67.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#Rul31In41abDgmMJtc2BO8OM0btR8in6 { color:rgba(var(--color-tertiary-1),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:22.0625rem;left:51.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#DRwfFtkE6WSkJSKu477DDgLkJPwrdqSN { box-sizing:content-box;height:0.0625rem;width:22.0625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:9.375rem;left:51.4658203125rem;display:none; }
#gKTAyXhDTkcgnVz6F71q55cccxbqbukz { color:#00a549;display:block;width:31.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.56201171875rem;left:2.625rem;height:3.25rem;font-style:normal;display:block; }
#NguV9XbuewcUG0kAuZy5BKCZApOfRrJL { 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:22.125rem;width:42.0625rem;top:7.46923828125rem;left:3.40576171875rem;overflow:hidden;display:block; }
#rUtwJ5iGt8woPdT5Lsv5V3Bq1UiF6Lz1 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15084;line-height:1.3;letter-spacing:0;top:28.4375rem;left:53.75rem;height:1.21875rem;font-style:normal;display:block; }
#ugg8w49B93DD0sJ6sPz370pDqCEwxO3g { 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; }#ugg8w49B93DD0sJ6sPz370pDqCEwxO3g > .row .container { background-color: transparent; background-image: none; }#ugg8w49B93DD0sJ6sPz370pDqCEwxO3g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugg8w49B93DD0sJ6sPz370pDqCEwxO3g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugg8w49B93DD0sJ6sPz370pDqCEwxO3g > .row .container > .video-iframe-container { display: none; }#ugg8w49B93DD0sJ6sPz370pDqCEwxO3g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugg8w49B93DD0sJ6sPz370pDqCEwxO3g > .row > .video-iframe-container { display: none; }#ugg8w49B93DD0sJ6sPz370pDqCEwxO3g > .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); }#ugg8w49B93DD0sJ6sPz370pDqCEwxO3g > .row .container { border-width: 0; border-radius: 0; }#ugg8w49B93DD0sJ6sPz370pDqCEwxO3g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ugg8w49B93DD0sJ6sPz370pDqCEwxO3g > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#B7xCTzeTyT6de0f04SUzL4e9s2fHEE3z { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.5625rem;left:32.15625rem;display:block; }
#d7xRmD3ltyyU6sNLRGPpBp0Ko22HXAiZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zBKnJTg4qUfz3QC8lwiIoyWPT6F3e4TZ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15083;line-height:1.3;letter-spacing:0;top:28.4375rem;left:53.9375rem;height:1.21875rem;font-style:normal;display:block; }
#y73u64UWx7MiTulct7sx2vGIysOWiiqo { box-sizing:content-box;height:0.0625rem;width:22.0625rem;position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:28.4375rem;left:50.6875rem;display:block; }
#VH05zVWNTwSNAsPpvQ5tsnc5VSPlOWcA { color:rgba(var(--color-secondary-2),1);display:block;width:16.5600625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),0.77);top:22.625rem;left:51.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o8LPd4wTUKQKFqwCJaCcEiOyuyX01qvy { color:rgba(var(--color-tertiary-1),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:26.5rem;left:68rem;height:1.3808625rem;font-style:normal;display:block; }
#XbVMBO7r7ay11Km7uTfTw6lVCVfrWRMJ { color:rgba(var(--color-tertiary-1),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:22.0625rem;left:52rem;height:1.3808625rem;font-style:normal;display:block; }
#m3ZpwGgMwONNgt3NyCCRG08Xg8SaTP2n { box-sizing:content-box;height:0.0625rem;width:22.0625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:9.375rem;left:51.4658203125rem;display:none; }
#nTslARDUkMTBQImyXLAcudJ0le60FgSU { color:rgba(var(--color-tertiary-3),1);display:block;width:29.9355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.56201171875rem;left:2.93701171875rem;height:3.25rem;font-style:normal;display:block; }
#gm4BUehT556DoymD9Oxp5lodp1mf2xqs { color:rgba(var(--color-secondary-2),1);display:block;width:16.5600625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),0.77);top:23rem;left:51.5625rem;height:5.4433625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ohZsMMxJ2OTZss8TEl55a1AQSmVBCctO { 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:24.8115rem;width:40.812rem;top:5.81103515625rem;left:4.53662109375rem;overflow:hidden;display:block; }
#sCfpfdm8yuOqRB62mHq7mwycUfK0ibDz { color:rgba(var(--color-secondary-2),1);display:block;width:16.5600625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),0.77);top:4.1875rem;left:52.5rem;height:5.4433625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WROIKhyOevXRUCTH6mpS9cHsN8w1ulS1 { 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; }#WROIKhyOevXRUCTH6mpS9cHsN8w1ulS1 > .row .container { background-color: transparent; background-image: none; }#WROIKhyOevXRUCTH6mpS9cHsN8w1ulS1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WROIKhyOevXRUCTH6mpS9cHsN8w1ulS1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WROIKhyOevXRUCTH6mpS9cHsN8w1ulS1 > .row .container > .video-iframe-container { display: none; }#WROIKhyOevXRUCTH6mpS9cHsN8w1ulS1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WROIKhyOevXRUCTH6mpS9cHsN8w1ulS1 > .row > .video-iframe-container { display: none; }#WROIKhyOevXRUCTH6mpS9cHsN8w1ulS1 > .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); }#WROIKhyOevXRUCTH6mpS9cHsN8w1ulS1 > .row .container { border-width: 0; border-radius: 0; }#WROIKhyOevXRUCTH6mpS9cHsN8w1ulS1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WROIKhyOevXRUCTH6mpS9cHsN8w1ulS1 > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#J1hcfJMMJifFa4TFs6d1HPgiBlP25zvH { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.5625rem;left:32.15625rem;display:block; }
#Wc8p81WbTncR6mUKc6dEowwu5l0KavUB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rng2ufrOsB0cMJBcJyySvEWV6mIQEoxD { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15083;line-height:1.3;letter-spacing:0;top:28.4375rem;left:54.3125rem;height:1.21875rem;font-style:normal;display:block; }
#PwH0rufbi8TlaOATxbyDxtIxakWyh7St { box-sizing:content-box;height:0.0625rem;width:22.0625rem;position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:28.4375rem;left:50.875rem;display:block; }
#iULAzD4ka5szLlnsfdTXkT5fxGea72mz { color:rgba(var(--color-secondary-2),1);display:block;width:16.5600625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),0.77);top:22.8125rem;left:52.25rem;height:5.4433625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EOeh0Or7c7DNqMWcVuN24AtChBrvRJS0 { color:rgba(var(--color-tertiary-1),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:26.5rem;left:68.1875rem;height:1.3808625rem;font-style:normal;display:block; }
#sSywQ7ZTKaveAWdcIf6TRUoSCTAXgvix { color:rgba(var(--color-tertiary-1),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:22.0625rem;left:52.1875rem;height:1.3808625rem;font-style:normal;display:block; }
#EZQcwG6DHJMoC50yMwrUp3cLDOTco4GF { color:#00a549;display:block;width:31.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.56201171875rem;left:2.625rem;height:3.25rem;font-style:normal;display:block; }
#TCb1MWzLrtPOHUVbDS7215CBPGllkBaK { 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:25.374rem;width:41.7495rem;top:6.46728515625rem;left:3.375rem;overflow:hidden;display:block; }
#l10yeuOBPumI2kg9qfwGdfZ0pnTAdgay { 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; }#l10yeuOBPumI2kg9qfwGdfZ0pnTAdgay > .row .container { background-color: transparent; background-image: none; }#l10yeuOBPumI2kg9qfwGdfZ0pnTAdgay::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l10yeuOBPumI2kg9qfwGdfZ0pnTAdgay > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l10yeuOBPumI2kg9qfwGdfZ0pnTAdgay > .row .container > .video-iframe-container { display: none; }#l10yeuOBPumI2kg9qfwGdfZ0pnTAdgay > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l10yeuOBPumI2kg9qfwGdfZ0pnTAdgay > .row > .video-iframe-container { display: none; }#l10yeuOBPumI2kg9qfwGdfZ0pnTAdgay > .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); }#l10yeuOBPumI2kg9qfwGdfZ0pnTAdgay > .row .container { border-width: 0; border-radius: 0; }#l10yeuOBPumI2kg9qfwGdfZ0pnTAdgay > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l10yeuOBPumI2kg9qfwGdfZ0pnTAdgay > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#HMRgn85KX5tXnSNvDk8AKoityWMIRE9K { 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/uc/49b82c9d-001a-48b3-bf1b-04fae17f57eb/paseklexus.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HMRgn85KX5tXnSNvDk8AKoityWMIRE9K.adaptive-delivery-prevent-bg, #HMRgn85KX5tXnSNvDk8AKoityWMIRE9K.lazyload, #HMRgn85KX5tXnSNvDk8AKoityWMIRE9K.lazyloading { background-image: none; }#HMRgn85KX5tXnSNvDk8AKoityWMIRE9K > .row .container { border-width: 0; border-radius: 0; }#HMRgn85KX5tXnSNvDk8AKoityWMIRE9K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HMRgn85KX5tXnSNvDk8AKoityWMIRE9K > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:none; }#yHfVu5eh2xaZyTterlE5a4DNrt2v2Bir { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.1875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:7.724609375rem;left:30.6875rem;display:block; }
#OESxHNbnrMboOWLrDefVaxhGbQ2N8Fc7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H9qW2y1ml5LOex1i5avnEMSItm6T5Vun { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:nobel;font-size:2rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:4.0625rem;left:17.03125rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/efd96a64-9b30-4fb2-b8fb-e8d4ee07604e/Warstwa25.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt.adaptive-delivery-prevent-bg, #Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt.lazyload, #Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt.lazyloading { background-image: none; }#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt > .row .container { background-color: transparent; background-image: none; }#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt > .row .container > .video-iframe-container { display: none; }#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt > .row > .video-iframe-container { display: none; }#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt > .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); }#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt > .row .container { border-width: 0; border-radius: 0; }#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-form-header {  }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.875rem;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:center;text-align-last:center;overflow:hidden;line-height:1.7; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .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:21.875rem;box-sizing:border-box;height:2.3125rem;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; }#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-input-text.adaptive-delivery-prevent-bg, #CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-input-text.lazyload, #CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-input-text.lazyloading { background-image: none; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-input-text {padding-top: 0; padding-bottom: 0;}#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .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:21.875rem;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; }#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-textarea.adaptive-delivery-prevent-bg, #CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-textarea.lazyload, #CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-textarea.lazyloading { background-image: none; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .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:21.875rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:"display toyo";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-input-select {padding-top: 0; padding-bottom: 0;}#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .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; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #ff0000, #fb0505);background-image: -moz-linear-gradient(360deg, #ff0000, #fb0505);background-image: -ms-linear-gradient(360deg, #ff0000, #fb0505);background-image: -o-linear-gradient(360deg, #ff0000, #fb0505);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#fb0505' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#fb0505' );";background-image: linear-gradient(360deg, #ff0000, #fb0505);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.875rem;height:2.9375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq [class*="-text"]:-moz-placeholder { color:#adadb0;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq [class*="-text"]::-moz-placeholder { color:#adadb0;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq [class*="-text"]:-ms-input-placeholder { color:#adadb0;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq [class*="-text"]::-webkit-input-placeholder { color:#adadb0;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .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.6875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:20.8125rem;overflow:hidden;font-style:normal;float:none;text-align:center;text-align-last:center; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .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; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .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; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-container:first-of-type{padding-top:0;}#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-container:last-of-type{padding-bottom:0;}#CNOqTT223Ew5uporVp6dkcSaZNtilaQq  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.513671875rem;left:21.09375rem; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.875rem;display:block;vertical-align:top; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .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; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq {display:block;}#CNOqTT223Ew5uporVp6dkcSaZNtilaQq { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.513671875rem;left:21.09375rem; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq #gNGsaJEUFbzMUCAlNkfyxu59QrmUB8SK { position:relative;z-index:1; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq #vk8U6XtCOm16UH4tyO89ghsmBNHVJSFG { position:relative;display:block; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq #yo3i8Fo8OInTmJMJfcTaL60TRfty9bEK { position:relative; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq #KbOaxIXw6m66Gy1k3pvwmUZbLtbBNglV { position:relative;z-index:1; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq #ukaAw53vx8Jin2zMKAHlZVGlpLmrKTE6 { position:relative;display:block; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq #TOfw3XZ0c9HCcgElsJCN2UviWGzaHmwm { position:relative; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq #zpsz6NFsTz9IAPEGoAFW0yVJTVPHxw7U { position:relative;z-index:1; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq #nCctNm9QKGcevIl9XISP6pcBRs1iZAXK { position:relative;display:block; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq #HU4m76GmMsEXO4mhsemwW9f7g3mSX7fN { position:relative; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq #weoUIhTKzoIRwGTVBHa3UTkTm5rrD9Mx { position:relative;z-index:1; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq #D0xWc5v7qzawHVATPvZevVBSrkOFH84v { position:relative;z-index:2; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq #CntZTWXTfPDDBl8eyPvV2uaJOexKOAix { position:relative; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq #yVWwN6nH3QwQlmAsoRo9Gcl79lgTrOKH { position:relative;z-index:1; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq #nw31DTolR2aaFD7IW6RPe9AA4GOr0Oor { position:relative; }
#Lf9wk7STBVhG7mZiu7sWxkfuSypGhIsm { position:absolute;display:block;z-index:14999;background-color:#3b8ae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;height:38.9375rem;width:24.9375rem;top:1.1875rem;left:20.8125rem;display:block; }
#WsBgmsR4bO1CPXgRHOKV1kSONvHU9IfO { color:#fafafa;display:block;width:21.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:3.1875rem;left:22.68798828125rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UghklknD4bZgtd9z3bhJJ4OOq005wKtz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:3rem;left:6.875rem;display:none; }
#uirElaIT2DQcsXogya2TqZaTryFDS8R9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b4c7b9;background-image:url("https://images.assets-landingi.com/uc/01c8f8a1-aa2b-4edd-a003-553b557974f7/stopkabackground.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; }#uirElaIT2DQcsXogya2TqZaTryFDS8R9.adaptive-delivery-prevent-bg, #uirElaIT2DQcsXogya2TqZaTryFDS8R9.lazyload, #uirElaIT2DQcsXogya2TqZaTryFDS8R9.lazyloading { background-image: none; }#uirElaIT2DQcsXogya2TqZaTryFDS8R9 > .row .container { background-color: transparent; background-image: none; }#uirElaIT2DQcsXogya2TqZaTryFDS8R9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uirElaIT2DQcsXogya2TqZaTryFDS8R9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uirElaIT2DQcsXogya2TqZaTryFDS8R9 > .row .container > .video-iframe-container { display: none; }#uirElaIT2DQcsXogya2TqZaTryFDS8R9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uirElaIT2DQcsXogya2TqZaTryFDS8R9 > .row > .video-iframe-container { display: none; }#uirElaIT2DQcsXogya2TqZaTryFDS8R9 > .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); }#uirElaIT2DQcsXogya2TqZaTryFDS8R9 > .row .container { border-width: 0; border-radius: 0; }#uirElaIT2DQcsXogya2TqZaTryFDS8R9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uirElaIT2DQcsXogya2TqZaTryFDS8R9 > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:block; }#yNSWLgEfvEMOLF5bsdBNgPRzslUQ6pz8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.25rem;left:31.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yhR00Fwg9T8hO6KDZAutT3usTMRCAerD { color:rgba(var(--color-tertiary-0),1);display:block;width:19.249rem;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:5.9375rem;left:27.9375rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RAIUkTEqHlNlfwSOkJE9My8xM3gxL7sG { color:rgba(var(--color-tertiary-4),1);display:block;width:60.561809539795rem;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:7.2173719406125rem;height:0;text-align:center;text-align-last:center;display:none; }
#bF90RPL4iGDUbIw4HT9DHhosfFr83DOM { color:rgba(var(--color-tertiary-0),1);display:block;width:57.2475625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.625rem;left:8.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RPCizqu0uuFs8J05O5JQCRQf1iLfBPtJ { color:rgba(var(--color-tertiary-0),1);display:block;width:49.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:17.5625rem;left:12.8125rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EXqxD2CC7V2nzxEEd6eIWk6xtZvAkc9u { background-color:#898989;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:10.875rem;left:31.875rem;display:block; }
#f7SJrbtfeTfpu7uVZ33h9SUrl7LWq4LO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 { background-color:#f6fcfd;background-image:url("https://images.assets-landingi.com/L1fygj0t/firmowatoyota.pl_mobile.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4.adaptive-delivery-prevent-bg, #WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4.lazyload, #WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4.lazyloading { background-image: none; }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 > .row .container { background-color: transparent; background-image: none; }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 > .row .container > .video-iframe-container { display: none; }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 > .row > .video-iframe-container { display: none; }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 > .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); }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 > .row .container { width:47.75rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpcwNxA0Wc2AwJ18h1wK9itBfAP8sMs5 { width:15.125rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2GTA2UPhu3hKdFu4FWNht3HVJQpwtKE { width:15.625rem;height:8.6875rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uavzT3KkcnqmyXIE6VSwIg6RcBRTNpFr { width:12.5625rem;height:2.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGe5VaEEb3dwhcKPsQQ11pCldo9Kr2Df { width:2.3125rem;height:2.3125rem;top:0.5625rem;left:45.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx5p77w8fBTENWUITR2SwPowRGBTdBeO { width:9.25rem;height:3.0625rem;top:0.25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTg7AO7U2rFbggcQHQK87JRr1PX4dfIX { top:1rem;left:38.9375rem;width:8.8125rem;height:1.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTCCQ2eO4URonVUc00R7Kz7MCgvkRAsL { width:12.5rem;height:1.13671875rem;top:1.0625rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gURbVwXPQWdZw1ihhgbly0T6EgQ440Wb { width:8.375rem;height:2.625rem;top:0.5rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmHoVgTaO04sADhnnzxMfShZvUy79BRm { background-color:#f6fcfd;background-image:url("https://images.assets-landingi.com/L1fygj0t/firmowatoyota.pl_mobile.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm.adaptive-delivery-prevent-bg, #HmHoVgTaO04sADhnnzxMfShZvUy79BRm.lazyload, #HmHoVgTaO04sADhnnzxMfShZvUy79BRm.lazyloading { background-image: none; }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm > .row .container { background-color: transparent; background-image: none; }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm > .row .container > .video-iframe-container { display: none; }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm > .row > .video-iframe-container { display: none; }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm > .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); }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm > .row .container { width:47.75rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxGAtTo7o9eptZUbHQVrKPUoZvIR9GiK { width:15.125rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #gr0TSRoTAOFN3mHK8rUBIx5ZQsGpTyXB { width:15.625rem;height:8.6875rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0OWwbm4t9JNicQZL7PoGhhWg2CHvwkT { width:30.375rem;height:19.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dnrSZ3Up5lismBcp5UwFy2hvzaZwLuxa { width:37.6875rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx { background-color:#f6fcfd;background-image:url("https://images.assets-landingi.com/L1fygj0t/firmowatoyota.pl_mobile.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx.adaptive-delivery-prevent-bg, #HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx.lazyload, #HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx.lazyloading { background-image: none; }#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VZyfMJ7uvkPhF2ESIUDU7B1bqJFXP2SU { width:21.125rem;height:23.375rem;top:5.8125rem;left:25.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkUyqPTrNG1w86Rpnws90cU0CWiLLZOR { width:15.0625rem;height:0;top:7.5625rem;left:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-regular-label { width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-input-text { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-input-text {padding-top: 0; padding-bottom: 0;}#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-textarea { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-input-select { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-input-select {padding-top: 0; padding-bottom: 0;}#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-input-button { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.375rem; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-checkbox-label { width:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-container:first-of-type{padding-top:0;}#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-container:last-of-type{padding-bottom:0;}#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv  { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .radio-container { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv {display:block;}#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem; }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #OKCkn8LHogxTgRb9sUJ3M8QWE4z1QTUI {  }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #Sd3Qklr2VesqwJlfZqSQTl4WesqKoSKJ { display:none; }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #guBJUHP7zWbmzbTIrhmC96Wes9y2UtFU {  }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #zewZiEC0lf900QkXMoNQvi30rU4Le527 {  }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #kULiJ03sQ00GKTmLpT27XcTTc3BStkPt { display:none; }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #KrUruI4vKJBaG4ci6Ibef9Tmb9tJtbJW {  }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #fUOVO2Jkt2xpKBa1Cr8xbsRV3zNnAHCz {  }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #TUsgAzASUdLwR9oiU9b48lbpElLTsWB7 { display:none; }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #y6OqoqbFUU6d6bCMGozbioZeg01npKEs {  }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #uv1wHe2x94kRuBWknfha9bBmlhfLtoUw {  }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #XQaOes8JUi0im0t1RJLlBVJTBKQMXiTD {  }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #Jq4rlfmuGoDZm2bwCZT7C6k22akB6zxn {  }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #DOTDX1DqaqRIrDaO3Ikq4HvRzFVqultD {  }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #C2dXQaxo2hTD9NemhL8KC3lKzNRhCBmc {  }
 }@media only screen and (max-width: 763px) { #pCdr0MN7PKuOsZDtt2HJNHThlbDnWQzk { width:34.25rem;height:7.125rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5p4D53uMQntvTGDDF4bkU3LRLO6bmlW { width:46.8125rem;height:10rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgz37kSOQFoCS7rkUuweCHkLMCVEGxht { display:block; }#pgz37kSOQFoCS7rkUuweCHkLMCVEGxht > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSKF8Qi5na7qNQHAnbIrHKUx6TNDMLC9 { width:10.6875rem;height:2.6875rem;top:29.5625rem;left:18.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRKUcvc5WLPH6zvJEa3KWCsHe1fQGIAX { display:block; }
 }@media only screen and (max-width: 763px) { #eIRLyCgzydOtpSM8dg8Kx5n7qlTbruPJ { width:22.0625rem;height:0.0625rem;top:27.0625rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crir5enT9oza5KHQQV7NQU2qs8EvhwHM { width:16.5rem;height:5.4375rem;top:21.25rem;left:31.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyFp7FBlT2cvlwgc4JBgdvf65SrTAlH5 { width:4.875rem;height:1.375rem;top:25.125rem;left:42.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2207HEWBq81JZ5odlVJ4Mqo0leqd9vD { width:4.875rem;height:1.375rem;top:20.6875rem;left:38.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTiH7RPvpChavuvCbLZXQ6IpkLVpBn5e { width:22.0625rem;height:0.0625rem;top:9.375rem;left:25.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OR50EdkHayPh9v8mRMXM1ah3vqno3eRd { width:36.375rem;height:18.9375rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlfMqkPsVFCIx0vaAI2kLFOZouWRTD2c { width:29.875rem;height:3.25rem;top:1.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAkThDuqawkGTZGsHZHWeT3w42gNCRP3 { width:18.5625rem;height:1.1875rem;top:27.0625rem;left:29.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w19TWgte2uJQdk7BKmbQ7TuKNW2gdcR5 { display:block; }#w19TWgte2uJQdk7BKmbQ7TuKNW2gdcR5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZlOUeNSMo3Og0wFy9togJ43kvqlJepB { width:10.6875rem;height:2.6875rem;top:29.5625rem;left:18.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUG3tSlAEs2tmBaKNlTCpnaXqCPT2Esk { display:block; }
 }@media only screen and (max-width: 763px) { #ueJ3ufA3CTc7dDXxTTR5EtERJIPTJXca { width:22.0625rem;height:0.0625rem;top:27.125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZwTBdEI9Oo2xTP1kA9ZgyaoN711yxgT { width:16.5rem;height:5.4375rem;top:21.3125rem;left:31.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8432RxxrEhq9NuJIGtFniPhkIJGWvuU { width:4.875rem;height:1.375rem;top:25.1875rem;left:42.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD2LULDHP20dsHVPfioeeuLB3wB94aBC { width:4.875rem;height:1.375rem;top:20.75rem;left:38.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcDyvFC9DTghPu6IBz5THn6rpBJ06vEL { width:22.0625rem;height:0.0625rem;top:9.375rem;left:25.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xO2ZgS17MCVbDuzAiRTPrFtOXWZtCNeQ { width:47.0625rem;height:18.999rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKU4JdJmMT75DAloZUKZ7aVvXAQ174LE { width:29.875rem;height:3.25rem;top:2.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdLsLenAsNCwNC6CtpWMCkdbqahHrnuc { width:36.375rem;height:18.9375rem;top:9.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lMvgQUrTZx1oicOKSg6lEmZ6itG0UlWz { width:18.5625rem;height:1.1875rem;top:27.125rem;left:29.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWd2CxW0R4R97VSckcXO4wgzL3lGMrgK { display:block; }#uWd2CxW0R4R97VSckcXO4wgzL3lGMrgK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCqh2TN5W3uWlefoQKKyxPVLSfmMyAtI { width:10.6875rem;height:2.6875rem;top:29.5625rem;left:18.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEVAJQB7cyTnm0X0WaN7KfR9uWkNW8FQ { display:block; }
 }@media only screen and (max-width: 763px) { #fKUgecnhJ9IMVC5VpmU771kXT8TAue5w { width:22.0625rem;height:0.0625rem;top:27.6875rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx7sig7MFSHo0wLOCPrIt50W8mpPLJdi { width:16.5rem;height:0;top:21.9375rem;left:31.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4XlJhs4hiNGcDMlgio1Z8rvCVTSdmuD { width:4.875rem;height:1.375rem;top:25.75rem;left:42.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoEkwnA67UT1MDsk3OEQgUChrmApmxOU { width:4.875rem;height:1.375rem;top:21.3125rem;left:38.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABV3vB3wi3Z8E5SEX9oA03HuiETFEypp { width:22.0625rem;height:0.0625rem;top:9.375rem;left:25.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9Cp7ZeQWfSF64xlShZlP899WKNoCpG3 { width:29.875rem;height:3.25rem;top:2.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yczBqCKTzp0ddgsVx5k63ZqqfMBfXzxB { width:42.125rem;height:22.125rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhTaMpUGZkh3faKlfm8551H1hTdHs4u3 { width:16.5rem;height:5.4375rem;top:22.125rem;left:31.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLHfG4PrReoJXfZOUBm5AfE01Fkvk3vG { width:18.5625rem;height:1.1875rem;top:27.6875rem;left:29.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am7B69PnuJtrJMXd6GVQaPnwP89Mb4w4 { display:block; }#Am7B69PnuJtrJMXd6GVQaPnwP89Mb4w4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3s30AHq0Uz0GlTG4TwWocvmgEoS6rBn { width:10.6875rem;height:2.6875rem;top:29.5625rem;left:18.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSGArAMFor6rxSQZKJIJ3KNbLXuFTMwk { display:block; }
 }@media only screen and (max-width: 763px) { #Vi5xvt4Mnp4NRum3tFvkATJwZIqswP22 { width:22.0625rem;height:0.0625rem;top:28.4375rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyPZ5A59W8rB6diyUrMVsOgprol7k3l3 { width:16.5rem;height:5.4375rem;top:22.625rem;left:31.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KogrHg0su7MBwGLC9qVn7EHVkAANnZPM { width:4.875rem;height:1.375rem;top:26.5rem;left:42.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rul31In41abDgmMJtc2BO8OM0btR8in6 { width:4.875rem;height:1.375rem;top:22.0625rem;left:37.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRwfFtkE6WSkJSKu477DDgLkJPwrdqSN { width:22.0625rem;height:0.0625rem;top:9.375rem;left:25.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKTAyXhDTkcgnVz6F71q55cccxbqbukz { width:31.875rem;height:3.25rem;top:2.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NguV9XbuewcUG0kAuZy5BKCZApOfRrJL { width:42.125rem;height:22.125rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUtwJ5iGt8woPdT5Lsv5V3Bq1UiF6Lz1 { width:18.5625rem;height:1.1875rem;top:28.4375rem;left:29.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugg8w49B93DD0sJ6sPz370pDqCEwxO3g { display:block; }#ugg8w49B93DD0sJ6sPz370pDqCEwxO3g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7xCTzeTyT6de0f04SUzL4e9s2fHEE3z { width:10.6875rem;height:2.6875rem;top:29.5625rem;left:18.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7xRmD3ltyyU6sNLRGPpBp0Ko22HXAiZ { display:block; }
 }@media only screen and (max-width: 763px) { #zBKnJTg4qUfz3QC8lwiIoyWPT6F3e4TZ { width:18.625rem;height:1.1875rem;top:28.4375rem;left:29.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y73u64UWx7MiTulct7sx2vGIysOWiiqo { width:22.0625rem;height:0.0625rem;top:28.4375rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH05zVWNTwSNAsPpvQ5tsnc5VSPlOWcA { width:16.5rem;height:0;top:22.625rem;left:31.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8LPd4wTUKQKFqwCJaCcEiOyuyX01qvy { width:4.875rem;height:1.375rem;top:26.5rem;left:42.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbVMBO7r7ay11Km7uTfTw6lVCVfrWRMJ { width:4.875rem;height:1.375rem;top:22.0625rem;left:38.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3ZpwGgMwONNgt3NyCCRG08Xg8SaTP2n { width:22.0625rem;height:0.0625rem;top:9.375rem;left:25.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTslARDUkMTBQImyXLAcudJ0le60FgSU { width:29.875rem;height:3.25rem;top:2.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm4BUehT556DoymD9Oxp5lodp1mf2xqs { width:16.5rem;height:5.4375rem;top:23rem;left:31.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohZsMMxJ2OTZss8TEl55a1AQSmVBCctO { width:40.75rem;height:24.773807336077rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCfpfdm8yuOqRB62mHq7mwycUfK0ibDz { width:16.5rem;height:5.4375rem;top:4.1875rem;left:31.25rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WROIKhyOevXRUCTH6mpS9cHsN8w1ulS1 { display:block; }#WROIKhyOevXRUCTH6mpS9cHsN8w1ulS1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J1hcfJMMJifFa4TFs6d1HPgiBlP25zvH { width:10.6875rem;height:2.6875rem;top:29.5625rem;left:18.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc8p81WbTncR6mUKc6dEowwu5l0KavUB { display:block; }
 }@media only screen and (max-width: 763px) { #Rng2ufrOsB0cMJBcJyySvEWV6mIQEoxD { width:18.4375rem;height:1.1875rem;top:28.4375rem;left:29.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwH0rufbi8TlaOATxbyDxtIxakWyh7St { width:22.0625rem;height:0.0625rem;top:28.4375rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iULAzD4ka5szLlnsfdTXkT5fxGea72mz { width:16.5rem;height:5.4375rem;top:22.8125rem;left:31.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOeh0Or7c7DNqMWcVuN24AtChBrvRJS0 { width:4.875rem;height:1.375rem;top:26.5rem;left:42.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSywQ7ZTKaveAWdcIf6TRUoSCTAXgvix { width:4.875rem;height:1.375rem;top:22.0625rem;left:38.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZQcwG6DHJMoC50yMwrUp3cLDOTco4GF { width:31.875rem;height:3.25rem;top:2.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCb1MWzLrtPOHUVbDS7215CBPGllkBaK { width:41.6875rem;height:25.336318399022rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l10yeuOBPumI2kg9qfwGdfZ0pnTAdgay { display:none; }#l10yeuOBPumI2kg9qfwGdfZ0pnTAdgay > .row .container { width:47.75rem;height:15rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HMRgn85KX5tXnSNvDk8AKoityWMIRE9K { display:none; }#HMRgn85KX5tXnSNvDk8AKoityWMIRE9K > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yHfVu5eh2xaZyTterlE5a4DNrt2v2Bir { width:13.625rem;height:3.4375rem;top:7.6875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OESxHNbnrMboOWLrDefVaxhGbQ2N8Fc7 { display:block; }
 }@media only screen and (max-width: 763px) { #H9qW2y1ml5LOex1i5avnEMSItm6T5Vun { width:40.9375rem;height:2.5625rem;top:4.0625rem;left:3.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt { background-color:#f6fcfd;background-image:url("https://images.assets-landingi.com/L1fygj0t/firmowatoyota.pl_mobile.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt.adaptive-delivery-prevent-bg, #Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt.lazyload, #Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt.lazyloading { background-image: none; }#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt > .row .container { width:47.75rem;height:53.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-regular-label { width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-input-text { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-input-text {padding-top: 0; padding-bottom: 0;}#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-textarea { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-input-select { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-input-select {padding-top: 0; padding-bottom: 0;}#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-input-button { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.375rem; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-checkbox-label { width:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-container:first-of-type{padding-top:0;}#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-container:last-of-type{padding-bottom:0;}#CNOqTT223Ew5uporVp6dkcSaZNtilaQq  { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .radio-container { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq {display:block;}#CNOqTT223Ew5uporVp6dkcSaZNtilaQq { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem; }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #gNGsaJEUFbzMUCAlNkfyxu59QrmUB8SK {  }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #vk8U6XtCOm16UH4tyO89ghsmBNHVJSFG { display:block; }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #yo3i8Fo8OInTmJMJfcTaL60TRfty9bEK {  }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #KbOaxIXw6m66Gy1k3pvwmUZbLtbBNglV {  }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #ukaAw53vx8Jin2zMKAHlZVGlpLmrKTE6 { display:block; }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #TOfw3XZ0c9HCcgElsJCN2UviWGzaHmwm {  }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #zpsz6NFsTz9IAPEGoAFW0yVJTVPHxw7U {  }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #nCctNm9QKGcevIl9XISP6pcBRs1iZAXK { display:block; }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #HU4m76GmMsEXO4mhsemwW9f7g3mSX7fN {  }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #weoUIhTKzoIRwGTVBHa3UTkTm5rrD9Mx {  }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #D0xWc5v7qzawHVATPvZevVBSrkOFH84v {  }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #CntZTWXTfPDDBl8eyPvV2uaJOexKOAix {  }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #yVWwN6nH3QwQlmAsoRo9Gcl79lgTrOKH {  }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #nw31DTolR2aaFD7IW6RPe9AA4GOr0Oor {  }
 }@media only screen and (max-width: 763px) { #Lf9wk7STBVhG7mZiu7sWxkfuSypGhIsm { width:21.125rem;height:23.375rem;top:5.8125rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsBgmsR4bO1CPXgRHOKV1kSONvHU9IfO { width:15.0625rem;height:0;top:7.5625rem;left:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UghklknD4bZgtd9z3bhJJ4OOq005wKtz { width:12.5rem;height:3.875rem;top:3rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uirElaIT2DQcsXogya2TqZaTryFDS8R9 { display:block; }#uirElaIT2DQcsXogya2TqZaTryFDS8R9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNSWLgEfvEMOLF5bsdBNgPRzslUQ6pz8 { width:12.875rem;height:2rem;top:3.25rem;left:17.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhR00Fwg9T8hO6KDZAutT3usTMRCAerD { width:19.1875rem;height:3.875rem;top:5.9375rem;left:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAIUkTEqHlNlfwSOkJE9My8xM3gxL7sG { width:47.75rem;height:3.8125rem;top:13.5rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bF90RPL4iGDUbIw4HT9DHhosfFr83DOM { width:47.75rem;height:1.25rem;top:15.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPCizqu0uuFs8J05O5JQCRQf1iLfBPtJ { width:47.75rem;height:1rem;top:17.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXqxD2CC7V2nzxEEd6eIWk6xtZvAkc9u { width:11.3125rem;height:2.25rem;top:10.875rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7SJrbtfeTfpu7uVZ33h9SUrl7LWq4LO { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 { background-color:#ffffff;background-image:none;position:relative;z-index:auto;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 > .row .container { background-color: transparent; background-image: none; }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 > .row .container > .video-iframe-container { display: none; }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 > .row > .video-iframe-container { display: none; }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 > .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); }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WnAK6TO9ExFt1o6VBG3Ky9BvUiZNViO4 > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpcwNxA0Wc2AwJ18h1wK9itBfAP8sMs5 { top:25.625rem;left:2.125rem;width:15.75rem;height:3.875rem;z-index:15030;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #k2GTA2UPhu3hKdFu4FWNht3HVJQpwtKE { width:15.625rem;height:8.6875rem;top:19.3916015625rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uavzT3KkcnqmyXIE6VSwIg6RcBRTNpFr { width:11.4375rem;height:1.9375rem;top:1.5625rem;left:4.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WGe5VaEEb3dwhcKPsQQ11pCldo9Kr2Df { width:1.31239375rem;height:1.31239375rem;top:9.537109375rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx5p77w8fBTENWUITR2SwPowRGBTdBeO { width:9.25rem;height:3.0625rem;top:5.34375rem;left:1.43701171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gTg7AO7U2rFbggcQHQK87JRr1PX4dfIX { width:6.625rem;height:1.0996125rem;top:9.64306640625rem;left:11.49951171875rem;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) { #uTCCQ2eO4URonVUc00R7Kz7MCgvkRAsL { width:7.3125rem;height:1.13720625rem;top:9.625rem;left:0.87451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gURbVwXPQWdZw1ihhgbly0T6EgQ440Wb { width:8.375rem;height:2.625rem;top:5.5625rem;left:10.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmHoVgTaO04sADhnnzxMfShZvUy79BRm { background-color:#ffffff;background-image:none;position:relative;z-index:auto;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm > .row .container { background-color: transparent; background-image: none; }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm > .row .container > .video-iframe-container { display: none; }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm > .row > .video-iframe-container { display: none; }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm > .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); }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmHoVgTaO04sADhnnzxMfShZvUy79BRm > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxGAtTo7o9eptZUbHQVrKPUoZvIR9GiK { top:25.625rem;left:2.125rem;width:15.75rem;height:3.875rem;z-index:15030;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #gr0TSRoTAOFN3mHK8rUBIx5ZQsGpTyXB { width:15.625rem;height:8.6875rem;top:19.3916015625rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R0OWwbm4t9JNicQZL7PoGhhWg2CHvwkT { top:0rem;left:0rem;width:20rem;height:12.75rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dnrSZ3Up5lismBcp5UwFy2hvzaZwLuxa { top:12.75rem;left:0rem;width:20rem;height:1.375rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx { position:relative;z-index:auto;display:block; }#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx { background-color: transparent; background-image: none; }#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx > .row .container > .video-iframe-container { display: none; }#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx > .row > .video-iframe-container { display: none; }#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx > .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); }#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx { border-width: 0; border-radius: 0; }#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGZ3BM1O8IpIZSUt7zaGalQd51p675Dx > .row .container { width:20rem;height:11.75rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #1842c8, #ffffff);background-image: -moz-linear-gradient(top, #1842c8, #ffffff);background-image: -ms-linear-gradient(top, #1842c8, #ffffff);background-image: -o-linear-gradient(top, #1842c8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1842c8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1842c8', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #1842c8, #ffffff);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZyfMJ7uvkPhF2ESIUDU7B1bqJFXP2SU { width:20rem;height:29.5rem;top:9.25rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkUyqPTrNG1w86Rpnws90cU0CWiLLZOR { width:20rem;height:auto;top:10.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.0625rem;display:block;vertical-align:top; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-input-text {padding-top: 0; padding-bottom: 0;}#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-input-select {padding-top: 0; padding-bottom: 0;}#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .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; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-container:first-of-type{padding-top:0;}#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .widget-container:last-of-type{padding-bottom:0;}#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv  { width:17.5rem;height:0;top:13.4375rem;left:0rem;z-index:15014;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(255,139,26,0.82);background-image:none; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv {display:block;}#CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv { width:17.5rem;height:0;top:13.4375rem;left:0rem;z-index:15014;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(255,139,26,0.82);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #OKCkn8LHogxTgRb9sUJ3M8QWE4z1QTUI {  }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #Sd3Qklr2VesqwJlfZqSQTl4WesqKoSKJ { display:none; }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #guBJUHP7zWbmzbTIrhmC96Wes9y2UtFU {  }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #zewZiEC0lf900QkXMoNQvi30rU4Le527 {  }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #kULiJ03sQ00GKTmLpT27XcTTc3BStkPt { display:none; }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #KrUruI4vKJBaG4ci6Ibef9Tmb9tJtbJW {  }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #fUOVO2Jkt2xpKBa1Cr8xbsRV3zNnAHCz {  }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #TUsgAzASUdLwR9oiU9b48lbpElLTsWB7 { display:none; }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #y6OqoqbFUU6d6bCMGozbioZeg01npKEs {  }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #uv1wHe2x94kRuBWknfha9bBmlhfLtoUw {  }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #XQaOes8JUi0im0t1RJLlBVJTBKQMXiTD {  }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #Jq4rlfmuGoDZm2bwCZT7C6k22akB6zxn {  }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #DOTDX1DqaqRIrDaO3Ikq4HvRzFVqultD {  }
 }@media only screen and (max-width: 763px) { #CBcGaZBmaM1fFtb3bWl91kQCxiEGlQTv #C2dXQaxo2hTD9NemhL8KC3lKzNRhCBmc {  }
 }@media only screen and (max-width: 763px) { #pCdr0MN7PKuOsZDtt2HJNHThlbDnWQzk { width:19.6875rem;height:4.0625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5p4D53uMQntvTGDDF4bkU3LRLO6bmlW { width:20rem;height:4.125rem;top:1.4375rem;left:0rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pgz37kSOQFoCS7rkUuweCHkLMCVEGxht { display:block; }#pgz37kSOQFoCS7rkUuweCHkLMCVEGxht > .row .container { width:20rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSKF8Qi5na7qNQHAnbIrHKUx6TNDMLC9 { width:10.6865rem;height:2.6860375rem;top:22.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRKUcvc5WLPH6zvJEa3KWCsHe1fQGIAX { display:block; }
 }@media only screen and (max-width: 763px) { #eIRLyCgzydOtpSM8dg8Kx5n7qlTbruPJ { width:20rem;height:0;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crir5enT9oza5KHQQV7NQU2qs8EvhwHM { width:19.874rem;height:2.5996125rem;top:16.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QyFp7FBlT2cvlwgc4JBgdvf65SrTAlH5 { width:4.8745125rem;height:1.3808625rem;top:19rem;left:7.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q2207HEWBq81JZ5odlVJ4Mqo0leqd9vD { width:4.8745125rem;height:1.3808625rem;top:15.0625rem;left:7.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTiH7RPvpChavuvCbLZXQ6IpkLVpBn5e { width:19.9975625rem;height:0.060546875rem;top:28.09814453125rem;left:0rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #OR50EdkHayPh9v8mRMXM1ah3vqno3eRd { width:17.7485625rem;height:9.124rem;top:5.0996125rem;left:1.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WlfMqkPsVFCIx0vaAI2kLFOZouWRTD2c { width:19.9975625rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAkThDuqawkGTZGsHZHWeT3w42gNCRP3 { width:18.5615rem;height:0.9746125rem;top:20.9375rem;left:1.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w19TWgte2uJQdk7BKmbQ7TuKNW2gdcR5 { display:none; }#w19TWgte2uJQdk7BKmbQ7TuKNW2gdcR5 > .row .container { width:20rem;height:29.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SZlOUeNSMo3Og0wFy9togJ43kvqlJepB { width:10.687rem;height:2.6860375rem;top:24.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUG3tSlAEs2tmBaKNlTCpnaXqCPT2Esk { display:block; }
 }@media only screen and (max-width: 763px) { #ueJ3ufA3CTc7dDXxTTR5EtERJIPTJXca { width:20rem;height:0;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZwTBdEI9Oo2xTP1kA9ZgyaoN711yxgT { width:19.8745rem;height:2.5996125rem;top:17rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q8432RxxrEhq9NuJIGtFniPhkIJGWvuU { width:4.8745125rem;height:1.3808625rem;top:19.5625rem;left:7.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aD2LULDHP20dsHVPfioeeuLB3wB94aBC { width:4.8745125rem;height:1.3808625rem;top:15.625rem;left:7.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcDyvFC9DTghPu6IBz5THn6rpBJ06vEL { width:19.9975625rem;height:0.060546875rem;top:29.314453125rem;left:0rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #xO2ZgS17MCVbDuzAiRTPrFtOXWZtCNeQ { width:19.9995rem;height:8.07275rem;top:18.7470703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sKU4JdJmMT75DAloZUKZ7aVvXAQ174LE { width:19.9975625rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VdLsLenAsNCwNC6CtpWMCkdbqahHrnuc { width:17.7475625rem;height:9.1225625rem;top:5.0996125rem;left:1.125rem;overflow:hidden;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #lMvgQUrTZx1oicOKSg6lEmZ6itG0UlWz { width:18.562rem;height:0.9746125rem;top:22.0625rem;left:1.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uWd2CxW0R4R97VSckcXO4wgzL3lGMrgK { display:block; }#uWd2CxW0R4R97VSckcXO4wgzL3lGMrgK > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCqh2TN5W3uWlefoQKKyxPVLSfmMyAtI { width:10.6865rem;height:2.6860375rem;top:26.0517578125rem;left:4.65673828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEVAJQB7cyTnm0X0WaN7KfR9uWkNW8FQ { display:block; }
 }@media only screen and (max-width: 763px) { #fKUgecnhJ9IMVC5VpmU771kXT8TAue5w { width:20rem;height:0;top:28.082559375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx7sig7MFSHo0wLOCPrIt50W8mpPLJdi { width:19.8745rem;height:0;top:17.721221875rem;left:0.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k4XlJhs4hiNGcDMlgio1Z8rvCVTSdmuD { width:4.8745125rem;height:1.3808625rem;top:21.07080078125rem;left:7.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xoEkwnA67UT1MDsk3OEQgUChrmApmxOU { width:4.8745125rem;height:1.3808625rem;top:17.09033203125rem;left:7.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ABV3vB3wi3Z8E5SEX9oA03HuiETFEypp { width:19.9975625rem;height:0.060546875rem;top:31.626953125rem;left:0rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #P9Cp7ZeQWfSF64xlShZlP899WKNoCpG3 { width:19.9975625rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yczBqCKTzp0ddgsVx5k63ZqqfMBfXzxB { width:19.4365rem;height:10.0615rem;top:5.0996125rem;left:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PhTaMpUGZkh3faKlfm8551H1hTdHs4u3 { width:16.499rem;height:2.5996125rem;top:18.47119140625rem;left:1.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLHfG4PrReoJXfZOUBm5AfE01Fkvk3vG { width:18.5615rem;height:0.9746125rem;top:23.77001953125rem;left:0.71875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Am7B69PnuJtrJMXd6GVQaPnwP89Mb4w4 { display:block; }#Am7B69PnuJtrJMXd6GVQaPnwP89Mb4w4 > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3s30AHq0Uz0GlTG4TwWocvmgEoS6rBn { width:10.6865rem;height:2.6860375rem;top:26.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSGArAMFor6rxSQZKJIJ3KNbLXuFTMwk { display:block; }
 }@media only screen and (max-width: 763px) { #Vi5xvt4Mnp4NRum3tFvkATJwZIqswP22 { width:20rem;height:0;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyPZ5A59W8rB6diyUrMVsOgprol7k3l3 { width:19.874rem;height:2.5996125rem;top:18.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KogrHg0su7MBwGLC9qVn7EHVkAANnZPM { width:4.8745125rem;height:1.3808625rem;top:21.125rem;left:7.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rul31In41abDgmMJtc2BO8OM0btR8in6 { width:4.8745125rem;height:1.3808625rem;top:17.125rem;left:7.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DRwfFtkE6WSkJSKu477DDgLkJPwrdqSN { width:19.9975625rem;height:0.060546875rem;top:31.876953125rem;left:0rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #gKTAyXhDTkcgnVz6F71q55cccxbqbukz { width:19.9975625rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NguV9XbuewcUG0kAuZy5BKCZApOfRrJL { width:20rem;height:10.375rem;top:5.1875rem;left:-0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rUtwJ5iGt8woPdT5Lsv5V3Bq1UiF6Lz1 { width:18.5615rem;height:0.9746125rem;top:24rem;left:0.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ugg8w49B93DD0sJ6sPz370pDqCEwxO3g { display:block; }#ugg8w49B93DD0sJ6sPz370pDqCEwxO3g > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7xCTzeTyT6de0f04SUzL4e9s2fHEE3z { width:10.6865rem;height:2.6860375rem;top:28.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7xRmD3ltyyU6sNLRGPpBp0Ko22HXAiZ { display:block; }
 }@media only screen and (max-width: 763px) { #zBKnJTg4qUfz3QC8lwiIoyWPT6F3e4TZ { width:15.374rem;height:0.9746125rem;top:25.5625rem;left:2.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y73u64UWx7MiTulct7sx2vGIysOWiiqo { width:20rem;height:0;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH05zVWNTwSNAsPpvQ5tsnc5VSPlOWcA { width:19.8745rem;height:0;top:26.5rem;left:0.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o8LPd4wTUKQKFqwCJaCcEiOyuyX01qvy { width:4.8745125rem;height:1.3808625rem;top:22.6875rem;left:7.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XbVMBO7r7ay11Km7uTfTw6lVCVfrWRMJ { width:4.8745125rem;height:1.3808625rem;top:18.75rem;left:7.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m3ZpwGgMwONNgt3NyCCRG08Xg8SaTP2n { width:19.9975625rem;height:0.060546875rem;top:33.625rem;left:0rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #nTslARDUkMTBQImyXLAcudJ0le60FgSU { width:19.9975625rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gm4BUehT556DoymD9Oxp5lodp1mf2xqs { width:16.5rem;height:auto;top:23rem;left:1.75rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ohZsMMxJ2OTZss8TEl55a1AQSmVBCctO { width:19.9985625rem;height:12.15725rem;top:5.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCfpfdm8yuOqRB62mHq7mwycUfK0ibDz { width:16.499rem;height:2.5996125rem;top:20.0625rem;left:1.75rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #WROIKhyOevXRUCTH6mpS9cHsN8w1ulS1 { display:block; }#WROIKhyOevXRUCTH6mpS9cHsN8w1ulS1 > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J1hcfJMMJifFa4TFs6d1HPgiBlP25zvH { width:10.6865rem;height:2.6860375rem;top:28.625rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc8p81WbTncR6mUKc6dEowwu5l0KavUB { display:block; }
 }@media only screen and (max-width: 763px) { #Rng2ufrOsB0cMJBcJyySvEWV6mIQEoxD { width:15.3745rem;height:0.9746125rem;top:26.125rem;left:3.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwH0rufbi8TlaOATxbyDxtIxakWyh7St { width:20rem;height:0;top:33.552734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iULAzD4ka5szLlnsfdTXkT5fxGea72mz { width:19.8745rem;height:2.5996125rem;top:20.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EOeh0Or7c7DNqMWcVuN24AtChBrvRJS0 { width:4.8745125rem;height:1.3808625rem;top:23.5rem;left:7.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sSywQ7ZTKaveAWdcIf6TRUoSCTAXgvix { width:4.8745125rem;height:1.3808625rem;top:19.625rem;left:7.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EZQcwG6DHJMoC50yMwrUp3cLDOTco4GF { width:19.9975625rem;height:2.5996125rem;top:1.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCb1MWzLrtPOHUVbDS7215CBPGllkBaK { width:19.9985625rem;height:12.1548125rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l10yeuOBPumI2kg9qfwGdfZ0pnTAdgay { display:block; }#l10yeuOBPumI2kg9qfwGdfZ0pnTAdgay > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMRgn85KX5tXnSNvDk8AKoityWMIRE9K { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/49b82c9d-001a-48b3-bf1b-04fae17f57eb/paseklexus.png");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HMRgn85KX5tXnSNvDk8AKoityWMIRE9K.adaptive-delivery-prevent-bg, #HMRgn85KX5tXnSNvDk8AKoityWMIRE9K.lazyload, #HMRgn85KX5tXnSNvDk8AKoityWMIRE9K.lazyloading { background-image: none; }#HMRgn85KX5tXnSNvDk8AKoityWMIRE9K > .row .container { border-width: 0; border-radius: 0; }#HMRgn85KX5tXnSNvDk8AKoityWMIRE9K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HMRgn85KX5tXnSNvDk8AKoityWMIRE9K > .row .container { width:20rem;height:8.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yHfVu5eh2xaZyTterlE5a4DNrt2v2Bir { width:13.625rem;height:3.4375rem;top:3.71875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OESxHNbnrMboOWLrDefVaxhGbQ2N8Fc7 { display:block; }
 }@media only screen and (max-width: 763px) { #H9qW2y1ml5LOex1i5avnEMSItm6T5Vun { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/efd96a64-9b30-4fb2-b8fb-e8d4ee07604e/Warstwa25.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt.adaptive-delivery-prevent-bg, #Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt.lazyload, #Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt.lazyloading { background-image: none; }#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt > .row .container { background-color: transparent; background-image: none; }#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt > .row .container > .video-iframe-container { display: none; }#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt > .row > .video-iframe-container { display: none; }#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt > .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); }#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt > .row .container { border-width: 0; border-radius: 0; }#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Urq0Anxvs1KlTcNyC8UxxBfbdtvkmcDt > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:center;text-align-last:center;vertical-align:top;font-size:0.9375rem;overflow:hidden;color:rgba(var(--color-tertiary-0),1);line-height:1.4;font-weight:700;font-style:normal; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.0625rem;display:block;vertical-align:top; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-input-text {padding-top: 0; padding-bottom: 0;}#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-input-select {padding-top: 0; padding-bottom: 0;}#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .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; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-container:first-of-type{padding-top:0;}#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .widget-container:last-of-type{padding-bottom:0;}#CNOqTT223Ew5uporVp6dkcSaZNtilaQq  { width:17.5rem;height:auto;top:5.375rem;left:0rem;z-index:15014;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#398bda;background-image:none; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CNOqTT223Ew5uporVp6dkcSaZNtilaQq {display:block;}#CNOqTT223Ew5uporVp6dkcSaZNtilaQq { width:17.5rem;height:auto;top:5.375rem;left:0rem;z-index:15014;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#398bda;background-image:none; }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #gNGsaJEUFbzMUCAlNkfyxu59QrmUB8SK {  }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #vk8U6XtCOm16UH4tyO89ghsmBNHVJSFG { display:none; }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #yo3i8Fo8OInTmJMJfcTaL60TRfty9bEK {  }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #KbOaxIXw6m66Gy1k3pvwmUZbLtbBNglV {  }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #ukaAw53vx8Jin2zMKAHlZVGlpLmrKTE6 { display:none; }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #TOfw3XZ0c9HCcgElsJCN2UviWGzaHmwm {  }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #zpsz6NFsTz9IAPEGoAFW0yVJTVPHxw7U {  }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #nCctNm9QKGcevIl9XISP6pcBRs1iZAXK { display:none; }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #HU4m76GmMsEXO4mhsemwW9f7g3mSX7fN {  }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #weoUIhTKzoIRwGTVBHa3UTkTm5rrD9Mx {  }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #D0xWc5v7qzawHVATPvZevVBSrkOFH84v {  }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #CntZTWXTfPDDBl8eyPvV2uaJOexKOAix {  }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #yVWwN6nH3QwQlmAsoRo9Gcl79lgTrOKH {  }
 }@media only screen and (max-width: 763px) { #CNOqTT223Ew5uporVp6dkcSaZNtilaQq #nw31DTolR2aaFD7IW6RPe9AA4GOr0Oor {  }
 }@media only screen and (max-width: 763px) { #Lf9wk7STBVhG7mZiu7sWxkfuSypGhIsm { width:20rem;height:31.875rem;top:1.1875rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WsBgmsR4bO1CPXgRHOKV1kSONvHU9IfO { width:20rem;height:auto;top:3.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UghklknD4bZgtd9z3bhJJ4OOq005wKtz { top:1.4375rem;left:0.5625rem;width:18.875rem;height:3.0869125rem;z-index:15015;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uirElaIT2DQcsXogya2TqZaTryFDS8R9 { display:block; }#uirElaIT2DQcsXogya2TqZaTryFDS8R9 > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNSWLgEfvEMOLF5bsdBNgPRzslUQ6pz8 { width:12.5rem;height:2.11230625rem;top:1.25rem;left:3.75rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yhR00Fwg9T8hO6KDZAutT3usTMRCAerD { width:19.1860625rem;height:3.16845rem;top:4.61230625rem;left:0.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:toyotatype;display:block; }
 }@media only screen and (max-width: 763px) { #RAIUkTEqHlNlfwSOkJE9My8xM3gxL7sG { width:20rem;height:12.426469802856rem;top:27.626403808594rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bF90RPL4iGDUbIw4HT9DHhosfFr83DOM { width:20rem;height:1.94921875rem;top:14.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:toyotatype;display:block; }
 }@media only screen and (max-width: 763px) { #RPCizqu0uuFs8J05O5JQCRQf1iLfBPtJ { width:20rem;height:1.94921875rem;top:17.625rem;left:0rem;font-size:0.75rem;font-family:toyotatype;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EXqxD2CC7V2nzxEEd6eIWk6xtZvAkc9u { width:12rem;height:1.8125rem;top:9.0927734375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7SJrbtfeTfpu7uVZ33h9SUrl7LWq4LO { display:block; }
 }