.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:233,25,24;--color-primary-4:178,30,30;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:255,254,254;--color-tertiary-2:51,51,51;--color-tertiary-3:34,34,34;--color-tertiary-4:0,0,0;--headlines-font-family:"roboto";--paragraphs-font-family:"roboto"; }@media (max-width: 763px) { [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%;
}
 }@media only screen and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282830;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; }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row .container { background-color: transparent; background-image: none; }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row .container > .video-iframe-container { display: none; }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row > .video-iframe-container { display: none; }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .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); }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row .container { border-width: 0; border-radius: 0; }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#fF0NDw3Rb1ve88RdNI8HD81eyRRl5ntw { 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:2.125rem;width:13.875rem;top:1.4375rem;left:0rem;overflow:hidden;display:block; }
#gfp17Fz7HC3yHqShfm4hnKlHBuUCMFcn { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6870625rem;height:2.74956875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.1241320371627rem;left:49.997829437256rem;display:block; }
#M2vT4SMFCWmX7TJrA3bfrNqxLrbNNozT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tKIvWUrebE3nvmhtVXsskyXDyJ2Tb15I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81206875rem;width:1.81206875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.5928820371627rem;left:47.707248687744rem; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a6972054-3d4e-41ea-a57e-46e51b3086e8/Projektbeznazwy28.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;overflow:visible;position:relative;display:block; }#eQEVU6WQLDdMoRkTXNVRCKr48cVWyW8Q { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:"display toyo";font-size:3.125rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:11.250003814698rem;left:0rem;height:6.25rem;font-style:normal;display:block; }
#C2JMPRz3u1H8S2l5I4HErc1HzUXXPbO7 { color:rgba(var(--color-tertiary-1),1);display:block;width:37.1875rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:18.748916625976rem;left:0rem;height:4.780275rem;font-style:normal;display:block; }
#omKCV1kAKgrozxE5h7vMHnFpU2Bvm6fM { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24956625rem;width:7.9373125rem;top:26.692708969116rem;left:0rem;display:block; }
#OmJQwPJ7fVKpQqf97V1b34JUzGmKZopX { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.125rem 0.4375rem rgba(var(--color-tertiary-4),0.12) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.15);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.874375rem;height:3.87478125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.060331344604rem;left:0rem;display:block; }
#LkOHEkkTGVX4Pf87a4accAa2Vm3vC1t9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CiqJhNK4XVolKzSZqXapfT5OwAD6yDWb { background-color:transparent;background-image:none;border-top:0.25rem solid #fafafa;border-left:0.25rem solid #fafafa;border-right:0.25rem solid #fafafa;border-bottom:0.25rem solid #fafafa;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.125rem 0.4375rem rgba(var(--color-tertiary-4),0.12) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.15);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.874375rem;height:3.8737rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:29.060331344604rem;left:19.381511688233rem;display:block; }
#e4PZxG2qXmUkPfSfyEyrUFPHxTcG5H1s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw { 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; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container { background-color: transparent; background-image: none; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container > .video-iframe-container { display: none; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row > .video-iframe-container { display: none; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .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); }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container { border-width: 0; border-radius: 0; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:60rem;position:relative;display:block; }#flsi7NaMebVVJUnyZZMVy00enB32nRlL { color:rgba(var(--color-tertiary-3),1);display:block;width:29.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5rem;left:-0.0032558441162109rem;height:1.29948125rem;font-style:normal;display:block; }
#RJuTZTbHLKrWdpIN9zMkKTbnRb0NbLoV { color:rgba(var(--color-tertiary-3),1);display:block;width:29.375rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:8.1245670318606rem;left:-0.0032558441162109rem;height:4.2502125rem;font-style:normal;display:block; }
#nhqV2tzuvvIitDLvzrm3R7GAdbhlwkUQ { color:rgba(var(--color-tertiary-3),0.8);display:block;width:29.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:15.249567031861rem;left:-0.0032558441162109rem;height:9.7981875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#T6TAw0wg0AExxx6EQdDSFDEO021evce1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:23.125rem;top:2.5rem;left:31.213108062744rem;overflow:hidden;display:block; }
#ThA2JQ2bGV0ygvvfHBpvFiiz1EaJgohA { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:0.9375rem;top:6.4171009063719rem;left:30.277128219604rem;display:block; }
#k35JLBTmWzfOhdZWsGPyfPkdSAhSRTZF { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:25.625rem;top:24.603733062744rem;left:30.25rem;display:block; }
#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 { 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; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container { background-color: transparent; background-image: none; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container > .video-iframe-container { display: none; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row > .video-iframe-container { display: none; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .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); }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container { border-width: 0; border-radius: 0; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:60rem;position:relative;display:block; }#xuyKTVodxcpx1fEgo3vPDShKQZRPl17U { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aL5bTnxNqJrwCwK8u6k6u9q9JWVriACI { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:"display toyo";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:5.5rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WzAdhHQbt0oR2dLnqahz1qVQ78Enq7u4 { position:relative;display:block; }#WzAdhHQbt0oR2dLnqahz1qVQ78Enq7u4 { background-color: transparent; background-image: none; }#WzAdhHQbt0oR2dLnqahz1qVQ78Enq7u4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzAdhHQbt0oR2dLnqahz1qVQ78Enq7u4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzAdhHQbt0oR2dLnqahz1qVQ78Enq7u4 > .row .container > .video-iframe-container { display: none; }#WzAdhHQbt0oR2dLnqahz1qVQ78Enq7u4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzAdhHQbt0oR2dLnqahz1qVQ78Enq7u4 > .row > .video-iframe-container { display: none; }#WzAdhHQbt0oR2dLnqahz1qVQ78Enq7u4 > .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); }#WzAdhHQbt0oR2dLnqahz1qVQ78Enq7u4 { border-width: 0; border-radius: 0; }#WzAdhHQbt0oR2dLnqahz1qVQ78Enq7u4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WzAdhHQbt0oR2dLnqahz1qVQ78Enq7u4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JEiZHePJV9NXEfigmXnEyulqPhT0Km6u { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.37326375rem;width:10.3125rem;top:18.882381439209rem;left:9.84375rem;display:block; }
#K5cTsbKxPBr1qxf2ETufPTgnKgZIHbxH { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.125rem rgba(var(--color-tertiary-4),0.3) ;height:16.625rem;width:18.75rem;top:2.5618495941162rem;left:5.625rem;display:block; }
#TU0HTqLBcIVxJl0IevLb3OWHJxgkzcXA { color:rgba(var(--color-tertiary-3),1);display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8400535583496rem;left:10.655384063721rem;height:2.2747375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PvcOsLZNCfxFpxsrQNEU20ezxAdgi17a { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.37326375rem;width:10.3125rem;top:19.254558563233rem;left:39.843753814698rem;display:block; }
#orFfm0B5o3HhsFnNtuGTBWiNlzlIml2x { color:rgba(var(--color-tertiary-3),1);display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3.8389682769776rem;left:40.718318939209rem;height:2.2747375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Oe4DBAFdvMOzcrANvIv8uPSGAVuamwcT { position:absolute;display:block;z-index:15008;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.37456875rem;width:3.37456875rem;top:3.2899303436279rem;left:6.5679244995119rem;overflow:hidden;display:block; }
#nkbGSSZbRBObgJMrCaRvUSF7hIMD7Fi8 { position:absolute;display:block;z-index:15009;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.24978125rem;width:3.24978125rem;top:3.349609375rem;left:36.693798065186rem;overflow:hidden;display:block; }
#p6OddHJ8FfU3ykxQmNSSlGlyzeKV53Pl { color:rgba(var(--color-tertiary-3),1);display:block;width:15.8745625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.9871978759762rem;left:7.0616340637206rem;height:9.09725rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#GxkLwOW52fQHS2kEw9qSv77GVvA6QU59 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.125rem rgba(var(--color-tertiary-4),0.3) ;height:16.624375rem;width:18.75rem;top:2.5618495941162rem;left:35.625003814698rem;display:block; }
#gCoTim8GQfbD7A6qoGw9B5rqsGwV4vMk { color:rgba(var(--color-tertiary-3),1);display:block;width:15.8735rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.9871978759762rem;left:37.062717437744rem;height:7.9600625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#KGDRXVXfOfh9oI0puV8cMz0tSCcuCGy6 { position:relative;display:block; }#KGDRXVXfOfh9oI0puV8cMz0tSCcuCGy6 { background-color: transparent; background-image: none; }#KGDRXVXfOfh9oI0puV8cMz0tSCcuCGy6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGDRXVXfOfh9oI0puV8cMz0tSCcuCGy6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGDRXVXfOfh9oI0puV8cMz0tSCcuCGy6 > .row .container > .video-iframe-container { display: none; }#KGDRXVXfOfh9oI0puV8cMz0tSCcuCGy6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGDRXVXfOfh9oI0puV8cMz0tSCcuCGy6 > .row > .video-iframe-container { display: none; }#KGDRXVXfOfh9oI0puV8cMz0tSCcuCGy6 > .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); }#KGDRXVXfOfh9oI0puV8cMz0tSCcuCGy6 { border-width: 0; border-radius: 0; }#KGDRXVXfOfh9oI0puV8cMz0tSCcuCGy6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KGDRXVXfOfh9oI0puV8cMz0tSCcuCGy6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RZQAXBb766agSLoSaA1bAdGiGNWyvXTF { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.37326375rem;width:10.3125rem;top:18.882381439209rem;left:9.84375rem;display:block; }
#zDQBTCwGu1T90l76cL5ft2cwgBziQ98p { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.125rem rgba(var(--color-tertiary-4),0.3) ;height:16.625rem;width:18.75rem;top:2.5618495941162rem;left:5.625rem;display:block; }
#zSqoyXMnUrThxF3yufHmkn9PWtxudIv4 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4053821563721rem;left:10.655384063721rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g0unxneRwnRQ6THcxXFcMrd4IMdrKMQp { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.37326375rem;width:10.3125rem;top:19.254558563233rem;left:39.843753814698rem;display:block; }
#m0fCEOVWX6AH0ulCFzagKNmTnAzJ4wSB { color:rgba(var(--color-tertiary-3),1);display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3.837890625rem;left:40.718318939209rem;height:2.2747375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yHQU2xzrhZIlrW1QE22WsShzVA6TAxXX { color:rgba(var(--color-tertiary-3),1);display:block;width:15.8745625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.9871978759762rem;left:7.0616340637206rem;height:9.09725rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#zoV0mTfDwK7XW0O6WHQ2KNDBI9x469NG { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.125rem rgba(var(--color-tertiary-4),0.3) ;height:16.624375rem;width:18.75rem;top:2.5618495941162rem;left:35.625003814698rem;display:block; }
#ZlaQX1ARADFhuD0tf2Nds8UTsliODQQB { color:rgba(var(--color-tertiary-3),1);display:block;width:15.8735rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.9871978759762rem;left:37.062717437744rem;height:6.8229375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#v5sQNC6rbI4S8cq57W8D43RmffN5vfoa { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31163125rem;width:3.31163125rem;top:3.3192310333252rem;left:6.6015625rem;overflow:hidden;display:block; }
#K2E2fUGMkbnzzGCyNFfhZSXRcDvRl63x { position:absolute;display:block;z-index:14997;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.24978125rem;width:3.24978125rem;top:3.3485240936279rem;left:36.663410186767rem;overflow:hidden;display:block; }
#lR9w5ZQVcV3PEaQtBvfKeGsO9nv6cgGR { position:relative;display:none; }#lR9w5ZQVcV3PEaQtBvfKeGsO9nv6cgGR { border-width: 0; border-radius: 0; }#lR9w5ZQVcV3PEaQtBvfKeGsO9nv6cgGR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lR9w5ZQVcV3PEaQtBvfKeGsO9nv6cgGR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:131.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZPyGxA77FyE7RLSoqpbGQfFU9vKI1mTx { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:36.4355625rem;width:51.0623125rem;top:52.686639785767rem;left:4.4672317504883rem;display:block; }
#ZGqy8zVnoqglGnXTJpMucWqOuJDMrege { color:rgba(var(--color-primary-3),1);display:block;width:24.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:54.1875rem;left:18.3125rem;height:2.4375rem;font-style:normal;display:block; }
#FC1yN8nVmcD0XBAkyJ1PaOQmu2yrZRPD { color:rgba(var(--color-tertiary-4),1);display:block;width:24.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:56.5625rem;left:18.3125rem;height:1.94986875rem;font-style:normal;display:block; }
#Xwk0qpNcSnBD64l6H5XQXWeWqvDDTnQT { color:rgba(var(--color-tertiary-4),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:59.25rem;left:18.3125rem;height:5.1974875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#iB5H9eyrTGbN6NeNFZVF6eEqEM5AyGlG { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:64.9375rem;left:18.3125rem;height:14.2436875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#iB5H9eyrTGbN6NeNFZVF6eEqEM5AyGlG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iB5H9eyrTGbN6NeNFZVF6eEqEM5AyGlG li:before{  }
#LZtxG4ZfA2wcietKhLlMbf3kMA59pXfH { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.249375rem;width:0.24956625rem;top:79.9375rem;left:11.125rem;display:block; }
#d4fAchoNLWOmNbd3FJCRrv7JqXGGnfBJ { position:absolute;display:block;z-index:15032;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:19.5rem;width:29.625rem;top:50.75rem;left:-9.4375rem;overflow:hidden;display:block; }
#KkJSt90IJuvOQrhXp8kgg11Wuhe09FR6 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:58.4375rem;left:11.8125rem;height:2.59895625rem;font-style:normal;display:block; }
#olOm8uzNTGAua2wWIOdMsUX6DUpKtJW2 { position:absolute;display:block;z-index:15032;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:30.0625rem;width:30.0625rem;top:6.8125rem;left:-9.4375rem;overflow:hidden;display:block; }
#Kl7yHpnNMaMfUF4sutW9Cz1s117wvXQA { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;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:3.9375rem;left:0rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ov0CgZfvf5GNcCEBwepoFZP0Lw6i6x6b { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gqZfS0a0FidCKlELq9mVG83ukS7UfpkJ { color:rgba(var(--color-tertiary-4),1);display:block;width:43.0620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:80.5625rem;left:11.9375rem;height:5.99771875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#Obc5LSAzQiyg0weLIV3LXB8ORXwhDqBF { color:rgba(var(--color-primary-3),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:79.9375rem;left:5.75rem;height:1.86903125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k8lSc32s8GpDXkLDbTPsMeeCWvMDhK13 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:37.6248125rem;width:51.0623125rem;top:12.186420440674rem;left:4.4672317504883rem;display:block; }
#WPxhClaSplPxq6InZ2kKalM4AczOpCm3 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:26.1875rem;left:17.9375rem;height:13.9311875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#WPxhClaSplPxq6InZ2kKalM4AczOpCm3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WPxhClaSplPxq6InZ2kKalM4AczOpCm3 li:before{  }
#UaLLDsNWUTRJ19mOD9G882Xc6l6xiSrs { color:rgba(var(--color-tertiary-4),1);display:block;width:43.0620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.2;letter-spacing:0;top:41.875rem;left:12.25rem;height:7.1972625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#hgRG1P0L4S5g2v28qalUk49eOkCaMgtU { color:rgba(var(--color-tertiary-4),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:19rem;left:18.125rem;height:6.49685625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#p42daEd9RCfmEgIPR6qNgBbs9848T4za { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:18.25rem;left:11.625rem;height:2.59895625rem;font-style:normal;display:block; }
#UMmR17FiNUZCalXKyMV2VAkwUcL8zQSy { color:rgba(var(--color-tertiary-4),1);display:block;width:24.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:16.375rem;left:18.125rem;height:1.94986875rem;font-style:normal;display:block; }
#fRUAGOflw3UL1yn6Czx4B0t0scNe3zLT { color:rgba(var(--color-primary-3),1);display:block;width:24.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:14.436853408814rem;left:17.906902313233rem;height:2.4375rem;font-style:normal;display:block; }
#Uyumwu3wEVM0N8QIK9L8bQHlHUfU2M65 { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.249375rem;width:0.24956625rem;top:41.25rem;left:11.375rem;display:block; }
#d2ddJhgglcFbTzyTwqHoPhBb1Qtz2t1A { color:rgba(var(--color-primary-3),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:41.25rem;left:6.0625rem;height:1.86903125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ba4FAm0xisVTr0guJEXZX93CE2bA8aIP { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:36.4355625rem;width:51.0623125rem;top:92.310115814206rem;left:4.4672317504883rem;display:block; }
#g8lB4WU2a8ezL4u2GHgDOmTs7RQnuGtJ { color:rgba(var(--color-tertiary-4),1);display:block;width:43.061rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:120.31576538086rem;left:11.810981750488rem;height:5.99771875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#lGglwl2vtetQhqbDvtmTsSGWxNT2U9Zb { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.249375rem;width:0.24956625rem;top:119.69293212891rem;left:10.944011688233rem;display:block; }
#qq7df2cbx7L5XTtw9ZR8ZvFkJ5f7xNAz { color:rgba(var(--color-primary-3),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:119.69184875488rem;left:5.7486991882324rem;height:1.86903125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FGaHRQCwC2strcpLM1tVrHSSvfS9HtUo { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:104.93597793579rem;left:18.311634063721rem;height:14.2436875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#FGaHRQCwC2strcpLM1tVrHSSvfS9HtUo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FGaHRQCwC2strcpLM1tVrHSSvfS9HtUo li:before{  }
#C2TQ5bZFTZQgRrTm5cRW3t7pmE7GleKd { color:rgba(var(--color-tertiary-4),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:99.061412811281rem;left:18.311634063721rem;height:5.1974875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Tpg0bcucmMZL0CH8gzOP6IIN7B0JH1Im { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:96.434474945069rem;left:18.311634063721rem;height:1.94986875rem;font-style:normal;display:block; }
#rQSPPmD1gGf8xPKi3U6TnkdSaVZx1RQ5 { color:rgba(var(--color-primary-3),1);display:block;width:24.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:93.997409820556rem;left:18.311634063721rem;height:2.4375rem;font-style:normal;display:block; }
#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/770877fb-3fb1-4cc6-ae3f-bd2902b9e68e/IMG_3386.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk.adaptive-delivery-prevent-bg, #gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk.lazyload, #gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk.lazyloading { background-image: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container { background-color: transparent; background-image: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.56); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container > .video-iframe-container { display: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.56); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row > .video-iframe-container { display: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .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); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container { border-width: 0; border-radius: 0; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk::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; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:60rem;position:relative;display:block; }#lv1LrUMl3cIOS8sSlJWTgUk0EBqL1fMw { color:rgba(var(--color-tertiary-0),1);display:block;width:47.561875rem;position:absolute;font-family:"display toyo";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9995670318604rem;left:6.2174491882324rem;height:4.87413125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uou9GTwSFwlNc3gA98VXpddAZhBggL3y { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:9.625rem;left:-0.0032558441162109rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h .widget-form-header {  }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h .widget-regular-label { height:auto;display:block;font-family:"display toyo";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-primary-3),1);width:27.25rem;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; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h .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:27.25rem;box-sizing:border-box;height:2.3125rem;color:#cecfd0;font-size:0.875rem;overflow:hidden;font-family:toyotatype;vertical-align:top;font-weight:400;font-style:normal;line-height:.9;text-align:center;text-align-last:center; }#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h .widget-input-text.adaptive-delivery-prevent-bg, #Ukrszwftxiw4WiEgJGccoaSVqPcVR24h .widget-input-text.lazyload, #Ukrszwftxiw4WiEgJGccoaSVqPcVR24h .widget-input-text.lazyloading { background-image: none; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h .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:27.25rem;box-sizing:border-box;height:4.375rem;color:#cecfd0;font-size:0.875rem;overflow:hidden;font-family:toyotatype;vertical-align:top;font-weight:400;font-style:normal;line-height:.9;text-align:center;text-align-last:center; }#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h .widget-textarea.adaptive-delivery-prevent-bg, #Ukrszwftxiw4WiEgJGccoaSVqPcVR24h .widget-textarea.lazyload, #Ukrszwftxiw4WiEgJGccoaSVqPcVR24h .widget-textarea.lazyloading { background-image: none; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h .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:27.25rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:"display toyo";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h .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; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h .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-secondary-0),1);width:27.25rem;height:2.9375rem;font-family:toyotatype;overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h [class*="-text"]:-moz-placeholder { color:#adadb0;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h [class*="-text"]::-moz-placeholder { color:#adadb0;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h [class*="-text"]:-ms-input-placeholder { color:#adadb0;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h [class*="-text"]::-webkit-input-placeholder { color:#adadb0;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:toyotatype;font-size:0.6875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:26.1875rem;overflow:hidden;font-style:normal;float:none;text-align:center;text-align-last:center; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h .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; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h .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; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h .widget-container:first-of-type{padding-top:0;}#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h .widget-container:last-of-type{padding-bottom:0;}#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.383246898651rem;left:15.123699188233rem; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.25rem;display:block;vertical-align:top; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h .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; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h {display:block;}#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.383246898651rem;left:15.123699188233rem; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h #PkHe5lG0JySRJstVKuu8aHDv4eiI1TlT { position:relative;z-index:1; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h #S0We72soxnb4gL18heMAOMSbOAUIzgII { position:relative;display:none; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h #GZmFL5eQDTPznmspFgZsu2EdIiOdTFfp { position:relative; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h #Z5CqIWiGNR197N0kJhXuAAIfpyemAT6N { position:relative;z-index:1; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h #bNUN3WFu9g1vKDTsSVnvel2mDfc8CpsA { position:relative;display:none; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h #DNPg3h1sEGhgFTD9rrhd5GBNwga1SS9O { position:relative; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h #Xc3SzEpQKyiJZ8X2mc4cwVE8brkKsXGn { position:relative;z-index:1; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h #LUA0cpFUufyD17PPI1eC4wX8XTu1mSQD { position:relative;display:none; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h #D2fFQ0ctUJlsKDHT3DI6f33Tb4hoAMNa { position:relative; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h #ysO7q5JaR1Nfq2IAheiRR4yrwkgU9S9m { position:relative; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h #ynKA0uh3KV6BebObxCekE5GORSJTELmK { position:relative;display:block; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h #P8bkZr1eUyqS0N92gs4GrI4lyZEcDs1s { position:relative; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h #uOI3QB2oGGxhwIFBOb2Cqas4dLM38Psu { position:relative;z-index:1; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h #t2qxIHXQf2JwNQTFyJMHkITeuuRDTzTE { position:relative;z-index:2; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h #Z8BsGcBnafepSWDw8e3fI2asLR7dMv4A { position:relative; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h #Qt9HAlgORlB843BZDJ3vDUlA02kRS75v { position:relative;z-index:1; }
#Ukrszwftxiw4WiEgJGccoaSVqPcVR24h #reNXdOm9eMgrvIZZI3xtDTEHfNc27gFQ { position:relative; }
#BcsNxMsq1ztPTLsqDiRMuhKrfTgz1Vnd { z-index:;position:relative;display:block; }#BcsNxMsq1ztPTLsqDiRMuhKrfTgz1Vnd { background-color: transparent; background-image: none; }#BcsNxMsq1ztPTLsqDiRMuhKrfTgz1Vnd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcsNxMsq1ztPTLsqDiRMuhKrfTgz1Vnd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcsNxMsq1ztPTLsqDiRMuhKrfTgz1Vnd > .row .container > .video-iframe-container { display: none; }#BcsNxMsq1ztPTLsqDiRMuhKrfTgz1Vnd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcsNxMsq1ztPTLsqDiRMuhKrfTgz1Vnd > .row > .video-iframe-container { display: none; }#BcsNxMsq1ztPTLsqDiRMuhKrfTgz1Vnd > .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); }#BcsNxMsq1ztPTLsqDiRMuhKrfTgz1Vnd { border-width: 0; border-radius: 0; }#BcsNxMsq1ztPTLsqDiRMuhKrfTgz1Vnd > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:91.125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#I0lOdDTKLEEmHNEmJJE6O6aTGB6zD3r2 { color:rgba(var(--color-tertiary-2),1);display:block;width:45.9375rem;position:absolute;font-family:"display toyo";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8815097808838rem;left:7.03125rem;height:4.87413125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ExKptnEexAQh8TiSeX6BCpiqZkxmfLeS { color:rgba(var(--color-primary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:8.5970056056975rem;left:1.0595703125rem;height:2.43706875rem;font-style:normal;display:block; }
#TzPhFrTTmDIq3EfJQFyUARn7iTX5JrIP { color:rgba(var(--color-primary-3),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:32.375rem;left:1.125rem;height:2.43706875rem;font-style:normal;display:block; }
#bTQaExZTnTX8Zon3TRlKfC1cWbfVIkeV { color:rgba(var(--color-primary-3),1);display:block;width:35.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:56.311862945557rem;left:1.0595703125rem;height:2.43706875rem;font-style:normal;display:block; }
#PQh7AeX0WNccb999Vfc00FNZiS9GcEdv { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.125rem 0.4375rem rgba(var(--color-tertiary-4),0.12) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.15);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"display toyo";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9998125rem;height:3.87424375rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:85.061847686769rem;left:23.999567031861rem;display:block; }
#DxOOEAt3u8X225CtVbgefq9K7ubc24Nf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ymnltCEntsOgZ3XSoheCbnvmGbR3nx7x { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:"display toyo";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:81.249456405638rem;left:0rem;height:2.43706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zv0Iux1ZwB8UEqc7JBqFpmspU2WaiqD6 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:36.625rem;left:17.125rem;height:6.13498125rem;display:block; }#Zv0Iux1ZwB8UEqc7JBqFpmspU2WaiqD6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Zv0Iux1ZwB8UEqc7JBqFpmspU2WaiqD6 li:before{  }
#nFnTz8rFI7LAEcrW9kIrtPdVXMbVBbXX { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:34.8125rem;left:17.125rem;height:1.29936875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FeEBlcmumkVSDcKcTehEu1k1iSKQ9EDA { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:11.0625rem;left:17.5rem;height:2.5987375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#J4h46vXKJxVTPz8NhsRHgQW0EczJfydO { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:14.625rem;left:17.5rem;height:6.13498125rem;display:block; }#J4h46vXKJxVTPz8NhsRHgQW0EczJfydO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J4h46vXKJxVTPz8NhsRHgQW0EczJfydO li:before{  }
#zgTqaU82o5X27P62231pQNSSfnQ10eox { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:22.125rem;left:17.5rem;height:1.29936875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TEDWzTnkhnT5BeR7B6pazwhkhfl1Bfo2 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:24.25rem;left:17.5rem;height:6.13498125rem;display:block; }#TEDWzTnkhnT5BeR7B6pazwhkhfl1Bfo2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TEDWzTnkhnT5BeR7B6pazwhkhfl1Bfo2 li:before{  }
#Cm7K27gfJJcfPIcmGyD2o7zT4FdDHimg { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:45.125rem;left:16.625rem;height:1.29936875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#m5lJKCQWDAWIbMVLwiWHZNBi12ROSWQZ { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:47.4375rem;left:16.625rem;height:6.13498125rem;display:block; }#m5lJKCQWDAWIbMVLwiWHZNBi12ROSWQZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m5lJKCQWDAWIbMVLwiWHZNBi12ROSWQZ li:before{  }
#NbXQHpX09TB7I0SLGxQLx50tTEKoG2TX { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:59.749351501465rem;left:16.620550155639rem;height:1.29936875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nzkARcvacBqNF9CllrgKq1J4FPpCc7Za { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:62.061634063721rem;left:16.620550155639rem;height:6.13498125rem;display:block; }#nzkARcvacBqNF9CllrgKq1J4FPpCc7Za li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nzkARcvacBqNF9CllrgKq1J4FPpCc7Za li:before{  }
#vhNTeQ0SkXetHbWlLWC4ihBCQsZlr4Zy { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:69.811199188231rem;left:16.620550155639rem;height:1.29936875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yzWpy1vvpti5xgVHNQDOulhC1nO0KM5S { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:72.311199188231rem;left:16.620550155639rem;height:4.5231125rem;display:block; }#yzWpy1vvpti5xgVHNQDOulhC1nO0KM5S li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yzWpy1vvpti5xgVHNQDOulhC1nO0KM5S li:before{  }
#Glx79rpQ6Mpcy6EViA80RIUNk84ZPy1r { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:77.936199188231rem;left:16.620550155639rem;height:1.0563125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f6zlZKDOxnc1RlWqVpJKkwTTlvnvxFWE.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #f6zlZKDOxnc1RlWqVpJKkwTTlvnvxFWE.widget-smartsection *:focus-visible, #f6zlZKDOxnc1RlWqVpJKkwTTlvnvxFWE.widget-smartsection input[type="text"]:focus-visible, #f6zlZKDOxnc1RlWqVpJKkwTTlvnvxFWE.widget-smartsection input[type="email"]:focus-visible, #f6zlZKDOxnc1RlWqVpJKkwTTlvnvxFWE.widget-smartsection input[type="tel"]:focus-visible, #f6zlZKDOxnc1RlWqVpJKkwTTlvnvxFWE.widget-smartsection textarea:focus-visible { outline: none; } #O0uMKUxCqwXsvwZKS6RsNGMmRxmAxMnL > .row .container { background-color: transparent; background-image: none; }#O0uMKUxCqwXsvwZKS6RsNGMmRxmAxMnL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0uMKUxCqwXsvwZKS6RsNGMmRxmAxMnL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0uMKUxCqwXsvwZKS6RsNGMmRxmAxMnL > .row .container > .video-iframe-container { display: none; }#O0uMKUxCqwXsvwZKS6RsNGMmRxmAxMnL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0uMKUxCqwXsvwZKS6RsNGMmRxmAxMnL > .row > .video-iframe-container { display: none; }#O0uMKUxCqwXsvwZKS6RsNGMmRxmAxMnL > .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); }#O0uMKUxCqwXsvwZKS6RsNGMmRxmAxMnL > .row .container { border-width: 0; border-radius: 0; }#O0uMKUxCqwXsvwZKS6RsNGMmRxmAxMnL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O0uMKUxCqwXsvwZKS6RsNGMmRxmAxMnL > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:60rem;position:relative;display:block; }