.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:245,219,232;--color-primary-1:223,135,179;--color-primary-2:190,14,102;--color-primary-3:95,7,51;--color-primary-4:29,2,15;--color-secondary-0:226,245,249;--color-secondary-1:167,224,236;--color-secondary-2:108,204,223;--color-secondary-3:0,203,236;--color-secondary-4:22,41,45;--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:"Alegreya";--paragraphs-font-family:"Alegreya"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#kOTumebavGlrF6udbMEJWxlZzemUK7wd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .row > .video-iframe-container { display: none; }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .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); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fabeee35-25c8-44f6-acc6-e9c1a80c9569/Stycze20232.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.adaptive-delivery-prevent-bg, #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.lazyload, #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.lazyloading { background-image: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { background-color: transparent; background-image: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .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); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { border-width: 0; border-radius: 0; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { width:60rem;height:55.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#l2wIWL7HdnLACZmbbP9kHBf1Docoe6Ry { position:absolute;display:block;z-index:15002;background-color:#050505;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.4375rem;top:19.625rem;left:1.375rem;display:block; }
#mXExboNf4cS3QngBL3JosND0BJ7UUwTF { color:#050505;display:block;width:51rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.6875rem;left:2.59375rem;height:3.8994125rem;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; }
#rXChykzIbobqsS1wLuTuSpKC30aqDsvG { color:#050505;display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:22.625rem;left:2.59375rem;height:;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; }
#wl5d3NuIMtdglKnCTQ3gPaMDA5LgyXkT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#e4eff1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:4.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:43.5625rem;left:2.59375rem;display:block; }
#XUpx4wEKZ2FuTam8oTldVR2hNGaTMCEe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mM8xOfck8nCzgFGNpGXNLJGGIUogXZKi { position:absolute;display:block;z-index:15006;background-color:#050505;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13rem;top:25.4375rem;left:37.84375rem;display:block; }
#vlgJkwUA87TbqLuvT39V0NzxfCx6a3Ba { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #050505;border-left:0.375rem solid #050505;border-right:0.375rem solid #050505;border-bottom:0.375rem solid #050505;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.75rem;width:0.75rem;top:24.5625rem;left:50.59375rem;display:block; }
#h6lXHLDTfykRQ3NNGGD0VN3Q4pygbFRf { color:#050505;display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:23.0625rem;left:38.78125rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nBMMTNVORAeloQJcesrzVItLSRW6BxTA { color:#050505;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.0625rem;left:44rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wxDNI97iNeuHp733UOukiNbTLWozzhfM { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:13.0625rem;top:10.21875rem;left:2.59375rem;overflow:hidden;display:block; }
#M58ilBLkz6LBDfSHS081mTZqtRfTvbSU { color:#050505;display:block;width:49.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:30.0625rem;left:2.59375rem;height:;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; }
#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { background-color: transparent; background-image: none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container > .video-iframe-container { display: none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row > .video-iframe-container { display: none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .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); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { border-width: 0; border-radius: 0; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#axg01qbmMXLXaiJf02NxUEQudvBMozIr { color:#2d2929;display:block;width:35.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.75rem;left:12.375rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DJJJaMdysWKK0bCy7a7sDwIMqeW2234W { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.1875rem;top:2.625rem;left:14.625rem;overflow:hidden;display:block; }
#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N > .row .container { background-color: transparent; background-image: none; }#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N > .row .container > .video-iframe-container { display: none; }#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N > .row > .video-iframe-container { display: none; }#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N > .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); }#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N > .row .container { border-width: 0; border-radius: 0; }#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#EaMmDS2EEp4q2sacvA8B0qSH2htwVtco { color:#2d2929;display:block;width:59rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.375rem;left:0.5rem;height:10.15625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FbLOwobIhSOk38X8kOu4sOARA1qirZJg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FbLOwobIhSOk38X8kOu4sOARA1qirZJg > .row .container { background-color: transparent; background-image: none; }#FbLOwobIhSOk38X8kOu4sOARA1qirZJg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbLOwobIhSOk38X8kOu4sOARA1qirZJg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbLOwobIhSOk38X8kOu4sOARA1qirZJg > .row .container > .video-iframe-container { display: none; }#FbLOwobIhSOk38X8kOu4sOARA1qirZJg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbLOwobIhSOk38X8kOu4sOARA1qirZJg > .row > .video-iframe-container { display: none; }#FbLOwobIhSOk38X8kOu4sOARA1qirZJg > .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); }#FbLOwobIhSOk38X8kOu4sOARA1qirZJg > .row .container { border-width: 0; border-radius: 0; }#FbLOwobIhSOk38X8kOu4sOARA1qirZJg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FbLOwobIhSOk38X8kOu4sOARA1qirZJg > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:60rem;position:relative;display:block; }#qWvuZz5LTnld9hk7Zr9KOBo5q1JXE0DV { color:#2d2929;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:5.25rem;left:2.75rem;height:5.84765625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#yKURfOVyAclJyDlK0yUnnR98yx1lO9ZT { position:absolute;display:block;z-index:15011;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:32.3125rem;left:8.5rem;display:block; }
#VGJzJus5yHQKuLRMXEo3ZrKeOyCosJpc { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:27.75rem;left:11.3125rem;display:block; }
#lSMP55Mzk1iQn1ta0S9kzoBeDDrbn41k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eU2W53sp27dH7X6PAd0m6zNwfdvf29eM { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:12rem;left:1.625rem;height:13.15721875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SlHzTEySq8IrSIvpKtHqwfaq55sXTHeK { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:25.0625rem;top:5.25rem;left:29.942843264249rem;overflow:hidden;display:block; }
#r2nd0uCMuwhGoTb1OcU8XCklpukprA21 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r2nd0uCMuwhGoTb1OcU8XCklpukprA21 > .row .container { background-color: transparent; background-image: none; }#r2nd0uCMuwhGoTb1OcU8XCklpukprA21::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2nd0uCMuwhGoTb1OcU8XCklpukprA21 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2nd0uCMuwhGoTb1OcU8XCklpukprA21 > .row .container > .video-iframe-container { display: none; }#r2nd0uCMuwhGoTb1OcU8XCklpukprA21 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2nd0uCMuwhGoTb1OcU8XCklpukprA21 > .row > .video-iframe-container { display: none; }#r2nd0uCMuwhGoTb1OcU8XCklpukprA21 > .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); }#r2nd0uCMuwhGoTb1OcU8XCklpukprA21 > .row .container { border-width: 0; border-radius: 0; }#r2nd0uCMuwhGoTb1OcU8XCklpukprA21 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r2nd0uCMuwhGoTb1OcU8XCklpukprA21 > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:60rem;position:relative;display:block; }#O15t94qXds5RMMrAr7Dss4PAqnnIOK6i { color:#2d2929;display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:5.25rem;left:6.8125rem;height:1.94921875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#GpcPK1SrafcqK706Sk7tXknAMF0Bxb9t { position:absolute;display:block;z-index:15011;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:31.3125rem;left:8.5rem;display:block; }
#ebeGROfsnybvuBU87qAfKGsqirGzCSDS { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:26.75rem;left:11.3125rem;display:block; }
#VZWUJ0q3RfwMRMsHGpE6dzgeef1WobqE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RZPiNzNBDx2VLmcyRot2dZMO1mvHw5B0 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:9.03125rem;left:1.625rem;height:14.6191375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Lla1mBnvVKqe8l7m5bNXDbaNwEEJ7oNm { position:absolute;display:block;z-index:15018;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:25rem;width:29.875rem;top:5.25rem;left:30.0048828125rem;overflow:hidden;display:block; }
#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c684251b-c8e6-4b09-a097-42a8c46638db/Grafikadopostow7.jpg");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; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu.adaptive-delivery-prevent-bg, #ez6cVGmNwuaUqVaeIFWywNgliBTQOesu.lazyload, #ez6cVGmNwuaUqVaeIFWywNgliBTQOesu.lazyloading { background-image: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container { background-color: transparent; background-image: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container > .video-iframe-container { display: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row > .video-iframe-container { display: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .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); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container { border-width: 0; border-radius: 0; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#ZTW1H20HTHRzM1UT8ZK4liRXR8NHUcDa { color:rgba(var(--color-tertiary-0),1);display:block;width:56.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.65625rem;left:0.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SWRwAT01XJPXWAlccoh4A9LJxc0dte9Z { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;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.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#gzlvCRwn7bfZxfMKN7xrqQIy8diiZAZy { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c684251b-c8e6-4b09-a097-42a8c46638db/Grafikadopostow7.jpg");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; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi.adaptive-delivery-prevent-bg, #Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi.lazyload, #Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi.lazyloading { background-image: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container { background-color: transparent; background-image: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container > .video-iframe-container { display: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,193,213,0.85); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row > .video-iframe-container { display: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .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); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container { border-width: 0; border-radius: 0; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#sXPNxXoACCfsQD8WvFu4rtX2bilDkyyW { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:17.375rem;left:14.1875rem;display:block; }
#tH3BL9mdllmVcgtdtfSpRrycP2ExhiW0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oA2t1zxgn6LdTEQ0ePc0Enrr19SEv58J { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:17.3125rem;left:38.4375rem;display:block; }
#i6teCNlueOi7MW433g5b4owk6nDb4i2x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xuAFxpcap2iNNqdtZ40JFt6sSo4ZdhJz { position:absolute;display:block;z-index:15023;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:15.1875rem;width:18.125rem;top:1.0625rem;left:33.0625rem;overflow:hidden;display:block; }
#EzUNzaL8gp3WNqxhzhaPVk0KNtTNylKU { position:absolute;display:block;z-index:15024;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:15.1875rem;width:18.125rem;top:1.125rem;left:8.8125rem;overflow:hidden;display:block; }
#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row .container { background-color: transparent; background-image: none; }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row .container > .video-iframe-container { display: none; }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row > .video-iframe-container { display: none; }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .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); }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row .container { border-width: 0; border-radius: 0; }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#V1ShrvyfGXQh2OGBH5vUZvgv9PtvnTmv { color:#2d2929;display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.75rem;left:15.8125rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qlXo9M7E5tQRRJSOrJ4er7Tn3NH25eCF { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.1875rem;top:2.625rem;left:11.3125rem;overflow:hidden;display:block; }
#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z > .row .container { background-color: transparent; background-image: none; }#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z > .row .container > .video-iframe-container { display: none; }#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z > .row > .video-iframe-container { display: none; }#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z > .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); }#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z > .row .container { border-width: 0; border-radius: 0; }#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#C8g2TlSb77vTXtdP79oZ4CSP55xSWnRi { color:#2d2929;display:block;width:58.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0625rem;left:1.0625rem;height:2.2744125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd.adaptive-delivery-prevent-bg, #tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd.lazyload, #tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd.lazyloading { background-image: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container { background-color: transparent; background-image: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),1); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container > .video-iframe-container { display: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),1); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row > .video-iframe-container { display: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .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); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container { border-width: 0; border-radius: 0; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:60rem;position:relative;display:block; }#uxzG6l0GXaUsSIprFo0nMT7zcerIQ8P9 { position:absolute;display:block;z-index:15000;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.16) ;height:48.875rem;width:15.625rem;top:4.125rem;left:2.1875rem;display:block; }
#F0whKoyWpKNmqOAVFs3sOhW53aLsHnGk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:18rem;left:2.84375rem;height:11.25rem;text-align:center;text-align-last:center;display:block; }
#b47AZ2yUWtELAs4hFpTMIbOXWHhUQRCx { 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:8.5rem;width:10.1875rem;top:7.5rem;left:4.90625rem;overflow:hidden;display:block; }
#JQvXVWyF5TTWFHbQTq0Olhi7OIHzLKlX { position:absolute;display:block;z-index:15006;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.16) ;height:49rem;width:15.625rem;top:4.1875rem;left:22.1875rem;display:block; }
#uG5eh6TPsebPWAIDm7cIDSqaA9HTFT1i { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:18rem;left:23.1875rem;height:12.375rem;text-align:center;text-align-last:center;display:block; }
#rpucL3BepPPxpr8G9ToVyVTCLm13FnSQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:10.1875rem;top:7.5625rem;left:24.9375rem;overflow:hidden;display:block; }
#dw1ZV8pqkaslLyQzL6wIaVAIUVnso0qk { position:absolute;display:block;z-index:15012;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.16) ;height:49.125rem;width:15.625rem;top:4.1875rem;left:42.1875rem;display:block; }
#z5wdqNrC03UVnDFUHMVro471hkl1w2Ls { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:18rem;left:43.1875rem;height:13.5rem;text-align:center;text-align-last:center;display:block; }
#LV34ZLlncofWTvn3RWT3QfVu0fgR80oA { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:10.1875rem;top:7.5625rem;left:44.9375rem;overflow:hidden;display:block; }
#BK8k5wh2v8TR8vn3dBva9yxMfeP2vTua { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:2.3125rem;left:8rem; }
#OKpxAw1lHtGaPksI3EA3rgSvUaeHMoyl { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:2.3125rem;left:28rem; }
#BTNdC9FtiiR3KZT67aP7yOQBTK5DmdEo { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:2.3125rem;left:48rem; }
#CPm0oGaITKcv2IlWPPHaPqDSE0o0RmFc { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:32.5625rem;left:6.3125rem;display:block; }
#Kv2JMSZ4URJ5J7rXSg1OUdSCTObaLT6n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tot9vETkHKKManrDWZaGDNODiU7VfO0z { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:32.5625rem;left:26.3125rem;display:block; }
#pgcZwa1UTJK4COvh560t8DDD5biO543V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aAnRiMWiQHhtAC8tzIcJIJ38BlMzi3k8 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:32.5625rem;left:46.3125rem;display:block; }
#V7m9HHTGQbpGNc5OzSNXKHdXCAOpSiHN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xJC56gWcWU1a0Un67Ifb9M411FMpvSTf { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:42.375rem;left:2.84375rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#Sx1NoiMgwThaSzvQZ9SZV6sI3aolrxht { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:41.8125rem;left:22.84375rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#B6CGK2CF68tTmaI2B8rLOs0TaqMMfHVQ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:38.375rem;left:42.84375rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#HGWAaMiUzAe5yuVmfczw9ydIFcTOIEit { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:40.6875rem;left:42.84375rem;height:10.125rem;text-align:center;text-align-last:center;display:block; }
#dfW6rnlgBTDgR1uQCAFXKABefn0r7a7F { position:absolute;display:block;z-index:15012;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:51.3125rem;left:3.5rem;display:block; }
#BXngouWkUoJhFeXalK6HDQUf3qPq4AZB { position:absolute;display:block;z-index:15013;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:51.3125rem;left:23.5rem;display:block; }
#TFKw5l8o7B0uHgJhAThFFvgRELUJOFZn { position:absolute;display:block;z-index:15014;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:51.3125rem;left:43.5rem;display:block; }
#IT2Req1mJk9dg0rP918dg9iGngnbqnT6 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:36.6875rem;left:6.3125rem;display:block; }
#mQzszMGXP2AO26DlDZPcuhrX3LNEJSDL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FPt67HVGmNks9gEmQoZArtk6eOitV89d { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:36.6875rem;left:26.3125rem;display:block; }
#AB7MLNGSx2Tfa2w29wBTymOQpyLEPBEQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z5onwiuvLcokSR3bTfbn1fg2TlXPkJXJ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:36.6875rem;left:46.3125rem;display:block; }
#mWTiaVtNQO0NWIWiH4lntvrXZzfrdreH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec > .row .container { background-color: transparent; background-image: none; }#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec > .row .container > .video-iframe-container { display: none; }#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec > .row > .video-iframe-container { display: none; }#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec > .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); }#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec > .row .container { border-width: 0; border-radius: 0; }#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#vMHTgrQ8yXpP5rkSq6nzWyf9XWGoX0yq { color:#2d2929;display:block;width:48.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.75rem;left:5.875rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tLzuZ2C3Wx0InWhGf0bwJ54uGNbCH4g2 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.1875rem;top:2.625rem;left:12.875rem;overflow:hidden;display:block; }
#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A > .row .container { background-color: transparent; background-image: none; }#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A > .row .container > .video-iframe-container { display: none; }#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A > .row > .video-iframe-container { display: none; }#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A > .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); }#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A > .row .container { border-width: 0; border-radius: 0; }#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#N5xRFIM9plmmTxx0HTe9CgcnkyTxHaJx { color:#2d2929;display:block;width:58.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0625rem;left:1.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xJuUZrlHbEXeyO97inmX3MGFaov94t97 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xJuUZrlHbEXeyO97inmX3MGFaov94t97 > .row .container { background-color: transparent; background-image: none; }#xJuUZrlHbEXeyO97inmX3MGFaov94t97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJuUZrlHbEXeyO97inmX3MGFaov94t97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJuUZrlHbEXeyO97inmX3MGFaov94t97 > .row .container > .video-iframe-container { display: none; }#xJuUZrlHbEXeyO97inmX3MGFaov94t97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJuUZrlHbEXeyO97inmX3MGFaov94t97 > .row > .video-iframe-container { display: none; }#xJuUZrlHbEXeyO97inmX3MGFaov94t97 > .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); }#xJuUZrlHbEXeyO97inmX3MGFaov94t97 > .row .container { border-width: 0; border-radius: 0; }#xJuUZrlHbEXeyO97inmX3MGFaov94t97 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xJuUZrlHbEXeyO97inmX3MGFaov94t97 > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:60rem;position:relative;display:block; }#wOz9hUNKVvXcCLTaOhBoW8ZmTKEbtnQs { color:#2d2929;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:0.9375rem;left:5.9375rem;height:3.8984375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wC4kZbnwg2ko1MnzvS1qg8OWNIWxUlgm { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:5.625rem;left:2.3125rem;height:14.6191375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#woM8XczD3IHMX1z4rzHNFF8PBkH9xDyQ { color:#2d2929;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:22.875rem;left:10.3125rem;height:3.8984375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#hkxelwTgW1wby4FTgwTTsul6lR9onOHT { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:27.9375rem;left:1rem;height:11.6953rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wZhh7f6XXiHQwThfyy9APLBGOv4r6PmW { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:25.0625rem;top:2.9375rem;left:32.46875rem;overflow:hidden;display:block; }
#Gn2is1qUN9WG5bRpFW1s8TMEyToZF58E { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:31.3125rem;left:41.875rem;display:block; }
#zT1ywruQOow8md0IJSHbC0FuPb38kmTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CtcXaDWqlMDPEL00POdoS4VVhuHpSx1W { position:absolute;display:block;z-index:15011;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:36.25rem;left:38.5rem;display:block; }
#yHAatVbMgDsHBso8JuyoJQ2TtQVxo628 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#yHAatVbMgDsHBso8JuyoJQ2TtQVxo628 > .row .container { background-color: transparent; background-image: none; }#yHAatVbMgDsHBso8JuyoJQ2TtQVxo628::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHAatVbMgDsHBso8JuyoJQ2TtQVxo628 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHAatVbMgDsHBso8JuyoJQ2TtQVxo628 > .row .container > .video-iframe-container { display: none; }#yHAatVbMgDsHBso8JuyoJQ2TtQVxo628 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHAatVbMgDsHBso8JuyoJQ2TtQVxo628 > .row > .video-iframe-container { display: none; }#yHAatVbMgDsHBso8JuyoJQ2TtQVxo628 > .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); }#yHAatVbMgDsHBso8JuyoJQ2TtQVxo628 > .row .container { border-width: 0; border-radius: 0; }#yHAatVbMgDsHBso8JuyoJQ2TtQVxo628 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yHAatVbMgDsHBso8JuyoJQ2TtQVxo628 > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#WRNDC4RuxfBLfCX4IMMNuAIax26EuguB { color:#2d2929;display:block;width:34.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:19.4375rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JUHCKyrLo63IOfsSkqRNyWLGRytkugAE { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.1875rem;top:3.75rem;left:14.9375rem;overflow:hidden;display:block; }
#f7JfKKMnnI8GvfLEtCtQhdUnrXodOn7w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#f7JfKKMnnI8GvfLEtCtQhdUnrXodOn7w > .row .container { background-color: transparent; background-image: none; }#f7JfKKMnnI8GvfLEtCtQhdUnrXodOn7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7JfKKMnnI8GvfLEtCtQhdUnrXodOn7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7JfKKMnnI8GvfLEtCtQhdUnrXodOn7w > .row .container > .video-iframe-container { display: none; }#f7JfKKMnnI8GvfLEtCtQhdUnrXodOn7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7JfKKMnnI8GvfLEtCtQhdUnrXodOn7w > .row > .video-iframe-container { display: none; }#f7JfKKMnnI8GvfLEtCtQhdUnrXodOn7w > .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); }#f7JfKKMnnI8GvfLEtCtQhdUnrXodOn7w > .row .container { border-width: 0; border-radius: 0; }#f7JfKKMnnI8GvfLEtCtQhdUnrXodOn7w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f7JfKKMnnI8GvfLEtCtQhdUnrXodOn7w > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#zKJN54pIDg0cZdXlB66zwguIo9OnDx74 { color:#2d2929;display:block;width:58.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0625rem;left:1.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22.adaptive-delivery-prevent-bg, #XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22.lazyload, #XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22.lazyloading { background-image: none; }#XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22 > .row .container { background-color: transparent; background-image: none; }#XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),1); }#XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22 > .row .container > .video-iframe-container { display: none; }#XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),1); }#XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22 > .row > .video-iframe-container { display: none; }#XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22 > .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); }#XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22 > .row .container { border-width: 0; border-radius: 0; }#XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22 > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:60rem;position:relative;display:block; }#TvS4x2UPB2WAU4pQqCrmo33rGCTwNrSJ { position:absolute;display:block;z-index:15000;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.16) ;height:48.875rem;width:15.625rem;top:4.125rem;left:2.1875rem;display:block; }
#OHPiV2TUlhU3BZltRbEInR865TV8Vkr9 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:18rem;left:2.84375rem;height:18rem;text-align:center;text-align-last:center;display:block; }
#NPlmf6iLAf4bULDyPfFpxygxkrlyk26m { 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:8.5rem;width:10.1875rem;top:7.5rem;left:4.90625rem;overflow:hidden;display:block; }
#Cw9TMyeXh3vR8XgJT2c731bsuDQDlABa { position:absolute;display:block;z-index:15006;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.16) ;height:49rem;width:15.625rem;top:4.1875rem;left:22.1875rem;display:block; }
#KoZswaoJoXEIEFQF14mhWHk67rTLT2qD { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:18rem;left:23.1875rem;height:14.625rem;text-align:center;text-align-last:center;display:block; }
#vcSUkWUH2ZVkILoSi1TkuRk42Tg6O5SR { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:10.1875rem;top:7.5625rem;left:24.9375rem;overflow:hidden;display:block; }
#TSDAadpLvCTnAX57x1iBiOXI0H1cl7sx { position:absolute;display:block;z-index:15012;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.16) ;height:49.125rem;width:15.625rem;top:4.1875rem;left:42.1875rem;display:block; }
#vtNDyagq8tL2i9CfgucaaKyWI9QTkE1x { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:18rem;left:43.1875rem;height:16.875rem;text-align:center;text-align-last:center;display:block; }
#HZXoWC1QT1iwqmRZgevEzbWNu9xuhKvS { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:10.1875rem;top:7.5625rem;left:44.9375rem;overflow:hidden;display:block; }
#dlHK9sP7sQxVZxRiVUdxF2MOoqyo21mf { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:2.3125rem;left:8rem; }
#tw6GxTk8I396FfHxcZqBJwh3s9vtMKnB { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:2.3125rem;left:28rem; }
#XJZTzAormqLH8vAvkO5qJB5RssOXTuys { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:2.3125rem;left:48rem; }
#I11uZq1HHN5tMtBZp1fJtvwlR1mPXpSW { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:38.375rem;left:6.3125rem;display:block; }
#tL5gPTVGGau3WgmT8SagXX8ISqJnEHH6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nV9uN7XH9nuKnG5XJ1hx7S9VDlMBoOs5 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:38.375rem;left:26.3125rem;display:block; }
#fHnc9Z8GZcl00GAzpVAhOiF53yhAp9rr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wztWM4cPzbPvbWI3kuiwk3mfleaMB2SB { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:38.375rem;left:46.3125rem;display:block; }
#s4UTIP2TlGF61TqFSsXHWk2Pz1I5V5Nu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s3y9oanD8mq3FFfEXSZlHgNb4VMTO6wO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:43.25rem;left:2.84375rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#o3dtRBkrN2gQ59IKKNzPyQM1Ke4QIuu3 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:43.25rem;left:22.84375rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#PF7RN6pTOvOq51nc1CS5RfPpQTT2i69F { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:38.375rem;left:42.84375rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#q57CVlKbIQi5WHtDNLDGBsbk9CXGscNd { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:42.125rem;left:42.84375rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#aUvl7EfL71GKy2iUuD6zdpVMwBpmJUTD { position:absolute;display:block;z-index:15012;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:51.3125rem;left:3.5rem;display:block; }
#elrazKWXlwiUDp3T0p3S3zhXFJKTu86D { position:absolute;display:block;z-index:15013;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:51.3125rem;left:23.5rem;display:block; }
#BJTGGvZLHhdyN0ECx2AV4OoM3NlMVSiw { position:absolute;display:block;z-index:15014;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:51.3125rem;left:43.5rem;display:block; }
#SRbeZHxIftgQlNdQOrNXx0qUNi8eLrCh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SRbeZHxIftgQlNdQOrNXx0qUNi8eLrCh > .row .container { background-color: transparent; background-image: none; }#SRbeZHxIftgQlNdQOrNXx0qUNi8eLrCh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRbeZHxIftgQlNdQOrNXx0qUNi8eLrCh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRbeZHxIftgQlNdQOrNXx0qUNi8eLrCh > .row .container > .video-iframe-container { display: none; }#SRbeZHxIftgQlNdQOrNXx0qUNi8eLrCh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRbeZHxIftgQlNdQOrNXx0qUNi8eLrCh > .row > .video-iframe-container { display: none; }#SRbeZHxIftgQlNdQOrNXx0qUNi8eLrCh > .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); }#SRbeZHxIftgQlNdQOrNXx0qUNi8eLrCh > .row .container { border-width: 0; border-radius: 0; }#SRbeZHxIftgQlNdQOrNXx0qUNi8eLrCh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRbeZHxIftgQlNdQOrNXx0qUNi8eLrCh > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#Mvx0nE0p8GvxJ4WQhWDG6Z7xwh2EbCmp { color:#2d2929;display:block;width:48.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:6.5625rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mnDZewBgVg9oUeICayWsvuXGZSVFFNEq { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.1875rem;top:3.75rem;left:22.5rem;overflow:hidden;display:block; }
#CZXHHZmKQ6tEOkr459qUAPf9rSbRmAXR { position:relative;display:block; }#CZXHHZmKQ6tEOkr459qUAPf9rSbRmAXR { background-color: transparent; background-image: none; }#CZXHHZmKQ6tEOkr459qUAPf9rSbRmAXR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZXHHZmKQ6tEOkr459qUAPf9rSbRmAXR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZXHHZmKQ6tEOkr459qUAPf9rSbRmAXR > .row .container > .video-iframe-container { display: none; }#CZXHHZmKQ6tEOkr459qUAPf9rSbRmAXR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZXHHZmKQ6tEOkr459qUAPf9rSbRmAXR > .row > .video-iframe-container { display: none; }#CZXHHZmKQ6tEOkr459qUAPf9rSbRmAXR > .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); }#CZXHHZmKQ6tEOkr459qUAPf9rSbRmAXR { border-width: 0; border-radius: 0; }#CZXHHZmKQ6tEOkr459qUAPf9rSbRmAXR > .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; }#CZXHHZmKQ6tEOkr459qUAPf9rSbRmAXR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0.62);background-image:none;font-size:0.875rem;font-family:arial;height:25.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RJuCz20FPGTDCrOigf6xztvliq908yFK { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:19.21875rem;left:6.6875rem;display:block; }
#yIUcaoyZCgQxKHQTHv1AVoBZMUTrE8L0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Is4G7mqeV1Jw6g16v3l0MWnJmQqGdDOd { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:19.21875rem;left:16.5625rem;display:block; }
#TLnWtzFiLS3dHi6wUdGuy2DegdOEiTks { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RCi6LCaJLTGhC8QicTVXTqB9hn2SR0x8 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:19.21875rem;left:36.5625rem;display:block; }
#NUFgXwxnsiPBhbVP1gdeyB2pH1VkFJo6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SQBPJ31VRDeyOJHKvN0NRuCvDNP0nXzh { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:19.21875rem;left:46.5rem;display:block; }
#G5mkkbKMBPTPJgTbUBvTdZdn1eyT8WC3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n2wamvQid11oU0C6WaTzmr8GUrSGPFSV { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.4375rem;width:25.8125rem;top:2.4375rem;left:2.09375rem;display:block; }
#s4Q0cIBe0alofzCe4AwXHgklqOWsQUze { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.4375rem;width:25.8125rem;top:2.4375rem;left:32.09375rem;display:block; }
#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container { background-color: transparent; background-image: none; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container > .video-iframe-container { display: none; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row > .video-iframe-container { display: none; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .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); }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container { border-width: 0; border-radius: 0; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:block; }#bD4g1gbdhtkxfUKM5J1tMA1XzB5XhkXR { color:#2d2929;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.8994125rem;text-align:center;text-align-last:center;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; }
#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container { background-color: transparent; background-image: none; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container > .video-iframe-container { display: none; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row > .video-iframe-container { display: none; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .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); }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container { border-width: 0; border-radius: 0; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk { display:block; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2wIWL7HdnLACZmbbP9kHBf1Docoe6Ry { width:0.4375rem;height:5rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXExboNf4cS3QngBL3JosND0BJ7UUwTF { width:47.75rem;height:;top:18.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXChykzIbobqsS1wLuTuSpKC30aqDsvG { width:24.75rem;height:;top:22.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl5d3NuIMtdglKnCTQ3gPaMDA5LgyXkT { width:20.5625rem;height:4.25rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUpx4wEKZ2FuTam8oTldVR2hNGaTMCEe { display:block; }
 }@media only screen and (max-width: 763px) { #mM8xOfck8nCzgFGNpGXNLJGGIUogXZKi { width:13rem;height:0.125rem;top:25.4375rem;left:31.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlgJkwUA87TbqLuvT39V0NzxfCx6a3Ba { width:0.75rem;height:0.75rem;top:24.5625rem;left:44.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6lXHLDTfykRQ3NNGGD0VN3Q4pygbFRf { width:4.3125rem;height:2.4375rem;top:23.0625rem;left:32.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBMMTNVORAeloQJcesrzVItLSRW6BxTA { width:5.875rem;height:2.4375rem;top:23.0625rem;left:37.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxDNI97iNeuHp733UOukiNbTLWozzhfM { top:10.1875rem;left:0rem;width:13.0625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M58ilBLkz6LBDfSHS081mTZqtRfTvbSU { width:47.75rem;height:;top:30.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga79ekRAWFsWvo796rVT8rtmZVl6drRO { display:block; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axg01qbmMXLXaiJf02NxUEQudvBMozIr { width:35.3125rem;height:2.875rem;top:2.75rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJJJaMdysWKK0bCy7a7sDwIMqeW2234W { top:2.625rem;left:8.5rem;width:3.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N { display:block; }#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EaMmDS2EEp4q2sacvA8B0qSH2htwVtco { width:47.75rem;height:10.125rem;top:1.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbLOwobIhSOk38X8kOu4sOARA1qirZJg { display:block; }#FbLOwobIhSOk38X8kOu4sOARA1qirZJg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWvuZz5LTnld9hk7Zr9KOBo5q1JXE0DV { width:23.75rem;height:5.8125rem;top:5.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKURfOVyAclJyDlK0yUnnR98yx1lO9ZT { width:13rem;height:0.0625rem;top:32.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGJzJus5yHQKuLRMXEo3ZrKeOyCosJpc { width:7.375rem;height:2.625rem;top:27.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSMP55Mzk1iQn1ta0S9kzoBeDDrbn41k { display:block; }
 }@media only screen and (max-width: 763px) { #eU2W53sp27dH7X6PAd0m6zNwfdvf29eM { width:24.9375rem;height:12.9375rem;top:12rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlHzTEySq8IrSIvpKtHqwfaq55sXTHeK { top:5.25rem;left:0rem;width:25.0625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2nd0uCMuwhGoTb1OcU8XCklpukprA21 { display:block; }#r2nd0uCMuwhGoTb1OcU8XCklpukprA21 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O15t94qXds5RMMrAr7Dss4PAqnnIOK6i { width:19.6875rem;height:1.9375rem;top:5.25rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpcPK1SrafcqK706Sk7tXknAMF0Bxb9t { width:13rem;height:0.0625rem;top:31.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebeGROfsnybvuBU87qAfKGsqirGzCSDS { width:7.375rem;height:2.625rem;top:26.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZWUJ0q3RfwMRMsHGpE6dzgeef1WobqE { display:block; }
 }@media only screen and (max-width: 763px) { #RZPiNzNBDx2VLmcyRot2dZMO1mvHw5B0 { width:24.9375rem;height:14.5625rem;top:9rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lla1mBnvVKqe8l7m5bNXDbaNwEEJ7oNm { top:5.25rem;left:17.8125rem;width:29.875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez6cVGmNwuaUqVaeIFWywNgliBTQOesu { display:block; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTW1H20HTHRzM1UT8ZK4liRXR8NHUcDa { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWRwAT01XJPXWAlccoh4A9LJxc0dte9Z { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzlvCRwn7bfZxfMKN7xrqQIy8diiZAZy { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi { display:block; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXPNxXoACCfsQD8WvFu4rtX2bilDkyyW { width:7.375rem;height:2.625rem;top:17.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH3BL9mdllmVcgtdtfSpRrycP2ExhiW0 { display:block; }
 }@media only screen and (max-width: 763px) { #oA2t1zxgn6LdTEQ0ePc0Enrr19SEv58J { width:7.375rem;height:2.625rem;top:17.3125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6teCNlueOi7MW433g5b4owk6nDb4i2x { display:block; }
 }@media only screen and (max-width: 763px) { #xuAFxpcap2iNNqdtZ40JFt6sSo4ZdhJz { top:1.0625rem;left:13.625rem;width:18.125rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzUNzaL8gp3WNqxhzhaPVk0KNtTNylKU { top:1.125rem;left:0rem;width:18.125rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB { display:block; }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1ShrvyfGXQh2OGBH5vUZvgv9PtvnTmv { width:32.875rem;height:2.875rem;top:2.75rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlXo9M7E5tQRRJSOrJ4er7Tn3NH25eCF { top:2.625rem;left:5.1875rem;width:3.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z { display:block; }#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8g2TlSb77vTXtdP79oZ4CSP55xSWnRi { width:47.75rem;height:;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd { display:block; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxzG6l0GXaUsSIprFo0nMT7zcerIQ8P9 { width:15.625rem;height:48.875rem;top:4.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0whKoyWpKNmqOAVFs3sOhW53aLsHnGk { width:14.3125rem;height:12.375rem;top:18rem;left:0.78125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b47AZ2yUWtELAs4hFpTMIbOXWHhUQRCx { width:10.1875rem;height:8.5rem;top:7.5rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQvXVWyF5TTWFHbQTq0Olhi7OIHzLKlX { width:15.625rem;height:49rem;top:4.1875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG5eh6TPsebPWAIDm7cIDSqaA9HTFT1i { width:13.625rem;height:12.375rem;top:18rem;left:17rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpucL3BepPPxpr8G9ToVyVTCLm13FnSQ { width:10.1875rem;height:8.5rem;top:7.5625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw1ZV8pqkaslLyQzL6wIaVAIUVnso0qk { width:15.625rem;height:49.125rem;top:4.1875rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5wdqNrC03UVnDFUHMVro471hkl1w2Ls { width:13.625rem;height:13.5rem;top:18rem;left:32.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV34ZLlncofWTvn3RWT3QfVu0fgR80oA { width:10.1875rem;height:8.5rem;top:7.5625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK8k5wh2v8TR8vn3dBva9yxMfeP2vTua { width:4rem;height:4rem;top:2.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKpxAw1lHtGaPksI3EA3rgSvUaeHMoyl { width:4rem;height:4rem;top:2.3125rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTNdC9FtiiR3KZT67aP7yOQBTK5DmdEo { width:4rem;height:4rem;top:2.3125rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPm0oGaITKcv2IlWPPHaPqDSE0o0RmFc { width:7.375rem;height:2.625rem;top:32.5625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv2JMSZ4URJ5J7rXSg1OUdSCTObaLT6n { display:block; }
 }@media only screen and (max-width: 763px) { #tot9vETkHKKManrDWZaGDNODiU7VfO0z { width:7.375rem;height:2.625rem;top:32.5625rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgcZwa1UTJK4COvh560t8DDD5biO543V { display:block; }
 }@media only screen and (max-width: 763px) { #aAnRiMWiQHhtAC8tzIcJIJ38BlMzi3k8 { width:7.375rem;height:2.625rem;top:32.5625rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7m9HHTGQbpGNc5OzSNXKHdXCAOpSiHN { display:block; }
 }@media only screen and (max-width: 763px) { #xJC56gWcWU1a0Un67Ifb9M411FMpvSTf { width:14.3125rem;height:6.75rem;top:42.375rem;left:0.78125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx1NoiMgwThaSzvQZ9SZV6sI3aolrxht { width:14.3125rem;height:7.875rem;top:41.8125rem;left:16.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6CGK2CF68tTmaI2B8rLOs0TaqMMfHVQ { width:14.3125rem;height:7.875rem;top:38.375rem;left:32.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGWAaMiUzAe5yuVmfczw9ydIFcTOIEit { width:14.3125rem;height:10.125rem;top:40.6875rem;left:32.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfW6rnlgBTDgR1uQCAFXKABefn0r7a7F { width:13rem;height:0.0625rem;top:51.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXngouWkUoJhFeXalK6HDQUf3qPq4AZB { width:13rem;height:0.0625rem;top:51.3125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFKw5l8o7B0uHgJhAThFFvgRELUJOFZn { width:13rem;height:0.0625rem;top:51.3125rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT2Req1mJk9dg0rP918dg9iGngnbqnT6 { width:7.375rem;height:2.625rem;top:36.6875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQzszMGXP2AO26DlDZPcuhrX3LNEJSDL { display:block; }
 }@media only screen and (max-width: 763px) { #FPt67HVGmNks9gEmQoZArtk6eOitV89d { width:7.375rem;height:2.625rem;top:36.6875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB7MLNGSx2Tfa2w29wBTymOQpyLEPBEQ { display:block; }
 }@media only screen and (max-width: 763px) { #z5onwiuvLcokSR3bTfbn1fg2TlXPkJXJ { width:7.375rem;height:2.625rem;top:36.6875rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWTiaVtNQO0NWIWiH4lntvrXZzfrdreH { display:block; }
 }@media only screen and (max-width: 763px) { #uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec { display:block; }#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMHTgrQ8yXpP5rkSq6nzWyf9XWGoX0yq { width:47.75rem;height:2.875rem;top:2.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLzuZ2C3Wx0InWhGf0bwJ54uGNbCH4g2 { top:2.625rem;left:6.75rem;width:3.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A { display:block; }#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5xRFIM9plmmTxx0HTe9CgcnkyTxHaJx { width:47.75rem;height:;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJuUZrlHbEXeyO97inmX3MGFaov94t97 { display:block; }#xJuUZrlHbEXeyO97inmX3MGFaov94t97 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOz9hUNKVvXcCLTaOhBoW8ZmTKEbtnQs { width:20.3125rem;height:3.875rem;top:0.9375rem;left:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC4kZbnwg2ko1MnzvS1qg8OWNIWxUlgm { width:24rem;height:14.5625rem;top:5.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #woM8XczD3IHMX1z4rzHNFF8PBkH9xDyQ { width:16rem;height:3.875rem;top:22.875rem;left:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkxelwTgW1wby4FTgwTTsul6lR9onOHT { width:25.3125rem;height:11.6875rem;top:27.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZhh7f6XXiHQwThfyy9APLBGOv4r6PmW { top:2.9375rem;left:22.6875rem;width:25.0625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn2is1qUN9WG5bRpFW1s8TMEyToZF58E { width:7.375rem;height:2.625rem;top:31.3125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT1ywruQOow8md0IJSHbC0FuPb38kmTy { display:block; }
 }@media only screen and (max-width: 763px) { #CtcXaDWqlMDPEL00POdoS4VVhuHpSx1W { width:13rem;height:0.0625rem;top:36.25rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHAatVbMgDsHBso8JuyoJQ2TtQVxo628 { display:block; }#yHAatVbMgDsHBso8JuyoJQ2TtQVxo628 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRNDC4RuxfBLfCX4IMMNuAIax26EuguB { width:34.125rem;height:2.9375rem;top:3.875rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUHCKyrLo63IOfsSkqRNyWLGRytkugAE { top:3.75rem;left:8.8125rem;width:3.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7JfKKMnnI8GvfLEtCtQhdUnrXodOn7w { display:block; }#f7JfKKMnnI8GvfLEtCtQhdUnrXodOn7w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKJN54pIDg0cZdXlB66zwguIo9OnDx74 { width:47.75rem;height:;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22 { display:block; }#XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvS4x2UPB2WAU4pQqCrmo33rGCTwNrSJ { width:15.625rem;height:48.875rem;top:4.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHPiV2TUlhU3BZltRbEInR865TV8Vkr9 { width:14.3125rem;height:18rem;top:18rem;left:0.78125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPlmf6iLAf4bULDyPfFpxygxkrlyk26m { width:10.1875rem;height:8.5rem;top:7.5rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw9TMyeXh3vR8XgJT2c731bsuDQDlABa { width:15.625rem;height:49rem;top:4.1875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoZswaoJoXEIEFQF14mhWHk67rTLT2qD { width:13.625rem;height:18rem;top:18rem;left:17rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcSUkWUH2ZVkILoSi1TkuRk42Tg6O5SR { width:10.1875rem;height:8.5rem;top:7.5625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSDAadpLvCTnAX57x1iBiOXI0H1cl7sx { width:15.625rem;height:49.125rem;top:4.1875rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtNDyagq8tL2i9CfgucaaKyWI9QTkE1x { width:13.625rem;height:19.125rem;top:18rem;left:32.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZXoWC1QT1iwqmRZgevEzbWNu9xuhKvS { width:10.1875rem;height:8.5rem;top:7.5625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlHK9sP7sQxVZxRiVUdxF2MOoqyo21mf { width:4rem;height:4rem;top:2.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw6GxTk8I396FfHxcZqBJwh3s9vtMKnB { width:4rem;height:4rem;top:2.3125rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJZTzAormqLH8vAvkO5qJB5RssOXTuys { width:4rem;height:4rem;top:2.3125rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I11uZq1HHN5tMtBZp1fJtvwlR1mPXpSW { width:7.375rem;height:2.625rem;top:38.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL5gPTVGGau3WgmT8SagXX8ISqJnEHH6 { display:block; }
 }@media only screen and (max-width: 763px) { #nV9uN7XH9nuKnG5XJ1hx7S9VDlMBoOs5 { width:7.375rem;height:2.625rem;top:38.375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHnc9Z8GZcl00GAzpVAhOiF53yhAp9rr { display:block; }
 }@media only screen and (max-width: 763px) { #wztWM4cPzbPvbWI3kuiwk3mfleaMB2SB { width:7.375rem;height:2.625rem;top:38.375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4UTIP2TlGF61TqFSsXHWk2Pz1I5V5Nu { display:block; }
 }@media only screen and (max-width: 763px) { #s3y9oanD8mq3FFfEXSZlHgNb4VMTO6wO { width:14.3125rem;height:6.75rem;top:43.25rem;left:0.78125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3dtRBkrN2gQ59IKKNzPyQM1Ke4QIuu3 { width:14.3125rem;height:6.75rem;top:43.25rem;left:16.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF7RN6pTOvOq51nc1CS5RfPpQTT2i69F { width:14.3125rem;height:7.875rem;top:38.375rem;left:32.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q57CVlKbIQi5WHtDNLDGBsbk9CXGscNd { width:14.3125rem;height:7.875rem;top:42.125rem;left:32.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUvl7EfL71GKy2iUuD6zdpVMwBpmJUTD { width:13rem;height:0.0625rem;top:51.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #elrazKWXlwiUDp3T0p3S3zhXFJKTu86D { width:13rem;height:0.0625rem;top:51.3125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJTGGvZLHhdyN0ECx2AV4OoM3NlMVSiw { width:13rem;height:0.0625rem;top:51.3125rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRbeZHxIftgQlNdQOrNXx0qUNi8eLrCh { display:block; }#SRbeZHxIftgQlNdQOrNXx0qUNi8eLrCh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mvx0nE0p8GvxJ4WQhWDG6Z7xwh2EbCmp { width:47.75rem;height:2.875rem;top:3.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnDZewBgVg9oUeICayWsvuXGZSVFFNEq { top:3.75rem;left:16.375rem;width:3.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZXHHZmKQ6tEOkr459qUAPf9rSbRmAXR { display:block; }#CZXHHZmKQ6tEOkr459qUAPf9rSbRmAXR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJuCz20FPGTDCrOigf6xztvliq908yFK { width:7.375rem;height:2.625rem;top:19.1875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIUcaoyZCgQxKHQTHv1AVoBZMUTrE8L0 { display:block; }
 }@media only screen and (max-width: 763px) { #Is4G7mqeV1Jw6g16v3l0MWnJmQqGdDOd { width:7.375rem;height:2.625rem;top:19.1875rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLnWtzFiLS3dHi6wUdGuy2DegdOEiTks { display:block; }
 }@media only screen and (max-width: 763px) { #RCi6LCaJLTGhC8QicTVXTqB9hn2SR0x8 { width:7.375rem;height:2.625rem;top:19.1875rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUFgXwxnsiPBhbVP1gdeyB2pH1VkFJo6 { display:block; }
 }@media only screen and (max-width: 763px) { #SQBPJ31VRDeyOJHKvN0NRuCvDNP0nXzh { width:7.375rem;height:2.625rem;top:19.1875rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5mkkbKMBPTPJgTbUBvTdZdn1eyT8WC3 { display:block; }
 }@media only screen and (max-width: 763px) { #n2wamvQid11oU0C6WaTzmr8GUrSGPFSV { top:2.4375rem;left:0rem;width:25.8125rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4Q0cIBe0alofzCe4AwXHgklqOWsQUze { top:2.4375rem;left:21.9375rem;width:25.8125rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz { display:block; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bD4g1gbdhtkxfUKM5J1tMA1XzB5XhkXR { width:47.75rem;height:;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 { display:block; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fabeee35-25c8-44f6-acc6-e9c1a80c9569/Stycze20232.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.adaptive-delivery-prevent-bg, #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.lazyload, #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.lazyloading { background-image: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { background-color: transparent; background-image: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .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); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2wIWL7HdnLACZmbbP9kHBf1Docoe6Ry { width:0.4375rem;height:5rem;top:15.875rem;left:2.3125rem;background-color:#e4eff1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mXExboNf4cS3QngBL3JosND0BJ7UUwTF { width:16.625rem;height:3.875rem;top:16.4375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXChykzIbobqsS1wLuTuSpKC30aqDsvG { width:18.75rem;height:2.0625rem;top:21.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl5d3NuIMtdglKnCTQ3gPaMDA5LgyXkT { width:18.5rem;height:3.8125rem;top:28.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUpx4wEKZ2FuTam8oTldVR2hNGaTMCEe { display:block; }
 }@media only screen and (max-width: 763px) { #mM8xOfck8nCzgFGNpGXNLJGGIUogXZKi { width:7rem;height:0.25rem;top:26.5625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlgJkwUA87TbqLuvT39V0NzxfCx6a3Ba { width:0.75rem;height:0.75rem;top:25.9375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6lXHLDTfykRQ3NNGGD0VN3Q4pygbFRf { width:6.25rem;height:1.25rem;top:24.4375rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBMMTNVORAeloQJcesrzVItLSRW6BxTA { width:6.625rem;height:1.25rem;top:24.4375rem;left:7.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxDNI97iNeuHp733UOukiNbTLWozzhfM { width:3.625rem;height:1.25rem;top:2.25rem;left:8.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M58ilBLkz6LBDfSHS081mTZqtRfTvbSU { width:17.8125rem;height:7.1875rem;top:34.8125rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga79ekRAWFsWvo796rVT8rtmZVl6drRO { display:block; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axg01qbmMXLXaiJf02NxUEQudvBMozIr { width:18.625rem;height:2.0625rem;top:5.625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJJJaMdysWKK0bCy7a7sDwIMqeW2234W { width:3.1875rem;height:3.125rem;top:1.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N { display:block; }#K5OmZ6tWcIWO4uvBvT9nTbmGohWqbT4N > .row .container { width:20rem;height:23.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EaMmDS2EEp4q2sacvA8B0qSH2htwVtco { width:17.9375rem;height:21.125rem;top:1.25rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbLOwobIhSOk38X8kOu4sOARA1qirZJg { display:block; }#FbLOwobIhSOk38X8kOu4sOARA1qirZJg > .row .container { width:20rem;height:44.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWvuZz5LTnld9hk7Zr9KOBo5q1JXE0DV { width:17.5625rem;height:4.3125rem;top:1.25rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKURfOVyAclJyDlK0yUnnR98yx1lO9ZT { width:13rem;height:0.0625rem;top:43.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGJzJus5yHQKuLRMXEo3ZrKeOyCosJpc { width:7.375rem;height:2.625rem;top:21.8125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSMP55Mzk1iQn1ta0S9kzoBeDDrbn41k { display:block; }
 }@media only screen and (max-width: 763px) { #eU2W53sp27dH7X6PAd0m6zNwfdvf29eM { width:18.375rem;height:13.75rem;top:6.8125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlHzTEySq8IrSIvpKtHqwfaq55sXTHeK { width:16.625rem;height:16.625rem;top:25.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2nd0uCMuwhGoTb1OcU8XCklpukprA21 { display:block; }#r2nd0uCMuwhGoTb1OcU8XCklpukprA21 > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O15t94qXds5RMMrAr7Dss4PAqnnIOK6i { width:17.5625rem;height:1.4375rem;top:1.25rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpcPK1SrafcqK706Sk7tXknAMF0Bxb9t { width:13rem;height:0.0625rem;top:43.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebeGROfsnybvuBU87qAfKGsqirGzCSDS { width:7.375rem;height:2.625rem;top:21.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZWUJ0q3RfwMRMsHGpE6dzgeef1WobqE { display:block; }
 }@media only screen and (max-width: 763px) { #RZPiNzNBDx2VLmcyRot2dZMO1mvHw5B0 { width:18.375rem;height:16.5rem;top:3.9375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lla1mBnvVKqe8l7m5bNXDbaNwEEJ7oNm { width:19.875rem;height:16.625rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez6cVGmNwuaUqVaeIFWywNgliBTQOesu { background-color:#58c1d5;background-image:none;display:block; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container { background-color: transparent; background-image: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container > .video-iframe-container { display: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row > .video-iframe-container { display: none; }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .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); }#ez6cVGmNwuaUqVaeIFWywNgliBTQOesu > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTW1H20HTHRzM1UT8ZK4liRXR8NHUcDa { width:20rem;height:6.125rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWRwAT01XJPXWAlccoh4A9LJxc0dte9Z { width:20rem;height:0.0625rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzlvCRwn7bfZxfMKN7xrqQIy8diiZAZy { width:3.75rem;height:0.1875rem;top:9.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi { background-color:#58c1d5;background-image:none;display:block; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container { background-color: transparent; background-image: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container > .video-iframe-container { display: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row > .video-iframe-container { display: none; }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .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); }#Qn5hPsuI5qPNF2t1fXvb9B4NLwgxGQbi > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXPNxXoACCfsQD8WvFu4rtX2bilDkyyW { width:7.375rem;height:2.625rem;top:17.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH3BL9mdllmVcgtdtfSpRrycP2ExhiW0 { display:block; }
 }@media only screen and (max-width: 763px) { #oA2t1zxgn6LdTEQ0ePc0Enrr19SEv58J { width:7.375rem;height:2.625rem;top:59.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6teCNlueOi7MW433g5b4owk6nDb4i2x { display:block; }
 }@media only screen and (max-width: 763px) { #xuAFxpcap2iNNqdtZ40JFt6sSo4ZdhJz { width:18.125rem;height:15.1875rem;top:42.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzUNzaL8gp3WNqxhzhaPVk0KNtTNylKU { width:18.125rem;height:15.1875rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB { display:block; }#evFgdR0nOEeR3gNZTE8LfU5TGHrTorDB > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1ShrvyfGXQh2OGBH5vUZvgv9PtvnTmv { width:18.375rem;height:4.125rem;top:5.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlXo9M7E5tQRRJSOrJ4er7Tn3NH25eCF { width:3.1875rem;height:3.125rem;top:1.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z { display:block; }#uLs8oJPzBRndZSQ5GyxcbkCbJgW93X7z > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8g2TlSb77vTXtdP79oZ4CSP55xSWnRi { width:18.6875rem;height:3.875rem;top:1.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd.adaptive-delivery-prevent-bg, #tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd.lazyload, #tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd.lazyloading { background-image: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container { background-color: transparent; background-image: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container > .video-iframe-container { display: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row > .video-iframe-container { display: none; }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .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); }#tamgN2pFAkTu6X0IA2sAsCTlpeWQ9qmd > .row .container { width:20rem;height:149.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxzG6l0GXaUsSIprFo0nMT7zcerIQ8P9 { width:15.625rem;height:45.9375rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0whKoyWpKNmqOAVFs3sOhW53aLsHnGk { width:13.625rem;height:13.5rem;top:15.125rem;left:2.84375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b47AZ2yUWtELAs4hFpTMIbOXWHhUQRCx { width:10.1875rem;height:8.5rem;top:4.625rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQvXVWyF5TTWFHbQTq0Olhi7OIHzLKlX { width:15.625rem;height:45.9375rem;top:49.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG5eh6TPsebPWAIDm7cIDSqaA9HTFT1i { width:13.625rem;height:12.375rem;top:63.5625rem;left:3.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rpucL3BepPPxpr8G9ToVyVTCLm13FnSQ { width:10.1875rem;height:8.5rem;top:53.125rem;left:4.9375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #dw1ZV8pqkaslLyQzL6wIaVAIUVnso0qk { width:15.625rem;height:50rem;top:98.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5wdqNrC03UVnDFUHMVro471hkl1w2Ls { width:13.625rem;height:13.5rem;top:112rem;left:3.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LV34ZLlncofWTvn3RWT3QfVu0fgR80oA { width:10.1875rem;height:8.5rem;top:101.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK8k5wh2v8TR8vn3dBva9yxMfeP2vTua { width:4rem;height:4rem;top:-0.5625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKpxAw1lHtGaPksI3EA3rgSvUaeHMoyl { width:4rem;height:4rem;top:47.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTNdC9FtiiR3KZT67aP7yOQBTK5DmdEo { width:4rem;height:4rem;top:96.3125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPm0oGaITKcv2IlWPPHaPqDSE0o0RmFc { width:7.375rem;height:2.625rem;top:29.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv2JMSZ4URJ5J7rXSg1OUdSCTObaLT6n { display:block; }
 }@media only screen and (max-width: 763px) { #tot9vETkHKKManrDWZaGDNODiU7VfO0z { width:7.375rem;height:2.625rem;top:77.0625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgcZwa1UTJK4COvh560t8DDD5biO543V { display:block; }
 }@media only screen and (max-width: 763px) { #aAnRiMWiQHhtAC8tzIcJIJ38BlMzi3k8 { width:7.375rem;height:2.625rem;top:126.5625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7m9HHTGQbpGNc5OzSNXKHdXCAOpSiHN { display:block; }
 }@media only screen and (max-width: 763px) { #xJC56gWcWU1a0Un67Ifb9M411FMpvSTf { width:14.3125rem;height:6.75rem;top:37.9375rem;left:2.84375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sx1NoiMgwThaSzvQZ9SZV6sI3aolrxht { width:14.3125rem;height:7.875rem;top:85.0625rem;left:2.84375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6CGK2CF68tTmaI2B8rLOs0TaqMMfHVQ { width:14.3125rem;height:7.875rem;top:132.375rem;left:2.84375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HGWAaMiUzAe5yuVmfczw9ydIFcTOIEit { width:14.3125rem;height:10.125rem;top:134.6875rem;left:2.84375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfW6rnlgBTDgR1uQCAFXKABefn0r7a7F { width:13rem;height:0.0625rem;top:45.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXngouWkUoJhFeXalK6HDQUf3qPq4AZB { width:13rem;height:0.0625rem;top:94.5rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFKw5l8o7B0uHgJhAThFFvgRELUJOFZn { width:13rem;height:0.0625rem;top:145.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT2Req1mJk9dg0rP918dg9iGngnbqnT6 { width:7.375rem;height:2.625rem;top:33.8125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQzszMGXP2AO26DlDZPcuhrX3LNEJSDL { display:block; }
 }@media only screen and (max-width: 763px) { #FPt67HVGmNks9gEmQoZArtk6eOitV89d { width:7.375rem;height:2.625rem;top:81.125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB7MLNGSx2Tfa2w29wBTymOQpyLEPBEQ { display:block; }
 }@media only screen and (max-width: 763px) { #z5onwiuvLcokSR3bTfbn1fg2TlXPkJXJ { width:7.375rem;height:2.625rem;top:130.6875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWTiaVtNQO0NWIWiH4lntvrXZzfrdreH { display:block; }
 }@media only screen and (max-width: 763px) { #uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec { display:block; }#uKA3RdoQVVidTIiZT3N9xwpsCTBFbGec > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMHTgrQ8yXpP5rkSq6nzWyf9XWGoX0yq { width:16.5625rem;height:2.0625rem;top:5.125rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLzuZ2C3Wx0InWhGf0bwJ54uGNbCH4g2 { width:3.1875rem;height:3.125rem;top:1.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A { display:block; }#kL9vIqKgdtfmgcuVVPo4NZwPfuEITw8A > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5xRFIM9plmmTxx0HTe9CgcnkyTxHaJx { width:19.1875rem;height:9.6875rem;top:1.1875rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJuUZrlHbEXeyO97inmX3MGFaov94t97 { display:block; }#xJuUZrlHbEXeyO97inmX3MGFaov94t97 > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOz9hUNKVvXcCLTaOhBoW8ZmTKEbtnQs { width:15.75rem;height:1.375rem;top:1.25rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC4kZbnwg2ko1MnzvS1qg8OWNIWxUlgm { width:18.4375rem;height:13.75rem;top:3.875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #woM8XczD3IHMX1z4rzHNFF8PBkH9xDyQ { width:19.0625rem;height:2.75rem;top:19.125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkxelwTgW1wby4FTgwTTsul6lR9onOHT { width:18.5625rem;height:13.75rem;top:23.125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZhh7f6XXiHQwThfyy9APLBGOv4r6PmW { width:16.625rem;height:16.625rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn2is1qUN9WG5bRpFW1s8TMEyToZF58E { width:7.375rem;height:2.625rem;top:38.125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT1ywruQOow8md0IJSHbC0FuPb38kmTy { display:block; }
 }@media only screen and (max-width: 763px) { #CtcXaDWqlMDPEL00POdoS4VVhuHpSx1W { width:13rem;height:0.0625rem;top:45.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHAatVbMgDsHBso8JuyoJQ2TtQVxo628 { display:block; }#yHAatVbMgDsHBso8JuyoJQ2TtQVxo628 > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRNDC4RuxfBLfCX4IMMNuAIax26EuguB { width:18.375rem;height:4.125rem;top:5.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUHCKyrLo63IOfsSkqRNyWLGRytkugAE { width:3.1875rem;height:3.125rem;top:1.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7JfKKMnnI8GvfLEtCtQhdUnrXodOn7w { display:block; }#f7JfKKMnnI8GvfLEtCtQhdUnrXodOn7w > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKJN54pIDg0cZdXlB66zwguIo9OnDx74 { width:18.6875rem;height:3.875rem;top:1.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22.adaptive-delivery-prevent-bg, #XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22.lazyload, #XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22.lazyloading { background-image: none; }#XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22 > .row .container { background-color: transparent; background-image: none; }#XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22 > .row .container > .video-iframe-container { display: none; }#XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22 > .row > .video-iframe-container { display: none; }#XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22 > .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); }#XR1P8ogvLiEQK62ekL1tZPFh7ia7Ip22 > .row .container { width:20rem;height:149.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvS4x2UPB2WAU4pQqCrmo33rGCTwNrSJ { width:15.625rem;height:45.9375rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHPiV2TUlhU3BZltRbEInR865TV8Vkr9 { width:13.625rem;height:20.25rem;top:14.09375rem;left:3.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NPlmf6iLAf4bULDyPfFpxygxkrlyk26m { width:10.1875rem;height:8.5rem;top:4.625rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw9TMyeXh3vR8XgJT2c731bsuDQDlABa { width:15.625rem;height:45.9375rem;top:49.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoZswaoJoXEIEFQF14mhWHk67rTLT2qD { width:13.625rem;height:18rem;top:63.71875rem;left:3.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vcSUkWUH2ZVkILoSi1TkuRk42Tg6O5SR { width:10.1875rem;height:8.5rem;top:53.125rem;left:4.9375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #TSDAadpLvCTnAX57x1iBiOXI0H1cl7sx { width:15.625rem;height:50rem;top:98.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtNDyagq8tL2i9CfgucaaKyWI9QTkE1x { width:13.625rem;height:19.125rem;top:112rem;left:3.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HZXoWC1QT1iwqmRZgevEzbWNu9xuhKvS { width:10.1875rem;height:8.5rem;top:101.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlHK9sP7sQxVZxRiVUdxF2MOoqyo21mf { width:4rem;height:4rem;top:-0.5625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw6GxTk8I396FfHxcZqBJwh3s9vtMKnB { width:4rem;height:4rem;top:47.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJZTzAormqLH8vAvkO5qJB5RssOXTuys { width:4rem;height:4rem;top:96.3125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #I11uZq1HHN5tMtBZp1fJtvwlR1mPXpSW { width:7.375rem;height:2.625rem;top:35.3125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL5gPTVGGau3WgmT8SagXX8ISqJnEHH6 { display:block; }
 }@media only screen and (max-width: 763px) { #nV9uN7XH9nuKnG5XJ1hx7S9VDlMBoOs5 { width:7.375rem;height:2.625rem;top:83.125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHnc9Z8GZcl00GAzpVAhOiF53yhAp9rr { display:block; }
 }@media only screen and (max-width: 763px) { #wztWM4cPzbPvbWI3kuiwk3mfleaMB2SB { width:7.375rem;height:2.625rem;top:132.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4UTIP2TlGF61TqFSsXHWk2Pz1I5V5Nu { display:block; }
 }@media only screen and (max-width: 763px) { #s3y9oanD8mq3FFfEXSZlHgNb4VMTO6wO { width:14.3125rem;height:6.75rem;top:39.0625rem;left:2.84375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o3dtRBkrN2gQ59IKKNzPyQM1Ke4QIuu3 { width:14.3125rem;height:6.75rem;top:86.75rem;left:2.84375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PF7RN6pTOvOq51nc1CS5RfPpQTT2i69F { width:14.3125rem;height:7.875rem;top:132.375rem;left:2.84375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q57CVlKbIQi5WHtDNLDGBsbk9CXGscNd { width:14.3125rem;height:7.875rem;top:136.125rem;left:2.84375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aUvl7EfL71GKy2iUuD6zdpVMwBpmJUTD { width:13rem;height:0.0625rem;top:45.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #elrazKWXlwiUDp3T0p3S3zhXFJKTu86D { width:13rem;height:0.0625rem;top:94.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJTGGvZLHhdyN0ECx2AV4OoM3NlMVSiw { width:13rem;height:0.0625rem;top:145.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRbeZHxIftgQlNdQOrNXx0qUNi8eLrCh { display:block; }#SRbeZHxIftgQlNdQOrNXx0qUNi8eLrCh > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mvx0nE0p8GvxJ4WQhWDG6Z7xwh2EbCmp { width:12.875rem;height:2.0625rem;top:1.25rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnDZewBgVg9oUeICayWsvuXGZSVFFNEq { width:3.1875rem;height:3.125rem;top:4.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZXHHZmKQ6tEOkr459qUAPf9rSbRmAXR { display:block; }#CZXHHZmKQ6tEOkr459qUAPf9rSbRmAXR > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJuCz20FPGTDCrOigf6xztvliq908yFK { width:7.375rem;height:2.625rem;top:13.685546875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIUcaoyZCgQxKHQTHv1AVoBZMUTrE8L0 { display:block; }
 }@media only screen and (max-width: 763px) { #Is4G7mqeV1Jw6g16v3l0MWnJmQqGdDOd { width:7.375rem;height:2.625rem;top:17.560546875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLnWtzFiLS3dHi6wUdGuy2DegdOEiTks { display:block; }
 }@media only screen and (max-width: 763px) { #RCi6LCaJLTGhC8QicTVXTqB9hn2SR0x8 { width:7.375rem;height:2.625rem;top:33.87109375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUFgXwxnsiPBhbVP1gdeyB2pH1VkFJo6 { display:block; }
 }@media only screen and (max-width: 763px) { #SQBPJ31VRDeyOJHKvN0NRuCvDNP0nXzh { width:7.375rem;height:2.625rem;top:37.74609375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5mkkbKMBPTPJgTbUBvTdZdn1eyT8WC3 { display:block; }
 }@media only screen and (max-width: 763px) { #n2wamvQid11oU0C6WaTzmr8GUrSGPFSV { height:11.186440677966rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4Q0cIBe0alofzCe4AwXHgklqOWsQUze { height:11.186440677966rem;width:20rem;top:21.435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz { display:block; }#RvZJhPAkdS8UQcvVUVED9CQeoKOGWLTz > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bD4g1gbdhtkxfUKM5J1tMA1XzB5XhkXR { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 { display:block; }#oOwpuhL2Ep8Cmm2JWd4D78FhvIHUy5U6 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }