.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:250,216,213;--color-primary-1:239,137,128;--color-primary-2:228,59,44;--color-primary-3:255,120,0;--color-primary-4:46,12,9;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"ubuntu";--paragraphs-font-family:"ubuntu"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#yOz3Bl5TavBygARKf09MywEkNe3OActn { position:relative;display:block; }#yOz3Bl5TavBygARKf09MywEkNe3OActn { background-color: transparent; background-image: none; }#yOz3Bl5TavBygARKf09MywEkNe3OActn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOz3Bl5TavBygARKf09MywEkNe3OActn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOz3Bl5TavBygARKf09MywEkNe3OActn > .row .container > .video-iframe-container { display: none; }#yOz3Bl5TavBygARKf09MywEkNe3OActn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOz3Bl5TavBygARKf09MywEkNe3OActn > .row > .video-iframe-container { display: none; }#yOz3Bl5TavBygARKf09MywEkNe3OActn > .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); }#yOz3Bl5TavBygARKf09MywEkNe3OActn { border-width: 0; border-radius: 0; }#yOz3Bl5TavBygARKf09MywEkNe3OActn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yOz3Bl5TavBygARKf09MywEkNe3OActn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sifGaMFbpwozUs1RCfSZNDel5tWDarkM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:0rem;left:67.5rem;overflow:hidden;display:block; }
#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod { 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/GKCTyWVW/robert_naglowek.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod.adaptive-delivery-prevent-bg, #TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod.lazyload, #TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod.lazyloading { background-image: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container { background-color: transparent; background-image: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container > .video-iframe-container { display: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row > .video-iframe-container { display: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .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); }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container { border-width: 0; border-radius: 0; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#U5eHmQnMmQaO4PEyyGNReBlQo89ALbiz { color:#2f2f2f;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.75rem;left:28.4375rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#i1sdyKEHTyDSlkPdze9Nf9AEGTOB1RLw { position:absolute;display:block;z-index:15001;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:17rem;width:37.5rem;top:7.9375rem;left:18.75rem;overflow:hidden;display:block; }
#yqPsRqZzEx6kPtG4tRS4Ta8vRTlfAfuM { color:#2f2f2f;display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:27.6875rem;left:21.375rem;height:6.8246875rem;text-align:center;text-align-last:center;display:block; }
#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK > .row .container { background-color: transparent; background-image: none; }#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK > .row .container > .video-iframe-container { display: none; }#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK > .row > .video-iframe-container { display: none; }#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK > .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); }#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK > .row .container { border-width: 0; border-radius: 0; }#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 { 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/mcRYRqom/wtle01c.png");background-position:top 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; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10.adaptive-delivery-prevent-bg, #aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10.lazyload, #aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10.lazyloading { background-image: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container { background-color: transparent; background-image: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container > .video-iframe-container { display: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row > .video-iframe-container { display: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .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); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container { border-width: 0; border-radius: 0; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;position:relative;display:block; }#Ct1FUWnUnsKbfC6X8qsTnRApKWlv5Jnh { position:absolute;display:block;z-index:15000;border-top:0.4375rem solid #111111;border-left:0.4375rem solid #111111;border-right:0.4375rem solid #111111;border-bottom:0.4375rem solid #111111;box-shadow: none;height:28.0625rem;width:50rem;top:8.28125rem;left:0rem;display:block; }
#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl > .row .container { background-color: transparent; background-image: none; }#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl > .row .container > .video-iframe-container { display: none; }#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl > .row > .video-iframe-container { display: none; }#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl > .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); }#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl > .row .container { border-width: 0; border-radius: 0; }#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;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; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row .container { background-color: transparent; background-image: none; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row .container > .video-iframe-container { display: none; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row > .video-iframe-container { display: none; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .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); }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row .container { border-width: 0; border-radius: 0; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;position:relative;display:block; }#p5LXbtXgATEuKv6rHKPmZ7KNHcGX1fQv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#p5LXbtXgATEuKv6rHKPmZ7KNHcGX1fQv > .row .container { background-color: transparent; background-image: none; }#p5LXbtXgATEuKv6rHKPmZ7KNHcGX1fQv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5LXbtXgATEuKv6rHKPmZ7KNHcGX1fQv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5LXbtXgATEuKv6rHKPmZ7KNHcGX1fQv > .row .container > .video-iframe-container { display: none; }#p5LXbtXgATEuKv6rHKPmZ7KNHcGX1fQv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5LXbtXgATEuKv6rHKPmZ7KNHcGX1fQv > .row > .video-iframe-container { display: none; }#p5LXbtXgATEuKv6rHKPmZ7KNHcGX1fQv > .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); }#p5LXbtXgATEuKv6rHKPmZ7KNHcGX1fQv > .row .container { border-width: 0; border-radius: 0; }#p5LXbtXgATEuKv6rHKPmZ7KNHcGX1fQv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p5LXbtXgATEuKv6rHKPmZ7KNHcGX1fQv > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#IcoKJSSVHTIAkBD31hBgTofKbMF5er4r { color:rgba(var(--color-tertiary-0),1);display:block;width:50.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:12.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fZ296IEhblrlXcr4v56B6U81CH3zyvBF { position:relative;display:block; }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF { background-color: transparent; background-image: none; }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF > .row .container > .video-iframe-container { display: none; }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF > .row > .video-iframe-container { display: none; }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF > .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); }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF { border-width: 0; border-radius: 0; }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z1vl1tNhFK1gNZ0VWw9yKetnSJwkN6IX { color:#2f2f2f;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:4.125rem;left:3.78125rem;height:10.2368125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OJVit38WlbBh8ZN5CGycu5poPNwHz85b { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15053;top:4.125rem;left:0rem;display:block; }
#fiLtuRoG1IZyaqk7AnBKeBsiGOzenaZq { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15054;top:7.90625rem;left:0rem;display:block; }
#q8tSUNSyRGI3OW2HTR2qJ4fObTTUuDhA { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15055;top:11.75rem;left:0rem;display:block; }
#CDcBKTvIrHTRSlQgRMlzCi2KNzqgMeoa { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.875rem;width:33rem;top:1.375rem;left:42rem;overflow:hidden;display:block; }
#BpZniqImQ2Qm4LCRQ8aTSK9QXoxcVrx8 { color:#2f2f2f;display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16.5625rem;left:0.71875rem;height:13.16165rem;text-align:left;text-align-last:left;display:block; }
#AcQFlwTE5tqN6qQVo8fseqoQmmOIbuWy { position:relative;display:block; }#AcQFlwTE5tqN6qQVo8fseqoQmmOIbuWy { background-color: transparent; background-image: none; }#AcQFlwTE5tqN6qQVo8fseqoQmmOIbuWy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcQFlwTE5tqN6qQVo8fseqoQmmOIbuWy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcQFlwTE5tqN6qQVo8fseqoQmmOIbuWy > .row .container > .video-iframe-container { display: none; }#AcQFlwTE5tqN6qQVo8fseqoQmmOIbuWy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcQFlwTE5tqN6qQVo8fseqoQmmOIbuWy > .row > .video-iframe-container { display: none; }#AcQFlwTE5tqN6qQVo8fseqoQmmOIbuWy > .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); }#AcQFlwTE5tqN6qQVo8fseqoQmmOIbuWy { border-width: 0; border-radius: 0; }#AcQFlwTE5tqN6qQVo8fseqoQmmOIbuWy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AcQFlwTE5tqN6qQVo8fseqoQmmOIbuWy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TTHlQ5Tu68xCnJXU3AZAmpl9O9M3iZeE { 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.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:9.4375rem;left:29.0625rem;display:block; }
#OIOFpMaWy4qaAzqaAltKfttMshdxHF4p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iiIQBiZ0qbD61zlfIbZPbV4M1lFh16Fa { color:rgba(var(--color-primary-2),1);display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.25rem;left:25.8125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#glJ8vqu8CcErw0aLQDcF2I218M6FpI46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#glJ8vqu8CcErw0aLQDcF2I218M6FpI46 > .row .container { background-color: transparent; background-image: none; }#glJ8vqu8CcErw0aLQDcF2I218M6FpI46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glJ8vqu8CcErw0aLQDcF2I218M6FpI46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glJ8vqu8CcErw0aLQDcF2I218M6FpI46 > .row .container > .video-iframe-container { display: none; }#glJ8vqu8CcErw0aLQDcF2I218M6FpI46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glJ8vqu8CcErw0aLQDcF2I218M6FpI46 > .row > .video-iframe-container { display: none; }#glJ8vqu8CcErw0aLQDcF2I218M6FpI46 > .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); }#glJ8vqu8CcErw0aLQDcF2I218M6FpI46 > .row .container { border-width: 0; border-radius: 0; }#glJ8vqu8CcErw0aLQDcF2I218M6FpI46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#glJ8vqu8CcErw0aLQDcF2I218M6FpI46 > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#vFROQBO0Bb9ydsZuayapOTOw6vUfRNJu { color:rgba(var(--color-tertiary-0),1);display:block;width:52.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:11.25rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 { position:relative;display:block; }#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 { background-color: transparent; background-image: none; }#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 > .row .container > .video-iframe-container { display: none; }#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 > .row > .video-iframe-container { display: none; }#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 > .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); }#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 { border-width: 0; border-radius: 0; }#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L1743g73V46KJJT2u37tqcThmJbhZdzf { color:rgba(var(--color-tertiary-4),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.40625rem;left:11.28125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTThoSWu5wqSvC6yagL41rAklqB4lVLL { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:75rem;top:9.21875rem;left:0rem;display:block; }
#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD { position:relative;display:block; }#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD { background-color: transparent; background-image: none; }#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD > .row .container > .video-iframe-container { display: none; }#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD > .row > .video-iframe-container { display: none; }#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD > .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); }#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD { border-width: 0; border-radius: 0; }#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ntCuBrKEmbhkbf06NrgNF2GT3oE2Qtal { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:15.5625rem;left:5.3125rem;height:5.60595625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#klvCmMoFX8wylu8iGIIVhF7uzu3O3gJl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:1.3125rem;left:6.25rem;overflow:hidden;display:block; }
#pXXuENpkw1emyPxT4p3dk8f0tlEVkoHc { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.625rem;left:30.3125rem;height:5.60595625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#paZd7l2AOHGHT0IholCTGvDhfQgmLK6y { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:1.375rem;left:31.25rem;overflow:hidden;display:block; }
#xR6eWTpHxNPaAuU1Dl2odKLZTrC7VRp1 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.625rem;left:55.3125rem;height:5.60595625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u2K5Jz9v8ku0Ha9Ta1xrcQ03ln2oVHRN { 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:12.5rem;width:12.5rem;top:1.375rem;left:56.25rem;overflow:hidden;display:block; }
#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT { position:relative;display:block; }#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT { background-color: transparent; background-image: none; }#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT > .row .container > .video-iframe-container { display: none; }#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT > .row > .video-iframe-container { display: none; }#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT > .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); }#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT { border-width: 0; border-radius: 0; }#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lFTysMITxetRnROWFem1gMZB9m3a3UBE { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:75rem;top:1.25rem;left:0rem;display:block; }
#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u { position:relative;display:block; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u { background-color: transparent; background-image: none; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row .container > .video-iframe-container { display: none; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row > .video-iframe-container { display: none; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .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); }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u { border-width: 0; border-radius: 0; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q0M11nyZ5n4xsiAqNyRCzarTOTO8RJ6R { 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.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:10.5625rem;left:29.0625rem;display:block; }
#yRVg0E84F2amcmFJm7IWbbqZfmXxMdrG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BreMzlWXmoxnerfxQFATpzIENHCOPTo4 { color:rgba(var(--color-primary-2),1);display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.375rem;left:25.8125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf > .row .container { background-color: transparent; background-image: none; }#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf > .row .container > .video-iframe-container { display: none; }#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf > .row > .video-iframe-container { display: none; }#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf > .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); }#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf > .row .container { border-width: 0; border-radius: 0; }#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#tdZf6fL7wnhMBvJWxLcD4ztORgbR9xVt { color:rgba(var(--color-tertiary-0),1);display:block;width:52.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:11.25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kbNUZtpFW9td6iffowO1XusuhKMUpVUO { position:relative;display:none; }#kbNUZtpFW9td6iffowO1XusuhKMUpVUO { border-width: 0; border-radius: 0; }#kbNUZtpFW9td6iffowO1XusuhKMUpVUO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kbNUZtpFW9td6iffowO1XusuhKMUpVUO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP { 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/DgeNp5C2/wtle01a.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; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP.adaptive-delivery-prevent-bg, #fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP.lazyload, #fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP.lazyloading { background-image: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container { background-color: transparent; background-image: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container > .video-iframe-container { display: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row > .video-iframe-container { display: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .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); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container { border-width: 0; border-radius: 0; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container { font-size:0.875rem;font-family:arial;height:56.9375rem;width:75rem;position:relative;display:block; }#PQ6QEqe4AxnlFQyzb65NUWFy6vEu99vL { color:#2f2f2f;display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:14.75rem;left:41rem;height:21.936025rem;text-align:left;text-align-last:left;display:block; }
#LMk7fr8aVMNwR7prMTWndmOMVhSaCqMb { color:#2f2f2f;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:4.0625rem;left:44.0625rem;height:7.312rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J4ryGIpz7TRTR1QBDTyLNyFtolfLdacw { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:3.5rem;left:40.3125rem;display:block; }
#e5ddfF1FUCh6IuKO1UqHS1AuxAUbl4QQ { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15059;top:6.40625rem;left:40.3125rem;display:block; }
#Bmq1uBK9vPbJqOFWxtgB28Kvy5xfOxle { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15060;top:9.4375rem;left:40.3125rem;display:block; }
#S8c2EhvvUWHTxMPGakmTLZJowXueqITN { 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.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.4375rem;left:49.5625rem;display:block; }
#B82QMGocwyPkyxb504NZVFCCHftZGKpf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S9VZOp96Xm3J0XfcNf8lF0S5v3GUOIdp { color:rgba(var(--color-primary-2),1);display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:41.25rem;left:46.3125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn > .row .container { background-color: transparent; background-image: none; }#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn > .row .container > .video-iframe-container { display: none; }#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn > .row > .video-iframe-container { display: none; }#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn > .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); }#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn > .row .container { border-width: 0; border-radius: 0; }#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#BXWiAfKeTIFzuULyQEk6osWrKm7JI139 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:11.25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX { 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/hQevmpOe/wtle02a.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; }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX.adaptive-delivery-prevent-bg, #a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX.lazyload, #a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX.lazyloading { background-image: none; }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX > .row .container { background-color: transparent; background-image: none; }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX > .row .container > .video-iframe-container { display: none; }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX > .row > .video-iframe-container { display: none; }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX > .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); }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX > .row .container { border-width: 0; border-radius: 0; }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX > .row .container { font-size:0.875rem;font-family:arial;height:60.125rem;width:75rem;position:relative;display:block; }#RFhWgum6cIonk6mouD5Qyy3pytEcglta { color:#2f2f2f;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:4.1875rem;left:3.75rem;height:30.710425rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hxg3wbdfpM1TqTxg9V7B7FwITXgwlr9p { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15062;top:3.625rem;left:0rem;display:block; }
#eopHQhxf9ZCAxq4k2nNyJxqhTUTBcvyq { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15063;top:6.5625rem;left:0rem;display:block; }
#mwSzvSNsCahRCD26GlLEspZyZ8ayM770 { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15064;top:10.1875rem;left:0rem;display:block; }
#TA0QBTZTJRpfAiSl9cVrKOPDxSNlUNDd { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15066;top:14.5rem;left:0rem;display:block; }
#GtgzxiiiOq9sEi1WTGz8qGWtzPkTUnSn { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15069;top:27.3125rem;left:0rem;display:block; }
#hqJ9A2puD3BwZNHTmc2BMuskDZbTdTXf { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15067;top:23rem;left:0rem;display:block; }
#TRHTvT8ZbEmTzGyxzFHwnvbeV020t6t9 { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15066;top:18.6875rem;left:0rem;display:block; }
#qS50RLi8ds4ktTfw8wpWd5vd5MtL30re { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15071;top:34.5625rem;left:0rem;display:block; }
#O6dhicJp3TsaDExl1Q7QQWCBt18XA4BZ { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15069;top:31.125rem;left:0.0625rem;display:block; }
#EuGvXVppOFG211IQgBccilRZo3ZJ1W0a { 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.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:49.125rem;left:10.3125rem;display:block; }
#ypoQBCi3UnHg6D9gwF3Dt5wdt8kH5PLB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dfd6KT5GvDCK0OuMHuy01cnVso2cANAQ { color:rgba(var(--color-primary-2),1);display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:40.9375rem;left:7.0625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u4RcG8kZVwC0rTnsSculsOPhuioUV1RX { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:20.3125rem;left:37.5rem;display:none; }
#rsTiPo3iGga3T7y9UIlFCgimX6TRRibd { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:20.3125rem;left:37.5rem;display:none; }
#nuxKZCrkZVeepETnTL9RADUQBTux3GVV { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:25.375rem;left:37.5rem;display:none; }
#nLhBv0GPoS5dFQZidisUBItSi6STuK5A { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:25.375rem;left:37.5rem;display:none; }
#Gpw8Ns1qCQ8eb0KsJuTRToztWs64rtqE { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15049;top:16.875rem;left:37.5rem;display:none; }
#bz948E5nuzJM7vg9IR7CthNrM4lFNT0n { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:20.3125rem;left:37.5rem;display:none; }
#U9s9E1ruwziBhloqZQvaWtckwmLDFT6O { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:13.0625rem;left:37.5rem;display:none; }
#UhHR1cANwJB9b7TXOcv8N4796KoinQrU { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:8.9375rem;left:37.5rem;display:none; }
#Zskm9dC30xBzU35lPEDWPvgfPU1pE84o { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:5.3125rem;left:37.5rem;display:none; }
#zSsSruR0F226F8qHiExb9rWTZbb4T5mX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#zSsSruR0F226F8qHiExb9rWTZbb4T5mX > .row .container { background-color: transparent; background-image: none; }#zSsSruR0F226F8qHiExb9rWTZbb4T5mX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSsSruR0F226F8qHiExb9rWTZbb4T5mX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSsSruR0F226F8qHiExb9rWTZbb4T5mX > .row .container > .video-iframe-container { display: none; }#zSsSruR0F226F8qHiExb9rWTZbb4T5mX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSsSruR0F226F8qHiExb9rWTZbb4T5mX > .row > .video-iframe-container { display: none; }#zSsSruR0F226F8qHiExb9rWTZbb4T5mX > .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); }#zSsSruR0F226F8qHiExb9rWTZbb4T5mX > .row .container { border-width: 0; border-radius: 0; }#zSsSruR0F226F8qHiExb9rWTZbb4T5mX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zSsSruR0F226F8qHiExb9rWTZbb4T5mX > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#ih3VCEwOQAH385HD9UdgzkuvSRGlximN { color:rgba(var(--color-tertiary-0),1);display:block;width:52.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:11.25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e { 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/IiOrkkKs/webinar_kopia.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; }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e.adaptive-delivery-prevent-bg, #errqc1Z12m8UMLitt4UpkN9mVGioMJ5e.lazyload, #errqc1Z12m8UMLitt4UpkN9mVGioMJ5e.lazyloading { background-image: none; }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e > .row .container { background-color: transparent; background-image: none; }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e > .row .container > .video-iframe-container { display: none; }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e > .row > .video-iframe-container { display: none; }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e > .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); }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e > .row .container { border-width: 0; border-radius: 0; }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e > .row .container { font-size:0.875rem;font-family:arial;height:66.3125rem;width:75rem;position:relative;display:block; }#aPc2arTXl5pWO38GNP0q1tvTFqq2XSMG { color:#2f2f2f;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:3.3125rem;left:44.25rem;height:38.02240625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZTJvdIT8lMw9IAV4EX3RHqEJTiPTXskt { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15075;top:11.25rem;left:40.4375rem;display:block; }
#ikLeMeqtpxZzcW1iWvcQhUL99SffFQxc { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15075;top:14.75rem;left:40.4375rem;display:block; }
#EkQxTTch2Ur2MikXZwgpZ3DOAfBymHTt { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15072;top:5.625rem;left:40.4375rem;display:block; }
#xW6TXnGh2HtsmGVhvlKdrn3WGKPlkeJ2 { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15073;top:8.5rem;left:40.4375rem;display:block; }
#BFoEd41KfNdGtsWw9oHVdVLJPVJb8D38 { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15071;top:2.8125rem;left:40.4375rem;display:block; }
#yOafPh1KoUtMDOmHwft6wmZpx34b5qTF { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15075;top:18.5rem;left:40.4375rem;display:block; }
#pCh7FurrNIBT4TfS6T29i0xr4kUh8AtZ { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15076;top:21.3125rem;left:40.4375rem;display:block; }
#OnwBnT6qEvWow4fheUv9O4P6RG6R8VbX { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15077;top:24.1875rem;left:40.4375rem;display:block; }
#PAL2q5LNTDPrPirWiqKEAQ69BurJW3EH { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15079;top:26.9375rem;left:40.4375rem;display:block; }
#iPKu0knTQf8D5gBudoDZnc5ABsL4PWxw { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15079;top:30rem;left:40.4375rem;display:block; }
#e0yDqvud6JqbmLz9Ql6TugEHeTFnSesI { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15080;top:32.8125rem;left:40.4375rem;display:block; }
#qatyXsFulxEc0xCn7m1CBlWi5i1t8mnx { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15081;top:35.875rem;left:40.4375rem;display:block; }
#cVDmsxTgESwF7IrrShD3PkimdVu8eiNv { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15083;top:38.625rem;left:40.4375rem;display:block; }
#rppnsHKyL6xqy67aFRDBInGyatm9ChE5 { 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.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:52.6875rem;left:47.8125rem;display:block; }
#hsQaglstBWJcCpp2UNapfFXBJWIciM8f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CaGZaTM2309mtR2zxqhR56RoH87Qd0Zk { color:rgba(var(--color-primary-2),1);display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:44.5rem;left:44.5625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qRcealTCMIQzgiZhonUzsx0JUINXPf8s { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:5.3125rem;left:37.5rem;display:none; }
#XFmekAElXFVJh8ofJWa8kLGwc5pUu2Mz { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:8.9375rem;left:37.5rem;display:none; }
#PQTPRiPGIVDuPk0yAmsuk3yD1PTctpJ8 { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:13.0625rem;left:37.5rem;display:none; }
#wEwmIBw4Oi471hE5hddzoVcE8krETowD { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15049;top:16.875rem;left:37.5rem;display:none; }
#JUkNLkGImQaH4XqmdweiiF9dGdHyDxpN { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:20.3125rem;left:37.5rem;display:none; }
#I9bPrgQngBcVTKiXZzJoqOAN8hRszxhe { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:25.375rem;left:37.5rem;display:none; }
#T6KgZBZb3TitI1Ss7p8m5icpeMKHdqAg { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:25.375rem;left:37.5rem;display:none; }
#ilmwqc9SsfPeGHBbWJ7ELDur1CsgRFnF { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:20.3125rem;left:37.5rem;display:none; }
#MSOyZGtoxqwtQcLfN20k6DH0RSMtTMol { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:20.3125rem;left:37.5rem;display:none; }
#kyKgwTK9luKtFwV4PSsUUxIJoa914r3p { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:20.3125rem;left:37.5rem;display:none; }
#hq6mgJUWSrUH9dKRcir3Dmga4TiHADmC { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:20.3125rem;left:37.5rem;display:none; }
#i1UT4rORXKl3eghRI9DsdDLQz9LeeMsM { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:20.3125rem;left:37.5rem;display:none; }
#IPPEasNiKvmtkrrrBbwSTzGzKCQ5L2NA { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:20.3125rem;left:37.5rem;display:none; }
#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh { border-top:0.3125rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);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; }#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh > .row .container { background-color: transparent; background-image: none; }#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh > .row .container > .video-iframe-container { display: none; }#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh > .row > .video-iframe-container { display: none; }#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh > .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); }#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh > .row .container { border-width: 0; border-radius: 0; }#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:block; }#HZQX0ubFBHI52HQtdweRCpnP8kQgwxGD { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:36.5625rem;top:6.8020838797094rem;left:37.968751907349rem;overflow:hidden;display:block; }
#frMlDnTpfUSWd8CvX4USPQh8P3PcK2lF { 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.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:4rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:34.499981880188rem;left:10.312501907349rem;display:block; }
#S8ysPKTwt10y6UiWO3QWrCyGQrJ3L77N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y9wuduvcPQNmfATLUrI1fGPEnBavPoFv { color:rgba(var(--color-primary-2),1);display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:27.8125rem;left:7.0625rem;height:5.5244125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ySPP07m9mVwVts246KhKzBwAUccm8y4J { color:#222f3d;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.25rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CI5xA3lDaJTJLVHbDB0RWU9yM4r6Bpzd { color:rgba(var(--color-primary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DLxe48euAXfo2k5CDZK0eLETTGohkJdW { position:relative;display:block; }#DLxe48euAXfo2k5CDZK0eLETTGohkJdW { background-color: transparent; background-image: none; }#DLxe48euAXfo2k5CDZK0eLETTGohkJdW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLxe48euAXfo2k5CDZK0eLETTGohkJdW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLxe48euAXfo2k5CDZK0eLETTGohkJdW > .row .container > .video-iframe-container { display: none; }#DLxe48euAXfo2k5CDZK0eLETTGohkJdW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLxe48euAXfo2k5CDZK0eLETTGohkJdW > .row > .video-iframe-container { display: none; }#DLxe48euAXfo2k5CDZK0eLETTGohkJdW > .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); }#DLxe48euAXfo2k5CDZK0eLETTGohkJdW { border-width: 0; border-radius: 0; }#DLxe48euAXfo2k5CDZK0eLETTGohkJdW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DLxe48euAXfo2k5CDZK0eLETTGohkJdW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container { background-color: transparent; background-image: none; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container > .video-iframe-container { display: none; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row > .video-iframe-container { display: none; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .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); }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container { border-width: 0; border-radius: 0; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#tGucMOliTWe6qQfoHlanc6LyCmx7aX0e { color:rgba(var(--color-tertiary-0),1);display:block;width:52.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:11.25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an { 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/Xo1cOYGx/pytania.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; }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an.adaptive-delivery-prevent-bg, #wPxVxIFqu0l73pxF3XiJPrULMVnyp3an.lazyload, #wPxVxIFqu0l73pxF3XiJPrULMVnyp3an.lazyloading { background-image: none; }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row .container { background-color: transparent; background-image: none; }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row .container > .video-iframe-container { display: none; }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row > .video-iframe-container { display: none; }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .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); }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row .container { border-width: 0; border-radius: 0; }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row .container { font-size:0.875rem;font-family:arial;height:51.4375rem;width:75rem;position:relative;display:block; }#obGBO8Qbv1em0FmBBxTOiXecKqKRy9Du { color:#2f2f2f;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:8.7744375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cWCKxZp3rMDFaPvnt36E6PkohwHbT4Uv { color:rgba(var(--color-primary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:1.86865rem;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;display:block; }
#Dl63uXNzGpqPellT8K2uG0tpWKlFecos { color:#2f2f2f;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:20.249814033508rem;left:0rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TEiiD68CUnNKvRMn11ThVz2TVzT25tQk { color:rgba(var(--color-primary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:17.874325752258rem;left:0rem;height:1.86865rem;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;display:block; }
#g9lTyfrICaO6GAW1lXS6iTt4LHhfBDtX { color:#2f2f2f;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:29.375rem;left:0rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTDSxLwIRIptUKtKxIktV9Ab8d0cuHh9 { color:rgba(var(--color-primary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:26.625rem;left:0rem;height:1.86865rem;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;display:block; }
#Q4Pl95veXJTbFiHAg3noLI3SkcS5y8F7 { color:#2f2f2f;display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:36.4375rem;left:0rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TCfiHemoNRT5Zqa4vi7leBRKucLl3fEu { color:rgba(var(--color-primary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:33.5625rem;left:0rem;height:1.86865rem;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;display:block; }
#TPM6ACtFSTlk32tNVHzmkMGSV7OImKgp { color:#2f2f2f;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:42.5rem;left:0rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wm5E0sECKh4x6rrTb1y2KoqQy5hVqta8 { color:rgba(var(--color-primary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:39.75rem;left:0rem;height:1.86865rem;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;display:block; }
#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container { background-color: transparent; background-image: none; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container > .video-iframe-container { display: none; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row > .video-iframe-container { display: none; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .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); }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container { border-width: 0; border-radius: 0; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#fHeMexErVsipZzBFHPelvFrlrJbmeZ1g { color:rgba(var(--color-tertiary-0),1);display:block;width:52.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:11.25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z { position:relative;display:block; }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z { background-color: transparent; background-image: none; }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .row .container > .video-iframe-container { display: none; }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .row > .video-iframe-container { display: none; }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .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); }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z { border-width: 0; border-radius: 0; }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#e3MOoX9VIR9da1hgDEtbMIO943dEFq6d { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31rem;width:21.0625rem;top:1.9375rem;left:8.21875rem;overflow:hidden;display:block; }
#EPOn729nH4K5rT71WMU8bL3dPcmCu66N { color:#2f2f2f;display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:5.75rem;left:41.3125rem;height:21.93601875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iHDIFH08trPGE898lvtfHgDewvwEGvAF { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:5.3125rem;left:37.5rem;display:block; }
#dJcmCOpwiI82kthWzQzFWvfQbN7ozHNG { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:8.9375rem;left:37.5rem;display:block; }
#BqBBHrH8s2kXixW8iwNvPAkUII2S2s8D { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:13.0625rem;left:37.5rem;display:block; }
#WP9CXPGnXATrgdKg6ybzpt3BlTsnbG27 { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15049;top:16.875rem;left:37.5rem;display:block; }
#gFLR0R4XTioWHDwx8wJJCzCF9Uq2B8N5 { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:20.3125rem;left:37.5rem;display:block; }
#vSI7b6TlqwC24u1pmlETpDuqHR4HSHC3 { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:25.375rem;left:37.5rem;display:block; }
#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS { position:relative;display:block; }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS { background-color: transparent; background-image: none; }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .row .container > .video-iframe-container { display: none; }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .row > .video-iframe-container { display: none; }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .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); }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS { border-width: 0; border-radius: 0; }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fNKt7Tm38W6EoZy9FIHceVM4qGVNi88t { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:30.0625rem;top:0rem;left:3.75rem;overflow:hidden;display:block; }
#CdMzqo7ADWtuwDZCEdzmz9w28FRBRzCk { position:absolute;display:block;z-index:15001;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:13.875rem;width:27.9375rem;top:0rem;left:41.875rem;overflow:hidden;display:block; }
#uStHG1iG6kxi0NglKizpLXCzI97HzlHb { position:relative;display:block; }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb { background-color: transparent; background-image: none; }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row .container > .video-iframe-container { display: none; }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row > .video-iframe-container { display: none; }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .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); }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb { border-width: 0; border-radius: 0; }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#isyzovr9ix76xQfHmldSb1h9OQmhtL3S { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:28.6875rem;top:0rem;left:41.875rem;overflow:hidden;display:block; }
#IlRwozBdJ5KQTSzUBPezELNyWWwnzWaU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:;width:30.0625rem;top:0rem;left:3.75rem;overflow:hidden;display:block; }
#ofOTquITMLyZuE5S18r26cieGVBoL4XG { position:relative;display:block; }#ofOTquITMLyZuE5S18r26cieGVBoL4XG { background-color: transparent; background-image: none; }#ofOTquITMLyZuE5S18r26cieGVBoL4XG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofOTquITMLyZuE5S18r26cieGVBoL4XG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofOTquITMLyZuE5S18r26cieGVBoL4XG > .row .container > .video-iframe-container { display: none; }#ofOTquITMLyZuE5S18r26cieGVBoL4XG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofOTquITMLyZuE5S18r26cieGVBoL4XG > .row > .video-iframe-container { display: none; }#ofOTquITMLyZuE5S18r26cieGVBoL4XG > .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); }#ofOTquITMLyZuE5S18r26cieGVBoL4XG { border-width: 0; border-radius: 0; }#ofOTquITMLyZuE5S18r26cieGVBoL4XG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ofOTquITMLyZuE5S18r26cieGVBoL4XG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K09dA3ssv1o3iKOBBK7QIaE4Mr8F8mLN { 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.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:9.4375rem;left:29.0625rem;display:block; }
#ndL7rQGT8hVg6No0q6WmFVT5b0szLs8T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o0WfydxnCTkVqNTNxyX5EKsG43EsrTbM { color:rgba(var(--color-primary-2),1);display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:1.25rem;left:25.8125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yOz3Bl5TavBygARKf09MywEkNe3OActn { display:block; }#yOz3Bl5TavBygARKf09MywEkNe3OActn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sifGaMFbpwozUs1RCfSZNDel5tWDarkM { top:0rem;left:40.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod { display:block; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5eHmQnMmQaO4PEyyGNReBlQo89ALbiz { top:2.75rem;left:14.8125rem;width:18.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1sdyKEHTyDSlkPdze9Nf9AEGTOB1RLw { top:7.9375rem;left:5.125rem;width:37.5rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqPsRqZzEx6kPtG4tRS4Ta8vRTlfAfuM { top:27.6875rem;left:7.75rem;width:32.3125rem;height:6.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK { display:block; }#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 { display:block; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ct1FUWnUnsKbfC6X8qsTnRApKWlv5Jnh { top:8.25rem;left:0rem;width:46.875rem;height:26.30859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwR0h259FrFzXdFfotKPmCThcNvdq6Bl { display:block; }#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 { display:block; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5LXbtXgATEuKv6rHKPmZ7KNHcGX1fQv { display:block; }#p5LXbtXgATEuKv6rHKPmZ7KNHcGX1fQv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcoKJSSVHTIAkBD31hBgTofKbMF5er4r { top:1.625rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ296IEhblrlXcr4v56B6U81CH3zyvBF { display:block; }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1vl1tNhFK1gNZ0VWw9yKetnSJwkN6IX { top:4.125rem;left:0rem;width:29.9375rem;height:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJVit38WlbBh8ZN5CGycu5poPNwHz85b { top:4.125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiLtuRoG1IZyaqk7AnBKeBsiGOzenaZq { top:7.875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8tSUNSyRGI3OW2HTR2qJ4fObTTUuDhA { top:11.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDcBKTvIrHTRSlQgRMlzCi2KNzqgMeoa { top:1.375rem;left:14.75rem;width:33rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpZniqImQ2Qm4LCRQ8aTSK9QXoxcVrx8 { top:16.5625rem;left:0rem;width:33.9375rem;height:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcQFlwTE5tqN6qQVo8fseqoQmmOIbuWy { display:block; }#AcQFlwTE5tqN6qQVo8fseqoQmmOIbuWy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTHlQ5Tu68xCnJXU3AZAmpl9O9M3iZeE { width:16.875rem;height:3.4375rem;top:9.4375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIOFpMaWy4qaAzqaAltKfttMshdxHF4p { display:block; }
 }@media only screen and (max-width: 763px) { #iiIQBiZ0qbD61zlfIbZPbV4M1lFh16Fa { top:1.25rem;left:12.1875rem;width:23.375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glJ8vqu8CcErw0aLQDcF2I218M6FpI46 { display:block; }#glJ8vqu8CcErw0aLQDcF2I218M6FpI46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFROQBO0Bb9ydsZuayapOTOw6vUfRNJu { top:1.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 { display:block; }#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1743g73V46KJJT2u37tqcThmJbhZdzf { top:2.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTThoSWu5wqSvC6yagL41rAklqB4lVLL { top:9.1875rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD { display:block; }#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntCuBrKEmbhkbf06NrgNF2GT3oE2Qtal { top:15.5rem;left:0.74999904632569rem;width:14.375rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klvCmMoFX8wylu8iGIIVhF7uzu3O3gJl { top:1.3125rem;left:1.6875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXXuENpkw1emyPxT4p3dk8f0tlEVkoHc { top:15.625rem;left:16.624999046326rem;width:14.375rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paZd7l2AOHGHT0IholCTGvDhfQgmLK6y { top:1.375rem;left:17.5625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR6eWTpHxNPaAuU1Dl2odKLZTrC7VRp1 { top:15.625rem;left:32.499995231628rem;width:14.375rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2K5Jz9v8ku0Ha9Ta1xrcQ03ln2oVHRN { top:1.375rem;left:33.4375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyE3IszvcM8l70JX1xQqPobuAi2N6cVT { display:block; }#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFTysMITxetRnROWFem1gMZB9m3a3UBE { top:1.25rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u { display:block; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0M11nyZ5n4xsiAqNyRCzarTOTO8RJ6R { width:16.875rem;height:3.4375rem;top:10.5625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRVg0E84F2amcmFJm7IWbbqZfmXxMdrG { display:block; }
 }@media only screen and (max-width: 763px) { #BreMzlWXmoxnerfxQFATpzIENHCOPTo4 { top:2.375rem;left:12.1875rem;width:23.375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf { display:block; }#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdZf6fL7wnhMBvJWxLcD4ztORgbR9xVt { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbNUZtpFW9td6iffowO1XusuhKMUpVUO { display:none; }#kbNUZtpFW9td6iffowO1XusuhKMUpVUO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP { display:block; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQ6QEqe4AxnlFQyzb65NUWFy6vEu99vL { top:14.75rem;left:13.75rem;width:34rem;height:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMk7fr8aVMNwR7prMTWndmOMVhSaCqMb { top:4.0625rem;left:17.8125rem;width:29.9375rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4ryGIpz7TRTR1QBDTyLNyFtolfLdacw { top:3.5rem;left:26.6875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5ddfF1FUCh6IuKO1UqHS1AuxAUbl4QQ { top:6.375rem;left:26.6875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bmq1uBK9vPbJqOFWxtgB28Kvy5xfOxle { top:9.4375rem;left:26.6875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8c2EhvvUWHTxMPGakmTLZJowXueqITN { width:16.875rem;height:3.4375rem;top:49.4375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B82QMGocwyPkyxb504NZVFCCHftZGKpf { display:block; }
 }@media only screen and (max-width: 763px) { #S9VZOp96Xm3J0XfcNf8lF0S5v3GUOIdp { top:41.25rem;left:24.375rem;width:23.375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn { display:block; }#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXWiAfKeTIFzuULyQEk6osWrKm7JI139 { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX { display:block; }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFhWgum6cIonk6mouD5Qyy3pytEcglta { top:4.1875rem;left:0rem;width:29.9375rem;height:33.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxg3wbdfpM1TqTxg9V7B7FwITXgwlr9p { top:3.625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eopHQhxf9ZCAxq4k2nNyJxqhTUTBcvyq { top:6.5625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwSzvSNsCahRCD26GlLEspZyZ8ayM770 { top:10.1875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA0QBTZTJRpfAiSl9cVrKOPDxSNlUNDd { top:14.5rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtgzxiiiOq9sEi1WTGz8qGWtzPkTUnSn { top:27.3125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqJ9A2puD3BwZNHTmc2BMuskDZbTdTXf { top:23rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRHTvT8ZbEmTzGyxzFHwnvbeV020t6t9 { top:18.6875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS50RLi8ds4ktTfw8wpWd5vd5MtL30re { top:34.5625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6dhicJp3TsaDExl1Q7QQWCBt18XA4BZ { top:31.125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuGvXVppOFG211IQgBccilRZo3ZJ1W0a { width:16.875rem;height:3.4375rem;top:49.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypoQBCi3UnHg6D9gwF3Dt5wdt8kH5PLB { display:block; }
 }@media only screen and (max-width: 763px) { #Dfd6KT5GvDCK0OuMHuy01cnVso2cANAQ { top:40.9375rem;left:0.25rem;width:23.375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4RcG8kZVwC0rTnsSculsOPhuioUV1RX { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rsTiPo3iGga3T7y9UIlFCgimX6TRRibd { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nuxKZCrkZVeepETnTL9RADUQBTux3GVV { top:25.375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nLhBv0GPoS5dFQZidisUBItSi6STuK5A { top:25.375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gpw8Ns1qCQ8eb0KsJuTRToztWs64rtqE { top:16.875rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bz948E5nuzJM7vg9IR7CthNrM4lFNT0n { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9s9E1ruwziBhloqZQvaWtckwmLDFT6O { top:13.0625rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UhHR1cANwJB9b7TXOcv8N4796KoinQrU { top:8.9375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zskm9dC30xBzU35lPEDWPvgfPU1pE84o { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSsSruR0F226F8qHiExb9rWTZbb4T5mX { display:block; }#zSsSruR0F226F8qHiExb9rWTZbb4T5mX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ih3VCEwOQAH385HD9UdgzkuvSRGlximN { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #errqc1Z12m8UMLitt4UpkN9mVGioMJ5e { display:block; }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPc2arTXl5pWO38GNP0q1tvTFqq2XSMG { top:3.3125rem;left:17.8125rem;width:29.9375rem;height:37.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTJvdIT8lMw9IAV4EX3RHqEJTiPTXskt { top:11.25rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikLeMeqtpxZzcW1iWvcQhUL99SffFQxc { top:14.75rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkQxTTch2Ur2MikXZwgpZ3DOAfBymHTt { top:5.625rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW6TXnGh2HtsmGVhvlKdrn3WGKPlkeJ2 { top:8.5rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFoEd41KfNdGtsWw9oHVdVLJPVJb8D38 { top:2.8125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOafPh1KoUtMDOmHwft6wmZpx34b5qTF { top:18.5rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCh7FurrNIBT4TfS6T29i0xr4kUh8AtZ { top:21.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnwBnT6qEvWow4fheUv9O4P6RG6R8VbX { top:24.1875rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAL2q5LNTDPrPirWiqKEAQ69BurJW3EH { top:26.9375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPKu0knTQf8D5gBudoDZnc5ABsL4PWxw { top:30rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0yDqvud6JqbmLz9Ql6TugEHeTFnSesI { top:32.8125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qatyXsFulxEc0xCn7m1CBlWi5i1t8mnx { top:35.875rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVDmsxTgESwF7IrrShD3PkimdVu8eiNv { top:38.625rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rppnsHKyL6xqy67aFRDBInGyatm9ChE5 { width:16.875rem;height:3.4375rem;top:52.6875rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsQaglstBWJcCpp2UNapfFXBJWIciM8f { display:block; }
 }@media only screen and (max-width: 763px) { #CaGZaTM2309mtR2zxqhR56RoH87Qd0Zk { top:44.5rem;left:24.125rem;width:23.375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRcealTCMIQzgiZhonUzsx0JUINXPf8s { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFmekAElXFVJh8ofJWa8kLGwc5pUu2Mz { top:8.9375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQTPRiPGIVDuPk0yAmsuk3yD1PTctpJ8 { top:13.0625rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEwmIBw4Oi471hE5hddzoVcE8krETowD { top:16.875rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JUkNLkGImQaH4XqmdweiiF9dGdHyDxpN { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #I9bPrgQngBcVTKiXZzJoqOAN8hRszxhe { top:25.375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6KgZBZb3TitI1Ss7p8m5icpeMKHdqAg { top:25.375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ilmwqc9SsfPeGHBbWJ7ELDur1CsgRFnF { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSOyZGtoxqwtQcLfN20k6DH0RSMtTMol { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kyKgwTK9luKtFwV4PSsUUxIJoa914r3p { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hq6mgJUWSrUH9dKRcir3Dmga4TiHADmC { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1UT4rORXKl3eghRI9DsdDLQz9LeeMsM { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPPEasNiKvmtkrrrBbwSTzGzKCQ5L2NA { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh { display:block; }#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZQX0ubFBHI52HQtdweRCpnP8kQgwxGD { top:6.75rem;left:11.1875rem;width:36.5625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frMlDnTpfUSWd8CvX4USPQh8P3PcK2lF { width:16.875rem;height:4rem;top:34.4375rem;left:3.5000019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8ysPKTwt10y6UiWO3QWrCyGQrJ3L77N { display:block; }
 }@media only screen and (max-width: 763px) { #y9wuduvcPQNmfATLUrI1fGPEnBavPoFv { top:27.8125rem;left:0.25rem;width:23.375rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySPP07m9mVwVts246KhKzBwAUccm8y4J { width:37.5rem;height:11.625rem;top:13.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI5xA3lDaJTJLVHbDB0RWU9yM4r6Bpzd { top:6.3125rem;left:0rem;width:37.5rem;height:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLxe48euAXfo2k5CDZK0eLETTGohkJdW { display:block; }#DLxe48euAXfo2k5CDZK0eLETTGohkJdW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rLFpC3sGSiasua5WzKuCe511VpvfMcG7 { display:block; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGucMOliTWe6qQfoHlanc6LyCmx7aX0e { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPxVxIFqu0l73pxF3XiJPrULMVnyp3an { display:block; }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obGBO8Qbv1em0FmBBxTOiXecKqKRy9Du { top:6.875rem;left:0rem;width:37.5rem;height:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWCKxZp3rMDFaPvnt36E6PkohwHbT4Uv { top:4.0625rem;left:0rem;width:37.5rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl63uXNzGpqPellT8K2uG0tpWKlFecos { top:20.1875rem;left:0rem;width:37.5rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEiiD68CUnNKvRMn11ThVz2TVzT25tQk { top:17.8125rem;left:0rem;width:37.5rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9lTyfrICaO6GAW1lXS6iTt4LHhfBDtX { top:29.375rem;left:0rem;width:37.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTDSxLwIRIptUKtKxIktV9Ab8d0cuHh9 { top:26.5625rem;left:0rem;width:37.5rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4Pl95veXJTbFiHAg3noLI3SkcS5y8F7 { top:36.4375rem;left:0rem;width:35.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCfiHemoNRT5Zqa4vi7leBRKucLl3fEu { top:33.5rem;left:0rem;width:37.5rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPM6ACtFSTlk32tNVHzmkMGSV7OImKgp { top:42.5rem;left:0rem;width:37.5rem;height:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm5E0sECKh4x6rrTb1y2KoqQy5hVqta8 { top:39.6875rem;left:0rem;width:37.5rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF { display:block; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHeMexErVsipZzBFHPelvFrlrJbmeZ1g { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z { display:block; }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3MOoX9VIR9da1hgDEtbMIO943dEFq6d { top:1.9375rem;left:1.40625rem;width:21.0625rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPOn729nH4K5rT71WMU8bL3dPcmCu66N { top:5.75rem;left:19.75rem;width:28rem;height:23rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHDIFH08trPGE898lvtfHgDewvwEGvAF { top:5.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJcmCOpwiI82kthWzQzFWvfQbN7ozHNG { top:8.9375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqBBHrH8s2kXixW8iwNvPAkUII2S2s8D { top:13.0625rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP9CXPGnXATrgdKg6ybzpt3BlTsnbG27 { top:16.875rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFLR0R4XTioWHDwx8wJJCzCF9Uq2B8N5 { top:20.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSI7b6TlqwC24u1pmlETpDuqHR4HSHC3 { top:25.375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS { display:block; }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNKt7Tm38W6EoZy9FIHceVM4qGVNi88t { top:0rem;left:0rem;width:30.0625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdMzqo7ADWtuwDZCEdzmz9w28FRBRzCk { top:0rem;left:19.8125rem;width:27.9375rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uStHG1iG6kxi0NglKizpLXCzI97HzlHb { display:block; }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isyzovr9ix76xQfHmldSb1h9OQmhtL3S { top:0rem;left:19.0625rem;width:28.6875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlRwozBdJ5KQTSzUBPezELNyWWwnzWaU { top:0rem;left:0rem;width:30.0625rem;height:;display:block; }
 }@media only screen and (max-width: 763px) { #ofOTquITMLyZuE5S18r26cieGVBoL4XG { display:block; }#ofOTquITMLyZuE5S18r26cieGVBoL4XG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K09dA3ssv1o3iKOBBK7QIaE4Mr8F8mLN { width:16.875rem;height:3.4375rem;top:9.4375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndL7rQGT8hVg6No0q6WmFVT5b0szLs8T { display:block; }
 }@media only screen and (max-width: 763px) { #o0WfydxnCTkVqNTNxyX5EKsG43EsrTbM { top:1.25rem;left:12.1875rem;width:23.375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yOz3Bl5TavBygARKf09MywEkNe3OActn { display:block; }#yOz3Bl5TavBygARKf09MywEkNe3OActn > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sifGaMFbpwozUs1RCfSZNDel5tWDarkM { width:7.5rem;height:7.5rem;top:0rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod { background-color:transparent;background-image:url("https://images.assets-landingi.com/GKCTyWVW/robert_naglowek.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod.adaptive-delivery-prevent-bg, #TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod.lazyload, #TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod.lazyloading { background-image: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container { background-color: transparent; background-image: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container > .video-iframe-container { display: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row > .video-iframe-container { display: none; }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .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); }#TBRZvo0MM96bAXwrRLPeIZLeibi9Xyod > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5eHmQnMmQaO4PEyyGNReBlQo89ALbiz { width:18.125rem;height:2.6rem;top:1.25rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1sdyKEHTyDSlkPdze9Nf9AEGTOB1RLw { width:7.5rem;height:3.4375rem;top:5.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqPsRqZzEx6kPtG4tRS4Ta8vRTlfAfuM { width:20rem;height:11.3745rem;top:9.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK { display:block; }#Iz6oVp6tR4qzgJGwP9bm0skfNUcr3xuK > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/mcRYRqom/wtle01c.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10.adaptive-delivery-prevent-bg, #aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10.lazyload, #aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10.lazyloading { background-image: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container { background-color: transparent; background-image: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container > .video-iframe-container { display: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row > .video-iframe-container { display: none; }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .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); }#aWsC5wckDcqGSI05kX1cxm1LTB9wUQ10 > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ct1FUWnUnsKbfC6X8qsTnRApKWlv5Jnh { height:10.733375rem;width:19.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwR0h259FrFzXdFfotKPmCThcNvdq6Bl { display:block; }#PwR0h259FrFzXdFfotKPmCThcNvdq6Bl > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 { background-color:#ffffff;background-image:none;display:block; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row .container { background-color: transparent; background-image: none; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row .container > .video-iframe-container { display: none; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row > .video-iframe-container { display: none; }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .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); }#O9sLf9dg6z3LGIHbKfcWvOcEKeAAk1m7 > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5LXbtXgATEuKv6rHKPmZ7KNHcGX1fQv { display:block; }#p5LXbtXgATEuKv6rHKPmZ7KNHcGX1fQv > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcoKJSSVHTIAkBD31hBgTofKbMF5er4r { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ296IEhblrlXcr4v56B6U81CH3zyvBF { display:block; }#fZ296IEhblrlXcr4v56B6U81CH3zyvBF > .row .container { width:20rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1vl1tNhFK1gNZ0VWw9yKetnSJwkN6IX { width:15.625rem;height:11.69825rem;top:0.86249971389769rem;left:2.1875001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJVit38WlbBh8ZN5CGycu5poPNwHz85b { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fiLtuRoG1IZyaqk7AnBKeBsiGOzenaZq { width:2.5rem;height:2.5rem;top:5rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #q8tSUNSyRGI3OW2HTR2qJ4fObTTUuDhA { width:2.5rem;height:2.5rem;top:8.75rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDcBKTvIrHTRSlQgRMlzCi2KNzqgMeoa { width:20rem;height:18.71175rem;top:32.749999046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpZniqImQ2Qm4LCRQ8aTSK9QXoxcVrx8 { width:19rem;height:18.19724375rem;top:13.424218177796rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AcQFlwTE5tqN6qQVo8fseqoQmmOIbuWy { display:block; }#AcQFlwTE5tqN6qQVo8fseqoQmmOIbuWy > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTHlQ5Tu68xCnJXU3AZAmpl9O9M3iZeE { width:16.875rem;height:3.4375rem;top:6.625rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIOFpMaWy4qaAzqaAltKfttMshdxHF4p { display:block; }
 }@media only screen and (max-width: 763px) { #iiIQBiZ0qbD61zlfIbZPbV4M1lFh16Fa { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glJ8vqu8CcErw0aLQDcF2I218M6FpI46 { display:block; }#glJ8vqu8CcErw0aLQDcF2I218M6FpI46 > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFROQBO0Bb9ydsZuayapOTOw6vUfRNJu { width:17.75rem;height:4.875rem;top:1.4429683685302rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 { display:block; }#KOqtANOAvdD3rTTEwZDdbk5N1TvBftA9 > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1743g73V46KJJT2u37tqcThmJbhZdzf { width:16.9375rem;height:6.5rem;top:1.25rem;left:1.5312501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTThoSWu5wqSvC6yagL41rAklqB4lVLL { width:20rem;height:0.3125rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD { display:block; }#V5xGo3CW4hbdsmyWc1SzR8mLwpukzKhD > .row .container { width:20rem;height:60.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntCuBrKEmbhkbf06NrgNF2GT3oE2Qtal { width:14.375rem;height:3.0869125rem;top:15rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klvCmMoFX8wylu8iGIIVhF7uzu3O3gJl { width:12.5rem;height:12.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXXuENpkw1emyPxT4p3dk8f0tlEVkoHc { width:14.375rem;height:4.63036875rem;top:33rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paZd7l2AOHGHT0IholCTGvDhfQgmLK6y { width:12.5rem;height:12.5rem;top:19.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR6eWTpHxNPaAuU1Dl2odKLZTrC7VRp1 { width:14.375rem;height:4.63036875rem;top:52.5rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2K5Jz9v8ku0Ha9Ta1xrcQ03ln2oVHRN { width:12.5rem;height:12.5rem;top:38.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyE3IszvcM8l70JX1xQqPobuAi2N6cVT { display:block; }#IyE3IszvcM8l70JX1xQqPobuAi2N6cVT > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFTysMITxetRnROWFem1gMZB9m3a3UBE { width:20rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u { display:block; }#t7D0uFVSZTXUkDpTJQVbIHuO7fSSRg6u > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0M11nyZ5n4xsiAqNyRCzarTOTO8RJ6R { width:16.875rem;height:3.4375rem;top:6.625rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRVg0E84F2amcmFJm7IWbbqZfmXxMdrG { display:block; }
 }@media only screen and (max-width: 763px) { #BreMzlWXmoxnerfxQFATpzIENHCOPTo4 { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf { display:block; }#XTDZEaJ0bmiXZPsFwDA19wJ55UE4nLdf > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdZf6fL7wnhMBvJWxLcD4ztORgbR9xVt { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbNUZtpFW9td6iffowO1XusuhKMUpVUO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DgeNp5C2/wtle01a.png");background-position:center 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; }#kbNUZtpFW9td6iffowO1XusuhKMUpVUO.adaptive-delivery-prevent-bg, #kbNUZtpFW9td6iffowO1XusuhKMUpVUO.lazyload, #kbNUZtpFW9td6iffowO1XusuhKMUpVUO.lazyloading { background-image: none; }#kbNUZtpFW9td6iffowO1XusuhKMUpVUO > .row .container { background-color: transparent; background-image: none; }#kbNUZtpFW9td6iffowO1XusuhKMUpVUO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbNUZtpFW9td6iffowO1XusuhKMUpVUO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbNUZtpFW9td6iffowO1XusuhKMUpVUO > .row .container > .video-iframe-container { display: none; }#kbNUZtpFW9td6iffowO1XusuhKMUpVUO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbNUZtpFW9td6iffowO1XusuhKMUpVUO > .row > .video-iframe-container { display: none; }#kbNUZtpFW9td6iffowO1XusuhKMUpVUO > .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); }#kbNUZtpFW9td6iffowO1XusuhKMUpVUO > .row .container { border-width: 0; border-radius: 0; }#kbNUZtpFW9td6iffowO1XusuhKMUpVUO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kbNUZtpFW9td6iffowO1XusuhKMUpVUO > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP { background-color:#ffffff;background-image:none;display:block; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container { background-color: transparent; background-image: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container > .video-iframe-container { display: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row > .video-iframe-container { display: none; }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .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); }#fI1E4ewM5lUyNgcEfwQz3guGRh9wseFP > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQ6QEqe4AxnlFQyzb65NUWFy6vEu99vL { width:19.625rem;height:29.89546875rem;top:12.250000476837rem;left:0.37421870231628rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LMk7fr8aVMNwR7prMTWndmOMVhSaCqMb { width:17.125rem;height:9.09864375rem;top:2rem;left:1.4375001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J4ryGIpz7TRTR1QBDTyLNyFtolfLdacw { width:2.5rem;height:2.5rem;top:23.75rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5ddfF1FUCh6IuKO1UqHS1AuxAUbl4QQ { width:2.5rem;height:2.5rem;top:27.5rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bmq1uBK9vPbJqOFWxtgB28Kvy5xfOxle { width:2.5rem;height:2.5rem;top:31.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8c2EhvvUWHTxMPGakmTLZJowXueqITN { width:16.875rem;height:3.4375rem;top:48.375rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B82QMGocwyPkyxb504NZVFCCHftZGKpf { display:block; }
 }@media only screen and (max-width: 763px) { #S9VZOp96Xm3J0XfcNf8lF0S5v3GUOIdp { width:20rem;height:4.2246125rem;top:43rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn { display:block; }#o6Jl0P04iP8TKLUcCqGXpC7UeAgmHzXn > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXWiAfKeTIFzuULyQEk6osWrKm7JI139 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX { display:block; }#a4c9mFe4RAXfGFIt8nW78oXSrRTF89HX > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFhWgum6cIonk6mouD5Qyy3pytEcglta { width:17.125rem;height:37.69435625rem;top:1.375rem;left:2.8750001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxg3wbdfpM1TqTxg9V7B7FwITXgwlr9p { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eopHQhxf9ZCAxq4k2nNyJxqhTUTBcvyq { width:2.5rem;height:2.5rem;top:5rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mwSzvSNsCahRCD26GlLEspZyZ8ayM770 { width:2.5rem;height:2.5rem;top:8.75rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TA0QBTZTJRpfAiSl9cVrKOPDxSNlUNDd { width:2.5rem;height:2.5rem;top:12.5rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GtgzxiiiOq9sEi1WTGz8qGWtzPkTUnSn { width:2.5rem;height:2.5rem;top:23.75rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqJ9A2puD3BwZNHTmc2BMuskDZbTdTXf { width:2.5rem;height:2.5rem;top:20rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRHTvT8ZbEmTzGyxzFHwnvbeV020t6t9 { width:2.5rem;height:2.5rem;top:16.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qS50RLi8ds4ktTfw8wpWd5vd5MtL30re { width:2.5rem;height:2.5rem;top:31.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #O6dhicJp3TsaDExl1Q7QQWCBt18XA4BZ { width:2.5rem;height:2.5rem;top:27.5rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EuGvXVppOFG211IQgBccilRZo3ZJ1W0a { width:16.875rem;height:3.4375rem;top:45.125rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypoQBCi3UnHg6D9gwF3Dt5wdt8kH5PLB { display:block; }
 }@media only screen and (max-width: 763px) { #Dfd6KT5GvDCK0OuMHuy01cnVso2cANAQ { width:20rem;height:4.2246125rem;top:39.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4RcG8kZVwC0rTnsSculsOPhuioUV1RX { width:1.5625rem;height:1.5625rem;top:16.812501192093rem;left:0rem;font-size:1.0625rem;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #rsTiPo3iGga3T7y9UIlFCgimX6TRRibd { width:1.5625rem;height:1.5625rem;top:32.437499284744rem;left:0rem;font-size:1.0625rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #nuxKZCrkZVeepETnTL9RADUQBTux3GVV { width:1.5625rem;height:1.5625rem;top:27.187501192093rem;left:0rem;font-size:1.0625rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #nLhBv0GPoS5dFQZidisUBItSi6STuK5A { width:1.5625rem;height:1.5625rem;top:22.000001192093rem;left:0rem;font-size:1.0625rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #Gpw8Ns1qCQ8eb0KsJuTRToztWs64rtqE { width:1.5625rem;height:1.5625rem;top:36.436712265014rem;left:0rem;font-size:1.0625rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #bz948E5nuzJM7vg9IR7CthNrM4lFNT0n { width:1.5625rem;height:1.5625rem;top:11.875000238419rem;left:0rem;font-size:1.0625rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #U9s9E1ruwziBhloqZQvaWtckwmLDFT6O { width:1.5625rem;height:1.5625rem;top:7.7500002384187rem;left:0rem;font-size:1.0625rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #UhHR1cANwJB9b7TXOcv8N4796KoinQrU { width:1.5625rem;height:1.5625rem;top:4.0000002384186rem;left:0rem;font-size:1.0625rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #Zskm9dC30xBzU35lPEDWPvgfPU1pE84o { width:1.5625rem;height:1.5625rem;top:1.25rem;left:0rem;font-size:1.0625rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #zSsSruR0F226F8qHiExb9rWTZbb4T5mX { display:block; }#zSsSruR0F226F8qHiExb9rWTZbb4T5mX > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ih3VCEwOQAH385HD9UdgzkuvSRGlximN { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #errqc1Z12m8UMLitt4UpkN9mVGioMJ5e { display:block; }#errqc1Z12m8UMLitt4UpkN9mVGioMJ5e > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPc2arTXl5pWO38GNP0q1tvTFqq2XSMG { width:17.125rem;height:40.2939875rem;top:1.0000066757202rem;left:2.8750001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTJvdIT8lMw9IAV4EX3RHqEJTiPTXskt { width:2.5rem;height:2.5rem;top:12.5rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikLeMeqtpxZzcW1iWvcQhUL99SffFQxc { width:2.5rem;height:2.5rem;top:16.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EkQxTTch2Ur2MikXZwgpZ3DOAfBymHTt { width:2.5rem;height:2.5rem;top:5rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xW6TXnGh2HtsmGVhvlKdrn3WGKPlkeJ2 { width:2.5rem;height:2.5rem;top:8.75rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFoEd41KfNdGtsWw9oHVdVLJPVJb8D38 { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOafPh1KoUtMDOmHwft6wmZpx34b5qTF { width:2.5rem;height:2.5rem;top:20rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pCh7FurrNIBT4TfS6T29i0xr4kUh8AtZ { width:2.5rem;height:2.5rem;top:23.75rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OnwBnT6qEvWow4fheUv9O4P6RG6R8VbX { width:2.5rem;height:2.5rem;top:27.5rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PAL2q5LNTDPrPirWiqKEAQ69BurJW3EH { width:2.5rem;height:2.5rem;top:31.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iPKu0knTQf8D5gBudoDZnc5ABsL4PWxw { width:2.5rem;height:2.5rem;top:35rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #e0yDqvud6JqbmLz9Ql6TugEHeTFnSesI { width:2.5rem;height:2.5rem;top:38.75rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qatyXsFulxEc0xCn7m1CBlWi5i1t8mnx { width:2.5rem;height:2.5rem;top:42.5rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVDmsxTgESwF7IrrShD3PkimdVu8eiNv { width:2.5rem;height:2.5rem;top:46.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rppnsHKyL6xqy67aFRDBInGyatm9ChE5 { width:16.875rem;height:3.4375rem;top:48.875rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsQaglstBWJcCpp2UNapfFXBJWIciM8f { display:block; }
 }@media only screen and (max-width: 763px) { #CaGZaTM2309mtR2zxqhR56RoH87Qd0Zk { width:20rem;height:4.2246125rem;top:43.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRcealTCMIQzgiZhonUzsx0JUINXPf8s { width:1.5625rem;height:1.5625rem;top:1rem;left:0rem;font-size:1.0625rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #XFmekAElXFVJh8ofJWa8kLGwc5pUu2Mz { width:1.5625rem;height:1.5625rem;top:3.4359378814698rem;left:0rem;font-size:1.0625rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #PQTPRiPGIVDuPk0yAmsuk3yD1PTctpJ8 { width:1.5625rem;height:1.5625rem;top:7.3125rem;left:0rem;font-size:1.0625rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #wEwmIBw4Oi471hE5hddzoVcE8krETowD { width:1.5625rem;height:1.5625rem;top:9.9375rem;left:0rem;font-size:1.0625rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #JUkNLkGImQaH4XqmdweiiF9dGdHyDxpN { width:1.5625rem;height:1.5625rem;top:28.187500476837rem;left:0rem;font-size:1.0625rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #I9bPrgQngBcVTKiXZzJoqOAN8hRszxhe { width:1.5625rem;height:1.5625rem;top:34.625000476837rem;left:0rem;font-size:1.0625rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #T6KgZBZb3TitI1Ss7p8m5icpeMKHdqAg { width:1.5625rem;height:1.5625rem;top:32.000000476837rem;left:0rem;font-size:1.0625rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #ilmwqc9SsfPeGHBbWJ7ELDur1CsgRFnF { width:1.5625rem;height:1.5625rem;top:37.237499713897rem;left:0rem;font-size:1.0625rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #MSOyZGtoxqwtQcLfN20k6DH0RSMtTMol { width:1.5625rem;height:1.5625rem;top:24.187500476837rem;left:0rem;font-size:1.0625rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #kyKgwTK9luKtFwV4PSsUUxIJoa914r3p { width:1.5625rem;height:1.5625rem;top:20.368750095367rem;left:0rem;font-size:1.0625rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #hq6mgJUWSrUH9dKRcir3Dmga4TiHADmC { width:1.5625rem;height:1.5625rem;top:17.750000476837rem;left:0rem;font-size:1.0625rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #i1UT4rORXKl3eghRI9DsdDLQz9LeeMsM { width:1.5625rem;height:1.5625rem;top:39.800001621246rem;left:0rem;font-size:1.0625rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #IPPEasNiKvmtkrrrBbwSTzGzKCQ5L2NA { width:1.5625rem;height:1.5625rem;top:12.625rem;left:0rem;font-size:1.0625rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh { display:block; }#e7pZcIKqmtAOILDIN0BWysTl4nt7Dmvh > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZQX0ubFBHI52HQtdweRCpnP8kQgwxGD { width:15.625rem;height:10.4375rem;top:7.3562507629394rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #frMlDnTpfUSWd8CvX4USPQh8P3PcK2lF { width:16.875rem;height:4rem;top:42.06250333786rem;left:1.5625001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8ysPKTwt10y6UiWO3QWrCyGQrJ3L77N { display:block; }
 }@media only screen and (max-width: 763px) { #y9wuduvcPQNmfATLUrI1fGPEnBavPoFv { width:20rem;height:5.199225rem;top:34.81250333786rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySPP07m9mVwVts246KhKzBwAUccm8y4J { width:19.9979375rem;height:13.496125rem;top:19.746875286103rem;left:0.0010416507720947rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CI5xA3lDaJTJLVHbDB0RWU9yM4r6Bpzd { width:20rem;height:4.875rem;top:2.5583148002624rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLxe48euAXfo2k5CDZK0eLETTGohkJdW { display:block; }#DLxe48euAXfo2k5CDZK0eLETTGohkJdW > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rLFpC3sGSiasua5WzKuCe511VpvfMcG7 { display:block; }#rLFpC3sGSiasua5WzKuCe511VpvfMcG7 > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGucMOliTWe6qQfoHlanc6LyCmx7aX0e { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPxVxIFqu0l73pxF3XiJPrULMVnyp3an { display:block; }#wPxVxIFqu0l73pxF3XiJPrULMVnyp3an > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obGBO8Qbv1em0FmBBxTOiXecKqKRy9Du { width:20rem;height:14.297875rem;top:3.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWCKxZp3rMDFaPvnt36E6PkohwHbT4Uv { width:20rem;height:1.3808625rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl63uXNzGpqPellT8K2uG0tpWKlFecos { width:20rem;height:6.499rem;top:21.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEiiD68CUnNKvRMn11ThVz2TVzT25tQk { width:20rem;height:1.3808625rem;top:18.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9lTyfrICaO6GAW1lXS6iTt4LHhfBDtX { width:20rem;height:2.5996125rem;top:31.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTDSxLwIRIptUKtKxIktV9Ab8d0cuHh9 { width:20rem;height:1.3808625rem;top:29rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4Pl95veXJTbFiHAg3noLI3SkcS5y8F7 { width:20rem;height:2.5996125rem;top:38rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCfiHemoNRT5Zqa4vi7leBRKucLl3fEu { width:20rem;height:1.3808625rem;top:35.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPM6ACtFSTlk32tNVHzmkMGSV7OImKgp { width:20rem;height:6.499rem;top:44.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm5E0sECKh4x6rrTb1y2KoqQy5hVqta8 { width:20rem;height:1.29980625rem;top:41.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF { display:block; }#v12MGwdZbSecZK7BXf5VmgJxoTfGHyrF > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHeMexErVsipZzBFHPelvFrlrJbmeZ1g { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z { display:block; }#P2Lyd4HMA0TOdITO6I74mSdbRfmkGl8z > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3MOoX9VIR9da1hgDEtbMIO943dEFq6d { width:12.75rem;height:18.6875rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPOn729nH4K5rT71WMU8bL3dPcmCu66N { width:16.875rem;height:24.6963125rem;top:21.875rem;left:3.1250001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHDIFH08trPGE898lvtfHgDewvwEGvAF { width:1.5625rem;height:1.5625rem;top:21.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJcmCOpwiI82kthWzQzFWvfQbN7ozHNG { width:1.5625rem;height:1.5625rem;top:25.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqBBHrH8s2kXixW8iwNvPAkUII2S2s8D { width:1.5625rem;height:1.5625rem;top:29.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP9CXPGnXATrgdKg6ybzpt3BlTsnbG27 { width:1.5625rem;height:1.5625rem;top:41.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFLR0R4XTioWHDwx8wJJCzCF9Uq2B8N5 { width:1.5625rem;height:1.5625rem;top:33.44375038147rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSI7b6TlqwC24u1pmlETpDuqHR4HSHC3 { width:1.5625rem;height:1.5625rem;top:37.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS { display:block; }#J6AD4dOcoEJ3ZUJDzX0oNtVKMTJxICqS > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNKt7Tm38W6EoZy9FIHceVM4qGVNi88t { width:20rem;height:9.2305rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdMzqo7ADWtuwDZCEdzmz9w28FRBRzCk { width:20rem;height:9.932625rem;top:11.7305rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uStHG1iG6kxi0NglKizpLXCzI97HzlHb { display:block; }#uStHG1iG6kxi0NglKizpLXCzI97HzlHb > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isyzovr9ix76xQfHmldSb1h9OQmhtL3S { width:20rem;height:10.3261875rem;top:12.3945rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlRwozBdJ5KQTSzUBPezELNyWWwnzWaU { width:20rem;height:9.8955rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofOTquITMLyZuE5S18r26cieGVBoL4XG { display:block; }#ofOTquITMLyZuE5S18r26cieGVBoL4XG > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K09dA3ssv1o3iKOBBK7QIaE4Mr8F8mLN { width:16.875rem;height:3.4375rem;top:6.625rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndL7rQGT8hVg6No0q6WmFVT5b0szLs8T { display:block; }
 }@media only screen and (max-width: 763px) { #o0WfydxnCTkVqNTNxyX5EKsG43EsrTbM { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }