.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:246,221,233;--color-primary-1:225,141,180;--color-primary-2:194,27,105;--color-primary-3:97,14,53;--color-primary-4:29,4,16;--color-secondary-0:254,229,222;--color-secondary-1:252,168,145;--color-secondary-2:249,81,34;--color-secondary-3:125,41,17;--color-secondary-4:37,12,5;--color-tertiary-0:255,255,255;--color-tertiary-1:251,251,251;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/e1be84a3-ed38-4b8f-9d71-b5973ae527a8/140320261.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { background-color: transparent; background-image: none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container > .video-iframe-container { display: none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row > .video-iframe-container { display: none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .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); }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { border-width: 0; border-radius: 0; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#yCKXFgqVd94963U7PanFFaHcIHxbe76z { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.0625rem;left:31.5625rem;display:block; }
#ZWdVW4OgW94vghRy8xdloK4s6DyptTht { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LCJXNALvnLlniNSEshH88xa8wTJ4WGCZ { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.0625rem;left:42.375rem;display:block; }
#Bcv4OFgmfwJyIeQwltwPewRTGTBfccBg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AhQLEa0Stiwdoifv2QWJHsTPZFBPPn8V { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.0625rem;left:49.5rem;display:block; }
#ERFkA8Xg7eKlOsbg3ufZPDOUGWdm5xgi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kZRbd5nmTUrdWkR88NeR2zmugQOO02fJ { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.0625rem;left:58.0625rem;display:block; }
#O5ibXaKOygDE4qqXmln6oXCRTIHLERn7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R56oD5xl9fP703xwi4ELo6FTDtwLCIIQ { 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:15000;opacity:1;display:none; }
#R56oD5xl9fP703xwi4ELo6FTDtwLCIIQ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#CdL08yK30hHKfqscxMB6UUg9OdTT4Uho { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.56277125rem;height:2.68779rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:1.0922899246216rem;left:65.375288486481rem;display:block; }
#MVxyJa440JvxLqxWnzIT3r2Ttm9sUUmc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OT3ZZ1Q76cFZQkQ814gPJTzbdKFGGBvZ { 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:3.75rem;width:9.5rem;top:0.59287405014038rem;left:0rem;overflow:hidden;display:block; }
#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 { position:relative;display:none; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 { border-width: 0; border-radius: 0; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .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; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Lm9SW1EmsUFsf5zpX0Q5Vgq1FhskHHc9 { 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:15000;opacity:1;display:none; }
#TZ9dZ6xbZtI45lowtqAxLo6mFnP9n2T8 { 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.75rem;width:4.5rem;top:3.375rem;left:0rem;overflow:hidden;display:none; }
#kZpiUBE9K9eV1XeVt92R00xOwgBGGJXl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:10.3125rem;left:5.4375rem;display:none; }
#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE { 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; }#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE > .row .container { background-color: transparent; background-image: none; }#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE > .row .container > .video-iframe-container { display: none; }#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE > .row > .video-iframe-container { display: none; }#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE > .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); }#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE > .row .container { border-width: 0; border-radius: 0; }#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d47be4cc-983e-4ef9-98ca-3598320f2fbf/herosection.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;overflow:visible;position:relative;display:block; }#XTUdxBp2XshTFKDQsNxOW5spB4TDU9gf { 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:15000;opacity:1;display:none; }
#GmuUUwcCAgBEDFZLGWK6814QIsh4oTua { z-index:15003;top:50.875rem;left:21.3125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:14.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#fXL0rLZ2JTdJ6zWnz09G33XzEPKRuQ20 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uzOuTOVWnH4xnwWTPr02MZepisRixBcZ { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-1),1);border-left:0.1875rem solid rgba(var(--color-tertiary-1),1);border-right:0.1875rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.87779375rem;height:3.190275rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:17.75rem;left:53.5rem;display:block; }
#IGJHxdzlqAdUk4Ck59WnmexVq6u1WmS6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vJ2lQe0qqtuMPOTuGcMI7Mkpsbyo98ax { color:rgba(var(--color-tertiary-0),1);display:block;width:35.749875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:10.045998573303rem;left:0rem;height:8.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qbPiSq4HabrOTh61TTMTymOe8WUcDTlQ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8119375rem;position:absolute;font-family:adelia;font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.625rem;left:5.1875rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EMOmuzWHig74PkvyTnzQqO1pEhAMFfoI { color:rgba(var(--color-tertiary-0),1);display:block;width:5.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:7.625rem;left:0rem;height:1.3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wwa7n7kXsmMubxW4p3TTakJl20aBZChk { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3120625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:7.625rem;left:15.25rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ysCTZR15sf6vKBkJ5KV1aOQs8iEDG8H1 { color:#ffffff;display:block;width:14.812375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10.0625rem;left:57.375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lt3oWxd5l3NJRcraBntCsOEvyxvMq1f6 { color:#ffffff;display:block;width:6.687375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:13.5625rem;left:57.4375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#onS01GkS2U8wsA3EyrpNXxoMQ76GSe8G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5620625rem;width:2.5620625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:10.0625rem;left:53.5rem; }
#Zksu8Mr2U3IS3VOxQXucZ35p9HUqkDIa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68691875rem;width:2.68691875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:13.4375rem;left:53.5rem; }
#oUAOUylWwgytl8TxGJlw17kGrXlRedZH { 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:15000;opacity:1;display:none; }
#SmQrMTPx8b9qKtT1asgu08qyt8Rltxqx { color:#ffffff;display:block;width:14.812375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:27rem;left:1.9375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wuTfuviVLTXqPhaVCKK8a2lf5EkFUFK3 { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:27rem;left:20.560546875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yhXuOLdAnaF7dEKbUxKwQepKTmpd5SdQ { color:#ffffff;display:block;width:3.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:27rem;left:35.59375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aogxvBbyLPT21ql0uOcxwivhdcc9TgGX { color:#ffffff;display:block;width:14.8105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:27rem;left:42.6259765625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KsJmOEI4AVlFnLHe5ZVN98m7ip04PnCK { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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:35.0625rem;width:35.0625rem;top:0.99912405014037rem;left:26.06089258194rem;overflow:hidden;display:block; }
#Tfr28ocSvUURq6ta8K3lUA12Zm33cJ8s { color:#ffffff;display:block;width:14.8110625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:29.4375rem;left:1.9365234375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rKgIKpfIv2ItaOvTTkSOdlxffI6Pe3sC { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:29.4375rem;left:17.9033203125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#El7lNOUwcFyKzP8seTEUdBJDBodMKtl1 { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:29.4375rem;left:32.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fFfZAuc84c60faMHZm0mcpyPWXy8cRHq { color:#ffffff;display:block;width:14.8105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:29.4375rem;left:42.6259765625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s7WIJ5WvGDTXwXZ8uvgKqCtdCmqPVAnv { color:#ffffff;display:block;width:14.8105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:27rem;left:57.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qQTuMBPtKNyDBnw5Z940K88HadeSp1DQ { color:#ffffff;display:block;width:14.8105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:29.4375rem;left:57.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 { 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; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { background-color: transparent; background-image: none; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container > .video-iframe-container { display: none; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row > .video-iframe-container { display: none; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .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); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { border-width: 0; border-radius: 0; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#di82fsENnUxfHZEJqQWOSAhWTnqkQEMr { color:rgba(var(--color-primary-2),1);display:block;width:51.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.8906211853027rem;left:11.906395435333rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB > .row .container { background-color: transparent; background-image: none; }#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB > .row .container > .video-iframe-container { display: none; }#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB > .row > .video-iframe-container { display: none; }#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB > .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); }#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB > .row .container { border-width: 0; border-radius: 0; }#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#PhNaNDeti6Tc0msRDJEOAfaC6z51uqzC { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:15.437375rem;width:15.437375rem;top:1.1200361251831rem;left:3.4367699623108rem;overflow:hidden;display:block; }
#QHqKSx50Vl7DRxcSqSms5AXa849FtXG9 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:17.5rem;width:31.375rem;top:16.81074616313rem;left:3.2498536109924rem;overflow:hidden;display:block; }
#nLdPvmoQIfcNVWvMeta11TlhkosHWcu4 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.7495625rem;width:14.7495625rem;top:1.4632019996643rem;left:19.982475757599rem;overflow:hidden;display:block; }
#q1WZff72m7rdVQGdTLelCPvCXh9n51i7 { color:rgba(var(--color-primary-4),1);display:block;width:32.873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4rem;left:37.5rem;height:3.575rem;text-align:left;text-align-last:left;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; }
#pF46WPK3ZTSrXzlxCJSqU7JlSAmbv5NR { color:rgba(var(--color-primary-4),1);display:block;width:32.873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.5rem;left:42.1875rem;height:1.4625rem;text-align:left;text-align-last:left;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; }
#l7qlE3co8bAnpPi2fkERHf5GETxNWbuW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:9.8125rem;left:38.5625rem; }
#lgPRwi2FJE7ZbSJbxb0xVZEkzfevEIu7 { color:rgba(var(--color-primary-4),1);display:block;width:32.873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:14.6875rem;left:42.1875rem;height:1.4625rem;text-align:left;text-align-last:left;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; }
#hZ8CHvLG3t4tz0xnNch8K5CKooFxqonD { color:rgba(var(--color-primary-4),1);display:block;width:32.873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:18.5rem;left:42.1875rem;height:1.4625rem;text-align:left;text-align-last:left;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; }
#baENDl6oRzxCUfXmR30ZecTHzbaqHciG { color:rgba(var(--color-primary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:21.875rem;left:42.1875rem;height:2.925rem;text-align:left;text-align-last:left;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; }
#AgACTckWl8UuTaR1iZTEMUO9BQ6JhxUt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.74970625rem;width:2.74970625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:14.0625rem;left:38.5625rem; }
#GhLuIgt1QzfCUd4a60sNGQAuKK9HmMRr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68691875rem;width:2.68691875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:17.875rem;left:38.625rem; }
#LcCmGVFXNeimDWTDQ2pvBWyCk3V9rPP3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:21.9375rem;left:38.5625rem; }
#Seix9E4NVx1WWrO9M9JUfRl4guwhbPdo { color:rgba(var(--color-primary-2),1);display:block;width:32.873125rem;position:absolute;font-family:adelia;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:27.935892105102rem;left:39.81308221817rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.65);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; }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row .container { background-color: transparent; background-image: none; }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row .container > .video-iframe-container { display: none; }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row > .video-iframe-container { display: none; }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .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); }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row .container { border-width: 0; border-radius: 0; }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#CoGHBwfnEP776t2b4IoJtmu6XsuvWsCW { color:rgba(var(--color-tertiary-0),1);display:block;width:51.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.7022476196289rem;left:11.906395435333rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.65);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; }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row .container { background-color: transparent; background-image: none; }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row .container > .video-iframe-container { display: none; }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row > .video-iframe-container { display: none; }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .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); }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row .container { border-width: 0; border-radius: 0; }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#Glx4ydNFgTkvFagfKxSP9owrTEPhmHzH { box-sizing:content-box;height:17.7496875rem;width:17.3744375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.1654491424561rem;left:3.8120617866516rem;border-top-right-radius:0.25rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:0.25rem;border-top-left-radius:3.125rem;display:block; }
#D8WCJI3Di41Tvz1OEp4Zqlo2NOHnIqXp { box-sizing:content-box;height:17.749rem;width:17.3744375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.1647186279297rem;left:28.812059879303rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#nb9oRIoGmwvvsR2nUxIpEqEZZHOUJqJG { box-sizing:content-box;height:17.749rem;width:17.3744375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.6251459121704rem;left:53.812059879303rem;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;display:block; }
#Tutdc58PioC5yTzi0hqwyTwAchQl8uwg { color:rgba(var(--color-primary-4),1);display:block;width:15.1869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.036799430847rem;left:4.9058117866516rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QxtHeqOmeuvcZEORJIJ8x9A7JWlzEZiO { color:rgba(var(--color-primary-4),1);display:block;width:15.1869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:14.599152565003rem;left:4.9058117866516rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UnlE1Q2fOt66PtOsEmhSLdM4PzZZS6Ze { color:rgba(var(--color-primary-4),1);display:block;width:15.1869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:11.0625rem;left:29.875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M8iLZHTni6hmDisLr7zlcwKZeQZz0z44 { color:rgba(var(--color-primary-4),1);display:block;width:15.1869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.625rem;left:29.875rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BaI66bkKiM2K73XUyTyCODB3qICNibTv { color:rgba(var(--color-primary-4),1);display:block;width:15.1869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:11.0625rem;left:54.875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aaVCIE6W0n3Of5DnCRUXhFQxAUaaWSsn { color:rgba(var(--color-primary-4),1);display:block;width:15.1869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:14.625rem;left:54.875rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NXEXBZ8gRxUTLHPN25602VCoLWZT5hz3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.18735625rem;width:4.18735625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:4.164719581604rem;left:10.405226230621rem; }
#Q7Jrg4kFqzsf5pJ9M1fWUvNHMi1OF3A5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.18735625rem;width:4.18735625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:4.164719581604rem;left:35.405954837799rem; }
#oXdgX9vCM2Rryhgh3ErCUsNmqWClAgCl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.18735625rem;width:4.18735625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.164719581604rem;left:60.405951023102rem; }
#QTLcbBomzhykWa20R0ZKCrUwsKR6f0r5 { box-sizing:content-box;height:7.0619375rem;width:7.0619375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.475905418396rem;left:8.967581272125rem;display:block; }
#u6C9fU8aRTeOr5QqmPW20a0TdF2VdfwZ { box-sizing:content-box;height:7.0619375rem;width:7.0619375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(150deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(150deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(150deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(150deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.475905418396rem;left:33.968309879303rem;display:block; }
#nFoc7NLHFeslOQWJ00MCaCQw3ZTlQzbl { box-sizing:content-box;height:7.0619375rem;width:7.0619375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.7270736694336rem;left:58.968306064606rem;display:block; }
#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.65);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; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row .container { background-color: transparent; background-image: none; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row .container > .video-iframe-container { display: none; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row > .video-iframe-container { display: none; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .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); }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row .container { border-width: 0; border-radius: 0; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#CvyiGbRzz27PL3kqNCqzFQuCUFhgkATt { box-sizing:content-box;height:17.749rem;width:17.3744375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0385494232177rem;left:16.124414920807rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;display:block; }
#Czf6dO4mVf9L3kgA7oQbwTWVIEAJUkbs { box-sizing:content-box;height:17.749rem;width:17.3744375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.037091255188rem;left:41.186476230621rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;display:block; }
#s4m92uOZu6BcTUsKSKbLfa8qqSy4uc4X { color:rgba(var(--color-primary-4),1);display:block;width:15.1869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:12.4375rem;left:17.1875rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iRhkDzIq4ESg7cr2pwe22pEDePvLIems { color:rgba(var(--color-primary-4),1);display:block;width:15.1869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:8.875rem;left:17.1875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V4z8J9ELms97GxsmCKMRdmGXdnllUi70 { color:rgba(var(--color-primary-4),1);display:block;width:15.1869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:8.9375rem;left:42.25rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZtPHWb88ZvRFsWTVR2ls0m8fhdzxffqD { color:rgba(var(--color-primary-4),1);display:block;width:15.1869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:12.5rem;left:42.25rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LwmyDiMVAEGlAn2tyktJlTB9VyH3nUHq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.18735625rem;width:4.18735625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.3503227233887rem;left:22.716850757599rem; }
#XKyGAT2ZQUsxuBTbIHNNpfv4JPefg5ha { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.18735625rem;width:4.18735625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.3488597869873rem;left:47.778910160065rem; }
#xJEC6nfoCGpMVUBPaPyszDOv2JfW97D5 { box-sizing:content-box;height:7.0619375rem;width:7.0619375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(237deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(237deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(237deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(237deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(237deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.91340637207031rem;left:21.280664920807rem;display:block; }
#dVnoxxXhNbn3CzF1Ta49DroVCXbK8pE2 { box-sizing:content-box;height:7.0619375rem;width:7.0619375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(96deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(96deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(96deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(96deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(96deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.91267585754394rem;left:46.342726230621rem;display:block; }
#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu { 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; }#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu > .row .container { background-color: transparent; background-image: none; }#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu > .row .container > .video-iframe-container { display: none; }#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu > .row > .video-iframe-container { display: none; }#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu > .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); }#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu > .row .container { border-width: 0; border-radius: 0; }#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#weyffJgQd6g7WfGoz8BP95JkfhIpnBJv { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.499875rem;width:13.6244375rem;top:2.625rem;left:2.5rem;overflow:hidden;display:block; }
#Hf8GQ52pWf7mpWvIvVewMzwcdLI2kvha { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:18.8125rem;top:2.4375rem;left:17.9375rem;overflow:hidden;display:block; }
#WlrpLnzVm0JcwRU7exPs9brNDN9neD4A { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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.4369375rem;width:16.875rem;top:2.4375rem;left:38.25rem;overflow:hidden;display:block; }
#hzCZsJFqTG6l7oktEcNXXE8TFMQRk2Ur { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:17.1875rem;top:16.0625rem;left:38.125rem;overflow:hidden;display:block; }
#cATaVFVMEM8EgXF9DpJwSP5qIgiP7S5h { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8744375rem;width:15.4994375rem;top:2.4375rem;left:57rem;overflow:hidden;display:block; }
#HZ6wXfZD67SOlysXvWdoV24rWQfp2t03 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:18.8125rem;top:16rem;left:17.9375rem;overflow:hidden;display:block; }
#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR { 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; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container { background-color: transparent; background-image: none; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container > .video-iframe-container { display: none; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row > .video-iframe-container { display: none; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .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); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container { border-width: 0; border-radius: 0; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#InlhwgWUiyUb3mzrARWSE7c5qRoJwSop { color:rgba(var(--color-tertiary-0),1);display:block;width:65.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5606012344361rem;left:4.9686036109924rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 { 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; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container { background-color: transparent; background-image: none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container > .video-iframe-container { display: none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row > .video-iframe-container { display: none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .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); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container { border-width: 0; border-radius: 0; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#TwSVtbtFpezu7qE7WNOL4VT3CwTQ5C6H { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:19.875rem;left:27.21875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hNDA3vt5DgiTyXMpFhn9ptidXTucEq82 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.312375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:19.87441444397rem;left:3.843457698822rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FJTKTdaD4ohzIWcu8lHVif44DV4oBCPx { z-index:15003;top:23.903328418732rem;left:8.811331272125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.280979625rem;height:2.031248375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#W440c9QxTHnIwT8ciNsiZfW4iD0TQlQ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ew7yPradTiVWh0SbobU9sunOoof7LCUG { z-index:15004;top:23.901136875152rem;left:33.858789920807rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.15710625rem;height:1.9066875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iIXVTz3FlvfdzcDKwSKRQ8FFRirJmCXe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#duoLkOEDfdfRgdMaobHT0Qpy6N0dWrDV { z-index:15005;top:23.963928699493rem;left:58.920851230621rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.03298125rem;height:1.7825625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DlWBmSvz1XALEqnUlo0A6OXJTeNweTDo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xEv8F23tfoSp2TrFePqC5V69DVLHf3i0 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5621875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:19.874414682388rem;left:52.218161106109rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SkwpQThTgl2aR41uiLdg1B7GlPmJmTfM { position:absolute;display:block;z-index:15086;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:19.875rem;width:13.875rem;top:0.748384475708rem;left:5.562207698822rem;overflow:hidden;display:block; }
#IogfWfh5sfxExGrSQMxskTn7SI4Naamd { position:absolute;display:block;z-index:15087;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:20.0620625rem;width:13.9996875rem;top:0.65639591217044rem;left:54.874411106109rem;overflow:hidden;display:block; }
#O9lKZLanzVS3LAVC8WmxWUEaEecbfXOw { position:absolute;display:block;z-index:15085;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:19.875rem;width:13.875rem;top:0.74656772613525rem;left:30.561840057373rem;overflow:hidden;display:block; }
#Thn7HVeZmR7ZdcwKuLRORTAPByukvJaK { z-index:15003;top:23.903328418732rem;left:8.811331272125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.280979625rem;height:2.031248375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#BTOFpwUDMufE039XMBmTMG8CQpgygg6V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xIIZzQrTBQomdBX4gb7pDuR2AvVb3q5z { z-index:15003;top:23.903328418732rem;left:8.811331272125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.280979625rem;height:2.031248375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#fnpeggBXB1WeAQnaLkh80Jn4gNAqDRWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row .container { background-color: transparent; background-image: none; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row .container > .video-iframe-container { display: none; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row > .video-iframe-container { display: none; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .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); }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row .container { border-width: 0; border-radius: 0; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#vLnDWZf4S9RbhZW0Dm6ur3o1wU5bBeaL { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:19.875rem;left:27.21875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y2wmL6XT3Z0PhD9ON5c9SRbt4pnZaJku { z-index:15004;top:23.901136875152rem;left:33.858789920807rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.15710625rem;height:1.9066875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#G5MwfNSgoJohmtkM6HzRhbP5Ze8w0Slk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pvmeTUfGidJhGFsbG9zGBFdfKexHECLt { position:absolute;display:block;z-index:15085;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:19.8125rem;width:13.8125rem;top:0.74656772613525rem;left:30.561840057373rem;overflow:hidden;display:block; }
#GvLAVbhDbOAaxa46M1oANaGBtliNiUnd { z-index:15003;top:23.903328418732rem;left:8.811331272125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.280979625rem;height:2.031248375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#W0iUiS6e6sGOo8DnkB1Zg1470Lmt0BoO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EoI87WkJtft53P4FPusBXDSs9ra17dWQ { position:absolute;display:block;z-index:15086;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:19.8125rem;width:13.8125rem;top:0.74609375rem;left:5.59375rem;overflow:hidden;display:block; }
#ex61qDQpqkk3wqXJ9r409oPuKoxsB8od { position:absolute;display:block;z-index:15086;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:19.8125rem;width:13.8125rem;top:0.74609375rem;left:55.59375rem;overflow:hidden;display:block; }
#DHGSCXpmdSxTQo0RbTaQFK6JcbQeF2cu { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:19.875rem;left:2.25rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zg9te9zrwb8EXsfR8w3hRaaqgb862XiN { z-index:15006;top:23.875rem;left:8.875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.15710625rem;height:1.9066875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QQpvq6NATvFJMtOLDvc3VeNc76uyuDTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EQ242GU6mJnUhifcmdEKhkMoX1h9301X { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:19.875rem;left:52.25rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HFcpu8qbkKGoWi2i099mcTWLXiMkZ6Uf { z-index:15008;top:23.875rem;left:58.875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.15710625rem;height:1.9066875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sfVE9fxtTRx47iTcEotOz4DXP1Fp2mfr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N85lQnDkOaNlkUEbcxEX02gm5yIv0gx1 { z-index:15003;top:23.903328418732rem;left:8.811331272125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.280979625rem;height:2.031248375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#LLN9dTiDQSRSdHDmpf58LpqFCCSuzvwx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ngCafFWRq5Edo6Kkk4W9SGVZEaMcx1Ku { z-index:15003;top:23.903328418732rem;left:8.811331272125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.280979625rem;height:2.031248375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#N0E5v1b7zqqvXfQqgcsXoBo7mOPS7H3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .row .container { background-color: transparent; background-image: none; }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .row .container > .video-iframe-container { display: none; }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .row > .video-iframe-container { display: none; }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .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); }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .row .container { border-width: 0; border-radius: 0; }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#aXRRqupHpqHtg3eTb6mqoRuykFqJ0RVh { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:18.6875rem;left:27.1875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qeHAQfPugXc8PVUIMeSL0Q1R7XWTG124 { z-index:15004;top:22.6875rem;left:33.875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.15710625rem;height:1.9066875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GOQF344LBkqTosyDwIIV74mZMuI5Is4z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pBkQQWG5TiC4TLLHbTtLVZH8QRe94Tt1 { z-index:15003;top:23.903328418732rem;left:8.811331272125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.280979625rem;height:2.031248375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#ZzgKKfB2PxuLg8TmFUykXvDfQskFTHlX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uBX7TquMvQdXk70pDep7JFQGOA9CzaGv { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6243105rem;width:12.1875rem;top:2.4299163818359rem;left:31.405097961426rem;overflow:hidden;display:block; }
#NFUUy7CZNG5axCGPRUs5noaZ7Q6bdCrw { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:12.125rem;top:2.5rem;left:6.4375rem;overflow:hidden;display:block; }
#Vc73ZUCg3wxW1bcGWPRIfpO6rBrsD8U0 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:18.8125rem;left:2.25rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wUDLKH02KGUx2l6hfrIvGDQAEAyBEO4S { z-index:15007;top:22.8125rem;left:8.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.15710625rem;height:1.9066875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#S6snPxWtlGI1JlbsfZUZXAI9bt8fzTCL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qzuo48KxdzMhJQRiUz4rxw7hIGrwSz0o { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:12.125rem;top:2.5rem;left:56.4375rem;overflow:hidden;display:block; }
#m4tR0vLZf15khmeFaJBJf4uA7M4yJpP4 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:18.75rem;left:52.25rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fg1EvrXvUhCMA937GtAcK4NFAHSamUTQ { z-index:15007;top:22.75rem;left:58.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.15710625rem;height:1.9066875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ne5SAoxPa4VBQSuzbDbfTio4UDxTxN5h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zr6a6BhLwyTfLxi5W4C1T84NOLFE7rIn { z-index:15003;top:23.903328418732rem;left:8.811331272125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.280979625rem;height:2.031248375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#z3kBkJba6RxgkHvTnCswW51OVnNiezFV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TNUXsRPJOqfEiGMCx0HWTdf8F23DG8D5 { z-index:15003;top:23.903328418732rem;left:8.811331272125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.280979625rem;height:2.031248375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#vT0hliph99PhovgRHohRUhCEb74av13c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .row .container { background-color: transparent; background-image: none; }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .row .container > .video-iframe-container { display: none; }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .row > .video-iframe-container { display: none; }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .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); }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .row .container { border-width: 0; border-radius: 0; }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#fQuK9TO3UV0OZwhfDl7TE84TQ5DkyXyG { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:12.0625rem;top:2.6875rem;left:31.4375rem;overflow:hidden;display:block; }
#LTpTDN5iEUfpc6UVuwIrMWOtswzudcT9 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:19rem;left:27.25rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ig36DJ8JoIFkauJG9ERo9JVHinrEPHet { z-index:15007;top:23rem;left:33.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.15710625rem;height:1.9066875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kxio4HQ3TrZ7OHtarvxgS7PsioTTBUkd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HXQ4XRvf4P1bIwR9CGavMKHeSGKQEUtr { z-index:15003;top:23.903328418732rem;left:8.811331272125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.280979625rem;height:2.031248375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#GepZMT2ZDMyamrTMvZQ1Iy8UofPTGxIV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qBuAJu4qNWciETFd52TuzceZoOynIESu { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:12rem;top:2.8125rem;left:6.4375rem;overflow:hidden;display:block; }
#zZkKScAnumWpiDcNZeGrpKVGtKKPFGik { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5618095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:18.268585205078rem;left:2.2185201644898rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l2GmmsV463gzlcRsLaFSATVkuQibRPqr { z-index:15010;top:22.96875rem;left:8.9211854934694rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.038832375rem;height:1.7883731875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JzMXXCBqHonDsoeqTwf5wwUId2lgIs7t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UUdxwhdbOOPnRMytHLZNHuwML9OdmGmG { z-index:15003;top:23.903328418732rem;left:8.811331272125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.280979625rem;height:2.031248375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#cv5IpuxLquRSy1GZQ7Jnd0sRJ63ONFiJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HsuMCUsCL5BPAkk7UJTJ20MT8FSUrf3c { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:12.0625rem;top:2.8125rem;left:56.4375rem;overflow:hidden;display:block; }
#TMicU2TR0iyx2WNbExGufsPQaKUEScel { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:19.125rem;left:52.25rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OkEfEQvgBylqHsG0Qf6LzHrNqQW06bMw { z-index:15010;top:23.125rem;left:58.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.15710625rem;height:1.9066875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HixqKGT5xMyOtcmPFWhQo4okbZWbGXru { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c01ZRXfquw6r3UPLKsEGoy1o6hq12yfL { z-index:15003;top:23.903328418732rem;left:8.811331272125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.280979625rem;height:2.031248375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#VTnkAHlLrVAXiTUiNtPc16fm9PtuFU8r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/23df8aa6-a6df-4516-9ddc-fbec7bb6c615/herosectionsesjanaukowakrakow2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd.adaptive-delivery-prevent-bg, #EtEXAyoKzanc1gW3vpWypFaStiBZaJzd.lazyload, #EtEXAyoKzanc1gW3vpWypFaStiBZaJzd.lazyloading { background-image: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { background-color: transparent; background-image: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container > .video-iframe-container { display: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row > .video-iframe-container { display: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .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); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { border-width: 0; border-radius: 0; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { font-size:0.875rem;font-family:arial;height:292.375rem;width:75rem;position:relative;display:block; }#aWRtwSCDHIkPcsBuOXbJJSIEM85QWEft { color:rgba(var(--color-primary-2),1);display:block;width:30.124875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0471401214599rem;left:22.437206745147rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WvIGTJzTTHlnA3WiCBFdX1DWATeXJcTe { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:12.09184885025rem;left:0.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-secondary-1),0.8) ;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#GVmiAuXzpc9woEE9VdxvgsDNEMpS62NH { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3118095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:16.123596191406rem;left:3.1962308883667rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tOSRZ2cJ2SqyuO23DNeL6RDCz4kV1GyE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15075;opacity:1;top:267.25rem;left:3.25rem; }
#hmX8tNArQ1m60kcBFoDs81CN4g5GL1q5 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:32.6875rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lqmhmVJTOvuzSR5bEEvXtFB6Tx00qKaq { color:rgba(var(--color-tertiary-0),1);display:block;width:51.3120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:270.125rem;left:3.1875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rn5qyd787CkpnQR8hEqWbKafIhUFDKZr { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8746875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:273.9375rem;left:61.9375rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lZsCyNQVT9k9mdzTKIzLSDsX2wknlMPn { color:rgba(var(--color-tertiary-0),1);display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:272.75rem;left:3.4375rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J7Vxt9cwm0bGyIP4BaSfTKCK7scIgJcH { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:83.625rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#cBBoZZMZJEsTC6J8FhhAhDl1RcS12PuS { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:48.765630722046rem;left:6.4913187026975rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#WBc0J0bppBq1HMipZhHn83gS3rFTMB4n { color:rgba(var(--color-tertiary-0),1);display:block;width:56.4361190625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:118.49261474609rem;left:3.1950826644898rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZZVH53Lw4g1gAZEZJ9nS6RKDlkc9M3Us { color:rgba(var(--color-tertiary-0),1);display:block;width:48.3743095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:115.49630737305rem;left:3.1950826644898rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kFygyadWmPoJEHcz2RX38TNoe2XAdP2M { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15091;opacity:1;top:112.54821777344rem;left:3.1950826644898rem; }
#vl6mRnwheWibkrktXRhPyM2JwTbExVCm { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:67.25rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#k2yOXgJ83LHWqXLNzNwm1f0lyD5wS3GS { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8746875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:119.75rem;left:61.9375rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hdzoZxdCfQEcdEtiExPMB98G5gbPunSI { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:94.5rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#T87knFTtnECgAl2vLQv6oz6BCrMCNJTE { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:110.8125rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#p0ftiHQS0h2iCMP8i4BJ9aUKcXkCf20M { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:126.875rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SRSUhVTWT7EVJtqnSzoeCPpDJJRyrGJ7 { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:21.374850273132rem;left:0.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-secondary-1),0.8) ;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#Zo6mwFlTzJS2DwIpLZi7ikpvvVtNU8Kv { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3118095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:25.498596191406rem;left:3.1962308883667rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NpAX4UEtvEzzuW7V9Hym34w9gusRSGIu { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15079;opacity:1;top:22.853851318359rem;left:3.1227025985717rem; }
#ATaB9UR5hXo3tQ1VcQaCWbFBTWTK2ogJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15109;opacity:1;top:13.4375rem;left:3.1227025985717rem; }
#dwQIFca4hEVDDqk0VlAMyUkeavilhQCb { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:140.75rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#wqzguPIFzvO02qJTslg0VgZfEAAPIigC { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:142.625rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TL4qkrsW9c7aEclGFq86E9NuJwavdss8 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:144.6875rem;left:3.75rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TDoeEDJufBVPBNHBAKmf3utXKlnXD42Z { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:150.5625rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#QASaABJHRvlLKPhtqBocCIykTrGcTx8p { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15090;opacity:1;top:152.125rem;left:3.75rem;display:none; }
#nrFLcqd8GG80vg2M2FEbWfTnBS6JaU0l { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:152.4375rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#CDpyklHkr7PBhA7zqTMTfvUPfNSeBbAw { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:154.5rem;left:3.75rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#v5onCIIrOXIucR9KNsHvlJt0lQOmunii { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:160.5625rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#uFxaRT815qyZQ1wHEvlueLBrpPp76Ohv { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:164.5rem;left:3.75rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#NfIv31FyTmdEu54VrLswmWQyvbbzUdta { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:162.4375rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#RE8TsQZlBG4pstkmxguh2gRD3wwWz80T { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:142.10850715637rem;left:3.7482633590698rem;display:none; }
#QImNRTiTTIQTy8b66znDimd21Di6FZSI { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:162.04685783386rem;left:3.7482633590698rem;display:none; }
#tyKOCZpO6pTfnE3SHLW3hkRubp1dpPtp { box-sizing:content-box;height:16.9375rem;width:73.75rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;top:171.5625rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WJniytQGl80qqN0AUXyJNctUxgp3ocA7 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:176.375rem;left:3.125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KTpoTMJ3QD9U7GP2LNvECGuv44NPTWRJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15114;opacity:1;top:174.0625rem;left:3.125rem; }
#zVF9mVDgAuosoQnM5cOpeybAAARisZg8 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:181.4375rem;left:3.125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HNx2WA1hSJ3h0rBScwMHXWo0NshiX3bP { box-sizing:content-box;height:13.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15106;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:124.9375rem;left:0rem;display:none; }
#Xca7DkwkuaHGyhgTD0FyTtSdZ5i0gwGA { box-sizing:content-box;height:13.8125rem;width:73.75rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-primary-2),1);background-image:none;top:110.6875rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hEBo4TP3RWTsgIu7pweOLTIhF9yF6iwy { box-sizing:content-box;height:13.3125rem;width:73.75rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-primary-2),1);background-image:none;top:265.375rem;left:0.6875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#e5S16u4Fqe3Qfz31FSHoJEvOSJSwQQT9 { box-sizing:content-box;height:16.3125rem;width:73.75rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;top:30.125rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#soZJVmQMTPIBt9JcDvLx9mNN8T9FzmVr { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8119375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:39.6875rem;left:3.1875rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bu8FT7BbL6Kqanp46XNbaKAFXWoefE5L { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:35.125rem;left:3.1875rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dENKmOIRffkJradORpepy23ipvK6gX6N { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15120;opacity:1;top:32.1875rem;left:3.1875rem; }
#BUUk7hRKSns5A6U2HGQ35IKygrh92EcX { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:40.75rem;left:61.6875rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VriATe1rU7vDDXWwHw6WFxJZeF6swZ8i { position:absolute;display:block;z-index:15140;border-bottom:0;border-left:0;border-right:0;border-top: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:10.437375rem;width:7.312375rem;top:264.5625rem;left:63.6875rem;overflow:hidden;display:block; }
#UoS9zRgWqolAUcQnTxBs8mZ2ZXNoqKeF { position:absolute;display:block;z-index:15141;border-bottom:0;border-left:0;border-right:0;border-top: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:10.375rem;width:7.25rem;top:31.0625rem;left:63.6875rem;overflow:hidden;display:block; }
#WV7zQpEBeXrsZlD6vQ0GgyRf7HyOzJW3 { position:absolute;display:block;z-index:15142;border-bottom:0;border-left:0;border-right:0;border-top: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:10.3125rem;width:7.1875rem;top:110.6875rem;left:63.75rem;overflow:hidden;display:block; }
#TpyADZ2eL40GAQEmrm73CUMWv3FVLRzz { position:absolute;display:block;z-index:15144;border-bottom:0;border-left:0;border-right:0;border-top: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:10.25rem;width:7.125rem;top:173.8125rem;left:63.75rem;overflow:hidden;display:block; }
#AOiyzNq5AIIH0BZsSlBOOlsiboBioG12 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9371875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:182.8125rem;left:62.375rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zmpg6NWatmXWkq7Jcu6OAFSzeeDLWCJP { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:253.1708984375rem;left:10.406708717346rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XNJuXhtB6lUPVSJyn4eCgyXpgLwTSo5F { box-sizing:content-box;height:19rem;width:73.75rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;top:90.6875rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zxk0htEmyVtQKgDfxK5yxrhWfkUxi5ZA { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:100.5625rem;left:3.125rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rBZFTdofdsJLLP5EGowGCA0Fwk1BrP1Q { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:95.5rem;left:3.125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pJiay8E8GW035Gq7sn5QBvUcrr8cd6Jz { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15120;opacity:1;top:93.1875rem;left:3.125rem; }
#U7pRJ9pc3OswVbE6rTuLpNbdXUwrMmt6 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9371875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:102.875rem;left:62.375rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eLip5l3Eo312kV1QHe3n1mvoLiCocVOZ { position:absolute;display:block;z-index:15150;border-bottom:0;border-left:0;border-right:0;border-top: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:10.25rem;width:7.125rem;top:93.875rem;left:63.75rem;overflow:hidden;display:block; }
#ntMFsirHtyZvpZuDrSVLLgoc76sykuwM { box-sizing:content-box;height:15.0625rem;width:73.75rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-2),1);background-image:none;top:249.3125rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JWfayqHNu6z3Q1LEViB5DbBncHvTPArL { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15114;line-height:1.3;letter-spacing:0;top:257.125rem;left:3.125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F6Aez2EEwKQnGOUdVHPw6bUaxWy3c7oM { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15113;line-height:1.3;letter-spacing:0;top:254.125rem;left:3.125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ob3AiOMkZBcO4iDfUIN9OM6FFu1KF2vV { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15126;opacity:1;top:251.8125rem;left:3.125rem; }
#rTK3oT8Htqo1iWDqDzFGXK2T8f6Oymb3 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:259.0625rem;left:61.9375rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sRALaVWysME5ORNV0XyKg9k295qGs6Bc { position:absolute;display:block;z-index:15156;border-bottom:0;border-left:0;border-right:0;border-top: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:10.25rem;width:7.125rem;top:250rem;left:63.75rem;overflow:hidden;display:block; }
#hEymiKzOMK2t3V9kaka2LQadR2fnCKlx { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:117.5625rem;left:3.125rem;height:5.8823528125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ZgtbKC04EuIpdz5w5xOVTazZhUKCgmhZ { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:99.061761856081rem;left:3.1231727600098rem;height:3.5294115625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#rWGVT7mH00EOh93Cq1Hax2mK9yOMcJW7 { box-sizing:content-box;height:14.4375rem;width:73.75rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-2),1);background-image:none;top:233.625rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#S9XIGHM5khueuLlM2XIWnvNItIS5kLyp { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:241.4375rem;left:3.125rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GGeVkGMHiVJgZou2X7L5MBdPLPrOiCFq { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:238.4375rem;left:3.125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z6PTic4vPCST5TFbBAEOomvd0Fk5voHT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15132;opacity:1;top:236.125rem;left:3.125rem; }
#wz9BK4JRA9qOUVr2hfNFO86Ug7xTkIR7 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:244.25rem;left:62rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GU3sCvQaw5tCPTOCVO1SEkMCTI34suIT { position:absolute;display:block;z-index:15162;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:7.0625rem;top:235.1875rem;left:63.8125rem;overflow:hidden;display:block; }
#hvRTaJTEny9IinaqZP91kEexqdaOPFBH { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:148.8125rem;left:3.125rem;height:1.985294125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#fn5Cf3tGqXIcalwXiE2KM9K0VLqvoDVu { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:151.8125rem;left:3.125rem;height:3.5294115625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#b1muwxTv1gBIp0oe4qTDb2oE4d8cNNXL { box-sizing:content-box;height:16.9375rem;width:73.75rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-primary-2),1);background-image:none;top:189.625rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IJrZqmUNiaz7usNTkRGPVbuB9ReCu28z { color:rgba(var(--color-tertiary-0),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15126;line-height:1.3;letter-spacing:0;top:199.5625rem;left:3.125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HA5dBWu8M7QfKS93VlpmRZ2JGZWT2xcf { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:194.4375rem;left:3.125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ts1aRD3ARGr7IT7aHvCO9Nuv5F2mL5GP { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:201.5rem;left:62rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tu9bRmTCqveDQeA8HdQ0x9lgVy9VzWBf { position:absolute;display:block;z-index:15168;border-bottom:0;border-left:0;border-right:0;border-top: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.4375rem;width:7rem;top:192.4375rem;left:63.8125rem;overflow:hidden;display:block; }
#MhGoVKhNMKSV5gn9QkIxiWACAho8HRom { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15138;opacity:1;top:192.125rem;left:3.125rem; }
#ZJTuXgJTGSPDOJMZi8TU9D04Ty0PFu2G { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:151.8125rem;left:3.125rem;height:3.5294115625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#tvl2DlhAmQg8GS3HrE1qJxIGfXdtwQFA { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:148.8125rem;left:3.125rem;height:1.985294125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#hdVXq9PVze4qzKXZ6SQEKEJ6pC0We4JB { box-sizing:content-box;height:16.9375rem;width:73.75rem;position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-primary-2),1);background-image:none;top:153.4375rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KaohFoSwNdAQb09T4dzD4uPoUE26NOiT { color:rgba(var(--color-tertiary-0),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15132;line-height:1.3;letter-spacing:0;top:163.4375rem;left:3.125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BNrdcqWWuTCzw34o9LzQXnz3m99zKpZk { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:158.25rem;left:3.125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VrRA9FTJFdnWmiiJJPX53sZWSS7ODOp6 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:165.3125rem;left:61.5rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xNS0xToZm1Gy5DnoRwEmUAUAgRG1I40M { position:absolute;display:block;z-index:15174;border-bottom:0;border-left:0;border-right:0;border-top: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:6.875rem;top:156.25rem;left:63.8125rem;overflow:hidden;display:block; }
#xLBxIlP2CesQqxyi2T8Wb9hQUpzPZcfR { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15144;opacity:1;top:155.9375rem;left:3.125rem; }
#Cn799BdVJ8bVsKo6Nn6Z7qMfPs04B26U { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:148.8125rem;left:3.125rem;height:1.985294125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#bLtRaHzogLScSJKvyZrn1G6TtCEe504e { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:151.8125rem;left:3.125rem;height:3.5294115625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#maGMsm0pcnVXeuD1vPzTdr23T3WRr8h3 { box-sizing:content-box;height:16.9375rem;width:73.75rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;top:47.3125rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UV7nhff4Z5ZGMgMlpKDiOsC83WQpxw9z { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15150;opacity:1;top:48.9375rem;left:3.1875rem; }
#QBgZ2v7y9yBr9GdV7BbZNv7vNnc4D73O { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:51.25rem;left:3.1875rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uvnKdnRsnZSRdSg0er9ufoADSPgU12tW { color:rgba(var(--color-tertiary-0),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15138;line-height:1.3;letter-spacing:0;top:56.4375rem;left:3.1875rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TLz6mSKA2Pf7kDbvnyO9tduTVkenn7lu { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:59.0625rem;left:61.1875rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#erWVByxTWrbT90KLt9679XD7lmPWTHrZ { position:absolute;display:block;z-index:15180;border-bottom:0;border-left:0;border-right:0;border-top: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:6.875rem;top:49.9375rem;left:60.375rem;overflow:hidden;display:block; }
#JgxUv5X4W9LpGo5aXlCOAunkTaiAWTpx { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:148.8125rem;left:3.125rem;height:1.985294125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qW4syDtKTXw78T9fETFOshOuP8tTpZKg { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:151.8125rem;left:3.125rem;height:3.5294115625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Lmz9TUdAHh3Xkh2bkdTcwxU56JZAbGwR { box-sizing:content-box;height:15.25rem;width:73.75rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-primary-2),1);background-image:none;top:65.125rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZAKiN6ibLbEnAtc3cJyRTZSxrTEiCtgL { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:76.625rem;left:61.6875rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m0ssA8ToCN5Tr2GKcdyVS5qe04U2F743 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15126;line-height:1.3;letter-spacing:0;top:74.625rem;left:3.125rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fBzEAhI04ml7AWI9TMEdVkIWJTo8aoKz { position:absolute;display:block;z-index:15168;border-bottom:0;border-left:0;border-right:0;border-top: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.4375rem;width:7rem;top:67.5625rem;left:63.5rem;overflow:hidden;display:block; }
#yP1t5vmNe5HMgUWlP1F1mzkx5TR0qnCX { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:69.9375rem;left:3.125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#am9TJETmmyTxxreTrtlfNoybpI0hiLrO { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15138;opacity:1;top:67.625rem;left:3.125rem; }
#a2lmLZRfVDOQzNSN2IZU3i89pXiUMOEi { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:148.8125rem;left:3.125rem;height:1.985294125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#dyNhTgLNP5WaApMgFMNbJ7oPTt7lFL6D { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:151.8125rem;left:3.125rem;height:3.5294115625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#In7vfX2S3AyRpzp6l1gfc8O9behdE3Sy { box-sizing:content-box;height:16.3125rem;width:73.75rem;position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-primary-2),1);background-image:none;top:207.5rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#B4c6AlR1xarZ6VZ4E3NKLDwxPJkDpt8N { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15132;line-height:1.3;letter-spacing:0;top:217.0625rem;left:3.125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KpedNQ0lq25RZkaP3fgJpJqte8Epq4Vq { color:rgba(var(--color-tertiary-0),1);display:block;width:54.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:212.3125rem;left:3.125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sutcmplXXs8klG1K5t3HlH6DSF9JOAEB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15144;opacity:1;top:210rem;left:3.125rem; }
#RICDL2dCftFEB1TDf2KGveCRsUC72ptv { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:219.0625rem;left:62rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V6qqTIAhA7DHAloFkuoTQgndDfU2EqUr { position:absolute;display:block;z-index:15174;border-bottom:0;border-left:0;border-right:0;border-top: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:6.875rem;top:210rem;left:63.8125rem;overflow:hidden;display:block; }
#Wu3KdfWaUMoKuNJTtck1gpmrZ3u3UT33 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:148.8125rem;left:3.125rem;height:1.985294125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#l9x03wHGTXrF1GPBMTlmoCc0iOlIUBnc { color:rgba(var(--color-tertiary-0),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:151.8125rem;left:3.125rem;height:3.5294115625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#pxmJ9SHWiw5MBXThO9Zm8dldJwbaPEen { box-sizing:content-box;height:17.5rem;width:73.75rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-2),1);background-image:none;top:125.75rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-primary-1),0.8) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#m6aHryWgVVO0gXWetdcZlvfvitAHwCzn { position:absolute;display:block;z-index:15147;border-bottom:0;border-left:0;border-right:0;border-top: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:10.375rem;width:7.25rem;top:127.3125rem;left:63.6875rem;overflow:hidden;display:block; }
#Mk88u9TkTo7iH5ft2D4S9qLUIZaCTbut { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15113;line-height:1.3;letter-spacing:0;top:130.75rem;left:3.1875rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OOdexecQHeHL5gSa7fIqg0zt9TCvS56Q { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15126;opacity:1;top:128.25rem;left:3.125rem; }
#KcDIdxzf71bmyUxhRIWxNl6tX4y4Cw7d { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8111190625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15114;line-height:1.3;letter-spacing:0;top:135.3125rem;left:3.1875rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g1NdTe1rDb3Ma9oqCaqlqr5gaZnOKxze { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15107;line-height:1.3;letter-spacing:0;top:137rem;left:61.6875rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eTP7mk0kTAL3nZOLBnfUemJy30r08Ldt { color:rgba(var(--color-tertiary-0),1);display:block;width:55.8111190625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15114;line-height:1.3;letter-spacing:0;top:243.54428100586rem;left:3.1227025985717rem;height:5.882352625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#hkU7OGPZ6zlh2CkMQgJb3va3IJO3n6Hw { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:32.135772705078rem;left:5.6858911514283rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Aar9XIlK7pwnteIGZnWwqD6LEMCbDx3u { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:22.841217041016rem;left:5.6858911514283rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GGlJT15ZGKaFbzA35ltbIxntqneOtfzO { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:13.404174804688rem;left:5.6858911514283rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VOrTHxdXmJc55ov7e3zh3SrtbGFwVmI0 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:48.9375rem;left:5.9375rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W10uA28cLGTXIUMn8ZUkmMSML11rmUBA { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:93.125rem;left:5.6875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WCPZP9CnOG4iqCBGEeRpKf5QFu9fBM8E { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:67.625rem;left:5.6875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GuTO83BKHxLmcgPD8W9ExI3pm7rHWLLb { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:81.375rem;left:0.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-secondary-1),0.8) ;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#d5hKaNQQTmuksoAHA4KDUM3ib0ndBCZ5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15083;opacity:1;top:82.875rem;left:3.125rem; }
#XM0f2rUStvESlQGFxHypxnhhoMoN6Wdc { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15113;line-height:1.3;letter-spacing:0;top:82.875rem;left:5.6875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FGfTvricPLvRsPzSJQKcKarHw5aTcU59 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3118095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:85.5rem;left:3.1875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UD7vLkl2oFD21imE9ApTLua8wTth1LtE { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:112.53213500976rem;left:6.1971502304077rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#swsSSUTXtpF04Qiodc6sqUtPKDM4V68I { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:128.19735717774rem;left:5.8846502304077rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PUIBygo9wQPvMTpNsZ6VA0vwrA9UUIQn { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:144.625rem;left:0.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-secondary-1),0.8) ;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#AhQPpadnU9OUxBEzUzJyKlnHieuaupHm { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3118095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:148.75rem;left:3.0625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MnZSHnmFVfObqSsJS1wFdR7qv0035twf { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15087;opacity:1;top:146.125rem;left:3rem; }
#DFGo0TardbSQK7Wa8cEo4JvtFdJRqse5 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:146.125rem;left:5.5625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L8Cy1GdCXulVkdc5uhyMKHff4WJpIZ74 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:155.88232421875rem;left:5.5801935195923rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SBTTOCcCiCqOsW9fv7zzB3VFbxIP2qWV { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:174.02569580078rem;left:5.5801935195923rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DzWMeb1sMF8BrIdTv26zwmESuMITmHp2 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:192.06915283203rem;left:5.8846502304077rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TfAJqfq0m9OieTibao3s1FpTCnkPXrcl { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:224.5rem;left:0.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-secondary-1),0.8) ;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#lm4Kqneex5hhWLTzBgBq0pEQbb57NuPL { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3118095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:228.625rem;left:3.0625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gq3HR9moWLE6GOQUHUHdAdLJN1POgED9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15087;opacity:1;top:226rem;left:3rem; }
#eCeFg07tPO4saRKyJy9MtP5LkCyul4xU { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:226rem;left:5.5625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OgweEeU6Nl8FIUA8EtbaGxuugAw5Tbz3 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:209.875rem;left:5.5625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wyAiER3izVKMekIApOFGuhIKFef0BIai { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:236.09259033203rem;left:5.5801935195923rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TXfhnNpWtOHbRtAA8a7AnS3kaHmstLfe { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:251.74169921875rem;left:5.5801935195923rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UXM2T0MPOleeJu5eBgyHgffkauI1nhJe { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15121;line-height:1.3;letter-spacing:0;top:267.1875rem;left:5.6875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zv8Dl90dKscmOLZGp92vPHwTIuwdroWc { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:279.5625rem;left:0.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.625rem 0.375rem 0.375rem rgba(var(--color-secondary-1),0.8) ;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#nFJar2Ea0R1P3XyvALfogziyLmZvd0ND { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3118095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:283.6875rem;left:3.125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#emvcAxA37RbFks3X0QFiKHATgNgI5fPt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15091;opacity:1;top:281.0625rem;left:3.0625rem; }
#dnDeCwN1qI8kBzhzfU1OHrzx7GaDo8L7 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15121;line-height:1.3;letter-spacing:0;top:281.0625rem;left:5.625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D1JX7i4XLwmClhZ1PDQRe8OuRz894JSA { position:absolute;display:block;z-index:15181;border-bottom:0;border-left:0;border-right:0;border-top: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:6.875rem;top:49.89453125rem;left:66.75rem;overflow:hidden;display:block; }
#kTrHm64HkLbvXG2fkkUNJl8paXBQ2mgx { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:40.75rem;left:61.6875rem;height:3.250000125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#gJUMPCSzTGaIrCUdq9CfXrxOW1x3PuvQ { position:absolute;display:block;z-index:15180;border-bottom:0;border-left:0;border-right:0;border-top: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:6.875rem;top:49.9375rem;left:60.375rem;overflow:hidden;display:none; }
#oxA9o9vBTMdA954pDVrMUzflITiar5mP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(97,14,53,0.65);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; }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row .container { background-color: transparent; background-image: none; }#oxA9o9vBTMdA954pDVrMUzflITiar5mP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row .container > .video-iframe-container { display: none; }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row > .video-iframe-container { display: none; }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .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); }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row .container { border-width: 0; border-radius: 0; }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#eGDsOw7al5puHGcDDXoG2OE26f6yVroA { color:rgba(var(--color-tertiary-0),1);display:block;width:58.3740234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.794921875rem;left:8.3125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(97,14,53,0.65);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; }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row .container { background-color: transparent; background-image: none; }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row .container > .video-iframe-container { display: none; }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row > .video-iframe-container { display: none; }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .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); }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row .container { border-width: 0; border-radius: 0; }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row .container { font-size:0.875rem;font-family:arial;height:48.25rem;width:75rem;position:relative;display:block; }#CpvXIIRQTE9yTF7bZbzu7tA1DxPgpFlo { box-sizing:content-box;height:31.25rem;width:32rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.0625rem;left:2.75rem;border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.75rem;display:block; }
#l2omqFyFe3aC6qNO63nv4vm9MmHQA9Iz { color:rgba(var(--color-primary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:18.8125rem;left:6.125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hy9mrQannPqfgr3DTPoAUpt0d8I6FrB3 { box-sizing:content-box;height:12.1875rem;width:12.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.625rem;left:12.6875rem;display:block; }
#ynJK0oqZyWfe9OhCqq5Pm3vI2N8lbkL3 { color:rgba(var(--color-primary-4),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:23.3125rem;left:5.25rem;height:13.5rem;text-align:left;text-align-last:left;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; }
#MpyWsVz0nwUqEeHflJZo3kEo4RVAz9Iz { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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:13rem;width:10.8125rem;top:2.3125rem;left:10.375rem;overflow:hidden;display:block; }
#iHrOg149c2UtQpHzeWewW3ke6azTy0v6 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:13rem;width:10.8125rem;top:2.3125rem;left:15.8125rem;overflow:hidden;display:block; }
#WOxi8CPla9Ly8TD8Z7ABa9Fe6bbxa3Xc { color:rgba(var(--color-primary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:15.3125rem;left:7.5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IKBsTUeDGJpQmkqSo0CfEV3UrPt0DDMQ { box-sizing:content-box;height:31.25rem;width:32rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.125rem;left:40.25rem;border-top-left-radius:0rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:0rem;display:block; }
#HdRXNygIdTIgF2ZN0f75BNUczxe1QF2Q { color:rgba(var(--color-primary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:15.375rem;left:45rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T7SHh6WIpGn0eIuoy2XHTg7ZAdOd0OPt { color:rgba(var(--color-primary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:18.875rem;left:43.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LfXaZyxUsGlyMdF6NllvPLVPAyB9KA5w { box-sizing:content-box;height:12.1875rem;width:12.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6875rem;left:50.1875rem;display:block; }
#d2VWTwuOG0ioZ5DR8FiBAirkgw6skpD6 { color:rgba(var(--color-primary-4),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:23.375rem;left:42.75rem;height:13.5rem;text-align:left;text-align-last:left;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; }
#eVDrJKBrfTDfq1hTzZVs2KBcowrZU4k6 { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top: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.625rem;width:14.125rem;top:1.2104797363281rem;left:51.637633323669rem;overflow:hidden;display:block; }
#zJFeeKaFcLwU1NXVxD1HLITRE8VFOlTi { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top: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.3747701875rem;width:13.2490806875rem;top:1.5211181640625rem;left:46.948298454284rem;overflow:hidden;display:block; }
#H4lMSGTvXcDa5LvUQmLsMI8xaRAtH2Tk { color:rgba(var(--color-primary-4),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:23.375rem;left:42.75rem;height:13.235293875rem;text-align:left;text-align-last:left;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:none; }
#cK3P7QiPmn6Rk9ltDRfTFbW0n4KurC6K { color:rgba(var(--color-primary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:18.875rem;left:43.625rem;height:2.352941rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ZgRpbiLFvpREPh3eXDsZNUaDdCydyXNI { color:rgba(var(--color-tertiary-0),1);display:block;width:39.2497673125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:42.705627441406rem;left:17.621783256531rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f99062aa-7ed3-4aff-917c-5d8bc6a740be/herosection.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua.adaptive-delivery-prevent-bg, #FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua.lazyload, #FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua.lazyloading { background-image: none; }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row .container { background-color: transparent; background-image: none; }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row .container > .video-iframe-container { display: none; }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row > .video-iframe-container { display: none; }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .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); }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row .container { border-width: 0; border-radius: 0; }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#X6DzB9cTamzacFCBcJq4dHIvZm6m9xMO { color:rgba(var(--color-tertiary-0),1);display:block;width:58.3746875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3580236434936rem;left:8.3117313385013rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iy62H8q6MeUV1MdeOJvripyiwkSPKKen { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:24.6869375rem;width:43.9991875rem;top:11.461375236511rem;left:15.499961853028rem;display:block; }
#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row .container { border-width: 0; border-radius: 0; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:none; }#KHOvOnyTJTwIp4KqNJZ7IgPJGh2uxXl6 { box-sizing:content-box;height:20.5625rem;width:34.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:22.5625rem;left:1.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UIre4sakZ0eB4Uxmlaeqi8bBoe0Al7Ur { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15114;line-height:1.3;letter-spacing:0;top:30.375rem;left:15.25rem;height:1.30038125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q5bA7H6PTnkz0O88QgTfrCoiwDpdTXFv { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:34rem;left:9.25rem;height:3.249125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t1WzKAe2pqtpl4CdHQsH3onJt9HolHaB { box-sizing:content-box;height:2rem;width:13.0625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;top:30rem;left:12.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#lRwgPPJTp3vzX2R80oAmGtbuGu4IGHSc { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:26.8125rem;left:11.375rem;height:2.2736625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p2tL9hqeDqckQi9mEIHrT08RJy5NZeXO { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:39.1123046875rem;left:11.40625rem;height:1.30038125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rJH3K3GJ42mrUuUIPqO4WF5nQr1pJEwP { color:rgba(var(--color-tertiary-0),1);display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:12.625rem;left:13.6552734375rem;height:5.849875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PI57aOQqpHvFSc5L47lICKrq7SekDtnO { box-sizing:content-box;height:7rem;width:7rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/121861e9-bd92-4f4a-8004-c20ab9452b93/WykadowcySesjanaukowa.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.5rem;left:15.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PI57aOQqpHvFSc5L47lICKrq7SekDtnO.adaptive-delivery-prevent-bg, #PI57aOQqpHvFSc5L47lICKrq7SekDtnO.lazyload, #PI57aOQqpHvFSc5L47lICKrq7SekDtnO.lazyloading { background-image: none; }
#B0dw7P2XlLlUs9N5K0xR47ddI0T3rz4h { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:8.125rem;left:22.25rem;height:3.249125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wHc3ZWsbFeKbamRZJ6uPpSA910bodW0V { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:14.1875rem;left:40.75rem;height:5.85rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#x8h2GfuIMXvcobwH86im0xxwZooB9Vnv { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:14.1875rem;left:40.75rem;height:5.85rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#tmir7uTBxTcZlxG3p4dxu5MIO220fSf2 { color:#ffe7b9;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.875rem;left:28.8125rem;height:4.0628875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wi5PJa3tLW32DbcnWHQp050OnTiFwqwE { box-sizing:content-box;height:20.5rem;width:34.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:22.625rem;left:39rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FJTtBPgXA41It0PSG8zaoLLLgv4crTfn { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15121;line-height:1.3;letter-spacing:0;top:30.4375rem;left:52.75rem;height:1.30038125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fH9x2RAlNNE9hXDdL073UqUJILFTESha { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:33.1875rem;left:43.59375rem;height:4.8736875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tvdzeTHcFBywK8gnxwz7uhEzpAq7TTFI { box-sizing:content-box;height:2rem;width:13.0625rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-4),1);background-image:none;top:30.0625rem;left:49.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#lZbsZR1yfAx0mBtwXdFVS6ggqRUKnTZC { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:26.875rem;left:48.875rem;height:2.27365625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fDATvwyUL8lg2bTtwGTfZq0IDqB3cOcr { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:39.1123046875rem;left:48.90625rem;height:1.30038125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ATTVxK4MM3HtUmThI5P5SyeI2hQpmXZ3 { box-sizing:content-box;height:7rem;width:7rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3a2eb192-d9c1-4657-a4af-db8d542c8cca/JagodaWeihonigprelegentkaCuraproxCuraden.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.5625rem;left:52.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ATTVxK4MM3HtUmThI5P5SyeI2hQpmXZ3.adaptive-delivery-prevent-bg, #ATTVxK4MM3HtUmThI5P5SyeI2hQpmXZ3.lazyload, #ATTVxK4MM3HtUmThI5P5SyeI2hQpmXZ3.lazyloading { background-image: none; }
#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row .container { background-color: transparent; background-image: none; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row .container > .video-iframe-container { display: none; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row > .video-iframe-container { display: none; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .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); }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row .container { border-width: 0; border-radius: 0; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#nfQLGXmMuislHD3b3bZoOU3QUG8nqRrE { color:rgba(var(--color-tertiary-0),1);display:block;width:57.8745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.7471151351929rem;left:8.5618057250975rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14 > .row .container { background-color: transparent; background-image: none; }#Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14 > .row .container > .video-iframe-container { display: none; }#Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14 > .row > .video-iframe-container { display: none; }#Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14 > .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); }#Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14 > .row .container { border-width: 0; border-radius: 0; }#Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14 > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#T6tZvNPsilHxMLkTsqA19M6URlk0T9cS { background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:16.70373rem;height:3.45352375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:27.979881286621rem;left:29.182788848877rem;display:block; }
#STc1m7OlvFBLhXxPAOfxhZ95keiMHdcm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iTlWrr4dLxScOqHIVpZN8OesfdKSi0ga { background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:15.31325rem;height:3.43823125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:17.124707221985rem;left:11.093019962311rem;display:none; }
#NTiVct7gdwN3aKUZNaOJ7WUZi3y2TGkT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#clNpQUZ4hUcu5CqyTPTCr61IozQDABRP { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:10.613498687744rem;left:40.21337890625rem;height:13.125rem;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:left;text-align-last:left;display:block; }
#ch7zXPnT7c9WW1oJAFnAXSVN8S1Felmq { color:rgba(var(--color-primary-2),0.35);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.9375rem;left:58.6875rem;height:3.25rem;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; }
#D1cABpw2nq3yGTdbmnnaZwPxu4hQkTlu { color:rgba(var(--color-primary-2),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:13.3125rem;left:59.75rem;height:0.6875rem;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; }
#MstCNwzTyhtR1K25SKD5ZBgTexxkTXuH { color:rgba(var(--color-primary-2),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.375rem;left:58.875rem;height:4.0625rem;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; }
#ox8AV8grEhBDAZVKlvgvZUHbH3u72xVL { box-sizing:content-box;height:26.375rem;width:72.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);top:2.9196481704712rem;left:0.99846649169925rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#sFhfZD6V7XeCTQVS22VvbyOEzkBD6tX4 { color:rgba(var(--color-secondary-2),1);display:block;width:17.43575rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.4790811538694rem;left:40.212467193604rem;height:2.4375rem;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:left;text-align-last:left;display:block; }
#eRqaVaIzTQIiPwpDQ8Xg8Ln0oalFvEVV { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top: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:23.062375rem;width:37.312rem;top:4.98046875rem;left:1.6866226196289rem;overflow:hidden;display:block; }
#PsCBZ8AsxUQGxlLydf2OvSV8UO7se8T6 { box-sizing:content-box;height:0.249160625rem;width:9.562125rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.370361328125rem;left:61.874464035034rem;display:block; }
#X0brC0Vh0O2uIKyLQVDMPSDdZpVGMstV { color:#ffffff;display:block;width:56.9370625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9994155168533rem;left:9.0311036109925rem;height:3.249125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 { 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; }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row .container { background-color: transparent; background-image: none; }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row .container > .video-iframe-container { display: none; }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row > .video-iframe-container { display: none; }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .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); }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row .container { border-width: 0; border-radius: 0; }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#VGfA4fxDASDIIaKgs7mBmm03zGTFshmh { color:#ffffff;display:block;width:56.9370625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9994155168533rem;left:9.0311036109925rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row .container { background-color: transparent; background-image: none; }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row .container > .video-iframe-container { display: none; }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row > .video-iframe-container { display: none; }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .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); }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row .container { border-width: 0; border-radius: 0; }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;position:relative;display:block; }#h7xGFraUbP6ZwObncpP6SfHqZ8SQKKhn { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:27.8745625rem;width:16.687375rem;top:2.25rem;left:54.125rem;display:block; }
#RPaKBNkvPxBA52s38iaTowd7sSnDDWch { box-sizing:content-box;height:0.12485375rem;width:12.5rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:26.0625rem;left:55.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IAVZ4rJKIQ0FDN5q5NOzIanIxuK7iVnI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:27.0625rem;left:55.6875rem;height:1.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zLQN3qGWqBTHqUv4OJaVkTbbcHheI4B0 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.562375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:8.1863310281187rem;left:30.718454837799rem;height:12.8rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#c2Wq9GlEFbRmLNgnoedWFskpi1ARQoGs { 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:15026;opacity:1;top:21.375rem;left:55.6875rem; }
#IH3NAXPLzU6OSKuomE45v27BwU8dfo4A { display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:700;z-index:15043;line-height:1.1;letter-spacing:0;top:3.4375rem;left:55.6875rem;height:10.3125rem;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;color:rgba(var(--color-secondary-2),1);text-align:center;text-align-last:center;display:block; }
#LHcyzAbrqXLJS44wHywcnz3RspG9s2Wd { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:27.8745625rem;width:16.687375rem;top:2.25rem;left:4.125rem;display:block; }
#kAhZQVbUV30EI8ydbHaWlZGg0JQlTAuK { color:rgba(var(--color-tertiary-4),1);display:block;width:13.562375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:8.1875rem;left:5.6875rem;height:11.2rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#hbmkIF6bTkPi2rtAWpTtokPnVPbEeuZf { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:27.8745625rem;width:16.687375rem;top:2.25rem;left:29.125rem;display:block; }
#tu9kX2QixABfoQ75b0kapWryTINxuRUp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.624875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15044;line-height:1.6;letter-spacing:0;top:8.1856014672669rem;left:56.187204837799rem;height:8rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#mT2hXWFKXwe36AaoXFmfFIbbaF88mfBr { display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:700;z-index:15042;line-height:1.1;letter-spacing:0;top:3.4375rem;left:30.6875rem;height:10.3125rem;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;color:rgba(var(--color-secondary-2),1);text-align:center;text-align-last:center;display:block; }
#mTEftX3G6u0ROhvTdelTUzw2NDk1TtuQ { 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:15025;opacity:1;top:21.375rem;left:30.6875rem; }
#zHIqSts1yoAOP8oDMW8sIXEWaKakrTw5 { box-sizing:content-box;height:0.12485375rem;width:12.5rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:26rem;left:5.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ixlhR4M0z0GJvfnZdfWltJAXzVKCA0Ou { box-sizing:content-box;height:0.12485375rem;width:12.5rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.9375rem;left:30.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VlxqZgpiy3UydH1Npy7sKUhLm5CE1cFT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:27rem;left:5.6875rem;height:1.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#astviTZ67o6tfAturHSwPGpRO4KiT1yK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:26.9375rem;left:30.6875rem;height:1.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TpzigFqs4lHxv6ArNJuNuoBT9XJCD3ZU { 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:15024;opacity:1;top:21.375rem;left:5.6875rem; }
#G3f1WVD9exEkHK1TmrkSJumZsgb7e1Up { display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.4375rem;left:5.6875rem;height:10.3125rem;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;color:rgba(var(--color-secondary-2),1);text-align:center;text-align-last:center;display:block; }
#mlNQJpk24aDbetZdirxEpBEVrenhJxDr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#mlNQJpk24aDbetZdirxEpBEVrenhJxDr > .row .container { background-color: transparent; background-image: none; }#mlNQJpk24aDbetZdirxEpBEVrenhJxDr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlNQJpk24aDbetZdirxEpBEVrenhJxDr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlNQJpk24aDbetZdirxEpBEVrenhJxDr > .row .container > .video-iframe-container { display: none; }#mlNQJpk24aDbetZdirxEpBEVrenhJxDr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlNQJpk24aDbetZdirxEpBEVrenhJxDr > .row > .video-iframe-container { display: none; }#mlNQJpk24aDbetZdirxEpBEVrenhJxDr > .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); }#mlNQJpk24aDbetZdirxEpBEVrenhJxDr > .row .container { border-width: 0; border-radius: 0; }#mlNQJpk24aDbetZdirxEpBEVrenhJxDr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mlNQJpk24aDbetZdirxEpBEVrenhJxDr > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#H6MTTliiz7T0vVO5ZoPIuCzli7dmOsHp { color:rgba(var(--color-secondary-2),1);display:block;width:21.9370625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.3125rem;left:37.5rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wx0IeCFXKa6XhMqiTwXFuD1wyCTTfub8 { color:rgba(var(--color-primary-4),1);display:block;width:23.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.5rem;left:40.875rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y90oWPTbyBGNs0Tqtw4LvliXET4JN2lb { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:10.6875rem;left:37.5rem; }
#My2kXqex2dho5hkddkpphRtg7An1IFAu { color:rgba(var(--color-primary-4),1);display:block;width:21.4369375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.375rem;left:40.875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CNN60a7Q2CrCe5TGIvPpE9tMe1NB7vD2 { z-index:15023;top:20.061329841614rem;left:40.874704837799rem;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1869375rem;height:2.8745625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PMTAFthacF1mwqi2gn94UwZIpXTadbVk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z28KbR3dnTGgMT0xMTh99kO4yNboK6rm { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:22.3125rem;width:33rem;top:2.90625rem;left:2.25rem;overflow:hidden;display:block; }
#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container { background-color: transparent; background-image: none; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container > .video-iframe-container { display: none; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row > .video-iframe-container { display: none; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .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); }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container { border-width: 0; border-radius: 0; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:block; }#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-element-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:var(--paragraphs-font-family);font-style:normal;height:auto;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;text-align:left;text-align-last:left;height:auto; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-trigger { width:1.875rem;min-width:1.875rem;height:1.875rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_315909dc118a567be382ac46e051f6f0.svg");background-size:contain !important; }#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-trigger.adaptive-delivery-prevent-bg, #nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-trigger.lazyload, #nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-trigger.lazyloading { background-image: none; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K { box-sizing:content-box;height:auto;width:68.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15016;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.6210570335388rem;left:2.1867699623108rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #pofRCmXUKWGWg2BTAo0pRrZJLrrQQuKT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #MlFv2Xu9mr1tBckFXNokhnTanv5G2CO5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #XfWm32lAIBLPhT6T9BXJJUl2MLfRc5T5 { display:block;position:relative; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #nqnFT6hLcN3ALRy71Dum9Xq2XMrGKMUK {  }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #xwMQlC24GZZaxSrTHgq6iz2TsihUlCsN {  }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #JT3KQNk3N4IHWxVxtsBqtSLmihnvfHhp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #TfN9Um0wFe6S62baVHKSJK4vbcoBSD0O { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #BQbJe6QZ04GpOCtxobaAM57Tdh14tNsh { display:block;position:relative; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #vypTSsC7a2TiiJ742Q9IT2WHSxcHowM9 {  }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #Kf8L0ZQxXFoJNPB05EWCHG9o6l3CIeKo { display:none; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #a5IPazoXHC61Sf5QyN0BrsGioCxux9IQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #JbcfnuEyzgFoQPp5xpPLR0SR38wbzENI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #GpAnTWCEHpuSCv1mzrfS5zFBytntGGUd { display:block;position:relative; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #mfReeWuC5NXvsqIFkk7tKd4WwDVSTX2q {  }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #nfQtf2WLnJMEFZqI3M1m1F6dwXy0zGmv { display:none; }
#UTdS0FTFD8aVPRoERTZ7F92Lpb6yFMmd { color:#4dc5e2;display:block;width:74.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.7487564086914rem;left:0.062320709228516rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E2mouJyDbC0rD7eeaR66cOyQdLPAVXbx { color:rgba(var(--color-tertiary-0),1);display:block;width:45.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.9639306068421rem;left:14.875145435333rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd { 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; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { background-color: transparent; background-image: none; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container > .video-iframe-container { display: none; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row > .video-iframe-container { display: none; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .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); }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { border-width: 0; border-radius: 0; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { font-size:0.875rem;font-family:arial;height:80.4375rem;width:75rem;position:relative;display:block; }#ttDuNcycv3Uq0giRbDEBhwMoS0TITc20 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.2496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.9369230270386rem;left:14.874414920807rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RcsgfwuIBV8pEb1oLlvbc6nFQEnRyVpO { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:54.75rem;left:14.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bOcFhenwpe9TEAgIOzBygF07n6IXAUkX { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8744125rem;width:12.9994375rem;top:58.875rem;left:18.0625rem;overflow:hidden;display:block; }
#QwbzQDn3Xv5RERgrMMRue5gVkmfRPpHT { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1240234375rem;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:54.75rem;left:38.25rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zetVZ7DrqesXP83SVoJaFXoIecXJShTi { 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:2.75rem;width:15.0625rem;top:59.9375rem;left:44.3125rem;overflow:hidden;display:block; }
#grek44LT62dZ4yGdX1Es21qM8PTFKTWC { position:absolute;display:block;z-index:15029;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.312375rem;width:8.1870625rem;top:70.8125rem;left:33.4375rem;overflow:hidden;display:block; }
#H0BoliUGidcGEx21GDtZn8otoUmLq5Kt { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:66.9375rem;left:21.375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OTIWmUnWFUCT6LEsZvPIRNlZWryxXtzy { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:13.75rem;top:9.1845703125rem;left:22.9375rem;overflow:hidden;display:block; }
#K1HKgKZAPle08UzudW1VTJA7dfAHKbtp { position:absolute;display:block;z-index:15030;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.0615234375rem;width:9.7490234375rem;top:10.685546875rem;left:39.8125rem;overflow:hidden;display:block; }
#dkv0WWPlytr3CQhosWhuM5KtBMTTo1pR { position:absolute;display:block;z-index:15031;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:3rem;width:12.75rem;top:24.375rem;left:7.5625rem;overflow:hidden;display:block; }
#mrfBQl1KT8cZpqsmhBeCSfWEEUKbKwTw { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:8.375rem;top:9.8408203125rem;left:56.9375rem;overflow:hidden;display:block; }
#lRdE5I7XRhOnCBSDnwU4JGDco4u3E3Ce { position:absolute;display:block;z-index:15031;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.25rem;width:10.375rem;top:18.4970703125rem;left:24.6875rem;overflow:hidden;display:block; }
#R0oqnzkZsaDrW3wL9pBdtFa2BGoaGT7K { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:13.5rem;top:19.125rem;left:23.125rem;overflow:hidden;display:block; }
#oFfNo49sNrxTTzOIHaW8RUeNV0LSAlPL { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:11.75rem;top:13.7470703125rem;left:8.0625rem;overflow:hidden;display:block; }
#yyTpsHXnPi380Vcm4rrBuIZZpiylG4fW { position:absolute;display:block;z-index:15045;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.186525rem;width:12.874rem;top:9.6220703125rem;left:6.375rem;overflow:hidden;display:block; }
#WMcJ1Kxpr47xJctK38InTzgHWvAIHX5u { position:absolute;display:block;z-index:15038;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.25rem;width:10.625rem;top:18.4970703125rem;left:55.8125rem;overflow:hidden;display:block; }
#L2OE0boyLrTq7GX1UyS1IcUzaJninPK0 { position:absolute;display:block;z-index:15039;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.1875rem;width:9.75rem;top:23.84375rem;left:40.5rem;overflow:hidden;display:block; }
#sskholIx2KXXctv8J299ax47XSD1aPcS { position:absolute;display:block;z-index:15042;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.75rem;width:11.8125rem;top:16.7470703125rem;left:39.8125rem;overflow:hidden;display:block; }
#LlSr94bptnJ3qqPQ7tqUBU8FbNoorbZ2 { position:absolute;display:block;z-index:15039;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.6875rem;width:11.8125rem;top:24.59375rem;left:54.53125rem;overflow:hidden;display:block; }
#HSDa1uQybNsRWlDUBMDmcNxtVfaxxlzS { position:absolute;display:block;z-index:15046;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.1875rem;width:10.125rem;top:31.999218940735rem;left:24.750000953674rem;overflow:hidden;display:block; }
#PkGb2x5SpaAfKPnrPeUFps1Zfrgam9E8 { position:absolute;display:block;z-index:15047;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.12425rem;width:12.12425rem;top:29.031250953674rem;left:38.624218940735rem;overflow:hidden;display:block; }
#CRfEUtPzGuUJizv0hSUzltmsH9ld4EAr { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43671875rem;width:8.06175rem;top:32.905468940735rem;left:57.360939979553rem;overflow:hidden;display:block; }
#fue8F81CZUwRFndp7cWvTunwMU34epHG { position:absolute;display:block;z-index:15047;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.8125rem;width:10.125rem;top:33.218750953674rem;left:8.874218940735rem;overflow:hidden;display:block; }
#HXgF72EDwsynwE7xW0yZNgHRlrnRsSl2 { position:absolute;display:block;z-index:15048;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:10.875rem;width:10.875rem;top:37.362500190735rem;left:8.499218940735rem;overflow:hidden;display:block; }
#SZMQ6PEzSWtxJgTmwbrgmao7Wk90aMrT { position:absolute;display:block;z-index:15049;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.6875rem;width:12.125rem;top:40.956251144409rem;left:22.937500953674rem;overflow:hidden;display:block; }
#FKPeOaRBg7k8xUecWBzGONwRafpNhndA { position:absolute;display:block;z-index:15050;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.5rem;width:12.625rem;top:39.550001144409rem;left:38.250000953674rem;overflow:hidden;display:block; }
#GMyTirsGWtHvmhxyTB4UHT6gAbXz0nDu { position:absolute;display:block;z-index:15051;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.5rem;width:12.375rem;top:39.550001144409rem;left:53.562500953674rem;overflow:hidden;display:block; }
#p7FQi9ETG2mg8vIrB86frn5NoHI66Omx { position:absolute;display:block;z-index:15052;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:17.875rem;width:14.125rem;top:39.550001144409rem;left:30.437500953674rem;overflow:hidden;display:block; }
#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn { border-top:0;border-left:0rem solid #c1a866;border-right:0rem solid #c1a866;border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { background-color: transparent; background-image: none; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container > .video-iframe-container { display: none; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row > .video-iframe-container { display: none; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .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); }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { border-width: 0; border-radius: 0; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { font-size:0.875rem;font-family:arial;height:26.2625rem;width:75rem;position:relative;display:block; }#A0RC53ZCmsr8QiTm0nrfxoslXUUw6AIr { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:15.9375rem;left:32.9375rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y0IVwGG4Tw6WULIi8KH4bnkhQ0nVxh8I { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:15.9375rem;left:6.75rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TkvJrptBPOksowv6Ag9b383rRuOqCOBI { color:rgba(var(--color-primary-2),1);display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:6.5625rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iqSaEfNqffpH58AVMLfH2lUrVO61AXI5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.8125rem;left:6.75rem; }
#mJbTG4tDJSvL6NnQp7eeBH4Zk9Leq4aR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:9.8125rem;left:32.9375rem; }
#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { background-color: transparent; background-image: none; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container > .video-iframe-container { display: none; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row > .video-iframe-container { display: none; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .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); }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { border-width: 0; border-radius: 0; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { font-size:0.875rem;font-family:arial;height:17.95rem;width:75rem;position:relative;display:block; }#RZI1QLMn03y49hLqJex7wHnsm6aFtQF7 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:4.8125rem;left:45.1875rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hPJBDt5l2fIqx9nwOGJaNVEt81bwcmJA { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.625rem;left:45.1875rem; }
#hPJBDt5l2fIqx9nwOGJaNVEt81bwcmJA > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#x8T367xJTFLpuvvzJmenVQGpIsw6MtIN { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.625rem;left:47.875rem; }
#x8T367xJTFLpuvvzJmenVQGpIsw6MtIN > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#CDWStopL82076volTRL8s1HJLk4hTHuc { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:11.625rem;left:50.5625rem; }
#CDWStopL82076volTRL8s1HJLk4hTHuc > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#VEy9uKecL9HzUyQ1iJ1IX4UkOu0WbgM1 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.93675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:3.875rem;left:17.8125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WSyq0ghGbk9G0zPmKtdV7nk2DzW3H4M6 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-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:1rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.5rem;height:1.375rem;text-decoration:none;z-index:15022;text-align:left;text-align-last:left;top:6.375rem;left:18.0625rem;display:block; }
#wsOrm68fkPu8spWO3TgxWf8Sf8mfu6nC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M8pMg7RlWHllzlriX4B3ykXd4Q5FLzXK { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-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:1rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:8rem;height:1.375rem;text-decoration:none;z-index:15024;text-align:left;text-align-last:left;top:8.375rem;left:18rem;display:block; }
#EDDc3vBTlkGIbuA4UMIiAKpbbTTtWFsT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTyklgBCwuIRHTSGaaPdl5rH6O1SpOzF { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-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:1rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:3.9375rem;height:1.375rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:10.375rem;left:18.0625rem;display:block; }
#iTlwTmSsyi1am6Nb4MqzGK66qokM7JXn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lBo7gHShR6Tp8w12WVICZoeKfz6rVbcw { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-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:1rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:5.125rem;height:1.375rem;text-decoration:none;z-index:15024;text-align:left;text-align-last:left;top:6.375rem;left:28.4375rem;display:block; }
#inGwk3Pnhm6Mcqf33I73bwqMQEn2lT0u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oKPDtkur1RrmkEQSgyt59KLxNQTi5pJX { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-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:1rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:6.3125rem;height:1.375rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:8.375rem;left:28.4375rem;display:block; }
#CwP8GXRTGTF4w2K8TxC65OyPgRd0I7DI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q89xvic4iabvf53KBCmgfIZGCL8Tnl7c { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-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:1rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.5615rem;height:1.374025rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:10.4375rem;left:28.4375rem;display:block; }
#Z0kwJ818R71Tp32laNvM9GC5dFJ016NL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KoDCSiveqXHImZ7rPso15Tx3p7Xb7BaB { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:4.8125rem;left:45.1875rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#m9D6uCHqOnXvS26Fi6rMcGexv0EaiL9W { position:absolute;display:block;z-index:15015;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.9994375rem;width:12.9994375rem;top:1.3120613098144rem;left:1.81147813797rem;overflow:hidden;display:block; }
#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { background-color: transparent; background-image: none; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container > .video-iframe-container { display: none; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row > .video-iframe-container { display: none; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .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); }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { border-width: 0; border-radius: 0; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#oCkULuTZSw54xRXJpTnv8VPtJg7UTa2Z { color:rgba(var(--color-tertiary-0),1);display:block;width:6.0617875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:2.7796630859375rem;left:60.808769226074rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xPM7XOgM48s2kIxH7MOBuR8tXmfnps1x { 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.74946875rem;width:7.874625rem;top:2.0614318847656rem;left:66.813743591306rem;overflow:hidden;display:block; }
#QkGFqkGa5Vd3uQZw02dX1AV1IK9aXC1G { color:rgba(var(--color-tertiary-0),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:2.236328125rem;left:1.2482242584229rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv { position:relative;display:none; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv { border-width: 0; border-radius: 0; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .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; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA { position:relative;display:none; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA { border-width: 0; border-radius: 0; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .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; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SxkL6d3XzaOSMPhqrlECwdsFTFpUJkR3 { z-index:15003;top:50.875rem;left:38.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#AIu4dnUezSL502eu5XXwZRWDFxJ2cPZe { 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) { #oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt { display:none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yCKXFgqVd94963U7PanFFaHcIHxbe76z { width:10.125rem;height:2.6875rem;top:1.0625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWdVW4OgW94vghRy8xdloK4s6DyptTht { display:block; }
 }@media only screen and (max-width: 763px) { #LCJXNALvnLlniNSEshH88xa8wTJ4WGCZ { width:6.5625rem;height:2.6875rem;top:1.0625rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcv4OFgmfwJyIeQwltwPewRTGTBfccBg { display:block; }
 }@media only screen and (max-width: 763px) { #AhQLEa0Stiwdoifv2QWJHsTPZFBPPn8V { width:7.6875rem;height:2.6875rem;top:1.0625rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERFkA8Xg7eKlOsbg3ufZPDOUGWdm5xgi { display:block; }
 }@media only screen and (max-width: 763px) { #kZRbd5nmTUrdWkR88NeR2zmugQOO02fJ { width:5.9375rem;height:2.6875rem;top:1.0625rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ibXaKOygDE4qqXmln6oXCRTIHLERn7 { display:block; }
 }@media only screen and (max-width: 763px) { #R56oD5xl9fP703xwi4ELo6FTDtwLCIIQ { width:3.125rem;height:3.125rem;display:none; }
#R56oD5xl9fP703xwi4ELo6FTDtwLCIIQ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #CdL08yK30hHKfqscxMB6UUg9OdTT4Uho { width:9.5625rem;height:2.6875rem;top:1.0625rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVxyJa440JvxLqxWnzIT3r2Ttm9sUUmc { display:block; }
 }@media only screen and (max-width: 763px) { #OT3ZZ1Q76cFZQkQ814gPJTzbdKFGGBvZ { width:9.5rem;height:3.75rem;top:0.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 { display:none; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lm9SW1EmsUFsf5zpX0Q5Vgq1FhskHHc9 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZ9dZ6xbZtI45lowtqAxLo6mFnP9n2T8 { width:4.5rem;height:1.75rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZpiUBE9K9eV1XeVt92R00xOwgBGGJXl { width:12.5rem;height:5.1875rem;top:10.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWAP2XFImDO6xOrBH4omCFqrwd0x94lE { display:block; }#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTUdxBp2XshTFKDQsNxOW5spB4TDU9gf { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmuUUwcCAgBEDFZLGWK6814QIsh4oTua { top:50.875rem;left:7.6875rem;width:14.875rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fXL0rLZ2JTdJ6zWnz09G33XzEPKRuQ20 { display:block; }
 }@media only screen and (max-width: 763px) { #uzOuTOVWnH4xnwWTPr02MZepisRixBcZ { width:12.75rem;height:3.0625rem;top:17.75rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGJHxdzlqAdUk4Ck59WnmexVq6u1WmS6 { display:block; }
 }@media only screen and (max-width: 763px) { #vJ2lQe0qqtuMPOTuGcMI7Mkpsbyo98ax { width:35.6875rem;height:1.833333375rem;top:10rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbPiSq4HabrOTh61TTMTymOe8WUcDTlQ { width:10.75rem;height:2rem;top:6.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMOmuzWHig74PkvyTnzQqO1pEhAMFfoI { width:5.375rem;height:1.083333375rem;top:7.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwa7n7kXsmMubxW4p3TTakJl20aBZChk { width:11.25rem;height:1.083333375rem;top:7.625rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysCTZR15sf6vKBkJ5KV1aOQs8iEDG8H1 { width:14.75rem;height:2.41666675rem;top:10.0625rem;left:33rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt3oWxd5l3NJRcraBntCsOEvyxvMq1f6 { width:6.625rem;height:2.41666675rem;top:13.5625rem;left:41.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onS01GkS2U8wsA3EyrpNXxoMQ76GSe8G { width:2.5rem;height:2.5rem;top:10.0625rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zksu8Mr2U3IS3VOxQXucZ35p9HUqkDIa { width:2.625rem;height:2.625rem;top:13.4375rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUAOUylWwgytl8TxGJlw17kGrXlRedZH { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmQrMTPx8b9qKtT1asgu08qyt8Rltxqx { width:14.75rem;height:2.41666675rem;top:27rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuTfuviVLTXqPhaVCKK8a2lf5EkFUFK3 { width:5.5625rem;height:2.41666675rem;top:27rem;left:6.935546875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhXuOLdAnaF7dEKbUxKwQepKTmpd5SdQ { width:3.8125rem;height:2.41666675rem;top:27rem;left:21.96875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aogxvBbyLPT21ql0uOcxwivhdcc9TgGX { width:14.75rem;height:2.41666675rem;top:27rem;left:29.0009765625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsJmOEI4AVlFnLHe5ZVN98m7ip04PnCK { width:35.0625rem;height:35.0625rem;top:0.9375rem;left:12.43589258194rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfr28ocSvUURq6ta8K3lUA12Zm33cJ8s { width:14.75rem;height:3.16666675rem;top:29.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKgIKpfIv2ItaOvTTkSOdlxffI6Pe3sC { width:10.9375rem;height:3.16666675rem;top:29.4375rem;left:4.2783203125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #El7lNOUwcFyKzP8seTEUdBJDBodMKtl1 { width:10.375rem;height:3.16666675rem;top:29.4375rem;left:18.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFfZAuc84c60faMHZm0mcpyPWXy8cRHq { width:14.75rem;height:1.583333375rem;top:29.4375rem;left:29.0009765625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7WIJ5WvGDTXwXZ8uvgKqCtdCmqPVAnv { width:14.75rem;height:2.41666675rem;top:27rem;left:33rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQTuMBPtKNyDBnw5Z940K88HadeSp1DQ { width:14.75rem;height:1.583333375rem;top:29.4375rem;left:33rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 { display:block; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #di82fsENnUxfHZEJqQWOSAhWTnqkQEMr { width:47.75rem;height:2.83333325rem;top:2.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swy2HeWJXSVRVZfZadhakoZTr7p21bNB { display:block; }#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhNaNDeti6Tc0msRDJEOAfaC6z51uqzC { width:15.375rem;height:15.375rem;top:1.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHqKSx50Vl7DRxcSqSms5AXa849FtXG9 { width:31.375rem;height:17.5rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLdPvmoQIfcNVWvMeta11TlhkosHWcu4 { width:14.6875rem;height:14.6875rem;top:1.4375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1WZff72m7rdVQGdTLelCPvCXh9n51i7 { width:32.8125rem;height:2.83333325rem;top:4rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF46WPK3ZTSrXzlxCJSqU7JlSAmbv5NR { width:32.8125rem;height:1.25rem;top:10.5rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7qlE3co8bAnpPi2fkERHf5GETxNWbuW { width:2.8125rem;height:2.8125rem;top:9.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgPRwi2FJE7ZbSJbxb0xVZEkzfevEIu7 { width:32.8125rem;height:1.25rem;top:14.6875rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ8CHvLG3t4tz0xnNch8K5CKooFxqonD { width:32.8125rem;height:1.25rem;top:18.5rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #baENDl6oRzxCUfXmR30ZecTHzbaqHciG { width:30rem;height:2.5rem;top:21.875rem;left:17.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgACTckWl8UuTaR1iZTEMUO9BQ6JhxUt { width:2.6875rem;height:2.6875rem;top:14.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhLuIgt1QzfCUd4a60sNGQAuKK9HmMRr { width:2.625rem;height:2.625rem;top:17.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcCmGVFXNeimDWTDQ2pvBWyCk3V9rPP3 { width:2.8125rem;height:2.8125rem;top:21.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Seix9E4NVx1WWrO9M9JUfRl4guwhbPdo { width:32.8125rem;height:2rem;top:27.875rem;left:14.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN { display:block; }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CoGHBwfnEP776t2b4IoJtmu6XsuvWsCW { width:47.75rem;height:2.83333325rem;top:2.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo { display:block; }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Glx4ydNFgTkvFagfKxSP9owrTEPhmHzH { width:17.3125rem;height:17.6875rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8WCJI3Di41Tvz1OEp4Zqlo2NOHnIqXp { width:17.3125rem;height:17.6875rem;top:4.125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb9oRIoGmwvvsR2nUxIpEqEZZHOUJqJG { width:17.3125rem;height:17.6875rem;top:3.625rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tutdc58PioC5yTzi0hqwyTwAchQl8uwg { width:15.125rem;height:2.83333325rem;top:11rem;left:0.34331178665161rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxtHeqOmeuvcZEORJIJ8x9A7JWlzEZiO { width:15.125rem;height:5rem;top:14.5625rem;left:0.34331178665161rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnlE1Q2fOt66PtOsEmhSLdM4PzZZS6Ze { width:15.125rem;height:2.83333325rem;top:11.0625rem;left:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8iLZHTni6hmDisLr7zlcwKZeQZz0z44 { width:15.125rem;height:3.75rem;top:14.625rem;left:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaI66bkKiM2K73XUyTyCODB3qICNibTv { width:15.125rem;height:2.83333325rem;top:11.0625rem;left:32.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaVCIE6W0n3Of5DnCRUXhFQxAUaaWSsn { width:15.125rem;height:3.75rem;top:14.625rem;left:32.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXEXBZ8gRxUTLHPN25602VCoLWZT5hz3 { width:4.125rem;height:4.125rem;top:4.125rem;left:5.8427262306213rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7Jrg4kFqzsf5pJ9M1fWUvNHMi1OF3A5 { width:4.125rem;height:4.125rem;top:4.125rem;left:21.718454837799rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXdgX9vCM2Rryhgh3ErCUsNmqWClAgCl { width:4.125rem;height:4.125rem;top:4.125rem;left:37.593451023102rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTLcbBomzhykWa20R0ZKCrUwsKR6f0r5 { width:7rem;height:7rem;top:2.4375rem;left:4.4050812721253rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6C9fU8aRTeOr5QqmPW20a0TdF2VdfwZ { width:7rem;height:7rem;top:2.4375rem;left:20.280809879303rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFoc7NLHFeslOQWJ00MCaCQw3ZTlQzbl { width:7rem;height:7rem;top:2.6875rem;left:36.155806064606rem;display:block; }
 }@media only screen and (max-width: 763px) { #T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp { display:block; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvyiGbRzz27PL3kqNCqzFQuCUFhgkATt { width:17.3125rem;height:17.6875rem;top:2rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Czf6dO4mVf9L3kgA7oQbwTWVIEAJUkbs { width:17.3125rem;height:17.6875rem;top:2rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4m92uOZu6BcTUsKSKbLfa8qqSy4uc4X { width:15.125rem;height:3.75rem;top:12.4375rem;left:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRhkDzIq4ESg7cr2pwe22pEDePvLIems { width:15.125rem;height:2.83333325rem;top:8.875rem;left:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4z8J9ELms97GxsmCKMRdmGXdnllUi70 { width:15.125rem;height:2.83333325rem;top:8.9375rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtPHWb88ZvRFsWTVR2ls0m8fhdzxffqD { width:15.125rem;height:3.75rem;top:12.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwmyDiMVAEGlAn2tyktJlTB9VyH3nUHq { width:4.125rem;height:4.125rem;top:2.3125rem;left:15.904350757599rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKyGAT2ZQUsxuBTbIHNNpfv4JPefg5ha { width:4.125rem;height:4.125rem;top:2.3125rem;left:27.341410160065rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJEC6nfoCGpMVUBPaPyszDOv2JfW97D5 { width:7rem;height:7rem;top:0.875rem;left:14.468164920807rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVnoxxXhNbn3CzF1Ta49DroVCXbK8pE2 { width:7rem;height:7rem;top:0.875rem;left:25.905226230621rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu { display:block; }#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #weyffJgQd6g7WfGoz8BP95JkfhIpnBJv { width:13.5625rem;height:24.388497116853rem;top:2.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hf8GQ52pWf7mpWvIvVewMzwcdLI2kvha { width:18.75rem;height:11.33716149545rem;top:2.4375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlrpLnzVm0JcwRU7exPs9brNDN9neD4A { width:16.8125rem;height:11.394771492383rem;top:2.4375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzCZsJFqTG6l7oktEcNXXE8TFMQRk2Ur { width:17.1875rem;height:11.124625rem;top:16.0625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cATaVFVMEM8EgXF9DpJwSP5qIgiP7S5h { width:15.4375rem;height:24.775262364659rem;top:2.4375rem;left:32.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZ6wXfZD67SOlysXvWdoV24rWQfp2t03 { width:18.75rem;height:11.212511586648rem;top:16rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR { display:block; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InlhwgWUiyUb3mzrARWSE7c5qRoJwSop { width:47.75rem;height:1.916666625rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRIBFtccn64snINDOQBhNLWM6AZXKRc4 { display:none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TwSVtbtFpezu7qE7WNOL4VT3CwTQ5C6H { width:20.5rem;height:2.875rem;top:19.8125rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNDA3vt5DgiTyXMpFhn9ptidXTucEq82 { width:17.25rem;height:2.875rem;top:19.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJTKTdaD4ohzIWcu8lHVif44DV4oBCPx { top:23.875rem;left:4.2488312721253rem;width:7.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W440c9QxTHnIwT8ciNsiZfW4iD0TQlQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #ew7yPradTiVWh0SbobU9sunOoof7LCUG { top:23.875rem;left:20.171289920807rem;width:7.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIXVTz3FlvfdzcDKwSKRQ8FFRirJmCXe { display:block; }
 }@media only screen and (max-width: 763px) { #duoLkOEDfdfRgdMaobHT0Qpy6N0dWrDV { top:23.9375rem;left:36.108351230621rem;width:7rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlWBmSvz1XALEqnUlo0A6OXJTeNweTDo { display:block; }
 }@media only screen and (max-width: 763px) { #xEv8F23tfoSp2TrFePqC5V69DVLHf3i0 { width:20.5rem;height:2.875rem;top:19.8125rem;left:27.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkwpQThTgl2aR41uiLdg1B7GlPmJmTfM { width:13.875rem;height:19.875rem;top:0.6875rem;left:0.999707698822rem;display:block; }
 }@media only screen and (max-width: 763px) { #IogfWfh5sfxExGrSQMxskTn7SI4Naamd { width:13.9375rem;height:19.97294554566rem;top:0.625rem;left:32.061911106109rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9lKZLanzVS3LAVC8WmxWUEaEecbfXOw { width:13.875rem;height:19.875rem;top:0.6875rem;left:16.874340057373rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thn7HVeZmR7ZdcwKuLRORTAPByukvJaK { top:23.875rem;left:4.2488312721253rem;width:7.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTOFpwUDMufE039XMBmTMG8CQpgygg6V { display:block; }
 }@media only screen and (max-width: 763px) { #xIIZzQrTBQomdBX4gb7pDuR2AvVb3q5z { top:23.875rem;left:4.2488312721253rem;width:7.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fnpeggBXB1WeAQnaLkh80Jn4gNAqDRWT { display:block; }
 }@media only screen and (max-width: 763px) { #nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe { display:none; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vLnDWZf4S9RbhZW0Dm6ur3o1wU5bBeaL { width:20.5rem;height:2.875rem;top:19.8125rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2wmL6XT3Z0PhD9ON5c9SRbt4pnZaJku { top:23.875rem;left:20.171289920807rem;width:7.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5MwfNSgoJohmtkM6HzRhbP5Ze8w0Slk { display:block; }
 }@media only screen and (max-width: 763px) { #pvmeTUfGidJhGFsbG9zGBFdfKexHECLt { width:13.8125rem;height:19.8125rem;top:0.6875rem;left:16.874340057373rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvLAVbhDbOAaxa46M1oANaGBtliNiUnd { top:23.875rem;left:4.2488312721253rem;width:7.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #W0iUiS6e6sGOo8DnkB1Zg1470Lmt0BoO { display:block; }
 }@media only screen and (max-width: 763px) { #EoI87WkJtft53P4FPusBXDSs9ra17dWQ { width:13.8125rem;height:19.8125rem;top:0.6875rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex61qDQpqkk3wqXJ9r409oPuKoxsB8od { width:13.8125rem;height:19.8125rem;top:0.6875rem;left:32.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHGSCXpmdSxTQo0RbTaQFK6JcbQeF2cu { width:20.5625rem;height:2.875rem;top:19.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg9te9zrwb8EXsfR8w3hRaaqgb862XiN { top:23.875rem;left:4.3125rem;width:7.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQpvq6NATvFJMtOLDvc3VeNc76uyuDTA { display:block; }
 }@media only screen and (max-width: 763px) { #EQ242GU6mJnUhifcmdEKhkMoX1h9301X { width:20.5625rem;height:2.875rem;top:19.875rem;left:27.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFcpu8qbkKGoWi2i099mcTWLXiMkZ6Uf { top:23.875rem;left:36.0625rem;width:7.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfVE9fxtTRx47iTcEotOz4DXP1Fp2mfr { display:block; }
 }@media only screen and (max-width: 763px) { #N85lQnDkOaNlkUEbcxEX02gm5yIv0gx1 { top:23.875rem;left:4.2488312721253rem;width:7.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLN9dTiDQSRSdHDmpf58LpqFCCSuzvwx { display:block; }
 }@media only screen and (max-width: 763px) { #ngCafFWRq5Edo6Kkk4W9SGVZEaMcx1Ku { top:23.875rem;left:4.2488312721253rem;width:7.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0E5v1b7zqqvXfQqgcsXoBo7mOPS7H3y { display:block; }
 }@media only screen and (max-width: 763px) { #PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV { display:none; }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aXRRqupHpqHtg3eTb6mqoRuykFqJ0RVh { width:20.5625rem;height:2.875rem;top:18.6875rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeHAQfPugXc8PVUIMeSL0Q1R7XWTG124 { top:22.6875rem;left:20.1875rem;width:7rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOQF344LBkqTosyDwIIV74mZMuI5Is4z { display:block; }
 }@media only screen and (max-width: 763px) { #pBkQQWG5TiC4TLLHbTtLVZH8QRe94Tt1 { top:23.875rem;left:4.2488312721253rem;width:7.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZzgKKfB2PxuLg8TmFUykXvDfQskFTHlX { display:block; }
 }@media only screen and (max-width: 763px) { #uBX7TquMvQdXk70pDep7JFQGOA9CzaGv { width:12.1875rem;height:14.6243105rem;top:2.375rem;left:17.717597961426rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFUUy7CZNG5axCGPRUs5noaZ7Q6bdCrw { width:12.125rem;height:14.5625rem;top:2.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc73ZUCg3wxW1bcGWPRIfpO6rBrsD8U0 { width:20.5rem;height:2.75rem;top:18.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUDLKH02KGUx2l6hfrIvGDQAEAyBEO4S { top:22.8125rem;left:4.375rem;width:7rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6snPxWtlGI1JlbsfZUZXAI9bt8fzTCL { display:block; }
 }@media only screen and (max-width: 763px) { #Qzuo48KxdzMhJQRiUz4rxw7hIGrwSz0o { width:12.125rem;height:14.5625rem;top:2.5rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4tR0vLZf15khmeFaJBJf4uA7M4yJpP4 { width:20.5rem;height:2.75rem;top:18.75rem;left:27.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg1EvrXvUhCMA937GtAcK4NFAHSamUTQ { top:22.75rem;left:36.125rem;width:7rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne5SAoxPa4VBQSuzbDbfTio4UDxTxN5h { display:block; }
 }@media only screen and (max-width: 763px) { #zr6a6BhLwyTfLxi5W4C1T84NOLFE7rIn { top:23.875rem;left:4.2488312721253rem;width:7.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3kBkJba6RxgkHvTnCswW51OVnNiezFV { display:block; }
 }@media only screen and (max-width: 763px) { #TNUXsRPJOqfEiGMCx0HWTdf8F23DG8D5 { top:23.875rem;left:4.2488312721253rem;width:7.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vT0hliph99PhovgRHohRUhCEb74av13c { display:block; }
 }@media only screen and (max-width: 763px) { #G5dWffEG9TX8feTyVvGJqo3zc3qka9tB { display:none; }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fQuK9TO3UV0OZwhfDl7TE84TQ5DkyXyG { width:12rem;height:14.424230724852rem;top:2.6875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTpTDN5iEUfpc6UVuwIrMWOtswzudcT9 { width:20.5625rem;height:2.875rem;top:19rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig36DJ8JoIFkauJG9ERo9JVHinrEPHet { top:23rem;left:20.25rem;width:7rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxio4HQ3TrZ7OHtarvxgS7PsioTTBUkd { display:block; }
 }@media only screen and (max-width: 763px) { #HXQ4XRvf4P1bIwR9CGavMKHeSGKQEUtr { top:23.875rem;left:4.2488312721253rem;width:7.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #GepZMT2ZDMyamrTMvZQ1Iy8UofPTGxIV { display:block; }
 }@media only screen and (max-width: 763px) { #qBuAJu4qNWciETFd52TuzceZoOynIESu { width:12rem;height:14.4375rem;top:2.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZkKScAnumWpiDcNZeGrpKVGtKKPFGik { width:20.5rem;height:2.75rem;top:18.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2GmmsV463gzlcRsLaFSATVkuQibRPqr { top:22.9375rem;left:4.3586854934692rem;width:7rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzMXXCBqHonDsoeqTwf5wwUId2lgIs7t { display:block; }
 }@media only screen and (max-width: 763px) { #UUdxwhdbOOPnRMytHLZNHuwML9OdmGmG { top:23.875rem;left:4.2488312721253rem;width:7.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #cv5IpuxLquRSy1GZQ7Jnd0sRJ63ONFiJ { display:block; }
 }@media only screen and (max-width: 763px) { #HsuMCUsCL5BPAkk7UJTJ20MT8FSUrf3c { width:12.0625rem;height:14.5rem;top:2.8125rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMicU2TR0iyx2WNbExGufsPQaKUEScel { width:20.5625rem;height:2.8125rem;top:19.125rem;left:27.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkEfEQvgBylqHsG0Qf6LzHrNqQW06bMw { top:23.125rem;left:36.125rem;width:7.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HixqKGT5xMyOtcmPFWhQo4okbZWbGXru { display:block; }
 }@media only screen and (max-width: 763px) { #c01ZRXfquw6r3UPLKsEGoy1o6hq12yfL { top:23.875rem;left:4.2488312721253rem;width:7.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTnkAHlLrVAXiTUiNtPc16fm9PtuFU8r { display:block; }
 }@media only screen and (max-width: 763px) { #EtEXAyoKzanc1gW3vpWypFaStiBZaJzd { display:none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aWRtwSCDHIkPcsBuOXbJJSIEM85QWEft { width:30.0625rem;height:2.8125rem;top:4rem;left:8.8122067451475rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvIGTJzTTHlnA3WiCBFdX1DWATeXJcTe { width:47.75rem;height:7.5rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVmiAuXzpc9woEE9VdxvgsDNEMpS62NH { width:19.25rem;height:1.9375rem;top:16.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOSRZ2cJ2SqyuO23DNeL6RDCz4kV1GyE { width:1.875rem;height:1.875rem;top:267.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmX8tNArQ1m60kcBFoDs81CN4g5GL1q5 { width:6.125rem;height:1.1875rem;top:32.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqmhmVJTOvuzSR5bEEvXtFB6Tx00qKaq { width:47.75rem;height:1.9375rem;top:270.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn5qyd787CkpnQR8hEqWbKafIhUFDKZr { width:10.8125rem;height:3.25rem;top:273.9375rem;left:36.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZsCyNQVT9k9mdzTKIzLSDsX2wknlMPn { width:47.75rem;height:3.5rem;top:272.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7Vxt9cwm0bGyIP4BaSfTKCK7scIgJcH { width:6.125rem;height:1.1875rem;top:83.625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBBoZZMZJEsTC6J8FhhAhDl1RcS12PuS { width:6.125rem;height:1.1875rem;top:48.75rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBc0J0bppBq1HMipZhHn83gS3rFTMB4n { width:47.75rem;height:3.5rem;top:118.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZVH53Lw4g1gAZEZJ9nS6RKDlkc9M3Us { width:47.75rem;height:1.9375rem;top:115.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFygyadWmPoJEHcz2RX38TNoe2XAdP2M { width:1.875rem;height:1.875rem;top:112.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl6mRnwheWibkrktXRhPyM2JwTbExVCm { width:6.125rem;height:1.1875rem;top:67.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2yOXgJ83LHWqXLNzNwm1f0lyD5wS3GS { width:10.8125rem;height:2.1875rem;top:119.75rem;left:36.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdzoZxdCfQEcdEtiExPMB98G5gbPunSI { width:6.125rem;height:1.1875rem;top:94.5rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T87knFTtnECgAl2vLQv6oz6BCrMCNJTE { width:6.125rem;height:1.1875rem;top:110.8125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0ftiHQS0h2iCMP8i4BJ9aUKcXkCf20M { width:6.125rem;height:1.1875rem;top:126.875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRSUhVTWT7EVJtqnSzoeCPpDJJRyrGJ7 { width:47.75rem;height:7.5rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo6mwFlTzJS2DwIpLZi7ikpvvVtNU8Kv { width:19.25rem;height:1.9375rem;top:25.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpAX4UEtvEzzuW7V9Hym34w9gusRSGIu { width:1.875rem;height:1.875rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATaB9UR5hXo3tQ1VcQaCWbFBTWTK2ogJ { width:1.875rem;height:1.875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwQIFca4hEVDDqk0VlAMyUkeavilhQCb { width:47.75rem;height:7.5rem;top:140.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqzguPIFzvO02qJTslg0VgZfEAAPIigC { width:6.125rem;height:1.1875rem;top:142.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL4qkrsW9c7aEclGFq86E9NuJwavdss8 { width:19.3125rem;height:2rem;top:144.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDoeEDJufBVPBNHBAKmf3utXKlnXD42Z { width:47.75rem;height:7.5rem;top:150.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QASaABJHRvlLKPhtqBocCIykTrGcTx8p { width:1.875rem;height:1.875rem;top:152.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrFLcqd8GG80vg2M2FEbWfTnBS6JaU0l { width:6.125rem;height:1.1875rem;top:152.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDpyklHkr7PBhA7zqTMTfvUPfNSeBbAw { width:19.3125rem;height:2rem;top:154.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5onCIIrOXIucR9KNsHvlJt0lQOmunii { width:47.75rem;height:7.5rem;top:160.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFxaRT815qyZQ1wHEvlueLBrpPp76Ohv { width:19.3125rem;height:2rem;top:164.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfIv31FyTmdEu54VrLswmWQyvbbzUdta { width:6.125rem;height:1.1875rem;top:162.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE8TsQZlBG4pstkmxguh2gRD3wwWz80T { width:2.25rem;height:2.25rem;top:142.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QImNRTiTTIQTy8b66znDimd21Di6FZSI { width:2rem;height:2rem;top:162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyKOCZpO6pTfnE3SHLW3hkRubp1dpPtp { width:47.75rem;height:16.875rem;top:171.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJniytQGl80qqN0AUXyJNctUxgp3ocA7 { width:47.75rem;height:3.9375rem;top:176.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTpoTMJ3QD9U7GP2LNvECGuv44NPTWRJ { width:1.875rem;height:1.875rem;top:174.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVF9mVDgAuosoQnM5cOpeybAAARisZg8 { width:47.75rem;height:4.6875rem;top:181.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNx2WA1hSJ3h0rBScwMHXWo0NshiX3bP { width:0.0625rem;height:13.4375rem;top:124.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xca7DkwkuaHGyhgTD0FyTtSdZ5i0gwGA { width:47.75rem;height:13.75rem;top:110.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEBo4TP3RWTsgIu7pweOLTIhF9yF6iwy { width:47.75rem;height:13.25rem;top:265.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5S16u4Fqe3Qfz31FSHoJEvOSJSwQQT9 { width:47.75rem;height:16.25rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soZJVmQMTPIBt9JcDvLx9mNN8T9FzmVr { width:47.75rem;height:4.6875rem;top:39.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu8FT7BbL6Kqanp46XNbaKAFXWoefE5L { width:47.75rem;height:3.9375rem;top:35.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dENKmOIRffkJradORpepy23ipvK6gX6N { width:1.875rem;height:1.875rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUUk7hRKSns5A6U2HGQ35IKygrh92EcX { width:11.25rem;height:3.25rem;top:40.75rem;left:36.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VriATe1rU7vDDXWwHw6WFxJZeF6swZ8i { width:7.25rem;height:10.348680158004rem;top:264.5625rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoS9zRgWqolAUcQnTxBs8mZ2ZXNoqKeF { width:7.1875rem;height:10.285756790334rem;top:31.0625rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV7zQpEBeXrsZlD6vQ0GgyRf7HyOzJW3 { width:7.1875rem;height:10.3125rem;top:110.6875rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpyADZ2eL40GAQEmrm73CUMWv3FVLRzz { width:7.0625rem;height:10.160387507851rem;top:173.8125rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOiyzNq5AIIH0BZsSlBOOlsiboBioG12 { width:9.875rem;height:3.25rem;top:182.8125rem;left:37.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmpg6NWatmXWkq7Jcu6OAFSzeeDLWCJP { width:47.75rem;height:1.9375rem;top:253.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNJuXhtB6lUPVSJyn4eCgyXpgLwTSo5F { width:47.75rem;height:18.9375rem;top:90.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxk0htEmyVtQKgDfxK5yxrhWfkUxi5ZA { width:47.75rem;height:7rem;top:100.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBZFTdofdsJLLP5EGowGCA0Fwk1BrP1Q { width:47.75rem;height:3rem;top:95.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJiay8E8GW035Gq7sn5QBvUcrr8cd6Jz { width:1.875rem;height:1.875rem;top:93.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7pRJ9pc3OswVbE6rTuLpNbdXUwrMmt6 { width:9.875rem;height:2.1875rem;top:102.875rem;left:37.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLip5l3Eo312kV1QHe3n1mvoLiCocVOZ { width:7.0625rem;height:10.160387507851rem;top:93.875rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntMFsirHtyZvpZuDrSVLLgoc76sykuwM { width:47.75rem;height:15rem;top:249.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWfayqHNu6z3Q1LEViB5DbBncHvTPArL { width:47.75rem;height:4.6875rem;top:257.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6Aez2EEwKQnGOUdVHPw6bUaxWy3c7oM { width:47.75rem;height:1.9375rem;top:254.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob3AiOMkZBcO4iDfUIN9OM6FFu1KF2vV { width:1.875rem;height:1.875rem;top:251.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTK3oT8Htqo1iWDqDzFGXK2T8f6Oymb3 { width:10.625rem;height:2.1875rem;top:259.0625rem;left:37.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRALaVWysME5ORNV0XyKg9k295qGs6Bc { width:7.0625rem;height:10.160387507851rem;top:250rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEymiKzOMK2t3V9kaka2LQadR2fnCKlx { width:18.875rem;height:21.125rem;top:202.875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZgtbKC04EuIpdz5w5xOVTazZhUKCgmhZ { width:16.1875rem;height:16.4375rem;top:158.4375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWGVT7mH00EOh93Cq1Hax2mK9yOMcJW7 { width:47.75rem;height:14.375rem;top:233.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9XIGHM5khueuLlM2XIWnvNItIS5kLyp { width:47.75rem;height:3.5rem;top:241.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGeVkGMHiVJgZou2X7L5MBdPLPrOiCFq { width:47.75rem;height:1.9375rem;top:238.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6PTic4vPCST5TFbBAEOomvd0Fk5voHT { width:1.875rem;height:1.875rem;top:236.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz9BK4JRA9qOUVr2hfNFO86Ug7xTkIR7 { width:10.625rem;height:2.1875rem;top:244.25rem;left:37.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU3sCvQaw5tCPTOCVO1SEkMCTI34suIT { width:7rem;height:8.4245972764972rem;top:235.1875rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvRTaJTEny9IinaqZP91kEexqdaOPFBH { width:20rem;height:4.375rem;top:289.1875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fn5Cf3tGqXIcalwXiE2KM9K0VLqvoDVu { width:18.625rem;height:9.375rem;top:292.875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b1muwxTv1gBIp0oe4qTDb2oE4d8cNNXL { width:47.75rem;height:16.875rem;top:189.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJrZqmUNiaz7usNTkRGPVbuB9ReCu28z { width:47.75rem;height:4.6875rem;top:199.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA5dBWu8M7QfKS93VlpmRZ2JGZWT2xcf { width:47.75rem;height:3.9375rem;top:194.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts1aRD3ARGr7IT7aHvCO9Nuv5F2mL5GP { width:10.625rem;height:2.1875rem;top:201.5rem;left:37.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu9bRmTCqveDQeA8HdQ0x9lgVy9VzWBf { width:6.9375rem;height:8.3632635289576rem;top:192.4375rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhGoVKhNMKSV5gn9QkIxiWACAho8HRom { width:1.875rem;height:1.875rem;top:192.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJTuXgJTGSPDOJMZi8TU9D04Ty0PFu2G { width:18.9375rem;height:14.0625rem;top:331.125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvl2DlhAmQg8GS3HrE1qJxIGfXdtwQFA { width:20rem;height:5.875rem;top:323.9375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hdVXq9PVze4qzKXZ6SQEKEJ6pC0We4JB { width:47.75rem;height:16.875rem;top:153.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaohFoSwNdAQb09T4dzD4uPoUE26NOiT { width:47.75rem;height:4.6875rem;top:163.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNrdcqWWuTCzw34o9LzQXnz3m99zKpZk { width:47.75rem;height:3.9375rem;top:158.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrRA9FTJFdnWmiiJJPX53sZWSS7ODOp6 { width:11.5625rem;height:2.1875rem;top:165.3125rem;left:36.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNS0xToZm1Gy5DnoRwEmUAUAgRG1I40M { width:6.875rem;height:8.3122701875rem;top:156.25rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLBxIlP2CesQqxyi2T8Wb9hQUpzPZcfR { width:1.875rem;height:1.875rem;top:155.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn799BdVJ8bVsKo6Nn6Z7qMfPs04B26U { width:20rem;height:4.375rem;top:368.25rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLtRaHzogLScSJKvyZrn1G6TtCEe504e { width:18.9375rem;height:15.25rem;top:373.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #maGMsm0pcnVXeuD1vPzTdr23T3WRr8h3 { width:47.75rem;height:16.9375rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV7nhff4Z5ZGMgMlpKDiOsC83WQpxw9z { width:1.875rem;height:1.875rem;top:48.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBgZ2v7y9yBr9GdV7BbZNv7vNnc4D73O { width:47.75rem;height:3.9375rem;top:51.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvnKdnRsnZSRdSg0er9ufoADSPgU12tW { width:47.75rem;height:5.875rem;top:56.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLz6mSKA2Pf7kDbvnyO9tduTVkenn7lu { width:11.5625rem;height:3.25rem;top:59.0625rem;left:36.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erWVByxTWrbT90KLt9679XD7lmPWTHrZ { width:6.875rem;height:8.3125rem;top:49.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgxUv5X4W9LpGo5aXlCOAunkTaiAWTpx { width:20rem;height:5.875rem;top:413.4375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qW4syDtKTXw78T9fETFOshOuP8tTpZKg { width:18.9375rem;height:17.625rem;top:420.75rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lmz9TUdAHh3Xkh2bkdTcwxU56JZAbGwR { width:47.75rem;height:15.1875rem;top:65.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAKiN6ibLbEnAtc3cJyRTZSxrTEiCtgL { width:10.625rem;height:2.1875rem;top:76.625rem;left:37.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0ssA8ToCN5Tr2GKcdyVS5qe04U2F743 { width:47.75rem;height:3.5rem;top:74.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBzEAhI04ml7AWI9TMEdVkIWJTo8aoKz { width:6.9375rem;height:8.3632635289576rem;top:67.5625rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP1t5vmNe5HMgUWlP1F1mzkx5TR0qnCX { width:47.75rem;height:3.9375rem;top:69.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #am9TJETmmyTxxreTrtlfNoybpI0hiLrO { width:1.875rem;height:1.875rem;top:67.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2lmLZRfVDOQzNSN2IZU3i89pXiUMOEi { width:20rem;height:5.875rem;top:442rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dyNhTgLNP5WaApMgFMNbJ7oPTt7lFL6D { width:18.625rem;height:9.375rem;top:449.5rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #In7vfX2S3AyRpzp6l1gfc8O9behdE3Sy { width:47.75rem;height:16.3125rem;top:207.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4c6AlR1xarZ6VZ4E3NKLDwxPJkDpt8N { width:47.75rem;height:4.625rem;top:217.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpedNQ0lq25RZkaP3fgJpJqte8Epq4Vq { width:47.75rem;height:4rem;top:212.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sutcmplXXs8klG1K5t3HlH6DSF9JOAEB { width:1.875rem;height:1.875rem;top:210rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RICDL2dCftFEB1TDf2KGveCRsUC72ptv { width:10.6875rem;height:2.125rem;top:219.0625rem;left:37.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6qqTIAhA7DHAloFkuoTQgndDfU2EqUr { width:6.875rem;height:8.3125rem;top:210rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu3KdfWaUMoKuNJTtck1gpmrZ3u3UT33 { width:20rem;height:5.875rem;top:480.0625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9x03wHGTXrF1GPBMTlmoCc0iOlIUBnc { width:18.625rem;height:14.0625rem;top:487.625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxmJ9SHWiw5MBXThO9Zm8dldJwbaPEen { width:47.75rem;height:17.5rem;top:125.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6aHryWgVVO0gXWetdcZlvfvitAHwCzn { width:7.1875rem;height:10.285756790334rem;top:127.3125rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk88u9TkTo7iH5ft2D4S9qLUIZaCTbut { width:47.75rem;height:3.9375rem;top:130.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOdexecQHeHL5gSa7fIqg0zt9TCvS56Q { width:1.875rem;height:1.875rem;top:128.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcDIdxzf71bmyUxhRIWxNl6tX4y4Cw7d { width:47.75rem;height:5.875rem;top:135.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1NdTe1rDb3Ma9oqCaqlqr5gaZnOKxze { width:11.25rem;height:3.25rem;top:137rem;left:36.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTP7mk0kTAL3nZOLBnfUemJy30r08Ldt { width:18.1875rem;height:17.625rem;top:532.125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hkU7OGPZ6zlh2CkMQgJb3va3IJO3n6Hw { width:47.75rem;height:1.9375rem;top:32.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aar9XIlK7pwnteIGZnWwqD6LEMCbDx3u { width:47.75rem;height:1.9375rem;top:22.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGlJT15ZGKaFbzA35ltbIxntqneOtfzO { width:47.75rem;height:1.9375rem;top:13.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOrTHxdXmJc55ov7e3zh3SrtbGFwVmI0 { width:47.75rem;height:1.9375rem;top:48.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W10uA28cLGTXIUMn8ZUkmMSML11rmUBA { width:47.75rem;height:1.9375rem;top:93.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCPZP9CnOG4iqCBGEeRpKf5QFu9fBM8E { width:47.75rem;height:1.9375rem;top:67.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuTO83BKHxLmcgPD8W9ExI3pm7rHWLLb { width:47.5rem;height:7.5rem;top:81.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5hKaNQQTmuksoAHA4KDUM3ib0ndBCZ5 { width:1.875rem;height:1.875rem;top:82.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM0f2rUStvESlQGFxHypxnhhoMoN6Wdc { width:47.75rem;height:1.9375rem;top:82.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGfTvricPLvRsPzSJQKcKarHw5aTcU59 { width:19.25rem;height:1.9375rem;top:85.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD7vLkl2oFD21imE9ApTLua8wTth1LtE { width:47.75rem;height:1.9375rem;top:112.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swsSSUTXtpF04Qiodc6sqUtPKDM4V68I { width:47.75rem;height:1.9375rem;top:128.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUIBygo9wQPvMTpNsZ6VA0vwrA9UUIQn { width:47.5rem;height:7.5rem;top:144.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhQPpadnU9OUxBEzUzJyKlnHieuaupHm { width:19.25rem;height:1.9375rem;top:148.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnZSHnmFVfObqSsJS1wFdR7qv0035twf { width:1.875rem;height:1.875rem;top:146.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFGo0TardbSQK7Wa8cEo4JvtFdJRqse5 { width:47.75rem;height:1.9375rem;top:146.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8Cy1GdCXulVkdc5uhyMKHff4WJpIZ74 { width:47.75rem;height:2rem;top:155.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBTTOCcCiCqOsW9fv7zzB3VFbxIP2qWV { width:47.75rem;height:2rem;top:174rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzWMeb1sMF8BrIdTv26zwmESuMITmHp2 { width:47.75rem;height:2rem;top:192.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfAJqfq0m9OieTibao3s1FpTCnkPXrcl { width:47.5rem;height:7.5rem;top:224.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm4Kqneex5hhWLTzBgBq0pEQbb57NuPL { width:19.25rem;height:2rem;top:228.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq3HR9moWLE6GOQUHUHdAdLJN1POgED9 { width:1.875rem;height:1.875rem;top:226rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCeFg07tPO4saRKyJy9MtP5LkCyul4xU { width:47.75rem;height:2rem;top:226rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgweEeU6Nl8FIUA8EtbaGxuugAw5Tbz3 { width:47.75rem;height:2rem;top:209.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyAiER3izVKMekIApOFGuhIKFef0BIai { width:47.75rem;height:2rem;top:236.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXfhnNpWtOHbRtAA8a7AnS3kaHmstLfe { width:47.75rem;height:2rem;top:251.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXM2T0MPOleeJu5eBgyHgffkauI1nhJe { width:47.75rem;height:2rem;top:267.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv8Dl90dKscmOLZGp92vPHwTIuwdroWc { width:47.5rem;height:7.5rem;top:279.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFJar2Ea0R1P3XyvALfogziyLmZvd0ND { width:19.25rem;height:0;top:283.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #emvcAxA37RbFks3X0QFiKHATgNgI5fPt { width:1.875rem;height:1.875rem;top:281.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnDeCwN1qI8kBzhzfU1OHrzx7GaDo8L7 { width:47.75rem;height:2rem;top:281.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1JX7i4XLwmClhZ1PDQRe8OuRz894JSA { width:6.875rem;height:8.3125rem;top:49.875rem;left:40.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTrHm64HkLbvXG2fkkUNJl8paXBQ2mgx { width:18.6875rem;height:2.125rem;top:56.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJUMPCSzTGaIrCUdq9CfXrxOW1x3PuvQ { width:6.875rem;height:8.3125rem;top:49.9375rem;left:40.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oxA9o9vBTMdA954pDVrMUzflITiar5mP { display:block; }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGDsOw7al5puHGcDDXoG2OE26f6yVroA { width:47.75rem;height:1.583333375rem;top:3.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #teqs26BvvizMl0P6dpxTXvbImDKzl4JQ { display:block; }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpvXIIRQTE9yTF7bZbzu7tA1DxPgpFlo { width:31.9375rem;height:31.25rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2omqFyFe3aC6qNO63nv4vm9MmHQA9Iz { width:25.1875rem;height:3.250000125rem;top:18.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy9mrQannPqfgr3DTPoAUpt0d8I6FrB3 { width:12.1875rem;height:12.1875rem;top:1.625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynJK0oqZyWfe9OhCqq5Pm3vI2N8lbkL3 { width:27rem;height:11.25rem;top:23.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpyWsVz0nwUqEeHflJZo3kEo4RVAz9Iz { width:10.75rem;height:12.92490171742rem;top:2.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHrOg149c2UtQpHzeWewW3ke6azTy0v6 { width:10.75rem;height:12.92490171742rem;top:2.3125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOxi8CPla9Ly8TD8Z7ABa9Fe6bbxa3Xc { width:22.5rem;height:2rem;top:15.3125rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKBsTUeDGJpQmkqSo0CfEV3UrPt0DDMQ { width:31.9375rem;height:31.25rem;top:8.125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdRXNygIdTIgF2ZN0f75BNUczxe1QF2Q { width:22.5625rem;height:2.3125rem;top:15.375rem;left:24.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7SHh6WIpGn0eIuoy2XHTg7ZAdOd0OPt { width:25.1875rem;height:2.16666675rem;top:18.875rem;left:22.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfXaZyxUsGlyMdF6NllvPLVPAyB9KA5w { width:12.1875rem;height:12.1875rem;top:1.6875rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2VWTwuOG0ioZ5DR8FiBAirkgw6skpD6 { width:27rem;height:10rem;top:23.375rem;left:20.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVDrJKBrfTDfq1hTzZVs2KBcowrZU4k6 { width:14.125rem;height:12.624491542081rem;top:1.1875rem;left:31.200133323669rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJFeeKaFcLwU1NXVxD1HLITRE8VFOlTi { width:13.1875rem;height:12.317253226605rem;top:1.5rem;left:26.510798454284rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4lMSGTvXcDa5LvUQmLsMI8xaRAtH2Tk { width:17.875rem;height:15rem;top:57.1875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cK3P7QiPmn6Rk9ltDRfTFbW0n4KurC6K { width:20rem;height:3.25rem;top:53.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZgRpbiLFvpREPh3eXDsZNUaDdCydyXNI { width:39.1875rem;height:1.833333375rem;top:42.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua { display:block; }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6DzB9cTamzacFCBcJq4dHIvZm6m9xMO { width:47.75rem;height:1.583333375rem;top:4.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy62H8q6MeUV1MdeOJvripyiwkSPKKen { width:43.9375rem;height:24.652326055027rem;top:11.4375rem;left:1.8749618530274rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg { display:none; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KHOvOnyTJTwIp4KqNJZ7IgPJGh2uxXl6 { width:34.5rem;height:20.5625rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIre4sakZ0eB4Uxmlaeqi8bBoe0Al7Ur { width:7rem;height:1.25rem;top:30.375rem;left:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5bA7H6PTnkz0O88QgTfrCoiwDpdTXFv { width:19rem;height:3.25rem;top:34rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1WzKAe2pqtpl4CdHQsH3onJt9HolHaB { width:13.0625rem;height:2rem;top:30rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRwgPPJTp3vzX2R80oAmGtbuGu4IGHSc { width:14.6875rem;height:2.25rem;top:26.8125rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2tL9hqeDqckQi9mEIHrT08RJy5NZeXO { width:14.6875rem;height:1.25rem;top:39.0625rem;left:4.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJH3K3GJ42mrUuUIPqO4WF5nQr1pJEwP { width:47.75rem;height:5.8125rem;top:12.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI57aOQqpHvFSc5L47lICKrq7SekDtnO { width:7rem;height:7rem;top:18.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0dw7P2XlLlUs9N5K0xR47ddI0T3rz4h { width:31.3125rem;height:3.25rem;top:8.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHc3ZWsbFeKbamRZJ6uPpSA910bodW0V { width:17.4375rem;height:7.75rem;top:31.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x8h2GfuIMXvcobwH86im0xxwZooB9Vnv { width:17.375rem;height:1.25rem;top:40.9375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmir7uTBxTcZlxG3p4dxu5MIO220fSf2 { width:16.875rem;height:4.0625rem;top:2.875rem;left:7rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi5PJa3tLW32DbcnWHQp050OnTiFwqwE { width:34.5rem;height:20.5rem;top:22.625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJTtBPgXA41It0PSG8zaoLLLgv4crTfn { width:7rem;height:1.25rem;top:30.4375rem;left:32.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH9x2RAlNNE9hXDdL073UqUJILFTESha { width:25.3125rem;height:4.875rem;top:33.1875rem;left:22.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvdzeTHcFBywK8gnxwz7uhEzpAq7TTFI { width:13.0625rem;height:2rem;top:30.0625rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZbsZR1yfAx0mBtwXdFVS6ggqRUKnTZC { width:14.6875rem;height:2.25rem;top:26.875rem;left:28.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDATvwyUL8lg2bTtwGTfZq0IDqB3cOcr { width:14.6875rem;height:1.25rem;top:39.0625rem;left:28.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATTVxK4MM3HtUmThI5P5SyeI2hQpmXZ3 { width:7rem;height:7rem;top:18.5625rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog { display:block; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfQLGXmMuislHD3b3bZoOU3QUG8nqRrE { width:47.75rem;height:1.583333375rem;top:5.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14 { display:block; }#Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6tZvNPsilHxMLkTsqA19M6URlk0T9cS { width:16.6875rem;height:3.4375rem;top:27.9375rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #STc1m7OlvFBLhXxPAOfxhZ95keiMHdcm { display:block; }
 }@media only screen and (max-width: 763px) { #iTlWrr4dLxScOqHIVpZN8OesfdKSi0ga { width:15.3125rem;height:3.4375rem;top:17.0625rem;left:4.2805199623108rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTiVct7gdwN3aKUZNaOJ7WUZi3y2TGkT { display:block; }
 }@media only screen and (max-width: 763px) { #clNpQUZ4hUcu5CqyTPTCr61IozQDABRP { width:21.375rem;height:12.833333625rem;top:10.5625rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch7zXPnT7c9WW1oJAFnAXSVN8S1Felmq { width:16.1875rem;height:2.41666675rem;top:13.9375rem;left:31.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1cABpw2nq3yGTdbmnnaZwPxu4hQkTlu { width:13.875rem;height:0.75rem;top:13.3125rem;left:33.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MstCNwzTyhtR1K25SKD5ZBgTexxkTXuH { width:16rem;height:3.25rem;top:16.375rem;left:31.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox8AV8grEhBDAZVKlvgvZUHbH3u72xVL { width:47rem;height:26.375rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFhfZD6V7XeCTQVS22VvbyOEzkBD6tX4 { width:17.375rem;height:2rem;top:6.4375rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRqaVaIzTQIiPwpDQ8Xg8Ln0oalFvEVV { width:37.25rem;height:23.024053086139rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsCBZ8AsxUQGxlLydf2OvSV8UO7se8T6 { width:9.5rem;height:0.1875rem;top:15.3125rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0brC0Vh0O2uIKyLQVDMPSDdZpVGMstV { width:19.9375rem;height:3.25rem;top:3.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 { display:block; }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGfA4fxDASDIIaKgs7mBmm03zGTFshmh { width:47.75rem;height:1.583333375rem;top:2.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 { display:block; }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7xGFraUbP6ZwObncpP6SfHqZ8SQKKhn { width:16.625rem;height:27.8125rem;top:2.25rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPaKBNkvPxBA52s38iaTowd7sSnDDWch { width:12.5rem;height:0.0625rem;top:26.0625rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAVZ4rJKIQ0FDN5q5NOzIanIxuK7iVnI { width:12.8125rem;height:1.583333375rem;top:27rem;left:32.874556064606rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLQN3qGWqBTHqUv4OJaVkTbbcHheI4B0 { width:13.5rem;height:12.666667rem;top:8.125rem;left:17.030954837799rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2Wq9GlEFbRmLNgnoedWFskpi1ARQoGs { width:3.125rem;height:3.125rem;top:21.375rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH3NAXPLzU6OSKuomE45v27BwU8dfo4A { width:46.75rem;height:10.25rem;top:2rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHcyzAbrqXLJS44wHywcnz3RspG9s2Wd { width:16.625rem;height:27.8125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAhZQVbUV30EI8ydbHaWlZGg0JQlTAuK { width:13.5rem;height:11.083333rem;top:8.1875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbmkIF6bTkPi2rtAWpTtokPnVPbEeuZf { width:16.625rem;height:27.8125rem;top:2.25rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu9kX2QixABfoQ75b0kapWryTINxuRUp { width:12.5625rem;height:7.9166665rem;top:8.125rem;left:33.374704837799rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT2hXWFKXwe36AaoXFmfFIbbaF88mfBr { width:46.75rem;height:10.25rem;top:2rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTEftX3G6u0ROhvTdelTUzw2NDk1TtuQ { width:3.125rem;height:3.125rem;top:21.375rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHIqSts1yoAOP8oDMW8sIXEWaKakrTw5 { width:12.5rem;height:0.0625rem;top:26rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixlhR4M0z0GJvfnZdfWltJAXzVKCA0Ou { width:12.5rem;height:0.0625rem;top:25.9375rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlxqZgpiy3UydH1Npy7sKUhLm5CE1cFT { width:12.8125rem;height:1.583333375rem;top:27rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #astviTZ67o6tfAturHSwPGpRO4KiT1yK { width:12.8125rem;height:1.583333375rem;top:26.875rem;left:16.999559879303rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpzigFqs4lHxv6ArNJuNuoBT9XJCD3ZU { width:3.125rem;height:3.125rem;top:21.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3f1WVD9exEkHK1TmrkSJumZsgb7e1Up { width:46.75rem;height:10.25rem;top:2rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlNQJpk24aDbetZdirxEpBEVrenhJxDr { display:block; }#mlNQJpk24aDbetZdirxEpBEVrenhJxDr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6MTTliiz7T0vVO5ZoPIuCzli7dmOsHp { width:21.875rem;height:1.583333375rem;top:5.3125rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx0IeCFXKa6XhMqiTwXFuD1wyCTTfub8 { width:23.75rem;height:2.83333325rem;top:10.5rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y90oWPTbyBGNs0Tqtw4LvliXET4JN2lb { width:2.8125rem;height:2.8125rem;top:10.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #My2kXqex2dho5hkddkpphRtg7An1IFAu { width:21.375rem;height:1.25rem;top:14.375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNN60a7Q2CrCe5TGIvPpE9tMe1NB7vD2 { top:20rem;left:23.875rem;width:10.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMTAFthacF1mwqi2gn94UwZIpXTadbVk { display:block; }
 }@media only screen and (max-width: 763px) { #Z28KbR3dnTGgMT0xMTh99kO4yNboK6rm { width:33rem;height:22.3125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz { display:block; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K { display:flex;height:auto;width:39.124875rem;top:25.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #pofRCmXUKWGWg2BTAo0pRrZJLrrQQuKT {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #MlFv2Xu9mr1tBckFXNokhnTanv5G2CO5 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #XfWm32lAIBLPhT6T9BXJJUl2MLfRc5T5 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #nqnFT6hLcN3ALRy71Dum9Xq2XMrGKMUK {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #xwMQlC24GZZaxSrTHgq6iz2TsihUlCsN {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #JT3KQNk3N4IHWxVxtsBqtSLmihnvfHhp {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #TfN9Um0wFe6S62baVHKSJK4vbcoBSD0O {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #BQbJe6QZ04GpOCtxobaAM57Tdh14tNsh {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #vypTSsC7a2TiiJ742Q9IT2WHSxcHowM9 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #Kf8L0ZQxXFoJNPB05EWCHG9o6l3CIeKo {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #a5IPazoXHC61Sf5QyN0BrsGioCxux9IQ {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #JbcfnuEyzgFoQPp5xpPLR0SR38wbzENI {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #GpAnTWCEHpuSCv1mzrfS5zFBytntGGUd {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #mfReeWuC5NXvsqIFkk7tKd4WwDVSTX2q {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #nfQtf2WLnJMEFZqI3M1m1F6dwXy0zGmv {  }
 }@media only screen and (max-width: 763px) { #UTdS0FTFD8aVPRoERTZ7F92Lpb6yFMmd { width:47.75rem;height:4rem;top:4.6875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2mouJyDbC0rD7eeaR66cOyQdLPAVXbx { width:45.1875rem;height:1.583333375rem;top:3.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd { display:block; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttDuNcycv3Uq0giRbDEBhwMoS0TITc20 { width:45.1875rem;height:1.583333375rem;top:3.875rem;left:1.2494149208069rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcsgfwuIBV8pEb1oLlvbc6nFQEnRyVpO { width:19.375rem;height:2rem;top:54.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOcFhenwpe9TEAgIOzBygF07n6IXAUkX { width:12.9375rem;height:4.851064875137rem;top:58.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwbzQDn3Xv5RERgrMMRue5gVkmfRPpHT { width:27.0625rem;height:2rem;top:54.75rem;left:20.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zetVZ7DrqesXP83SVoJaFXoIecXJShTi { width:15.0625rem;height:2.75rem;top:59.9375rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grek44LT62dZ4yGdX1Es21qM8PTFKTWC { width:8.125rem;height:7.2565998412068rem;top:70.8125rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0BoliUGidcGEx21GDtZn8otoUmLq5Kt { width:32.1875rem;height:2rem;top:66.9375rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTIWmUnWFUCT6LEsZvPIRNlZWryxXtzy { width:13.75rem;height:6.0625rem;top:9.125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1HKgKZAPle08UzudW1VTJA7dfAHKbtp { width:9.6875rem;height:3.0422029950917rem;top:10.625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkv0WWPlytr3CQhosWhuM5KtBMTTo1pR { width:12.75rem;height:3rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrfBQl1KT8cZpqsmhBeCSfWEEUKbKwTw { width:8.375rem;height:4.75rem;top:9.8125rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRdE5I7XRhOnCBSDnwU4JGDco4u3E3Ce { width:10.375rem;height:2.25rem;top:18.4375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0oqnzkZsaDrW3wL9pBdtFa2BGoaGT7K { width:13.5rem;height:13.5rem;top:19.125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFfNo49sNrxTTzOIHaW8RUeNV0LSAlPL { width:11.75rem;height:11.75rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyTpsHXnPi380Vcm4rrBuIZZpiylG4fW { width:12.8125rem;height:5.1617486066879rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMcJ1Kxpr47xJctK38InTzgHWvAIHX5u { width:10.625rem;height:2.25rem;top:18.4375rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2OE0boyLrTq7GX1UyS1IcUzaJninPK0 { width:9.75rem;height:5.1875rem;top:23.8125rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sskholIx2KXXctv8J299ax47XSD1aPcS { width:11.8125rem;height:5.75rem;top:16.6875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlSr94bptnJ3qqPQ7tqUBU8FbNoorbZ2 { width:11.8125rem;height:3.6875rem;top:24.5625rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSDa1uQybNsRWlDUBMDmcNxtVfaxxlzS { width:10.125rem;height:6.1875rem;top:31.9375rem;left:11.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkGb2x5SpaAfKPnrPeUFps1Zfrgam9E8 { width:12.0625rem;height:12.0625rem;top:29rem;left:24.999218940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRfEUtPzGuUJizv0hSUzltmsH9ld4EAr { width:8rem;height:4.4027351381524rem;top:32.875rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fue8F81CZUwRFndp7cWvTunwMU34epHG { width:10.125rem;height:3.8125rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXgF72EDwsynwE7xW0yZNgHRlrnRsSl2 { width:10.875rem;height:10.875rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZMQ6PEzSWtxJgTmwbrgmao7Wk90aMrT { width:12.125rem;height:3.6875rem;top:40.9375rem;left:9.3125009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKPeOaRBg7k8xUecWBzGONwRafpNhndA { width:12.625rem;height:6.5rem;top:39.5rem;left:24.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMyTirsGWtHvmhxyTB4UHT6gAbXz0nDu { width:12.375rem;height:6.5rem;top:39.5rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7FQi9ETG2mg8vIrB86frn5NoHI66Omx { width:14.125rem;height:17.875rem;top:39.5rem;left:16.812500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn { display:block; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0RC53ZCmsr8QiTm0nrfxoslXUUw6AIr { width:19.375rem;height:6.25rem;top:15.9375rem;left:19.312349796295rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0IVwGG4Tw6WULIi8KH4bnkhQ0nVxh8I { width:19.375rem;height:6.25rem;top:15.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkvJrptBPOksowv6Ag9b383rRuOqCOBI { width:47.5rem;height:1.583333375rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqSaEfNqffpH58AVMLfH2lUrVO61AXI5 { width:5rem;height:5rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJbTG4tDJSvL6NnQp7eeBH4Zk9Leq4aR { width:5rem;height:5rem;top:9.8125rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT { display:block; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZI1QLMn03y49hLqJex7wHnsm6aFtQF7 { width:29.8125rem;height:6rem;top:4.8125rem;left:17.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPJBDt5l2fIqx9nwOGJaNVEt81bwcmJA { width:1.5625rem;height:1.5625rem;top:11.625rem;left:31.5625rem;display:block; }
#hPJBDt5l2fIqx9nwOGJaNVEt81bwcmJA > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #x8T367xJTFLpuvvzJmenVQGpIsw6MtIN { width:1.5625rem;height:1.5625rem;top:11.625rem;left:34.25rem;display:block; }
#x8T367xJTFLpuvvzJmenVQGpIsw6MtIN > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #CDWStopL82076volTRL8s1HJLk4hTHuc { width:1.5625rem;height:1.5625rem;top:11.625rem;left:36.9375rem;display:block; }
#CDWStopL82076volTRL8s1HJLk4hTHuc > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #VEy9uKecL9HzUyQ1iJ1IX4UkOu0WbgM1 { width:7.875rem;height:1.583333375rem;top:3.875rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSyq0ghGbk9G0zPmKtdV7nk2DzW3H4M6 { width:7.5rem;height:1.375rem;top:6.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsOrm68fkPu8spWO3TgxWf8Sf8mfu6nC { display:block; }
 }@media only screen and (max-width: 763px) { #M8pMg7RlWHllzlriX4B3ykXd4Q5FLzXK { width:8rem;height:1.375rem;top:8.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDDc3vBTlkGIbuA4UMIiAKpbbTTtWFsT { display:block; }
 }@media only screen and (max-width: 763px) { #TTyklgBCwuIRHTSGaaPdl5rH6O1SpOzF { width:3.9375rem;height:1.375rem;top:10.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTlwTmSsyi1am6Nb4MqzGK66qokM7JXn { display:block; }
 }@media only screen and (max-width: 763px) { #lBo7gHShR6Tp8w12WVICZoeKfz6rVbcw { width:5.125rem;height:1.375rem;top:6.375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inGwk3Pnhm6Mcqf33I73bwqMQEn2lT0u { display:block; }
 }@media only screen and (max-width: 763px) { #oKPDtkur1RrmkEQSgyt59KLxNQTi5pJX { width:6.3125rem;height:1.375rem;top:8.375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwP8GXRTGTF4w2K8TxC65OyPgRd0I7DI { display:block; }
 }@media only screen and (max-width: 763px) { #q89xvic4iabvf53KBCmgfIZGCL8Tnl7c { width:10.5rem;height:1.3125rem;top:10.4375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0kwJ818R71Tp32laNvM9GC5dFJ016NL { display:block; }
 }@media only screen and (max-width: 763px) { #KoDCSiveqXHImZ7rPso15Tx3p7Xb7BaB { width:17rem;height:6.5rem;top:33.75rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9D6uCHqOnXvS26Fi6rMcGexv0EaiL9W { width:12.9375rem;height:12.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc { display:block; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCkULuTZSw54xRXJpTnv8VPtJg7UTa2Z { width:6rem;height:1.083333375rem;top:2.75rem;left:41.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPM7XOgM48s2kIxH7MOBuR8tXmfnps1x { width:7.8125rem;height:2.7280805981108rem;top:2rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkGFqkGa5Vd3uQZw02dX1AV1IK9aXC1G { width:31.9375rem;height:1.833333375rem;top:2.1875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv { display:none; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA { display:none; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SxkL6d3XzaOSMPhqrlECwdsFTFpUJkR3 { top:50.875rem;left:25.1875rem;width:14.75rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AIu4dnUezSL502eu5XXwZRWDFxJ2cPZe { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt { position:relative;z-index:auto;display:none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt { border-width: 0; border-radius: 0; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .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; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { width:20rem;height:46.875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yCKXFgqVd94963U7PanFFaHcIHxbe76z { width:10.1875rem;height:2.75rem;top:7.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWdVW4OgW94vghRy8xdloK4s6DyptTht { display:block; }
 }@media only screen and (max-width: 763px) { #LCJXNALvnLlniNSEshH88xa8wTJ4WGCZ { width:6.5625rem;height:2.75rem;top:10.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcv4OFgmfwJyIeQwltwPewRTGTBfccBg { display:block; }
 }@media only screen and (max-width: 763px) { #AhQLEa0Stiwdoifv2QWJHsTPZFBPPn8V { width:7.75rem;height:2.75rem;top:14.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERFkA8Xg7eKlOsbg3ufZPDOUGWdm5xgi { display:block; }
 }@media only screen and (max-width: 763px) { #kZRbd5nmTUrdWkR88NeR2zmugQOO02fJ { width:6rem;height:2.75rem;top:17.6875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ibXaKOygDE4qqXmln6oXCRTIHLERn7 { display:block; }
 }@media only screen and (max-width: 763px) { #R56oD5xl9fP703xwi4ELo6FTDtwLCIIQ { display:flex;top:1.528764128685rem;left:17.811611711979rem;width:2.1875rem;height:2.1875rem;z-index:15012; }
#R56oD5xl9fP703xwi4ELo6FTDtwLCIIQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #CdL08yK30hHKfqscxMB6UUg9OdTT4Uho { width:9.5625rem;height:2.6875rem;top:21.6875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVxyJa440JvxLqxWnzIT3r2Ttm9sUUmc { display:block; }
 }@media only screen and (max-width: 763px) { #OT3ZZ1Q76cFZQkQ814gPJTzbdKFGGBvZ { width:9.5rem;height:3.75rem;top:0.5625rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 { background-color:rgba(var(--color-primary-2),0.95);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container { background-color: transparent; background-image: none; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container > .video-iframe-container { display: none; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row > .video-iframe-container { display: none; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .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); }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container { border-width: 0; border-radius: 0; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lm9SW1EmsUFsf5zpX0Q5Vgq1FhskHHc9 { display:flex;top:1.3117188215256rem;left:17.812501132488rem;width:2.1875rem;height:2.1875rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #TZ9dZ6xbZtI45lowtqAxLo6mFnP9n2T8 { width:8.875rem;height:3.5rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kZpiUBE9K9eV1XeVt92R00xOwgBGGJXl { top:6.1280665397644rem;left:3.7499996423721rem;width:12.5rem;height:10rem;z-index:15027;line-height:2.5;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #EWAP2XFImDO6xOrBH4omCFqrwd0x94lE { display:block; }#EWAP2XFImDO6xOrBH4omCFqrwd0x94lE > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4109bd15-32f9-454d-a121-55962126c387/SesjanaukowaLublin2026Herosectionmobile.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTUdxBp2XshTFKDQsNxOW5spB4TDU9gf { display:flex;top:1rem;left:16.375001132488rem;width:2.1875rem;height:2.1875rem;z-index:15019;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmuUUwcCAgBEDFZLGWK6814QIsh4oTua { top:59.3125rem;left:7.9499999880794rem;width:13.75rem;height:3.75rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #fXL0rLZ2JTdJ6zWnz09G33XzEPKRuQ20 { display:block; }
 }@media only screen and (max-width: 763px) { #uzOuTOVWnH4xnwWTPr02MZepisRixBcZ { width:10.93839625rem;height:2.62645875rem;top:38.1875rem;left:4.5625rem;font-size:1rem;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #IGJHxdzlqAdUk4Ck59WnmexVq6u1WmS6 { display:block; }
 }@media only screen and (max-width: 763px) { #vJ2lQe0qqtuMPOTuGcMI7Mkpsbyo98ax { width:15.4994375rem;height:4.125rem;top:6.5rem;left:2.25rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qbPiSq4HabrOTh61TTMTymOe8WUcDTlQ { width:10.749875rem;height:1.71875rem;top:3.25rem;left:3.5625rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EMOmuzWHig74PkvyTnzQqO1pEhAMFfoI { width:5.3745625rem;height:0.9625rem;top:3.8125rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wwa7n7kXsmMubxW4p3TTakJl20aBZChk { width:7.7496875rem;height:0.9625rem;top:3.6875rem;left:12.25rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ysCTZR15sf6vKBkJ5KV1aOQs8iEDG8H1 { width:10.0620625rem;height:1.2375rem;top:15.25rem;left:1.5625rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lt3oWxd5l3NJRcraBntCsOEvyxvMq1f6 { width:6.6241875rem;height:1.2375rem;top:15.25rem;left:11.8125rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #onS01GkS2U8wsA3EyrpNXxoMQ76GSe8G { display:flex;width:1.75rem;height:1.75rem;top:12.25rem;left:5.75rem; }
 }@media only screen and (max-width: 763px) { #Zksu8Mr2U3IS3VOxQXucZ35p9HUqkDIa { display:flex;width:1.75rem;height:1.75rem;top:12.375rem;left:14.3125rem; }
 }@media only screen and (max-width: 763px) { #oUAOUylWwgytl8TxGJlw17kGrXlRedZH { display:flex;top:1.5588493347168rem;left:18.250582814217rem;width:1.74941875rem;height:1.74941875rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #SmQrMTPx8b9qKtT1asgu08qyt8Rltxqx { width:14.7495rem;height:2.0625rem;top:42.875rem;left:2.6875rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wuTfuviVLTXqPhaVCKK8a2lf5EkFUFK3 { width:14.7495rem;height:2.0625rem;top:54.125rem;left:2.6875rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yhXuOLdAnaF7dEKbUxKwQepKTmpd5SdQ { width:14.749rem;height:2.0625rem;top:48.625rem;left:2.625rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aogxvBbyLPT21ql0uOcxwivhdcc9TgGX { width:14.749rem;height:2.0625rem;top:59.9375rem;left:2.625rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KsJmOEI4AVlFnLHe5ZVN98m7ip04PnCK { width:20rem;height:20rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfr28ocSvUURq6ta8K3lUA12Zm33cJ8s { width:16.1875rem;height:1.375rem;top:44.9375rem;left:1.90625rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rKgIKpfIv2ItaOvTTkSOdlxffI6Pe3sC { width:17.4980625rem;height:1.375rem;top:56.1875rem;left:1.25rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #El7lNOUwcFyKzP8seTEUdBJDBodMKtl1 { width:16.25rem;height:1.375rem;top:50.625rem;left:1.875rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFfZAuc84c60faMHZm0mcpyPWXy8cRHq { width:14.749rem;height:1.375rem;top:62rem;left:2.625rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s7WIJ5WvGDTXwXZ8uvgKqCtdCmqPVAnv { width:14.75rem;height:2.0625rem;top:65.0625rem;left:2.625rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qQTuMBPtKNyDBnw5Z940K88HadeSp1DQ { width:14.75rem;height:1.375rem;top:67.125rem;left:2.625rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { background-color: transparent; background-image: none; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container > .video-iframe-container { display: none; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row > .video-iframe-container { display: none; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .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); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { border-width: 0; border-radius: 0; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { width:20rem;height:5.960888671875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #di82fsENnUxfHZEJqQWOSAhWTnqkQEMr { width:19.9994375rem;height:3.3rem;top:2.6613616943359rem;left:0rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Swy2HeWJXSVRVZfZadhakoZTr7p21bNB { display:block; }#Swy2HeWJXSVRVZfZadhakoZTr7p21bNB > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhNaNDeti6Tc0msRDJEOAfaC6z51uqzC { width:8.25rem;height:8.25rem;top:1.25rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHqKSx50Vl7DRxcSqSms5AXa849FtXG9 { width:18.874125rem;height:10.562375rem;top:1.1125507354736rem;left:0.56038254499436rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLdPvmoQIfcNVWvMeta11TlhkosHWcu4 { width:8.25rem;height:8.25rem;top:17.191125rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1WZff72m7rdVQGdTLelCPvCXh9n51i7 { width:17.1875rem;height:4.3875rem;top:13.498830795288rem;left:1.4062498807907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pF46WPK3ZTSrXzlxCJSqU7JlSAmbv5NR { width:16.8121875rem;height:2.6rem;top:24.25rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l7qlE3co8bAnpPi2fkERHf5GETxNWbuW { display:flex;width:2.8125rem;height:2.8125rem;top:20.1875rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #lgPRwi2FJE7ZbSJbxb0xVZEkzfevEIu7 { width:15.749875rem;height:2.6rem;top:32.4375rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hZ8CHvLG3t4tz0xnNch8K5CKooFxqonD { width:16.7494375rem;height:2.6rem;top:40.4375rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #baENDl6oRzxCUfXmR30ZecTHzbaqHciG { width:17.8745625rem;height:3.9rem;top:48.875rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AgACTckWl8UuTaR1iZTEMUO9BQ6JhxUt { display:flex;width:2.6875rem;height:2.6875rem;top:28.4375rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #GhLuIgt1QzfCUd4a60sNGQAuKK9HmMRr { display:flex;width:2.625rem;height:2.625rem;top:36.5625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #LcCmGVFXNeimDWTDQ2pvBWyCk3V9rPP3 { display:flex;width:2.8125rem;height:2.8125rem;top:44.625rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #Seix9E4NVx1WWrO9M9JUfRl4guwhbPdo { width:20rem;height:4.0625rem;top:54.025284179688rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e1be84a3-ed38-4b8f-9d71-b5973ae527a8/140320261.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN.adaptive-delivery-prevent-bg, #opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN.lazyload, #opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN.lazyloading { background-image: none; }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row .container { background-color: transparent; background-image: none; }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.65); }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row .container > .video-iframe-container { display: none; }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.65); }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row > .video-iframe-container { display: none; }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .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); }#opW9EbN7mdGdvA5spWrDGpD7BHJ4PlcN > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CoGHBwfnEP776t2b4IoJtmu6XsuvWsCW { width:20rem;height:1.65rem;top:2.2992115020752rem;left:0rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e1be84a3-ed38-4b8f-9d71-b5973ae527a8/140320261.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo.adaptive-delivery-prevent-bg, #AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo.lazyload, #AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo.lazyloading { background-image: none; }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row .container { background-color: transparent; background-image: none; }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.65); }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row .container > .video-iframe-container { display: none; }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.65); }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row > .video-iframe-container { display: none; }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .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); }#AhZ2iKuhlVEZDqFSHLx4BWvgTIGXaAHo > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Glx4ydNFgTkvFagfKxSP9owrTEPhmHzH { width:17.3125rem;height:17.6875rem;top:2.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8WCJI3Di41Tvz1OEp4Zqlo2NOHnIqXp { width:17.3125rem;height:17.6875rem;top:22.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb9oRIoGmwvvsR2nUxIpEqEZZHOUJqJG { width:17.3125rem;height:17.6875rem;top:42rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tutdc58PioC5yTzi0hqwyTwAchQl8uwg { width:15.124875rem;height:2.925rem;top:9.3125rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QxtHeqOmeuvcZEORJIJ8x9A7JWlzEZiO { width:15.124875rem;height:5.2rem;top:12.875rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UnlE1Q2fOt66PtOsEmhSLdM4PzZZS6Ze { width:15.124875rem;height:2.925rem;top:29.375rem;left:2.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M8iLZHTni6hmDisLr7zlcwKZeQZz0z44 { width:15.124875rem;height:3.9rem;top:32.9375rem;left:2.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BaI66bkKiM2K73XUyTyCODB3qICNibTv { width:15.124875rem;height:2.925rem;top:49.4375rem;left:2.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aaVCIE6W0n3Of5DnCRUXhFQxAUaaWSsn { width:15.124875rem;height:3.9rem;top:53rem;left:2.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NXEXBZ8gRxUTLHPN25602VCoLWZT5hz3 { display:flex;width:4.125rem;height:4.125rem;top:2.4375rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #Q7Jrg4kFqzsf5pJ9M1fWUvNHMi1OF3A5 { display:flex;width:4.125rem;height:4.125rem;top:22.5rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #oXdgX9vCM2Rryhgh3ErCUsNmqWClAgCl { display:flex;width:4.125rem;height:4.125rem;top:42.5625rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #QTLcbBomzhykWa20R0ZKCrUwsKR6f0r5 { width:7rem;height:7rem;top:0.75rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6C9fU8aRTeOr5QqmPW20a0TdF2VdfwZ { width:7rem;height:7rem;top:20.8125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFoc7NLHFeslOQWJ00MCaCQw3ZTlQzbl { width:7rem;height:7rem;top:41.125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e1be84a3-ed38-4b8f-9d71-b5973ae527a8/140320261.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp.adaptive-delivery-prevent-bg, #T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp.lazyload, #T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp.lazyloading { background-image: none; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row .container { background-color: transparent; background-image: none; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.65); }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row .container > .video-iframe-container { display: none; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.65); }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row > .video-iframe-container { display: none; }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .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); }#T48CpT4WLZlBg60EdQdmOO3P7KteT4Mp > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvyiGbRzz27PL3kqNCqzFQuCUFhgkATt { width:17.3125rem;height:17.6875rem;top:1.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Czf6dO4mVf9L3kgA7oQbwTWVIEAJUkbs { width:17.3125rem;height:17.6875rem;top:21.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4m92uOZu6BcTUsKSKbLfa8qqSy4uc4X { width:15.124875rem;height:3.9rem;top:12.3125rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iRhkDzIq4ESg7cr2pwe22pEDePvLIems { width:15.124875rem;height:2.925rem;top:8.75rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V4z8J9ELms97GxsmCKMRdmGXdnllUi70 { width:15.124875rem;height:2.925rem;top:28.5625rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZtPHWb88ZvRFsWTVR2ls0m8fhdzxffqD { width:15.124875rem;height:3.9rem;top:32.125rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LwmyDiMVAEGlAn2tyktJlTB9VyH3nUHq { display:flex;width:4.125rem;height:4.125rem;top:2.25rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #XKyGAT2ZQUsxuBTbIHNNpfv4JPefg5ha { display:flex;width:4.125rem;height:4.125rem;top:22rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #xJEC6nfoCGpMVUBPaPyszDOv2JfW97D5 { width:7rem;height:7rem;top:0.8125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVnoxxXhNbn3CzF1Ta49DroVCXbK8pE2 { width:7rem;height:7rem;top:20.5625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu { display:block; }#T8mXi54qVqDnW7G2TFQglwyvbQfAFtWu > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #weyffJgQd6g7WfGoz8BP95JkfhIpnBJv { width:12.375rem;height:22.0625rem;top:1.3084111213684rem;left:1.9363316297531rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Hf8GQ52pWf7mpWvIvVewMzwcdLI2kvha { width:16.9370625rem;height:9.8744375rem;top:2.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlrpLnzVm0JcwRU7exPs9brNDN9neD4A { width:16.875rem;height:11.374875rem;top:13.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzCZsJFqTG6l7oktEcNXXE8TFMQRk2Ur { width:17rem;height:11rem;top:26.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cATaVFVMEM8EgXF9DpJwSP5qIgiP7S5h { width:16.75rem;height:26.875rem;top:62.362709999084rem;left:1.5311039686203rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZ6wXfZD67SOlysXvWdoV24rWQfp2t03 { width:16.875rem;height:10.0620625rem;top:39.4983959198rem;left:1.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container { background-color: transparent; background-image: none; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container > .video-iframe-container { display: none; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row > .video-iframe-container { display: none; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .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); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container { border-width: 0; border-radius: 0; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InlhwgWUiyUb3mzrARWSE7c5qRoJwSop { width:20rem;height:3.9rem;top:1.81201171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eRIBFtccn64snINDOQBhNLWM6AZXKRc4 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container { background-color: transparent; background-image: none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container > .video-iframe-container { display: none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row > .video-iframe-container { display: none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .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); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container { border-width: 0; border-radius: 0; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwSVtbtFpezu7qE7WNOL4VT3CwTQ5C6H { width:15.437rem;height:2.6rem;top:42.5625rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNDA3vt5DgiTyXMpFhn9ptidXTucEq82 { width:12.0619375rem;height:3.9rem;top:17.75rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJTKTdaD4ohzIWcu8lHVif44DV4oBCPx { top:23rem;left:6.125rem;width:7.6490325rem;height:2.21133875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W440c9QxTHnIwT8ciNsiZfW4iD0TQlQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #ew7yPradTiVWh0SbobU9sunOoof7LCUG { top:74.261775903319rem;left:6.4375rem;width:7.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iIXVTz3FlvfdzcDKwSKRQ8FFRirJmCXe { display:block; }
 }@media only screen and (max-width: 763px) { #duoLkOEDfdfRgdMaobHT0Qpy6N0dWrDV { top:81.237532153319rem;left:6.5rem;width:7rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DlWBmSvz1XALEqnUlo0A6OXJTeNweTDo { display:block; }
 }@media only screen and (max-width: 763px) { #xEv8F23tfoSp2TrFePqC5V69DVLHf3i0 { width:19.9994375rem;height:2.6rem;top:66.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkwpQThTgl2aR41uiLdg1B7GlPmJmTfM { width:13.8745rem;height:19.8744375rem;top:0.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IogfWfh5sfxExGrSQMxskTn7SI4Naamd { width:13.9995rem;height:20.0615rem;top:48.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9lKZLanzVS3LAVC8WmxWUEaEecbfXOw { width:13.8745rem;height:19.8744375rem;top:25.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thn7HVeZmR7ZdcwKuLRORTAPByukvJaK { top:46.125rem;left:6.1875rem;width:7.54772rem;height:2.1100325rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #BTOFpwUDMufE039XMBmTMG8CQpgygg6V { display:block; }
 }@media only screen and (max-width: 763px) { #xIIZzQrTBQomdBX4gb7pDuR2AvVb3q5z { top:70.1875rem;left:6.25rem;width:7.44647rem;height:2.00872625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #fnpeggBXB1WeAQnaLkh80Jn4gNAqDRWT { display:block; }
 }@media only screen and (max-width: 763px) { #nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row .container { background-color: transparent; background-image: none; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row .container > .video-iframe-container { display: none; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row > .video-iframe-container { display: none; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .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); }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row .container { border-width: 0; border-radius: 0; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTELuFTwvv1WSBSL51iRnD6S1gX8kiDe > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLnDWZf4S9RbhZW0Dm6ur3o1wU5bBeaL { width:15.437rem;height:2.6rem;top:17.375rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2wmL6XT3Z0PhD9ON5c9SRbt4pnZaJku { top:74.261775903319rem;left:6.4375rem;width:7.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G5MwfNSgoJohmtkM6HzRhbP5Ze8w0Slk { display:block; }
 }@media only screen and (max-width: 763px) { #pvmeTUfGidJhGFsbG9zGBFdfKexHECLt { width:13.8125rem;height:19.8125rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvLAVbhDbOAaxa46M1oANaGBtliNiUnd { top:20.9375rem;left:6.25rem;width:7.54772rem;height:2.1100325rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #W0iUiS6e6sGOo8DnkB1Zg1470Lmt0BoO { display:block; }
 }@media only screen and (max-width: 763px) { #EoI87WkJtft53P4FPusBXDSs9ra17dWQ { width:13.8120403125rem;height:19.8115806875rem;top:21.564331054688rem;left:3.0939797163009rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ex61qDQpqkk3wqXJ9r409oPuKoxsB8od { width:13.8120403125rem;height:19.8115806875rem;top:42.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHGSCXpmdSxTQo0RbTaQFK6JcbQeF2cu { width:20rem;height:2.6rem;top:38.897064208984rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg9te9zrwb8EXsfR8w3hRaaqgb862XiN { top:23.875rem;left:6.4375rem;width:7.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQpvq6NATvFJMtOLDvc3VeNc76uyuDTA { display:block; }
 }@media only screen and (max-width: 763px) { #EQ242GU6mJnUhifcmdEKhkMoX1h9301X { width:20rem;height:2.6rem;top:61.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFcpu8qbkKGoWi2i099mcTWLXiMkZ6Uf { top:23.875rem;left:6.4375rem;width:7.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfVE9fxtTRx47iTcEotOz4DXP1Fp2mfr { display:block; }
 }@media only screen and (max-width: 763px) { #N85lQnDkOaNlkUEbcxEX02gm5yIv0gx1 { top:42.102478027344rem;left:6.2258728742599rem;width:7.429457375rem;height:1.991728rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #LLN9dTiDQSRSdHDmpf58LpqFCCSuzvwx { display:block; }
 }@media only screen and (max-width: 763px) { #ngCafFWRq5Edo6Kkk4W9SGVZEaMcx1Ku { top:65.125rem;left:6.3125rem;width:7.3111211875rem;height:1.8733915625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #N0E5v1b7zqqvXfQqgcsXoBo7mOPS7H3y { display:block; }
 }@media only screen and (max-width: 763px) { #PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .row .container { background-color: transparent; background-image: none; }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .row .container > .video-iframe-container { display: none; }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .row > .video-iframe-container { display: none; }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .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); }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .row .container { border-width: 0; border-radius: 0; }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTw3BVxKERvHk0JUaw5UKlJMdgqvTxtV > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXRRqupHpqHtg3eTb6mqoRuykFqJ0RVh { width:15.4365806875rem;height:2.6rem;top:15.687072753906rem;left:2.2805606126785rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeHAQfPugXc8PVUIMeSL0Q1R7XWTG124 { top:74.261775903319rem;left:6.4375rem;width:7.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GOQF344LBkqTosyDwIIV74mZMuI5Is4z { display:block; }
 }@media only screen and (max-width: 763px) { #pBkQQWG5TiC4TLLHbTtLVZH8QRe94Tt1 { top:19.375rem;left:6.2258728742599rem;width:7.429457375rem;height:1.991728rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ZzgKKfB2PxuLg8TmFUykXvDfQskFTHlX { display:block; }
 }@media only screen and (max-width: 763px) { #uBX7TquMvQdXk70pDep7JFQGOA9CzaGv { width:11.3120403125rem;height:13.6868105rem;top:1.0615844726562rem;left:4.3439797163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFUUy7CZNG5axCGPRUs5noaZ7Q6bdCrw { width:12.125rem;height:14.563098332349rem;top:22.6160385625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc73ZUCg3wxW1bcGWPRIfpO6rBrsD8U0 { width:20rem;height:2.6rem;top:38.4285385625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUDLKH02KGUx2l6hfrIvGDQAEAyBEO4S { top:22.8125rem;left:6.5rem;width:7rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S6snPxWtlGI1JlbsfZUZXAI9bt8fzTCL { display:block; }
 }@media only screen and (max-width: 763px) { #Qzuo48KxdzMhJQRiUz4rxw7hIGrwSz0o { width:12.125rem;height:14.5625rem;top:45.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4tR0vLZf15khmeFaJBJf4uA7M4yJpP4 { width:20rem;height:2.6rem;top:61.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg1EvrXvUhCMA937GtAcK4NFAHSamUTQ { top:22.75rem;left:6.5rem;width:7rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ne5SAoxPa4VBQSuzbDbfTio4UDxTxN5h { display:block; }
 }@media only screen and (max-width: 763px) { #zr6a6BhLwyTfLxi5W4C1T84NOLFE7rIn { top:42.418884277344rem;left:6.28446662426rem;width:7.3111211875rem;height:1.8733915625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #z3kBkJba6RxgkHvTnCswW51OVnNiezFV { display:block; }
 }@media only screen and (max-width: 763px) { #TNUXsRPJOqfEiGMCx0HWTdf8F23DG8D5 { top:65.980041503906rem;left:6.34306037426rem;width:7.1927849375rem;height:1.755055125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #vT0hliph99PhovgRHohRUhCEb74av13c { display:block; }
 }@media only screen and (max-width: 763px) { #G5dWffEG9TX8feTyVvGJqo3zc3qka9tB { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .row .container { background-color: transparent; background-image: none; }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .row .container > .video-iframe-container { display: none; }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .row > .video-iframe-container { display: none; }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .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); }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .row .container { border-width: 0; border-radius: 0; }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G5dWffEG9TX8feTyVvGJqo3zc3qka9tB > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQuK9TO3UV0OZwhfDl7TE84TQ5DkyXyG { width:12.0625rem;height:14.5rem;top:1.3125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTpTDN5iEUfpc6UVuwIrMWOtswzudcT9 { width:20rem;height:2.6rem;top:17.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig36DJ8JoIFkauJG9ERo9JVHinrEPHet { top:23rem;left:6.5rem;width:7rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxio4HQ3TrZ7OHtarvxgS7PsioTTBUkd { display:block; }
 }@media only screen and (max-width: 763px) { #HXQ4XRvf4P1bIwR9CGavMKHeSGKQEUtr { top:20.124084472656rem;left:6.34306037426rem;width:7.1927849375rem;height:1.755055125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #GepZMT2ZDMyamrTMvZQ1Iy8UofPTGxIV { display:block; }
 }@media only screen and (max-width: 763px) { #qBuAJu4qNWciETFd52TuzceZoOynIESu { width:12rem;height:14.438146409873rem;top:23.5625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZkKScAnumWpiDcNZeGrpKVGtKKPFGik { width:20rem;height:2.6rem;top:39.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2GmmsV463gzlcRsLaFSATVkuQibRPqr { top:22.9375rem;left:6.5rem;width:7rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzMXXCBqHonDsoeqTwf5wwUId2lgIs7t { display:block; }
 }@media only screen and (max-width: 763px) { #UUdxwhdbOOPnRMytHLZNHuwML9OdmGmG { top:43.415649414062rem;left:6.4039520025256rem;width:7.07444825rem;height:1.6367188125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #cv5IpuxLquRSy1GZQ7Jnd0sRJ63ONFiJ { display:block; }
 }@media only screen and (max-width: 763px) { #HsuMCUsCL5BPAkk7UJTJ20MT8FSUrf3c { width:12.0625rem;height:14.5rem;top:46.302124023438rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMicU2TR0iyx2WNbExGufsPQaKUEScel { width:20rem;height:2.6rem;top:62.052124023438rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkEfEQvgBylqHsG0Qf6LzHrNqQW06bMw { top:65.989562988281rem;left:6.46875rem;width:7.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HixqKGT5xMyOtcmPFWhQo4okbZWbGXru { display:block; }
 }@media only screen and (max-width: 763px) { #c01ZRXfquw6r3UPLKsEGoy1o6hq12yfL { top:65.727905273438rem;left:6.4622397422787rem;width:6.990885375rem;height:1.553385375rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #VTnkAHlLrVAXiTUiNtPc16fm9PtuFU8r { display:block; }
 }@media only screen and (max-width: 763px) { #EtEXAyoKzanc1gW3vpWypFaStiBZaJzd { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { background-color: transparent; background-image: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container > .video-iframe-container { display: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row > .video-iframe-container { display: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .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); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { border-width: 0; border-radius: 0; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { width:20rem;height:592.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWRtwSCDHIkPcsBuOXbJJSIEM85QWEft { width:20rem;height:1.625rem;top:1.6851310729981rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WvIGTJzTTHlnA3WiCBFdX1DWATeXJcTe { width:20rem;height:6.18720625rem;top:5.3745617866516rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVmiAuXzpc9woEE9VdxvgsDNEMpS62NH { width:15.3125rem;height:1.625rem;top:8.8125rem;left:2.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tOSRZ2cJ2SqyuO23DNeL6RDCz4kV1GyE { display:flex;width:1.875rem;height:1.875rem;top:548.76953125rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #hmX8tNArQ1m60kcBFoDs81CN4g5GL1q5 { width:6.125rem;height:1.21875rem;top:28.1875rem;left:5.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqmhmVJTOvuzSR5bEEvXtFB6Tx00qKaq { width:16.062375rem;height:3.0875rem;top:551.75rem;left:1.9375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rn5qyd787CkpnQR8hEqWbKafIhUFDKZr { width:11.6868125rem;height:3.4125rem;top:577.375rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZsCyNQVT9k9mdzTKIzLSDsX2wknlMPn { width:16.8744375rem;height:10.96875rem;top:556.75rem;left:1.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J7Vxt9cwm0bGyIP4BaSfTKCK7scIgJcH { width:6.125rem;height:1.21875rem;top:148.4375rem;left:5.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBBoZZMZJEsTC6J8FhhAhDl1RcS12PuS { width:6.125rem;height:1.21875rem;top:68.703140258787rem;left:4.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBc0J0bppBq1HMipZhHn83gS3rFTMB4n { width:16.0621875rem;height:10.96875rem;top:210.5625rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZVH53Lw4g1gAZEZJ9nS6RKDlkc9M3Us { width:15.3125rem;height:3.0875rem;top:206.25rem;left:2.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kFygyadWmPoJEHcz2RX38TNoe2XAdP2M { display:flex;width:1.875rem;height:1.875rem;top:202.6875rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #vl6mRnwheWibkrktXRhPyM2JwTbExVCm { width:6.125rem;height:1.21875rem;top:115.125rem;left:5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2yOXgJ83LHWqXLNzNwm1f0lyD5wS3GS { width:10.8745rem;height:2.275rem;top:231.0625rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdzoZxdCfQEcdEtiExPMB98G5gbPunSI { width:6.125rem;height:1.21875rem;top:158.5625rem;left:5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T87knFTtnECgAl2vLQv6oz6BCrMCNJTE { width:6.125rem;height:1.21875rem;top:205.25rem;left:5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0ftiHQS0h2iCMP8i4BJ9aUKcXkCf20M { width:6.125rem;height:1.21875rem;top:242.8125rem;left:5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRSUhVTWT7EVJtqnSzoeCPpDJJRyrGJ7 { width:20rem;height:6.18720625rem;top:12.75rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo6mwFlTzJS2DwIpLZi7ikpvvVtNU8Kv { width:9.5625rem;height:1.625rem;top:16.25rem;left:5.2182902097702rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NpAX4UEtvEzzuW7V9Hym34w9gusRSGIu { display:flex;width:1.875rem;height:1.875rem;top:13.936096191406rem;left:4.6231616735458rem; }
 }@media only screen and (max-width: 763px) { #ATaB9UR5hXo3tQ1VcQaCWbFBTWTK2ogJ { display:flex;width:1.875rem;height:1.875rem;top:6.5625rem;left:4.75rem; }
 }@media only screen and (max-width: 763px) { #dwQIFca4hEVDDqk0VlAMyUkeavilhQCb { width:19.0625rem;height:7.5rem;top:280.9375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqzguPIFzvO02qJTslg0VgZfEAAPIigC { width:6.125rem;height:1.21875rem;top:282.875rem;left:4.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TL4qkrsW9c7aEclGFq86E9NuJwavdss8 { width:6.25rem;height:2.03125rem;top:285rem;left:2.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDoeEDJufBVPBNHBAKmf3utXKlnXD42Z { width:19.0625rem;height:7.5rem;top:290.5625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QASaABJHRvlLKPhtqBocCIykTrGcTx8p { display:flex;width:1.875rem;height:1.875rem;top:291.8125rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nrFLcqd8GG80vg2M2FEbWfTnBS6JaU0l { width:6.125rem;height:1.21875rem;top:292.125rem;left:5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDpyklHkr7PBhA7zqTMTfvUPfNSeBbAw { width:14.25rem;height:2.03125rem;top:294.5625rem;left:2.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v5onCIIrOXIucR9KNsHvlJt0lQOmunii { width:19.0625rem;height:7.5rem;top:300rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFxaRT815qyZQ1wHEvlueLBrpPp76Ohv { width:11.125rem;height:2.03125rem;top:304.0625rem;left:2.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NfIv31FyTmdEu54VrLswmWQyvbbzUdta { width:6.125rem;height:1.21875rem;top:301.5rem;left:5.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RE8TsQZlBG4pstkmxguh2gRD3wwWz80T { display:flex;width:2.25rem;height:2.25rem;top:282.375rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QImNRTiTTIQTy8b66znDimd21Di6FZSI { display:flex;width:2rem;height:2rem;top:301.125rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tyKOCZpO6pTfnE3SHLW3hkRubp1dpPtp { width:19.3125rem;height:44.4375rem;top:331.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJniytQGl80qqN0AUXyJNctUxgp3ocA7 { width:16.1863125rem;height:7.71875rem;top:337.25rem;left:1.9375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTpoTMJ3QD9U7GP2LNvECGuv44NPTWRJ { display:flex;width:1.875rem;height:1.875rem;top:333.58331298828rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #zVF9mVDgAuosoQnM5cOpeybAAARisZg8 { width:16.24925rem;height:0;top:157.31238937378rem;left:1.8737221360207rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HNx2WA1hSJ3h0rBScwMHXWo0NshiX3bP { width:0.0625rem;height:37.75rem;top:292.18756484986rem;left:0rem;z-index:15107;display:none; }
 }@media only screen and (max-width: 763px) { #Xca7DkwkuaHGyhgTD0FyTtSdZ5i0gwGA { width:20rem;height:34.75rem;top:200.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEBo4TP3RWTsgIu7pweOLTIhF9yF6iwy { width:20rem;height:35.25rem;top:547.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5S16u4Fqe3Qfz31FSHoJEvOSJSwQQT9 { width:20rem;height:39.8125rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soZJVmQMTPIBt9JcDvLx9mNN8T9FzmVr { width:16.1244375rem;height:14.625rem;top:32.25rem;left:1.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bu8FT7BbL6Kqanp46XNbaKAFXWoefE5L { width:16.3743125rem;height:6.175rem;top:25.25rem;left:1.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dENKmOIRffkJradORpepy23ipvK6gX6N { display:flex;width:1.875rem;height:1.875rem;top:21.9375rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #BUUk7hRKSns5A6U2HGQ35IKygrh92EcX { width:16.6875rem;height:0;top:55.6875rem;left:4.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VriATe1rU7vDDXWwHw6WFxJZeF6swZ8i { width:7.249375rem;height:10.3479375rem;top:567rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoS9zRgWqolAUcQnTxBs8mZ2ZXNoqKeF { width:7.249375rem;height:10.374375rem;top:46.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV7zQpEBeXrsZlD6vQ0GgyRf7HyOzJW3 { width:7.1873125rem;height:10.3123125rem;top:220.9375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpyADZ2eL40GAQEmrm73CUMWv3FVLRzz { width:7.125rem;height:10.25rem;top:363.0625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOiyzNq5AIIH0BZsSlBOOlsiboBioG12 { width:12.9371875rem;height:2.275rem;top:372.5625rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmpg6NWatmXWkq7Jcu6OAFSzeeDLWCJP { width:20rem;height:1.54296875rem;top:516.95074462891rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XNJuXhtB6lUPVSJyn4eCgyXpgLwTSo5F { width:20rem;height:48.5625rem;top:151.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxk0htEmyVtQKgDfxK5yxrhWfkUxi5ZA { width:18.9375rem;height:0;top:202.623046875rem;left:0.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rBZFTdofdsJLLP5EGowGCA0Fwk1BrP1Q { width:20rem;height:6.175rem;top:156.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJiay8E8GW035Gq7sn5QBvUcrr8cd6Jz { display:flex;width:1.875rem;height:1.875rem;top:153.125rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #U7pRJ9pc3OswVbE6rTuLpNbdXUwrMmt6 { width:9.875rem;height:2.275rem;top:195.125rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLip5l3Eo312kV1QHe3n1mvoLiCocVOZ { width:7.125rem;height:10.25rem;top:185.5rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntMFsirHtyZvpZuDrSVLLgoc76sykuwM { width:20rem;height:41.25rem;top:504.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWfayqHNu6z3Q1LEViB5DbBncHvTPArL { width:17.5625rem;height:15.84375rem;top:516.5625rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F6Aez2EEwKQnGOUdVHPw6bUaxWy3c7oM { width:17.875rem;height:4.63125rem;top:510.3125rem;left:1.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ob3AiOMkZBcO4iDfUIN9OM6FFu1KF2vV { display:flex;width:1.875rem;height:1.875rem;top:507.04174804688rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #rTK3oT8Htqo1iWDqDzFGXK2T8f6Oymb3 { width:10.6875rem;height:2.275rem;top:541.4375rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRALaVWysME5ORNV0XyKg9k295qGs6Bc { width:7.125rem;height:10.25rem;top:531.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEymiKzOMK2t3V9kaka2LQadR2fnCKlx { width:18.9372691875rem;height:21.9375rem;top:164.375rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #ZgtbKC04EuIpdz5w5xOVTazZhUKCgmhZ { width:16.248849875rem;height:17.0625rem;top:347.25rem;left:1.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #rWGVT7mH00EOh93Cq1Hax2mK9yOMcJW7 { width:20rem;height:34.4370384375rem;top:469.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9XIGHM5khueuLlM2XIWnvNItIS5kLyp { width:18.6868095625rem;height:0;top:293.93609619141rem;left:0.65487134456637rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GGeVkGMHiVJgZou2X7L5MBdPLPrOiCFq { width:20rem;height:0;top:288.28350830078rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Z6PTic4vPCST5TFbBAEOomvd0Fk5voHT { display:flex;width:1.875rem;height:1.875rem;top:471.29174804688rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #wz9BK4JRA9qOUVr2hfNFO86Ug7xTkIR7 { width:10.625rem;height:2.275rem;top:500.1875rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU3sCvQaw5tCPTOCVO1SEkMCTI34suIT { width:7.0625rem;height:8.5rem;top:491.1875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvRTaJTEny9IinaqZP91kEexqdaOPFBH { width:20rem;height:4.63125rem;top:474.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15120;display:block; }
 }@media only screen and (max-width: 763px) { #fn5Cf3tGqXIcalwXiE2KM9K0VLqvoDVu { width:18.6856613125rem;height:9.75rem;top:480.4375rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #b1muwxTv1gBIp0oe4qTDb2oE4d8cNNXL { width:20rem;height:41.75rem;top:377.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJrZqmUNiaz7usNTkRGPVbuB9ReCu28z { width:20rem;height:0;top:331.23963115625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HA5dBWu8M7QfKS93VlpmRZ2JGZWT2xcf { width:20rem;height:0;top:326.09259746484rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ts1aRD3ARGr7IT7aHvCO9Nuv5F2mL5GP { width:10.625rem;height:2.275rem;top:415.25rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu9bRmTCqveDQeA8HdQ0x9lgVy9VzWBf { width:6.9375rem;height:8.3632635289576rem;top:405.625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhGoVKhNMKSV5gn9QkIxiWACAho8HRom { display:flex;width:1.875rem;height:1.875rem;top:379.22918701172rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #ZJTuXgJTGSPDOJMZi8TU9D04Ty0PFu2G { width:18.9993095625rem;height:14.625rem;top:390.625rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #tvl2DlhAmQg8GS3HrE1qJxIGfXdtwQFA { width:20rem;height:6.175rem;top:383.0625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #hdVXq9PVze4qzKXZ6SQEKEJ6pC0We4JB { width:20rem;height:41rem;top:290rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaohFoSwNdAQb09T4dzD4uPoUE26NOiT { width:20rem;height:0;top:375.54682109766rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BNrdcqWWuTCzw34o9LzQXnz3m99zKpZk { width:20rem;height:0;top:370.35932109766rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VrRA9FTJFdnWmiiJJPX53sZWSS7ODOp6 { width:11.5625rem;height:2.275rem;top:327rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNS0xToZm1Gy5DnoRwEmUAUAgRG1I40M { width:6.875rem;height:8.3122701875rem;top:317.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLBxIlP2CesQqxyi2T8Wb9hQUpzPZcfR { display:flex;width:1.875rem;height:1.875rem;top:291.875rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #Cn799BdVJ8bVsKo6Nn6Z7qMfPs04B26U { width:20rem;height:4.63125rem;top:295.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #bLtRaHzogLScSJKvyZrn1G6TtCEe504e { width:18.9993095625rem;height:15.84375rem;top:301.375rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #maGMsm0pcnVXeuD1vPzTdr23T3WRr8h3 { width:20rem;height:44.0625rem;top:61.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV7nhff4Z5ZGMgMlpKDiOsC83WQpxw9z { display:flex;width:1.875rem;height:1.875rem;top:63.3125rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #QBgZ2v7y9yBr9GdV7BbZNv7vNnc4D73O { width:20rem;height:0;top:412.40326641016rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uvnKdnRsnZSRdSg0er9ufoADSPgU12tW { width:20rem;height:0;top:417.59076641016rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TLz6mSKA2Pf7kDbvnyO9tduTVkenn7lu { width:11.5625rem;height:3.4125rem;top:101.25rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erWVByxTWrbT90KLt9679XD7lmPWTHrZ { width:6.875rem;height:8.31119825rem;top:92.3125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgxUv5X4W9LpGo5aXlCOAunkTaiAWTpx { width:20rem;height:6.175rem;top:66.4375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #qW4syDtKTXw78T9fETFOshOuP8tTpZKg { width:18.9993095625rem;height:18.28125rem;top:73.4375rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15125;display:block; }
 }@media only screen and (max-width: 763px) { #Lmz9TUdAHh3Xkh2bkdTcwxU56JZAbGwR { width:20rem;height:36.25rem;top:106.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAKiN6ibLbEnAtc3cJyRTZSxrTEiCtgL { width:10.625rem;height:2.275rem;top:138.875rem;left:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0ssA8ToCN5Tr2GKcdyVS5qe04U2F743 { width:20rem;height:0;top:448.77204082422rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fBzEAhI04ml7AWI9TMEdVkIWJTo8aoKz { width:6.9990806875rem;height:8.4375rem;top:129.3125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP1t5vmNe5HMgUWlP1F1mzkx5TR0qnCX { width:20rem;height:0;top:444.03009746484rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #am9TJETmmyTxxreTrtlfNoybpI0hiLrO { display:flex;width:1.875rem;height:1.875rem;top:108.4375rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #a2lmLZRfVDOQzNSN2IZU3i89pXiUMOEi { width:20rem;height:6.175rem;top:111.4375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #dyNhTgLNP5WaApMgFMNbJ7oPTt7lFL6D { width:18.6856613125rem;height:9.75rem;top:118.75rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #In7vfX2S3AyRpzp6l1gfc8O9behdE3Sy { width:20rem;height:40.5rem;top:420.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4c6AlR1xarZ6VZ4E3NKLDwxPJkDpt8N { width:20rem;height:0;top:487.80094097071rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KpedNQ0lq25RZkaP3fgJpJqte8Epq4Vq { width:20rem;height:0;top:483.05020854883rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sutcmplXXs8klG1K5t3HlH6DSF9JOAEB { display:flex;width:1.875rem;height:1.875rem;top:421.86328125rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #RICDL2dCftFEB1TDf2KGveCRsUC72ptv { width:10.625rem;height:2.275rem;top:457.125rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6qqTIAhA7DHAloFkuoTQgndDfU2EqUr { width:6.875rem;height:8.3122701875rem;top:447.875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu3KdfWaUMoKuNJTtck1gpmrZ3u3UT33 { width:20rem;height:6.175rem;top:425.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #l9x03wHGTXrF1GPBMTlmoCc0iOlIUBnc { width:18.6848965rem;height:14.625rem;top:433rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #pxmJ9SHWiw5MBXThO9Zm8dldJwbaPEen { width:20rem;height:44.6875rem;top:236.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6aHryWgVVO0gXWetdcZlvfvitAHwCzn { width:7.1875rem;height:10.285756790334rem;top:266.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk88u9TkTo7iH5ft2D4S9qLUIZaCTbut { width:19.1245403125rem;height:6.175rem;top:241.75rem;left:0.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OOdexecQHeHL5gSa7fIqg0zt9TCvS56Q { display:flex;width:1.875rem;height:1.875rem;top:237.9375rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #KcDIdxzf71bmyUxhRIWxNl6tX4y4Cw7d { width:18.2490806875rem;height:0;top:531.27178955078rem;left:0.87545955181119rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #g1NdTe1rDb3Ma9oqCaqlqr5gaZnOKxze { width:11.25rem;height:3.4125rem;top:275.875rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTP7mk0kTAL3nZOLBnfUemJy30r08Ldt { width:18.2490806875rem;height:18.28125rem;top:248.75rem;left:0.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #hkU7OGPZ6zlh2CkMQgJb3va3IJO3n6Hw { width:8.4995403125rem;height:1.54375rem;top:22.153015136719rem;left:7.0719202756881rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aar9XIlK7pwnteIGZnWwqD6LEMCbDx3u { width:8.6868105rem;height:1.54375rem;top:14.130310058594rem;left:6.4786299467088rem;font-size:1.1875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GGlJT15ZGKaFbzA35ltbIxntqneOtfzO { width:9rem;height:1.54375rem;top:6.8125rem;left:6.25rem;font-size:1.1875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VOrTHxdXmJc55ov7e3zh3SrtbGFwVmI0 { width:17.875rem;height:1.54375rem;top:63.5rem;left:2.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W10uA28cLGTXIUMn8ZUkmMSML11rmUBA { width:19.0625rem;height:1.54375rem;top:153.375rem;left:0.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WCPZP9CnOG4iqCBGEeRpKf5QFu9fBM8E { width:18.4375rem;height:1.54375rem;top:108.6875rem;left:1.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GuTO83BKHxLmcgPD8W9ExI3pm7rHWLLb { width:19.75rem;height:6.4375rem;top:143.375rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5hKaNQQTmuksoAHA4KDUM3ib0ndBCZ5 { display:flex;width:1.875rem;height:1.875rem;top:144.6875rem;left:4rem; }
 }@media only screen and (max-width: 763px) { #XM0f2rUStvESlQGFxHypxnhhoMoN6Wdc { width:18.5625rem;height:1.54375rem;top:144.875rem;left:1.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FGfTvricPLvRsPzSJQKcKarHw5aTcU59 { width:19.2497691875rem;height:1.625rem;top:147.3125rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UD7vLkl2oFD21imE9ApTLua8wTth1LtE { width:18.75rem;height:1.54375rem;top:202.875rem;left:1.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #swsSSUTXtpF04Qiodc6sqUtPKDM4V68I { width:18.5625rem;height:1.54375rem;top:238.13415527344rem;left:1.375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PUIBygo9wQPvMTpNsZ6VA0vwrA9UUIQn { width:19.75rem;height:6.25rem;top:282.25rem;left:0.0625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhQPpadnU9OUxBEzUzJyKlnHieuaupHm { width:19.24869725rem;height:1.625rem;top:285.75rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MnZSHnmFVfObqSsJS1wFdR7qv0035twf { display:flex;width:1.875rem;height:1.875rem;top:283.57293701172rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #DFGo0TardbSQK7Wa8cEo4JvtFdJRqse5 { width:14.5rem;height:1.54375rem;top:283.70831298828rem;left:3.5807294845581rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8Cy1GdCXulVkdc5uhyMKHff4WJpIZ74 { width:18.3125rem;height:1.54375rem;top:292.05212402344rem;left:1.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SBTTOCcCiCqOsW9fv7zzB3VFbxIP2qWV { width:18.75rem;height:1.54375rem;top:333.80078125rem;left:1.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzWMeb1sMF8BrIdTv26zwmESuMITmHp2 { width:18.0625rem;height:1.54375rem;top:379.53125rem;left:1.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfAJqfq0m9OieTibao3s1FpTCnkPXrcl { width:19.75rem;height:6.1875rem;top:462.1875rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm4Kqneex5hhWLTzBgBq0pEQbb57NuPL { width:19.2497691875rem;height:1.625rem;top:465.625rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gq3HR9moWLE6GOQUHUHdAdLJN1POgED9 { display:flex;width:1.875rem;height:1.875rem;top:463.0625rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #eCeFg07tPO4saRKyJy9MtP5LkCyul4xU { width:14.1875rem;height:1.54375rem;top:463.3125rem;left:3.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OgweEeU6Nl8FIUA8EtbaGxuugAw5Tbz3 { width:18.6875rem;height:1.54375rem;top:422.125rem;left:1.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wyAiER3izVKMekIApOFGuhIKFef0BIai { width:18.9375rem;height:1.54375rem;top:471.46740722656rem;left:1.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXfhnNpWtOHbRtAA8a7AnS3kaHmstLfe { width:18.3125rem;height:1.54375rem;top:507.21740722656rem;left:1.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UXM2T0MPOleeJu5eBgyHgffkauI1nhJe { width:18.6875rem;height:1.54375rem;top:548.98840332031rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zv8Dl90dKscmOLZGp92vPHwTIuwdroWc { width:19.75rem;height:6.4375rem;top:583.8125rem;left:0.0625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFJar2Ea0R1P3XyvALfogziyLmZvd0ND { width:19.24869725rem;height:1.625rem;top:587.375rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #emvcAxA37RbFks3X0QFiKHATgNgI5fPt { display:flex;width:1.875rem;height:1.875rem;top:585.20703125rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #dnDeCwN1qI8kBzhzfU1OHrzx7GaDo8L7 { width:18.25rem;height:1.54375rem;top:585.25rem;left:1.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D1JX7i4XLwmClhZ1PDQRe8OuRz894JSA { width:6.875rem;height:8.3125rem;top:102.6640625rem;left:11.895833969116rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTrHm64HkLbvXG2fkkUNJl8paXBQ2mgx { width:18.6875rem;height:2.275rem;top:55.83203125rem;left:0.65625rem;font-size:0.875rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #gJUMPCSzTGaIrCUdq9CfXrxOW1x3PuvQ { width:6.8125rem;height:8.25rem;top:92.3125rem;left:9.9375rem;z-index:15181;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oxA9o9vBTMdA954pDVrMUzflITiar5mP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9feb3e18-6394-40c9-bc46-4a2bdad021ef/sesjamobileto.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oxA9o9vBTMdA954pDVrMUzflITiar5mP.adaptive-delivery-prevent-bg, #oxA9o9vBTMdA954pDVrMUzflITiar5mP.lazyload, #oxA9o9vBTMdA954pDVrMUzflITiar5mP.lazyloading { background-image: none; }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row .container { background-color: transparent; background-image: none; }#oxA9o9vBTMdA954pDVrMUzflITiar5mP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(97,14,53,0.65); }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row .container > .video-iframe-container { display: none; }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(97,14,53,0.65); }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row > .video-iframe-container { display: none; }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .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); }#oxA9o9vBTMdA954pDVrMUzflITiar5mP > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGDsOw7al5puHGcDDXoG2OE26f6yVroA { width:20rem;height:1.625rem;top:2.4046630859375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #teqs26BvvizMl0P6dpxTXvbImDKzl4JQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9feb3e18-6394-40c9-bc46-4a2bdad021ef/sesjamobileto.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ.adaptive-delivery-prevent-bg, #teqs26BvvizMl0P6dpxTXvbImDKzl4JQ.lazyload, #teqs26BvvizMl0P6dpxTXvbImDKzl4JQ.lazyloading { background-image: none; }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row .container { background-color: transparent; background-image: none; }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(97,14,53,0.65); }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row .container > .video-iframe-container { display: none; }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(97,14,53,0.65); }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row > .video-iframe-container { display: none; }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .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); }#teqs26BvvizMl0P6dpxTXvbImDKzl4JQ > .row .container { width:20rem;height:83.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpvXIIRQTE9yTF7bZbzu7tA1DxPgpFlo { width:20rem;height:30.625rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2omqFyFe3aC6qNO63nv4vm9MmHQA9Iz { width:17.875rem;height:4.55rem;top:21.375rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hy9mrQannPqfgr3DTPoAUpt0d8I6FrB3 { width:9.0625rem;height:9.0625rem;top:7rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynJK0oqZyWfe9OhCqq5Pm3vI2N8lbkL3 { width:17.625rem;height:13rem;top:27.6875rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MpyWsVz0nwUqEeHflJZo3kEo4RVAz9Iz { width:8.6875rem;height:10.5rem;top:7.3125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHrOg149c2UtQpHzeWewW3ke6azTy0v6 { width:8.6875rem;height:10.5rem;top:7.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOxi8CPla9Ly8TD8Z7ABa9Fe6bbxa3Xc { width:18.8125rem;height:2.1125rem;top:17.8125rem;left:0.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IKBsTUeDGJpQmkqSo0CfEV3UrPt0DDMQ { width:20rem;height:32.0625rem;top:47.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdRXNygIdTIgF2ZN0f75BNUczxe1QF2Q { width:20rem;height:2.1125rem;top:55rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7SHh6WIpGn0eIuoy2XHTg7ZAdOd0OPt { width:20rem;height:0;top:53.198346144531rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LfXaZyxUsGlyMdF6NllvPLVPAyB9KA5w { width:9.4990806875rem;height:9.4990806875rem;top:43.1875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2VWTwuOG0ioZ5DR8FiBAirkgw6skpD6 { width:17.9375rem;height:0;top:57.698346144531rem;left:1.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #eVDrJKBrfTDfq1hTzZVs2KBcowrZU4k6 { width:12.1243105rem;height:10.8122701875rem;top:43.1875rem;left:5.875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #zJFeeKaFcLwU1NXVxD1HLITRE8VFOlTi { width:11.3740806875rem;height:10.6870403125rem;top:43.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4lMSGTvXcDa5LvUQmLsMI8xaRAtH2Tk { width:17.9365806875rem;height:15.6rem;top:62.5rem;left:1.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #cK3P7QiPmn6Rk9ltDRfTFbW0n4KurC6K { width:20rem;height:3.4125rem;top:58.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ZgRpbiLFvpREPh3eXDsZNUaDdCydyXNI { width:15.9375rem;height:3.9rem;top:0.71923828125rem;left:2.0312498807907rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua { display:block; }#FLtwD4r5VXF5tggBsH7QdkuEBwER0Mua > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6DzB9cTamzacFCBcJq4dHIvZm6m9xMO { width:19.9994375rem;height:3.25rem;top:2.874014377594rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iy62H8q6MeUV1MdeOJvripyiwkSPKKen { height:11.221542443255rem;width:20rem;top:8.0005106925963rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg { display:none; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row .container { width:20rem;height:78.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KHOvOnyTJTwIp4KqNJZ7IgPJGh2uxXl6 { width:20rem;height:18.1875rem;top:28.4375rem;left:0rem;z-index:14968;display:block; }
 }@media only screen and (max-width: 763px) { #UIre4sakZ0eB4Uxmlaeqi8bBoe0Al7Ur { width:7rem;height:1.21875rem;top:36.1875rem;left:6.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q5bA7H6PTnkz0O88QgTfrCoiwDpdTXFv { width:15.9375rem;height:2.925rem;top:38.8125rem;left:2.0625rem;font-size:1.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #t1WzKAe2pqtpl4CdHQsH3onJt9HolHaB { width:13.0625rem;height:2rem;top:35.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRwgPPJTp3vzX2R80oAmGtbuGu4IGHSc { width:14.6875rem;height:2.275775rem;top:32.625rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2tL9hqeDqckQi9mEIHrT08RJy5NZeXO { width:11.3125rem;height:1.1378875rem;top:43.8125rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJH3K3GJ42mrUuUIPqO4WF5nQr1pJEwP { width:20rem;height:7.790625rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI57aOQqpHvFSc5L47lICKrq7SekDtnO { width:7rem;height:7rem;top:24.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0dw7P2XlLlUs9N5K0xR47ddI0T3rz4h { width:17.625rem;height:4.3875rem;top:8.5rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wHc3ZWsbFeKbamRZJ6uPpSA910bodW0V { width:17.4375rem;height:0;top:31.0625rem;left:0rem;font-size:1rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 763px) { #x8h2GfuIMXvcobwH86im0xxwZooB9Vnv { width:17.437125rem;height:0;top:41.328735351562rem;left:0rem;font-size:2rem;z-index:15060;display:none; }
 }@media only screen and (max-width: 763px) { #tmir7uTBxTcZlxG3p4dxu5MIO220fSf2 { width:20rem;height:2.6003875rem;top:3.82470703125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wi5PJa3tLW32DbcnWHQp050OnTiFwqwE { width:20rem;height:22.8125rem;top:52.6875rem;left:0rem;z-index:14968;display:block; }
 }@media only screen and (max-width: 763px) { #FJTtBPgXA41It0PSG8zaoLLLgv4crTfn { width:7rem;height:1.21875rem;top:61rem;left:6.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fH9x2RAlNNE9hXDdL073UqUJILFTESha { width:17.9375rem;height:7.3125rem;top:63.6875rem;left:1.0625rem;font-size:1.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #tvdzeTHcFBywK8gnxwz7uhEzpAq7TTFI { width:13.0625rem;height:2rem;top:60.625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZbsZR1yfAx0mBtwXdFVS6ggqRUKnTZC { width:14.6875rem;height:2.27578125rem;top:57.1875rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDATvwyUL8lg2bTtwGTfZq0IDqB3cOcr { width:14.6875rem;height:1.1378875rem;top:72.375rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATTVxK4MM3HtUmThI5P5SyeI2hQpmXZ3 { width:7rem;height:7rem;top:49.0625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog { background-color:transparent;background-image:none;display:none; }#DCb2dX47Ju2b7eNGcdByZs6pG3sxZJog > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nfQLGXmMuislHD3b3bZoOU3QUG8nqRrE { width:17.311625rem;height:3.25095rem;top:2.5290231704712rem;left:1.3416324257851rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9feb3e18-6394-40c9-bc46-4a2bdad021ef/sesjamobileto.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14.adaptive-delivery-prevent-bg, #Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14.lazyload, #Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14.lazyloading { background-image: none; }#Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14 > .row .container { background-color: transparent; background-image: none; }#Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.18); }#Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14 > .row .container > .video-iframe-container { display: none; }#Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.18); }#Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14 > .row > .video-iframe-container { display: none; }#Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14 > .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); }#Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14 > .row .container { border-width: 0; border-radius: 0; }#Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tox0GLO8JGgd6lr5SZssAxFPoDUnlP14 > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6tZvNPsilHxMLkTsqA19M6URlk0T9cS { width:11.125rem;height:2.5rem;top:81.548689167144rem;left:7.8438949584963rem;display:none; }
 }@media only screen and (max-width: 763px) { #STc1m7OlvFBLhXxPAOfxhZ95keiMHdcm { display:block; }
 }@media only screen and (max-width: 763px) { #iTlWrr4dLxScOqHIVpZN8OesfdKSi0ga { width:13.828125rem;height:3.2646484375rem;top:45.8125rem;left:3.0859375rem;font-size:1.125rem;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #NTiVct7gdwN3aKUZNaOJ7WUZi3y2TGkT { display:block; }
 }@media only screen and (max-width: 763px) { #clNpQUZ4hUcu5CqyTPTCr61IozQDABRP { width:18.75rem;height:13.125rem;top:23.25rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ch7zXPnT7c9WW1oJAFnAXSVN8S1Felmq { width:17.3740234375rem;height:2.4375rem;top:39.1875rem;left:1.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1cABpw2nq3yGTdbmnnaZwPxu4hQkTlu { width:14.8115234375rem;height:0.825rem;top:37.875rem;left:2.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MstCNwzTyhtR1K25SKD5ZBgTexxkTXuH { width:17.373046875rem;height:3.25rem;top:41.5625rem;left:1.3134765625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox8AV8grEhBDAZVKlvgvZUHbH3u72xVL { width:19.625rem;height:35.625rem;top:11.625rem;left:0rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #sFhfZD6V7XeCTQVS22VvbyOEzkBD6tX4 { width:17.3736875rem;height:2.03125rem;top:19.9375rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eRqaVaIzTQIiPwpDQ8Xg8Ln0oalFvEVV { width:18.0618125rem;height:11.124625rem;top:8.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsCBZ8AsxUQGxlLydf2OvSV8UO7se8T6 { width:9.5rem;height:0.1875rem;top:40.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0brC0Vh0O2uIKyLQVDMPSDdZpVGMstV { width:19.9994375rem;height:3.25rem;top:3.3012361526489rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row .container { background-color: transparent; background-image: none; }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row .container > .video-iframe-container { display: none; }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row > .video-iframe-container { display: none; }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .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); }#f0SVuHiNeyGZGpTnAM9tf013uxZNRmS6 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGfA4fxDASDIIaKgs7mBmm03zGTFshmh { width:20rem;height:3.25rem;top:1.67724609375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;display:block; }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row .container { background-color: transparent; background-image: none; }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row .container > .video-iframe-container { display: none; }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row > .video-iframe-container { display: none; }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .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); }#WbiW1TJZIsuVWTUTxyZQsHXX4WdGu1z2 > .row .container { width:20rem;height:87.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7xGFraUbP6ZwObncpP6SfHqZ8SQKKhn { width:16.6875rem;height:23.5625rem;top:60.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPaKBNkvPxBA52s38iaTowd7sSnDDWch { width:12.5rem;height:0.12485375rem;top:79.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAVZ4rJKIQ0FDN5q5NOzIanIxuK7iVnI { width:12.8745625rem;height:1.6rem;top:80.5rem;left:3.5625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #zLQN3qGWqBTHqUv4OJaVkTbbcHheI4B0 { width:13.562375rem;height:12.8rem;top:34.9375rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2Wq9GlEFbRmLNgnoedWFskpi1ARQoGs { display:flex;width:3.125rem;height:3.125rem;top:49.1875rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #IH3NAXPLzU6OSKuomE45v27BwU8dfo4A { width:3.74926875rem;height:4.46875rem;top:3.875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:3.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LHcyzAbrqXLJS44wHywcnz3RspG9s2Wd { width:16.6875rem;height:25.625rem;top:1.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAhZQVbUV30EI8ydbHaWlZGg0JQlTAuK { width:13.625rem;height:11.2rem;top:7.1875rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbmkIF6bTkPi2rtAWpTtokPnVPbEeuZf { width:16.6875rem;height:27.875rem;top:30.125rem;left:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #tu9kX2QixABfoQ75b0kapWryTINxuRUp { width:12.624875rem;height:8rem;top:64.9375rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT2hXWFKXwe36AaoXFmfFIbbaF88mfBr { width:3.749675rem;height:4.46875rem;top:62.8125rem;left:2.875rem;text-align:left;text-align-last:left;font-size:3.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mTEftX3G6u0ROhvTdelTUzw2NDk1TtuQ { display:flex;width:3.125rem;height:3.125rem;top:75.0625rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #zHIqSts1yoAOP8oDMW8sIXEWaKakrTw5 { width:12.5rem;height:0.0625rem;top:23.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixlhR4M0z0GJvfnZdfWltJAXzVKCA0Ou { width:12.5rem;height:0.0625rem;top:53.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlxqZgpiy3UydH1Npy7sKUhLm5CE1cFT { width:15.75rem;height:1.6rem;top:24rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #astviTZ67o6tfAturHSwPGpRO4KiT1yK { width:12.875rem;height:1.6rem;top:54.8125rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #TpzigFqs4lHxv6ArNJuNuoBT9XJCD3ZU { display:flex;width:3.125rem;height:3.125rem;top:19.25rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #G3f1WVD9exEkHK1TmrkSJumZsgb7e1Up { width:3.749675rem;height:4.46875rem;top:32.5rem;left:2.875rem;text-align:left;text-align-last:left;font-size:3.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mlNQJpk24aDbetZdirxEpBEVrenhJxDr { display:block; }#mlNQJpk24aDbetZdirxEpBEVrenhJxDr > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6MTTliiz7T0vVO5ZoPIuCzli7dmOsHp { width:20rem;height:1.625rem;top:2.6248388290405rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wx0IeCFXKa6XhMqiTwXFuD1wyCTTfub8 { width:16.625rem;height:4.3875rem;top:9.625rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y90oWPTbyBGNs0Tqtw4LvliXET4JN2lb { display:flex;width:2.8125rem;height:2.8125rem;top:5.625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #My2kXqex2dho5hkddkpphRtg7An1IFAu { width:13.5625rem;height:1.3rem;top:14.6875rem;left:3.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CNN60a7Q2CrCe5TGIvPpE9tMe1NB7vD2 { top:33.0625rem;left:4.65625rem;width:10.6865234375rem;height:2.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMTAFthacF1mwqi2gn94UwZIpXTadbVk { display:block; }
 }@media only screen and (max-width: 763px) { #Z28KbR3dnTGgMT0xMTh99kO4yNboK6rm { width:17.5625rem;height:11.875rem;top:18.375rem;left:1.21875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container { background-color: transparent; background-image: none; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container > .video-iframe-container { display: none; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row > .video-iframe-container { display: none; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .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); }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-heading-text { font-size:1rem;height:auto;line-height:1.1;overflow:hidden; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-desc-text { line-height:1.3;overflow:hidden;height:auto;font-size:0.875rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K { display:flex;height:auto;width:17.4985625rem;top:5.1803579330444rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #pofRCmXUKWGWg2BTAo0pRrZJLrrQQuKT {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #MlFv2Xu9mr1tBckFXNokhnTanv5G2CO5 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #XfWm32lAIBLPhT6T9BXJJUl2MLfRc5T5 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #nqnFT6hLcN3ALRy71Dum9Xq2XMrGKMUK {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #xwMQlC24GZZaxSrTHgq6iz2TsihUlCsN {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #JT3KQNk3N4IHWxVxtsBqtSLmihnvfHhp {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #TfN9Um0wFe6S62baVHKSJK4vbcoBSD0O {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #BQbJe6QZ04GpOCtxobaAM57Tdh14tNsh {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #vypTSsC7a2TiiJ742Q9IT2WHSxcHowM9 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #Kf8L0ZQxXFoJNPB05EWCHG9o6l3CIeKo {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #a5IPazoXHC61Sf5QyN0BrsGioCxux9IQ {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #JbcfnuEyzgFoQPp5xpPLR0SR38wbzENI {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #GpAnTWCEHpuSCv1mzrfS5zFBytntGGUd {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #mfReeWuC5NXvsqIFkk7tKd4WwDVSTX2q {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #nfQtf2WLnJMEFZqI3M1m1F6dwXy0zGmv {  }
 }@media only screen and (max-width: 763px) { #UTdS0FTFD8aVPRoERTZ7F92Lpb6yFMmd { width:20rem;height:2.6rem;top:2.5812501907349rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2mouJyDbC0rD7eeaR66cOyQdLPAVXbx { width:20rem;height:1.625rem;top:2.5810842514038rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd { display:block; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { width:20rem;height:89.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttDuNcycv3Uq0giRbDEBhwMoS0TITc20 { width:17.9994375rem;height:1.625rem;top:2.9475412368774rem;left:0.99883174896238rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RcsgfwuIBV8pEb1oLlvbc6nFQEnRyVpO { width:20rem;height:1.625rem;top:58.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bOcFhenwpe9TEAgIOzBygF07n6IXAUkX { width:11rem;height:4.0625rem;top:61.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwbzQDn3Xv5RERgrMMRue5gVkmfRPpHT { width:20rem;height:1.625rem;top:66.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zetVZ7DrqesXP83SVoJaFXoIecXJShTi { width:15.0625rem;height:2.75rem;top:70.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #grek44LT62dZ4yGdX1Es21qM8PTFKTWC { width:8.1875rem;height:7.3125rem;top:79.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0BoliUGidcGEx21GDtZn8otoUmLq5Kt { width:20rem;height:1.625rem;top:75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTIWmUnWFUCT6LEsZvPIRNlZWryxXtzy { width:9.8125rem;height:4.3125rem;top:7.75rem;left:0.998046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1HKgKZAPle08UzudW1VTJA7dfAHKbtp { width:6.5rem;height:2rem;top:12.8125rem;left:10.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkv0WWPlytr3CQhosWhuM5KtBMTTo1pR { width:8.8125rem;height:2rem;top:30.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrfBQl1KT8cZpqsmhBeCSfWEEUKbKwTw { width:5.3125rem;height:2.9375rem;top:25.9375rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRdE5I7XRhOnCBSDnwU4JGDco4u3E3Ce { width:6rem;height:1.3125rem;top:17.5625rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0oqnzkZsaDrW3wL9pBdtFa2BGoaGT7K { width:7rem;height:7rem;top:18.875rem;left:10.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFfNo49sNrxTTzOIHaW8RUeNV0LSAlPL { width:6.875rem;height:6.875rem;top:19.0625rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyTpsHXnPi380Vcm4rrBuIZZpiylG4fW { width:8.8125rem;height:3.5rem;top:12.0625rem;left:0.998046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMcJ1Kxpr47xJctK38InTzgHWvAIHX5u { width:6.5625rem;height:1.25rem;top:26.40625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2OE0boyLrTq7GX1UyS1IcUzaJninPK0 { width:7.9375rem;height:4.125rem;top:29.625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sskholIx2KXXctv8J299ax47XSD1aPcS { width:8.375rem;height:4.0625rem;top:7.875rem;left:9.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlSr94bptnJ3qqPQ7tqUBU8FbNoorbZ2 { width:8.1875rem;height:2.5rem;top:16.96875rem;left:9.966796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSDa1uQybNsRWlDUBMDmcNxtVfaxxlzS { width:6.125rem;height:3.6875rem;top:34.981250762939rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkGb2x5SpaAfKPnrPeUFps1Zfrgam9E8 { width:8.3743105rem;height:8.3743105rem;top:32.639038085938rem;left:10.696230769158rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRfEUtPzGuUJizv0hSUzltmsH9ld4EAr { width:5.24921875rem;height:2.87421875rem;top:40.35390663147rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fue8F81CZUwRFndp7cWvTunwMU34epHG { width:8.4375rem;height:3.125rem;top:40.228126525879rem;left:9.8414064049719rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXgF72EDwsynwE7xW0yZNgHRlrnRsSl2 { width:6.9375rem;height:6.9375rem;top:43.228126525879rem;left:11.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZMQ6PEzSWtxJgTmwbrgmao7Wk90aMrT { width:7.5625rem;height:2.25rem;top:45.571876525879rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKPeOaRBg7k8xUecWBzGONwRafpNhndA { width:8.5625rem;height:4.375rem;top:49.062502861023rem;left:1.6226561665535rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMyTirsGWtHvmhxyTB4UHT6gAbXz0nDu { width:8.375rem;height:4.375rem;top:49.062502861023rem;left:10.671875536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7FQi9ETG2mg8vIrB86frn5NoHI66Omx { width:9.25rem;height:11.75rem;top:49.062502861023rem;left:5.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn { display:block; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0RC53ZCmsr8QiTm0nrfxoslXUUw6AIr { width:20rem;height:7rem;top:29.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #y0IVwGG4Tw6WULIi8KH4bnkhQ0nVxh8I { width:20rem;height:7rem;top:12.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TkvJrptBPOksowv6Ag9b383rRuOqCOBI { width:20rem;height:1.625rem;top:2.8234558105469rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqSaEfNqffpH58AVMLfH2lUrVO61AXI5 { display:flex;width:5rem;height:5rem;top:6.68359375rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #mJbTG4tDJSvL6NnQp7eeBH4Zk9Leq4aR { display:flex;width:5rem;height:5rem;top:22.466796875rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT { display:block; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZI1QLMn03y49hLqJex7wHnsm6aFtQF7 { width:17rem;height:0;top:33.5625rem;left:1.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #hPJBDt5l2fIqx9nwOGJaNVEt81bwcmJA { display:flex;width:1.875rem;height:1.875rem;top:38.5rem;left:6rem;font-size:1.3125rem; }
#hPJBDt5l2fIqx9nwOGJaNVEt81bwcmJA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #x8T367xJTFLpuvvzJmenVQGpIsw6MtIN { display:flex;width:1.875rem;height:1.875rem;top:38.5rem;left:9.0625rem;font-size:1.3125rem; }
#x8T367xJTFLpuvvzJmenVQGpIsw6MtIN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #CDWStopL82076volTRL8s1HJLk4hTHuc { display:flex;width:1.875rem;height:1.875rem;top:38.5rem;left:12.125rem;font-size:1.3125rem; }
#CDWStopL82076volTRL8s1HJLk4hTHuc > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #VEy9uKecL9HzUyQ1iJ1IX4UkOu0WbgM1 { width:7.8720625rem;height:1.59375rem;top:9rem;left:6.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WSyq0ghGbk9G0zPmKtdV7nk2DzW3H4M6 { width:8.125rem;height:1.875rem;top:11.875rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsOrm68fkPu8spWO3TgxWf8Sf8mfu6nC { display:block; }
 }@media only screen and (max-width: 763px) { #M8pMg7RlWHllzlriX4B3ykXd4Q5FLzXK { width:8.125rem;height:1.875rem;top:18.125rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDDc3vBTlkGIbuA4UMIiAKpbbTTtWFsT { display:block; }
 }@media only screen and (max-width: 763px) { #TTyklgBCwuIRHTSGaaPdl5rH6O1SpOzF { width:8.125rem;height:1.875rem;top:24.375rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTlwTmSsyi1am6Nb4MqzGK66qokM7JXn { display:block; }
 }@media only screen and (max-width: 763px) { #lBo7gHShR6Tp8w12WVICZoeKfz6rVbcw { width:8.125rem;height:1.875rem;top:15rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inGwk3Pnhm6Mcqf33I73bwqMQEn2lT0u { display:block; }
 }@media only screen and (max-width: 763px) { #oKPDtkur1RrmkEQSgyt59KLxNQTi5pJX { width:8.125rem;height:1.875rem;top:21.25rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwP8GXRTGTF4w2K8TxC65OyPgRd0I7DI { display:block; }
 }@media only screen and (max-width: 763px) { #q89xvic4iabvf53KBCmgfIZGCL8Tnl7c { width:10.4375rem;height:1.875rem;top:27.5rem;left:4.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0kwJ818R71Tp32laNvM9GC5dFJ016NL { display:block; }
 }@media only screen and (max-width: 763px) { #KoDCSiveqXHImZ7rPso15Tx3p7Xb7BaB { width:17rem;height:6.5rem;top:30.75rem;left:1.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #m9D6uCHqOnXvS26Fi6rMcGexv0EaiL9W { width:6.5625rem;height:6.5625rem;top:0rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc { display:block; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCkULuTZSw54xRXJpTnv8VPtJg7UTa2Z { width:4.8117875rem;height:0.9375rem;top:2.5rem;left:4.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPM7XOgM48s2kIxH7MOBuR8tXmfnps1x { width:7.874625rem;height:2.74946875rem;top:1.625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkGFqkGa5Vd3uQZw02dX1AV1IK9aXC1G { width:14.8748125rem;height:2.4375rem;top:5.3125rem;left:2.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row .container { background-color: transparent; background-image: none; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row .container > .video-iframe-container { display: none; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row > .video-iframe-container { display: none; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .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); }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row .container { border-width: 0; border-radius: 0; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA { background-color: transparent; background-image: none; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row .container > .video-iframe-container { display: none; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row > .video-iframe-container { display: none; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .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); }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row .container { width:20rem;height:4.6875rem;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxkL6d3XzaOSMPhqrlECwdsFTFpUJkR3 { top:0.967435836792rem;left:3.9369155168533rem;z-index:15014;width:12.1246875rem;height:2.74970625rem;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:cover !important;font-size:1.125rem;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #AIu4dnUezSL502eu5XXwZRWDFxJ2cPZe { display:block; }
 }