.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:243,226,242;--color-primary-1:181,119,184;--color-primary-2:165,62,169;--color-primary-3:179,48,175;--color-primary-4:89,65,90;--color-secondary-0:219,240,251;--color-secondary-1:135,205,242;--color-secondary-2:14,154,229;--color-secondary-3:7,77,115;--color-secondary-4:2,23,34;--color-tertiary-0:255,255,255;--color-tertiary-1:251,251,251;--color-tertiary-2:125,125,125;--color-tertiary-3:65,65,65;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtWa8lq7fucwAOiD7I4EdCxidRk5gOgI { position:relative;display:none; }#TtWa8lq7fucwAOiD7I4EdCxidRk5gOgI { border-width: 0; border-radius: 0; }#TtWa8lq7fucwAOiD7I4EdCxidRk5gOgI > .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; }#TtWa8lq7fucwAOiD7I4EdCxidRk5gOgI > .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; }#l7daO9RffKqp3t8ORQz60nI9UallNkTn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:18.75rem;top:1.25rem;left:0.6484375rem;overflow:hidden;display:none; }
#rvAnhckC7oyfZkFB3rQ69OOIf5ckfR6r { position:relative;display:none; }#rvAnhckC7oyfZkFB3rQ69OOIf5ckfR6r { border-width: 0; border-radius: 0; }#rvAnhckC7oyfZkFB3rQ69OOIf5ckfR6r > .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; }#rvAnhckC7oyfZkFB3rQ69OOIf5ckfR6r > .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; }#lfoR1dPrT7bTCr81WVTLk803tWrTXKRm { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);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:block;z-index:15000;display:none; }
#WTJyiW5R4iwZeAnt4BrRcxkEQ4dtCZmp { background-color:rgba(var(--color-secondary-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.0625rem solid #b3b3b3;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8.1875rem;left:5.0625rem;display:none; }
#UROvqb8A4Q9LL3SB8OzBnZEP1N2wTuTL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n7VIb8fyn7I8Mmu5EGbBFpa5LUMTo5ZG { background-color:rgba(var(--color-secondary-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.0625rem solid #b3b3b3;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:8.1875rem;left:15.875rem;display:none; }
#oTb6BmLK6GFEKflJReRxXHw8dR2qXRhG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kIAP0ziS2niqe28l4oA6zZguyZl2ny8J { background-color:rgba(var(--color-secondary-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.0625rem solid #b3b3b3;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:8.1875rem;left:26.6875rem;display:none; }
#sZlvMe8RAN9e5rmsUTLSXkSZp7Xd7t2i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GFZZJuBE0QxWZypTaeClgKT6B9Al7fHS { background-color:rgba(var(--color-secondary-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.0625rem solid #b3b3b3;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:8.1875rem;left:37.5rem;display:none; }
#cosehFH6Z56T0kMzycCbdbFJHVWRTt6z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yFPC6K6yov02ATX4T5XlDHklhX8eOsn2 { background-color:rgba(var(--color-secondary-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.0625rem solid #b3b3b3;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:8.1875rem;left:48.3125rem;display:none; }
#t4Xo54ptKw4s3hoJFpTTBf0uEm5qSIL7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zrdpk8nvE6iFK8bFcl6T5U53u72pUUtO { background-color:rgba(var(--color-secondary-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:8.1875rem;left:59.125rem;display:none; }
#DbcDauTnFAmFxKGHig97OuwtE4uSSqnF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lHiiT33sf6HRaLfSf7vTrze6lnMUptzG { position:relative;display:none; }#lHiiT33sf6HRaLfSf7vTrze6lnMUptzG { border-width: 0; border-radius: 0; }#lHiiT33sf6HRaLfSf7vTrze6lnMUptzG > .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; }#lHiiT33sf6HRaLfSf7vTrze6lnMUptzG > .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; }#HnBIWThSnkkQTIUtH3g0uuDbhftGQkSb { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.96875rem;left:48.33749961853rem;display:none; }
#FhaaunfGWDfdJfSOWo8FDPb9DGGtRvri { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { 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;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#QzPz4eQVwyE07VycL9Po8Er0gRvwOS2e { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:18.75rem;top:1.25rem;left:0.6484375rem;overflow:hidden;display:block; }
#HLfLElnQLA6PtUn85q16EaTJlTD3ZWEC { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.96875rem;left:48.33749961853rem;display:block; }
#vLMaoWdwcyCbSM6o1HQWtTT87i3HKd4G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KOvyeQp1PcTAFOHLRz7lxusubern8FT5 { background-color:rgba(var(--color-secondary-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.0625rem solid #b3b3b3;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8.1875rem;left:5.0625rem;display:block; }
#SGi75Anz4qESnp8PTRMTD5kZpuuJoh27 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gR5m7e4L4SDOSaZxoZP6cvPRLb5UmKZZ { background-color:rgba(var(--color-secondary-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.0625rem solid #b3b3b3;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:8.1875rem;left:15.875rem;display:block; }
#PeFsLSKlKekD1XuHXeE6ERUC40iVO0pZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cnXbP8JHagcuRLN3JCmTUT4x8Qz4DVul { background-color:rgba(var(--color-secondary-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.0625rem solid #b3b3b3;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:8.1875rem;left:26.6875rem;display:block; }
#IVK18mCr0x6crQUkdo9SLeJZSQSdqlTr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vFCPRFy1GLuGsLKbNFX1ygRFIW5mbo4l { background-color:rgba(var(--color-secondary-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.0625rem solid #b3b3b3;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:8.1875rem;left:37.5rem;display:block; }
#Ar6DtlobpANOufR5AmLeX2hoBbtyPQOG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K8KJrMBBcktJapzTr2pGJkM1M4IrxvQK { background-color:rgba(var(--color-secondary-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.0625rem solid #b3b3b3;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:8.1875rem;left:48.3125rem;display:block; }
#ydsnWz95ag9XLMNGWRrw7oy5enrRemZd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rPgauihUEvRCyqHu2rHARD4nvgvc2sbe { background-color:rgba(var(--color-secondary-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:8.1875rem;left:59.125rem;display:block; }
#Rp7tnnELJ8IZlSV8slizukZQEll4V1GB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B8lagtpskbFL27zchLewyTqbUd0oeGd7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/rYKSkHe2/aleks_bg2_1_3.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;z-index:auto;display:block; }#B8lagtpskbFL27zchLewyTqbUd0oeGd7.adaptive-delivery-prevent-bg, #B8lagtpskbFL27zchLewyTqbUd0oeGd7.lazyload, #B8lagtpskbFL27zchLewyTqbUd0oeGd7.lazyloading { background-image: none; }#B8lagtpskbFL27zchLewyTqbUd0oeGd7 > .row .container { background-color: transparent; background-image: none; }#B8lagtpskbFL27zchLewyTqbUd0oeGd7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.53); }#B8lagtpskbFL27zchLewyTqbUd0oeGd7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8lagtpskbFL27zchLewyTqbUd0oeGd7 > .row .container > .video-iframe-container { display: none; }#B8lagtpskbFL27zchLewyTqbUd0oeGd7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.53); }#B8lagtpskbFL27zchLewyTqbUd0oeGd7 > .row > .video-iframe-container { display: none; }#B8lagtpskbFL27zchLewyTqbUd0oeGd7 > .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); }#B8lagtpskbFL27zchLewyTqbUd0oeGd7 > .row .container { border-width: 0; border-radius: 0; }#B8lagtpskbFL27zchLewyTqbUd0oeGd7::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; }#B8lagtpskbFL27zchLewyTqbUd0oeGd7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B8lagtpskbFL27zchLewyTqbUd0oeGd7 > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;position:relative;display:block; }#DiZmL2O37JeaAOcoGMRR2Z6sl2rb5cmc { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:6.8625009059906rem;left:5.0859375rem;height:6.6484375rem;display:block; }
#rGXreuCoPE8sqsTvTilCwaPQ65blWWOB { color:#565656;display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:15.050001144409rem;left:5.0859375rem;height:5.7744125rem;font-style:normal;display:block; }
#LOVxKPdgna2V4dKM0unesvDc5ahreTX2 { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:27rem;left:11.0625rem;height:1.70605625rem;display:block; }
#MbL41kyklkLdT8lUfSemOXTPB4pknhzP { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:27rem;left:21.4375rem;height:1.7871125rem;display:block; }
#Q0b4GxdP0NTTQMZi0ZFpAiTWSAqTz0SP { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:29.625rem;left:9.8679695129394rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#QIM0Zai5Tax5WhT3hAd75uBGmZbcg5TL { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:32.83749961853rem;left:9.3367195129394rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#nBh99Tcx6zyBvVnfKl8CU3H3TQT2LgXn { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:9.75rem;top:23.137500762939rem;left:38.93984413147rem;overflow:hidden;display:block; }
#ibStwOu46QCC6CHEaweDTCcgPrJcKQED { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.125rem;width:30.6875rem;top:25rem;left:5.7109375rem;display:block; }
#CBSo4TSbIfyhxZWR4hLq8o70EL8JcaKs { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:2.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.6875rem;left:11.774219512939rem;display:block; }
#WZydtFtzCPDWlEsJQy2UnuGmh7X2OsI8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#svzAzptiynw4FihdNcV1B6FI5N8EQ5xi { 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; }#svzAzptiynw4FihdNcV1B6FI5N8EQ5xi > .row .container { background-color: transparent; background-image: none; }#svzAzptiynw4FihdNcV1B6FI5N8EQ5xi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svzAzptiynw4FihdNcV1B6FI5N8EQ5xi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svzAzptiynw4FihdNcV1B6FI5N8EQ5xi > .row .container > .video-iframe-container { display: none; }#svzAzptiynw4FihdNcV1B6FI5N8EQ5xi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svzAzptiynw4FihdNcV1B6FI5N8EQ5xi > .row > .video-iframe-container { display: none; }#svzAzptiynw4FihdNcV1B6FI5N8EQ5xi > .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); }#svzAzptiynw4FihdNcV1B6FI5N8EQ5xi > .row .container { border-width: 0; border-radius: 0; }#svzAzptiynw4FihdNcV1B6FI5N8EQ5xi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#svzAzptiynw4FihdNcV1B6FI5N8EQ5xi > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#hsTvTpUbNwaIRALQ8SF1XUKEFNhb7wMr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.6875rem;top:2.4375rem;left:8.3125rem;overflow:hidden;display:block; }
#SW3XJ2JQWyImDtTunsNEGFk2TzofFKMu { color:rgba(var(--color-tertiary-2),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.875rem;left:29.8125rem;height:7.1484375rem;display:block; }
#dVPP1Kval54xDpdIoBRIcpuGn6HiRhVt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f8fe;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; }#dVPP1Kval54xDpdIoBRIcpuGn6HiRhVt > .row .container { background-color: transparent; background-image: none; }#dVPP1Kval54xDpdIoBRIcpuGn6HiRhVt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVPP1Kval54xDpdIoBRIcpuGn6HiRhVt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVPP1Kval54xDpdIoBRIcpuGn6HiRhVt > .row .container > .video-iframe-container { display: none; }#dVPP1Kval54xDpdIoBRIcpuGn6HiRhVt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVPP1Kval54xDpdIoBRIcpuGn6HiRhVt > .row > .video-iframe-container { display: none; }#dVPP1Kval54xDpdIoBRIcpuGn6HiRhVt > .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); }#dVPP1Kval54xDpdIoBRIcpuGn6HiRhVt > .row .container { border-width: 0; border-radius: 0; }#dVPP1Kval54xDpdIoBRIcpuGn6HiRhVt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dVPP1Kval54xDpdIoBRIcpuGn6HiRhVt > .row .container { font-size:0.875rem;font-family:arial;height:90.3125rem;width:75rem;position:relative;display:block; }#gQiEDNDJremFbk8ov0RwcdAuypIHnpgH { color:rgba(var(--color-primary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:1.8124980926514rem;left:15.625rem;height:3.1499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MronRkFGLRtJKcc81Sm2MPommAtp09QR { position:absolute;display:block;z-index:15001;background-color:#c6c4c4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:62.5rem;top:6.875rem;left:6.25rem;display:block; }
#sZCOMhTl7w8HZVJpaZW1Wyca2s7Jkt4f { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:24.875rem;top:32.185668945312rem;left:9.49951171875rem;overflow:hidden;display:block; }
#s5Brnq5ubxpyp46QKCdDJQEFiZc1zFqX { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:31.25rem;top:32.184448242188rem;left:37.5390625rem;overflow:hidden;display:block; }
#JyuTMk4697V35sNPfJKlre4OL24mVqcV { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:6.8125rem;left:6.25rem;display:block; }
#E7CsrKzCbVyIZGvBV39IpZTr4ILTyMMT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:33.9375rem;top:8.0296630859375rem;left:40.918325965561rem;overflow:hidden;display:block; }
#F3XCwdlKulllxrzTJbAQfF0FZWzwC2ac { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:39.0625rem;top:8.499755859375rem;left:0rem;overflow:hidden;display:block; }
#ndfrvEZv1O0kru0OHTovn1Cv8rw4Ktyd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:28.75rem;top:47.717895507812rem;left:7.5616455078125rem;overflow:hidden;display:block; }
#D03fZTaFfRPUxMTADhasNTubCIG9UFv5 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:33.125rem;top:49.319458007812rem;left:37.5390625rem;overflow:hidden;display:block; }
#fHqHzWm7Q23iXuacxD6Oaw4H1r6cOwT4 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:43.75rem;top:62.546997070312rem;left:15.625rem;overflow:hidden;display:block; }
#k6TlZWhSRcoAw33o9zEXbIFZbxxHpcVs { 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; }#k6TlZWhSRcoAw33o9zEXbIFZbxxHpcVs > .row .container { background-color: transparent; background-image: none; }#k6TlZWhSRcoAw33o9zEXbIFZbxxHpcVs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6TlZWhSRcoAw33o9zEXbIFZbxxHpcVs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6TlZWhSRcoAw33o9zEXbIFZbxxHpcVs > .row .container > .video-iframe-container { display: none; }#k6TlZWhSRcoAw33o9zEXbIFZbxxHpcVs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6TlZWhSRcoAw33o9zEXbIFZbxxHpcVs > .row > .video-iframe-container { display: none; }#k6TlZWhSRcoAw33o9zEXbIFZbxxHpcVs > .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); }#k6TlZWhSRcoAw33o9zEXbIFZbxxHpcVs > .row .container { border-width: 0; border-radius: 0; }#k6TlZWhSRcoAw33o9zEXbIFZbxxHpcVs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k6TlZWhSRcoAw33o9zEXbIFZbxxHpcVs > .row .container { font-size:0.875rem;font-family:arial;height:54.1875rem;width:75rem;position:relative;display:block; }#bdhTlkuJ48IaW2cqR3NCuaI91FvxMHRT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:30.6875rem;top:10.125rem;left:6.5rem;overflow:hidden;display:block; }
#UE8gLbJhoIDVhSTHZe6V9ClU15UtoE3X { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:30.6875rem;top:32rem;left:37.8125rem;overflow:hidden;display:block; }
#FQbebkMkQ1yuAUVo4zc5XTAT3e1AuETf { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:30.6875rem;top:10.1875rem;left:37.8125rem;overflow:hidden;display:block; }
#PFTQAJdgMEGNxTTJI0am2I5kLOpsVIlK { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:30.6875rem;top:32rem;left:6.5rem;display:block; }
#TdXve9pVeL2x62TWHZKiPci0uAVKuriL { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:35.75rem;left:10.9375rem;height:7.7988375rem;display:block; }
#gnwbqyKK5agP2g2JbSrWIVNabM0epJiC { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:46.3125rem;left:11rem;height:1.4624rem;display:block; }
#uQta6Tpxb0pqyHe2LoiOqBVcEOGqkite { color:rgba(var(--color-primary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:4.049072265625rem;left:15.625rem;height:3.1499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RvKBBHSo90CxJ6huPvKlCFq5CfTxWaWL { 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; }#RvKBBHSo90CxJ6huPvKlCFq5CfTxWaWL > .row .container { background-color: transparent; background-image: none; }#RvKBBHSo90CxJ6huPvKlCFq5CfTxWaWL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvKBBHSo90CxJ6huPvKlCFq5CfTxWaWL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvKBBHSo90CxJ6huPvKlCFq5CfTxWaWL > .row .container > .video-iframe-container { display: none; }#RvKBBHSo90CxJ6huPvKlCFq5CfTxWaWL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvKBBHSo90CxJ6huPvKlCFq5CfTxWaWL > .row > .video-iframe-container { display: none; }#RvKBBHSo90CxJ6huPvKlCFq5CfTxWaWL > .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); }#RvKBBHSo90CxJ6huPvKlCFq5CfTxWaWL > .row .container { border-width: 0; border-radius: 0; }#RvKBBHSo90CxJ6huPvKlCFq5CfTxWaWL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RvKBBHSo90CxJ6huPvKlCFq5CfTxWaWL > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#n4w5PDcSd232o47Ow5dZq0EokgK5cdT4 { color:rgba(var(--color-primary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:2.1875rem;left:15.625rem;height:3.1499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BoV3iNHFmtC0xT42vRRplC5pwnaN3Nr8 { position:absolute;display:block;z-index:15002;background-color:#c6c4c4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:62.5rem;top:6.875rem;left:6.25rem;display:block; }
#OpFJVdbdTpQXENmXm9ED1Rok6KPrAXfl { color:rgba(var(--color-tertiary-2),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:8.9375rem;left:19.8125rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KNTbtc7TfOkhcqI4UgPbeqG2VFUu3I05 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.125rem;width:20rem;top:14.5625rem;left:6.25rem;display:block; }
#DZymtnRzwb759sx6R5tKLtPq0Xw23tJS { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.125rem;width:20rem;top:14.5625rem;left:48.811719894409rem;display:block; }
#M10XlzwEdH2IL22DILhRFMpmcLlnCaAH { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.125rem;width:20rem;top:14.5625rem;left:27.500001907349rem;display:block; }
#sP2bFBKiuRZ2iMwQQG6aQllqc1sgdyJ5 { box-sizing:content-box;color:#bc1ab8;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:16.875rem;left:14.0625rem;display:block; }
#JN7o5qxCGpGbMIoM3qkoOylZDUs99tHB { box-sizing:content-box;color:#bc1ab8;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:16.5625rem;left:56.311719894409rem;display:block; }
#fgmAq46TtdzhaPH4AdBOgXUmgprFPVAJ { box-sizing:content-box;color:#bc1ab8;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:16.71875rem;left:35.156251907349rem;display:block; }
#TBcNRugntUm1s06APpNdteUz7AtuHoRN { color:rgba(var(--color-tertiary-3),1);display:block;width:18.25rem;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:21.5625rem;left:7.125rem;height:7.3095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XiXgy9AvqEIKXdWxcd03PAZPW74zdm5Q { color:rgba(var(--color-tertiary-3),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21.5625rem;left:28.375001907349rem;height:8.7715rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ddIo63tpBZ2OLJGbp3L9KRnkuOr9LIQC { color:rgba(var(--color-tertiary-3),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:21.5625rem;left:49.686719894409rem;height:7.3095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XoAdtXOR14PGHoToJWcquiaIOdWz49Sh { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:6.8125rem;left:6.25rem;display:block; }
#rMJfqXepAe1MOIT2AAzuVqUkiwiaNG9o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f8fe;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; }#rMJfqXepAe1MOIT2AAzuVqUkiwiaNG9o > .row .container { background-color: transparent; background-image: none; }#rMJfqXepAe1MOIT2AAzuVqUkiwiaNG9o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMJfqXepAe1MOIT2AAzuVqUkiwiaNG9o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMJfqXepAe1MOIT2AAzuVqUkiwiaNG9o > .row .container > .video-iframe-container { display: none; }#rMJfqXepAe1MOIT2AAzuVqUkiwiaNG9o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMJfqXepAe1MOIT2AAzuVqUkiwiaNG9o > .row > .video-iframe-container { display: none; }#rMJfqXepAe1MOIT2AAzuVqUkiwiaNG9o > .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); }#rMJfqXepAe1MOIT2AAzuVqUkiwiaNG9o > .row .container { border-width: 0; border-radius: 0; }#rMJfqXepAe1MOIT2AAzuVqUkiwiaNG9o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rMJfqXepAe1MOIT2AAzuVqUkiwiaNG9o > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#akywDZ8l4OfESl3F8fWfisKbL0rpkWG2 { color:rgba(var(--color-primary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:2.1875rem;left:15.625rem;height:3.1499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gV29iiohWTTIsF1tG8dyMkex96rQAXlP { position:absolute;display:block;z-index:15003;background-color:#c6c4c4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:62.5rem;top:6.875rem;left:6.25rem;display:block; }
#PvHUEv7TNXmPEIJ7H3UAToo3UeCaeFOh { color:rgba(var(--color-tertiary-3),1);display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:9.7749998569487rem;left:12.8125rem;height:15.7421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#opiU2RPOCqU4pfvBzfb9QD7H7nduaUsW { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:6.811718940735rem;left:6.25rem;display:block; }
#tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/8ugs0UYn/aleks_tlo_ciemne_1_1.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; }#tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg.adaptive-delivery-prevent-bg, #tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg.lazyload, #tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg.lazyloading { background-image: none; }#tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg > .row .container { background-color: transparent; background-image: none; }#tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(121,27,152,0.24); }#tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg > .row .container > .video-iframe-container { display: none; }#tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(121,27,152,0.24); }#tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg > .row > .video-iframe-container { display: none; }#tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg > .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); }#tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg > .row .container { border-width: 0; border-radius: 0; }#tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg::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; }#tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:block; }#Wl5g7oLZI1fBnIcHXWhLWOg0N92HgkVx { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:62.5rem;top:7.5rem;left:6.25rem;display:block; }
#gwbqVL2Nugrsq3UMDZgkrHwblGZ88HpT { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:2.1875rem;left:6.25rem;height:3.1499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TXWJK5PGQIXtStTv4WVOOaVMWnIwdmL1 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.125rem;left:6.25rem;height:5.84765625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#gq9OTzJqQ828QBbt0WF7OUp5Tz2X1KL8 { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,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.1875rem solid rgba(var(--color-tertiary-0),1);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.8125rem;width:42.0625rem;top:19.10000038147rem;left:6.25rem;display:block; }
#u7usVXhvTuRncw5egRXRgfz91b0dhKXX { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:19.100000143051rem;left:7.39999961853rem;height:1.92505rem;font-style:normal;display:block; }
#kP9x6NCTZtOx28imDQ2z7WUMVAz5TJDi { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:21.737499982119rem;left:7.39999961853rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TR25VxshAMVlh2JpTV6xiSqA7WcJCZHu { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:24.674999982119rem;left:7.39999961853rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fONDmygxtmtKLyvCZilrMgyT7CCD6Tq0 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:29.362499982119rem;left:7.39999961853rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sp19vwg2w1b0XiqVfWZfQc8T8UXICW84 { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,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.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:42.0625rem;top:34.10000038147rem;left:6.25rem;display:block; }
#Dt6RpRUg5tckfL1FrirBt94r2bqR0vc6 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:34.10000038147rem;left:7.39999961853rem;height:1.92505rem;font-style:normal;display:block; }
#NwfkhHOWQ7V2pvgl7XWCexHGoBwV3FWc { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:37.050001144409rem;left:7.39999961853rem;height:6.296875rem;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:justify;text-align-last:initial;display:block; }
#UWEBJ6BWvS2XNtbqTTkoPi60kzEDbnPV { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.125rem;width:30.6875rem;top:45.124992370606rem;left:22.156251907349rem;display:block; }
#txlK01CJanFMfpwwLT1EsFcPVl7x63tL { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:48.5rem;left:27.375rem;height:1.70605625rem;display:block; }
#piOi59cWhIkbMCUWMuRTOiIkRI4Amc93 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:48.5rem;left:37.75rem;height:1.7871125rem;display:block; }
#D5i3HKrvAwXdMrRpubw2vq6tfnySwymD { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:7.4374980926512rem;left:6.25rem;display:block; }
#UnHZ4zunW4OG3A2mBrvaO6AXv75NhEEC { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.125rem;width:30.6875rem;top:45.124992370606rem;left:22.156251907349rem;display:none; }
#Aez9TFz9qf0iGS79sdthpc6LDeEV3QbV { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:48.5rem;left:27.375rem;height:1.7rem;display:none; }
#EW1x7e1DxGVGxv2L2EsVwv5xnO2gBMhZ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:48.5rem;left:37.75rem;height:1.75rem;display:none; }
#dsDFTDysJe0eCphBJGBd0uKCDmiOGnM7 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.875rem;left:26.1875rem;height:2.2rem;text-align:center;text-align-last:center;display:none; }
#ArnwMQpHZSziDxi7tMEQ7hrx3atWAoBm { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.0625rem;left:25.6875rem;height:2.2rem;text-align:center;text-align-last:center;display:none; }
#UXWKW3k6Nk8dfsyBv3cCUUtTA7QdhPtG { background-color:rgba(var(--color-secondary-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.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:2.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.6875rem;left:11.774219512939rem;display:none; }
#frANx5aT9VJdT6UIqeyGa9t7StMX0PIH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/rYKSkHe2/aleks_bg2_1_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk.adaptive-delivery-prevent-bg, #fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk.lazyload, #fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk.lazyloading { background-image: none; }#fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk > .row .container { background-color: transparent; background-image: none; }#fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.53); }#fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk > .row .container > .video-iframe-container { display: none; }#fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.53); }#fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk > .row > .video-iframe-container { display: none; }#fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk > .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); }#fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk > .row .container { border-width: 0; border-radius: 0; }#fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk::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; }#fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk > .row .container { font-size:0.875rem;font-family:arial;height:73.375rem;width:75rem;position:relative;display:block; }#GpMVSlOaQdmtXABpfUZnqw9tARQJrmOF { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.875rem;left:26.1875rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#ikfWTLEgXFO0CkUaING2fvBuGV0QIic7 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.0625rem;left:25.6875rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#vvxnkwPcFoSxh9kXNt1WT9a0rgw8cMVh { color:rgba(var(--color-primary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:18.249217033386rem;left:15.625rem;height:3.1499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DxJqEabz8KdBembd32bqFlbZNz0kU0TO { position:absolute;display:block;z-index:15005;background-color:#c6c4c4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:62.5rem;top:24.6875rem;left:6.25rem;display:block; }
#LkgKPcSkspzLLssPXwok0M09T6hp11tp { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:24.625rem;left:6.25rem;display:block; }
#DqSVlbuwMU9HdRJiKRrUJxoUWozXrfki { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.625rem;width:50rem;top:29.561720371246rem;left:12.25rem;display:block; }
#A0SKvFAtikLIPgxxw19MEa1MUCCG0gIK { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.875rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:31.150001525879rem;left:13.8125rem;display:block; }
#uGc9SoPb032h1JkTHzQyv8PDxIt5EaBp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QHPhR0EDEDbDKAW1v1ZP5WaOkwJCOyEV { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.875rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:64.087499618531rem;left:13.8125rem;display:block; }
#uaovzDHZ8nw5pdkquE3ek4KA1gonpaQT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zxpwi0V5FhL6e9N7OuVxSCitpyhM24JJ { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.875rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35.83749961853rem;left:13.8125rem;display:block; }
#HpL8HWWRUGlpIb3WfRw5dyi89rHFetev { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fxzb1wJw3VeHERRluFVVHWgNwlC4DJsb { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.875rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:40.52499961853rem;left:13.8125rem;display:block; }
#cFLk4TUBHxlHeokd2E6KMAKJxgdEUqIr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pI9gihaATA2Lhau45L3pX6nkHyZ195lv { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.875rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:59.39999961853rem;left:13.8125rem;display:block; }
#pewXPRCQ4cvlRTXy3KOkEv2MKSmJ9WdI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fp4Q5B4OoRD38MaXti9x4iD16Ecu25H5 { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.875rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:54.71249961853rem;left:13.8125rem;display:block; }
#tSMZ1VT1Twir2BtCAxdzRZxAbDS4uTmQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTr8TsdBrGC54oCxrFDuDmEbQ2U0p9ie { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.875rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:49.96249961853rem;left:13.8125rem;display:block; }
#vl1b0LTOdkwfvDyZW8u5OEXf4gLhFHI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L448QUQ3bnTr4WUxZJbpQeqitb80G6L4 { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.875rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:45.27499961853rem;left:13.8125rem;display:block; }
#JpOA3vBDUz7PTrUcAoNDtpGVqSQHNLlz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Av5xGiNopfBxPvN5QaGUGa3eIgvPlTsD { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:2.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:8.875rem;left:27.843751907349rem;display:block; }
#TarDoXerKuKBHXt8C0rWBxWURhrEpzzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c7zNXFnKTHRLSyJiASS34i3LvudUNX4K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9ffff;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; }#c7zNXFnKTHRLSyJiASS34i3LvudUNX4K > .row .container { background-color: transparent; background-image: none; }#c7zNXFnKTHRLSyJiASS34i3LvudUNX4K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7zNXFnKTHRLSyJiASS34i3LvudUNX4K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7zNXFnKTHRLSyJiASS34i3LvudUNX4K > .row .container > .video-iframe-container { display: none; }#c7zNXFnKTHRLSyJiASS34i3LvudUNX4K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7zNXFnKTHRLSyJiASS34i3LvudUNX4K > .row > .video-iframe-container { display: none; }#c7zNXFnKTHRLSyJiASS34i3LvudUNX4K > .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); }#c7zNXFnKTHRLSyJiASS34i3LvudUNX4K > .row .container { border-width: 0; border-radius: 0; }#c7zNXFnKTHRLSyJiASS34i3LvudUNX4K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c7zNXFnKTHRLSyJiASS34i3LvudUNX4K > .row .container { font-size:0.875rem;font-family:arial;height:84.375rem;width:75rem;position:relative;display:block; }#pJ9JZsUnhkSJ3MsegX9EkNvmpvIC3Ia2 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:11.6875rem;left:6.25rem;display:block; }
#cCTqnvTePtKc7q9EZyf4TDprRH6LTTSu { position:absolute;display:block;z-index:15006;background-color:#c6c4c4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:62.5rem;top:11.75rem;left:6.25rem;display:block; }
#T9gdeEoqEePPWHqUx2FTDxcBMrpLVrls { color:rgba(var(--color-primary-2),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:2.7499990463257rem;left:12.5rem;height:6.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UihhqDvXIn6gr5raf2WPcWlUL92HDlDD { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.04);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20rem;width:62.5rem;top:16.75rem;left:6.25rem;display:block; }
#y1q45a6WNKObn70wQruKtBX8mA9cQ5V2 { box-sizing:content-box;color:#bc1ab8;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:23rem;left:12.5625rem;display:block; }
#zNl6PV9Eaop7AQcL31CVMVERGFEOHPss { color:#bc1ab8;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:28rem;left:9.25rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#UsKRpdonN6rRknaF4rTZpiHAHZKK1E3m { color:rgba(var(--color-tertiary-3),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:19.75rem;left:25.75rem;height:14.16796875rem;font-style:normal;display:block; }
#CbzGbKK58apT7oRmvpqaTn3yilDzgAPS { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),0.04);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20rem;width:62.5rem;top:39.1875rem;left:6.25rem;display:block; }
#z8Vlxz2VKszbhXE2Aa4XhryPp9tEPpFB { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),0.04);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20rem;width:62.5rem;top:61.6875rem;left:6.25rem;display:block; }
#zTMSsMJiGTcq8OzacPvQUUeau5h7XbBP { box-sizing:content-box;color:#bc1ab8;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:45.4375rem;left:56.125rem;display:block; }
#NTFN8W6RyXLsQTR4Mq9qd7Z9kwkUkSsq { color:#bc1ab8;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:50.4375rem;left:52.8125rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#JTFPUIzm5NuDG2hr1ceJhob6NTSkoCFp { color:rgba(var(--color-tertiary-3),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:42.1875rem;left:8.6875rem;height:14.16796875rem;font-style:normal;display:block; }
#TvidEDduk8SbOCNIqQiXcPafpcppvb0n { box-sizing:content-box;color:#bc1ab8;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:67.9375rem;left:12.5625rem;display:block; }
#BFGuvBr9nlD6tozpgPMILknWoTRUcLxG { color:#bc1ab8;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:72.9375rem;left:9.25rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#ycf8mHbEFcmvm4KPRGT69A3O97uICcWy { color:rgba(var(--color-tertiary-3),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:63.1875rem;left:25.75rem;height:17.31640625rem;font-style:normal;display:block; }
#mCkCrAcg8fyxvqd0bClILKRIiBQl3FqA { 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; }#mCkCrAcg8fyxvqd0bClILKRIiBQl3FqA > .row .container { background-color: transparent; background-image: none; }#mCkCrAcg8fyxvqd0bClILKRIiBQl3FqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCkCrAcg8fyxvqd0bClILKRIiBQl3FqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCkCrAcg8fyxvqd0bClILKRIiBQl3FqA > .row .container > .video-iframe-container { display: none; }#mCkCrAcg8fyxvqd0bClILKRIiBQl3FqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCkCrAcg8fyxvqd0bClILKRIiBQl3FqA > .row > .video-iframe-container { display: none; }#mCkCrAcg8fyxvqd0bClILKRIiBQl3FqA > .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); }#mCkCrAcg8fyxvqd0bClILKRIiBQl3FqA > .row .container { border-width: 0; border-radius: 0; }#mCkCrAcg8fyxvqd0bClILKRIiBQl3FqA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mCkCrAcg8fyxvqd0bClILKRIiBQl3FqA > .row .container { font-size:0.875rem;font-family:arial;height:76rem;width:75rem;position:relative;display:block; }#H2QkaglCQTQ6ySs9yJFTXDiyFP6ebJht { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:9.375rem;left:6.25rem;display:block; }
#rfTU9yHCi34otUE71ogOpFFONEdweW7C { position:absolute;display:block;z-index:15007;background-color:#c6c4c4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:62.5rem;top:9.4375rem;left:6.25rem;display:block; }
#ZJ20zqhclmmxCTRlIXKmcNnXffvC7y39 { color:rgba(var(--color-primary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:3rem;left:15.625rem;height:3.1499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ix97cgCLwyzFpBsTkXr1G64VwRfH6lWB { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:37.375rem;top:14.5625rem;left:18.8125rem;overflow:hidden;display:block; }
#DqfPHxwKcRfudrPw2rouWVxEOH0yP66n { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:25.5rem;left:31.89999961853rem;height:4rem;font-style:normal;display:block; }
#m3OFT7vAQVRDTmZHDyl8sifd6m2pxPPc { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:31.25rem;top:33.125rem;left:5.875rem;overflow:hidden;display:block; }
#TumPuOdFpSpPaCkHAtZW64VIxaEsOHBk { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:31.25rem;top:33.125rem;left:37.875rem;overflow:hidden;display:block; }
#CHRge2m20yl3H2ws7amrpyhUbzT79hTT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:31.25rem;top:51rem;left:37.875rem;overflow:hidden;display:block; }
#qHMaEV5eFsZ3lzdHxSJm2oBrMObi0PAs { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:31.25rem;top:51rem;left:5.875rem;overflow:hidden;display:block; }
#l7TJ4yEdfHPKJPaVRkaRelmHsPS3AI4x { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:70.100002288819rem;left:29.750001907349rem;height:2rem;display:block; }
#hk1bSANMd0qJ2U7Nb1XOwZfb0f2Myg2Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f8fd;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; }#hk1bSANMd0qJ2U7Nb1XOwZfb0f2Myg2Q > .row .container { background-color: transparent; background-image: none; }#hk1bSANMd0qJ2U7Nb1XOwZfb0f2Myg2Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hk1bSANMd0qJ2U7Nb1XOwZfb0f2Myg2Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hk1bSANMd0qJ2U7Nb1XOwZfb0f2Myg2Q > .row .container > .video-iframe-container { display: none; }#hk1bSANMd0qJ2U7Nb1XOwZfb0f2Myg2Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hk1bSANMd0qJ2U7Nb1XOwZfb0f2Myg2Q > .row > .video-iframe-container { display: none; }#hk1bSANMd0qJ2U7Nb1XOwZfb0f2Myg2Q > .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); }#hk1bSANMd0qJ2U7Nb1XOwZfb0f2Myg2Q > .row .container { border-width: 0; border-radius: 0; }#hk1bSANMd0qJ2U7Nb1XOwZfb0f2Myg2Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hk1bSANMd0qJ2U7Nb1XOwZfb0f2Myg2Q > .row .container { font-size:0.875rem;font-family:arial;height:83.8125rem;width:75rem;position:relative;display:block; }#GJZ79G2uPbf6B5MDi3a0iLFmc71SUkw9 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:9.3125rem;left:6.25rem;display:block; }
#OqPTWMVAPkDDTpiRrdzPvOxu5xSohAbA { position:absolute;display:block;z-index:15008;background-color:#c6c4c4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:62.5rem;top:9.375rem;left:6.25rem;display:block; }
#RHezcLlgQSRwKxKPGiiTkN279tankd6o { color:rgba(var(--color-primary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:2.9375rem;left:15.625rem;height:3.1499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZK0TdpCyGgi0xML48a8eA3KzJUfHZW9I { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:17.875rem;left:6.9375rem;height:11.01953125rem;font-style:normal;display:block; }
#MkpJBSeNoUt29hu1whVhom0EduTEXrTA { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:19.8125rem;top:13.375rem;left:48.1875rem;overflow:hidden;display:block; }
#rITamom1TiVDJS1yfucn90eOf9TD3Muv { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:9.5625rem;top:36.4375rem;left:6.9375rem;overflow:hidden;display:block; }
#IONB2SqIT4J47oe3pBzwTiFVFv8CRTIu { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:9.5625rem;top:36.4375rem;left:17.5rem;overflow:hidden;display:block; }
#OUmK7szwbcGkycRKDNvAtpS3nvZtMdTe { 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:13.125rem;width:9.5rem;top:44.3125rem;left:7rem;overflow:hidden;display:block; }
#WbpfUTsIWQ32iCXbwMTN3selT3p5rTFZ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:9.4375rem;top:50.625rem;left:17.5rem;overflow:hidden;display:block; }
#gs5i2sdgSskp0e5IyJWBsvZGlTnVGT0n { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:44.311719894409rem;left:29.436719894409rem;height:6.296875rem;font-style:normal;display:block; }
#WdluxUtpdOpGcRyHnMpUT9r3toya8Oyi { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:62.999221324919rem;left:6.9375rem;height:15.74221875rem;font-style:normal;display:block; }
#OqBPwO8JIbbQTPqsaCciW5ISBVifqRT8 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:19.8125rem;top:64.123437881469rem;left:48.187501907349rem;overflow:hidden;display:block; }
#IowTT7vL64zSLldqgRbckDJVI7Q53SLr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ZdbWeDTi/_oferta.dream_med.pl_715_al2_1_2.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; }#IowTT7vL64zSLldqgRbckDJVI7Q53SLr.adaptive-delivery-prevent-bg, #IowTT7vL64zSLldqgRbckDJVI7Q53SLr.lazyload, #IowTT7vL64zSLldqgRbckDJVI7Q53SLr.lazyloading { background-image: none; }#IowTT7vL64zSLldqgRbckDJVI7Q53SLr > .row .container { background-color: transparent; background-image: none; }#IowTT7vL64zSLldqgRbckDJVI7Q53SLr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(45,6,50,0.58); }#IowTT7vL64zSLldqgRbckDJVI7Q53SLr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IowTT7vL64zSLldqgRbckDJVI7Q53SLr > .row .container > .video-iframe-container { display: none; }#IowTT7vL64zSLldqgRbckDJVI7Q53SLr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(45,6,50,0.58); }#IowTT7vL64zSLldqgRbckDJVI7Q53SLr > .row > .video-iframe-container { display: none; }#IowTT7vL64zSLldqgRbckDJVI7Q53SLr > .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); }#IowTT7vL64zSLldqgRbckDJVI7Q53SLr > .row .container { border-width: 0; border-radius: 0; }#IowTT7vL64zSLldqgRbckDJVI7Q53SLr::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; }#IowTT7vL64zSLldqgRbckDJVI7Q53SLr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IowTT7vL64zSLldqgRbckDJVI7Q53SLr > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#MHL3qKxaJ6y46atwZdwnLeTOHtvHwHuy { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:62.5rem;top:9.1875rem;left:6.25rem;display:block; }
#NLcvkrZESnJNoZEWuxuspLWtVcQqi0a1 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:9.125rem;left:6.25rem;display:block; }
#UB4U7P3Uc7G6mm05mPtDCP5VBxl4850L { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:3.2492160797119rem;left:15.625rem;height:3.1499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MPibs5qW4Zq0R2WEwNTZyG7UEraXcfaA { color:rgba(var(--color-tertiary-0),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.686716079712rem;left:16.875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O87GM8otTTTuFix1fHN9lHn6fBT4Teoq { color:rgba(var(--color-tertiary-3),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:27.6875rem;left:7.0625rem;height:7.3095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kiefThCrLKxS3Z1koTolnl37fU1y7XxU { box-sizing:content-box;color:#bc1ab8;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:22.312500953674rem;left:13.6875rem;display:block; }
#PzNBv9OLZdpzbIl3FxDHsQbdSFTX5W4l { position:absolute;display:block;z-index:15005;background-color:rgba(245,247,251,0.8);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.5rem;width:20rem;top:20.25rem;left:6.1875rem;display:block; }
#If9EVq6oEQf6NDwV3dEBPnsFXz9mE0lw { position:absolute;display:block;z-index:15006;background-color:rgba(245,247,251,0.8);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.5rem;width:20rem;top:20.25rem;left:27.4375rem;display:block; }
#CtDQK5Z0m3A7B7eHUUG6Hv6PWGAcGcvr { box-sizing:content-box;color:#bc1ab8;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:22.312500953674rem;left:35.000001907349rem;display:block; }
#BR8xfpI6ab9HlXEfrBv1huh4lhTfTlI0 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:27.687500953674rem;left:28.375001907349rem;height:7.3095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HTcvfS92XQxGKW7v27TLOHOfchJeKZFT { position:absolute;display:block;z-index:15007;background-color:rgba(245,247,251,0.8);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.5rem;width:20rem;top:20.25rem;left:48.75rem;display:block; }
#dOnINqDWnxEgwcGiNyOrJRsrmdSDW5uZ { box-sizing:content-box;color:#bc1ab8;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:22.625000953674rem;left:56.562498092651rem;display:block; }
#HS3fHI7t0yOUWq9ZsTlfGm1aCf6rifG3 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:27.6875rem;left:49.625rem;height:10.233375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/rYKSkHe2/aleks_bg2_1_3.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; }#KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC.adaptive-delivery-prevent-bg, #KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC.lazyload, #KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC.lazyloading { background-image: none; }#KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC > .row .container { background-color: transparent; background-image: none; }#KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.53); }#KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC > .row .container > .video-iframe-container { display: none; }#KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.53); }#KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC > .row > .video-iframe-container { display: none; }#KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC > .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); }#KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC > .row .container { border-width: 0; border-radius: 0; }#KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC::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; }#KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;position:relative;display:block; }#cfiqgcJmiLEW8zSHTrclxVFLOUSrzfqn { color:rgba(var(--color-primary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:3.38671875rem;left:15.625rem;height:3.1499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i5x0JAoKxbMNiLr4o3ps6HPh3iXxTzut { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.25rem;width:30.6875rem;top:12.0625rem;left:7.21875rem;display:block; }
#AFWtyCffDyTHlvUT0izqs0lENMSqgPAO { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.9375rem;left:11rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#TmLcIHKCXqcF5C3h9Z3g4lhdRpHBGMka { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17rem;left:11rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#wPHLA348mIX2iy8hWrSCObyTEtSluTFN { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.1875rem;left:12.75rem;height:1.70605625rem;display:block; }
#OPTmDJ2TBtUQ7DO10mfm7b6PGwvfz3ui { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.1875rem;left:23.125rem;height:1.7871125rem;display:block; }
#lzOnrwBZDTtp9ifpda4OZWXgdhkrWUlN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:30.6875rem;top:12.0625rem;left:38.1875rem;overflow:hidden;display:block; }
#SX4VK0yKPbFeEmlKxhkD7Fc967SwX8La { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:2.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:25.25rem;left:12.90625rem;display:block; }
#dMEPuUvb2p0hBzMCyBlJVfEJR7GAp8xg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LAo3fFSyKBypglVnOyHZJoKdWXHDlpG9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(217,217,217,0.82);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; }#LAo3fFSyKBypglVnOyHZJoKdWXHDlpG9 > .row .container { background-color: transparent; background-image: none; }#LAo3fFSyKBypglVnOyHZJoKdWXHDlpG9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAo3fFSyKBypglVnOyHZJoKdWXHDlpG9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAo3fFSyKBypglVnOyHZJoKdWXHDlpG9 > .row .container > .video-iframe-container { display: none; }#LAo3fFSyKBypglVnOyHZJoKdWXHDlpG9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAo3fFSyKBypglVnOyHZJoKdWXHDlpG9 > .row > .video-iframe-container { display: none; }#LAo3fFSyKBypglVnOyHZJoKdWXHDlpG9 > .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); }#LAo3fFSyKBypglVnOyHZJoKdWXHDlpG9 > .row .container { border-width: 0; border-radius: 0; }#LAo3fFSyKBypglVnOyHZJoKdWXHDlpG9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LAo3fFSyKBypglVnOyHZJoKdWXHDlpG9 > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#OJ6JBVMaC6nRPMbMGA4RZIOvpigzMTEv { position:absolute;display:block;z-index:15000;height:2.3125rem;width:20rem;top:1.5rem;left:27.500001907349rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #TtWa8lq7fucwAOiD7I4EdCxidRk5gOgI { display:none; }#TtWa8lq7fucwAOiD7I4EdCxidRk5gOgI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #l7daO9RffKqp3t8ORQz60nI9UallNkTn { width:18.75rem;height:6.9375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rvAnhckC7oyfZkFB3rQ69OOIf5ckfR6r { display:none; }#rvAnhckC7oyfZkFB3rQ69OOIf5ckfR6r > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #lfoR1dPrT7bTCr81WVTLk803tWrTXKRm { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WTJyiW5R4iwZeAnt4BrRcxkEQ4dtCZmp { width:10.8125rem;height:2.1875rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UROvqb8A4Q9LL3SB8OzBnZEP1N2wTuTL { display:block; }
 }@media only screen and (max-width: 1199px) { #n7VIb8fyn7I8Mmu5EGbBFpa5LUMTo5ZG { width:10.8125rem;height:2.1875rem;top:8.1875rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oTb6BmLK6GFEKflJReRxXHw8dR2qXRhG { display:block; }
 }@media only screen and (max-width: 1199px) { #kIAP0ziS2niqe28l4oA6zZguyZl2ny8J { width:10.8125rem;height:2.1875rem;top:8.1875rem;left:13.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sZlvMe8RAN9e5rmsUTLSXkSZp7Xd7t2i { display:block; }
 }@media only screen and (max-width: 1199px) { #GFZZJuBE0QxWZypTaeClgKT6B9Al7fHS { width:10.8125rem;height:2.1875rem;top:8.1875rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cosehFH6Z56T0kMzycCbdbFJHVWRTt6z { display:block; }
 }@media only screen and (max-width: 1199px) { #yFPC6K6yov02ATX4T5XlDHklhX8eOsn2 { width:10.8125rem;height:2.1875rem;top:8.1875rem;left:34.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #t4Xo54ptKw4s3hoJFpTTBf0uEm5qSIL7 { display:block; }
 }@media only screen and (max-width: 1199px) { #Zrdpk8nvE6iFK8bFcl6T5U53u72pUUtO { width:10.8125rem;height:2.1875rem;top:8.1875rem;left:36.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DbcDauTnFAmFxKGHig97OuwtE4uSSqnF { display:block; }
 }@media only screen and (max-width: 1199px) { #lHiiT33sf6HRaLfSf7vTrze6lnMUptzG { display:none; }#lHiiT33sf6HRaLfSf7vTrze6lnMUptzG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #HnBIWThSnkkQTIUtH3g0uuDbhftGQkSb { width:17.5rem;height:3.4375rem;top:2.9375rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FhaaunfGWDfdJfSOWo8FDPb9DGGtRvri { display:block; }
 }@media only screen and (max-width: 1199px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QzPz4eQVwyE07VycL9Po8Er0gRvwOS2e { width:15.625rem;height:5.75rem;top:0rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HLfLElnQLA6PtUn85q16EaTJlTD3ZWEC { width:15.625rem;height:3.4375rem;top:1.1875rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vLMaoWdwcyCbSM6o1HQWtTT87i3HKd4G { display:block; }
 }@media only screen and (max-width: 1199px) { #KOvyeQp1PcTAFOHLRz7lxusubern8FT5 { width:8.9375rem;height:2.1875rem;top:7.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SGi75Anz4qESnp8PTRMTD5kZpuuJoh27 { display:block; }
 }@media only screen and (max-width: 1199px) { #gR5m7e4L4SDOSaZxoZP6cvPRLb5UmKZZ { width:5.9375rem;height:2.1875rem;top:7.0625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PeFsLSKlKekD1XuHXeE6ERUC40iVO0pZ { display:block; }
 }@media only screen and (max-width: 1199px) { #cnXbP8JHagcuRLN3JCmTUT4x8Qz4DVul { width:6.3125rem;height:2.1875rem;top:7.0625rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IVK18mCr0x6crQUkdo9SLeJZSQSdqlTr { display:block; }
 }@media only screen and (max-width: 1199px) { #vFCPRFy1GLuGsLKbNFX1ygRFIW5mbo4l { width:7.0625rem;height:2.1875rem;top:7.0625rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ar6DtlobpANOufR5AmLeX2hoBbtyPQOG { display:block; }
 }@media only screen and (max-width: 1199px) { #K8KJrMBBcktJapzTr2pGJkM1M4IrxvQK { width:6.0625rem;height:2.1875rem;top:7.0625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ydsnWz95ag9XLMNGWRrw7oy5enrRemZd { display:block; }
 }@media only screen and (max-width: 1199px) { #rPgauihUEvRCyqHu2rHARD4nvgvc2sbe { width:5.375rem;height:2.1875rem;top:7.0625rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rp7tnnELJ8IZlSV8slizukZQEll4V1GB { display:block; }
 }@media only screen and (max-width: 1199px) { #B8lagtpskbFL27zchLewyTqbUd0oeGd7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/rYKSkHe2/aleks_bg2_1_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#B8lagtpskbFL27zchLewyTqbUd0oeGd7.adaptive-delivery-prevent-bg, #B8lagtpskbFL27zchLewyTqbUd0oeGd7.lazyload, #B8lagtpskbFL27zchLewyTqbUd0oeGd7.lazyloading { background-image: none; }#B8lagtpskbFL27zchLewyTqbUd0oeGd7 > .row .container { background-color: transparent; background-image: none; }#B8lagtpskbFL27zchLewyTqbUd0oeGd7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.53); }#B8lagtpskbFL27zchLewyTqbUd0oeGd7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8lagtpskbFL27zchLewyTqbUd0oeGd7 > .row .container > .video-iframe-container { display: none; }#B8lagtpskbFL27zchLewyTqbUd0oeGd7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.53); }#B8lagtpskbFL27zchLewyTqbUd0oeGd7 > .row > .video-iframe-container { display: none; }#B8lagtpskbFL27zchLewyTqbUd0oeGd7 > .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); }#B8lagtpskbFL27zchLewyTqbUd0oeGd7 > .row .container { width:47.75rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DiZmL2O37JeaAOcoGMRR2Z6sl2rb5cmc { width:23.625rem;height:4.9rem;top:2.625rem;left:1.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rGXreuCoPE8sqsTvTilCwaPQ65blWWOB { width:29.625rem;height:4.65rem;top:9.5625rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LOVxKPdgna2V4dKM0unesvDc5ahreTX2 { width:10rem;height:1.7rem;top:18.5625rem;left:4.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MbL41kyklkLdT8lUfSemOXTPB4pknhzP { width:10.3125rem;height:1.75rem;top:18.5625rem;left:14.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q0b4GxdP0NTTQMZi0ZFpAiTWSAqTz0SP { width:23.125rem;height:2.4rem;top:22.4375rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QIM0Zai5Tax5WhT3hAd75uBGmZbcg5TL { width:23.125rem;height:3.6rem;top:25.5rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nBh99Tcx6zyBvVnfKl8CU3H3TQT2LgXn { width:8.125rem;height:4.6875rem;top:15.637499809265rem;left:29.752344489097rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ibStwOu46QCC6CHEaweDTCcgPrJcKQED { width:27.5rem;height:19.125rem;top:16.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CBSo4TSbIfyhxZWR4hLq8o70EL8JcaKs { width:19.8125rem;height:2.875rem;top:30.375000953674rem;left:4.8749998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WZydtFtzCPDWlEsJQy2UnuGmh7X2OsI8 { display:block; }
 }@media only screen and (max-width: 1199px) { #svzAzptiynw4FihdNcV1B6FI5N8EQ5xi { display:block; }#svzAzptiynw4FihdNcV1B6FI5N8EQ5xi > .row .container { width:47.75rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hsTvTpUbNwaIRALQ8SF1XUKEFNhb7wMr { width:15.625rem;height:15.6875rem;top:2.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SW3XJ2JQWyImDtTunsNEGFk2TzofFKMu { width:25.125rem;height:7.25rem;top:6.375rem;left:20.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dVPP1Kval54xDpdIoBRIcpuGn6HiRhVt { display:block; }#dVPP1Kval54xDpdIoBRIcpuGn6HiRhVt > .row .container { width:47.75rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gQiEDNDJremFbk8ov0RwcdAuypIHnpgH { width:43.75rem;height:2.8rem;top:2.125rem;left:2.0000001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MronRkFGLRtJKcc81Sm2MPommAtp09QR { width:43.75rem;height:0.0625rem;top:6.8125rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sZCOMhTl7w8HZVJpaZW1Wyca2s7Jkt4f { width:21rem;height:10.625rem;top:21.125rem;left:0.062499642372131rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s5Brnq5ubxpyp46QKCdDJQEFiZc1zFqX { width:26.75rem;height:10.6875rem;top:21.09375rem;left:21rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JyuTMk4697V35sNPfJKlre4OL24mVqcV { width:4.25rem;height:0.1875rem;top:6.71875rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E7CsrKzCbVyIZGvBV39IpZTr4ILTyMMT { width:33.9375rem;height:20.5rem;top:8rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F3XCwdlKulllxrzTJbAQfF0FZWzwC2ac { width:39.0625rem;height:20.25rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ndfrvEZv1O0kru0OHTovn1Cv8rw4Ktyd { width:21.25rem;height:8.625rem;top:10.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D03fZTaFfRPUxMTADhasNTubCIG9UFv5 { width:26.25rem;height:8rem;top:10.75rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fHqHzWm7Q23iXuacxD6Oaw4H1r6cOwT4 { width:43.75rem;height:24.875rem;top:62.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k6TlZWhSRcoAw33o9zEXbIFZbxxHpcVs { display:block; }#k6TlZWhSRcoAw33o9zEXbIFZbxxHpcVs > .row .container { width:47.75rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bdhTlkuJ48IaW2cqR3NCuaI91FvxMHRT { width:23.75rem;height:15.8125rem;top:2.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UE8gLbJhoIDVhSTHZe6V9ClU15UtoE3X { width:23.75rem;height:14.0625rem;top:18.625rem;left:23.875000357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FQbebkMkQ1yuAUVo4zc5XTAT3e1AuETf { width:23.75rem;height:15.8125rem;top:2.8125rem;left:23.875000357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PFTQAJdgMEGNxTTJI0am2I5kLOpsVIlK { width:23.75rem;height:14.0625rem;top:18.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TdXve9pVeL2x62TWHZKiPci0uAVKuriL { width:21.8125rem;height:7.8rem;top:20.224999904633rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #gnwbqyKK5agP2g2JbSrWIVNabM0epJiC { width:17.375rem;height:1.6rem;top:29.9375rem;left:3.3125001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #uQta6Tpxb0pqyHe2LoiOqBVcEOGqkite { width:43.75rem;height:2.8rem;top:2.1875rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RvKBBHSo90CxJ6huPvKlCFq5CfTxWaWL { display:block; }#RvKBBHSo90CxJ6huPvKlCFq5CfTxWaWL > .row .container { width:47.75rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #n4w5PDcSd232o47Ow5dZq0EokgK5cdT4 { width:43.75rem;height:2.8rem;top:2.1875rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BoV3iNHFmtC0xT42vRRplC5pwnaN3Nr8 { width:43.75rem;height:0.0625rem;top:6.875rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OpFJVdbdTpQXENmXm9ED1Rok6KPrAXfl { width:38.25rem;height:4.65rem;top:8.8125rem;left:4.7499998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KNTbtc7TfOkhcqI4UgPbeqG2VFUu3I05 { width:15.625rem;height:18.125rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DZymtnRzwb759sx6R5tKLtPq0Xw23tJS { width:15.625rem;height:18.125rem;top:14.9375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M10XlzwEdH2IL22DILhRFMpmcLlnCaAH { width:15.625rem;height:18.125rem;top:14.9375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sP2bFBKiuRZ2iMwQQG6aQllqc1sgdyJ5 { width:3.75rem;height:3.75rem;top:16.25rem;left:5.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JN7o5qxCGpGbMIoM3qkoOylZDUs99tHB { width:4.375rem;height:4.375rem;top:15.937503814698rem;left:37.750002264976rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fgmAq46TtdzhaPH4AdBOgXUmgprFPVAJ { width:4.375rem;height:4.375rem;top:15.9375rem;left:21.6875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TBcNRugntUm1s06APpNdteUz7AtuHoRN { width:14.375rem;height:10.15rem;top:20rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XiXgy9AvqEIKXdWxcd03PAZPW74zdm5Q { width:14.375rem;height:11.6rem;top:20.125rem;left:16.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ddIo63tpBZ2OLJGbp3L9KRnkuOr9LIQC { width:14.375rem;height:8.7rem;top:20.312503814698rem;left:32.750002264976rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XoAdtXOR14PGHoToJWcquiaIOdWz49Sh { width:4.25rem;height:0.1875rem;top:6.8125rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rMJfqXepAe1MOIT2AAzuVqUkiwiaNG9o { display:block; }#rMJfqXepAe1MOIT2AAzuVqUkiwiaNG9o > .row .container { width:47.75rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #akywDZ8l4OfESl3F8fWfisKbL0rpkWG2 { width:43.75rem;height:2.8rem;top:2.1875rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gV29iiohWTTIsF1tG8dyMkex96rQAXlP { width:43.75rem;height:0.0625rem;top:6.936718940735rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PvHUEv7TNXmPEIJ7H3UAToo3UeCaeFOh { width:46.25rem;height:15.5rem;top:10.4375rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #opiU2RPOCqU4pfvBzfb9QD7H7nduaUsW { width:4.25rem;height:0.1875rem;top:6.874218940735rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg { background-color:transparent;background-image:url("https://images.assets-landingi.com/8ugs0UYn/aleks_tlo_ciemne_1_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg.adaptive-delivery-prevent-bg, #tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg.lazyload, #tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg.lazyloading { background-image: none; }#tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg > .row .container { background-color: transparent; background-image: none; }#tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(121,27,152,0.24); }#tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg > .row .container > .video-iframe-container { display: none; }#tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(121,27,152,0.24); }#tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg > .row > .video-iframe-container { display: none; }#tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg > .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); }#tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Wl5g7oLZI1fBnIcHXWhLWOg0N92HgkVx { width:43.75rem;height:0.0625rem;top:7.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gwbqVL2Nugrsq3UMDZgkrHwblGZ88HpT { width:43.75rem;height:2.8rem;top:2.1875rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TXWJK5PGQIXtStTv4WVOOaVMWnIwdmL1 { width:36.375rem;height:7.25rem;top:10.125rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gq9OTzJqQ828QBbt0WF7OUp5Tz2X1KL8 { width:42.0625rem;height:11.8125rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u7usVXhvTuRncw5egRXRgfz91b0dhKXX { width:12.5rem;height:1.75rem;top:18.4375rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kP9x6NCTZtOx28imDQ2z7WUMVAz5TJDi { width:30.0625rem;height:1.55rem;top:21.0625rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TR25VxshAMVlh2JpTV6xiSqA7WcJCZHu { width:30.0625rem;height:3.1rem;top:24rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fONDmygxtmtKLyvCZilrMgyT7CCD6Tq0 { width:30.0625rem;height:1.55rem;top:29rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sp19vwg2w1b0XiqVfWZfQc8T8UXICW84 { width:42.0625rem;height:9.25rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dt6RpRUg5tckfL1FrirBt94r2bqR0vc6 { width:17.125rem;height:1.75rem;top:34.061718463897rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NwfkhHOWQ7V2pvgl7XWCexHGoBwV3FWc { width:37.3125rem;height:6.2rem;top:36.586718082428rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UWEBJ6BWvS2XNtbqTTkoPi60kzEDbnPV { width:30.6875rem;height:19.125rem;top:45.0625rem;left:8.5312519073488rem;display:block; }
 }@media only screen and (max-width: 1199px) { #txlK01CJanFMfpwwLT1EsFcPVl7x63tL { width:10rem;height:1.75rem;top:47rem;left:13.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #piOi59cWhIkbMCUWMuRTOiIkRI4Amc93 { width:10.3125rem;height:1.85rem;top:46.9375rem;left:23.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D5i3HKrvAwXdMrRpubw2vq6tfnySwymD { width:4.25rem;height:0.1875rem;top:7.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UnHZ4zunW4OG3A2mBrvaO6AXv75NhEEC { width:30.6875rem;height:19.125rem;top:45.0625rem;left:8.5312519073488rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Aez9TFz9qf0iGS79sdthpc6LDeEV3QbV { width:10rem;height:1.6875rem;top:48.5rem;left:13.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EW1x7e1DxGVGxv2L2EsVwv5xnO2gBMhZ { width:10.3125rem;height:1.75rem;top:48.5rem;left:24.125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dsDFTDysJe0eCphBJGBd0uKCDmiOGnM7 { width:23.125rem;height:2.1875rem;top:0.875rem;left:12.5625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ArnwMQpHZSziDxi7tMEQ7hrx3atWAoBm { width:23.125rem;height:2.1875rem;top:4.0625rem;left:12.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UXWKW3k6Nk8dfsyBv3cCUUtTA7QdhPtG { width:19.3125rem;height:2.875rem;top:37.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #frANx5aT9VJdT6UIqeyGa9t7StMX0PIH { display:block; }
 }@media only screen and (max-width: 1199px) { #fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk { background-color:transparent;background-image:url("https://images.assets-landingi.com/rYKSkHe2/aleks_bg2_1_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk.adaptive-delivery-prevent-bg, #fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk.lazyload, #fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk.lazyloading { background-image: none; }#fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk > .row .container { background-color: transparent; background-image: none; }#fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.53); }#fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk > .row .container > .video-iframe-container { display: none; }#fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.53); }#fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk > .row > .video-iframe-container { display: none; }#fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk > .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); }#fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk > .row .container { width:47.75rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GpMVSlOaQdmtXABpfUZnqw9tARQJrmOF { width:23.125rem;height:3.9rem;top:0.4375rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ikfWTLEgXFO0CkUaING2fvBuGV0QIic7 { width:23.125rem;height:3.9rem;top:4.7742176055908rem;left:12.562500357628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vvxnkwPcFoSxh9kXNt1WT9a0rgw8cMVh { width:43.75rem;height:2.8rem;top:16.8125rem;left:2.0000001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DxJqEabz8KdBembd32bqFlbZNz0kU0TO { width:43.75rem;height:0.0625rem;top:21.9375rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LkgKPcSkspzLLssPXwok0M09T6hp11tp { width:4.25rem;height:0.1875rem;top:21.936717987061rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DqSVlbuwMU9HdRJiKRrUJxoUWozXrfki { width:43.75rem;height:39.625rem;top:24.374999523163rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A0SKvFAtikLIPgxxw19MEa1MUCCG0gIK { width:41.875rem;height:3.4375rem;top:26rem;left:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uGc9SoPb032h1JkTHzQyv8PDxIt5EaBp { display:block; }
 }@media only screen and (max-width: 1199px) { #QHPhR0EDEDbDKAW1v1ZP5WaOkwJCOyEV { width:41.875rem;height:3.4375rem;top:58.9375rem;left:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uaovzDHZ8nw5pdkquE3ek4KA1gonpaQT { display:block; }
 }@media only screen and (max-width: 1199px) { #Zxpwi0V5FhL6e9N7OuVxSCitpyhM24JJ { width:41.875rem;height:3.4375rem;top:30.6875rem;left:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HpL8HWWRUGlpIb3WfRw5dyi89rHFetev { display:block; }
 }@media only screen and (max-width: 1199px) { #Fxzb1wJw3VeHERRluFVVHWgNwlC4DJsb { width:41.875rem;height:3.4375rem;top:35.375rem;left:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cFLk4TUBHxlHeokd2E6KMAKJxgdEUqIr { display:block; }
 }@media only screen and (max-width: 1199px) { #pI9gihaATA2Lhau45L3pX6nkHyZ195lv { width:41.875rem;height:3.4375rem;top:54.25rem;left:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pewXPRCQ4cvlRTXy3KOkEv2MKSmJ9WdI { display:block; }
 }@media only screen and (max-width: 1199px) { #fp4Q5B4OoRD38MaXti9x4iD16Ecu25H5 { width:41.875rem;height:3.4375rem;top:49.5625rem;left:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tSMZ1VT1Twir2BtCAxdzRZxAbDS4uTmQ { display:block; }
 }@media only screen and (max-width: 1199px) { #QTr8TsdBrGC54oCxrFDuDmEbQ2U0p9ie { width:41.875rem;height:3.4375rem;top:44.8125rem;left:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vl1b0LTOdkwfvDyZW8u5OEXf4gLhFHI5 { display:block; }
 }@media only screen and (max-width: 1199px) { #L448QUQ3bnTr4WUxZJbpQeqitb80G6L4 { width:41.875rem;height:3.4375rem;top:40.125rem;left:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JpOA3vBDUz7PTrUcAoNDtpGVqSQHNLlz { display:block; }
 }@media only screen and (max-width: 1199px) { #Av5xGiNopfBxPvN5QaGUGa3eIgvPlTsD { width:19.3125rem;height:2.875rem;top:9.3117370605469rem;left:14.218750357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TarDoXerKuKBHXt8C0rWBxWURhrEpzzT { display:block; }
 }@media only screen and (max-width: 1199px) { #c7zNXFnKTHRLSyJiASS34i3LvudUNX4K { display:block; }#c7zNXFnKTHRLSyJiASS34i3LvudUNX4K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pJ9JZsUnhkSJ3MsegX9EkNvmpvIC3Ia2 { width:4.25rem;height:0.1875rem;top:11.6875rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cCTqnvTePtKc7q9EZyf4TDprRH6LTTSu { width:43.75rem;height:0.0625rem;top:11.75rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T9gdeEoqEePPWHqUx2FTDxcBMrpLVrls { width:45rem;height:5.6rem;top:2.5609378814698rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UihhqDvXIn6gr5raf2WPcWlUL92HDlDD { width:47.75rem;height:21.25rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y1q45a6WNKObn70wQruKtBX8mA9cQ5V2 { width:5rem;height:5rem;top:23.8125rem;left:3.5625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zNl6PV9Eaop7AQcL31CVMVERGFEOHPss { width:9.375rem;height:2.15rem;top:28.8125rem;left:1.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UsKRpdonN6rRknaF4rTZpiHAHZKK1E3m { width:35.625rem;height:18.6rem;top:18.07500064373rem;left:11.625000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CbzGbKK58apT7oRmvpqaTn3yilDzgAPS { width:47.75rem;height:21.25rem;top:39.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z8Vlxz2VKszbhXE2Aa4XhryPp9tEPpFB { width:47.75rem;height:21.25rem;top:61.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zTMSsMJiGTcq8OzacPvQUUeau5h7XbBP { width:5rem;height:5rem;top:45.500000834465rem;left:39.437502264976rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTFN8W6RyXLsQTR4Mq9qd7Z9kwkUkSsq { width:6.6875rem;height:2.15rem;top:50.500001907349rem;left:38.593752264976rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JTFPUIzm5NuDG2hr1ceJhob6NTSkoCFp { width:35.625rem;height:18.6rem;top:40.51250064373rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TvidEDduk8SbOCNIqQiXcPafpcppvb0n { width:5rem;height:5rem;top:68.0625rem;left:3.2500001192093rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BFGuvBr9nlD6tozpgPMILknWoTRUcLxG { width:8.75rem;height:2.15rem;top:73rem;left:1.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ycf8mHbEFcmvm4KPRGT69A3O97uICcWy { width:35.625rem;height:18.6rem;top:63.012500762937rem;left:10.812500357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mCkCrAcg8fyxvqd0bClILKRIiBQl3FqA { display:block; }#mCkCrAcg8fyxvqd0bClILKRIiBQl3FqA > .row .container { width:47.75rem;height:115.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H2QkaglCQTQ6ySs9yJFTXDiyFP6ebJht { width:4.25rem;height:0.1875rem;top:7.6242179870606rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rfTU9yHCi34otUE71ogOpFFONEdweW7C { width:43.75rem;height:0.0625rem;top:7.6874990463256rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZJ20zqhclmmxCTRlIXKmcNnXffvC7y39 { width:43.75rem;height:2.8rem;top:2.4992179870606rem;left:2.0000001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ix97cgCLwyzFpBsTkXr1G64VwRfH6lWB { width:37.5rem;height:12.375rem;top:10.937503099441rem;left:5.1249998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DqfPHxwKcRfudrPw2rouWVxEOH0yP66n { width:23.9375rem;height:3.2rem;top:21.9375rem;left:18.024999976158rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m3OFT7vAQVRDTmZHDyl8sifd6m2pxPPc { width:37.5rem;height:20.625rem;top:28.062502861023rem;left:5.1249998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TumPuOdFpSpPaCkHAtZW64VIxaEsOHBk { width:37.5rem;height:20.625rem;top:48.687502861023rem;left:5.1249998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CHRge2m20yl3H2ws7amrpyhUbzT79hTT { width:37.5rem;height:20.625rem;top:88.812502861025rem;left:5.1249998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qHMaEV5eFsZ3lzdHxSJm2oBrMObi0PAs { width:37.5rem;height:20.625rem;top:68.1875038147rem;left:5.1249998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l7TJ4yEdfHPKJPaVRkaRelmHsPS3AI4x { width:15.5rem;height:1.6rem;top:110.75000286102rem;left:16.125000357628rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #hk1bSANMd0qJ2U7Nb1XOwZfb0f2Myg2Q { display:block; }#hk1bSANMd0qJ2U7Nb1XOwZfb0f2Myg2Q > .row .container { width:47.75rem;height:82.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GJZ79G2uPbf6B5MDi3a0iLFmc71SUkw9 { width:4.25rem;height:0.1875rem;top:8.3125rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OqPTWMVAPkDDTpiRrdzPvOxu5xSohAbA { width:43.75rem;height:0.0625rem;top:8.375rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RHezcLlgQSRwKxKPGiiTkN279tankd6o { width:43.75rem;height:2.8rem;top:2.9375rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZK0TdpCyGgi0xML48a8eA3KzJUfHZW9I { width:25.25rem;height:13.95rem;top:14.275000333786rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MkpJBSeNoUt29hu1whVhom0EduTEXrTA { width:18.75rem;height:18.75rem;top:11.874999761581rem;left:27.937500357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rITamom1TiVDJS1yfucn90eOf9TD3Muv { width:9.375rem;height:6.6875rem;top:34.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IONB2SqIT4J47oe3pBzwTiFVFv8CRTIu { width:9.375rem;height:12.8125rem;top:34.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OUmK7szwbcGkycRKDNvAtpS3nvZtMdTe { width:9.375rem;height:12.9375rem;top:41.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WbpfUTsIWQ32iCXbwMTN3selT3p5rTFZ { width:9.375rem;height:6.8125rem;top:47.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gs5i2sdgSskp0e5IyJWBsvZGlTnVGT0n { width:25rem;height:10.85rem;top:38.775000333786rem;left:21.750000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WdluxUtpdOpGcRyHnMpUT9r3toya8Oyi { width:25rem;height:21.7rem;top:56.649999856949rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OqBPwO8JIbbQTPqsaCciW5ISBVifqRT8 { width:18.75rem;height:12.5rem;top:61.250000715256rem;left:28.000000357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IowTT7vL64zSLldqgRbckDJVI7Q53SLr { display:block; }#IowTT7vL64zSLldqgRbckDJVI7Q53SLr > .row .container { width:47.75rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MHL3qKxaJ6y46atwZdwnLeTOHtvHwHuy { width:43.75rem;height:0.0625rem;top:7.9375rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NLcvkrZESnJNoZEWuxuspLWtVcQqi0a1 { width:4.25rem;height:0.1875rem;top:7.875rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UB4U7P3Uc7G6mm05mPtDCP5VBxl4850L { width:43.75rem;height:2.8rem;top:2.8124990463257rem;left:2.0000001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MPibs5qW4Zq0R2WEwNTZyG7UEraXcfaA { width:41.25rem;height:2.9rem;top:10.812499046326rem;left:3.2500001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O87GM8otTTTuFix1fHN9lHn6fBT4Teoq { width:15rem;height:10.15rem;top:24rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kiefThCrLKxS3Z1koTolnl37fU1y7XxU { width:5rem;height:5rem;top:17.6875rem;left:5.3125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PzNBv9OLZdpzbIl3FxDHsQbdSFTX5W4l { width:15.625rem;height:20.5rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #If9EVq6oEQf6NDwV3dEBPnsFXz9mE0lw { width:15.625rem;height:20.5rem;top:16.5625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CtDQK5Z0m3A7B7eHUUG6Hv6PWGAcGcvr { width:5rem;height:5rem;top:17.6875rem;left:21.375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BR8xfpI6ab9HlXEfrBv1huh4lhTfTlI0 { width:15rem;height:8.7rem;top:24rem;left:16.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HTcvfS92XQxGKW7v27TLOHOfchJeKZFT { width:15.625rem;height:20.5rem;top:16.5625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dOnINqDWnxEgwcGiNyOrJRsrmdSDW5uZ { width:4.375rem;height:4.375rem;top:18rem;left:37.75rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HS3fHI7t0yOUWq9ZsTlfGm1aCf6rifG3 { width:15rem;height:11.6rem;top:24rem;left:32.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC { background-color:transparent;background-image:url("https://images.assets-landingi.com/rYKSkHe2/aleks_bg2_1_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC.adaptive-delivery-prevent-bg, #KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC.lazyload, #KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC.lazyloading { background-image: none; }#KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC > .row .container { background-color: transparent; background-image: none; }#KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.53); }#KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC > .row .container > .video-iframe-container { display: none; }#KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.53); }#KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC > .row > .video-iframe-container { display: none; }#KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC > .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); }#KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC > .row .container { width:47.75rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cfiqgcJmiLEW8zSHTrclxVFLOUSrzfqn { width:43.75rem;height:2.8rem;top:2.6249990463257rem;left:2.0000001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i5x0JAoKxbMNiLr4o3ps6HPh3iXxTzut { width:22.5rem;height:18.25rem;top:8.3749990463256rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AFWtyCffDyTHlvUT0izqs0lENMSqgPAO { width:21.875rem;height:3.6rem;top:17.699999332428rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TmLcIHKCXqcF5C3h9Z3g4lhdRpHBGMka { width:21.875rem;height:2.4rem;top:14.062500476837rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wPHLA348mIX2iy8hWrSCObyTEtSluTFN { width:8.625rem;height:1.5rem;top:10.5rem;left:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OPTmDJ2TBtUQ7DO10mfm7b6PGwvfz3ui { width:10.3125rem;height:1.75rem;top:10.375rem;left:11.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lzOnrwBZDTtp9ifpda4OZWXgdhkrWUlN { width:23.1875rem;height:13.8125rem;top:10.592969179154rem;left:23.875000357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SX4VK0yKPbFeEmlKxhkD7Fc967SwX8La { width:19.3125rem;height:2.875rem;top:22.312501192093rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dMEPuUvb2p0hBzMCyBlJVfEJR7GAp8xg { display:block; }
 }@media only screen and (max-width: 1199px) { #LAo3fFSyKBypglVnOyHZJoKdWXHDlpG9 { display:block; }#LAo3fFSyKBypglVnOyHZJoKdWXHDlpG9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OJ6JBVMaC6nRPMbMGA4RZIOvpigzMTEv { width:20rem;height:2.3125rem;top:1.5rem;left:13.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TtWa8lq7fucwAOiD7I4EdCxidRk5gOgI { display:block; }#TtWa8lq7fucwAOiD7I4EdCxidRk5gOgI > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7daO9RffKqp3t8ORQz60nI9UallNkTn { width:13.75rem;height:4.9375rem;top:0rem;left:3.1250001192093rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #rvAnhckC7oyfZkFB3rQ69OOIf5ckfR6r { display:block; }#rvAnhckC7oyfZkFB3rQ69OOIf5ckfR6r > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lfoR1dPrT7bTCr81WVTLk803tWrTXKRm { top:0.6875rem;left:8.4375003576281rem;width:3.125rem;height:3.125rem;z-index:15003;color:#a53ea9;display:block; }
 }@media only screen and (max-width: 763px) { #WTJyiW5R4iwZeAnt4BrRcxkEQ4dtCZmp { width:10.8125rem;height:2.1875rem;top:4.375rem;left:4.625rem;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #UROvqb8A4Q9LL3SB8OzBnZEP1N2wTuTL { display:block; }
 }@media only screen and (max-width: 763px) { #n7VIb8fyn7I8Mmu5EGbBFpa5LUMTo5ZG { width:10.8125rem;height:2.1875rem;top:6.5625rem;left:4.625rem;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #oTb6BmLK6GFEKflJReRxXHw8dR2qXRhG { display:block; }
 }@media only screen and (max-width: 763px) { #kIAP0ziS2niqe28l4oA6zZguyZl2ny8J { width:10.8125rem;height:2.1875rem;top:8.75rem;left:4.625rem;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #sZlvMe8RAN9e5rmsUTLSXkSZp7Xd7t2i { display:block; }
 }@media only screen and (max-width: 763px) { #GFZZJuBE0QxWZypTaeClgKT6B9Al7fHS { width:10.8125rem;height:2.1875rem;top:10.9375rem;left:4.625rem;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #cosehFH6Z56T0kMzycCbdbFJHVWRTt6z { display:block; }
 }@media only screen and (max-width: 763px) { #yFPC6K6yov02ATX4T5XlDHklhX8eOsn2 { width:10.8125rem;height:2.1875rem;top:13.125rem;left:4.625rem;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #t4Xo54ptKw4s3hoJFpTTBf0uEm5qSIL7 { display:block; }
 }@media only screen and (max-width: 763px) { #Zrdpk8nvE6iFK8bFcl6T5U53u72pUUtO { width:10.8125rem;height:2.1875rem;top:15.3125rem;left:4.5625rem;z-index:15006;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DbcDauTnFAmFxKGHig97OuwtE4uSSqnF { display:block; }
 }@media only screen and (max-width: 763px) { #lHiiT33sf6HRaLfSf7vTrze6lnMUptzG { display:block; }#lHiiT33sf6HRaLfSf7vTrze6lnMUptzG > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnBIWThSnkkQTIUtH3g0uuDbhftGQkSb { width:17.5rem;height:3.4375rem;top:0.875rem;left:1.25rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #FhaaunfGWDfdJfSOWo8FDPb9DGGtRvri { display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;z-index:auto;display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:34.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QzPz4eQVwyE07VycL9Po8Er0gRvwOS2e { width:18.75rem;height:6.9375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLfLElnQLA6PtUn85q16EaTJlTD3ZWEC { width:17.5rem;height:3.4375rem;top:9.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLMaoWdwcyCbSM6o1HQWtTT87i3HKd4G { display:block; }
 }@media only screen and (max-width: 763px) { #KOvyeQp1PcTAFOHLRz7lxusubern8FT5 { width:10.8125rem;height:2.1875rem;top:14.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGi75Anz4qESnp8PTRMTD5kZpuuJoh27 { display:block; }
 }@media only screen and (max-width: 763px) { #gR5m7e4L4SDOSaZxoZP6cvPRLb5UmKZZ { width:10.8125rem;height:2.1875rem;top:17.5625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeFsLSKlKekD1XuHXeE6ERUC40iVO0pZ { display:block; }
 }@media only screen and (max-width: 763px) { #cnXbP8JHagcuRLN3JCmTUT4x8Qz4DVul { width:10.8125rem;height:2.1875rem;top:21rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVK18mCr0x6crQUkdo9SLeJZSQSdqlTr { display:block; }
 }@media only screen and (max-width: 763px) { #vFCPRFy1GLuGsLKbNFX1ygRFIW5mbo4l { width:10.8125rem;height:2.1875rem;top:24.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar6DtlobpANOufR5AmLeX2hoBbtyPQOG { display:block; }
 }@media only screen and (max-width: 763px) { #K8KJrMBBcktJapzTr2pGJkM1M4IrxvQK { width:10.8125rem;height:2.1875rem;top:27.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydsnWz95ag9XLMNGWRrw7oy5enrRemZd { display:block; }
 }@media only screen and (max-width: 763px) { #rPgauihUEvRCyqHu2rHARD4nvgvc2sbe { width:10.8125rem;height:2.1875rem;top:31.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp7tnnELJ8IZlSV8slizukZQEll4V1GB { display:block; }
 }@media only screen and (max-width: 763px) { #B8lagtpskbFL27zchLewyTqbUd0oeGd7 { position:relative;z-index:auto;display:block; }#B8lagtpskbFL27zchLewyTqbUd0oeGd7 > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DiZmL2O37JeaAOcoGMRR2Z6sl2rb5cmc { width:18.75rem;height:4.89868125rem;top:2.6874985694885rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rGXreuCoPE8sqsTvTilCwaPQ65blWWOB { width:18.125rem;height:6.296875rem;top:10.59921836853rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LOVxKPdgna2V4dKM0unesvDc5ahreTX2 { width:10rem;height:1.54358125rem;top:21.25rem;left:5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MbL41kyklkLdT8lUfSemOXTPB4pknhzP { width:10.3125rem;height:1.7871125rem;top:23.4375rem;left:4.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q0b4GxdP0NTTQMZi0ZFpAiTWSAqTz0SP { width:18.75rem;height:3.167725rem;top:26.1875rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIM0Zai5Tax5WhT3hAd75uBGmZbcg5TL { width:18.75rem;height:3.167725rem;top:29.9375rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBh99Tcx6zyBvVnfKl8CU3H3TQT2LgXn { width:9.75rem;height:5.625rem;top:40.787499427796rem;left:5.1249998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #ibStwOu46QCC6CHEaweDTCcgPrJcKQED { width:20rem;height:19.125rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBSo4TSbIfyhxZWR4hLq8o70EL8JcaKs { width:17.375rem;height:2.9375rem;top:34.150030136108rem;left:1.3125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZydtFtzCPDWlEsJQy2UnuGmh7X2OsI8 { display:block; }
 }@media only screen and (max-width: 763px) { #svzAzptiynw4FihdNcV1B6FI5N8EQ5xi { display:block; }#svzAzptiynw4FihdNcV1B6FI5N8EQ5xi > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsTvTpUbNwaIRALQ8SF1XUKEFNhb7wMr { width:12.1875rem;height:12.25rem;top:1.5rem;left:3.9062498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW3XJ2JQWyImDtTunsNEGFk2TzofFKMu { width:18.75rem;height:8.7715rem;top:15.374218940735rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dVPP1Kval54xDpdIoBRIcpuGn6HiRhVt { display:block; }#dVPP1Kval54xDpdIoBRIcpuGn6HiRhVt > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQiEDNDJremFbk8ov0RwcdAuypIHnpgH { width:18.75rem;height:4.89868125rem;top:2rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MronRkFGLRtJKcc81Sm2MPommAtp09QR { width:18.75rem;height:0.0625rem;top:8.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZCOMhTl7w8HZVJpaZW1Wyca2s7Jkt4f { width:18.75rem;height:9.5625rem;top:26.13046836853rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5Brnq5ubxpyp46QKCdDJQEFiZc1zFqX { width:18.75rem;height:7.5625rem;top:36.26796913147rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyuTMk4697V35sNPfJKlre4OL24mVqcV { width:4.25rem;height:0.1875rem;top:8.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7CsrKzCbVyIZGvBV39IpZTr4ILTyMMT { width:20rem;height:12.081002139971rem;top:56.697387695312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3XCwdlKulllxrzTJbAQfF0FZWzwC2ac { width:20rem;height:10.367808rem;top:45.079950195312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndfrvEZv1O0kru0OHTovn1Cv8rw4Ktyd { width:18.75rem;height:7.6875rem;top:11.66250038147rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D03fZTaFfRPUxMTADhasNTubCIG9UFv5 { width:18.75rem;height:5.75rem;top:19.879688262939rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHqHzWm7Q23iXuacxD6Oaw4H1r6cOwT4 { width:20rem;height:11.371428571429rem;top:70.028075195312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6TlZWhSRcoAw33o9zEXbIFZbxxHpcVs { display:block; }#k6TlZWhSRcoAw33o9zEXbIFZbxxHpcVs > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdhTlkuJ48IaW2cqR3NCuaI91FvxMHRT { width:18.75rem;height:12.5rem;top:6.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE8gLbJhoIDVhSTHZe6V9ClU15UtoE3X { width:18.75rem;height:11.125rem;top:49.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQbebkMkQ1yuAUVo4zc5XTAT3e1AuETf { width:18.75rem;height:12.5rem;top:19.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFTQAJdgMEGNxTTJI0am2I5kLOpsVIlK { width:18.75rem;height:15.5625rem;top:33rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdXve9pVeL2x62TWHZKiPci0uAVKuriL { width:17.5rem;height:6.8203125rem;top:35.5rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gnwbqyKK5agP2g2JbSrWIVNabM0epJiC { width:17.5rem;height:1.4619125rem;top:44.5rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQta6Tpxb0pqyHe2LoiOqBVcEOGqkite { width:20rem;height:2.44934375rem;top:2.249755859375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RvKBBHSo90CxJ6huPvKlCFq5CfTxWaWL { display:block; }#RvKBBHSo90CxJ6huPvKlCFq5CfTxWaWL > .row .container { width:20rem;height:77.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4w5PDcSd232o47Ow5dZq0EokgK5cdT4 { width:20rem;height:4.89868125rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BoV3iNHFmtC0xT42vRRplC5pwnaN3Nr8 { width:18.75rem;height:0.0625rem;top:8.1304702758787rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpFJVdbdTpQXENmXm9ED1Rok6KPrAXfl { width:18.75rem;height:5.59814375rem;top:10.849999904633rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KNTbtc7TfOkhcqI4UgPbeqG2VFUu3I05 { width:18.125rem;height:16.875rem;top:19.625000834465rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZymtnRzwb759sx6R5tKLtPq0Xw23tJS { width:18.125rem;height:16.875rem;top:56.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M10XlzwEdH2IL22DILhRFMpmcLlnCaAH { width:18.125rem;height:16.875rem;top:38rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP2bFBKiuRZ2iMwQQG6aQllqc1sgdyJ5 { width:4.375rem;height:4.375rem;top:21.625rem;left:7.8125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN7o5qxCGpGbMIoM3qkoOylZDUs99tHB { width:5rem;height:5rem;top:58.3125rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgmAq46TtdzhaPH4AdBOgXUmgprFPVAJ { width:4.6875rem;height:4.6875rem;top:39.75rem;left:7.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBcNRugntUm1s06APpNdteUz7AtuHoRN { width:17.5rem;height:6.499rem;top:27.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiXgy9AvqEIKXdWxcd03PAZPW74zdm5Q { width:17.5rem;height:7.7988125rem;top:44.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddIo63tpBZ2OLJGbp3L9KRnkuOr9LIQC { width:17.5rem;height:6.499rem;top:63.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoAdtXOR14PGHoToJWcquiaIOdWz49Sh { width:4.25rem;height:0.1875rem;top:8.0679693222044rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMJfqXepAe1MOIT2AAzuVqUkiwiaNG9o { display:block; }#rMJfqXepAe1MOIT2AAzuVqUkiwiaNG9o > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akywDZ8l4OfESl3F8fWfisKbL0rpkWG2 { width:20rem;height:4.89868125rem;top:2.8125019073486rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gV29iiohWTTIsF1tG8dyMkex96rQAXlP { width:18.75rem;height:0.0625rem;top:9.77578163147rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvHUEv7TNXmPEIJ7H3UAToo3UeCaeFOh { width:18.75rem;height:26.58889375rem;top:12.713281869888rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #opiU2RPOCqU4pfvBzfb9QD7H7nduaUsW { width:4.25rem;height:0.1875rem;top:9.71328163147rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg { display:block; }#tr4zT0Jy6Lr2qqmaThJTQvyfP1nbssBg > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wl5g7oLZI1fBnIcHXWhLWOg0N92HgkVx { width:18.75rem;height:0.0625rem;top:10.693750619888rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwbqVL2Nugrsq3UMDZgkrHwblGZ88HpT { width:20rem;height:4.89868125rem;top:3.6367189884186rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXWJK5PGQIXtStTv4WVOOaVMWnIwdmL1 { width:18.75rem;height:10.3984375rem;top:13.5625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gq9OTzJqQ828QBbt0WF7OUp5Tz2X1KL8 { width:20rem;height:11.8125rem;top:25.4375rem;left:-0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7usVXhvTuRncw5egRXRgfz91b0dhKXX { width:12.5rem;height:1.57470625rem;top:25.4375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP9x6NCTZtOx28imDQ2z7WUMVAz5TJDi { width:18.75rem;height:2.799075rem;top:27.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR25VxshAMVlh2JpTV6xiSqA7WcJCZHu { width:18.75rem;height:4.1982375rem;top:30.362500190735rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fONDmygxtmtKLyvCZilrMgyT7CCD6Tq0 { width:18.75rem;height:2.799075rem;top:34.512499809265rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp19vwg2w1b0XiqVfWZfQc8T8UXICW84 { width:19.8125rem;height:12rem;top:39.5625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Dt6RpRUg5tckfL1FrirBt94r2bqR0vc6 { width:17.125rem;height:1.57470625rem;top:39.5625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwfkhHOWQ7V2pvgl7XWCexHGoBwV3FWc { width:18.75rem;height:9.79675rem;top:41.625000953674rem;left:0.625rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #UWEBJ6BWvS2XNtbqTTkoPi60kzEDbnPV { width:20rem;height:19.125rem;top:79.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #txlK01CJanFMfpwwLT1EsFcPVl7x63tL { width:10rem;height:0;top:81.75rem;left:5rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #piOi59cWhIkbMCUWMuRTOiIkRI4Amc93 { width:10.3125rem;height:0;top:84.5625rem;left:4.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D5i3HKrvAwXdMrRpubw2vq6tfnySwymD { width:4.25rem;height:0.1875rem;top:10.631250619888rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnHZ4zunW4OG3A2mBrvaO6AXv75NhEEC { width:20rem;height:19.125rem;top:53.9375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Aez9TFz9qf0iGS79sdthpc6LDeEV3QbV { width:10rem;height:1.54358125rem;top:55.9375rem;left:5rem;font-size:1.1875rem;z-index:15005;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EW1x7e1DxGVGxv2L2EsVwv5xnO2gBMhZ { width:10.3125rem;height:1.7871125rem;top:58rem;left:4.8125rem;font-size:1.375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #dsDFTDysJe0eCphBJGBd0uKCDmiOGnM7 { width:18.75rem;height:3.167725rem;top:60.875rem;left:0.625rem;font-size:0.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ArnwMQpHZSziDxi7tMEQ7hrx3atWAoBm { width:18.75rem;height:3.167725rem;top:64.6875rem;left:0.625rem;font-size:0.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #UXWKW3k6Nk8dfsyBv3cCUUtTA7QdhPtG { width:17.375rem;height:2.9375rem;top:69.274999618531rem;left:1.3125001192093rem;font-size:1.25rem;z-index:15011;background-color:#b577b8;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frANx5aT9VJdT6UIqeyGa9t7StMX0PIH { display:block; }
 }@media only screen and (max-width: 763px) { #fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk { display:block; }#fOcRzFlm3PWL7hW8yH8gKM0bMpn66znk > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GpMVSlOaQdmtXABpfUZnqw9tARQJrmOF { width:20rem;height:0;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ikfWTLEgXFO0CkUaING2fvBuGV0QIic7 { width:20rem;height:0;top:5.8rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vvxnkwPcFoSxh9kXNt1WT9a0rgw8cMVh { width:20rem;height:4.89868125rem;top:3.1617183685302rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DxJqEabz8KdBembd32bqFlbZNz0kU0TO { width:18.75rem;height:0.0625rem;top:11.199999809265rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkgKPcSkspzLLssPXwok0M09T6hp11tp { width:4.25rem;height:0.1875rem;top:11.137499809265rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqSVlbuwMU9HdRJiKRrUJxoUWozXrfki { width:20rem;height:39rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0SKvFAtikLIPgxxw19MEa1MUCCG0gIK { width:18.75rem;height:3.4375rem;top:15rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGc9SoPb032h1JkTHzQyv8PDxIt5EaBp { display:block; }
 }@media only screen and (max-width: 763px) { #QHPhR0EDEDbDKAW1v1ZP5WaOkwJCOyEV { width:18.75rem;height:3.4375rem;top:47.9375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaovzDHZ8nw5pdkquE3ek4KA1gonpaQT { display:block; }
 }@media only screen and (max-width: 763px) { #Zxpwi0V5FhL6e9N7OuVxSCitpyhM24JJ { width:18.75rem;height:3.4375rem;top:19.6875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpL8HWWRUGlpIb3WfRw5dyi89rHFetev { display:block; }
 }@media only screen and (max-width: 763px) { #Fxzb1wJw3VeHERRluFVVHWgNwlC4DJsb { width:18.75rem;height:3.4375rem;top:24.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFLk4TUBHxlHeokd2E6KMAKJxgdEUqIr { display:block; }
 }@media only screen and (max-width: 763px) { #pI9gihaATA2Lhau45L3pX6nkHyZ195lv { width:18.75rem;height:3.4375rem;top:43.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pewXPRCQ4cvlRTXy3KOkEv2MKSmJ9WdI { display:block; }
 }@media only screen and (max-width: 763px) { #fp4Q5B4OoRD38MaXti9x4iD16Ecu25H5 { width:18.75rem;height:3.4375rem;top:38.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSMZ1VT1Twir2BtCAxdzRZxAbDS4uTmQ { display:block; }
 }@media only screen and (max-width: 763px) { #QTr8TsdBrGC54oCxrFDuDmEbQ2U0p9ie { width:18.75rem;height:3.4375rem;top:33.8125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl1b0LTOdkwfvDyZW8u5OEXf4gLhFHI5 { display:block; }
 }@media only screen and (max-width: 763px) { #L448QUQ3bnTr4WUxZJbpQeqitb80G6L4 { width:18.75rem;height:3.4375rem;top:29.125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpOA3vBDUz7PTrUcAoNDtpGVqSQHNLlz { display:block; }
 }@media only screen and (max-width: 763px) { #Av5xGiNopfBxPvN5QaGUGa3eIgvPlTsD { width:19.3125rem;height:2.875rem;top:54.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TarDoXerKuKBHXt8C0rWBxWURhrEpzzT { display:block; }
 }@media only screen and (max-width: 763px) { #c7zNXFnKTHRLSyJiASS34i3LvudUNX4K { display:block; }#c7zNXFnKTHRLSyJiASS34i3LvudUNX4K > .row .container { width:20rem;height:119.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJ9JZsUnhkSJ3MsegX9EkNvmpvIC3Ia2 { width:4.25rem;height:0.1875rem;top:16.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCTqnvTePtKc7q9EZyf4TDprRH6LTTSu { width:18.75rem;height:0.0625rem;top:16.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9gdeEoqEePPWHqUx2FTDxcBMrpLVrls { width:20rem;height:12.2460625rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UihhqDvXIn6gr5raf2WPcWlUL92HDlDD { width:20rem;height:31.25rem;top:17.9375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #y1q45a6WNKObn70wQruKtBX8mA9cQ5V2 { width:2.5rem;height:2.5rem;top:18.75rem;left:8.7500003576281rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNl6PV9Eaop7AQcL31CVMVERGFEOHPss { width:11.625rem;height:2.1875rem;top:21.25rem;left:4.1874998807907rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsKRpdonN6rRknaF4rTZpiHAHZKK1E3m { width:18.75rem;height:23.790025rem;top:24.01171875rem;left:0.625rem;font-size:1rem;z-index:15001;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CbzGbKK58apT7oRmvpqaTn3yilDzgAPS { width:20rem;height:31.25rem;top:50.8125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #z8Vlxz2VKszbhXE2Aa4XhryPp9tEPpFB { width:20rem;height:33.125rem;top:83.5rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #zTMSsMJiGTcq8OzacPvQUUeau5h7XbBP { width:2.5rem;height:2.5rem;top:51.375004768372rem;left:8.7500003576281rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTFN8W6RyXLsQTR4Mq9qd7Z9kwkUkSsq { width:11.625rem;height:2.1875rem;top:53.875001907349rem;left:4.1874998807907rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTFPUIzm5NuDG2hr1ceJhob6NTSkoCFp { width:18.75rem;height:23.790025rem;top:56.756251335144rem;left:0.625rem;font-size:1rem;z-index:14999;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TvidEDduk8SbOCNIqQiXcPafpcppvb0n { width:3.125rem;height:3.125rem;top:84.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFGuvBr9nlD6tozpgPMILknWoTRUcLxG { width:11.625rem;height:2.1875rem;top:87.3125rem;left:4.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycf8mHbEFcmvm4KPRGT69A3O97uICcWy { width:18.75rem;height:25.18941875rem;top:89.875rem;left:0.625rem;font-size:1rem;z-index:14997;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mCkCrAcg8fyxvqd0bClILKRIiBQl3FqA { display:block; }#mCkCrAcg8fyxvqd0bClILKRIiBQl3FqA > .row .container { width:20rem;height:76rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2QkaglCQTQ6ySs9yJFTXDiyFP6ebJht { width:4.25rem;height:0.1875rem;top:7.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfTU9yHCi34otUE71ogOpFFONEdweW7C { width:18.75rem;height:0.0625rem;top:7.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ20zqhclmmxCTRlIXKmcNnXffvC7y39 { width:20rem;height:2.44934375rem;top:2.625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ix97cgCLwyzFpBsTkXr1G64VwRfH6lWB { width:20rem;height:6.621875rem;top:10.000000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqfPHxwKcRfudrPw2rouWVxEOH0yP66n { width:20rem;height:3.19921875rem;top:18.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m3OFT7vAQVRDTmZHDyl8sifd6m2pxPPc { width:20rem;height:11rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TumPuOdFpSpPaCkHAtZW64VIxaEsOHBk { width:20rem;height:11rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHRge2m20yl3H2ws7amrpyhUbzT79hTT { width:20rem;height:11rem;top:57.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHMaEV5eFsZ3lzdHxSJm2oBrMObi0PAs { width:20rem;height:11rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7TJ4yEdfHPKJPaVRkaRelmHsPS3AI4x { width:15.5rem;height:1.5996125rem;top:71.234375953675rem;left:2.2500001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hk1bSANMd0qJ2U7Nb1XOwZfb0f2Myg2Q { display:block; }#hk1bSANMd0qJ2U7Nb1XOwZfb0f2Myg2Q > .row .container { width:20rem;height:126rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJZ79G2uPbf6B5MDi3a0iLFmc71SUkw9 { width:4.25rem;height:0.1875rem;top:6.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqPTWMVAPkDDTpiRrdzPvOxu5xSohAbA { width:18.75rem;height:0.0625rem;top:6.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHezcLlgQSRwKxKPGiiTkN279tankd6o { width:20rem;height:2.44934375rem;top:2.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZK0TdpCyGgi0xML48a8eA3KzJUfHZW9I { width:18.75rem;height:15.3935375rem;top:9.4749727249144rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MkpJBSeNoUt29hu1whVhom0EduTEXrTA { width:15.625rem;height:15.625rem;top:27.125rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rITamom1TiVDJS1yfucn90eOf9TD3Muv { width:9.375rem;height:6.6875rem;top:60.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IONB2SqIT4J47oe3pBzwTiFVFv8CRTIu { width:9.375rem;height:12.8125rem;top:67.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUmK7szwbcGkycRKDNvAtpS3nvZtMdTe { width:9.375rem;height:12.9375rem;top:60.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbpfUTsIWQ32iCXbwMTN3selT3p5rTFZ { width:9.375rem;height:6.8125rem;top:73.25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs5i2sdgSskp0e5IyJWBsvZGlTnVGT0n { width:18.75rem;height:12.59474375rem;top:45.187501907349rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WdluxUtpdOpGcRyHnMpUT9r3toya8Oyi { width:18.75rem;height:23.7900375rem;top:83.012502670288rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OqBPwO8JIbbQTPqsaCciW5ISBVifqRT8 { width:18.75rem;height:12.5rem;top:110.28750419617rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IowTT7vL64zSLldqgRbckDJVI7Q53SLr { background-color:transparent;background-image:url("https://images.assets-landingi.com/ZdbWeDTi/_oferta.dream_med.pl_715_al2_1_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#IowTT7vL64zSLldqgRbckDJVI7Q53SLr.adaptive-delivery-prevent-bg, #IowTT7vL64zSLldqgRbckDJVI7Q53SLr.lazyload, #IowTT7vL64zSLldqgRbckDJVI7Q53SLr.lazyloading { background-image: none; }#IowTT7vL64zSLldqgRbckDJVI7Q53SLr > .row .container { background-color: transparent; background-image: none; }#IowTT7vL64zSLldqgRbckDJVI7Q53SLr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(45,6,50,0.58); }#IowTT7vL64zSLldqgRbckDJVI7Q53SLr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IowTT7vL64zSLldqgRbckDJVI7Q53SLr > .row .container > .video-iframe-container { display: none; }#IowTT7vL64zSLldqgRbckDJVI7Q53SLr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(45,6,50,0.58); }#IowTT7vL64zSLldqgRbckDJVI7Q53SLr > .row > .video-iframe-container { display: none; }#IowTT7vL64zSLldqgRbckDJVI7Q53SLr > .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); }#IowTT7vL64zSLldqgRbckDJVI7Q53SLr > .row .container { width:20rem;height:64.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHL3qKxaJ6y46atwZdwnLeTOHtvHwHuy { width:18.75rem;height:0.0625rem;top:6.8617186546325rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLcvkrZESnJNoZEWuxuspLWtVcQqi0a1 { width:4.25rem;height:0.1875rem;top:6.7992186546325rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB4U7P3Uc7G6mm05mPtDCP5VBxl4850L { width:20rem;height:2.44934375rem;top:2.2492184638977rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MPibs5qW4Zq0R2WEwNTZyG7UEraXcfaA { width:18.75rem;height:6.499rem;top:9.2500019073488rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O87GM8otTTTuFix1fHN9lHn6fBT4Teoq { width:18.25rem;height:5.19921875rem;top:23.75rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiefThCrLKxS3Z1koTolnl37fU1y7XxU { width:3.125rem;height:3.125rem;top:20rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzNBv9OLZdpzbIl3FxDHsQbdSFTX5W4l { width:20rem;height:12.5rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #If9EVq6oEQf6NDwV3dEBPnsFXz9mE0lw { width:20rem;height:12.5rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtDQK5Z0m3A7B7eHUUG6Hv6PWGAcGcvr { width:3.125rem;height:3.125rem;top:34.3125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR8xfpI6ab9HlXEfrBv1huh4lhTfTlI0 { width:18.25rem;height:5.19921875rem;top:37.9375rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTcvfS92XQxGKW7v27TLOHOfchJeKZFT { width:20rem;height:13.75rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOnINqDWnxEgwcGiNyOrJRsrmdSDW5uZ { width:2.5rem;height:2.5rem;top:48.6875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS3fHI7t0yOUWq9ZsTlfGm1aCf6rifG3 { width:18.25rem;height:7.7988125rem;top:51.9375rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC { display:block; }#KwGpJ7X7yg10hWpkNaawnsFcfaanbLDC > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfiqgcJmiLEW8zSHTrclxVFLOUSrzfqn { width:20rem;height:4.89868125rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i5x0JAoKxbMNiLr4o3ps6HPh3iXxTzut { width:20rem;height:19.125rem;top:8.1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFWtyCffDyTHlvUT0izqs0lENMSqgPAO { width:18.8125rem;height:3.167725rem;top:18.831249475479rem;left:0.59375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmLcIHKCXqcF5C3h9Z3g4lhdRpHBGMka { width:18.75rem;height:3.167725rem;top:14.850000619888rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPHLA348mIX2iy8hWrSCObyTEtSluTFN { width:10rem;height:1.54358125rem;top:9.4750366210938rem;left:4.9999998807907rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPTmDJ2TBtUQ7DO10mfm7b6PGwvfz3ui { width:10.3125rem;height:1.7871125rem;top:11.349999666214rem;left:4.8437498807907rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lzOnrwBZDTtp9ifpda4OZWXgdhkrWUlN { width:18.75rem;height:11.125rem;top:29.474999904633rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX4VK0yKPbFeEmlKxhkD7Fc967SwX8La { width:17.375rem;height:2.9375rem;top:23.16250038147rem;left:1.3125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMEPuUvb2p0hBzMCyBlJVfEJR7GAp8xg { display:block; }
 }@media only screen and (max-width: 763px) { #LAo3fFSyKBypglVnOyHZJoKdWXHDlpG9 { display:block; }#LAo3fFSyKBypglVnOyHZJoKdWXHDlpG9 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJ6JBVMaC6nRPMbMGA4RZIOvpigzMTEv { width:20rem;height:2rem;top:1.25rem;left:0rem;display:block; }
 }