.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,254,217;--color-primary-1:255,251,128;--color-primary-2:255,246,0;--color-primary-3:128,123,0;--color-primary-4:38,37,0;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--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:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c8a30ad6-7d63-4dc5-a958-c7de6cf4405f/KACZKAWWWHERO2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.adaptive-delivery-prevent-bg, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyload, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyloading { background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { background-color: transparent; background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.08); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.08); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .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); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { border-width: 0; border-radius: 0; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:60rem;position:relative;display:block; }#mGuJHzuwKcwVsMKQ2qatT6CuVJGwmyHz { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.125rem;font-weight:normal;z-index:15000;line-height:.9;letter-spacing:0;top:22.186279296875rem;left:2.3748779296875rem;height:9.2246125rem;display:block; }
#efTAKqRir5GfT7QHMGx6yWuliULXgsdl { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15001;line-height:.9;letter-spacing:0;top:33.49853515625rem;left:2.3748779296875rem;height:1.57470625rem;font-style:normal;display:block; }
#OAkvHhFcBd7Q1gqMe2GbieDickJNGBoi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.2495125rem;height:2.56225625rem;text-decoration:none;z-index:15005;text-align:right;text-align-last:right;top:2.125rem;left:33.9375rem;display:block; }
#hkXCXhAd3AF1tBAoIRpT46pWkqZ2cvoM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PSN1Ei51MrKTMLxbEVGw1JTLIR0Nq8hp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.374025rem;height:2.6245125rem;text-decoration:none;z-index:15007;text-align:right;text-align-last:right;top:2.125rem;left:40.125rem;display:block; }
#SyRdXLveD6mTsb7MbLyQgyaLdrDXKVvM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fnTNgTRkRAHUpGAMWPwEFiZfZizv9XpK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.99926875rem;height:2.6245125rem;text-decoration:none;z-index:15008;text-align:right;text-align-last:right;top:2.125rem;left:46.375rem;display:block; }
#Nh6frh2A7ZAnOUVsHUkGAywozUsWg0VE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BAiysCTtAdewo011O5cRTxV2TPD9U9KN { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0rem 0.3125rem 0.9375rem rgba(var(--color-secondary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.06201171875rem;left:51.99951171875rem;display:block; }
#KsVxhVkhL8zPItOKUm9CUDdrnqThIQ5F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EhOzxOFaRtHbeqIgogVuwz4r79TI5Wko { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:10.4375rem;top:2.2186279296875rem;left:2.3748779296875rem;overflow:hidden;display:block; }
#wCAtRTNCgIZoK39xLHXS21SSAcTPkRv5 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.125rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:6.99951171875rem;left:6.5625rem;height:4.612425rem;display:block; }
#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { background-color: transparent; background-image: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container > .video-iframe-container { display: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container { display: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .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); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { border-width: 0; border-radius: 0; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:60rem;position:relative;display:block; }#QVTo7ZMsBuFzEgBoK4GWtDi2kGIgDATk { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:7.1875rem;left:34rem;height:0;text-align:left;text-align-last:left;display:block; }
#N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9359375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:16.125rem;left:34rem;height:7.4365rem;font-style:normal;display:block; }
#EmXHTwfQCJwLzRGM2xM9B9EgsyVAUTh2 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4984375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:13.25rem;left:34rem;height:1.487425rem;font-style:normal;display:block; }
#rl3JTSALA3aA9qeWRk4pNHgLW5ZwpimF { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:12.75rem;left:34rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#TMpfvrneDBRS0h657WEZxPGw6x7dXVUa { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.6245rem;width:22.6245rem;top:7.1875rem;left:6.0345458984375rem;overflow:hidden;display:block; }
#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8393576b-8790-453e-8b62-dabbbf904fdd/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN.adaptive-delivery-prevent-bg, #NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN.lazyload, #NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN.lazyloading { background-image: none; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { background-color: transparent; background-image: none; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container > .video-iframe-container { display: none; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row > .video-iframe-container { display: none; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .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); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { border-width: 0; border-radius: 0; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:60rem;position:relative;display:block; }#ccwasnQDEG1MDFSw51nLQiffwbfgGx9T { color:rgba(var(--color-tertiary-0),1);display:block;width:39.24925rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:14rem;left:0rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#FGa7RZgL6J4Uo4IapZizhEyddzRaHb2y { color:rgba(var(--color-tertiary-0),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:18.6875rem;left:0rem;height:5.94970625rem;font-style:normal;display:block; }
#bJn5OKsTSFtfHzIIvUUxvATqqb4l8Nkh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bJn5OKsTSFtfHzIIvUUxvATqqb4l8Nkh > .row .container { background-color: transparent; background-image: none; }#bJn5OKsTSFtfHzIIvUUxvATqqb4l8Nkh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJn5OKsTSFtfHzIIvUUxvATqqb4l8Nkh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJn5OKsTSFtfHzIIvUUxvATqqb4l8Nkh > .row .container > .video-iframe-container { display: none; }#bJn5OKsTSFtfHzIIvUUxvATqqb4l8Nkh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJn5OKsTSFtfHzIIvUUxvATqqb4l8Nkh > .row > .video-iframe-container { display: none; }#bJn5OKsTSFtfHzIIvUUxvATqqb4l8Nkh > .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); }#bJn5OKsTSFtfHzIIvUUxvATqqb4l8Nkh > .row .container { border-width: 0; border-radius: 0; }#bJn5OKsTSFtfHzIIvUUxvATqqb4l8Nkh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bJn5OKsTSFtfHzIIvUUxvATqqb4l8Nkh > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:60rem;position:relative;display:block; }#n8HMH4oGdUSZOT3NQo7gBWahMTHXodsS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:9.498875rem;top:6.84326171875rem;left:40.999755859375rem;overflow:hidden;display:block; }
#Gdv77AOUb5PxUtJwCSEvyEgsJ6Xz1reA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.37425rem;width:15.061625rem;top:2.8125rem;left:23.1875rem;overflow:hidden;display:block; }
#BcR2TaCTf1wnOQ7xU6iLNW0csQRN8kd7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:9.4375rem;top:6.84326171875rem;left:11.124267578125rem;overflow:hidden;display:block; }
#zlTERDUkbdDVmiPvVumXaKQ28xEARHtW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8ea383c7-7be8-4df7-9011-1f9f740beab6/camilomarco_A_group_of_people_in_the_audience_standing_on_stage_3b40bf14742b4da7aaf682351d3a607d.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#zlTERDUkbdDVmiPvVumXaKQ28xEARHtW.adaptive-delivery-prevent-bg, #zlTERDUkbdDVmiPvVumXaKQ28xEARHtW.lazyload, #zlTERDUkbdDVmiPvVumXaKQ28xEARHtW.lazyloading { background-image: none; }#zlTERDUkbdDVmiPvVumXaKQ28xEARHtW > .row .container { background-color: transparent; background-image: none; }#zlTERDUkbdDVmiPvVumXaKQ28xEARHtW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.68); }#zlTERDUkbdDVmiPvVumXaKQ28xEARHtW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlTERDUkbdDVmiPvVumXaKQ28xEARHtW > .row .container > .video-iframe-container { display: none; }#zlTERDUkbdDVmiPvVumXaKQ28xEARHtW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.68); }#zlTERDUkbdDVmiPvVumXaKQ28xEARHtW > .row > .video-iframe-container { display: none; }#zlTERDUkbdDVmiPvVumXaKQ28xEARHtW > .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); }#zlTERDUkbdDVmiPvVumXaKQ28xEARHtW > .row .container { border-width: 0; border-radius: 0; }#zlTERDUkbdDVmiPvVumXaKQ28xEARHtW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zlTERDUkbdDVmiPvVumXaKQ28xEARHtW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zlTERDUkbdDVmiPvVumXaKQ28xEARHtW > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:60rem;position:relative;display:block; }#ReeQRvzEbQ0qk6xoRnQehrs9XwiTEyT3 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:27.462158203125rem;left:23.217163085938rem;height:10.19920625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oyJhf2sI7WfJlBTvHXLN54INKyCVnueR { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:13.4375rem;left:41.9375rem;height:12.7490125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gzJi5nhyT6fFS2TgXZyfbkiTGNlGKPZA { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:13.4375rem;left:5.375rem;height:12.749025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Brrf6EJWpFPBv0e4BDvKDTSs7Tm41fc4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:8.516357421875rem;left:6.312255859375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#Kvmg8QNwMdHhy4Bnla6iookTuKRuVH7P { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:22.6875rem;left:24.749755859375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#B52TEw6h4P7BJ52dbw05Bf4VTrT8WQox { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:8.5162353515625rem;left:42.686157226562rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.4);background-image:url("https://images.assets-landingi.com/uc/4dd7b3ac-d618-4e6f-b2a8-d2c874db53de/FEMALE.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq.adaptive-delivery-prevent-bg, #pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq.lazyload, #pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq.lazyloading { background-image: none; }#pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq > .row .container { background-color: transparent; background-image: none; }#pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq > .row .container > .video-iframe-container { display: none; }#pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq > .row > .video-iframe-container { display: none; }#pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq > .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); }#pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq > .row .container { border-width: 0; border-radius: 0; }#pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:60rem;position:relative;display:block; }#ULHdiC9n8IahBiRGpfeqrcMwGU471oRh { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:9.6875rem;left:35.6875rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#qbqUmW7rw6FetWind7NGkiMbs6y9VT9R { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:16.3125rem;left:35.6875rem;height:7.4365rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fEMSe5raoVftDvnVRnzUZiLHHUxTZZ5M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b4e4baee-5b3f-4695-9266-089e066a7a21/camilomarco_photograph_of_park_in_style_of_Erwin_Olaf_unexpecte_a9f803c564dd42d48b048f564de7b2a3.preview.mirror.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fEMSe5raoVftDvnVRnzUZiLHHUxTZZ5M.adaptive-delivery-prevent-bg, #fEMSe5raoVftDvnVRnzUZiLHHUxTZZ5M.lazyload, #fEMSe5raoVftDvnVRnzUZiLHHUxTZZ5M.lazyloading { background-image: none; }#fEMSe5raoVftDvnVRnzUZiLHHUxTZZ5M > .row .container { border-width: 0; border-radius: 0; }#fEMSe5raoVftDvnVRnzUZiLHHUxTZZ5M::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fEMSe5raoVftDvnVRnzUZiLHHUxTZZ5M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fEMSe5raoVftDvnVRnzUZiLHHUxTZZ5M > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:60rem;position:relative;display:none; }#upNnbAG4v6TR7zdMuSOR543ATLVOA44J { color:rgba(var(--color-tertiary-0),1);display:block;width:38.186625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:10.375rem;left:10.875rem;height:4.46228125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RpTMuur6HvbFISu4c2txL6Ql5ebV7d2d { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:17.75rem;left:14.25rem;display:block; }
#sXtnVdM7w5dy2BWKc2k08SfiXWoKmUJm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q7G44TlqE6r7ACZMXQcBCAebEUV4Lch5 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:27.625rem;left:12.375rem;height:1.91223125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EKRdREkqvl9GVJX8iKyFoOWRZet5WVcx { color:rgba(var(--color-tertiary-0),1);display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:5.5rem;left:7.6875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#VtGVXNxSLFiO97OyiJ8CVXEDkzPlqNvD { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:17.75rem;left:31.6875rem;display:block; }
#tQkf907IWoxamdpEg5dx5ZQ2x3uNH2gw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XmyuZfRhZTZPtKTxFQK4RtKPcltz20TZ { color:rgba(var(--color-primary-2),1);display:block;width:38.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:29.5625rem;left:10.9375rem;height:2.97485rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UcRD7MvzFfBCBrcU3q9yf86cLQwwcE0M { color:rgba(var(--color-primary-2),1);display:block;width:38.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:23.939208984375rem;left:10.906372070312rem;height:2.97485rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EJr7QW9nOpSRkqrvc4pKNOuEsShVWSvu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EJr7QW9nOpSRkqrvc4pKNOuEsShVWSvu > .row .container { background-color: transparent; background-image: none; }#EJr7QW9nOpSRkqrvc4pKNOuEsShVWSvu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJr7QW9nOpSRkqrvc4pKNOuEsShVWSvu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJr7QW9nOpSRkqrvc4pKNOuEsShVWSvu > .row .container > .video-iframe-container { display: none; }#EJr7QW9nOpSRkqrvc4pKNOuEsShVWSvu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJr7QW9nOpSRkqrvc4pKNOuEsShVWSvu > .row > .video-iframe-container { display: none; }#EJr7QW9nOpSRkqrvc4pKNOuEsShVWSvu > .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); }#EJr7QW9nOpSRkqrvc4pKNOuEsShVWSvu > .row .container { border-width: 0; border-radius: 0; }#EJr7QW9nOpSRkqrvc4pKNOuEsShVWSvu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EJr7QW9nOpSRkqrvc4pKNOuEsShVWSvu > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:block; }#zWLhCXcX7JJQiGqyAeTk5GmmUhzOx2dM { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:6.749267578125rem;left:16.37451171875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#CWbz0dJFWiMrLXtUNbKwhiNcv7T1FFG8 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.437375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:9.117431640625rem;left:5.655517578125rem;height:12.32424375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97109055-fee8-47b0-9cb3-21697e96da89/KACZKAWWWHERO334.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR.adaptive-delivery-prevent-bg, #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR.lazyload, #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR.lazyloading { background-image: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { background-color: transparent; background-image: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container > .video-iframe-container { display: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container { display: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .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); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { border-width: 0; border-radius: 0; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { font-size:0.875rem;font-family:arial;height:56.375rem;width:60rem;overflow:visible;position:relative;display:block; }#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-form-header {  }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:25.0625rem;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; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .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:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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.0625rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-secondary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-text {padding-top: 0; padding-bottom: 0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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.0625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"source sans pro";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-select {padding-top: 0; padding-bottom: 0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .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; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-button { border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:15.3125rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#0d1325;width:9.75rem;height:2.8125rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;box-shadow: none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .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.625rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.74);vertical-align:top;width:24rem;overflow:hidden;font-style:normal;float:none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .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; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .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:"source sans pro";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-container:first-of-type{padding-top:0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-container:last-of-type{padding-bottom:0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:22.418212890625rem;left:0rem; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.0625rem;display:block;vertical-align:top; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-info-text { display:block;height:auto;font-family:"source sans pro";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl {display:block;}#lC6f818h472omQBftPmqHQE8TRoXJVWl { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:22.418212890625rem;left:0rem; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #FZX1vBFrKsyEkqzaGw1UGcxr7dm7Jlgp { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #sDgAllR5TgU9cTsRSPbkR2ehc4H4a7xB { position:relative;display:none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #TJtT83QcP0uyTBnPT5KHhmCSrsaNbT8e { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #A9OCmbJPxXt2zBk0IUlLuyPGE3Sqcchy { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #saNrLdTSbTkXubgrqdvD6FfPKEwAR5oN { position:relative;display:none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #duPCb6HFv4CCzuxc5fym3W48vZyrr7Q9 { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #EEL6MZ3K7c6AuA28W0Ug2vSAqLiw7K75 { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #DxGEVKC2bEJbyxwqsH3z4S1SVXJk3EGL { position:relative;display:none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #yPuCPQSbZ026Zhap1EQKHDblAd7hmbBe { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #QU046QKQRkiMnAPErTDiMlvtXaWyBTrz { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #x6bsPfCumXKZu8waTK4E71QJ0nTx6ONg { position:relative;z-index:2; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #qTiqUyaK9Z0ez2LNT4nodTTTww83tGOg { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #qB2tLqk1l5i0HxKw7VJz1iuNdRZb6Jp7 { position:relative; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl #RgL4h7fmgXLwD6ShGBxaqqxRxvTVppZf { position:relative; }
#dScT8g0kMFenT1JcXukOKlExAOWJzVTx { color:rgba(var(--color-tertiary-0),1);display:block;width:50.499875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:11.124877929688rem;left:0rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#pSZ1aqQWsuXIeoznkwaKTNRRpbxLCSQJ { color:rgba(var(--color-tertiary-0),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:15.062255859375rem;left:36.6884765625rem;height:2.97485rem;font-style:normal;display:block; }
#t9TTUbG0J19MQr7hW2Je7lviKJ6eHl7z { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:15.0625rem;left:0rem;height:2.625rem;font-style:normal;display:block; }
#Fu3w8NnBdt6oDNzLGSFrpSgbfLvO38oV { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ee95078d-f12b-41e4-8511-c44848605308/Zrzutekranu20240830o132906.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:24.75rem;width:19rem;top:20.6875rem;left:36.749877929688rem;display:block; }#Fu3w8NnBdt6oDNzLGSFrpSgbfLvO38oV.adaptive-delivery-prevent-bg, #Fu3w8NnBdt6oDNzLGSFrpSgbfLvO38oV.lazyload, #Fu3w8NnBdt6oDNzLGSFrpSgbfLvO38oV.lazyloading { background-image: none; }
#vqAEb24xvSzWTl6e32eO16Gg9P1amXfo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:29.560791015625rem;left:46.467895507812rem; }
#xue7hU3mrxBXIO14xsN1ONIs6VQ6BcBt { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.562375rem;width:5.06225625rem;top:29.936157226562rem;left:46.593017578125rem;overflow:hidden;display:block; }
#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { background-color: transparent; background-image: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container > .video-iframe-container { display: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container { display: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .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); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { border-width: 0; border-radius: 0; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#BaEvU23NeiU0UCe76VLKGwz4xC0uKNZl { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.312375rem;width:5.1245125rem;top:1.1243896484375rem;left:2.1240234375rem;overflow:hidden;display:block; }
#vTKaWIBTob4rsGPT8qMWRWMLLaRS07JO { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:3.1751708984375rem;left:11.373291015625rem;height:1.487425rem;font-style:normal;display:block; }
#PVOA5KBJXNGw1bF5H6UdRTM4fVqfFZra { color:rgba(var(--color-tertiary-0),0.8);display:block;width:11.311625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:1.1871337890625rem;left:47.061157226562rem;height:1.487425rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bpGiD8m8RzVt4wpCE7Dw7dW5FH61o99V { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.12475rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:0rem;left:11.373291015625rem;display:block; }
#w4cT7PlLcH8AQNzyD2JJzth0ldVSuXbO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cWx1Dq29dywbWQzCzB7Mh4UAJ8mS0qSi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:2.374267578125rem;left:11.473388671875rem;display:block; }
#ezFcr8sDROtb3Rppfow8CVLbaeToSkmM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B1NnsnO9Eg9FdSMmaTMXTiCg6H0mUVeL { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:1.124267578125rem;left:27.786254882812rem;height:3.6738375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { display:block; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGuJHzuwKcwVsMKQ2qatT6CuVJGwmyHz { width:46.875rem;height:9.1875rem;top:22.125rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efTAKqRir5GfT7QHMGx6yWuliULXgsdl { width:46.875rem;height:1.5625rem;top:33.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAkvHhFcBd7Q1gqMe2GbieDickJNGBoi { width:3.1875rem;height:2.5rem;top:2.125rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkXCXhAd3AF1tBAoIRpT46pWkqZ2cvoM { display:block; }
 }@media only screen and (max-width: 763px) { #PSN1Ei51MrKTMLxbEVGw1JTLIR0Nq8hp { width:3.3125rem;height:2.5625rem;top:2.125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyRdXLveD6mTsb7MbLyQgyaLdrDXKVvM { display:block; }
 }@media only screen and (max-width: 763px) { #fnTNgTRkRAHUpGAMWPwEFiZfZizv9XpK { width:2.9375rem;height:2.5625rem;top:2.125rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh6frh2A7ZAnOUVsHUkGAywozUsWg0VE { display:block; }
 }@media only screen and (max-width: 763px) { #BAiysCTtAdewo011O5cRTxV2TPD9U9KN { width:7.375rem;height:2.6875rem;top:2rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsVxhVkhL8zPItOKUm9CUDdrnqThIQ5F { display:block; }
 }@media only screen and (max-width: 763px) { #EhOzxOFaRtHbeqIgogVuwz4r79TI5Wko { top:2.1875rem;left:0rem;width:10.4375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCAtRTNCgIZoK39xLHXS21SSAcTPkRv5 { width:46.875rem;height:4.5625rem;top:6.9375rem;left:0.4375rem;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { display:block; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QVTo7ZMsBuFzEgBoK4GWtDi2kGIgDATk { width:26rem;height:;top:7.1875rem;left:21.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { width:19.875rem;height:7.375rem;top:16.125rem;left:27.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmXHTwfQCJwLzRGM2xM9B9EgsyVAUTh2 { width:21.4375rem;height:1.4375rem;top:13.25rem;left:26.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl3JTSALA3aA9qeWRk4pNHgLW5ZwpimF { width:11.5625rem;height:2.5rem;top:12.75rem;left:27.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMpfvrneDBRS0h657WEZxPGw6x7dXVUa { top:7.1875rem;left:0rem;width:22.5625rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN { display:block; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccwasnQDEG1MDFSw51nLQiffwbfgGx9T { width:39.1875rem;height:2.5rem;top:13.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGa7RZgL6J4Uo4IapZizhEyddzRaHb2y { width:32.1875rem;height:5.9375rem;top:18.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJn5OKsTSFtfHzIIvUUxvATqqb4l8Nkh { display:block; }#bJn5OKsTSFtfHzIIvUUxvATqqb4l8Nkh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8HMH4oGdUSZOT3NQo7gBWahMTHXodsS { top:6.8125rem;left:34.874755859375rem;width:9.4375rem;height:14.282118935137rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdv77AOUb5PxUtJwCSEvyEgsJ6Xz1reA { top:2.8125rem;left:17.0625rem;width:15rem;height:22.282977213593rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcR2TaCTf1wnOQ7xU6iLNW0csQRN8kd7 { top:6.8125rem;left:4.999267578125rem;width:9.4375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlTERDUkbdDVmiPvVumXaKQ28xEARHtW { display:block; }#zlTERDUkbdDVmiPvVumXaKQ28xEARHtW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReeQRvzEbQ0qk6xoRnQehrs9XwiTEyT3 { width:15.8125rem;height:10.1875rem;top:27.4375rem;left:17.092163085938rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyJhf2sI7WfJlBTvHXLN54INKyCVnueR { width:14.25rem;height:12.75rem;top:13.4375rem;left:33.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzJi5nhyT6fFS2TgXZyfbkiTGNlGKPZA { width:14.6875rem;height:12.75rem;top:13.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brrf6EJWpFPBv0e4BDvKDTSs7Tm41fc4 { width:12.8125rem;height:2.9375rem;top:8.5rem;left:0.187255859375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kvmg8QNwMdHhy4Bnla6iookTuKRuVH7P { width:12.8125rem;height:2.9375rem;top:22.6875rem;left:18.624755859375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B52TEw6h4P7BJ52dbw05Bf4VTrT8WQox { width:12.8125rem;height:2.9375rem;top:8.5rem;left:34.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq { display:block; }#pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULHdiC9n8IahBiRGpfeqrcMwGU471oRh { width:18.125rem;height:3rem;top:9.6875rem;left:29.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbqUmW7rw6FetWind7NGkiMbs6y9VT9R { width:19.75rem;height:7.375rem;top:16.3125rem;left:28rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEMSe5raoVftDvnVRnzUZiLHHUxTZZ5M { display:block; }#fEMSe5raoVftDvnVRnzUZiLHHUxTZZ5M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upNnbAG4v6TR7zdMuSOR543ATLVOA44J { width:38.125rem;height:4.4375rem;top:10.375rem;left:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpTMuur6HvbFISu4c2txL6Ql5ebV7d2d { width:14.6875rem;height:3.4375rem;top:17.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXtnVdM7w5dy2BWKc2k08SfiXWoKmUJm { display:block; }
 }@media only screen and (max-width: 763px) { #q7G44TlqE6r7ACZMXQcBCAebEUV4Lch5 { width:35.1875rem;height:1.875rem;top:27.625rem;left:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKRdREkqvl9GVJX8iKyFoOWRZet5WVcx { width:44.6875rem;height:2.9375rem;top:5.5rem;left:1.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtGVXNxSLFiO97OyiJ8CVXEDkzPlqNvD { width:14.6875rem;height:3.4375rem;top:17.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQkf907IWoxamdpEg5dx5ZQ2x3uNH2gw { display:block; }
 }@media only screen and (max-width: 763px) { #XmyuZfRhZTZPtKTxFQK4RtKPcltz20TZ { width:38.125rem;height:2.9375rem;top:29.5625rem;left:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcRD7MvzFfBCBrcU3q9yf86cLQwwcE0M { width:38.125rem;height:2.9375rem;top:23.9375rem;left:4.7813720703125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJr7QW9nOpSRkqrvc4pKNOuEsShVWSvu { display:block; }#EJr7QW9nOpSRkqrvc4pKNOuEsShVWSvu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWLhCXcX7JJQiGqyAeTk5GmmUhzOx2dM { width:30rem;height:2.9375rem;top:6.6875rem;left:10.24951171875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWbz0dJFWiMrLXtUNbKwhiNcv7T1FFG8 { width:47.75rem;height:12.3125rem;top:9.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR { display:block; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-regular-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-text { width:25.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-text {padding-top: 0; padding-bottom: 0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-textarea { width:25.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-select { width:25.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-select {padding-top: 0; padding-bottom: 0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-button { width:9.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:15.3125rem; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-checkbox-label { width:24.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl  { width:25.0625rem;height:auto;top:22.375rem;left:0rem; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .radio-container { width:25.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl {display:block;}#lC6f818h472omQBftPmqHQE8TRoXJVWl { width:25.0625rem;height:auto;top:22.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #FZX1vBFrKsyEkqzaGw1UGcxr7dm7Jlgp {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #sDgAllR5TgU9cTsRSPbkR2ehc4H4a7xB { display:none; }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #TJtT83QcP0uyTBnPT5KHhmCSrsaNbT8e {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #A9OCmbJPxXt2zBk0IUlLuyPGE3Sqcchy {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #saNrLdTSbTkXubgrqdvD6FfPKEwAR5oN { display:none; }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #duPCb6HFv4CCzuxc5fym3W48vZyrr7Q9 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #EEL6MZ3K7c6AuA28W0Ug2vSAqLiw7K75 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #DxGEVKC2bEJbyxwqsH3z4S1SVXJk3EGL {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #yPuCPQSbZ026Zhap1EQKHDblAd7hmbBe {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #QU046QKQRkiMnAPErTDiMlvtXaWyBTrz {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #x6bsPfCumXKZu8waTK4E71QJ0nTx6ONg {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #qTiqUyaK9Z0ez2LNT4nodTTTww83tGOg {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #qB2tLqk1l5i0HxKw7VJz1iuNdRZb6Jp7 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #RgL4h7fmgXLwD6ShGBxaqqxRxvTVppZf {  }
 }@media only screen and (max-width: 763px) { #dScT8g0kMFenT1JcXukOKlExAOWJzVTx { width:47.75rem;height:2.1875rem;top:11.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSZ1aqQWsuXIeoznkwaKTNRRpbxLCSQJ { width:23.1875rem;height:3rem;top:15rem;left:19.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9TTUbG0J19MQr7hW2Je7lviKJ6eHl7z { width:30.625rem;height:2.625rem;top:15rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu3w8NnBdt6oDNzLGSFrpSgbfLvO38oV { top:20.6875rem;left:28.75rem;width:19rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqAEb24xvSzWTl6e32eO16Gg9P1amXfo { top:29.5rem;left:40.342895507812rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xue7hU3mrxBXIO14xsN1ONIs6VQ6BcBt { top:29.875rem;left:40.468017578125rem;width:5rem;height:4.505667556833rem;display:block; }
 }@media only screen and (max-width: 763px) { #snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob { display:block; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BaEvU23NeiU0UCe76VLKGwz4xC0uKNZl { top:1.0625rem;left:0rem;width:5.0625rem;height:3.2722914496745rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTKaWIBTob4rsGPT8qMWRWMLLaRS07JO { width:11.25rem;height:1.4375rem;top:3.125rem;left:5.248291015625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVOA5KBJXNGw1bF5H6UdRTM4fVqfFZra { width:11.25rem;height:1.4375rem;top:1.125rem;left:36.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpGiD8m8RzVt4wpCE7Dw7dW5FH61o99V { width:14.0625rem;height:3.4375rem;top:0rem;left:5.248291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4cT7PlLcH8AQNzyD2JJzth0ldVSuXbO { display:block; }
 }@media only screen and (max-width: 763px) { #cWx1Dq29dywbWQzCzB7Mh4UAJ8mS0qSi { width:11.125rem;height:3.4375rem;top:2.3125rem;left:5.348388671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezFcr8sDROtb3Rppfow8CVLbaeToSkmM { display:block; }
 }@media only screen and (max-width: 763px) { #B1NnsnO9Eg9FdSMmaTMXTiCg6H0mUVeL { width:30.625rem;height:3.625rem;top:1.0625rem;left:17.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); } }@media only screen and (max-width: 763px) { #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/55d37b07-76d5-4dad-8596-078cadaa1f92/KACZKA_WWW_1min.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.adaptive-delivery-prevent-bg, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyload, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyloading { background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { background-color: transparent; background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .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); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGuJHzuwKcwVsMKQ2qatT6CuVJGwmyHz { width:20rem;height:5.9619125rem;top:32.061157226562rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efTAKqRir5GfT7QHMGx6yWuliULXgsdl { width:20rem;height:1.01220625rem;top:39.6240234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAkvHhFcBd7Q1gqMe2GbieDickJNGBoi { width:5.1245125rem;height:2.56225625rem;top:2.75rem;left:8.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hkXCXhAd3AF1tBAoIRpT46pWkqZ2cvoM { display:block; }
 }@media only screen and (max-width: 763px) { #PSN1Ei51MrKTMLxbEVGw1JTLIR0Nq8hp { width:4.6875rem;height:2.6245125rem;top:4.9375rem;left:9.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SyRdXLveD6mTsb7MbLyQgyaLdrDXKVvM { display:block; }
 }@media only screen and (max-width: 763px) { #fnTNgTRkRAHUpGAMWPwEFiZfZizv9XpK { width:5.24963125rem;height:2.6245125rem;top:2.75634765625rem;left:14.750366210938rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Nh6frh2A7ZAnOUVsHUkGAywozUsWg0VE { display:block; }
 }@media only screen and (max-width: 763px) { #BAiysCTtAdewo011O5cRTxV2TPD9U9KN { width:5rem;height:2rem;top:5.350341796875rem;left:14.875122070312rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsVxhVkhL8zPItOKUm9CUDdrnqThIQ5F { display:block; }
 }@media only screen and (max-width: 763px) { #EhOzxOFaRtHbeqIgogVuwz4r79TI5Wko { width:5.9375rem;height:3.875rem;top:3.4521484375rem;left:0.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wCAtRTNCgIZoK39xLHXS21SSAcTPkRv5 { width:20rem;height:1.799925rem;top:20.436401367188rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { display:block; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QVTo7ZMsBuFzEgBoK4GWtDi2kGIgDATk { width:20rem;height:0;top:4.375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { width:20rem;height:7.4365rem;top:8.3746337890625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmXHTwfQCJwLzRGM2xM9B9EgsyVAUTh2 { width:20rem;height:1.487425rem;top:8.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl3JTSALA3aA9qeWRk4pNHgLW5ZwpimF { width:11.5625rem;height:2.000125rem;top:4.375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TMpfvrneDBRS0h657WEZxPGw6x7dXVUa { width:20rem;height:20rem;top:19.246215820312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e4e75651-a596-4b9e-a055-2218f2e8257f/younickartfusion.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN.adaptive-delivery-prevent-bg, #NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN.lazyload, #NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN.lazyloading { background-image: none; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { background-color: transparent; background-image: none; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container > .video-iframe-container { display: none; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row > .video-iframe-container { display: none; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .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); }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { border-width: 0; border-radius: 0; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NSHESBG1DtQE2AgEt4kFhyzvDAhZ6eUN > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccwasnQDEG1MDFSw51nLQiffwbfgGx9T { width:20rem;height:2.000125rem;top:20.436401367188rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FGa7RZgL6J4Uo4IapZizhEyddzRaHb2y { width:20rem;height:10.411125rem;top:24.12353515625rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bJn5OKsTSFtfHzIIvUUxvATqqb4l8Nkh { display:block; }#bJn5OKsTSFtfHzIIvUUxvATqqb4l8Nkh > .row .container { width:20rem;height:75.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8HMH4oGdUSZOT3NQo7gBWahMTHXodsS { width:10.249625rem;height:15.37475rem;top:4.4091796875rem;left:4.8431396484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdv77AOUb5PxUtJwCSEvyEgsJ6Xz1reA { width:20rem;height:29.6875rem;top:23.284301757812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcR2TaCTf1wnOQ7xU6iLNW0csQRN8kd7 { width:9.43725rem;height:13.999625rem;top:56.972045898438rem;left:5.2471923828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlTERDUkbdDVmiPvVumXaKQ28xEARHtW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8ea383c7-7be8-4df7-9011-1f9f740beab6/camilomarco_A_group_of_people_in_the_audience_standing_on_stage_3b40bf14742b4da7aaf682351d3a607d.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#zlTERDUkbdDVmiPvVumXaKQ28xEARHtW.adaptive-delivery-prevent-bg, #zlTERDUkbdDVmiPvVumXaKQ28xEARHtW.lazyload, #zlTERDUkbdDVmiPvVumXaKQ28xEARHtW.lazyloading { background-image: none; }#zlTERDUkbdDVmiPvVumXaKQ28xEARHtW > .row .container { background-color: transparent; background-image: none; }#zlTERDUkbdDVmiPvVumXaKQ28xEARHtW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#zlTERDUkbdDVmiPvVumXaKQ28xEARHtW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlTERDUkbdDVmiPvVumXaKQ28xEARHtW > .row .container > .video-iframe-container { display: none; }#zlTERDUkbdDVmiPvVumXaKQ28xEARHtW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#zlTERDUkbdDVmiPvVumXaKQ28xEARHtW > .row > .video-iframe-container { display: none; }#zlTERDUkbdDVmiPvVumXaKQ28xEARHtW > .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); }#zlTERDUkbdDVmiPvVumXaKQ28xEARHtW > .row .container { width:20rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReeQRvzEbQ0qk6xoRnQehrs9XwiTEyT3 { width:20rem;height:11.89841875rem;top:30.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oyJhf2sI7WfJlBTvHXLN54INKyCVnueR { width:20rem;height:13.38574375rem;top:49.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gzJi5nhyT6fFS2TgXZyfbkiTGNlGKPZA { width:20rem;height:13.38574375rem;top:9.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Brrf6EJWpFPBv0e4BDvKDTSs7Tm41fc4 { width:12.8125rem;height:2.3999rem;top:5.75rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kvmg8QNwMdHhy4Bnla6iookTuKRuVH7P { width:12.8125rem;height:2.3999rem;top:27rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B52TEw6h4P7BJ52dbw05Bf4VTrT8WQox { width:12.8125rem;height:2.3999rem;top:46rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0c7f0af8-5008-40fc-aeb8-b4c9073733e0/JESS21.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq.adaptive-delivery-prevent-bg, #pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq.lazyload, #pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq.lazyloading { background-image: none; }#pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq > .row .container { background-color: transparent; background-image: none; }#pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq > .row .container > .video-iframe-container { display: none; }#pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq > .row > .video-iframe-container { display: none; }#pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq > .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); }#pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq > .row .container { border-width: 0; border-radius: 0; }#pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pWb6gZZWPhJxpKTrWoswUbQyT0D5Hgmq > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULHdiC9n8IahBiRGpfeqrcMwGU471oRh { width:18.75rem;height:2.3999rem;top:12.186889648438rem;left:0rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qbqUmW7rw6FetWind7NGkiMbs6y9VT9R { width:18.75rem;height:7.4365rem;top:15.999145507812rem;left:0rem;font-size:0.875rem;color:#ffffff;text-shadow:0.5625rem 0.0625rem 0.5rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #fEMSe5raoVftDvnVRnzUZiLHHUxTZZ5M { display:none; }#fEMSe5raoVftDvnVRnzUZiLHHUxTZZ5M > .row .container { width:20rem;height:46.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #upNnbAG4v6TR7zdMuSOR543ATLVOA44J { width:17.062375rem;height:10.411125rem;top:12.698364257812rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RpTMuur6HvbFISu4c2txL6Ql5ebV7d2d { width:12.874125rem;height:3.4375rem;top:25.557250976562rem;left:7.1258544921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXtnVdM7w5dy2BWKc2k08SfiXWoKmUJm { display:block; }
 }@media only screen and (max-width: 763px) { #q7G44TlqE6r7ACZMXQcBCAebEUV4Lch5 { width:20rem;height:1.91223125rem;top:36.171875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EKRdREkqvl9GVJX8iKyFoOWRZet5WVcx { width:16.75rem;height:7.1996875rem;top:2.7459716796875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VtGVXNxSLFiO97OyiJ8CVXEDkzPlqNvD { width:12.8125rem;height:3.4375rem;top:30.457763671875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQkf907IWoxamdpEg5dx5ZQ2x3uNH2gw { display:block; }
 }@media only screen and (max-width: 763px) { #XmyuZfRhZTZPtKTxFQK4RtKPcltz20TZ { width:20rem;height:2.97485rem;top:41.45751953125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UcRD7MvzFfBCBrcU3q9yf86cLQwwcE0M { width:20rem;height:4.46191875rem;top:35.6396484375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EJr7QW9nOpSRkqrvc4pKNOuEsShVWSvu { display:block; }#EJr7QW9nOpSRkqrvc4pKNOuEsShVWSvu { background-color: transparent; background-image: none; }#EJr7QW9nOpSRkqrvc4pKNOuEsShVWSvu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJr7QW9nOpSRkqrvc4pKNOuEsShVWSvu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJr7QW9nOpSRkqrvc4pKNOuEsShVWSvu > .row .container > .video-iframe-container { display: none; }#EJr7QW9nOpSRkqrvc4pKNOuEsShVWSvu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJr7QW9nOpSRkqrvc4pKNOuEsShVWSvu > .row > .video-iframe-container { display: none; }#EJr7QW9nOpSRkqrvc4pKNOuEsShVWSvu > .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); }#EJr7QW9nOpSRkqrvc4pKNOuEsShVWSvu > .row .container { width:20rem;height:30rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWLhCXcX7JJQiGqyAeTk5GmmUhzOx2dM { width:18.75rem;height:2.3999rem;top:6.25rem;left:0rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CWbz0dJFWiMrLXtUNbKwhiNcv7T1FFG8 { width:20rem;height:14.875rem;top:7.6568603515625rem;left:0rem;font-size:1.25rem;color:#000000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58f553d8-8ded-43e1-936f-d7f3ef97896d/younickartfusion1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR.adaptive-delivery-prevent-bg, #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR.lazyload, #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR.lazyloading { background-image: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { background-color: transparent; background-image: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container > .video-iframe-container { display: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container { display: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .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); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { border-width: 0; border-radius: 0; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-text {padding-top: 0; padding-bottom: 0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-select {padding-top: 0; padding-bottom: 0;}#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:7rem;text-align:center;text-align-last:center;box-shadow: none; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.5;overflow:hidden;height:auto;font-size:0.5625rem; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl  { width:17.5rem;height:auto;top:17.124633789062rem;left:0rem; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lC6f818h472omQBftPmqHQE8TRoXJVWl {display:block;}#lC6f818h472omQBftPmqHQE8TRoXJVWl { width:17.5rem;height:auto;top:17.124633789062rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #FZX1vBFrKsyEkqzaGw1UGcxr7dm7Jlgp {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #sDgAllR5TgU9cTsRSPbkR2ehc4H4a7xB { display:none; }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #TJtT83QcP0uyTBnPT5KHhmCSrsaNbT8e {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #A9OCmbJPxXt2zBk0IUlLuyPGE3Sqcchy {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #saNrLdTSbTkXubgrqdvD6FfPKEwAR5oN { display:none; }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #duPCb6HFv4CCzuxc5fym3W48vZyrr7Q9 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #EEL6MZ3K7c6AuA28W0Ug2vSAqLiw7K75 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #DxGEVKC2bEJbyxwqsH3z4S1SVXJk3EGL {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #yPuCPQSbZ026Zhap1EQKHDblAd7hmbBe {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #QU046QKQRkiMnAPErTDiMlvtXaWyBTrz {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #x6bsPfCumXKZu8waTK4E71QJ0nTx6ONg {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #qTiqUyaK9Z0ez2LNT4nodTTTww83tGOg {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #qB2tLqk1l5i0HxKw7VJz1iuNdRZb6Jp7 {  }
 }@media only screen and (max-width: 763px) { #lC6f818h472omQBftPmqHQE8TRoXJVWl #RgL4h7fmgXLwD6ShGBxaqqxRxvTVppZf {  }
 }@media only screen and (max-width: 763px) { #dScT8g0kMFenT1JcXukOKlExAOWJzVTx { width:20rem;height:1.799925rem;top:4.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSZ1aqQWsuXIeoznkwaKTNRRpbxLCSQJ { width:18.75rem;height:2.97485rem;top:50.374145507812rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t9TTUbG0J19MQr7hW2Je7lviKJ6eHl7z { width:18.5rem;height:5.25rem;top:8.5614013671875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu3w8NnBdt6oDNzLGSFrpSgbfLvO38oV { width:17.5625rem;height:12.8125rem;top:55.687255859375rem;left:1.1875rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vqAEb24xvSzWTl6e32eO16Gg9P1amXfo { display:flex;width:5.3125rem;height:5.3125rem;top:57.874145507812rem;left:9.99951171875rem; }
 }@media only screen and (max-width: 763px) { #xue7hU3mrxBXIO14xsN1ONIs6VQ6BcBt { width:5.06225625rem;height:4.562375rem;top:58.31201171875rem;left:9.9996337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob { display:block; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BaEvU23NeiU0UCe76VLKGwz4xC0uKNZl { width:6.31225rem;height:4.12475625rem;top:2.53076171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTKaWIBTob4rsGPT8qMWRWMLLaRS07JO { width:11.311625rem;height:1.487425rem;top:5.5819091796875rem;left:8.6883544921875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PVOA5KBJXNGw1bF5H6UdRTM4fVqfFZra { width:11.25rem;height:1.487425rem;top:14.998168945312rem;left:4.375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #bpGiD8m8RzVt4wpCE7Dw7dW5FH61o99V { width:11.4375rem;height:3.4375rem;top:1.5223388671875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4cT7PlLcH8AQNzyD2JJzth0ldVSuXbO { display:block; }
 }@media only screen and (max-width: 763px) { #cWx1Dq29dywbWQzCzB7Mh4UAJ8mS0qSi { width:11.125rem;height:3.4375rem;top:4.5438232421875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezFcr8sDROtb3Rppfow8CVLbaeToSkmM { display:block; }
 }@media only screen and (max-width: 763px) { #B1NnsnO9Eg9FdSMmaTMXTiCg6H0mUVeL { width:20rem;height:3.6738375rem;top:9.5220947265625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }