.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:232,251,229;--color-primary-1:179,242,169;--color-primary-2:102,228,82;--color-primary-3:51,114,41;--color-primary-4:15,34,12;--color-secondary-0:225,228,230;--color-secondary-1:156,165,172;--color-secondary-2:56,74,89;--color-secondary-3:28,37,45;--color-secondary-4:8,11,13;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f5f5f5;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/ded0BF2e/Projekt_bez_tytu%C5%82u_%289%29.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 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; }#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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#N8yHoGTopz1LKLHWO1316dACzlBifdMD { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.37) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.3125rem;left:0rem;display:block; }
#qHw9mLLAhkspch0mc1n94aSAADZZ99qv { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#yd9QKQZhGwPrwPXpC1OCW7wGRr0xXJCR { background-color:transparent;background-image:none;border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.3125rem;left:22.5rem;display:block; }
#eB33aVfFRuhZTBG0o0MFed3zbLwmxJ4a { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#Oz1g4TTrdfTDzTzPq2bhPXpulfskOtzu { display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:17.9375rem;left:0rem;height:4.6494125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#uEaX9fvzzmm88kTiQet01WNCe7egRaAc { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.375rem;width:8.625rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:13.25rem;left:5.6875rem;overflow:hidden;display:block; }
#RpKFsmHcdhHpqP3x5aD4xnP4xdEsuO7l { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.125rem;width:5.125rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:13.375rem;left:0rem;overflow:hidden;display:block; }
#wS4HOrU2qTKxGmqButhRs4Klztc5B0BF { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:36.9375rem;left:29.375rem;display:block; }
#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC { border-bottom:0;border-left:0;border-right:0;border-top: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; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { background-color: transparent; background-image: none; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container > .video-iframe-container { display: none; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row > .video-iframe-container { display: none; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .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); }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { border-width: 0; border-radius: 0; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;position:relative;display:block; }#BIBfSuaoo21v9eH4KG35ISAuD4s6SKn5 { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp { border-bottom:0;border-left:0;border-right:0;border-top: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; }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row .container { background-color: transparent; background-image: none; }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row .container > .video-iframe-container { display: none; }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row > .video-iframe-container { display: none; }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .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); }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row .container { border-width: 0; border-radius: 0; }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#J8pAKcJxNozuHnUdmiC2VkgE1uqrOXPC { border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-top:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15000;top:0rem;left:7.6875rem;display:block; }
#AF1FWBxiTiH4AOz3laFTtHwAsqC2OyoU { display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.75rem;left:1.875rem;height:3.25rem;color:rgba(var(--color-secondary-2),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#LrohNB0dtvA4GkF1zK13DKq0LZNuAWa5 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:0.75rem;left:8.4375rem;display:block; }
#lanceDLFbn0tQpXzwylf5y3cx7AacVH9 { display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.75rem;left:21.875rem;height:3.25rem;color:rgba(var(--color-secondary-2),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#yrSctHHFTi2xEE5KJLhTM1v6B5szqymR { border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-top:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15003;top:0rem;left:27.6875rem;display:block; }
#zw32kvoxuH2XJuz6lkQrQFzXHylt7NWh { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0.75rem;left:28.4375rem;display:block; }
#dWuTaTMqbJiKlLo5ZbE7xlWtmqma9eBT { display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5.75rem;left:41.875rem;height:3.25rem;color:rgba(var(--color-secondary-2),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#OS10xxe17ng1gQIgVTT8xlfC1UHkhfvA { border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-top:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15006;top:0rem;left:47.6875rem;display:block; }
#a4SJS4yWTVHeFbtIntw0sSh4OwF9S22e { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0.75rem;left:48.4375rem;display:block; }
#HVF2UqTA9SCW2AeuxK7OdEhE12nSRbnd { border-bottom:0;border-left:0;border-right:0;border-top: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; }#HVF2UqTA9SCW2AeuxK7OdEhE12nSRbnd > .row .container { background-color: transparent; background-image: none; }#HVF2UqTA9SCW2AeuxK7OdEhE12nSRbnd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVF2UqTA9SCW2AeuxK7OdEhE12nSRbnd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVF2UqTA9SCW2AeuxK7OdEhE12nSRbnd > .row .container > .video-iframe-container { display: none; }#HVF2UqTA9SCW2AeuxK7OdEhE12nSRbnd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVF2UqTA9SCW2AeuxK7OdEhE12nSRbnd > .row > .video-iframe-container { display: none; }#HVF2UqTA9SCW2AeuxK7OdEhE12nSRbnd > .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); }#HVF2UqTA9SCW2AeuxK7OdEhE12nSRbnd > .row .container { border-width: 0; border-radius: 0; }#HVF2UqTA9SCW2AeuxK7OdEhE12nSRbnd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HVF2UqTA9SCW2AeuxK7OdEhE12nSRbnd > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:60rem;position:relative;display:block; }#mRin9F9BP3bCScq9x2T9Ruw8lAKHMaRT { display:block;width:48.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9375rem;left:5.75rem;height:4.875rem;color:rgba(var(--color-secondary-2),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/5dWkw8Ot/14633609_1097512523700984_211413215982062239_o.jpg");background-position:center left !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; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3.adaptive-delivery-prevent-bg, #IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3.lazyload, #IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3.lazyloading { background-image: none; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container { background-color: transparent; background-image: none; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container > .video-iframe-container { display: none; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row > .video-iframe-container { display: none; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .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); }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container { border-width: 0; border-radius: 0; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:60rem;position:relative;display:block; }#MUulPagcMOgzZ52oA1Z2NtVtXGFdGwxW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:10.3125rem;width:40.5625rem;position:absolute;display:block;z-index:15000;top:11.25rem;left:0rem;display:block; }
#X12Lf7V9UciNdouP7Myq4T50tCp11KJR { display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.3125rem;left:2.4375rem;height:5.5249rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#J5BIsUPVkqON0rJboD4b3hSz7Vr2Sb34 { display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17.75rem;left:2.4375rem;height:2.11230625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#TvAAodIzEZUC3WcJJorhVo9h5Xh1TPlT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.37) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.4375rem;left:0rem;display:block; }
#kCr1PuCkLgsAN9FONzDQdn6e2tx2eAs8 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#n57py7i70pIJafVVNbpSA2v1Ibbxnfbq { position:relative;display:block; }#n57py7i70pIJafVVNbpSA2v1Ibbxnfbq { background-color: transparent; background-image: none; }#n57py7i70pIJafVVNbpSA2v1Ibbxnfbq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n57py7i70pIJafVVNbpSA2v1Ibbxnfbq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n57py7i70pIJafVVNbpSA2v1Ibbxnfbq > .row .container > .video-iframe-container { display: none; }#n57py7i70pIJafVVNbpSA2v1Ibbxnfbq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n57py7i70pIJafVVNbpSA2v1Ibbxnfbq > .row > .video-iframe-container { display: none; }#n57py7i70pIJafVVNbpSA2v1Ibbxnfbq > .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); }#n57py7i70pIJafVVNbpSA2v1Ibbxnfbq { border-width: 0; border-radius: 0; }#n57py7i70pIJafVVNbpSA2v1Ibbxnfbq > .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; }#n57py7i70pIJafVVNbpSA2v1Ibbxnfbq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;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; }#cCyHicvFXam4SdVGBXpwasBgN8KA2olk { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:4.0625rem;color:rgba(var(--color-secondary-2),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#epl87ZFi6J6wFQcF0qtqsardq4aksM3o { position:relative;display:block; }#epl87ZFi6J6wFQcF0qtqsardq4aksM3o { background-color: transparent; background-image: none; }#epl87ZFi6J6wFQcF0qtqsardq4aksM3o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epl87ZFi6J6wFQcF0qtqsardq4aksM3o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epl87ZFi6J6wFQcF0qtqsardq4aksM3o > .row .container > .video-iframe-container { display: none; }#epl87ZFi6J6wFQcF0qtqsardq4aksM3o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epl87ZFi6J6wFQcF0qtqsardq4aksM3o > .row > .video-iframe-container { display: none; }#epl87ZFi6J6wFQcF0qtqsardq4aksM3o > .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); }#epl87ZFi6J6wFQcF0qtqsardq4aksM3o { border-width: 0; border-radius: 0; }#epl87ZFi6J6wFQcF0qtqsardq4aksM3o > .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; }#epl87ZFi6J6wFQcF0qtqsardq4aksM3o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.125rem;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; }#XVGhzlBT1kKXvVzPvnk94PaDcCD2ThrH { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:18.625rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:0rem;overflow:hidden;display:block; }
#Bwz3Ar8newc2X7mUBN5ftqee6qSUC4mg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:18.625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:20.625rem;overflow:hidden;display:block; }
#ITailfhkLt8dBANpDWltwcQi2g3PfdhU { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:18.625rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:41.25rem;overflow:hidden;display:block; }
#xE8JO3bAtaoSgoBiAI0IgFATxf1oMOFZ { position:relative;display:block; }#xE8JO3bAtaoSgoBiAI0IgFATxf1oMOFZ { background-color: transparent; background-image: none; }#xE8JO3bAtaoSgoBiAI0IgFATxf1oMOFZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xE8JO3bAtaoSgoBiAI0IgFATxf1oMOFZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xE8JO3bAtaoSgoBiAI0IgFATxf1oMOFZ > .row .container > .video-iframe-container { display: none; }#xE8JO3bAtaoSgoBiAI0IgFATxf1oMOFZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xE8JO3bAtaoSgoBiAI0IgFATxf1oMOFZ > .row > .video-iframe-container { display: none; }#xE8JO3bAtaoSgoBiAI0IgFATxf1oMOFZ > .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); }#xE8JO3bAtaoSgoBiAI0IgFATxf1oMOFZ { border-width: 0; border-radius: 0; }#xE8JO3bAtaoSgoBiAI0IgFATxf1oMOFZ > .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; }#xE8JO3bAtaoSgoBiAI0IgFATxf1oMOFZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.125rem;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; }#fPIoJD3vRAsTBhxl49mxO0soNoMtr9Al { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:18.625rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:0rem;overflow:hidden;display:block; }
#WS8dSmM1MZtZzBBuW0aSmx6rBvCScvIa { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:18.625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:20.625rem;overflow:hidden;display:block; }
#g7oEQCbDd5svkgfFElotw7JAIZ2IeH4E { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:18.625rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:41.25rem;overflow:hidden;display:block; }
#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd { border-bottom:0;border-left:0;border-right:0;border-top: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; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { background-color: transparent; background-image: none; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container > .video-iframe-container { display: none; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row > .video-iframe-container { display: none; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .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); }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { border-width: 0; border-radius: 0; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:block; }#qCpX748AR8WgBq2VNV7DNfwF0Gn8T3uA { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-secondary-2),1);display:block; }
#SqpM5qIz3afPmsLMoDHkpt9zpTnS4NuP { border-bottom:0;border-left:0;border-right:0;border-top: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; }#SqpM5qIz3afPmsLMoDHkpt9zpTnS4NuP > .row .container { background-color: transparent; background-image: none; }#SqpM5qIz3afPmsLMoDHkpt9zpTnS4NuP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqpM5qIz3afPmsLMoDHkpt9zpTnS4NuP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqpM5qIz3afPmsLMoDHkpt9zpTnS4NuP > .row .container > .video-iframe-container { display: none; }#SqpM5qIz3afPmsLMoDHkpt9zpTnS4NuP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqpM5qIz3afPmsLMoDHkpt9zpTnS4NuP > .row > .video-iframe-container { display: none; }#SqpM5qIz3afPmsLMoDHkpt9zpTnS4NuP > .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); }#SqpM5qIz3afPmsLMoDHkpt9zpTnS4NuP > .row .container { border-width: 0; border-radius: 0; }#SqpM5qIz3afPmsLMoDHkpt9zpTnS4NuP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqpM5qIz3afPmsLMoDHkpt9zpTnS4NuP > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#V3Mf67p3AS4MU3hmLBe9xaDixCgoKUeG { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7rem;width:14.375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4rem;left:2.8125rem;overflow:hidden;display:block; }
#dwFQ5RtDPZwegvRJ94Iw548bouKqIBcC { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14.9375rem;width:20rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:20rem;overflow:hidden;display:block; }
#drH50W0Ca72B6X15ZkkexLx0x7zTUMcI { display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0.9375rem;left:40.0625rem;height:5.5234375rem;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#onTBersRdFrhT1HPbSyCaAXG0wN0O2Ee { display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.3125rem;left:42.8125rem;height:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#UTWIEd3zKbZDPkAlh2STEe9bLFi9O2zd { display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.375rem;left:40.0625rem;height:2.761725rem;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#IATyJzNC4KV52PRSgoSGQwCw36wOkXJ0 { display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9rem;left:40.0625rem;height:1.3808625rem;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#uEzv757PF2y8KX6TT3vmroeCJl4Tm9ur { display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.6875rem;left:40.0625rem;height:1.3808625rem;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#nMob9JwsWQAk4RipgJB95gA1360DgmO5 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/as1clU08/Projekt_bez_tytu%C5%82u_%2811%29.jpg");background-position:center !important;background-repeat:repeat-y !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; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5.adaptive-delivery-prevent-bg, #nMob9JwsWQAk4RipgJB95gA1360DgmO5.lazyload, #nMob9JwsWQAk4RipgJB95gA1360DgmO5.lazyloading { background-image: none; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row .container { background-color: transparent; background-image: none; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row .container > .video-iframe-container { display: none; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row > .video-iframe-container { display: none; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .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); }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row .container { border-width: 0; border-radius: 0; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:60rem;position:relative;display:block; }#EK99KnOIrAfzpuSOaIbhrwqqRgVASO0W { display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:28.5rem;height:3.73730625rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#yhMWg14ZrBqohasGRsuGQCQ9bIoFvFe3 { display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.375rem;left:28.5rem;height:1.625rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#CEBJmtltQi1DTp9Xz7Qf8EGaPaqX2Tmd { border-bottom:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-top:0.0625rem solid #f5f5f5;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-4),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:27rem;width:29.375rem;position:absolute;display:block;z-index:15002;top:11.9375rem;left:28.5rem;display:block; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-form-header {  }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:25.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-text { 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-bottom:0;border-left:0;border-right:0;border-top: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:25.9375rem;box-sizing:border-box;height:3.4375rem;color:#a7a7a7;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),1) ;vertical-align:top;font-weight:300;font-style:normal; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-text {padding-top: 0; padding-bottom: 0;}#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-textarea { 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-bottom:0;border-left:0;border-right:0;border-top: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:25.9375rem;box-sizing:border-box;height:4.375rem;color:#a7a7a7;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),1) ;vertical-align:top;font-weight:300;font-style:normal; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:25.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),1) ;vertical-align:top; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-select {padding-top: 0; padding-bottom: 0;}#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .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; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:7.8125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:18.125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-button.adaptive-delivery-prevent-bg, #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-button.lazyload, #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-button.lazyloading { background-image: none; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .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:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:24.875rem;overflow:hidden;font-style:normal;float:none; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .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; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-container:first-of-type{padding-top:0;}#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-container:last-of-type{padding-bottom:0;}#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:12.4375rem;left:29.0625rem; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.9375rem;display:block;vertical-align:top; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa {display:block;}#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:12.4375rem;left:29.0625rem; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #RgXPvUEpAG6C0LDHLRB7JqXw1bDe0NTt { position:relative; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #q11pScNVGqtqhi7hvL5NA3ibgoQDaks4 { position:relative;display:none; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #nbaDxphEztI97DzV1VHcgaMaJfelZ5mM { position:relative; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #mTUUqBqzbPvvnJQtkxrZDE2J9HidUA9Z { position:relative; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #nXO9mcV0rTkIt81XOkZGfIPZq5SF0fly { position:relative;display:none; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #fWxuBKOz9LSBv0knQrT9XsTs4VlWpIrM { position:relative; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #ZKgFwWuSKoARNDSg0Nus3M1aITtemzIt { position:relative; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #tv3oIQRGvqzIxQvfH5DsJMTwKM1dbc9e { position:relative;display:none; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #vkXpoplP0NTDOn37SEEmozJb1bzZx4xL { position:relative; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #w0ycCCWdlF4uqgHQA31SR6X0kT6wOFFn { position:relative; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #cOEP8t5APFziXfH5fqBBF4kcJfMATRwz { position:relative; }
#EzE9SsgSWHTSI6eV1pZIC1wxxvtKOlgJ { position:relative;display:block;z-index:100000;display:block; }
#JXT86XcNu0wQSWszPMn5r0RMIbld1130 { position:relative;display:block;z-index:100000;display:block; }
#LZTAQsHVLIedSqU6wSrPH1Lc60hpGvJh { display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:8.875rem;left:5.8125rem;height:3.25rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#kHKWBpgC8TVppAWTr5u9bqCQmp8grZVn { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:8.6875rem;left:1.625rem;display:block; }
#i6UfBF1QVnMB7Tu64qTpKnQHJtofE3ZK { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:13.125rem;left:1.625rem;display:block; }
#gx9SkK8JJ5Q0bXOTVEdvWi0wPlvIgdts { display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:18.75rem;left:5.8125rem;height:1.625rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#pxu41RftGsORdGISdJJC6TAD8TXMUBs4 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:17.75rem;left:1.625rem;display:block; }
#Ug5ypNlpm87hdLWETV46uXDG2CdD807f { display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:23.3125rem;left:5.8125rem;height:1.625rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#gJQWrC0fgS5BxfyKwFPTFb4aG970bVg7 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:22.3125rem;left:1.625rem;display:block; }
#p0xFUMdHJDWDFtRBGsQoWX7zTT2Dxrb6 { display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:27.625rem;left:5.8125rem;height:1.625rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#bSDAKvcZsFNfdz0df2izyVm7lEEbHK9E { display:block;width:2.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:27.4375rem;left:2rem;height:2.03125rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#ZPRVTF2DvgRphphP3J4I2eW7m7M4H9Fp { display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.3125rem;left:5.8125rem;height:3.25rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#WEkP1A8H4As1mR2bESOy6mJTuqBHWwhJ { border-bottom:0;border-left:0;border-right:0;border-top: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; }#WEkP1A8H4As1mR2bESOy6mJTuqBHWwhJ > .row .container { background-color: transparent; background-image: none; }#WEkP1A8H4As1mR2bESOy6mJTuqBHWwhJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEkP1A8H4As1mR2bESOy6mJTuqBHWwhJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEkP1A8H4As1mR2bESOy6mJTuqBHWwhJ > .row .container > .video-iframe-container { display: none; }#WEkP1A8H4As1mR2bESOy6mJTuqBHWwhJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEkP1A8H4As1mR2bESOy6mJTuqBHWwhJ > .row > .video-iframe-container { display: none; }#WEkP1A8H4As1mR2bESOy6mJTuqBHWwhJ > .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); }#WEkP1A8H4As1mR2bESOy6mJTuqBHWwhJ > .row .container { border-width: 0; border-radius: 0; }#WEkP1A8H4As1mR2bESOy6mJTuqBHWwhJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WEkP1A8H4As1mR2bESOy6mJTuqBHWwhJ > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#UhSWScqcQ83zx51VgXMGXsTxQWc24BXM { display:block;width:19.25rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:40.75rem;height:1.13720625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:40.375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8yHoGTopz1LKLHWO1316dACzlBifdMD { width:21.875rem;height:3.8125rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHw9mLLAhkspch0mc1n94aSAADZZ99qv { display:block; }
 }@media only screen and (max-width: 763px) { #yd9QKQZhGwPrwPXpC1OCW7wGRr0xXJCR { width:14.0625rem;height:3.8125rem;top:25.3125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB33aVfFRuhZTBG0o0MFed3zbLwmxJ4a { display:block; }
 }@media only screen and (max-width: 763px) { #Oz1g4TTrdfTDzTzPq2bhPXpulfskOtzu { width:34.8125rem;height:2.3125rem;top:17.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEaX9fvzzmm88kTiQet01WNCe7egRaAc { width:8.625rem;height:3.375rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpKFsmHcdhHpqP3x5aD4xnP4xdEsuO7l { width:5.125rem;height:3.125rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS4HOrU2qTKxGmqButhRs4Klztc5B0BF { width:3.125rem;height:3.125rem;top:36.9375rem;left:23.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC { display:block; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIBfSuaoo21v9eH4KG35ISAuD4s6SKn5 { width:47.75rem;height:4.0625rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp { display:block; }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8pAKcJxNozuHnUdmiC2VkgE1uqrOXPC { width:4.375rem;height:4.375rem;top:0rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF1FWBxiTiH4AOz3laFTtHwAsqC2OyoU { width:15.9375rem;height:3.25rem;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrohNB0dtvA4GkF1zK13DKq0LZNuAWa5 { width:3.125rem;height:3.125rem;top:0.75rem;left:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lanceDLFbn0tQpXzwylf5y3cx7AacVH9 { width:15.9375rem;height:3.25rem;top:5.75rem;left:15.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrSctHHFTi2xEE5KJLhTM1v6B5szqymR { width:4.375rem;height:4.375rem;top:0rem;left:21.729166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw32kvoxuH2XJuz6lkQrQFzXHylt7NWh { width:3.125rem;height:3.125rem;top:0.75rem;left:22.479166666667rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWuTaTMqbJiKlLo5ZbE7xlWtmqma9eBT { width:15.9375rem;height:3.25rem;top:5.75rem;left:31.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS10xxe17ng1gQIgVTT8xlfC1UHkhfvA { width:4.375rem;height:4.375rem;top:0rem;left:37.645833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4SJS4yWTVHeFbtIntw0sSh4OwF9S22e { width:3.125rem;height:3.125rem;top:0.75rem;left:38.395833333333rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVF2UqTA9SCW2AeuxK7OdEhE12nSRbnd { display:block; }#HVF2UqTA9SCW2AeuxK7OdEhE12nSRbnd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRin9F9BP3bCScq9x2T9Ruw8lAKHMaRT { width:47.75rem;height:;top:4.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 { display:block; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUulPagcMOgzZ52oA1Z2NtVtXGFdGwxW { width:40.5625rem;height:10.3125rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X12Lf7V9UciNdouP7Myq4T50tCp11KJR { width:33rem;height:5.5rem;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5BIsUPVkqON0rJboD4b3hSz7Vr2Sb34 { width:36.3125rem;height:2.0625rem;top:17.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvAAodIzEZUC3WcJJorhVo9h5Xh1TPlT { width:21.875rem;height:3.8125rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCr1PuCkLgsAN9FONzDQdn6e2tx2eAs8 { display:block; }
 }@media only screen and (max-width: 763px) { #n57py7i70pIJafVVNbpSA2v1Ibbxnfbq { display:block; }#n57py7i70pIJafVVNbpSA2v1Ibbxnfbq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCyHicvFXam4SdVGBXpwasBgN8KA2olk { width:47.75rem;height:4.0625rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epl87ZFi6J6wFQcF0qtqsardq4aksM3o { display:block; }#epl87ZFi6J6wFQcF0qtqsardq4aksM3o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVGhzlBT1kKXvVzPvnk94PaDcCD2ThrH { width:15.9375rem;height:10.589345637584rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwz3Ar8newc2X7mUBN5ftqee6qSUC4mg { width:15.9375rem;height:10.589345637584rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITailfhkLt8dBANpDWltwcQi2g3PfdhU { width:15.9375rem;height:10.589345637584rem;top:0rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE8JO3bAtaoSgoBiAI0IgFATxf1oMOFZ { display:block; }#xE8JO3bAtaoSgoBiAI0IgFATxf1oMOFZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPIoJD3vRAsTBhxl49mxO0soNoMtr9Al { width:15.9375rem;height:10.589345637584rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS8dSmM1MZtZzBBuW0aSmx6rBvCScvIa { width:15.9375rem;height:10.589345637584rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7oEQCbDd5svkgfFElotw7JAIZ2IeH4E { width:15.9375rem;height:10.589345637584rem;top:0rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd { display:block; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCpX748AR8WgBq2VNV7DNfwF0Gn8T3uA { width:47.75rem;height:3.375rem;top:3.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqpM5qIz3afPmsLMoDHkpt9zpTnS4NuP { display:block; }#SqpM5qIz3afPmsLMoDHkpt9zpTnS4NuP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3Mf67p3AS4MU3hmLBe9xaDixCgoKUeG { width:14.375rem;height:7rem;top:4rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwFQ5RtDPZwegvRJ94Iw548bouKqIBcC { width:15.9375rem;height:11.9033203125rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drH50W0Ca72B6X15ZkkexLx0x7zTUMcI { width:29.375rem;height:0;top:11.25rem;left:50.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #onTBersRdFrhT1HPbSyCaAXG0wN0O2Ee { width:29.375rem;height:0;top:11.25rem;left:50.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTWIEd3zKbZDPkAlh2STEe9bLFi9O2zd { width:29.375rem;height:0;top:11.25rem;left:50.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #IATyJzNC4KV52PRSgoSGQwCw36wOkXJ0 { width:29.375rem;height:0;top:11.25rem;left:50.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEzv757PF2y8KX6TT3vmroeCJl4Tm9ur { width:29.375rem;height:0;top:11.25rem;left:50.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMob9JwsWQAk4RipgJB95gA1360DgmO5 { display:block; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EK99KnOIrAfzpuSOaIbhrwqqRgVASO0W { width:29.1875rem;height:0;top:6.5625rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhMWg14ZrBqohasGRsuGQCQ9bIoFvFe3 { width:29.375rem;height:0;top:11.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEBJmtltQi1DTp9Xz7Qf8EGaPaqX2Tmd { width:29.375rem;height:21.9375rem;top:17rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-regular-label { width:25.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-text { width:25.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-text {padding-top: 0; padding-bottom: 0;}#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-textarea { width:25.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-select { width:25.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-select {padding-top: 0; padding-bottom: 0;}#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-button { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-checkbox-label { width:24.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa  { width:25.9375rem;height:auto;top:17.625rem;left:18.6875rem; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .radio-container { width:25.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa {display:block;}#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa { width:25.9375rem;height:auto;top:17.625rem;left:18.6875rem; }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #RgXPvUEpAG6C0LDHLRB7JqXw1bDe0NTt {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #q11pScNVGqtqhi7hvL5NA3ibgoQDaks4 { display:none; }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #nbaDxphEztI97DzV1VHcgaMaJfelZ5mM {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #mTUUqBqzbPvvnJQtkxrZDE2J9HidUA9Z {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #nXO9mcV0rTkIt81XOkZGfIPZq5SF0fly { display:none; }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #fWxuBKOz9LSBv0knQrT9XsTs4VlWpIrM {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #ZKgFwWuSKoARNDSg0Nus3M1aITtemzIt {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #tv3oIQRGvqzIxQvfH5DsJMTwKM1dbc9e { display:none; }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #vkXpoplP0NTDOn37SEEmozJb1bzZx4xL {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #w0ycCCWdlF4uqgHQA31SR6X0kT6wOFFn {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #cOEP8t5APFziXfH5fqBBF4kcJfMATRwz {  }
 }@media only screen and (max-width: 763px) { #EzE9SsgSWHTSI6eV1pZIC1wxxvtKOlgJ { display:block; }
 }@media only screen and (max-width: 763px) { #JXT86XcNu0wQSWszPMn5r0RMIbld1130 { display:block; }
 }@media only screen and (max-width: 763px) { #LZTAQsHVLIedSqU6wSrPH1Lc60hpGvJh { width:29.375rem;height:0;top:11.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHKWBpgC8TVppAWTr5u9bqCQmp8grZVn { width:3.625rem;height:3.625rem;top:8.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6UfBF1QVnMB7Tu64qTpKnQHJtofE3ZK { width:3.625rem;height:3.625rem;top:13.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx9SkK8JJ5Q0bXOTVEdvWi0wPlvIgdts { width:29.375rem;height:0;top:11.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxu41RftGsORdGISdJJC6TAD8TXMUBs4 { width:3.625rem;height:3.625rem;top:17.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug5ypNlpm87hdLWETV46uXDG2CdD807f { width:29.375rem;height:0;top:11.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJQWrC0fgS5BxfyKwFPTFb4aG970bVg7 { width:3.625rem;height:3.625rem;top:22.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0xFUMdHJDWDFtRBGsQoWX7zTT2Dxrb6 { width:29.375rem;height:0;top:11.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSDAKvcZsFNfdz0df2izyVm7lEEbHK9E { width:29.1875rem;height:0;top:6.5625rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPRVTF2DvgRphphP3J4I2eW7m7M4H9Fp { width:29.375rem;height:0;top:11.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEkP1A8H4As1mR2bESOy6mJTuqBHWwhJ { display:block; }#WEkP1A8H4As1mR2bESOy6mJTuqBHWwhJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhSWScqcQ83zx51VgXMGXsTxQWc24BXM { width:19.25rem;height:1.125rem;top:1.625rem;left:28.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ded0BF2e/Projekt_bez_tytu%C5%82u_%289%29.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;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 { height:31.6875rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8yHoGTopz1LKLHWO1316dACzlBifdMD { width:19rem;height:3.8125rem;top:17rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHw9mLLAhkspch0mc1n94aSAADZZ99qv { display:block; }
 }@media only screen and (max-width: 763px) { #yd9QKQZhGwPrwPXpC1OCW7wGRr0xXJCR { width:19rem;height:3.8125rem;top:21.5625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB33aVfFRuhZTBG0o0MFed3zbLwmxJ4a { display:block; }
 }@media only screen and (max-width: 763px) { #Oz1g4TTrdfTDzTzPq2bhPXpulfskOtzu { width:18.875rem;height:3.25rem;top:11.125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uEaX9fvzzmm88kTiQet01WNCe7egRaAc { width:8.625rem;height:3.375rem;top:6.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpKFsmHcdhHpqP3x5aD4xnP4xdEsuO7l { width:5.125rem;height:3.125rem;top:6.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS4HOrU2qTKxGmqButhRs4Klztc5B0BF { width:3.125rem;height:3.125rem;top:26.625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC { display:block; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIBfSuaoo21v9eH4KG35ISAuD4s6SKn5 { width:18.75rem;height:1.25rem;top:1.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp { display:block; }#ZDLUvmaG1ht9tsPmJwipBluHJ6B38hGp > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8pAKcJxNozuHnUdmiC2VkgE1uqrOXPC { width:4.375rem;height:4.375rem;top:1.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF1FWBxiTiH4AOz3laFTtHwAsqC2OyoU { width:16.25rem;height:1.25rem;top:7.125rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LrohNB0dtvA4GkF1zK13DKq0LZNuAWa5 { width:3.125rem;height:3.125rem;top:2rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lanceDLFbn0tQpXzwylf5y3cx7AacVH9 { width:16.25rem;height:1.25rem;top:15.5rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yrSctHHFTi2xEE5KJLhTM1v6B5szqymR { width:4.375rem;height:4.375rem;top:9.625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw32kvoxuH2XJuz6lkQrQFzXHylt7NWh { width:3.125rem;height:3.125rem;top:10.375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWuTaTMqbJiKlLo5ZbE7xlWtmqma9eBT { width:16.25rem;height:1.25rem;top:23.875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OS10xxe17ng1gQIgVTT8xlfC1UHkhfvA { width:4.375rem;height:4.375rem;top:18rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4SJS4yWTVHeFbtIntw0sSh4OwF9S22e { width:3.125rem;height:3.125rem;top:18.75rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVF2UqTA9SCW2AeuxK7OdEhE12nSRbnd { display:block; }#HVF2UqTA9SCW2AeuxK7OdEhE12nSRbnd > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRin9F9BP3bCScq9x2T9Ruw8lAKHMaRT { width:20rem;height:6.25rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 { display:block; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUulPagcMOgzZ52oA1Z2NtVtXGFdGwxW { width:20rem;height:6.4375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X12Lf7V9UciNdouP7Myq4T50tCp11KJR { width:14.625rem;height:2.5rem;top:5.125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5BIsUPVkqON0rJboD4b3hSz7Vr2Sb34 { width:18.375rem;height:1.25rem;top:7.5625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvAAodIzEZUC3WcJJorhVo9h5Xh1TPlT { width:19rem;height:3.8125rem;top:13.75rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCr1PuCkLgsAN9FONzDQdn6e2tx2eAs8 { display:block; }
 }@media only screen and (max-width: 763px) { #n57py7i70pIJafVVNbpSA2v1Ibbxnfbq { display:block; }#n57py7i70pIJafVVNbpSA2v1Ibbxnfbq > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCyHicvFXam4SdVGBXpwasBgN8KA2olk { width:20rem;height:1.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #epl87ZFi6J6wFQcF0qtqsardq4aksM3o { display:block; }#epl87ZFi6J6wFQcF0qtqsardq4aksM3o > .row .container { width:20rem;height:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVGhzlBT1kKXvVzPvnk94PaDcCD2ThrH { width:18.625rem;height:12.375rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwz3Ar8newc2X7mUBN5ftqee6qSUC4mg { width:18.625rem;height:12.375rem;top:41.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITailfhkLt8dBANpDWltwcQi2g3PfdhU { width:18.625rem;height:12.375rem;top:28.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE8JO3bAtaoSgoBiAI0IgFATxf1oMOFZ { display:block; }#xE8JO3bAtaoSgoBiAI0IgFATxf1oMOFZ > .row .container { width:20rem;height:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPIoJD3vRAsTBhxl49mxO0soNoMtr9Al { width:18.625rem;height:12.375rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS8dSmM1MZtZzBBuW0aSmx6rBvCScvIa { width:18.625rem;height:12.375rem;top:41.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7oEQCbDd5svkgfFElotw7JAIZ2IeH4E { width:18.625rem;height:12.375rem;top:28.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd { display:block; }#MFcTLnIkLillMRuMnfb4i3DKc9WhWHtd > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCpX748AR8WgBq2VNV7DNfwF0Gn8T3uA { width:18.75rem;height:1.25rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SqpM5qIz3afPmsLMoDHkpt9zpTnS4NuP { display:block; }#SqpM5qIz3afPmsLMoDHkpt9zpTnS4NuP > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3Mf67p3AS4MU3hmLBe9xaDixCgoKUeG { width:14.375rem;height:7rem;top:1.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwFQ5RtDPZwegvRJ94Iw548bouKqIBcC { width:20rem;height:14.9375rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drH50W0Ca72B6X15ZkkexLx0x7zTUMcI { width:19.875rem;height:3.75rem;top:25.6875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #onTBersRdFrhT1HPbSyCaAXG0wN0O2Ee { width:17.125rem;height:0;top:36.9375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTWIEd3zKbZDPkAlh2STEe9bLFi9O2zd { width:19.875rem;height:2.5rem;top:30.6875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IATyJzNC4KV52PRSgoSGQwCw36wOkXJ0 { width:19.875rem;height:1.25rem;top:34.4375rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEzv757PF2y8KX6TT3vmroeCJl4Tm9ur { width:19.875rem;height:1.25rem;top:38.1875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMob9JwsWQAk4RipgJB95gA1360DgmO5 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/as1clU08/Projekt_bez_tytu%C5%82u_%2811%29.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;display:block; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5.adaptive-delivery-prevent-bg, #nMob9JwsWQAk4RipgJB95gA1360DgmO5.lazyload, #nMob9JwsWQAk4RipgJB95gA1360DgmO5.lazyloading { background-image: none; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row .container { background-color: transparent; background-image: none; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row .container > .video-iframe-container { display: none; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row > .video-iframe-container { display: none; }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .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); }#nMob9JwsWQAk4RipgJB95gA1360DgmO5 > .row .container { width:20rem;height:78.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EK99KnOIrAfzpuSOaIbhrwqqRgVASO0W { width:18.75rem;height:3.6875rem;top:1.4375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yhMWg14ZrBqohasGRsuGQCQ9bIoFvFe3 { width:18.75rem;height:3.25rem;top:5.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CEBJmtltQi1DTp9Xz7Qf8EGaPaqX2Tmd { width:19.875rem;height:26.125rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-text {padding-top: 0; padding-bottom: 0;}#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-select {padding-top: 0; padding-bottom: 0;}#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa  { width:17.5rem;height:auto;top:10.6875rem;left:0rem; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa {display:block;}#EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa { width:17.5rem;height:auto;top:10.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #RgXPvUEpAG6C0LDHLRB7JqXw1bDe0NTt {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #q11pScNVGqtqhi7hvL5NA3ibgoQDaks4 { display:none; }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #nbaDxphEztI97DzV1VHcgaMaJfelZ5mM {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #mTUUqBqzbPvvnJQtkxrZDE2J9HidUA9Z {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #nXO9mcV0rTkIt81XOkZGfIPZq5SF0fly { display:none; }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #fWxuBKOz9LSBv0knQrT9XsTs4VlWpIrM {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #ZKgFwWuSKoARNDSg0Nus3M1aITtemzIt {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #tv3oIQRGvqzIxQvfH5DsJMTwKM1dbc9e { display:none; }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #vkXpoplP0NTDOn37SEEmozJb1bzZx4xL {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #w0ycCCWdlF4uqgHQA31SR6X0kT6wOFFn {  }
 }@media only screen and (max-width: 763px) { #EtLzqQdyy9KUZlzBTiXUFVnTsXDxTWGa #cOEP8t5APFziXfH5fqBBF4kcJfMATRwz {  }
 }@media only screen and (max-width: 763px) { #EzE9SsgSWHTSI6eV1pZIC1wxxvtKOlgJ { display:block; }
 }@media only screen and (max-width: 763px) { #JXT86XcNu0wQSWszPMn5r0RMIbld1130 { display:block; }
 }@media only screen and (max-width: 763px) { #LZTAQsHVLIedSqU6wSrPH1Lc60hpGvJh { width:10.75rem;height:3.25rem;top:43.0625rem;left:4.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kHKWBpgC8TVppAWTr5u9bqCQmp8grZVn { width:3.625rem;height:3.625rem;top:39.125rem;left:8.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6UfBF1QVnMB7Tu64qTpKnQHJtofE3ZK { width:3.625rem;height:3.625rem;top:48.5rem;left:8.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx9SkK8JJ5Q0bXOTVEdvWi0wPlvIgdts { width:12.9375rem;height:1.625rem;top:59.875rem;left:3.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pxu41RftGsORdGISdJJC6TAD8TXMUBs4 { width:3.625rem;height:3.625rem;top:56.25rem;left:8.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug5ypNlpm87hdLWETV46uXDG2CdD807f { width:12.9375rem;height:1.625rem;top:67.625rem;left:3.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gJQWrC0fgS5BxfyKwFPTFb4aG970bVg7 { width:3.625rem;height:3.625rem;top:64rem;left:8.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0xFUMdHJDWDFtRBGsQoWX7zTT2Dxrb6 { width:12.9375rem;height:1.625rem;top:73.75rem;left:3.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bSDAKvcZsFNfdz0df2izyVm7lEEbHK9E { width:2.875rem;height:2rem;top:71.75rem;left:8.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZPRVTF2DvgRphphP3J4I2eW7m7M4H9Fp { width:10.75rem;height:3.25rem;top:52.125rem;left:4.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WEkP1A8H4As1mR2bESOy6mJTuqBHWwhJ { display:block; }#WEkP1A8H4As1mR2bESOy6mJTuqBHWwhJ > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhSWScqcQ83zx51VgXMGXsTxQWc24BXM { width:19.25rem;height:2.5rem;top:1.25rem;left:0.375rem;text-align:center;text-align-last:center;display:block; }
 }