.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:236,247,249;--color-primary-1:191,227,236;--color-primary-2:127,199,217;--color-primary-3:64,100,109;--color-primary-4:19,30,33;--color-secondary-0:226,226,231;--color-secondary-1:169,169,182;--color-secondary-2:111,112,134;--color-secondary-3:67,67,80;--color-secondary-4:15,16,53;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT { 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;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(40,40,40,0.1);box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT.adaptive-delivery-prevent-bg, #ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT.lazyload, #ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT.lazyloading { background-image: none; }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT > .row .container { background-color: transparent; background-image: none; }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT > .row .container > .video-iframe-container { display: none; }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT > .row > .video-iframe-container { display: none; }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT > .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); }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT > .row .container { border-width: 0; border-radius: 0; }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#u7dOBnScKR1rRQt7K5bQNeN7fwZxBn0f { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.93694375rem;width:4.749725rem;top:1.6558351516724rem;left:1.3122234344482rem;overflow:hidden;display:block; }
#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/48e08664-be45-4ae7-b472-1d70a1055384/ecommerceb2b20251200.jpg");background-position:bottom 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; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J.adaptive-delivery-prevent-bg, #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J.lazyload, #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J.lazyloading { background-image: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { background-color: transparent; background-image: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container > .video-iframe-container { display: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row > .video-iframe-container { display: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .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); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { border-width: 0; border-radius: 0; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;position:relative;display:block; }#ToJy8WlzyXA0lhJhkmqgQU8AZCT5S3UZ { position:absolute;display:block;z-index:15001;background-color:rgba(0,10,99,0.89);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.0625rem;width:31.6875rem;top:1.0188295841217rem;left:14.154892921447rem;display:block; }
#ARCJwZxK9B6GNyvg2gb8JElghndGyd1S { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8118125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0323534011841rem;left:16.09375rem;height:2.03125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ISRBWooXQlxifQf1M6ro5WsyINZsLkJS { color:rgba(var(--color-tertiary-4),1);display:block;width:9.249875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:16.137998141348rem;left:26.668279647827rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#y2oLFbU519T2lzoki81k4Zrgv4xnIaOE { 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:12.1245625rem;width:40.1244375rem;top:23.935978412628rem;left:11.229949951172rem;overflow:hidden;display:block; }
#yLoOz7HbHL1gE2iRbyNEhFt4nDUmpIvO { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3119375rem;width:11.749875rem;top:6.7678375616669rem;left:24.124723434448rem;overflow:hidden;display:block; }
#LHrNCtSVs58qGKaqTO4tSo37641Dd9uW { color:rgba(var(--color-tertiary-0),1);display:block;width:22.187375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:21.875rem;left:19.9375rem;height:4.124725rem;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; }
#iMqNRfOI2FQCUaVk5L8J6X2NS3vzUGLq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.062175rem;width:2.062175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:21.875rem;left:17.9375rem; }
#MLvX7yMm2xkvJAvbHgFJi0CqMFUXUJm2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.937225rem;width:1.937225rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.18501047045rem;left:24.124723434448rem; }
#WZP3bMvCvivi5hoki0cyw51nRwr9kBZR { background-color:#f10a18;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9366875rem;height:3.56194375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:27.957687854767rem;left:20.530973434448rem;display:block; }
#ZDl9TNfrwTiqdXeeByoMmZu0TM3qkf5Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.51rem;padding-right:0.4725rem;padding-bottom:0.51rem;padding-left:0.4725rem;display:block;align-items:center;width:2.830625rem;min-width:2.830625rem;height:2.685rem;position:relative;font-family:"open sans";font-size:2.04125rem;font-weight:700;line-height:42.96px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.77625rem;height:1.056875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.765625rem;font-weight:400;line-height:16.91px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.625rem;height:5.205625rem;padding-top:0.638125rem;padding-right:0.674375rem;padding-bottom:0.638125rem;padding-left:0.674375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:36.138624191284rem;left:18.977522850037rem;z-index:15020; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #L8D75vTbIDvdRb3POi34xg2ePHaT0Oap { display:flex;position:relative;top:0rem;left:0rem; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #i8QoZZVgISGGuOwzrNJOQQNEdlTxIOeZ { width:auto; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #pNNZwdvJxQHSCtTVCb6q2HTrNOSWbmL4 {  }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #khMH358f3yuirfoITpW3ZSSl3qfsvmS5 { display:flex;position:relative;top:0rem;left:0rem; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #kP4UHxtnwyvZ6LomyHg2hqZtBrSyGUvy {  }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #WUdNoieNR6TUFrLObdST4Cx56nnxCQdJ {  }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #A7qXlDrbCyw2IPo85kPMNdvt5iJym946 { display:flex;position:relative;top:0rem;left:0rem; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #BI5knzvm3vT5xAJJpsO2BTOun29MvpTg {  }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #aOIqQOnsITquvxEJTQRivvH58s5pzHur {  }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #hmUTTeOCD3JELXfstPLHd0KC3IewNpZ8 { display:flex;position:relative;top:0rem;left:0rem; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #dJ8DLvlUkXPzKXnuCIZEUUZQGGKzszU6 {  }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #Db6vKsivEu54BIfeiMephz7fKGtT1g8u {  }
#Rrpcwub2TsOsJooTHU1tbB8eUqLyi4EG { color:rgba(var(--color-primary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:33.892923355103rem;left:22.433753013611rem;height:1.624725rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rUAqJdQGuyhceG5uzisWrgiw9NFaBf76 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.249875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:19.218749560416rem;left:26.668279647827rem;height:1.78719375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#tTeyPmh50717hmZiBkFS1SPTBbE7FWVf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:19.175193347037rem;left:24.124723434448rem; }
#HK325htQTZyUdVics3EcAvbcqVG2HxnG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#HK325htQTZyUdVics3EcAvbcqVG2HxnG > .row .container { background-color: transparent; background-image: none; }#HK325htQTZyUdVics3EcAvbcqVG2HxnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HK325htQTZyUdVics3EcAvbcqVG2HxnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HK325htQTZyUdVics3EcAvbcqVG2HxnG > .row .container > .video-iframe-container { display: none; }#HK325htQTZyUdVics3EcAvbcqVG2HxnG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HK325htQTZyUdVics3EcAvbcqVG2HxnG > .row > .video-iframe-container { display: none; }#HK325htQTZyUdVics3EcAvbcqVG2HxnG > .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); }#HK325htQTZyUdVics3EcAvbcqVG2HxnG > .row .container { border-width: 0; border-radius: 0; }#HK325htQTZyUdVics3EcAvbcqVG2HxnG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HK325htQTZyUdVics3EcAvbcqVG2HxnG > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:60rem;position:relative;display:block; }#au9LJsJchLmSMn5yxiHTwuFahyDx9Ift { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:31.6869375rem;width:59.9993125rem;top:9.9350147768856rem;left:0rem;display:block; }
#VPbzGKoICLuKFz7W3iykvELcXQRKqChi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.06215rem;width:3.06215rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:14.102091789246rem;left:46.842316627502rem; }
#WCUy74JdCzP9zWiQRWfEpFwVMLOSRvEQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.187225rem;width:3.187225rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:14.038994312286rem;left:28.40638923645rem; }
#yPlKJLFfUScND1ctyJZ2WeNwfiyQAUPE { color:rgba(var(--color-primary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:19.4375rem;left:3.375rem;height:3.299225rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T1LGaHkr3WbnBa8AqdrsrUKlbuTQWdnZ { color:rgba(var(--color-primary-0),1);display:block;width:9.43725rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:19.436531119049rem;left:25.246818542481rem;height:3.299225rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iZzWylMguRtrgkJFDfPAxNJwEV3TMNT0 { color:rgba(var(--color-primary-0),1);display:block;width:10.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:19.436532020569rem;left:43.185148239136rem;height:3.299225rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zbxHC0LGagIiM76WB0qTUtToK0TGzr2T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6247rem;width:2.6247rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:14.476060867309rem;left:28.686268806458rem; }
#sHdoMabfTfRxNvG8TrCTgU9HXdMkO4h9 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:13rem;left:9.25rem;display:block; }
#g9nEa6WMX5EV5OpQBPDWlQFndsVvTtMT { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:4.999875rem;width:4.999875rem;top:12.909161329269rem;left:27.377690315247rem;display:block; }
#sNDA0FgdEWUIMrzx5iewJy85NwO7wgpK { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:12.9375rem;left:45.6875rem;display:block; }
#muxRrQB7hPyLMQTctFyeTpOdzJZvfdN9 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:32.8125rem;top:15.5rem;left:13.625rem;display:block; }
#y5MF7FJszpwGO8Mn7JcgBut22ors6fB9 { color:rgba(var(--color-primary-0),1);display:block;width:15.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:26.478152275086rem;left:3.8433351516724rem;height:12.594rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DRyA3N1nF3kVC7FRLrK1CT8QycLNRQd9 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);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.4375rem;width:17.0625rem;top:24.999999046326rem;left:3.1248617172241rem;display:block; }
#gabgIphgn0vMZK4b7AXAnkm9oi4z1FRy { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);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.375rem;width:16.9375rem;top:24.999999046326rem;left:21.499584197998rem;display:block; }
#TJP4hCuto78abOLBZbe28NTvm9LphHv7 { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);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.375rem;width:16.9375rem;top:24.999999046326rem;left:39.749721527099rem;display:block; }
#DeQTmX62IzbySrBWi0xhDpv1gcNxAHnB { color:rgba(var(--color-primary-0),1);display:block;width:14.6245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:26.478152275086rem;left:22.687362670899rem;height:12.5940125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DkPx9WZkmI8A0DuqFJZW6W3yoGP9gRct { color:rgba(var(--color-primary-0),1);display:block;width:14.4994375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:26.478152275086rem;left:41.122097015381rem;height:12.5940125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JgcHnrC2sSCpgBF7CmTXnT4Zya6TOv0B { color:rgba(var(--color-primary-0),1);display:block;width:58.749625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1865692138672rem;left:1.2501258850098rem;height:2.4370875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#meoDXCPrU80uDOWv5SAcWaQLtFdAq780 { position:absolute;display:block;z-index:14998;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:11.5625rem;width:39.125rem;top:4.75rem;left:20.875rem;overflow:hidden;display:block; }
#JwfdNaJzQd9S8TuyTzDyE8iyTXCaLu5K { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3119375rem;width:41.124875rem;top:35.250280432403rem;left:0rem;overflow:hidden;display:block; }
#XAVTaitn60bNDp7k2q9EVR37mistZrkw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6247rem;width:2.6247rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:14.320192813873rem;left:10.530219078064rem; }
#mVdyUUgrdi81pWCG4kJLlE5L8Jfk710w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6247rem;width:2.6247rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:14.320192813873rem;left:10.530219078064rem; }
#ayvT5qiAwTndu5p1CyX5roMVx2QBMsmT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ayvT5qiAwTndu5p1CyX5roMVx2QBMsmT > .row .container { background-color: transparent; background-image: none; }#ayvT5qiAwTndu5p1CyX5roMVx2QBMsmT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayvT5qiAwTndu5p1CyX5roMVx2QBMsmT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayvT5qiAwTndu5p1CyX5roMVx2QBMsmT > .row .container > .video-iframe-container { display: none; }#ayvT5qiAwTndu5p1CyX5roMVx2QBMsmT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayvT5qiAwTndu5p1CyX5roMVx2QBMsmT > .row > .video-iframe-container { display: none; }#ayvT5qiAwTndu5p1CyX5roMVx2QBMsmT > .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); }#ayvT5qiAwTndu5p1CyX5roMVx2QBMsmT > .row .container { border-width: 0; border-radius: 0; }#ayvT5qiAwTndu5p1CyX5roMVx2QBMsmT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ayvT5qiAwTndu5p1CyX5roMVx2QBMsmT > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:60rem;position:relative;display:block; }#y9L2aiptAhJrousoAUAk6tSKWbWEldoC { position:absolute;display:block;z-index:15000;background-color:rgba(127,199,217,0.27);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:22.25rem;width:26.875rem;top:10.5625rem;left:1.875rem;display:block; }
#hBoQR4B9p1E5uI5nOwemF1AGSgbUIvDC { color:#0f1035;display:block;width:23.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.559734344483rem;left:3.59375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TrQCAItQqddh4EFrQTrx3prxudRSgJ5S { color:#0f1035;display:block;width:23.6870625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:22.498617172241rem;left:3.4679203033448rem;height:8.43473125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#AFDnhkz8RGprUCOP7kuoA5dqcPmyJ1aB { color:#0f1035;display:block;width:39.43725rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.435702085495rem;left:10.280696868896rem;height:4.87416875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kxRFZxeeTIsWvNXXuO11tN9NU6h3T4v6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:12.060978889466rem;left:13.75rem; }
#MJPC1Z17cvCBuxdw3eIfyPEA4InKI1oN { position:absolute;display:block;z-index:15004;background-color:rgba(127,199,217,0.27);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:22.25rem;width:26.875rem;top:10.5625rem;left:31.125rem;display:block; }
#Cp0gycQGkBmLTMgTBQrP9voDfAdB8T1C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.060978889466rem;left:42.99986076355rem; }
#Kx12QzdHcmxh7fVTcfG1HdyoQQ3pfTLR { color:#0f1035;display:block;width:19.9370625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:16.559734344483rem;left:34.593473434448rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XrT90RdnxfwOi3BEMUfkyGpBVGTpywsV { color:#0f1035;display:block;width:20.4369375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:22.498617172241rem;left:34.343194961548rem;height:8.43471875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#gqegtcSNVDp2Q6q994L5f8yTO06k8yWa { position:relative;display:block; }#gqegtcSNVDp2Q6q994L5f8yTO06k8yWa { background-color: transparent; background-image: none; }#gqegtcSNVDp2Q6q994L5f8yTO06k8yWa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqegtcSNVDp2Q6q994L5f8yTO06k8yWa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqegtcSNVDp2Q6q994L5f8yTO06k8yWa > .row .container > .video-iframe-container { display: none; }#gqegtcSNVDp2Q6q994L5f8yTO06k8yWa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqegtcSNVDp2Q6q994L5f8yTO06k8yWa > .row > .video-iframe-container { display: none; }#gqegtcSNVDp2Q6q994L5f8yTO06k8yWa > .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); }#gqegtcSNVDp2Q6q994L5f8yTO06k8yWa { border-width: 0; border-radius: 0; }#gqegtcSNVDp2Q6q994L5f8yTO06k8yWa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gqegtcSNVDp2Q6q994L5f8yTO06k8yWa > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#LaqdCsW3ypQnUlkFbdbC73PRRPkMTUcm { color:rgba(var(--color-primary-0),1);display:block;width:15.4369375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:10.920215606689rem;left:2.2808351516724rem;height:5.0608375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E4Gy9Zv1mBv9fl2Jt7wqATZS8THDLpQh { color:rgba(var(--color-primary-0),1);display:block;width:58.7493125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1245851516724rem;left:1.25rem;height:2.4370875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PmWnh3mSCL0AePSoeA7NEWOaOhux922J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1245875rem;width:2.1245875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.6057796478269rem;left:8.936670303345rem; }
#uFp6mJSnf5SxP0zNK33SBOvnGqPdclvK { color:rgba(var(--color-primary-0),1);display:block;width:14.9370625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:21.999445915222rem;left:2.5311117172241rem;height:5.0608375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pr8VX7LHdCpuw9HrygQyyaPi8h4yixvd { color:rgba(var(--color-primary-0),1);display:block;width:18.81225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:33.265348434448rem;left:0.59250545501709rem;height:5.0608375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iDKJxMBsEu1nTaTAKJ8ZnrmghO30S83f { color:rgba(var(--color-primary-0),1);display:block;width:18.18725rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:10.920215606689rem;left:20.905696868896rem;height:5.0608375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ren6s4q7d3CBmi1RB9D8bP72O265meSk { color:rgba(var(--color-primary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:21.998754501342rem;left:21.718057632446rem;height:5.0608375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#inwcQgCsl8NrmBGd5lcAkcwBLI5aThl4 { color:rgba(var(--color-primary-0),1);display:block;width:16.31225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:33.265348434448rem;left:21.842504501342rem;height:5.0608375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MN3GcKCTZb6DvxWx9BAE4dnwl59tlkkb { color:rgba(var(--color-primary-0),1);display:block;width:18.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:10.920223236084rem;left:40.967920303345rem;height:5.0608375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CzrEfBMSydhJa5tREXg1m5EdlsAfiw8a { color:rgba(var(--color-primary-0),1);display:block;width:14.936375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:21.999446868896rem;left:42.53111076355rem;height:5.0608375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FRMkDf44enRnmXbvUI0P1qT2c19Eo9Ts { color:rgba(var(--color-tertiary-0),1);display:block;width:15.7494375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:33.265348434448rem;left:42.124586105347rem;height:5.0608375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lgQZ62uppkqdm6wIwC9C9HxbCTzIRN5G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1245875rem;width:2.1245875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:18.310978412628rem;left:8.936670303345rem; }
#i66w0uAI9u7zSLvMhBv1LMVQL72F61VP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1245875rem;width:2.1245875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:29.854120254517rem;left:8.936670303345rem; }
#dkcUtDKrxC4GBDz27yKyPNuarWhtWibe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1245875rem;width:2.1245875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:7.6057801246644rem;left:29.56236076355rem; }
#eoMBQ8Gpu2gnTrSsa8mpqxP91NiXWRCW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1245875rem;width:2.1245875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:18.355917453766rem;left:29.56236076355rem; }
#I4lALZVPhwObJgSbZiDHNh3D6PcrS1nN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1245875rem;width:2.1245875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:29.854811668396rem;left:29.56236076355rem; }
#MlaP0qJ8dezpAELK77nlm2T6Azuob25A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1245875rem;width:2.1245875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:7.6057797670362rem;left:48.93736076355rem; }
#LDTXpcTOqet7y6m9TJ6KhzCHyFplOHXz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1245875rem;width:2.1245875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:18.996819615364rem;left:48.93736076355rem; }
#QkRghewLhWkM6T7USNNH9AuOyzHnDhM7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1245875rem;width:2.1245875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:29.8541213274rem;left:48.93736076355rem; }
#JSpEboC2Tt6b8psOPh2LC98J31ncyJmz { 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; }#JSpEboC2Tt6b8psOPh2LC98J31ncyJmz > .row .container { background-color: transparent; background-image: none; }#JSpEboC2Tt6b8psOPh2LC98J31ncyJmz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSpEboC2Tt6b8psOPh2LC98J31ncyJmz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSpEboC2Tt6b8psOPh2LC98J31ncyJmz > .row .container > .video-iframe-container { display: none; }#JSpEboC2Tt6b8psOPh2LC98J31ncyJmz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSpEboC2Tt6b8psOPh2LC98J31ncyJmz > .row > .video-iframe-container { display: none; }#JSpEboC2Tt6b8psOPh2LC98J31ncyJmz > .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); }#JSpEboC2Tt6b8psOPh2LC98J31ncyJmz > .row .container { border-width: 0; border-radius: 0; }#JSpEboC2Tt6b8psOPh2LC98J31ncyJmz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JSpEboC2Tt6b8psOPh2LC98J31ncyJmz > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#P41TByi6U2DbDPX1cnEvm4E0uITTmd3V { color:rgba(var(--color-secondary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:1.2797298431396rem;left:0rem;height:2.999175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row .container { background-color: transparent; background-image: none; }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row .container > .video-iframe-container { display: none; }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row > .video-iframe-container { display: none; }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .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); }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row .container { border-width: 0; border-radius: 0; }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#S0gKT8pQbpaTAJvh4qUUnfZ9MFbbhPmN { background-color:#f10a18;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.7806968688965rem;left:21.25rem;display:block; }
#vD7gf13I6KvrTLK0yToz7RDPMMvblW1g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh { 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; }#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh > .row .container { background-color: transparent; background-image: none; }#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh > .row .container > .video-iframe-container { display: none; }#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh > .row > .video-iframe-container { display: none; }#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh > .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); }#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh > .row .container { border-width: 0; border-radius: 0; }#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:block; }#M4kCuLVTQnzQMSMVEbKMW6HTSu7RV08y { color:#f10a18;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4352939128876rem;left:0rem;height:1.624725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TF2Q9cVDbZOpseNMgrhooHa6KBZbIKCE { position:absolute;display:block;z-index:15003;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.187361875rem;width:20.499875rem;top:5.3124971389771rem;left:19.749724388123rem;display:block; }
#MEzuucpGzUyANkoFFT60puy57Pa4D57n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.687225rem;width:5.687225rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:0.71833515167238rem;left:11.71252822876rem; }
#aOg8topgwlJcQtiCHVFaqP63972QC8h8 { 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; }#aOg8topgwlJcQtiCHVFaqP63972QC8h8 > .row .container { background-color: transparent; background-image: none; }#aOg8topgwlJcQtiCHVFaqP63972QC8h8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOg8topgwlJcQtiCHVFaqP63972QC8h8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOg8topgwlJcQtiCHVFaqP63972QC8h8 > .row .container > .video-iframe-container { display: none; }#aOg8topgwlJcQtiCHVFaqP63972QC8h8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOg8topgwlJcQtiCHVFaqP63972QC8h8 > .row > .video-iframe-container { display: none; }#aOg8topgwlJcQtiCHVFaqP63972QC8h8 > .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); }#aOg8topgwlJcQtiCHVFaqP63972QC8h8 > .row .container { border-width: 0; border-radius: 0; }#aOg8topgwlJcQtiCHVFaqP63972QC8h8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aOg8topgwlJcQtiCHVFaqP63972QC8h8 > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:60rem;position:relative;display:block; }#vxoPZkCTTRsTP4IWVO77ifpVXnVQcuOb { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),0.6);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:7.1875rem;width:42rem;top:15.9375rem;left:18.0625rem;display:block; }
#Qg2S6aVih6d8Ek6M8E3Vs0y4aRSNRkPG { color:#f10a18;display:block;width:37.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.8120841979981rem;left:18.687086105347rem;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; }
#n4kfMP2IRSBilrD2liQU2SIMTestGwOV { color:#101010;display:block;width:40.8731875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.9372234344481rem;left:18.624170303345rem;height:7.4979375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#H5pWBc0nkJSsBHuiiDImbfNe3vKhM0WI { color:#101010;display:block;width:40.873875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:16.5rem;left:18.625rem;height:7.35066875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#GmBp1iBxUZ6sOAnPxISLmhk7o3clfIoZ { position:absolute;display:block;z-index:15020;background-color:#d8d8d8;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.0615320625rem;width:45rem;top:0.74874877929688rem;left:8.7493085861206rem;display:block; }
#wmAVZEeZoySL9aifpHh3xxHvTbycoE7Q { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:13.793557167053rem;left:1.4055585861206rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vo5ClyGC8Xuv97fILbfFkvxxHnSK67Um { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/19a52678-e906-40cf-b87a-8310fc633088/MarekKlichCEOSatisflycrossborderecommerceedupl.jpg");background-position:top 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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2.375rem;left:3.625rem;display:block; }#vo5ClyGC8Xuv97fILbfFkvxxHnSK67Um.adaptive-delivery-prevent-bg, #vo5ClyGC8Xuv97fILbfFkvxxHnSK67Um.lazyload, #vo5ClyGC8Xuv97fILbfFkvxxHnSK67Um.lazyloading { background-image: none; }
#MTVrH0TWftsZSNchebLLobtglMVnkCXs { 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; }#MTVrH0TWftsZSNchebLLobtglMVnkCXs > .row .container { background-color: transparent; background-image: none; }#MTVrH0TWftsZSNchebLLobtglMVnkCXs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTVrH0TWftsZSNchebLLobtglMVnkCXs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTVrH0TWftsZSNchebLLobtglMVnkCXs > .row .container > .video-iframe-container { display: none; }#MTVrH0TWftsZSNchebLLobtglMVnkCXs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTVrH0TWftsZSNchebLLobtglMVnkCXs > .row > .video-iframe-container { display: none; }#MTVrH0TWftsZSNchebLLobtglMVnkCXs > .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); }#MTVrH0TWftsZSNchebLLobtglMVnkCXs > .row .container { border-width: 0; border-radius: 0; }#MTVrH0TWftsZSNchebLLobtglMVnkCXs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTVrH0TWftsZSNchebLLobtglMVnkCXs > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:60rem;position:relative;display:block; }#ZaTokBTDG66lUAGQE6J4UMcKLTtkMLHf { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),0.6);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:7.1875rem;width:42rem;top:15.9375rem;left:18.0625rem;display:block; }
#nStgBb88tnuNb5Qb4OfSyuOzgdrTmocm { color:#f10a18;display:block;width:41.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.1857032775879rem;left:18.75rem;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; }
#SlKipqRinBiubkMTqhCmoN6n6cbERQBb { color:#101010;display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.6696691513063rem;left:18.687913894653rem;height:7.4979375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#F3z5cH7IkfDZMOtW8XwIOxJXyU03qG28 { color:#101010;display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:16.4375rem;left:18.8125rem;height:6.12555625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#wrKRawSUERoIQF9LZFEMQVbVX89Rz3Tk { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0df813ed-4d3d-44e2-b1e4-22b293022fc9/AdrianKrakowykadowcaCrossBorder002.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2.875rem;left:2.9375rem;display:block; }#wrKRawSUERoIQF9LZFEMQVbVX89Rz3Tk.adaptive-delivery-prevent-bg, #wrKRawSUERoIQF9LZFEMQVbVX89Rz3Tk.lazyload, #wrKRawSUERoIQF9LZFEMQVbVX89Rz3Tk.lazyloading { background-image: none; }
#y69iM0uxqyOV4yzlavC1F7AeNC29EQlE { color:#f10a18;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.811948776245rem;left:0.3125rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f3ovQTxvkc6DZI6wm3bt2TMiBoRLP9xa { position:absolute;display:block;z-index:15020;background-color:#d8d8d8;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.0615320625rem;width:45rem;top:0.74874877929688rem;left:8.7493085861206rem;display:block; }
#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf { 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; }#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf > .row .container { background-color: transparent; background-image: none; }#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf > .row .container > .video-iframe-container { display: none; }#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf > .row > .video-iframe-container { display: none; }#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf > .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); }#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf > .row .container { border-width: 0; border-radius: 0; }#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:60rem;position:relative;display:block; }#TkzoTpXzBpparHdIBbFUgX2IwWp6TnZr { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),0.6);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:9.3125rem;width:42rem;top:36.5625rem;left:18.0625rem;display:block; }
#MFmemlgyQyb3CWvtRhh3KxmiTbXoHsE5 { color:#f10a18;display:block;width:40.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.8120727539062rem;left:18.687084197998rem;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; }
#yHh0orhr0xxOVhlVy2vkuCNwGJg1xKf0 { color:#101010;display:block;width:40.873875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7rem;left:18.625rem;height:28.49210625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#tc5hi3VrGeGbf3AqFz2duQ8qSv6xmhg2 { color:#101010;display:block;width:40.873875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:37.374862194061rem;left:18.624170303345rem;height:8.5758rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nCIpXcm6H1PAVrCngBX9MniHAdXTe9er { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/932d815f-7e61-4a3b-b82b-6894e83fe132/DamianGierczakUnivioecommerceB2B.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2.875rem;left:2.9375rem;display:block; }#nCIpXcm6H1PAVrCngBX9MniHAdXTe9er.adaptive-delivery-prevent-bg, #nCIpXcm6H1PAVrCngBX9MniHAdXTe9er.lazyload, #nCIpXcm6H1PAVrCngBX9MniHAdXTe9er.lazyloading { background-image: none; }
#tqJJLzBXFh6QyKrZdUzsPoVfRZKsDvxI { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.8125rem;left:0.625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kBGn5J7gwExU944ExquXFHD3CT8mdTzB { position:absolute;display:block;z-index:15020;background-color:#d8d8d8;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.0615320625rem;width:45rem;top:0.74874877929688rem;left:8.7493085861206rem;display:block; }
#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt { 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; }#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt > .row .container { background-color: transparent; background-image: none; }#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt > .row .container > .video-iframe-container { display: none; }#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt > .row > .video-iframe-container { display: none; }#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt > .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); }#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt > .row .container { border-width: 0; border-radius: 0; }#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:60rem;position:relative;display:block; }#bme4Q5Avy5p8RDsh38WXw2laTcG8TWnR { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),0.6);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:8.3125rem;width:42rem;top:16.75rem;left:18.0625rem;display:block; }
#C3GC0xydRCg0aFz9yPPqdToqIcANzDQd { color:#f10a18;display:block;width:41.31225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.8120851516724rem;left:18.687084197998rem;height:1.875rem;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; }
#mKBrfAnhXLuKbfDmTbLCBAECFyxVpTHm { color:#101010;display:block;width:40.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:4.9785671234131rem;left:18.467227935791rem;height:10.497125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kJ5TuzJNWV2MQ6Xsy6I1SwcIG7wnRx4x { color:#101010;display:block;width:40.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:17rem;left:18.8125rem;height:9.8009125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#zoaTTxeWr3N3DMNMQzP5O0WfUNnEWDgz { position:absolute;display:block;z-index:15020;background-color:#d8d8d8;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.0615320625rem;width:45rem;top:0.74874877929688rem;left:8.7493085861206rem;display:block; }
#x3NqJAuUVuIeMPeWVze2VMa4TQZqwoNb { color:#f10a18;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:14.3125rem;left:0.875rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dWyTDAlyW3bb4rz1cxdzgQGa01dTpEV5 { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8fd666d8-d4bd-44a9-9b51-e8a952f48d4a/MarcinLipiecIdeoecommerce.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2.375rem;left:3.1875rem;display:block; }#dWyTDAlyW3bb4rz1cxdzgQGa01dTpEV5.adaptive-delivery-prevent-bg, #dWyTDAlyW3bb4rz1cxdzgQGa01dTpEV5.lazyload, #dWyTDAlyW3bb4rz1cxdzgQGa01dTpEV5.lazyloading { background-image: none; }
#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc { 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; }#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc > .row .container { background-color: transparent; background-image: none; }#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc > .row .container > .video-iframe-container { display: none; }#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc > .row > .video-iframe-container { display: none; }#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc > .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); }#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc > .row .container { border-width: 0; border-radius: 0; }#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#riSlVAw0SB8ax2GdAmalk84O2Mvfhcsu { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),0.6);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:5.6875rem;width:42rem;top:17.749603271484rem;left:18.062084197998rem;display:block; }
#qXr7th3bafvyzHgI13bVZlvUzw1k6FTO { color:#f10a18;display:block;width:41.31225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.8120851516724rem;left:18.687084197998rem;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; }
#GbKQvIcVHXOgVmaMwKdHRIK6b1XRoKL5 { color:#101010;display:block;width:40.873875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7.375rem;left:18.625rem;height:8.9975rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#y5dJ51Dxyn7q2oPczGcr3oUM5zZSalU5 { color:#101010;display:block;width:40.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:18.041343688965rem;left:18.873064041137rem;height:6.12555625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#B5DW0im5oWClDNWX8VWeUtfvKo1Qydz8 { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/76f5e84d-3d55-4014-b9e8-2e97e5311740/PiotrUrbaniak.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2.875rem;left:2.9375rem;display:block; }#B5DW0im5oWClDNWX8VWeUtfvKo1Qydz8.adaptive-delivery-prevent-bg, #B5DW0im5oWClDNWX8VWeUtfvKo1Qydz8.lazyload, #B5DW0im5oWClDNWX8VWeUtfvKo1Qydz8.lazyloading { background-image: none; }
#iFxVg7lIwovsABBrQ6HapWWIMlQWFpEb { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.8125rem;left:0.625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#abGKCeRL8XPaRtRsRGHpcJTgpwo8U5BO { position:absolute;display:block;z-index:15020;background-color:#d8d8d8;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.0615320625rem;width:45rem;top:0.74874877929688rem;left:8.7493085861206rem;display:block; }
#uGEgfEAbiUQ5uOQWH0ZaFsg2LTVhF2hw { 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; }#uGEgfEAbiUQ5uOQWH0ZaFsg2LTVhF2hw > .row .container { background-color: transparent; background-image: none; }#uGEgfEAbiUQ5uOQWH0ZaFsg2LTVhF2hw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGEgfEAbiUQ5uOQWH0ZaFsg2LTVhF2hw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGEgfEAbiUQ5uOQWH0ZaFsg2LTVhF2hw > .row .container > .video-iframe-container { display: none; }#uGEgfEAbiUQ5uOQWH0ZaFsg2LTVhF2hw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGEgfEAbiUQ5uOQWH0ZaFsg2LTVhF2hw > .row > .video-iframe-container { display: none; }#uGEgfEAbiUQ5uOQWH0ZaFsg2LTVhF2hw > .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); }#uGEgfEAbiUQ5uOQWH0ZaFsg2LTVhF2hw > .row .container { border-width: 0; border-radius: 0; }#uGEgfEAbiUQ5uOQWH0ZaFsg2LTVhF2hw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uGEgfEAbiUQ5uOQWH0ZaFsg2LTVhF2hw > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;position:relative;display:block; }#CH0kEExS7Lupb3v8xQcyy2GD8XZEod2B { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),0.6);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:6.75rem;width:42rem;top:17.749584197998rem;left:18.062086105347rem;display:block; }
#mNmfa3ZsVoNRdWhzVZirqQNEG22Q7bda { color:#f10a18;display:block;width:33.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.8120861053467rem;left:18.687086105347rem;height:3.75rem;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; }
#tsX1A8B9czEzHrOkUmWqSKxsHTKxMktK { color:#101010;display:block;width:40.873875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7.375rem;left:18.625rem;height:8.9975rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ke9f0XTeqdRUZ1hwtBZSsccMp38eC0of { color:#101010;display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:18.041343688965rem;left:18.873064041137rem;height:7.35066875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#P86T20s81z0Ip8Nnk9qbNrsRsQezkucp { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a49c0bf7-53e9-4d53-b2cd-50f5c181cf2a/APLITTDariuszNowotczyski.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2.875rem;left:2.9375rem;display:block; }#P86T20s81z0Ip8Nnk9qbNrsRsQezkucp.adaptive-delivery-prevent-bg, #P86T20s81z0Ip8Nnk9qbNrsRsQezkucp.lazyload, #P86T20s81z0Ip8Nnk9qbNrsRsQezkucp.lazyloading { background-image: none; }
#xh4AOOWmDoFtTo2QnTtf65NvazNUTCtl { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.8125rem;left:0.625rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kLPIlGqoFMq6gcEmu3JalPCaX4RhgMyi { position:absolute;display:block;z-index:15020;background-color:#d8d8d8;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.0615320625rem;width:45rem;top:0.74874877929688rem;left:8.7493085861206rem;display:block; }
#BJCsn2vLtM5JMtykEz19WNfoirZOCihE { 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; }#BJCsn2vLtM5JMtykEz19WNfoirZOCihE > .row .container { background-color: transparent; background-image: none; }#BJCsn2vLtM5JMtykEz19WNfoirZOCihE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJCsn2vLtM5JMtykEz19WNfoirZOCihE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJCsn2vLtM5JMtykEz19WNfoirZOCihE > .row .container > .video-iframe-container { display: none; }#BJCsn2vLtM5JMtykEz19WNfoirZOCihE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJCsn2vLtM5JMtykEz19WNfoirZOCihE > .row > .video-iframe-container { display: none; }#BJCsn2vLtM5JMtykEz19WNfoirZOCihE > .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); }#BJCsn2vLtM5JMtykEz19WNfoirZOCihE > .row .container { border-width: 0; border-radius: 0; }#BJCsn2vLtM5JMtykEz19WNfoirZOCihE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BJCsn2vLtM5JMtykEz19WNfoirZOCihE > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:60rem;position:relative;display:block; }#yrLbuKNITtPLFkwT7vdLTNqpwi6bdv27 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),0.6);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:18.5625rem;width:42rem;top:28.125rem;left:18.0625rem;display:block; }
#xc9AkUr4Ue34CCCNddzBH6VVQE23Auwp { color:#f10a18;display:block;width:41.31225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.8120851516724rem;left:18.687084197998rem;height:1.875rem;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; }
#d7rBOKhwroIXNirGqdJMSqCmM8DGtkET { color:#101010;display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:5.8607692718506rem;left:19.126106262207rem;height:20.9942125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#FAJZbOvxX3tiXQKcGNQDRRwn8xWJdiW6 { color:#101010;display:block;width:40.873875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:28.8125rem;left:18.625rem;height:17.15155625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#eH5t74ot7Xw4cKTGculZZzVJMl3mnfAV { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/49633c8a-eba6-4e33-b9df-cef9d8e3067c/BarbaraTatar.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2.875rem;left:2.9375rem;display:block; }#eH5t74ot7Xw4cKTGculZZzVJMl3mnfAV.adaptive-delivery-prevent-bg, #eH5t74ot7Xw4cKTGculZZzVJMl3mnfAV.lazyload, #eH5t74ot7Xw4cKTGculZZzVJMl3mnfAV.lazyloading { background-image: none; }
#w775dgciWNCOTPq9dlLktKqiiXmJ9dO1 { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.8125rem;left:0.625rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yrbbcSqrFv9X8cDCmIIu9mLuaZdaknTf { position:absolute;display:block;z-index:15020;background-color:#d8d8d8;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.0615320625rem;width:45rem;top:0.74874877929688rem;left:8.7493085861206rem;display:block; }
#rfe1ponSdsAMFaKyO9szNlytSRk9x3Vu { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:35.875rem;left:0.75rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WfmK1hAXTvgyRlqmmI7pi44nQ32LPR8W { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6b12bb45-8ba1-4392-b0d2-b6b0ae3b47ef/1539972725517.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:23.9375rem;left:3.0625rem;display:block; }#WfmK1hAXTvgyRlqmmI7pi44nQ32LPR8W.adaptive-delivery-prevent-bg, #WfmK1hAXTvgyRlqmmI7pi44nQ32LPR8W.lazyload, #WfmK1hAXTvgyRlqmmI7pi44nQ32LPR8W.lazyloading { background-image: none; }
#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID { 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; }#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID > .row .container { background-color: transparent; background-image: none; }#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID > .row .container > .video-iframe-container { display: none; }#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID > .row > .video-iframe-container { display: none; }#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID > .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); }#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID > .row .container { border-width: 0; border-radius: 0; }#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:60rem;position:relative;display:block; }#MtNlBH2vHxGLWsRK4Nwd6POyCyhg9GGr { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),0.6);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:15.8125rem;width:42rem;top:25.25rem;left:18.0625rem;display:block; }
#KEq3sgLnNmKbtdJd2iDyhs4knkSX55BH { color:#f10a18;display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.8114013671875rem;left:18.687084197998rem;height:3.75rem;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; }
#S0zuKuIJ9nGDwSFa2zaXaKzXwUeKt1af { color:#101010;display:block;width:40.499875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:25.6875rem;left:18.8125rem;height:14.70135625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#eAMl6rcFBzNT0gpfKHEiyzDkWPPx2iFi { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.482177734375rem;left:1.1870851516724rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WkJAULgqc56I8t0sZeterzDsRkFPC5da { position:absolute;display:block;z-index:15020;background-color:#d8d8d8;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.0615320625rem;width:45rem;top:0.74874877929688rem;left:8.7493085861206rem;display:block; }
#qq9MhhBEB5pINT80VwavwclaxaD67g9Z { color:#101010;display:block;width:40.8718125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.6703538894656rem;left:18.624861717224rem;height:17.99503125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nirU7S9K5cWSZkdS4U3zgu5Gbk0R42BV { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:34.807106018066rem;left:1.1870851516724rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MxhGn5KrzPmicxusHqRbfoJs8EDNK7PO { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6a6ea667-9559-4951-95fd-ceebc3495ce4/MichaKozik_okrage002.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2.4205083847046rem;left:3.4056968688965rem;display:block; }#MxhGn5KrzPmicxusHqRbfoJs8EDNK7PO.adaptive-delivery-prevent-bg, #MxhGn5KrzPmicxusHqRbfoJs8EDNK7PO.lazyload, #MxhGn5KrzPmicxusHqRbfoJs8EDNK7PO.lazyloading { background-image: none; }
#bCiMwgrs0nwzFzmknsoe2TZC5X5SreRu { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9147f718-e3b2-4e39-8bcb-4a249208b9a1/WojciechZarzeka_okrage002.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:23.023367881775rem;left:3.4056968688965rem;display:block; }#bCiMwgrs0nwzFzmknsoe2TZC5X5SreRu.adaptive-delivery-prevent-bg, #bCiMwgrs0nwzFzmknsoe2TZC5X5SreRu.lazyload, #bCiMwgrs0nwzFzmknsoe2TZC5X5SreRu.lazyloading { background-image: none; }
#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 { 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; }#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 > .row .container { background-color: transparent; background-image: none; }#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 > .row .container > .video-iframe-container { display: none; }#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 > .row > .video-iframe-container { display: none; }#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 > .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); }#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 > .row .container { border-width: 0; border-radius: 0; }#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#bNid7QGyo0oaBOoRVytmsXtP8LdqpobS { color:#001f5f;display:block;width:59.9346875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.375rem;left:0.0625rem;height:1.624725rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nVezwQqVILax37nVELUE1LVlzguhKBf0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nVezwQqVILax37nVELUE1LVlzguhKBf0 > .row .container { background-color: transparent; background-image: none; }#nVezwQqVILax37nVELUE1LVlzguhKBf0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVezwQqVILax37nVELUE1LVlzguhKBf0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVezwQqVILax37nVELUE1LVlzguhKBf0 > .row .container > .video-iframe-container { display: none; }#nVezwQqVILax37nVELUE1LVlzguhKBf0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVezwQqVILax37nVELUE1LVlzguhKBf0 > .row > .video-iframe-container { display: none; }#nVezwQqVILax37nVELUE1LVlzguhKBf0 > .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); }#nVezwQqVILax37nVELUE1LVlzguhKBf0 > .row .container { border-width: 0; border-radius: 0; }#nVezwQqVILax37nVELUE1LVlzguhKBf0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nVezwQqVILax37nVELUE1LVlzguhKBf0 > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:block; }#tax7lVUUOHVwUfuh2VpdImbRqTuZTPcl { background-color:#f10a18;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.7806968688965rem;left:21.25rem;display:block; }
#d38dnyuKfULKBT35SdnJhuiCaRP630tD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#luEUQgI1UbzLedBTBauwu7xzVnvrNaBR { 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; }#luEUQgI1UbzLedBTBauwu7xzVnvrNaBR > .row .container { background-color: transparent; background-image: none; }#luEUQgI1UbzLedBTBauwu7xzVnvrNaBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luEUQgI1UbzLedBTBauwu7xzVnvrNaBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luEUQgI1UbzLedBTBauwu7xzVnvrNaBR > .row .container > .video-iframe-container { display: none; }#luEUQgI1UbzLedBTBauwu7xzVnvrNaBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luEUQgI1UbzLedBTBauwu7xzVnvrNaBR > .row > .video-iframe-container { display: none; }#luEUQgI1UbzLedBTBauwu7xzVnvrNaBR > .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); }#luEUQgI1UbzLedBTBauwu7xzVnvrNaBR > .row .container { border-width: 0; border-radius: 0; }#luEUQgI1UbzLedBTBauwu7xzVnvrNaBR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#luEUQgI1UbzLedBTBauwu7xzVnvrNaBR > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:60rem;position:relative;display:block; }#y3uR0OdoAuKphZZD9almv9tTb8PIeaky { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.06153125rem;width:5.06153125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.5615320205689rem;left:2.8747234344483rem; }
#silsIDdd8Cz08X9p2uFG2vDJlBnIJWPO { color:#f10a18;display:block;width:59.9343125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.2788991928101rem;left:0rem;height:1.624725rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ACd25RboFhZZrl0kkgT0zTpxMH0Vgyma { 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; }#ACd25RboFhZZrl0kkgT0zTpxMH0Vgyma > .row .container { background-color: transparent; background-image: none; }#ACd25RboFhZZrl0kkgT0zTpxMH0Vgyma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACd25RboFhZZrl0kkgT0zTpxMH0Vgyma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACd25RboFhZZrl0kkgT0zTpxMH0Vgyma > .row .container > .video-iframe-container { display: none; }#ACd25RboFhZZrl0kkgT0zTpxMH0Vgyma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACd25RboFhZZrl0kkgT0zTpxMH0Vgyma > .row > .video-iframe-container { display: none; }#ACd25RboFhZZrl0kkgT0zTpxMH0Vgyma > .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); }#ACd25RboFhZZrl0kkgT0zTpxMH0Vgyma > .row .container { border-width: 0; border-radius: 0; }#ACd25RboFhZZrl0kkgT0zTpxMH0Vgyma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ACd25RboFhZZrl0kkgT0zTpxMH0Vgyma > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:block; }#dOSlJ7e2zrTteyt9zMF7HroOnecJy5KM { position:absolute;display:block;z-index:15001;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.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:56.875rem;top:3.5813064575195rem;left:1.6426992416382rem;display:block; }
#ufHtyfsgvnFUc0xTTSKlULyA5nh1u1Vo { color:#101010;display:block;width:55.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.30579328537rem;left:2.4049377441406rem;height:11.2002125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#KJyVbiGhSlaQuGiWy6WUe1R2VsEiU1sm { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0623625rem;width:9.375rem;top:4.9391794204712rem;left:25.311807632446rem;overflow:hidden;display:block; }
#eqDZLL1rntz92ttTfW84xz4nTfafnPI6 { 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; }#eqDZLL1rntz92ttTfW84xz4nTfafnPI6 > .row .container { background-color: transparent; background-image: none; }#eqDZLL1rntz92ttTfW84xz4nTfafnPI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqDZLL1rntz92ttTfW84xz4nTfafnPI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqDZLL1rntz92ttTfW84xz4nTfafnPI6 > .row .container > .video-iframe-container { display: none; }#eqDZLL1rntz92ttTfW84xz4nTfafnPI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqDZLL1rntz92ttTfW84xz4nTfafnPI6 > .row > .video-iframe-container { display: none; }#eqDZLL1rntz92ttTfW84xz4nTfafnPI6 > .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); }#eqDZLL1rntz92ttTfW84xz4nTfafnPI6 > .row .container { border-width: 0; border-radius: 0; }#eqDZLL1rntz92ttTfW84xz4nTfafnPI6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eqDZLL1rntz92ttTfW84xz4nTfafnPI6 > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:60rem;position:relative;display:block; }#l8WsnprJTSR9dX27AQHqR8pDRoycsWLG { position:absolute;display:block;z-index:15001;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.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:56.9375rem;top:3.5813045501709rem;left:1.6426992416382rem;display:block; }
#El7RW2KPclfcG5n95pyLWrpUqeS9BPHz { color:#101010;display:block;width:55.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.30579328537rem;left:2.4049377441406rem;height:12.60024375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#uCiBfQBsSU9JSXFf0wgfTa5KT0D6yDsr { 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:2.562225rem;width:7.87475rem;top:4.5623607635498rem;left:26.061946868896rem;overflow:hidden;display:block; }
#UtmTgTN367CQMiBGs9wL3KMyILEannvd { 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; }#UtmTgTN367CQMiBGs9wL3KMyILEannvd > .row .container { background-color: transparent; background-image: none; }#UtmTgTN367CQMiBGs9wL3KMyILEannvd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtmTgTN367CQMiBGs9wL3KMyILEannvd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtmTgTN367CQMiBGs9wL3KMyILEannvd > .row .container > .video-iframe-container { display: none; }#UtmTgTN367CQMiBGs9wL3KMyILEannvd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtmTgTN367CQMiBGs9wL3KMyILEannvd > .row > .video-iframe-container { display: none; }#UtmTgTN367CQMiBGs9wL3KMyILEannvd > .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); }#UtmTgTN367CQMiBGs9wL3KMyILEannvd > .row .container { border-width: 0; border-radius: 0; }#UtmTgTN367CQMiBGs9wL3KMyILEannvd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UtmTgTN367CQMiBGs9wL3KMyILEannvd > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:block; }#WPDnOtAH5FfuftlDSlcoGipnErOyxNQ2 { position:absolute;display:block;z-index:15001;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.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:56.875rem;top:3.5813064575195rem;left:1.6426992416382rem;display:block; }
#rp2dTosM8DOwrypIhFCprI7lnre1iLtu { color:#101010;display:block;width:55.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.30579328537rem;left:2.4049377441406rem;height:11.2002125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#UXUVSDCTOib52CvM29QWXDbhbThMSaN9 { 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:2.1245875rem;width:14.4994375rem;top:5.0643148422241rem;left:22.749586105347rem;overflow:hidden;display:block; }
#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 { 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; }#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 > .row .container { background-color: transparent; background-image: none; }#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 > .row .container > .video-iframe-container { display: none; }#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 > .row > .video-iframe-container { display: none; }#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 > .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); }#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 > .row .container { border-width: 0; border-radius: 0; }#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:block; }#d3ZJqZJPnKLkZtuH3ScGeuGduRvqlGTq { position:absolute;display:block;z-index:15001;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.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:56.8125rem;top:3.5819702148438rem;left:1.6426992416382rem;display:block; }
#mmCBgDT0RG9sutStwGP2pKiftxOx3KGt { color:#101010;display:block;width:55.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.30579328537rem;left:2.4049377441406rem;height:15.4003rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#dl0M9ZuMi0qkQxFfg1d07dK6tbigXxbs { position:absolute;display:block;z-index:15010;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:1.312225rem;width:11.6869375rem;top:5.5351219177246rem;left:24.155836105347rem;overflow:hidden;display:block; }
#JTbc2CZC7vwex0NK7PNC2bX7UtQKtILU { 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; }#JTbc2CZC7vwex0NK7PNC2bX7UtQKtILU > .row .container { background-color: transparent; background-image: none; }#JTbc2CZC7vwex0NK7PNC2bX7UtQKtILU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTbc2CZC7vwex0NK7PNC2bX7UtQKtILU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTbc2CZC7vwex0NK7PNC2bX7UtQKtILU > .row .container > .video-iframe-container { display: none; }#JTbc2CZC7vwex0NK7PNC2bX7UtQKtILU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTbc2CZC7vwex0NK7PNC2bX7UtQKtILU > .row > .video-iframe-container { display: none; }#JTbc2CZC7vwex0NK7PNC2bX7UtQKtILU > .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); }#JTbc2CZC7vwex0NK7PNC2bX7UtQKtILU > .row .container { border-width: 0; border-radius: 0; }#JTbc2CZC7vwex0NK7PNC2bX7UtQKtILU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTbc2CZC7vwex0NK7PNC2bX7UtQKtILU > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:60rem;position:relative;display:block; }#TAhZ88g5FO7STzp7KqC9QW9xVyWXw5R7 { position:absolute;display:block;z-index:15001;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.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:56.875rem;top:3.5813045501709rem;left:1.6426992416382rem;display:block; }
#tWSZJFys75749kkJVEit3ziLxN8IP7sL { color:#101010;display:block;width:55.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.30579328537rem;left:2.4049377441406rem;height:7.00013125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#mk1el9TJxrKUTGHsp3A7lOQZzVV186pO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9998625rem;width:10rem;top:4.4455194473267rem;left:25rem;overflow:hidden;display:block; }
#Mb82qOUiaLrw6QhNQMek1zT81x2eebwn { 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; }#Mb82qOUiaLrw6QhNQMek1zT81x2eebwn > .row .container { background-color: transparent; background-image: none; }#Mb82qOUiaLrw6QhNQMek1zT81x2eebwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mb82qOUiaLrw6QhNQMek1zT81x2eebwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mb82qOUiaLrw6QhNQMek1zT81x2eebwn > .row .container > .video-iframe-container { display: none; }#Mb82qOUiaLrw6QhNQMek1zT81x2eebwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mb82qOUiaLrw6QhNQMek1zT81x2eebwn > .row > .video-iframe-container { display: none; }#Mb82qOUiaLrw6QhNQMek1zT81x2eebwn > .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); }#Mb82qOUiaLrw6QhNQMek1zT81x2eebwn > .row .container { border-width: 0; border-radius: 0; }#Mb82qOUiaLrw6QhNQMek1zT81x2eebwn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mb82qOUiaLrw6QhNQMek1zT81x2eebwn > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:60rem;position:relative;display:block; }#R0008TOLI4BHbvpgLTuKSvHHFDyN4Jpr { position:absolute;display:block;z-index:15001;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.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:56.875rem;top:3.5813045501709rem;left:1.6426992416382rem;display:block; }
#MtH1qPxxRSEgsf7H0c6JoTxQsgUkVxlt { color:#101010;display:block;width:55.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.30579328537rem;left:2.4049377441406rem;height:11.2002125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#cJO7Z5Tk8Swuqm7QgD9MPNozlJpIJggM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:12.24975rem;top:5.0518531799316rem;left:23.873754501342rem;overflow:hidden;display:block; }
#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu { 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; }#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu > .row .container { background-color: transparent; background-image: none; }#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu > .row .container > .video-iframe-container { display: none; }#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu > .row > .video-iframe-container { display: none; }#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu > .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); }#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu > .row .container { border-width: 0; border-radius: 0; }#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:60rem;position:relative;display:block; }#wtZNJtbMwSJure7colc7TBw3xzDySDXg { position:absolute;display:block;z-index:15001;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.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:56.875rem;top:3.58544921875rem;left:1.6433906555176rem;display:block; }
#Vh0HzvJbawigMtZlvg5CFfvvPxwvOtDi { color:#101010;display:block;width:55.1866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.7423949241638rem;left:2.4059734344483rem;height:15.400325rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#mfxNPxfSCnZiryvz50dcI3LB3AFWLpw6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.624875rem;top:4.846529006958rem;left:25.945104598999rem;overflow:hidden;display:block; }
#WEyiye4ktTSWZQmgM9ETlBML4Q3brJvA { 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; }#WEyiye4ktTSWZQmgM9ETlBML4Q3brJvA > .row .container { background-color: transparent; background-image: none; }#WEyiye4ktTSWZQmgM9ETlBML4Q3brJvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEyiye4ktTSWZQmgM9ETlBML4Q3brJvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEyiye4ktTSWZQmgM9ETlBML4Q3brJvA > .row .container > .video-iframe-container { display: none; }#WEyiye4ktTSWZQmgM9ETlBML4Q3brJvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEyiye4ktTSWZQmgM9ETlBML4Q3brJvA > .row > .video-iframe-container { display: none; }#WEyiye4ktTSWZQmgM9ETlBML4Q3brJvA > .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); }#WEyiye4ktTSWZQmgM9ETlBML4Q3brJvA > .row .container { border-width: 0; border-radius: 0; }#WEyiye4ktTSWZQmgM9ETlBML4Q3brJvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WEyiye4ktTSWZQmgM9ETlBML4Q3brJvA > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:60rem;position:relative;display:block; }#isNiatrA7C7qOZSkUStUPXCOyuIV6Orc { position:absolute;display:block;z-index:15001;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.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:56.9375rem;top:3.5847606658936rem;left:1.6433906555176rem;display:block; }
#G5NIfZBT5ef3sym4ONsByWTZyr9p5RB5 { color:#101010;display:block;width:55.1866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.7423949241638rem;left:2.4059734344483rem;height:16.8003125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ea1GxpdOemTPUHXeAZDksa7ymcH1P2nI { 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:2.1245875rem;width:9.3120625rem;top:5.3947721719742rem;left:25.342920303345rem;overflow:hidden;display:block; }
#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row .container { background-color: transparent; background-image: none; }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row .container > .video-iframe-container { display: none; }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row > .video-iframe-container { display: none; }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .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); }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row .container { border-width: 0; border-radius: 0; }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#DJHU3vTsbTNmdtteh7LtOu1m0t5gkFIc { background-color:#f10a18;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.7806968688965rem;left:21.25rem;display:block; }
#nbuZTTWUxFCqeAa2ozTEX3A10VEviTgZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl > .row .container { background-color: transparent; background-image: none; }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl > .row .container > .video-iframe-container { display: none; }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl > .row > .video-iframe-container { display: none; }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl > .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); }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl > .row .container { border-width: 0; border-radius: 0; }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:60rem;position:relative;display:block; }#Jl6oeB1PDdyBpgDRb9ob4b7CsrkKbJK5 { color:#182638;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15009;line-height:.8;letter-spacing:0;top:1.8107171058655rem;left:0rem;height:1.34955625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MrzL4ACXCq9TxDSxXvOeNwZH5CgT0t7I { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.5606875rem;width:18.8730625rem;top:5.1769909858704rem;left:40.374032974243rem;display:block; }
#qsM9a8txkspqIPps2c3I6sXnywxKb5Fp { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.56rem;width:18.872375rem;top:5.1762995719909rem;left:20.563467025757rem;display:block; }
#ovAg7fR5lhtszz1JDvI6PUgdim28aEfz { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.5606875rem;width:18.8730625rem;top:5.1762995719909rem;left:0.625rem;display:block; }
#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo { position:relative;display:block; }#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo { background-color: transparent; background-image: none; }#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo > .row .container > .video-iframe-container { display: none; }#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo > .row > .video-iframe-container { display: none; }#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo > .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); }#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo { border-width: 0; border-radius: 0; }#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo > .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; }#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.6875rem;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; }#GKhUxnFT7lJTgnnRII6fJknrPiI5WfmI { color:rgba(var(--color-tertiary-4),1);display:block;width:29.936375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:3.4983386993408rem;left:15rem;height:2.9998625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MRdUIOGJB52UTABWPuCcSGpvHArZsKPO { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.24944375rem;width:14.74975rem;top:10.838633656502rem;left:45rem;overflow:hidden;display:block; }
#atQMJR2kVtVvBTc7WytdI1C4gIW9y2kZ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.874725rem;width:13.75rem;top:11.026686787605rem;left:0.625rem;overflow:hidden;display:block; }
#B1nBdfL2tCR5OLTPJygMg05D75CHcCPy { position:absolute;display:block;z-index:15011;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.3123625rem;width:10.812375rem;top:10.808213353157rem;left:17.624446868896rem;overflow:hidden;display:block; }
#J0qUuUsUaPlczdu3GMC7nt4zSDf7qCZp { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1245875rem;width:14.9370625rem;top:18.371129155159rem;left:15rem;overflow:hidden;display:block; }
#a6tg2dagDPyGMumDgmaWcGA6cEoTDaTw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6873625rem;width:8.18725rem;top:11.120713353157rem;left:32.717090606689rem;overflow:hidden;display:block; }
#cBcBiFJ23Apy5O1geECTXXJpflEtOOyb { 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:2.5625rem;width:7.875rem;top:18.152655720711rem;left:32.873340606689rem;overflow:hidden;display:block; }
#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv { position:relative;display:block; }#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv { background-color: transparent; background-image: none; }#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv > .row .container > .video-iframe-container { display: none; }#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv > .row > .video-iframe-container { display: none; }#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv > .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); }#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv { border-width: 0; border-radius: 0; }#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv > .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; }#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.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; }#uBAXVX3HdM7l2Ww535Qnd1WP8cBfCTpI { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9356875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:1.0584897994995rem;left:15rem;height:2.9998625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DzFSNgrR7iKkiKTwJCS1m8mEE8gtB1WB { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.31225rem;width:10.499875rem;top:6.3350553512575rem;left:32.249723434448rem;overflow:hidden;display:block; }
#fXHTnmTrzIl8Kn9nK4lo1MnR0vQ0kuFo { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.24944375rem;width:10.499875rem;top:16.379285812378rem;left:2.2497234344483rem;overflow:hidden;display:block; }
#gbWzhzXbPvvtA66yiOKbCMUIiVHW1qm2 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.31194375rem;width:12.6244375rem;top:16.847345113754rem;left:31.187086105347rem;overflow:hidden;display:block; }
#JtzsyLZk8EbRBbkiI9MQFndKTLloH8a7 { 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:2.874725rem;width:12.3119375rem;top:8.0537886619569rem;left:46.343336105347rem;overflow:hidden;display:block; }
#f3wm1qegxkc4OlL9sNplW2gBGthJKBHT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9373625rem;width:12.56225rem;top:16.034981250763rem;left:16.218196868896rem;overflow:hidden;display:block; }
#tTTSnypZBVmWbmOEvFLNye0XuRmqDTBh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:15.1244375rem;top:8.5550336837769rem;left:15rem;overflow:hidden;display:block; }
#lBGTMQ07xoXSdegA6DTPCn8f16TRCcBT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.56125625rem;width:9.6875rem;top:23.84888035059rem;left:32.655557632446rem;overflow:hidden;display:block; }
#pqZcKDadhTVr4UAUgQ6wfKnn2gmk42Te { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:10.8125rem;top:32.110095560551rem;left:47.093473434448rem;overflow:hidden;display:block; }
#SH8AAKZ8GZA5dnqahMOXQGzoPINVoSAd { position:absolute;display:block;z-index:15010;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.56125625rem;width:12.934875rem;top:16.223036766052rem;left:46.032217025757rem;overflow:hidden;display:block; }
#Nm1wNdUuoyWiG5PcWFpdx5presP3yq91 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1245875rem;width:9.6875rem;top:24.567201495171rem;left:17.65625rem;overflow:hidden;display:block; }
#L6ZxkQPwNKeIS1dT0WgSiOWI2PFGQX9Z { 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:5.4998625rem;width:11.5625rem;top:22.879577219486rem;left:46.718748092651rem;overflow:hidden;display:block; }
#QvIo3FHQt1xbSOtmwx6TXNzfUxSLFAxV { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0620875rem;width:15.06225rem;top:24.098466455936rem;left:0rem;overflow:hidden;display:block; }
#n464EsyavHTEF8UWF5bEopUnpQ3Ke1kZ { 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:1.25rem;width:18.9375rem;top:39.952338755131rem;left:20.497787475586rem;overflow:hidden;display:block; }
#oz8yULHh7oXLrlncoBVV3TltyF2fdT8s { 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:2.62375625rem;width:13.87375rem;top:31.610925257206rem;left:0.56277656555176rem;overflow:hidden;display:block; }
#MFD9XlNDJB3xhpR4SrkTwge2oQNo61xo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8123625rem;width:10.68725rem;top:6.5846238136294rem;left:2.1556968688965rem;overflow:hidden;display:block; }
#HZnCLVU8FVsf8ALygJbA1KSUq0HQ3vLS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.87444375rem;width:10.7494375rem;top:30.985925257206rem;left:32.124586105347rem;overflow:hidden;display:block; }
#PZbnq8i2gdftNn19l4O8IFQVTTkP6vDz { position:absolute;display:block;z-index:15010;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:5.374725rem;width:8.49975rem;top:30.235095560551rem;left:18.249446868896rem;overflow:hidden;display:block; }
#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz { position:relative;display:block; }#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz { background-color: transparent; background-image: none; }#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz > .row .container > .video-iframe-container { display: none; }#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz > .row > .video-iframe-container { display: none; }#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz > .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); }#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz { border-width: 0; border-radius: 0; }#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz > .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; }#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.375rem;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; }#kUPUg9lb1naDaiiks8gTl9nrG7hRruUR { color:rgba(var(--color-tertiary-4),1);display:block;width:29.936375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:1.3094577789307rem;left:14.999308586121rem;height:2.9998625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QAqqMrlO2IbZDcqeTWN5zgQ17BMaLS5X { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:13.312375rem;top:9.125rem;left:31.4375rem;overflow:hidden;display:block; }
#f0NaltFrGmeLr2IwKeTcS2AQVxAwqyQN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.74875625rem;width:14.249875rem;top:8.125rem;left:1rem;overflow:hidden;display:block; }
#aqeA8RtUX5Oei1onqKCX4Nhy4a7kAwOw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.749875rem;width:9.375rem;top:7.625rem;left:18.4375rem;overflow:hidden;display:block; }
#QcJQnUXMHX3kmsqJMT3NKpNRRy5CBGJO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.56225rem;width:6.6869375rem;top:7.25rem;left:49.75rem;overflow:hidden;display:block; }
#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 { position:relative;display:block; }#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 { background-color: transparent; background-image: none; }#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 > .row .container > .video-iframe-container { display: none; }#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 > .row > .video-iframe-container { display: none; }#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 > .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); }#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 { border-width: 0; border-radius: 0; }#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 > .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; }#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.3125rem;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; }#h6mSi0nkQQNX8RxZnnogtzyCtE67CZ0H { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1248625rem;width:17.062375rem;top:7.9659841060638rem;left:13.968473434448rem;overflow:hidden;display:block; }
#SaKf8uvCbM3A8n6z3FPpFadizFTAGc0b { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:11.93725rem;top:7.1218192577362rem;left:47.123891830444rem;overflow:hidden;display:block; }
#uKD4R3APTTNLwRUhmQTN7KeVVvR0Xsby { color:rgba(var(--color-tertiary-4),1);display:block;width:29.936375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:1.3094577789307rem;left:14.999308586121rem;height:2.9998625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dxkF8GdaqEJ5Xai5cCObhKNseruJW5gG { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:11.99875rem;top:5.2461278438568rem;left:0rem;overflow:hidden;display:block; }
#u640xU4O8XysRPpT7EvPcBIwltJegwFW { 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:1.4373625rem;width:11.186375rem;top:7.8097341060638rem;left:32.962526321411rem;overflow:hidden;display:block; }
#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { background-color: transparent; background-image: none; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container > .video-iframe-container { display: none; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row > .video-iframe-container { display: none; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .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); }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { border-width: 0; border-radius: 0; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#qgXu9ku4R3k9t7o9aeTfe0B1TvxmZHnF { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6057796478271rem;left:0.15542030334473rem;height:1.54383125rem;text-align:center;text-align-last:center;display:block; }
#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq { 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; }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row .container { background-color: transparent; background-image: none; }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row .container > .video-iframe-container { display: none; }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row > .video-iframe-container { display: none; }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .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); }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row .container { border-width: 0; border-radius: 0; }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#d60EXsE97udn29Cp5GqWPyRwllXqVElQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9247741699219rem;left:0rem;height:0.97483125rem;display:block; }
#NiwNZtZDsqcamedHwdsVFA4kvfIZ4G5w { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.87375rem;height:1.624725rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.4995861053467rem;left:50.250967025757rem;display:block; }
#ens07Oe2631vCtgPw8wX89DRctONDpPv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ohDR4CENdMrXFOoPA9L6iWT0Er3ZLeZ0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43679375rem;width:6.937rem;top:1.593297958374rem;left:28.686268806458rem;overflow:hidden;display:block; }
#VFuqlmJ1ourdF5WxRheqdu9cmTuPES0C { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6870625rem;height:1.624725rem;text-decoration:none;z-index:15003;text-align:right;text-align-last:right;top:1.4995861053467rem;left:40.217782974243rem;display:block; }
#GZNWvDTbXsT1lcyXiPy81HtS3oXM8Jc5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT { display:block; }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7dOBnScKR1rRQt7K5bQNeN7fwZxBn0f { width:4.6875rem;height:2.8984675593061rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J { display:block; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToJy8WlzyXA0lhJhkmqgQU8AZCT5S3UZ { top:1rem;left:8.0298929214475rem;width:31.6875rem;height:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARCJwZxK9B6GNyvg2gb8JElghndGyd1S { top:3rem;left:9.96875rem;width:27.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISRBWooXQlxifQf1M6ro5WsyINZsLkJS { top:16.125rem;left:20.543279647827rem;width:9.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2oLFbU519T2lzoki81k4Zrgv4xnIaOE { top:23.875rem;left:5.1049499511719rem;width:40.0625rem;height:12.105846596759rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLoOz7HbHL1gE2iRbyNEhFt4nDUmpIvO { top:6.75rem;left:17.999723434448rem;width:11.6875rem;height:7.2731215890594rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHrNCtSVs58qGKaqTO4tSo37641Dd9uW { width:22.125rem;height:4.0625rem;top:21.8125rem;left:13.812084197998rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMqNRfOI2FQCUaVk5L8J6X2NS3vzUGLq { top:21.875rem;left:11.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLvX7yMm2xkvJAvbHgFJi0CqMFUXUJm2 { top:16.125rem;left:17.999723434448rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZP3bMvCvivi5hoki0cyw51nRwr9kBZR { width:18.875rem;height:3.5rem;top:27.9375rem;left:14.405973434448rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDl9TNfrwTiqdXeeByoMmZu0TM3qkf5Q { display:block; }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li { display:flex;width:18.5rem;height:5.1875rem;top:2.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #L8D75vTbIDvdRb3POi34xg2ePHaT0Oap { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #i8QoZZVgISGGuOwzrNJOQQNEdlTxIOeZ {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #pNNZwdvJxQHSCtTVCb6q2HTrNOSWbmL4 {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #khMH358f3yuirfoITpW3ZSSl3qfsvmS5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #kP4UHxtnwyvZ6LomyHg2hqZtBrSyGUvy {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #WUdNoieNR6TUFrLObdST4Cx56nnxCQdJ {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #A7qXlDrbCyw2IPo85kPMNdvt5iJym946 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #BI5knzvm3vT5xAJJpsO2BTOun29MvpTg {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #aOIqQOnsITquvxEJTQRivvH58s5pzHur {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #hmUTTeOCD3JELXfstPLHd0KC3IewNpZ8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #dJ8DLvlUkXPzKXnuCIZEUUZQGGKzszU6 {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #Db6vKsivEu54BIfeiMephz7fKGtT1g8u {  }
 }@media only screen and (max-width: 763px) { #Rrpcwub2TsOsJooTHU1tbB8eUqLyi4EG { top:33.875rem;left:16.308753013611rem;width:14.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUAqJdQGuyhceG5uzisWrgiw9NFaBf76 { top:19.1875rem;left:20.543279647827rem;width:9.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTeyPmh50717hmZiBkFS1SPTBbE7FWVf { top:19.125rem;left:17.999723434448rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK325htQTZyUdVics3EcAvbcqVG2HxnG { display:block; }#HK325htQTZyUdVics3EcAvbcqVG2HxnG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #au9LJsJchLmSMn5yxiHTwuFahyDx9Ift { top:9.875rem;left:0rem;width:47.75rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPbzGKoICLuKFz7W3iykvELcXQRKqChi { top:14.0625rem;left:40.717316627502rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCUy74JdCzP9zWiQRWfEpFwVMLOSRvEQ { top:14rem;left:22.28138923645rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPlKJLFfUScND1ctyJZ2WeNwfiyQAUPE { top:19.375rem;left:0rem;width:16.875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1LGaHkr3WbnBa8AqdrsrUKlbuTQWdnZ { top:19.375rem;left:19.121820449829rem;width:9.375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZzWylMguRtrgkJFDfPAxNJwEV3TMNT0 { top:19.375rem;left:37.060148239136rem;width:10.3125rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbxHC0LGagIiM76WB0qTUtToK0TGzr2T { top:14.4375rem;left:22.561268806458rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHdoMabfTfRxNvG8TrCTgU9HXdMkO4h9 { top:13rem;left:3.125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9nEa6WMX5EV5OpQBPDWlQFndsVvTtMT { top:12.875rem;left:21.252690315247rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNDA0FgdEWUIMrzx5iewJy85NwO7wgpK { top:12.9375rem;left:39.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #muxRrQB7hPyLMQTctFyeTpOdzJZvfdN9 { top:15.5rem;left:7.5rem;width:32.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5MF7FJszpwGO8Mn7JcgBut22ors6fB9 { top:26.4375rem;left:0rem;width:15.9375rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRyA3N1nF3kVC7FRLrK1CT8QycLNRQd9 { top:24.9375rem;left:0rem;width:17.0625rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gabgIphgn0vMZK4b7AXAnkm9oi4z1FRy { top:24.9375rem;left:15.374584197998rem;width:16.9375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJP4hCuto78abOLBZbe28NTvm9LphHv7 { top:24.9375rem;left:30.5625rem;width:16.9375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeQTmX62IzbySrBWi0xhDpv1gcNxAHnB { top:26.4375rem;left:16.56236076355rem;width:14.5625rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkPx9WZkmI8A0DuqFJZW6W3yoGP9gRct { top:26.4375rem;left:33.3125rem;width:14.4375rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgcHnrC2sSCpgBF7CmTXnT4Zya6TOv0B { top:4.125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meoDXCPrU80uDOWv5SAcWaQLtFdAq780 { top:4.75rem;left:8.625rem;width:39.125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwfdNaJzQd9S8TuyTzDyE8iyTXCaLu5K { top:35.25rem;left:0rem;width:41.0625rem;height:12.293263714327rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAVTaitn60bNDp7k2q9EVR37mistZrkw { top:14.3125rem;left:4.4052190780639rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVdyUUgrdi81pWCG4kJLlE5L8Jfk710w { top:14.3125rem;left:4.4052190780639rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayvT5qiAwTndu5p1CyX5roMVx2QBMsmT { display:block; }#ayvT5qiAwTndu5p1CyX5roMVx2QBMsmT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9L2aiptAhJrousoAUAk6tSKWbWEldoC { width:26.875rem;height:22.25rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBoQR4B9p1E5uI5nOwemF1AGSgbUIvDC { width:23.4375rem;height:4.0625rem;top:16.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrQCAItQqddh4EFrQTrx3prxudRSgJ5S { width:23.625rem;height:8.375rem;top:22.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFDnhkz8RGprUCOP7kuoA5dqcPmyJ1aB { top:2.375rem;left:4.1556968688965rem;width:39.375rem;height:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxRFZxeeTIsWvNXXuO11tN9NU6h3T4v6 { top:12rem;left:7.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJPC1Z17cvCBuxdw3eIfyPEA4InKI1oN { width:26.875rem;height:22.1875rem;top:10.5625rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp0gycQGkBmLTMgTBQrP9voDfAdB8T1C { top:12rem;left:36.87486076355rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx12QzdHcmxh7fVTcfG1HdyoQQ3pfTLR { width:19.875rem;height:4.0625rem;top:16.5rem;left:27.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrT90RdnxfwOi3BEMUfkyGpBVGTpywsV { width:20.375rem;height:8.375rem;top:22.4375rem;left:27.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqegtcSNVDp2Q6q994L5f8yTO06k8yWa { display:block; }#gqegtcSNVDp2Q6q994L5f8yTO06k8yWa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LaqdCsW3ypQnUlkFbdbC73PRRPkMTUcm { width:15.375rem;height:5rem;top:10.875rem;left:0.21833515167236rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4Gy9Zv1mBv9fl2Jt7wqATZS8THDLpQh { top:2.0625rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmWnh3mSCL0AePSoeA7NEWOaOhux922J { top:7.5625rem;left:6.874170303345rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFp6mJSnf5SxP0zNK33SBOvnGqPdclvK { width:14.875rem;height:5rem;top:21.9375rem;left:0.46861171722412rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr8VX7LHdCpuw9HrygQyyaPi8h4yixvd { width:18.75rem;height:5rem;top:33.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDKJxMBsEu1nTaTAKJ8ZnrmghO30S83f { width:18.125rem;height:5rem;top:10.875rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ren6s4q7d3CBmi1RB9D8bP72O265meSk { width:16.5625rem;height:5rem;top:21.9375rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #inwcQgCsl8NrmBGd5lcAkcwBLI5aThl4 { width:16.25rem;height:5rem;top:33.25rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN3GcKCTZb6DvxWx9BAE4dnwl59tlkkb { width:18rem;height:5rem;top:10.875rem;left:29.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzrEfBMSydhJa5tREXg1m5EdlsAfiw8a { width:14.875rem;height:5rem;top:21.9375rem;left:32.21861076355rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRMkDf44enRnmXbvUI0P1qT2c19Eo9Ts { width:15.6875rem;height:5rem;top:33.25rem;left:31.812086105347rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgQZ62uppkqdm6wIwC9C9HxbCTzIRN5G { top:18.25rem;left:6.874170303345rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i66w0uAI9u7zSLvMhBv1LMVQL72F61VP { top:29.8125rem;left:6.874170303345rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkcUtDKrxC4GBDz27yKyPNuarWhtWibe { top:7.5625rem;left:23.37486076355rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoMBQ8Gpu2gnTrSsa8mpqxP91NiXWRCW { top:18.3125rem;left:23.37486076355rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4lALZVPhwObJgSbZiDHNh3D6PcrS1nN { top:29.8125rem;left:23.37486076355rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlaP0qJ8dezpAELK77nlm2T6Azuob25A { top:7.5625rem;left:38.62486076355rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDTXpcTOqet7y6m9TJ6KhzCHyFplOHXz { top:18.9375rem;left:38.62486076355rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkRghewLhWkM6T7USNNH9AuOyzHnDhM7 { top:29.8125rem;left:38.62486076355rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSpEboC2Tt6b8psOPh2LC98J31ncyJmz { display:block; }#JSpEboC2Tt6b8psOPh2LC98J31ncyJmz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P41TByi6U2DbDPX1cnEvm4E0uITTmd3V { top:1.25rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG { display:block; }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0gKT8pQbpaTAJvh4qUUnfZ9MFbbhPmN { width:17.5rem;height:3.4375rem;top:2.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD7gf13I6KvrTLK0yToz7RDPMMvblW1g { display:block; }
 }@media only screen and (max-width: 763px) { #ua67PsmMLwTdaqlchkKvy43n6XRx3mVh { display:block; }#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4kCuLVTQnzQMSMVEbKMW6HTSu7RV08y { width:47.75rem;height:1.5625rem;top:1.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF2Q9cVDbZOpseNMgrhooHa6KBZbIKCE { width:1.875rem;height:0.125rem;top:9.5625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEzuucpGzUyANkoFFT60puy57Pa4D57n { top:0.6875rem;left:5.5875282287597rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOg8topgwlJcQtiCHVFaqP63972QC8h8 { display:block; }#aOg8topgwlJcQtiCHVFaqP63972QC8h8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxoPZkCTTRsTP4IWVO77ifpVXnVQcuOb { width:41.9375rem;height:7.1875rem;top:15.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg2S6aVih6d8Ek6M8E3Vs0y4aRSNRkPG { width:37.8125rem;height:;top:1.75rem;left:9.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4kfMP2IRSBilrD2liQU2SIMTestGwOV { width:40.8125rem;height:7.4375rem;top:6.875rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5pWBc0nkJSsBHuiiDImbfNe3vKhM0WI { width:40.8125rem;height:7.3125rem;top:16.4375rem;left:6.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmBp1iBxUZ6sOAnPxISLmhk7o3clfIoZ { width:45rem;height:0;top:0.6875rem;left:2.6243085861206rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmAVZEeZoySL9aifpHh3xxHvTbycoE7Q { width:15.625rem;height:9.375rem;top:13.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo5ClyGC8Xuv97fILbfFkvxxHnSK67Um { width:11.25rem;height:11.25rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTVrH0TWftsZSNchebLLobtglMVnkCXs { display:block; }#MTVrH0TWftsZSNchebLLobtglMVnkCXs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaTokBTDG66lUAGQE6J4UMcKLTtkMLHf { width:41.9375rem;height:7.1875rem;top:15.9375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nStgBb88tnuNb5Qb4OfSyuOzgdrTmocm { width:41.125rem;height:;top:1.125rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlKipqRinBiubkMTqhCmoN6n6cbERQBb { width:40.875rem;height:7.5rem;top:6.625rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3z5cH7IkfDZMOtW8XwIOxJXyU03qG28 { width:40.5625rem;height:6.125rem;top:16.4375rem;left:7.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrKRawSUERoIQF9LZFEMQVbVX89Rz3Tk { width:11.25rem;height:11.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y69iM0uxqyOV4yzlavC1F7AeNC29EQlE { width:16.75rem;height:5.625rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3ovQTxvkc6DZI6wm3bt2TMiBoRLP9xa { width:45rem;height:0;top:0.6875rem;left:2.6243085861206rem;display:block; }
 }@media only screen and (max-width: 763px) { #KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf { display:block; }#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkzoTpXzBpparHdIBbFUgX2IwWp6TnZr { width:42rem;height:9.3125rem;top:36.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFmemlgyQyb3CWvtRhh3KxmiTbXoHsE5 { width:40.9375rem;height:;top:1.75rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHh0orhr0xxOVhlVy2vkuCNwGJg1xKf0 { width:40.8125rem;height:28.4375rem;top:6.9375rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc5hi3VrGeGbf3AqFz2duQ8qSv6xmhg2 { width:40.8125rem;height:8.5625rem;top:37.3125rem;left:6.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCIpXcm6H1PAVrCngBX9MniHAdXTe9er { width:11.25rem;height:11.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqJJLzBXFh6QyKrZdUzsPoVfRZKsDvxI { width:15.625rem;height:5.625rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBGn5J7gwExU944ExquXFHD3CT8mdTzB { width:45rem;height:0;top:0.6875rem;left:2.6243085861206rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt { display:block; }#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bme4Q5Avy5p8RDsh38WXw2laTcG8TWnR { width:42rem;height:8.3125rem;top:16.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3GC0xydRCg0aFz9yPPqdToqIcANzDQd { width:41.25rem;height:;top:1.75rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKBrfAnhXLuKbfDmTbLCBAECFyxVpTHm { width:40.8125rem;height:10.4375rem;top:4.9375rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ5TuzJNWV2MQ6Xsy6I1SwcIG7wnRx4x { width:40.8125rem;height:9.75rem;top:17rem;left:6.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoaTTxeWr3N3DMNMQzP5O0WfUNnEWDgz { width:45rem;height:0;top:0.6875rem;left:2.6243085861206rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3NqJAuUVuIeMPeWVze2VMa4TQZqwoNb { width:16.5625rem;height:7.5rem;top:14.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWyTDAlyW3bb4rz1cxdzgQGa01dTpEV5 { width:11.25rem;height:11.25rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMJPSzKrPC9TzC9P8XxNXqPIM51etshc { display:block; }#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riSlVAw0SB8ax2GdAmalk84O2Mvfhcsu { width:42rem;height:5.6875rem;top:17.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXr7th3bafvyzHgI13bVZlvUzw1k6FTO { width:41.25rem;height:;top:1.75rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbKQvIcVHXOgVmaMwKdHRIK6b1XRoKL5 { width:40.8125rem;height:8.9375rem;top:7.3125rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5dJ51Dxyn7q2oPczGcr3oUM5zZSalU5 { width:40.3125rem;height:6.125rem;top:18rem;left:7.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5DW0im5oWClDNWX8VWeUtfvKo1Qydz8 { width:11.25rem;height:11.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFxVg7lIwovsABBrQ6HapWWIMlQWFpEb { width:15.625rem;height:5.625rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #abGKCeRL8XPaRtRsRGHpcJTgpwo8U5BO { width:45rem;height:0;top:0.6875rem;left:2.6243085861206rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGEgfEAbiUQ5uOQWH0ZaFsg2LTVhF2hw { display:block; }#uGEgfEAbiUQ5uOQWH0ZaFsg2LTVhF2hw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CH0kEExS7Lupb3v8xQcyy2GD8XZEod2B { width:42rem;height:6.75rem;top:17.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNmfa3ZsVoNRdWhzVZirqQNEG22Q7bda { width:33.625rem;height:3.75rem;top:1.75rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsX1A8B9czEzHrOkUmWqSKxsHTKxMktK { width:40.8125rem;height:8.9375rem;top:7.3125rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke9f0XTeqdRUZ1hwtBZSsccMp38eC0of { width:40.75rem;height:7.375rem;top:18rem;left:7rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P86T20s81z0Ip8Nnk9qbNrsRsQezkucp { width:11.25rem;height:11.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh4AOOWmDoFtTo2QnTtf65NvazNUTCtl { width:15.625rem;height:7.5rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLPIlGqoFMq6gcEmu3JalPCaX4RhgMyi { width:45rem;height:0;top:0.6875rem;left:2.6243085861206rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJCsn2vLtM5JMtykEz19WNfoirZOCihE { display:block; }#BJCsn2vLtM5JMtykEz19WNfoirZOCihE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrLbuKNITtPLFkwT7vdLTNqpwi6bdv27 { width:41.9375rem;height:18.5rem;top:28.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc9AkUr4Ue34CCCNddzBH6VVQE23Auwp { width:41.25rem;height:;top:1.75rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7rBOKhwroIXNirGqdJMSqCmM8DGtkET { width:40.3125rem;height:20.9375rem;top:5.8125rem;left:7.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAJZbOvxX3tiXQKcGNQDRRwn8xWJdiW6 { width:40.8125rem;height:17.125rem;top:28.8125rem;left:6.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH5t74ot7Xw4cKTGculZZzVJMl3mnfAV { width:11.25rem;height:11.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w775dgciWNCOTPq9dlLktKqiiXmJ9dO1 { width:15.625rem;height:7.5rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrbbcSqrFv9X8cDCmIIu9mLuaZdaknTf { width:45rem;height:0;top:0.6875rem;left:2.6243085861206rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfe1ponSdsAMFaKyO9szNlytSRk9x3Vu { width:15.625rem;height:5.625rem;top:35.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfmK1hAXTvgyRlqmmI7pi44nQ32LPR8W { width:11.25rem;height:11.25rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID { display:block; }#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtNlBH2vHxGLWsRK4Nwd6POyCyhg9GGr { width:42rem;height:15.8125rem;top:25.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEq3sgLnNmKbtdJd2iDyhs4knkSX55BH { width:37.875rem;height:3.75rem;top:1.75rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0zuKuIJ9nGDwSFa2zaXaKzXwUeKt1af { width:40.4375rem;height:14.6875rem;top:25.6875rem;left:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAMl6rcFBzNT0gpfKHEiyzDkWPPx2iFi { width:15.625rem;height:7.5rem;top:14.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkJAULgqc56I8t0sZeterzDsRkFPC5da { width:45rem;height:0;top:0.6875rem;left:2.6243085861206rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq9MhhBEB5pINT80VwavwclaxaD67g9Z { width:40.8125rem;height:17.9375rem;top:6.625rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nirU7S9K5cWSZkdS4U3zgu5Gbk0R42BV { width:15.625rem;height:5.625rem;top:34.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxhGn5KrzPmicxusHqRbfoJs8EDNK7PO { width:11.25rem;height:11.25rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCiMwgrs0nwzFzmknsoe2TZC5X5SreRu { width:11.25rem;height:11.25rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 { display:block; }#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNid7QGyo0oaBOoRVytmsXtP8LdqpobS { top:2.3125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVezwQqVILax37nVELUE1LVlzguhKBf0 { display:block; }#nVezwQqVILax37nVELUE1LVlzguhKBf0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tax7lVUUOHVwUfuh2VpdImbRqTuZTPcl { width:17.5rem;height:3.4375rem;top:2.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d38dnyuKfULKBT35SdnJhuiCaRP630tD { display:block; }
 }@media only screen and (max-width: 763px) { #luEUQgI1UbzLedBTBauwu7xzVnvrNaBR { display:block; }#luEUQgI1UbzLedBTBauwu7xzVnvrNaBR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3uR0OdoAuKphZZD9almv9tTb8PIeaky { top:2.5rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #silsIDdd8Cz08X9p2uFG2vDJlBnIJWPO { top:4.25rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACd25RboFhZZrl0kkgT0zTpxMH0Vgyma { display:block; }#ACd25RboFhZZrl0kkgT0zTpxMH0Vgyma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOSlJ7e2zrTteyt9zMF7HroOnecJy5KM { width:47.375rem;height:16.0625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufHtyfsgvnFUc0xTTSKlULyA5nh1u1Vo { width:47.75rem;height:11.1875rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJyVbiGhSlaQuGiWy6WUe1R2VsEiU1sm { top:4.9375rem;left:19.186807632446rem;width:9.375rem;height:2.0623625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqDZLL1rntz92ttTfW84xz4nTfafnPI6 { display:block; }#eqDZLL1rntz92ttTfW84xz4nTfafnPI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8WsnprJTSR9dX27AQHqR8pDRoycsWLG { width:47.375rem;height:17.1875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #El7RW2KPclfcG5n95pyLWrpUqeS9BPHz { width:47.75rem;height:12.5625rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCiBfQBsSU9JSXFf0wgfTa5KT0D6yDsr { top:4.5rem;left:19.936946868896rem;width:7.8125rem;height:2.5419705784311rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtmTgTN367CQMiBGs9wL3KMyILEannvd { display:block; }#UtmTgTN367CQMiBGs9wL3KMyILEannvd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPDnOtAH5FfuftlDSlcoGipnErOyxNQ2 { width:47.375rem;height:16.0625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp2dTosM8DOwrypIhFCprI7lnre1iLtu { width:47.75rem;height:11.1875rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXUVSDCTOib52CvM29QWXDbhbThMSaN9 { top:5.0625rem;left:16.624586105347rem;width:14.4375rem;height:2.1155118625291rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 { display:block; }#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3ZJqZJPnKLkZtuH3ScGeuGduRvqlGTq { width:47.375rem;height:18.6875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmCBgDT0RG9sutStwGP2pKiftxOx3KGt { width:47.75rem;height:15.375rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl0M9ZuMi0qkQxFfg1d07dK6tbigXxbs { top:5.5rem;left:18.030836105347rem;width:11.625rem;height:1.3052705745196rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTbc2CZC7vwex0NK7PNC2bX7UtQKtILU { display:block; }#JTbc2CZC7vwex0NK7PNC2bX7UtQKtILU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAhZ88g5FO7STzp7KqC9QW9xVyWXw5R7 { width:47.375rem;height:11.0625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWSZJFys75749kkJVEit3ziLxN8IP7sL { width:47.75rem;height:7rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk1el9TJxrKUTGHsp3A7lOQZzVV186pO { top:4.4375rem;left:18.875rem;width:10rem;height:2.9998625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb82qOUiaLrw6QhNQMek1zT81x2eebwn { display:block; }#Mb82qOUiaLrw6QhNQMek1zT81x2eebwn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0008TOLI4BHbvpgLTuKSvHHFDyN4Jpr { width:47.375rem;height:14.5rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtH1qPxxRSEgsf7H0c6JoTxQsgUkVxlt { width:47.75rem;height:11.1875rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJO7Z5Tk8Swuqm7QgD9MPNozlJpIJggM { top:5rem;left:17.748754501342rem;width:12.1875rem;height:2.1763837017082rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu { display:block; }#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtZNJtbMwSJure7colc7TBw3xzDySDXg { width:47.375rem;height:21.5rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh0HzvJbawigMtZlvg5CFfvvPxwvOtDi { width:47.75rem;height:15.375rem;top:8.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfxNPxfSCnZiryvz50dcI3LB3AFWLpw6 { top:4.8125rem;left:19.820104598999rem;width:8.5625rem;height:2.7921600313048rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEyiye4ktTSWZQmgM9ETlBML4Q3brJvA { display:block; }#WEyiye4ktTSWZQmgM9ETlBML4Q3brJvA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isNiatrA7C7qOZSkUStUPXCOyuIV6Orc { width:47.375rem;height:23.3125rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5NIfZBT5ef3sym4ONsByWTZyr9p5RB5 { width:47.75rem;height:16.75rem;top:8.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea1GxpdOemTPUHXeAZDksa7ymcH1P2nI { top:5.375rem;left:19.217920303345rem;width:9.25rem;height:2.1104276710986rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAx8kKkptQxT3MRtvUpPtURLXvHenFSP { display:block; }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJHU3vTsbTNmdtteh7LtOu1m0t5gkFIc { width:17.5rem;height:3.4375rem;top:2.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbuZTTWUxFCqeAa2ozTEX3A10VEviTgZ { display:block; }
 }@media only screen and (max-width: 763px) { #TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl { display:block; }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jl6oeB1PDdyBpgDRb9ob4b7CsrkKbJK5 { width:47.75rem;height:1.3125rem;top:1.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrzL4ACXCq9TxDSxXvOeNwZH5CgT0t7I { top:5.125rem;left:28.9375rem;width:18.8125rem;height:10.526798901543rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsM9a8txkspqIPps2c3I6sXnywxKb5Fp { top:5.125rem;left:14.438467025757rem;width:18.8125rem;height:10.526497062506rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovAg7fR5lhtszz1JDvI6PUgdim28aEfz { top:5.125rem;left:0rem;width:18.8125rem;height:10.526798901543rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo { display:block; }#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKhUxnFT7lJTgnnRII6fJknrPiI5WfmI { top:3.4375rem;left:0rem;width:29.875rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRdUIOGJB52UTABWPuCcSGpvHArZsKPO { top:10.8125rem;left:33rem;width:14.6875rem;height:3.2357297634282rem;display:block; }
 }@media only screen and (max-width: 763px) { #atQMJR2kVtVvBTc7WytdI1C4gIW9y2kZ { top:11rem;left:0rem;width:13.75rem;height:2.874725rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1nBdfL2tCR5OLTPJygMg05D75CHcCPy { top:10.75rem;left:13.030696868896rem;width:10.75rem;height:3.293253968254rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0qUuUsUaPlczdu3GMC7nt4zSDf7qCZp { top:18.3125rem;left:8.9375rem;width:14.875rem;height:2.1157599804178rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6tg2dagDPyGMumDgmaWcGA6cEoTDaTw { top:11.0625rem;left:25.060840606689rem;width:8.125rem;height:2.6669297154112rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBcBiFJ23Apy5O1geECTXXJpflEtOOyb { top:18.125rem;left:25.217090606689rem;width:7.875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv { display:block; }#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBAXVX3HdM7l2Ww535Qnd1WP8cBfCTpI { top:1rem;left:0rem;width:29.875rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzFSNgrR7iKkiKTwJCS1m8mEE8gtB1WB { top:6.3125rem;left:24.593473434448rem;width:10.4375rem;height:6.2747517827593rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXHTnmTrzIl8Kn9nK4lo1MnR0vQ0kuFo { top:16.375rem;left:0.71847343444825rem;width:10.4375rem;height:3.2301402769676rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbWzhzXbPvvtA66yiOKbCMUIiVHW1qm2 { top:16.8125rem;left:23.25rem;width:12.5625rem;height:2.300600985935rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtzsyLZk8EbRBbkiI9MQFndKTLloH8a7 { top:8rem;left:35.4375rem;width:12.25rem;height:2.8602631592306rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3wm1qegxkc4OlL9sNplW2gBGthJKBHT { top:16rem;left:11.375rem;width:12.5rem;height:3.9178515990368rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTSnypZBVmWbmOEvFLNye0XuRmqDTBh { top:8.5rem;left:8.75rem;width:15.0625rem;height:1.8673215119571rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBGTMQ07xoXSdegA6DTPCn8f16TRCcBT { top:23.8125rem;left:24.999307632446rem;width:9.6875rem;height:3.56125625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqZcKDadhTVr4UAUgQ6wfKnn2gmk42Te { top:32.0625rem;left:36.374723434448rem;width:10.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH8AAKZ8GZA5dnqahMOXQGzoPINVoSAd { top:16.1875rem;left:34.875rem;width:12.875rem;height:3.5447713424946rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm1wNdUuoyWiG5PcWFpdx5presP3yq91 { top:24.5625rem;left:13.0625rem;width:9.6875rem;height:2.1245875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6ZxkQPwNKeIS1dT0WgSiOWI2PFGQX9Z { top:22.875rem;left:35.999998092651rem;width:11.5625rem;height:5.4998625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvIo3FHQt1xbSOtmwx6TXNzfUxSLFAxV { top:24.0625rem;left:0rem;width:15rem;height:3.0494323557237rem;display:block; }
 }@media only screen and (max-width: 763px) { #n464EsyavHTEF8UWF5bEopUnpQ3Ke1kZ { top:39.9375rem;left:4.9375rem;width:18.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz8yULHh7oXLrlncoBVV3TltyF2fdT8s { top:31.5625rem;left:0rem;width:13.8125rem;height:2.6121728590414rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFD9XlNDJB3xhpR4SrkTwge2oQNo61xo { top:6.5625rem;left:0.62444686889649rem;width:10.625rem;height:5.7785072457835rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZnCLVU8FVsf8ALygJbA1KSUq0HQ3vLS { top:30.9375rem;left:24.468336105347rem;width:10.6875rem;height:3.8521194786355rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZbnq8i2gdftNn19l4O8IFQVTTkP6vDz { top:30.1875rem;left:13.655696868896rem;width:8.4375rem;height:5.3353618856437rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz { display:block; }#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUPUg9lb1naDaiiks8gTl9nrG7hRruUR { top:1.25rem;left:0rem;width:29.875rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAqqMrlO2IbZDcqeTWN5zgQ17BMaLS5X { top:9.125rem;left:22.5625rem;width:13.25rem;height:3.7324294124827rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0NaltFrGmeLr2IwKeTcS2AQVxAwqyQN { top:8.125rem;left:0rem;width:14.1875rem;height:5.723592613751rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqeA8RtUX5Oei1onqKCX4Nhy4a7kAwOw { top:7.625rem;left:13.84375rem;width:9.375rem;height:6.749875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcJQnUXMHX3kmsqJMT3NKpNRRy5CBGJO { top:7.25rem;left:39.03125rem;width:6.625rem;height:7.4929753224902rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 { display:block; }#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6mSi0nkQQNX8RxZnnogtzyCtE67CZ0H { top:7.9375rem;left:0rem;width:17rem;height:1.1207503351673rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaKf8uvCbM3A8n6z3FPpFadizFTAGc0b { top:7.0625rem;left:35.875rem;width:11.875rem;height:2.7978334624809rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKD4R3APTTNLwRUhmQTN7KeVVvR0Xsby { top:1.25rem;left:0rem;width:29.875rem;height:2.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxkF8GdaqEJ5Xai5cCObhKNseruJW5gG { top:5.1875rem;left:0rem;width:11.9375rem;height:6.5290004167101rem;display:block; }
 }@media only screen and (max-width: 763px) { #u640xU4O8XysRPpT7EvPcBIwltJegwFW { top:7.75rem;left:24.6875rem;width:11.125rem;height:1.4294762881184rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd { display:block; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgXu9ku4R3k9t7o9aeTfe0B1TvxmZHnF { top:2.5625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCECwFbuSia7OTVf3AJMGS0TTzROXKIq { display:block; }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d60EXsE97udn29Cp5GqWPyRwllXqVElQ { width:20.3125rem;height:1rem;top:1.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiwNZtZDsqcamedHwdsVFA4kvfIZ4G5w { width:8.8125rem;height:1.5625rem;top:1.4375rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ens07Oe2631vCtgPw8wX89DRctONDpPv { display:block; }
 }@media only screen and (max-width: 763px) { #ohDR4CENdMrXFOoPA9L6iWT0Er3ZLeZ0 { width:6.875rem;height:1.4239522893542rem;top:1.5625rem;left:22.561268806458rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFuqlmJ1ourdF5WxRheqdu9cmTuPES0C { width:8.625rem;height:1.5625rem;top:1.4375rem;left:34.092782974243rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZNWvDTbXsT1lcyXiPy81HtS3oXM8Jc5 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT { display:block; }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7dOBnScKR1rRQt7K5bQNeN7fwZxBn0f { width:3.9373625rem;height:2.5rem;top:0.625rem;left:8.0309734344481rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J { display:block; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J { background-color: transparent; background-image: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container > .video-iframe-container { display: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row > .video-iframe-container { display: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .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); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J { border-width: 0; border-radius: 0; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { width:20rem;height:42.5rem;background-color:rgba(255,255,255,0.13);background-image:url("https://images.assets-landingi.com/uc/929f33fd-4c35-45de-99cb-e4a0bab7d5a4/fashionbusinesscongressstrona.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container.adaptive-delivery-prevent-bg, #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container.lazyload, #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #ToJy8WlzyXA0lhJhkmqgQU8AZCT5S3UZ { width:20rem;height:41.5625rem;top:0.7798681259155rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARCJwZxK9B6GNyvg2gb8JElghndGyd1S { width:19.9993125rem;height:1.624725rem;top:2.5138294696808rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISRBWooXQlxifQf1M6ro5WsyINZsLkJS { width:9.1870625rem;height:2.35619375rem;top:13.0625rem;left:6.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2oLFbU519T2lzoki81k4Zrgv4xnIaOE { width:20rem;height:6.0434803603166rem;top:23.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLoOz7HbHL1gE2iRbyNEhFt4nDUmpIvO { width:10.2495625rem;height:6.31225rem;top:5.3097338676453rem;left:4.8741705417633rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHrNCtSVs58qGKaqTO4tSo37641Dd9uW { width:18.75rem;height:3.37389375rem;top:19.499446868896rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMqNRfOI2FQCUaVk5L8J6X2NS3vzUGLq { display:flex;width:1.74916875rem;height:1.74916875rem;top:19.498755455017rem;left:0.56139385700226rem; }
 }@media only screen and (max-width: 763px) { #MLvX7yMm2xkvJAvbHgFJi0CqMFUXUJm2 { display:flex;width:2.1875rem;height:2.1875rem;top:13.1875rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #WZP3bMvCvivi5hoki0cyw51nRwr9kBZR { width:18.87375rem;height:3.49903125rem;top:24.998617172241rem;left:0.56208515167236rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDl9TNfrwTiqdXeeByoMmZu0TM3qkf5Q { display:block; }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li { display:flex;width:18.5rem;height:5.1875rem;top:34.618864059448rem;left:0.074793815612794rem; }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #L8D75vTbIDvdRb3POi34xg2ePHaT0Oap { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #i8QoZZVgISGGuOwzrNJOQQNEdlTxIOeZ {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #pNNZwdvJxQHSCtTVCb6q2HTrNOSWbmL4 {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #khMH358f3yuirfoITpW3ZSSl3qfsvmS5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #kP4UHxtnwyvZ6LomyHg2hqZtBrSyGUvy {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #WUdNoieNR6TUFrLObdST4Cx56nnxCQdJ {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #A7qXlDrbCyw2IPo85kPMNdvt5iJym946 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #BI5knzvm3vT5xAJJpsO2BTOun29MvpTg {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #aOIqQOnsITquvxEJTQRivvH58s5pzHur {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #hmUTTeOCD3JELXfstPLHd0KC3IewNpZ8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #dJ8DLvlUkXPzKXnuCIZEUUZQGGKzszU6 {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #Db6vKsivEu54BIfeiMephz7fKGtT1g8u {  }
 }@media only screen and (max-width: 763px) { #Rrpcwub2TsOsJooTHU1tbB8eUqLyi4EG { width:14.0625rem;height:1.46225rem;top:32.242809295654rem;left:2.96875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rUAqJdQGuyhceG5uzisWrgiw9NFaBf76 { width:7.374875rem;height:1.78719375rem;top:16.897815227509rem;left:6.8749997615813rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTeyPmh50717hmZiBkFS1SPTBbE7FWVf { display:flex;width:1.875rem;height:1.875rem;top:16.854949951172rem;left:4.0936119556427rem; }
 }@media only screen and (max-width: 763px) { #HK325htQTZyUdVics3EcAvbcqVG2HxnG { display:block; }#HK325htQTZyUdVics3EcAvbcqVG2HxnG > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #au9LJsJchLmSMn5yxiHTwuFahyDx9Ift { width:20rem;height:66.061875rem;top:0.9056968688965rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPbzGKoICLuKFz7W3iykvELcXQRKqChi { display:flex;width:3.0620875rem;height:3.0620875rem;top:50.897401809692rem;left:8.4686117172244rem; }
 }@media only screen and (max-width: 763px) { #WCUy74JdCzP9zWiQRWfEpFwVMLOSRvEQ { display:flex;width:3.187225rem;height:3.187225rem;top:30.745991706848rem;left:8.4056968688962rem; }
 }@media only screen and (max-width: 763px) { #yPlKJLFfUScND1ctyJZ2WeNwfiyQAUPE { width:19.8121875rem;height:1.3500625rem;top:14.336534395814rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1LGaHkr3WbnBa8AqdrsrUKlbuTQWdnZ { width:19.8741875rem;height:1.34955625rem;top:35.645741462707rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #iZzWylMguRtrgkJFDfPAxNJwEV3TMNT0 { width:19.5616875rem;height:1.34955625rem;top:55.27170753479rem;left:0.21778213977814rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zbxHC0LGagIiM76WB0qTUtToK0TGzr2T { display:flex;width:2.6247rem;height:2.6247rem;top:64.7249546051rem;left:17.225839436054rem;z-index:14999; }
 }@media only screen and (max-width: 763px) { #sHdoMabfTfRxNvG8TrCTgU9HXdMkO4h9 { width:4.6875rem;height:4.6875rem;top:8.7237277030944rem;left:7.5677547454831rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #g9nEa6WMX5EV5OpQBPDWlQFndsVvTtMT { width:4.6875rem;height:4.6875rem;top:29.907355308533rem;left:7.5677547454831rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #sNDA0FgdEWUIMrzx5iewJy85NwO7wgpK { width:4.6875rem;height:4.6875rem;top:49.996541976929rem;left:7.4108133316037rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #muxRrQB7hPyLMQTctFyeTpOdzJZvfdN9 { width:0.0625rem;height:17.4375rem;top:10.212565413189rem;left:13.62442111969rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5MF7FJszpwGO8Mn7JcgBut22ors6fB9 { width:15.4364375rem;height:9.1855625rem;top:17.25rem;left:2.375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DRyA3N1nF3kVC7FRLrK1CT8QycLNRQd9 { width:17.0625rem;height:10.9375rem;top:16.249999523163rem;left:1.4995851516724rem;display:block; }
 }@media only screen and (max-width: 763px) { #gabgIphgn0vMZK4b7AXAnkm9oi4z1FRy { width:17.0625rem;height:10.1875rem;top:37.710453033448rem;left:1.4415099620819rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJP4hCuto78abOLBZbe28NTvm9LphHv7 { width:17rem;height:8.625rem;top:57.314710617066rem;left:1.4415099620819rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeQTmX62IzbySrBWi0xhDpv1gcNxAHnB { width:15.4364375rem;height:9.1855625rem;top:38.461006164551rem;left:2.2808979153633rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DkPx9WZkmI8A0DuqFJZW6W3yoGP9gRct { width:15.24975rem;height:7.8733375rem;top:57.842039108276rem;left:2.3745473027229rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JgcHnrC2sSCpgBF7CmTXnT4Zya6TOv0B { width:19.9995rem;height:2.2746125rem;top:4.2865041643381rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #meoDXCPrU80uDOWv5SAcWaQLtFdAq780 { width:15.9368125rem;height:4.49944375rem;top:5.4196443557739rem;left:2.03125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #JwfdNaJzQd9S8TuyTzDyE8iyTXCaLu5K { width:20rem;height:5.9875865884091rem;top:35.25rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #XAVTaitn60bNDp7k2q9EVR37mistZrkw { display:flex;width:0.81166875rem;height:0.81166875rem;top:2.8491420745849rem;left:9.5934734344481rem; }
 }@media only screen and (max-width: 763px) { #mVdyUUgrdi81pWCG4kJLlE5L8Jfk710w { display:flex;width:2.562225rem;height:2.562225rem;top:9.8734793663025rem;left:8.7181968688962rem; }
 }@media only screen and (max-width: 763px) { #ayvT5qiAwTndu5p1CyX5roMVx2QBMsmT { display:block; }#ayvT5qiAwTndu5p1CyX5roMVx2QBMsmT > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9L2aiptAhJrousoAUAk6tSKWbWEldoC { width:18.937375rem;height:18.75rem;top:4.77391875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBoQR4B9p1E5uI5nOwemF1AGSgbUIvDC { width:16.25rem;height:2.43639375rem;top:10.771568181229rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrQCAItQqddh4EFrQTrx3prxudRSgJ5S { width:16.25rem;height:7.03125rem;top:14.896294534206rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFDnhkz8RGprUCOP7kuoA5dqcPmyJ1aB { width:18.312375rem;height:2.2746125rem;top:1.25rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxRFZxeeTIsWvNXXuO11tN9NU6h3T4v6 { display:flex;width:3.125rem;height:3.125rem;top:6.5839328765869rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #MJPC1Z17cvCBuxdw3eIfyPEA4InKI1oN { width:20rem;height:18.875rem;top:24.991701008988rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp0gycQGkBmLTMgTBQrP9voDfAdB8T1C { display:flex;width:3.125rem;height:3.125rem;top:26.489903390407rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Kx12QzdHcmxh7fVTcfG1HdyoQQ3pfTLR { width:12.5rem;height:2.43639375rem;top:30.989350440216rem;left:3.4686126708984rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrT90RdnxfwOi3BEMUfkyGpBVGTpywsV { width:20rem;height:7.03125rem;top:34.864492416382rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqegtcSNVDp2Q6q994L5f8yTO06k8yWa { display:block; }#gqegtcSNVDp2Q6q994L5f8yTO06k8yWa > .row .container { width:20rem;height:84.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LaqdCsW3ypQnUlkFbdbC73PRRPkMTUcm { width:14.6875rem;height:4.49875625rem;top:7.0112000107762rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4Gy9Zv1mBv9fl2Jt7wqATZS8THDLpQh { width:20rem;height:1.13730625rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PmWnh3mSCL0AePSoeA7NEWOaOhux922J { display:flex;width:2.0625rem;height:2.0625rem;top:3.6366125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #uFp6mJSnf5SxP0zNK33SBOvnGqPdclvK { width:13.18725rem;height:4.49875625rem;top:15.82204157114rem;left:3.4056968688965rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr8VX7LHdCpuw9HrygQyyaPi8h4yixvd { width:17.6244375rem;height:4.49875625rem;top:25.071210861206rem;left:1.1870851516724rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDKJxMBsEu1nTaTAKJ8ZnrmghO30S83f { width:18.125rem;height:4.49875625rem;top:33.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ren6s4q7d3CBmi1RB9D8bP72O265meSk { width:16.5625rem;height:4.49875625rem;top:42.6875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #inwcQgCsl8NrmBGd5lcAkcwBLI5aThl4 { width:16.25rem;height:4.49875625rem;top:51.75rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN3GcKCTZb6DvxWx9BAE4dnwl59tlkkb { width:16.124875rem;height:4.49875625rem;top:61.312224388123rem;left:1.9372234344482rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzrEfBMSydhJa5tREXg1m5EdlsAfiw8a { width:14.874875rem;height:2.99916875rem;top:70.375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRMkDf44enRnmXbvUI0P1qT2c19Eo9Ts { width:14.0625rem;height:4.49875625rem;top:77.810424804688rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgQZ62uppkqdm6wIwC9C9HxbCTzIRN5G { display:flex;width:2.0625rem;height:2.0625rem;top:12.69786875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #i66w0uAI9u7zSLvMhBv1LMVQL72F61VP { display:flex;width:2.0625rem;height:2.0625rem;top:21.759125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #dkcUtDKrxC4GBDz27yKyPNuarWhtWibe { display:flex;width:2.0625rem;height:2.0625rem;top:30.3125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #eoMBQ8Gpu2gnTrSsa8mpqxP91NiXWRCW { display:flex;width:2.0625rem;height:2.0625rem;top:39.375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #I4lALZVPhwObJgSbZiDHNh3D6PcrS1nN { display:flex;width:2.0625rem;height:2.0625rem;top:48.4375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #MlaP0qJ8dezpAELK77nlm2T6Azuob25A { display:flex;width:2.0625rem;height:2.0625rem;top:58rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #LDTXpcTOqet7y6m9TJ6KhzCHyFplOHXz { display:flex;width:2.0625rem;height:2.0625rem;top:67.0625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #QkRghewLhWkM6T7USNNH9AuOyzHnDhM7 { display:flex;width:2.0625rem;height:2.0625rem;top:74.625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #JSpEboC2Tt6b8psOPh2LC98J31ncyJmz { display:block; }#JSpEboC2Tt6b8psOPh2LC98J31ncyJmz > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P41TByi6U2DbDPX1cnEvm4E0uITTmd3V { width:20rem;height:7.497925rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG { background-color:#0f1035;background-image:none;display:block; }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row .container { background-color: transparent; background-image: none; }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row .container > .video-iframe-container { display: none; }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row > .video-iframe-container { display: none; }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .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); }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0gKT8pQbpaTAJvh4qUUnfZ9MFbbhPmN { width:17.4993125rem;height:3.43611875rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD7gf13I6KvrTLK0yToz7RDPMMvblW1g { display:block; }
 }@media only screen and (max-width: 763px) { #ua67PsmMLwTdaqlchkKvy43n6XRx3mVh { display:block; }#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4kCuLVTQnzQMSMVEbKMW6HTSu7RV08y { width:16.5625rem;height:4.50083125rem;top:6.9814715385438rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TF2Q9cVDbZOpseNMgrhooHa6KBZbIKCE { width:5.74944375rem;height:0.124446875rem;top:12.829093456268rem;left:7.1245851516725rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEzuucpGzUyANkoFFT60puy57Pa4D57n { display:flex;width:5.625rem;height:5.625rem;top:1.3571591377258rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #aOg8topgwlJcQtiCHVFaqP63972QC8h8 { display:block; }#aOg8topgwlJcQtiCHVFaqP63972QC8h8 > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxoPZkCTTRsTP4IWVO77ifpVXnVQcuOb { width:20rem;height:11.1875rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg2S6aVih6d8Ek6M8E3Vs0y4aRSNRkPG { width:19.6875rem;height:2.99916875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4kfMP2IRSBilrD2liQU2SIMTestGwOV { width:19.184875rem;height:11.81rem;top:26.996703624726rem;left:0.40721797943115rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #H5pWBc0nkJSsBHuiiDImbfNe3vKhM0WI { width:18.6829375rem;height:10.557225rem;top:41.25rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GmBp1iBxUZ6sOAnPxISLmhk7o3clfIoZ { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmAVZEeZoySL9aifpHh3xxHvTbycoE7Q { width:15.625rem;height:7.4979375rem;top:18.417449951172rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo5ClyGC8Xuv97fILbfFkvxxHnSK67Um { width:11.25rem;height:11.25rem;top:6.3709897994994rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTVrH0TWftsZSNchebLLobtglMVnkCXs { display:block; }#MTVrH0TWftsZSNchebLLobtglMVnkCXs > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaTokBTDG66lUAGQE6J4UMcKLTtkMLHf { width:20rem;height:9.5rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nStgBb88tnuNb5Qb4OfSyuOzgdrTmocm { width:15.8125rem;height:4.49875625rem;top:0.68722343444825rem;left:1.7494468688965rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlKipqRinBiubkMTqhCmoN6n6cbERQBb { width:19.184875rem;height:11.81rem;top:24.556830406189rem;left:0.40721797943115rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #F3z5cH7IkfDZMOtW8XwIOxJXyU03qG28 { width:18.6829375rem;height:8.4457875rem;top:39.0625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wrKRawSUERoIQF9LZFEMQVbVX89Rz3Tk { width:11.25rem;height:11.25rem;top:6.7927269935606rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y69iM0uxqyOV4yzlavC1F7AeNC29EQlE { width:15.625rem;height:4.4987625rem;top:18.873755931854rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3ovQTxvkc6DZI6wm3bt2TMiBoRLP9xa { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf { display:block; }#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf > .row .container { width:20rem;height:86.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkzoTpXzBpparHdIBbFUgX2IwWp6TnZr { width:20rem;height:13.125rem;top:72.36245rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFmemlgyQyb3CWvtRhh3KxmiTbXoHsE5 { width:18.0620625rem;height:4.49875625rem;top:1.25rem;left:0.96861171722412rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHh0orhr0xxOVhlVy2vkuCNwGJg1xKf0 { width:19.184875rem;height:44.61556875rem;top:26.4975125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tc5hi3VrGeGbf3AqFz2duQ8qSv6xmhg2 { width:18.6829375rem;height:12.668725rem;top:73.174797412106rem;left:0.56208610534668rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nCIpXcm6H1PAVrCngBX9MniHAdXTe9er { width:11.25rem;height:11.25rem;top:7.9362564086912rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqJJLzBXFh6QyKrZdUzsPoVfRZKsDvxI { width:15.625rem;height:4.4987625rem;top:20.248201310634rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBGn5J7gwExU944ExquXFHD3CT8mdTzB { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt { display:block; }#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bme4Q5Avy5p8RDsh38WXw2laTcG8TWnR { width:20rem;height:14.6875rem;top:44.80500625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3GC0xydRCg0aFz9yPPqdToqIcANzDQd { width:15.06225rem;height:2.99916875rem;top:0.99972343444825rem;left:2.2490320205689rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKBrfAnhXLuKbfDmTbLCBAECFyxVpTHm { width:19.184875rem;height:17.058875rem;top:25.621558666229rem;left:0.40721797943115rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kJ5TuzJNWV2MQ6Xsy6I1SwcIG7wnRx4x { width:18.6829375rem;height:15.8358875rem;top:45.054609521484rem;left:0.75013923645019rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zoaTTxeWr3N3DMNMQzP5O0WfUNnEWDgz { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3NqJAuUVuIeMPeWVze2VMa4TQZqwoNb { width:15.625rem;height:5.99835rem;top:18.122926235199rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWyTDAlyW3bb4rz1cxdzgQGa01dTpEV5 { width:11.25rem;height:11.25rem;top:5.4970955848694rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMJPSzKrPC9TzC9P8XxNXqPIM51etshc { display:block; }#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riSlVAw0SB8ax2GdAmalk84O2Mvfhcsu { width:20rem;height:10.0625rem;top:41.686946868896rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXr7th3bafvyzHgI13bVZlvUzw1k6FTO { width:18.125rem;height:4.49875625rem;top:0.71418714523312rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbKQvIcVHXOgVmaMwKdHRIK6b1XRoKL5 { width:19.184875rem;height:15.7466875rem;top:24.682684421539rem;left:0.81512725353244rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #y5dJ51Dxyn7q2oPczGcr3oUM5zZSalU5 { width:18.6829375rem;height:9.5015375rem;top:42.499309539795rem;left:0.658185839653rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #B5DW0im5oWClDNWX8VWeUtfvKo1Qydz8 { width:11.25rem;height:11.25rem;top:6.7927269935606rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFxVg7lIwovsABBrQ6HapWWIMlQWFpEb { width:15.625rem;height:4.4987625rem;top:18.873755931854rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #abGKCeRL8XPaRtRsRGHpcJTgpwo8U5BO { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGEgfEAbiUQ5uOQWH0ZaFsg2LTVhF2hw { display:block; }#uGEgfEAbiUQ5uOQWH0ZaFsg2LTVhF2hw > .row .container { width:20rem;height:54.112307632446rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CH0kEExS7Lupb3v8xQcyy2GD8XZEod2B { width:20rem;height:12rem;top:41.686935424805rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNmfa3ZsVoNRdWhzVZirqQNEG22Q7bda { width:18.125rem;height:4.49875625rem;top:0.71418714523312rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsX1A8B9czEzHrOkUmWqSKxsHTKxMktK { width:19.184875rem;height:15.7466875rem;top:24.682684421539rem;left:0.81512725353244rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ke9f0XTeqdRUZ1hwtBZSsccMp38eC0of { width:18.6829375rem;height:11.612975rem;top:42.499309539795rem;left:0.658185839653rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #P86T20s81z0Ip8Nnk9qbNrsRsQezkucp { width:11.25rem;height:11.25rem;top:6.7927269935606rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh4AOOWmDoFtTo2QnTtf65NvazNUTCtl { width:15.625rem;height:4.4987625rem;top:18.873755931854rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLPIlGqoFMq6gcEmu3JalPCaX4RhgMyi { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJCsn2vLtM5JMtykEz19WNfoirZOCihE { display:block; }#BJCsn2vLtM5JMtykEz19WNfoirZOCihE > .row .container { width:20rem;height:112.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrLbuKNITtPLFkwT7vdLTNqpwi6bdv27 { width:20rem;height:31.875rem;top:79.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc9AkUr4Ue34CCCNddzBH6VVQE23Auwp { width:16.875rem;height:2.99916875rem;top:0.68722343444825rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7rBOKhwroIXNirGqdJMSqCmM8DGtkET { width:19.184875rem;height:34.1178125rem;top:43.411226272583rem;left:0.40721797943115rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FAJZbOvxX3tiXQKcGNQDRRwn8xWJdiW6 { width:18.6829375rem;height:29.5602875rem;top:80.125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eH5t74ot7Xw4cKTGculZZzVJMl3mnfAV { width:11.25rem;height:11.25rem;top:5.3117771148682rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w775dgciWNCOTPq9dlLktKqiiXmJ9dO1 { width:15.625rem;height:5.99834375rem;top:17.374862670899rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrbbcSqrFv9X8cDCmIIu9mLuaZdaknTf { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfe1ponSdsAMFaKyO9szNlytSRk9x3Vu { width:15.625rem;height:4.4987625rem;top:37.5625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfmK1hAXTvgyRlqmmI7pi44nQ32LPR8W { width:11.25rem;height:11.25rem;top:25.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID { display:block; }#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID > .row .container { width:20rem;height:96.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtNlBH2vHxGLWsRK4Nwd6POyCyhg9GGr { width:20rem;height:25.06225rem;top:70.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEq3sgLnNmKbtdJd2iDyhs4knkSX55BH { width:18.312375rem;height:4.49875625rem;top:0.74806404113769rem;left:0.84347343444825rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0zuKuIJ9nGDwSFa2zaXaKzXwUeKt1af { width:18.6829375rem;height:24.2816625rem;top:71.25rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eAMl6rcFBzNT0gpfKHEiyzDkWPPx2iFi { width:15.625rem;height:5.99834375rem;top:17.747525215149rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkJAULgqc56I8t0sZeterzDsRkFPC5da { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq9MhhBEB5pINT80VwavwclaxaD67g9Z { width:19.184875rem;height:27.556725rem;top:43.245297431946rem;left:0.40721797943115rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nirU7S9K5cWSZkdS4U3zgu5Gbk0R42BV { width:15.625rem;height:4.4987625rem;top:37.305723667145rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxhGn5KrzPmicxusHqRbfoJs8EDNK7PO { width:11.25rem;height:11.25rem;top:5.9368085861206rem;left:4.3743085861206rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCiMwgrs0nwzFzmknsoe2TZC5X5SreRu { width:11.25rem;height:11.25rem;top:25.306277751923rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 { display:block; }#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNid7QGyo0oaBOoRVytmsXtP8LdqpobS { width:19.9370625rem;height:1.46225rem;top:0.93540382385256rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#f10a18;display:block; }
 }@media only screen and (max-width: 763px) { #nVezwQqVILax37nVELUE1LVlzguhKBf0 { background-color:#0f1035;background-image:none;display:block; }#nVezwQqVILax37nVELUE1LVlzguhKBf0 > .row .container { background-color: transparent; background-image: none; }#nVezwQqVILax37nVELUE1LVlzguhKBf0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVezwQqVILax37nVELUE1LVlzguhKBf0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVezwQqVILax37nVELUE1LVlzguhKBf0 > .row .container > .video-iframe-container { display: none; }#nVezwQqVILax37nVELUE1LVlzguhKBf0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVezwQqVILax37nVELUE1LVlzguhKBf0 > .row > .video-iframe-container { display: none; }#nVezwQqVILax37nVELUE1LVlzguhKBf0 > .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); }#nVezwQqVILax37nVELUE1LVlzguhKBf0 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tax7lVUUOHVwUfuh2VpdImbRqTuZTPcl { width:17.4993125rem;height:3.43611875rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d38dnyuKfULKBT35SdnJhuiCaRP630tD { display:block; }
 }@media only screen and (max-width: 763px) { #luEUQgI1UbzLedBTBauwu7xzVnvrNaBR { display:block; }#luEUQgI1UbzLedBTBauwu7xzVnvrNaBR > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3uR0OdoAuKphZZD9almv9tTb8PIeaky { display:flex;width:3.12430625rem;height:3.12430625rem;top:1.2659015655518rem;left:8.2183351516725rem; }
 }@media only screen and (max-width: 763px) { #silsIDdd8Cz08X9p2uFG2vDJlBnIJWPO { width:19.9375rem;height:5.85108125rem;top:5.0608406066894rem;left:-0.18673956394196rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#f10a18;display:block; }
 }@media only screen and (max-width: 763px) { #ACd25RboFhZZrl0kkgT0zTpxMH0Vgyma { display:block; }#ACd25RboFhZZrl0kkgT0zTpxMH0Vgyma > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOSlJ7e2zrTteyt9zMF7HroOnecJy5KM { width:19.875rem;height:41.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufHtyfsgvnFUc0xTTSKlULyA5nh1u1Vo { width:18.75rem;height:36.7802875rem;top:5.9741401672363rem;left:0.76189136505125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJyVbiGhSlaQuGiWy6WUe1R2VsEiU1sm { width:9.375rem;height:2.0623625rem;top:2.6700773239136rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqDZLL1rntz92ttTfW84xz4nTfafnPI6 { display:block; }#eqDZLL1rntz92ttTfW84xz4nTfafnPI6 > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8WsnprJTSR9dX27AQHqR8pDRoycsWLG { width:19.8125rem;height:44.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #El7RW2KPclfcG5n95pyLWrpUqeS9BPHz { width:18.75rem;height:39.9786rem;top:5.9741439819336rem;left:0.76189136505125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCiBfQBsSU9JSXFf0wgfTa5KT0D6yDsr { width:7.8125rem;height:2.5419705784311rem;top:2.667311668396rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtmTgTN367CQMiBGs9wL3KMyILEannvd { display:block; }#UtmTgTN367CQMiBGs9wL3KMyILEannvd > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPDnOtAH5FfuftlDSlcoGipnErOyxNQ2 { width:19.875rem;height:42.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp2dTosM8DOwrypIhFCprI7lnre1iLtu { width:18.75rem;height:38.3794125rem;top:5.9741439819336rem;left:0.76189136505125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXUVSDCTOib52CvM29QWXDbhbThMSaN9 { width:14.4375rem;height:2.1155118625291rem;top:2.3575773239136rem;left:2.7806968688965rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 { display:block; }#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 > .row .container { width:20rem;height:50.748778320313rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3ZJqZJPnKLkZtuH3ScGeuGduRvqlGTq { width:19.875rem;height:47.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmCBgDT0RG9sutStwGP2pKiftxOx3KGt { width:18.75rem;height:44.77599375rem;top:5.9734497070312rem;left:0.76189136505125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl0M9ZuMi0qkQxFfg1d07dK6tbigXxbs { width:11.6869375rem;height:1.5625rem;top:3.0779862403869rem;left:4.1558351516724rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTbc2CZC7vwex0NK7PNC2bX7UtQKtILU { display:block; }#JTbc2CZC7vwex0NK7PNC2bX7UtQKtILU > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAhZ88g5FO7STzp7KqC9QW9xVyWXw5R7 { width:19.75rem;height:25.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWSZJFys75749kkJVEit3ziLxN8IP7sL { width:18.75rem;height:22.387975rem;top:5.9741420745849rem;left:0.76189136505125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk1el9TJxrKUTGHsp3A7lOQZzVV186pO { width:10rem;height:2.9998625rem;top:2.1142148971558rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb82qOUiaLrw6QhNQMek1zT81x2eebwn { display:block; }#Mb82qOUiaLrw6QhNQMek1zT81x2eebwn > .row .container { width:20rem;height:34.75799609375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0008TOLI4BHbvpgLTuKSvHHFDyN4Jpr { width:19.6875rem;height:31.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtH1qPxxRSEgsf7H0c6JoTxQsgUkVxlt { width:18.75rem;height:28.78455625rem;top:5.9741439819336rem;left:0.76189136505125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJO7Z5Tk8Swuqm7QgD9MPNozlJpIJggM { width:12.1875rem;height:2.1763837017082rem;top:2.6576328277588rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu { display:block; }#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtZNJtbMwSJure7colc7TBw3xzDySDXg { width:19.8125rem;height:57.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh0HzvJbawigMtZlvg5CFfvvPxwvOtDi { width:18.75rem;height:51.17251875rem;top:6.4069519042969rem;left:0.76258277893069rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfxNPxfSCnZiryvz50dcI3LB3AFWLpw6 { width:8.5619375rem;height:2.79175625rem;top:2.6984235048294rem;left:5.7183351516724rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEyiye4ktTSWZQmgM9ETlBML4Q3brJvA { display:block; }#WEyiye4ktTSWZQmgM9ETlBML4Q3brJvA > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isNiatrA7C7qOZSkUStUPXCOyuIV6Orc { width:19.8125rem;height:51.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5NIfZBT5ef3sym4ONsByWTZyr9p5RB5 { width:18.75rem;height:44.77599375rem;top:6.4076328277587rem;left:0.76258277893069rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea1GxpdOemTPUHXeAZDksa7ymcH1P2nI { width:9.25rem;height:2.1104276710986rem;top:2.9348731040954rem;left:5.3747234344483rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAx8kKkptQxT3MRtvUpPtURLXvHenFSP { background-color:#0f1035;background-image:none;display:block; }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row .container { background-color: transparent; background-image: none; }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row .container > .video-iframe-container { display: none; }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row > .video-iframe-container { display: none; }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .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); }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJHU3vTsbTNmdtteh7LtOu1m0t5gkFIc { width:17.4993125rem;height:3.43611875rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbuZTTWUxFCqeAa2ozTEX3A10VEviTgZ { display:block; }
 }@media only screen and (max-width: 763px) { #TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl { display:block; }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jl6oeB1PDdyBpgDRb9ob4b7CsrkKbJK5 { width:19.998875rem;height:0.749825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MrzL4ACXCq9TxDSxXvOeNwZH5CgT0t7I { height:10.5264375rem;width:18.81225rem;top:17.00986875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsM9a8txkspqIPps2c3I6sXnywxKb5Fp { height:10.5251875rem;width:18.81225rem;top:28.78568125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovAg7fR5lhtszz1JDvI6PUgdim28aEfz { height:10.561rem;width:18.8731875rem;top:5.19949375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo { display:block; }#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKhUxnFT7lJTgnnRII6fJknrPiI5WfmI { width:12.5rem;height:1.80033125rem;top:0.56139373779297rem;left:3.7181968688965rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MRdUIOGJB52UTABWPuCcSGpvHArZsKPO { width:17.062375rem;height:4.5623625rem;top:22.01741875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atQMJR2kVtVvBTc7WytdI1C4gIW9y2kZ { width:15.3125rem;height:3.375rem;top:8.3116707801819rem;left:2.3119468688965rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1nBdfL2tCR5OLTPJygMg05D75CHcCPy { width:11.5625rem;height:3.75rem;top:3.3607573509216rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0qUuUsUaPlczdu3GMC7nt4zSDf7qCZp { width:17.3125rem;height:2.6143370860582rem;top:14.236725rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6tg2dagDPyGMumDgmaWcGA6cEoTDaTw { width:8.125rem;height:2.6669297154112rem;top:18.1008rem;left:5.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cBcBiFJ23Apy5O1geECTXXJpflEtOOyb { width:7.875rem;height:2.5625rem;top:27.829086132812rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv { display:block; }#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv > .row .container { width:20rem;height:85.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBAXVX3HdM7l2Ww535Qnd1WP8cBfCTpI { width:15.812375rem;height:1.80033125rem;top:1.2500259876251rem;left:2.0934734344483rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzFSNgrR7iKkiKTwJCS1m8mEE8gtB1WB { width:10.4355625rem;height:6.2728125rem;top:45.69275rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXHTnmTrzIl8Kn9nK4lo1MnR0vQ0kuFo { width:11.93725rem;height:3.6248625rem;top:8.8253593444825rem;left:4.0306968688965rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbWzhzXbPvvtA66yiOKbCMUIiVHW1qm2 { width:13.312375rem;height:2.3748625rem;top:53.214875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtzsyLZk8EbRBbkiI9MQFndKTLloH8a7 { width:11.6869375rem;height:2.874725rem;top:67.00359375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3wm1qegxkc4OlL9sNplW2gBGthJKBHT { width:13.56125rem;height:4.2498625rem;top:27.48893125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTSnypZBVmWbmOEvFLNye0XuRmqDTBh { width:13.81225rem;height:1.875rem;top:23.550163269043rem;left:3.0931968688965rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBGTMQ07xoXSdegA6DTPCn8f16TRCcBT { width:10.68725rem;height:3.812225rem;top:56.8397375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqZcKDadhTVr4UAUgQ6wfKnn2gmk42Te { width:11.186375rem;height:1.937225rem;top:82.67284375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH8AAKZ8GZA5dnqahMOXQGzoPINVoSAd { width:12.875rem;height:3.5447713424946rem;top:71.12831875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm1wNdUuoyWiG5PcWFpdx5presP3yq91 { width:9.6875rem;height:2.1245875rem;top:32.98879375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6ZxkQPwNKeIS1dT0WgSiOWI2PFGQX9Z { width:11.5625rem;height:5.4998625rem;top:75.92298125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvIo3FHQt1xbSOtmwx6TXNzfUxSLFAxV { width:15rem;height:3.0494323557237rem;top:14.213218688965rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n464EsyavHTEF8UWF5bEopUnpQ3Ke1kZ { width:17.374875rem;height:1.49405625rem;top:42.94869375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz8yULHh7oXLrlncoBVV3TltyF2fdT8s { width:13.8125rem;height:2.6121728590414rem;top:19.012720108033rem;left:3.0931968688965rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFD9XlNDJB3xhpR4SrkTwge2oQNo61xo { width:10.625rem;height:5.7785072457835rem;top:3.0482578277588rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZnCLVU8FVsf8ALygJbA1KSUq0HQ3vLS { width:10.6875rem;height:3.8521194786355rem;top:61.9019625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZbnq8i2gdftNn19l4O8IFQVTTkP6vDz { width:8.4375rem;height:5.3353618856437rem;top:36.36338125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz { display:block; }#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUPUg9lb1naDaiiks8gTl9nrG7hRruUR { width:20rem;height:1.80033125rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QAqqMrlO2IbZDcqeTWN5zgQ17BMaLS5X { width:11.31225rem;height:3.24875625rem;top:19.08601875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0NaltFrGmeLr2IwKeTcS2AQVxAwqyQN { width:13.559875rem;height:5.53650625rem;top:4.2996375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqeA8RtUX5Oei1onqKCX4Nhy4a7kAwOw { width:9.375rem;height:6.749875rem;top:11.08614375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcJQnUXMHX3kmsqJMT3NKpNRRy5CBGJO { width:6.62475rem;height:7.4916875rem;top:23.584775rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 { display:block; }#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6mSi0nkQQNX8RxZnnogtzyCtE67CZ0H { width:18.058625rem;height:1.1248625rem;top:12.00290625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaKf8uvCbM3A8n6z3FPpFadizFTAGc0b { width:13.75rem;height:3.125rem;top:17.05614375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKD4R3APTTNLwRUhmQTN7KeVVvR0Xsby { width:20rem;height:1.72428125rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dxkF8GdaqEJ5Xai5cCObhKNseruJW5gG { width:11.93725rem;height:6.528625rem;top:4.22428125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #u640xU4O8XysRPpT7EvPcBIwltJegwFW { width:11.124875rem;height:1.428375rem;top:14.37776875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd { display:block; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgXu9ku4R3k9t7o9aeTfe0B1TvxmZHnF { width:19.998875rem;height:2.2746125rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCECwFbuSia7OTVf3AJMGS0TTzROXKIq { display:block; }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d60EXsE97udn29Cp5GqWPyRwllXqVElQ { width:19.998875rem;height:2.2746125rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NiwNZtZDsqcamedHwdsVFA4kvfIZ4G5w { width:8.872375rem;height:1.624725rem;top:9.5685844421388rem;left:5.5634677410126rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ens07Oe2631vCtgPw8wX89DRctONDpPv { display:block; }
 }@media only screen and (max-width: 763px) { #ohDR4CENdMrXFOoPA9L6iWT0Er3ZLeZ0 { width:6.874125rem;height:1.42296875rem;top:4.77335625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFuqlmJ1ourdF5WxRheqdu9cmTuPES0C { width:8.625rem;height:1.5625rem;top:7.50622177124rem;left:5.6872236728668rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GZNWvDTbXsT1lcyXiPy81HtS3oXM8Jc5 { display:block; }
 }