.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:223,230,243;--color-primary-1:188,208,237;--color-primary-2:97,132,194;--color-primary-3:58,101,179;--color-primary-4:19,26,39;--color-secondary-0:255,250,232;--color-secondary-1:255,240,178;--color-secondary-2:255,224,100;--color-secondary-3:128,112,50;--color-secondary-4:38,34,15;--color-tertiary-0:255,255,255;--color-tertiary-1:187,188,190;--color-tertiary-2:142,143,146;--color-tertiary-3:114,115,119;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color: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); }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF { background-color:#ebebeb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .row .container { background-color: transparent; background-image: none; }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .row .container > .video-iframe-container { display: none; }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .row > .video-iframe-container { display: none; }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .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); }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .row .container { border-width: 0; border-radius: 0; }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#Td7Dp5pxisTPbTbQurLMWg2tW1CLXcBB { background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.09375rem;left:46.875rem;display:block; }
#wDzAr6fZzlAvz7h8Dwm59zMXv61uzSIA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvkTaTMRF9ANn0AmX4fb2xOMNTacGi9e { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#6d20f7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.8125rem;left:45.6875rem;display:none; }
#RozdlGo8gLBPzf86zyzEFn9XhAUgJM19 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lw7Pnh5gfMKXXRTKyT1I9UVKiwiqlWmC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#6d20f7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.78125rem;left:29.875rem;display:block; }
#MdAy04CG70IGIkX7tgrkdDcelnNzpqnT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#odr51BlLQyCfES6t7NQ9Ht9qFL4DIR4O { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#6d20f7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.78125rem;left:23.1875rem;display:block; }
#miv25Zok1sdiqx2F2qOUaZMy1urWbaTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aFSpo0yetBmdPeKX6UBPKWJ7lT43RmXn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#6d20f7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.78125rem;left:16.125rem;display:block; }
#gvfmXLidc5KEVdymTByI61lyflBbb9X4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oJXvX9QZmsfupP10f6yf1ZyJVTdS43tP { 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:5rem;width:5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#dJDVciyBukqqRdSTqyGuX5M87C7RXEd8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#6d20f7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.78125rem;left:8.8125rem;display:block; }
#CQEti1SgOocxU0iItlBImDV1PhrPHREi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EXEdUr7yNpOPPu4JbUGT4PfkBTNUhuIR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#6d20f7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.78125rem;left:37.8125rem;display:block; }
#ihiS9nZEfZHGviaR5KV8dRC9s8ypA8sO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/155c54d0-889c-4356-82e3-7901149e0be4/RybnikdlaBiznesu.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(45,10,123,0.85); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(45,10,123,0.85); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:60rem;height:52.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:6rem;left:0rem;height:7.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { color:#f9f7f8;display:block;width:36.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15001;line-height:1.8;letter-spacing:0;top:15.125rem;left:0rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E94kapTJsJm7rJfAtKRx9en1O8TlGoFe { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:49.75rem;left:29.625rem;overflow:hidden;display:block; }
#xFH7ehte7Tq9WfgTmk2QxibcEU5GDdOd { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:47.1875rem;left:25.8125rem;display:block; }
#dpmsxKxvsKA7axTFm2At3pppycdJgFGc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ry5woDg1WAMRlmtPm0luuOkLMHBUudO9 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:3.375rem;left:39.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sSmet5r7bymTAgmX1Q83zy1mtnu7D3MF { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.6);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:2.875rem;width:0.125rem;top:37.25rem;left:0rem;display:block; }
#iv9qNIxTZ1Zy4EISZLDfDt7tSPtKw89I { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:38.9375rem;left:1.25rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lX4MtiXEms6buB81sfUUKNJTgStkdzGz { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0.6);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:2.875rem;width:0.125rem;top:37.25rem;left:14.25rem;display:block; }
#RJC73zwichLpoA1UqCf0CHnEpl2dvixk { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.25rem;top:0.125rem;left:50.53125rem;overflow:hidden;display:block; }
#W6T2Z9KMcp0XsJgeWRReuM9P9BVdVHS5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:38.9375rem;left:17.3125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CrtIsilbQZvUbzhlTo1L6eDTlTA0us1C { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:38.9375rem;left:32.875rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cb2vgEuhOR4daAJpPTqrQtqhM5ErFb8o { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:38.9375rem;left:48.0625rem;height:5.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KIwBBN78NJhKJd5QTxwKwQ53VNo9w8ft { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0.6);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:2.875rem;width:0.125rem;top:37.25rem;left:30.375rem;display:block; }
#uHTS9ot8tXedT9VzlvIbTaw1goM9AlI3 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0.6);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:2.875rem;width:0.125rem;top:37.25rem;left:45rem;display:block; }
#kNRws3SH2xZepbWeK7zgcnlDFlaKx43p { 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:2.375rem;width:2.375rem;top:33.0625rem;left:17.3125rem;overflow:hidden;display:block; }
#AISQLkC7f1WVbknnWvKoJ3NJUh3TN7ee { 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:2.375rem;width:2.375rem;top:33.0625rem;left:32.875rem;overflow:hidden;display:block; }
#SU6QS2TGygMhKZ5ufTCTTzKoNl3fCuBC { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:33.0625rem;left:48.21875rem;overflow:hidden;display:block; }
#EddZXHC9nuHqQwBsogJ7xuZXOK6fuDP0 { color:#817c7b;display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:36.474609375rem;left:1.3125rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TaVR4sU25utfzTeEi0adDN6GIsA5Uwd2 { color:#e5432d;display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:36.474609375rem;left:17.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O5SmCr77ss5wGrWnclghvs9oDZapbXUd { color:#e5432d;display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:36.5rem;left:32.875rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TOSvofxS43dKWyDpzmaxXTEka3u3pwvs { color:#e5432d;display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:36.474609375rem;left:48.0625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E5SEAeKXGUHTiQtvCAkrLriURysKrzMp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:2.875rem;left:36.6875rem; }
#UkkIHZS9pXTJSBsv2DFWBxmRzSUczq1n { color:#f9f7f8;display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:19.9375rem;left:0rem;height:9.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AW8fGIh1VCMxXu5R3dRw6zxvmhbyA8Dm { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:11.75rem;left:36.84375rem;overflow:hidden;display:block; }
#PAgZxueSLD2PZFFewqAHvtgRvC4D9gX1 { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.375rem;width:20.375rem;top:11.75rem;left:34.6875rem;overflow:hidden;display:block; }
#BOwuJsB18zEqbnyUttq4Wk4q4pGGgZI1 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:34.125rem;left:1.25rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TRa6mipQ73gbllQkndbEqS5L7zcv7l3d { position:relative;display:block; }#TRa6mipQ73gbllQkndbEqS5L7zcv7l3d { background-color: transparent; background-image: none; }#TRa6mipQ73gbllQkndbEqS5L7zcv7l3d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRa6mipQ73gbllQkndbEqS5L7zcv7l3d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRa6mipQ73gbllQkndbEqS5L7zcv7l3d > .row .container > .video-iframe-container { display: none; }#TRa6mipQ73gbllQkndbEqS5L7zcv7l3d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRa6mipQ73gbllQkndbEqS5L7zcv7l3d > .row > .video-iframe-container { display: none; }#TRa6mipQ73gbllQkndbEqS5L7zcv7l3d > .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); }#TRa6mipQ73gbllQkndbEqS5L7zcv7l3d { border-width: 0; border-radius: 0; }#TRa6mipQ73gbllQkndbEqS5L7zcv7l3d > .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; }#TRa6mipQ73gbllQkndbEqS5L7zcv7l3d > .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:6.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TX1BNeSS5hriczhh5MTLzUO5z5BXuWsw { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:47.625rem;top:0.6875rem;left:6.1875rem;overflow:hidden;display:block; }
#IrqFJWI9v8TtGGGJgxTcsSl0E3UzIBZh { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IrqFJWI9v8TtGGGJgxTcsSl0E3UzIBZh > .row .container { background-color: transparent; background-image: none; }#IrqFJWI9v8TtGGGJgxTcsSl0E3UzIBZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrqFJWI9v8TtGGGJgxTcsSl0E3UzIBZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrqFJWI9v8TtGGGJgxTcsSl0E3UzIBZh > .row .container > .video-iframe-container { display: none; }#IrqFJWI9v8TtGGGJgxTcsSl0E3UzIBZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrqFJWI9v8TtGGGJgxTcsSl0E3UzIBZh > .row > .video-iframe-container { display: none; }#IrqFJWI9v8TtGGGJgxTcsSl0E3UzIBZh > .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); }#IrqFJWI9v8TtGGGJgxTcsSl0E3UzIBZh > .row .container { border-width: 0; border-radius: 0; }#IrqFJWI9v8TtGGGJgxTcsSl0E3UzIBZh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IrqFJWI9v8TtGGGJgxTcsSl0E3UzIBZh > .row .container { font-size:0.875rem;font-family:arial;height:52.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#gN82KrsdzsHopxkvXaym5EwpLULvzH3o { color:#2f2f2f;display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:5.75rem;left:22.75rem;height:4.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#U8BKxikq9cOMOTlWbhl8DJIw5JBJSU6d { background-color:#7c3cf7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:44.3125rem;left:22.75rem;display:block; }
#vxPR8AuQuzQyxsBN3KpGa2zdAkOrJSTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TeQNvorCABc2RgSuetCAh18uI0Rg6Zuy { color:rgba(var(--color-tertiary-3),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:18.3125rem;left:22.875rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XeNXfpExVDWRigcTOzIBkQutbykN9flI { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:15.75rem;left:26.3125rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Tq3pH4NN2XEagWNOsK3pGrc25KhFdIAp { color:rgba(var(--color-tertiary-3),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:27.5625rem;left:22.75rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Vw3OiKhGDZoZN0GKnWNOyGJQKaTin9yk { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:25rem;left:26.3125rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ETre0cTtImPZPulQTCPNJMFt6pIlasdZ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:15.375rem;left:22.75rem; }
#gguTyLKXUNndRJgm2klMzzsVJHnfpJuQ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:24.625rem;left:22.75rem; }
#hslg9PbRmk1kelP40fL9GV3UwI5xAgJB { 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:17.5rem;width:20.75rem;top:19rem;left:0rem;overflow:hidden;display:block; }
#CvfNCQeHh2Wi3rO6RsGyNM18o3HolBHy { color:rgba(var(--color-tertiary-3),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:36.4375rem;left:22.8125rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#beVVNWFZlb8TuMriInDXcrTt63PT7RoB { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:33.875rem;left:26.25rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wSnXxTDeTAhR913IMnKUNbWs6koEK1W5 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:33.5rem;left:22.75rem; }
#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p { background-color:#ebebeb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .row .container { background-color: transparent; background-image: none; }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .row .container > .video-iframe-container { display: none; }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .row > .video-iframe-container { display: none; }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .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); }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .row .container { border-width: 0; border-radius: 0; }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .row .container { font-size:0.875rem;font-family:arial;height:92.125rem;width:60rem;overflow:visible;position:relative;display:block; }#TfgW3ocNDDuIG2QTbT1itTwF8Mieu8Nm { color:#2f2f2f;display:block;width:60rem;position:absolute;font-family:lato;font-size:4rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:4.767578125rem;left:0rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IxQSMJTBIJOiOEpM0dRzJH6MTCQgDvFT { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:15.375rem;left:0.625rem; }
#BXOE9qiT9JLsdBzxTsBTy4XHGLcRXdpJ { color:#2f2f2f;display:block;width:8.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:15.875rem;left:4rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RyT6UGDqQInHmBKlRGqrq2CaVXTF3ATD { color:#5e5e5e;display:block;width:45.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:18.6875rem;left:12.8125rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FTqaQvmQwcxHfoT3GvwUNoC1SE0yzFhF { color:#6d20f7;display:block;width:45.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:15.9375rem;left:12.8125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pfkOoWX23x4vNEQN2cbzKi1yZMknmJTp { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #6d20f7;border-left:0.125rem solid #6d20f7;border-right:0.125rem solid #6d20f7;border-bottom:0.125rem solid #6d20f7;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:16.4375rem;width:59.75rem;top:14.0625rem;left:0rem;display:block; }
#FwQfrkMNTElgTAzIO3SQARgs33rIvUCF { color:#5e5e5e;display:block;width:45.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:27.75rem;left:12.8125rem;height:1.5rem;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:italic;display:block; }
#isHBSlgy4i27KgTHV7mXbC5naoeSGMxM { color:#2f2f2f;display:block;width:10.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:18.6875rem;left:4rem;height:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CLLSA1PzpfhMTdx1wKVNJHJAs0CEzR8h { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:11.625rem;top:1.1552734375rem;left:46.5625rem;overflow:hidden;display:block; }
#fb8KVt6o5mXhtJCqrPeiJgDvIyKA7R4I { background-color:#7c3cf7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:80.125rem;left:23.4375rem;display:block; }
#IRgpHVHvAtpfn4q4J8PxSI2DoGdsNRCX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dcXngCWHkgsbsnCoKg0muIpRMK92h5IE { color:rgba(var(--color-tertiary-3),1);display:block;width:35.4375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:32.75rem;left:16.5625rem;height:1.3125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Zzyk4RsxTW7t3SrewkwaiXaVoDmbt0LX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:32.5rem;left:12.3125rem; }
#mts8wH86MF5q8OiabO0q0qggwaWmhe7c { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0.125rem solid #6d20f7;border-left:0.125rem solid #6d20f7;border-right:0.125rem solid #6d20f7;border-bottom:0.125rem solid #6d20f7;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:16.4375rem;width:59.75rem;top:37.28125rem;left:0rem;display:block; }
#qi5t3TSQIIsLTGabE5mQ4uFzVs2TZKLm { color:#5e5e5e;display:block;width:45.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:41.875rem;left:12.9375rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XBOtv3cpnTR6bidBQ2qz1N31txx5k9TU { color:#5e5e5e;display:block;width:45.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:50.9375rem;left:12.9375rem;height:1.5rem;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:italic;display:block; }
#tPDl5Kfcus0Intg2LX736Fw0eT3tzykA { color:#2f2f2f;display:block;width:10.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:41.875rem;left:4rem;height:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DWl0yyuh0vwUDCMOfCqVGFiK2KGGSFXZ { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:38.5625rem;left:0.75rem; }
#AdcyKnkTvABW00nuDzlIlxTHUatrKL1C { color:#6d20f7;display:block;width:45.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:39.125rem;left:12.9375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uaZ00tvMEsHyA9qRCexfL3bCI55n268a { color:#2f2f2f;display:block;width:8.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:39.0625rem;left:4.125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kuiIFSZ0JbG79Z4vkTtGEaM7W5z8yvhk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:55.3125rem;left:12.3125rem; }
#JIHvF4trg0uQJXQIa9Lq4la1vdNUy0C3 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.125rem solid #6d20f7;border-left:0.125rem solid #6d20f7;border-right:0.125rem solid #6d20f7;border-bottom:0.125rem solid #6d20f7;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:15.1875rem;width:59.75rem;top:60rem;left:0rem;display:block; }
#ma3DEeJy8pvxZtoGVuBhTfyXpuvfir73 { color:#5e5e5e;display:block;width:45.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:72.4375rem;left:12.8125rem;height:1.5rem;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:italic;display:block; }
#R9JuhCB4XkgH1RdAk9rlXEWd97eVNIwf { color:#5e5e5e;display:block;width:45.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:64.625rem;left:12.8125rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TRnMZUKsVIZdmtMFvdaoAiZCnC3S84KE { color:#2f2f2f;display:block;width:10.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:64.625rem;left:4rem;height:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EwtBptdWynQvQ7Im0Tnw3zHRUcsFQT7V { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:61.3125rem;left:0.625rem; }
#MrphhbT6MoWirZQXioNdODTK8iypTyZr { color:#6d20f7;display:block;width:45.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:61.875rem;left:12.8125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JzkvBEHQ7WQ1Amgc5E1pFRoZFkP5qWnp { color:#2f2f2f;display:block;width:8.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.2;letter-spacing:0;top:61.8125rem;left:4rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h7LuLB3XQ4kCRhK9ywDtydtysz7l8m1r { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:11.625rem;top:80.5rem;left:0rem;overflow:hidden;display:block; }
#cxCtNSOn9yZuqa3p3aVDodwbVowUdS1i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:32.75rem;left:0rem; }
#ALl9iQumFwgKVQvfNPdetximRLG0CMdJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:55.5625rem;left:0rem; }
#UcZqrs6Oog7TXTnU6xu68TLu13TcFUho { color:rgba(var(--color-tertiary-3),1);display:block;width:35.4375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:34.375rem;left:23.125rem;height:1.3125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mRzXTu6AS6mrvPosWDZZrWMRK4aAUdHn { color:rgba(var(--color-tertiary-3),1);display:block;width:35.4375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:55.5625rem;left:16.5625rem;height:1.3125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tyHRv1gG7IgZDQ3gkTHFTUQAd2NoNaZg { color:rgba(var(--color-tertiary-3),1);display:block;width:35.4375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:57.1875rem;left:23.125rem;height:1.3125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk { 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; }#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk > .row .container { background-color: transparent; background-image: none; }#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk > .row .container > .video-iframe-container { display: none; }#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk > .row > .video-iframe-container { display: none; }#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk > .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); }#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk > .row .container { border-width: 0; border-radius: 0; }#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;position:relative;display:block; }#lUHvJlaxpWQsJDXzxbxszGWTmMlySrAm { 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:10.625rem;width:24.8125rem;top:8.53125rem;left:17.59375rem;overflow:hidden;display:block; }
#m1cqSmAGU1nuSnK1ZbmB1Xfa3gpTJptq { color:#2f2f2f;display:block;width:59.875rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:5.03125rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X5WDKqGbh3R93EFwANxc04LnR80z74Pv { background-color:#ebebeb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .row .container { background-color: transparent; background-image: none; }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .row .container > .video-iframe-container { display: none; }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .row > .video-iframe-container { display: none; }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .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); }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .row .container { border-width: 0; border-radius: 0; }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#OTcLQB1c61Kppu4U8nPGS6TxDXce4niS .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OTcLQB1c61Kppu4U8nPGS6TxDXce4niS .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#240b52;padding-top:0.58625rem;padding-right:0.536875rem;padding-bottom:0.58625rem;padding-left:0.536875rem;display:block;align-items:center;width:3.21875rem;min-width:3.21875rem;height:3.151875rem;position:relative;font-family:lato;font-size:2.345625rem;font-weight:700;line-height:50.43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OTcLQB1c61Kppu4U8nPGS6TxDXce4niS .widget-text.counter-label { background-color:;background-image:none;color:#6d20f7;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.366875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.2925rem;height:1.245rem;position:relative;font-family:lato;font-size:0.879375rem;font-weight:400;line-height:19.92px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OTcLQB1c61Kppu4U8nPGS6TxDXce4niS { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:21.1875rem;height:5.93625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:10.4375rem;left:18rem;z-index:15002; }
#OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #u2baaZJGSSZV8TFqSKUAFcPvKvSnyiIU { display:flex;position:relative;top:0rem;left:0rem; }
#OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #IxLFNqwaiCf0r7Cn4fWH2TlhPs5qUWHP { width:auto; }
#OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #dhRFs3wRub02QGyJgBNqdBDyn5MkgN2Q {  }
#OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #QTOx42w0EtQRtNy58JPkplGRzTr3mJB9 { display:flex;position:relative;top:0rem;left:0rem; }
#OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #ZyoZl2ZMtttPex3Hoqptv6mOttwTXde4 {  }
#OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #XLFr1MFEohiF8n9yTKw2SFRra1LGUm2i {  }
#OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #IZLsSUQAEvIQDzUraokWNmOhLZI8WlE2 { display:flex;position:relative;top:0rem;left:0rem; }
#OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #iiNTSnCPpTJKrTP0fRtILpLoak6723S2 {  }
#OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #ftSzcbWm1qndaavnysiBF7EEPb0ilFLq {  }
#OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #l8b0Uq4QdilIO6CQExp4vGAzTiJm7dPN { display:flex;position:relative;top:0rem;left:0rem; }
#OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #I3SJWNObMORUC3GRwL5AJ2vOx7mwH9tA {  }
#OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #REssLgW6eslIfffEaWRuh0Jze8Xxc86x {  }
#AZ7FghaOer7EMhlfVlZLw8J0W84iME8O { color:#240b52;display:block;width:57.8125rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:5.375rem;left:1.125rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D3nIglvg5xttwf2gl7UzsxDBGpsaJnkn { position:absolute;display:block;z-index:15008;background-color:#6d20f7;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:17.5rem;top:13.3125rem;left:42.5rem;display:block; }
#MwOofBxFKa2hqln2yqHDcwCCeDQAhQhW { position:absolute;display:block;z-index:15009;background-color:#6d20f7;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:17.5rem;top:13.3125rem;left:0rem;display:block; }
#gzcQ0sBri2MGLy8EBJ488JMmvRKqwBUZ { background-color:#7c3cf7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:18.625rem;left:23.4375rem;display:block; }
#UIouhp8yQcyD65TEBufoJxDmk5L0avpN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp { background-color:#f6f6f6;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .row .container { background-color: transparent; background-image: none; }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .row .container > .video-iframe-container { display: none; }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .row > .video-iframe-container { display: none; }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .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); }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .row .container { border-width: 0; border-radius: 0; }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .row .container { font-size:0.875rem;font-family:arial;height:117.75rem;width:60rem;overflow:visible;position:relative;display:block; }#ECw4T3av7aftfWedS6kTie2J9TiytTNz { color:#2f2f2f;display:block;width:57.4375rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:6.287109375rem;left:2.5625rem;height:4.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ETeyTuVsoaTe8i7GwsXxzlgZK1RAwoge { color:#5e5e5e;display:block;width:36.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:27.5625rem;left:17.125rem;height:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LrCSiuaLpoZyGlr3iICEKEDXF1IhApOz { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:14.25rem;width:11.375rem;top:24.6875rem;left:0.625rem;overflow:hidden;display:block; }
#qfgR342Gd0sVLzpH9UDgTbcWdlgNL12d { color:#6d20f7;display:block;width:25.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:24.6875rem;left:17.125rem;height:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uXC58UHPPTVaVMoQEvIF0cuZEvwz3vyr { color:#2f2f2f;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:22.5625rem;left:17.125rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RVHmow2ep5NPmWCJXcoiVBTLqfhTdptF { color:#2f2f2f;display:block;width:54.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:12.1875rem;left:2.6875rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LR2qTbQC2RePGa0PbDm0mCesuZMU2rXT { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:11.625rem;top:0rem;left:48.375rem;overflow:hidden;display:block; }
#L9wCk134OH8mLHWT1zH4AKuTe1LiIsuy { color:#5e5e5e;display:block;width:36.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:52.1875rem;left:17.125rem;height:12rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lpGuloBPnDRrQBSDa8cEt6T6ZVnTGFlm { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:11.5625rem;width:11.375rem;top:44.3125rem;left:0.6875rem;overflow:hidden;display:block; }
#zU33BH3369TDcnbHumRX16e8tt1gPXf7 { color:#6d20f7;display:block;width:26.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:49.3125rem;left:17.125rem;height:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q51eWJ1Mb4py7aRg3ahUwZEpiUgu30vG { color:#2f2f2f;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:47.1875rem;left:17.125rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JRpdNiT1QKnkLRV6DMUXbXfkUPctBogL { color:#5e5e5e;display:block;width:36.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15044;line-height:1.5;letter-spacing:0;top:104.4375rem;left:16.5rem;height:10.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZiaRspbXm7TaNuFOsMZxb3DcnTtLr8tH { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:14.25rem;width:11.375rem;top:95.0625rem;left:0rem;overflow:hidden;display:block; }
#ko1pWONgq2fcLZFEU258GB3U4xktwroM { color:#6d20f7;display:block;width:26.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.2;letter-spacing:0;top:101.5625rem;left:16.5rem;height:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dD2t96RfJx5dZRWcexG5f0S5Sqh9eguD { color:#2f2f2f;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15039;line-height:1.2;letter-spacing:0;top:99.4375rem;left:16.5rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cnvDgIssqUOgzBnmATEd6WOT9T67kQgF { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;top:29.0625rem;left:0rem;overflow:hidden;display:block; }
#FEeKPxbqDNT1WbflwlK2ft2LNqqGBwRN { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;top:45.9375rem;left:0rem;overflow:hidden;display:block; }
#hpktFWQzOt3742tWI78Sge2TTm2TI4M0 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:10.5rem;top:97.5rem;left:0.8125rem;overflow:hidden;display:block; }
#KXONwBMRTvF5w4XtlupI0bOTUIiksrVI { box-sizing:content-box;height:0.125rem;width:42.8125rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.25rem;left:17.1875rem;display:block; }
#cmAcoK9TSm0HElR9ln1eEmWyoDQtoqft { box-sizing:content-box;height:0.125rem;width:42.8125rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:95.75rem;left:16.4375rem;display:block; }
#kqulO9T8CRRFa3pDbyud31NDbZThQhTl { color:#5e5e5e;display:block;width:37.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:76.875rem;left:16.5rem;height:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NOqsOl88c9Vabx17EMpzTEzdHOAC8Go0 { color:#6d20f7;display:block;width:26.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15046;line-height:1.2;letter-spacing:0;top:74rem;left:16.5rem;height:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TA85EmJfTATGMDT3SAB2dCISxvsGu84n { color:#2f2f2f;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15045;line-height:1.2;letter-spacing:0;top:71.875rem;left:16.5rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZdfNlTa5LHZngmXx3nRzV0Fr9T3vuGDM { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:12.8125rem;width:11.3125rem;top:67.5rem;left:0rem;overflow:hidden;display:block; }
#TUlrAXrR61Sti9pTNJPGV1t5qNWL52Tq { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:10.5rem;top:69.9375rem;left:0.8125rem;overflow:hidden;display:none; }
#m6QCaCeVD8ywTGmuCbghyZOu2uNxNZ9N { box-sizing:content-box;height:0.125rem;width:42.8125rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:68.1875rem;left:16.4375rem;display:block; }
#xwfe9mticBmHMFvVPhvkbNCGTFiuutmO { color:#6d20f7;display:block;width:26.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15046;line-height:1.2;letter-spacing:0;top:74rem;left:16.5rem;height:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R { 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; }#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R > .row .container { background-color: transparent; background-image: none; }#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R > .row .container > .video-iframe-container { display: none; }#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R > .row > .video-iframe-container { display: none; }#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R > .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); }#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R > .row .container { border-width: 0; border-radius: 0; }#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#TbWBTkqBlBrk2dNaXBZEldmvnhh3BbMr { color:#2f2f2f;display:block;width:59.875rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:4.1875rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hMhUsRPgiE0xiSdLcDKhgmQgdtlkWKHK { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:11.625rem;top:11.8125rem;left:31.25rem;overflow:hidden;display:block; }
#UyLQbTxGlrecFAGXeT8EfTBsWiXzKlOD { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.625rem;top:11.125rem;left:43.9375rem;overflow:hidden;display:block; }
#w6nXJfd9U3ciZeiTrIBiRT0RmshxqKqP { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:10rem;top:11.75rem;left:18.625rem;overflow:hidden;display:block; }
#TRFaI8ADSeNkVld6IRtUAhezTqeOkviD { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:8.875rem;top:19.125rem;left:9.8125rem;overflow:hidden;display:block; }
#PpIDJniGBr2mq6U7rI6WNsUZexiA329b { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:10.625rem;top:20.5rem;left:23rem;overflow:hidden;display:block; }
#eT6wuB9uf73DySLpkRrlWXKVtLMR4KGg { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:16rem;top:12rem;left:1.0625rem;overflow:hidden;display:block; }
#WXDLP27r5OGEEtWT8VPm1VsQhMzvZG7I { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:13rem;top:20.78125rem;left:37.0625rem;overflow:hidden;display:block; }
#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz { background-color:transparent;background-image: -webkit-linear-gradient(175deg, #7c3cf7, #240a82);background-image: -moz-linear-gradient(175deg, #7c3cf7, #240a82);background-image: -ms-linear-gradient(175deg, #7c3cf7, #240a82);background-image: -o-linear-gradient(175deg, #7c3cf7, #240a82);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c3cf7', endColorstr='#240a82' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c3cf7', endColorstr='#240a82' );";background-image: linear-gradient(175deg, #7c3cf7, #240a82);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .row .container { background-color: transparent; background-image: none; }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .row .container > .video-iframe-container { display: none; }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .row > .video-iframe-container { display: none; }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .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); }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .row .container { border-width: 0; border-radius: 0; }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#f9f7f8;padding-top:0.58625rem;padding-right:0.536875rem;padding-bottom:0.58625rem;padding-left:0.536875rem;display:block;align-items:center;width:3.21875rem;min-width:3.21875rem;height:3.151875rem;position:relative;font-family:lato;font-size:2.345625rem;font-weight:700;line-height:50.43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 .widget-text.counter-label { background-color:;background-image:none;color:#f9f7f8;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.366875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.2925rem;height:1.245rem;position:relative;font-family:lato;font-size:0.879375rem;font-weight:400;line-height:19.92px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:21.1875rem;height:5.93625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:10.125rem;left:19.4375rem;z-index:15002; }
#ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #sihez7rh2lCmXEAHCuozImffCpkhDC3I { display:flex;position:relative;top:0rem;left:0rem; }
#ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #yvwvirgxbW5ZLhazmGyI88LTUNNtJlIn { width:auto; }
#ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #qJJgx8u3OrSLRCUOT8aVya2ZDRCb8tUI {  }
#ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #JfeKxdH3Su6d3Lh8qkx1U8psp6WR1zqF { display:flex;position:relative;top:0rem;left:0rem; }
#ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #wS1TzggTBN7xk4hdyuJT5rSzFCr6o7L0 {  }
#ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #IT1CuNLnq8nwt2ak8kXePGxW5HKQLkOn {  }
#ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #ZhcftJJJvSVWS7Ibp5ZM8bxnQqx1FNzB { display:flex;position:relative;top:0rem;left:0rem; }
#ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #iRxTK23KzZTbsHoAlTgDe07e3QOvBKC4 {  }
#ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #FaopWBEdMthNwk3Vn2ZOgNKWlGIR2DxW {  }
#ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #b9FQFSB5KDyF5STKeFC6zQVygEbyrwbt { display:flex;position:relative;top:0rem;left:0rem; }
#ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #oa34LWDLt8J9lsLiIqQKgPK6MxBkwOsQ {  }
#ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #P1XpS7pd31l36SCUk1yz05Qx4EFc4sDG {  }
#ix8bgEh47rAUU0DNohTwa11y7nM1f6NH { color:#f9f7f8;display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:5.0625rem;left:12.3125rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LEwHrLXiQGHsKgaaNihruq984AM5ubfV { position:absolute;display:block;z-index:15008;background-color:#f9f7f8;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:17.5rem;top:12.4375rem;left:42.5rem;display:block; }
#zBxNNtzPecwTqzaQToE3s2bcF6U8dwJv { position:absolute;display:block;z-index:15009;background-color:#f9f7f8;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:17.5rem;top:12.4375rem;left:0rem;display:block; }
#JysbrbOnZFVA7gBNgR1TgDDctORrFCmy { background-color:#e5432d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:17.75rem;left:23.4375rem;display:block; }
#QTfLbcAKfyr72tGCIDmU89PzJwA3MH4K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MEfz6n8eVFf6K8439UDguUNnGkniC30B { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:16.4375rem;top:6.974609375rem;left:0rem;overflow:hidden;display:block; }
#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9fde4b3e-83d6-47d6-97ba-7fface71ecf0/ABBuczelniazdjcie.jpg");background-position:center right !important;background-repeat: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; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.adaptive-delivery-prevent-bg, #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.lazyload, #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.lazyloading { background-image: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { background-color: transparent; background-image: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(45,10,123,0.9); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container > .video-iframe-container { display: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(45,10,123,0.9); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container { display: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .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); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { border-width: 0; border-radius: 0; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB::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; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:60rem;position:relative;display:block; }#qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:5.3125rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mTGvxepI2DN8QrAobO6or7VsQ01kA8h0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.3125rem;left:2.5625rem;overflow:hidden;display:block; }
#bcUb2MTWvA6JAL5gtgzbxmSN7bRlBgx0 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:17.25rem;left:5.9375rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UvFIXIK3waO7H89W4cSvwq5BNF7dhRy8 { 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:2.5rem;width:2.5rem;top:24.6875rem;left:43.125rem;overflow:hidden;display:block; }
#T08BhU2PvzQbpRMKc9mRgUW0BIFy8aAx { 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:29.75rem;width:29.75rem;top:13.1875rem;left:30.25rem;overflow:hidden;display:block; }
#luxJm2dzTFogIecyI7lxEVIbq7SnxlAA { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:30.3125rem;left:2.5625rem;overflow:hidden;display:block; }
#N1Clsiua2noSTfiVlWfkdwaWVW7uEKud { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:30.25rem;left:5.9375rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JB0wpDoLDpDrI0kLzM8Xuzq3CIO9vBph { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:36.375rem;left:2.75rem;overflow:hidden;display:block; }
#t7DDJAQs51fqo2TKNLmrRFoM9WF3u1dV { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:36.3125rem;left:6.125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iuEgvOEn87vngL0zedbWJoqUEccv8ITI { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:21.75rem;left:6rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HmxlRa7QJOPFsRTMxLyhg699x2GIKsVB { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:21.8125rem;left:2.625rem;overflow:hidden;display:block; }
#Ci6EeiUQnFanz2DzlgKI7O4TbbfAlrCy { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:25.9375rem;left:5.9375rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fTW5L2ckX4kuldQDk4A07TU7dKCt43QA { 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:2.5rem;width:2.5rem;top:26rem;left:2.5625rem;overflow:hidden;display:block; }
#nMLoH6vuDf6ubpgU0QcgLSiVopn4xIhf { 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:2.5rem;width:2.5rem;top:26rem;left:2.5625rem;overflow:hidden;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FHzFIwcdvidlT7swEcTrsSAJPovTHrpF { background-color:#ebebeb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .row .container { background-color: transparent; background-image: none; }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .row .container > .video-iframe-container { display: none; }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .row > .video-iframe-container { display: none; }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .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); }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .row .container { border-width: 0; border-radius: 0; }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Td7Dp5pxisTPbTbQurLMWg2tW1CLXcBB { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #wDzAr6fZzlAvz7h8Dwm59zMXv61uzSIA { display:block; }
 }@media only screen and (max-width: 763px) { #TvkTaTMRF9ANn0AmX4fb2xOMNTacGi9e { width:6.875rem;height:2.5rem;top:1.5rem;left:29.625rem;font-size:1rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #RozdlGo8gLBPzf86zyzEFn9XhAUgJM19 { display:block; }
 }@media only screen and (max-width: 763px) { #Lw7Pnh5gfMKXXRTKyT1I9UVKiwiqlWmC { width:6.875rem;height:2.5rem;top:1.5rem;left:22.8125rem;font-size:1rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #MdAy04CG70IGIkX7tgrkdDcelnNzpqnT { display:block; }
 }@media only screen and (max-width: 763px) { #odr51BlLQyCfES6t7NQ9Ht9qFL4DIR4O { width:6.875rem;height:2.5rem;top:1.5rem;left:16rem;font-size:1rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #miv25Zok1sdiqx2F2qOUaZMy1urWbaTA { display:block; }
 }@media only screen and (max-width: 763px) { #aFSpo0yetBmdPeKX6UBPKWJ7lT43RmXn { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #gvfmXLidc5KEVdymTByI61lyflBbb9X4 { display:block; }
 }@media only screen and (max-width: 763px) { #oJXvX9QZmsfupP10f6yf1ZyJVTdS43tP { top:0rem;left:0rem;width:5rem;height:5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dJDVciyBukqqRdSTqyGuX5M87C7RXEd8 { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #CQEti1SgOocxU0iItlBImDV1PhrPHREi { display:block; }
 }@media only screen and (max-width: 763px) { #EXEdUr7yNpOPPu4JbUGT4PfkBTNUhuIR { width:6.875rem;height:2.5rem;top:1.5rem;left:22.8125rem;font-size:1rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #ihiS9nZEfZHGviaR5KV8dRC9s8ypA8sO { display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:31.25rem;height:7.25rem;top:6rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { width:36.6875rem;height:3.5625rem;top:15.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E94kapTJsJm7rJfAtKRx9en1O8TlGoFe { width:1.5625rem;height:1.5625rem;top:49.75rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFH7ehte7Tq9WfgTmk2QxibcEU5GDdOd { width:8.875rem;height:1.3125rem;top:47.1875rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpmsxKxvsKA7axTFm2At3pppycdJgFGc { display:block; }
 }@media only screen and (max-width: 763px) { #ry5woDg1WAMRlmtPm0luuOkLMHBUudO9 { width:11.875rem;height:;top:3.375rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSmet5r7bymTAgmX1Q83zy1mtnu7D3MF { width:0.125rem;height:2.875rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv9qNIxTZ1Zy4EISZLDfDt7tSPtKw89I { width:11.9375rem;height:;top:38.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX4MtiXEms6buB81sfUUKNJTgStkdzGz { width:0.125rem;height:2.875rem;top:37.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJC73zwichLpoA1UqCf0CHnEpl2dvixk { top:0.125rem;left:36.8125rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6T2Z9KMcp0XsJgeWRReuM9P9BVdVHS5 { width:12.1875rem;height:2.75rem;top:38.9375rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrtIsilbQZvUbzhlTo1L6eDTlTA0us1C { width:12.1875rem;height:4.125rem;top:38.9375rem;left:26.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb2vgEuhOR4daAJpPTqrQtqhM5ErFb8o { width:11.5625rem;height:5.5rem;top:38.9375rem;left:36.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIwBBN78NJhKJd5QTxwKwQ53VNo9w8ft { width:0.125rem;height:2.875rem;top:37.25rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHTS9ot8tXedT9VzlvIbTaw1goM9AlI3 { width:0.125rem;height:2.875rem;top:37.25rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNRws3SH2xZepbWeK7zgcnlDFlaKx43p { width:2.375rem;height:2.375rem;top:33.0625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AISQLkC7f1WVbknnWvKoJ3NJUh3TN7ee { width:2.375rem;height:2.375rem;top:33.0625rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU6QS2TGygMhKZ5ufTCTTzKoNl3fCuBC { width:2.375rem;height:2.375rem;top:33.0625rem;left:42.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EddZXHC9nuHqQwBsogJ7xuZXOK6fuDP0 { width:11.75rem;height:;top:36.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaVR4sU25utfzTeEi0adDN6GIsA5Uwd2 { width:11.75rem;height:;top:36.4375rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5SmCr77ss5wGrWnclghvs9oDZapbXUd { width:11.75rem;height:1.75rem;top:36.5rem;left:26.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOSvofxS43dKWyDpzmaxXTEka3u3pwvs { width:9.0625rem;height:1.75rem;top:36.4375rem;left:38.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5SEAeKXGUHTiQtvCAkrLriURysKrzMp { top:2.875rem;left:30.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkkIHZS9pXTJSBsv2DFWBxmRzSUczq1n { width:32.875rem;height:;top:19.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AW8fGIh1VCMxXu5R3dRw6zxvmhbyA8Dm { top:11.75rem;left:29.3125rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAgZxueSLD2PZFFewqAHvtgRvC4D9gX1 { top:11.75rem;left:27.375rem;width:20.375rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOwuJsB18zEqbnyUttq4Wk4q4pGGgZI1 { width:7.4375rem;height:;top:34.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRa6mipQ73gbllQkndbEqS5L7zcv7l3d { display:block; }#TRa6mipQ73gbllQkndbEqS5L7zcv7l3d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TX1BNeSS5hriczhh5MTLzUO5z5BXuWsw { top:0.6875rem;left:0rem;width:47.625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrqFJWI9v8TtGGGJgxTcsSl0E3UzIBZh { display:block; }#IrqFJWI9v8TtGGGJgxTcsSl0E3UzIBZh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gN82KrsdzsHopxkvXaym5EwpLULvzH3o { top:5.75rem;left:10.5rem;width:37.25rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8BKxikq9cOMOTlWbhl8DJIw5JBJSU6d { width:13.125rem;height:4.375rem;top:44.3125rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxPR8AuQuzQyxsBN3KpGa2zdAkOrJSTT { display:block; }
 }@media only screen and (max-width: 763px) { #TeQNvorCABc2RgSuetCAh18uI0Rg6Zuy { top:18.3125rem;left:13.9375rem;width:33.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeNXfpExVDWRigcTOzIBkQutbykN9flI { top:15.75rem;left:14.0625rem;width:33.6875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq3pH4NN2XEagWNOsK3pGrc25KhFdIAp { top:27.5625rem;left:10.5rem;width:37.25rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw3OiKhGDZoZN0GKnWNOyGJQKaTin9yk { top:25rem;left:14.0625rem;width:33.6875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETre0cTtImPZPulQTCPNJMFt6pIlasdZ { top:15.375rem;left:16.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gguTyLKXUNndRJgm2klMzzsVJHnfpJuQ { top:24.625rem;left:16.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hslg9PbRmk1kelP40fL9GV3UwI5xAgJB { top:19rem;left:0rem;width:20.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvfNCQeHh2Wi3rO6RsGyNM18o3HolBHy { top:36.4375rem;left:10.5625rem;width:37.1875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #beVVNWFZlb8TuMriInDXcrTt63PT7RoB { top:33.875rem;left:14rem;width:33.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSnXxTDeTAhR913IMnKUNbWs6koEK1W5 { top:33.5rem;left:16.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p { background-color:#ebebeb;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;box-shadow: none;display:block; }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .row .container { background-color: transparent; background-image: none; }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .row .container > .video-iframe-container { display: none; }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .row > .video-iframe-container { display: none; }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .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); }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .row .container { border-width: 0; border-radius: 0; }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfgW3ocNDDuIG2QTbT1itTwF8Mieu8Nm { top:4.75rem;left:0rem;width:47.75rem;height:4.375rem;font-size:4rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #IxQSMJTBIJOiOEpM0dRzJH6MTCQgDvFT { top:15.375rem;left:0rem;width:2.8125rem;height:2.8125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #BXOE9qiT9JLsdBzxTsBTy4XHGLcRXdpJ { top:15.875rem;left:0rem;width:8.3125rem;height:1.5rem;font-size:1.25rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #RyT6UGDqQInHmBKlRGqrq2CaVXTF3ATD { top:18.6875rem;left:2.4375rem;width:45.3125rem;height:7.5rem;font-size:1rem;color:#5e5e5e;display:block; }
 }@media only screen and (max-width: 763px) { #FTqaQvmQwcxHfoT3GvwUNoC1SE0yzFhF { top:15.9375rem;left:2.4375rem;width:45.3125rem;height:1.6875rem;font-size:1.125rem;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #pfkOoWX23x4vNEQN2cbzKi1yZMknmJTp { top:14.0625rem;left:0rem;width:47.5rem;height:16.4375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #6d20f7;border-left:0.125rem solid #6d20f7;border-right:0.125rem solid #6d20f7;border-bottom:0.125rem solid #6d20f7;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FwQfrkMNTElgTAzIO3SQARgs33rIvUCF { top:27.75rem;left:2.4375rem;width:45.3125rem;height:1.5rem;font-size:1rem;color:#5e5e5e;display:block; }
 }@media only screen and (max-width: 763px) { #isHBSlgy4i27KgTHV7mXbC5naoeSGMxM { top:18.6875rem;left:0rem;width:10.9375rem;height:1.1875rem;font-size:1rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #CLLSA1PzpfhMTdx1wKVNJHJAs0CEzR8h { top:1.125rem;left:36.125rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb8KVt6o5mXhtJCqrPeiJgDvIyKA7R4I { width:13.125rem;height:4.375rem;top:80.125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRgpHVHvAtpfn4q4J8PxSI2DoGdsNRCX { display:block; }
 }@media only screen and (max-width: 763px) { #dcXngCWHkgsbsnCoKg0muIpRMK92h5IE { width:35.4375rem;height:1.3125rem;top:32.75rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzyk4RsxTW7t3SrewkwaiXaVoDmbt0LX { top:32.5rem;left:6.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mts8wH86MF5q8OiabO0q0qggwaWmhe7c { top:37.25rem;left:0rem;width:47.5rem;height:16.4375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #6d20f7;border-left:0.125rem solid #6d20f7;border-right:0.125rem solid #6d20f7;border-bottom:0.125rem solid #6d20f7;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qi5t3TSQIIsLTGabE5mQ4uFzVs2TZKLm { top:41.875rem;left:2.4375rem;width:45.3125rem;height:7.5rem;font-size:1rem;color:#5e5e5e;display:block; }
 }@media only screen and (max-width: 763px) { #XBOtv3cpnTR6bidBQ2qz1N31txx5k9TU { top:50.9375rem;left:2.4375rem;width:45.3125rem;height:1.5rem;font-size:1rem;color:#5e5e5e;display:block; }
 }@media only screen and (max-width: 763px) { #tPDl5Kfcus0Intg2LX736Fw0eT3tzykA { top:41.875rem;left:0rem;width:10.9375rem;height:1.1875rem;font-size:1rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #DWl0yyuh0vwUDCMOfCqVGFiK2KGGSFXZ { top:38.5625rem;left:0rem;width:2.8125rem;height:2.8125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #AdcyKnkTvABW00nuDzlIlxTHUatrKL1C { top:39.125rem;left:2.4375rem;width:45.3125rem;height:1.6875rem;font-size:1.125rem;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #uaZ00tvMEsHyA9qRCexfL3bCI55n268a { top:39.0625rem;left:0rem;width:8.3125rem;height:;font-size:1.25rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #kuiIFSZ0JbG79Z4vkTtGEaM7W5z8yvhk { top:55.3125rem;left:6.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIHvF4trg0uQJXQIa9Lq4la1vdNUy0C3 { top:60rem;left:0rem;width:47.5rem;height:15.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #6d20f7;border-left:0.125rem solid #6d20f7;border-right:0.125rem solid #6d20f7;border-bottom:0.125rem solid #6d20f7;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ma3DEeJy8pvxZtoGVuBhTfyXpuvfir73 { top:72.4375rem;left:2.4375rem;width:45.3125rem;height:1.5rem;font-size:1rem;color:#5e5e5e;display:block; }
 }@media only screen and (max-width: 763px) { #R9JuhCB4XkgH1RdAk9rlXEWd97eVNIwf { top:64.625rem;left:2.4375rem;width:45.3125rem;height:6rem;font-size:1rem;color:#5e5e5e;display:block; }
 }@media only screen and (max-width: 763px) { #TRnMZUKsVIZdmtMFvdaoAiZCnC3S84KE { top:64.625rem;left:0rem;width:10.9375rem;height:1.1875rem;font-size:1rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #EwtBptdWynQvQ7Im0Tnw3zHRUcsFQT7V { top:61.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #MrphhbT6MoWirZQXioNdODTK8iypTyZr { top:61.875rem;left:2.4375rem;width:45.3125rem;height:1.6875rem;font-size:1.125rem;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #JzkvBEHQ7WQ1Amgc5E1pFRoZFkP5qWnp { top:61.8125rem;left:0rem;width:8.3125rem;height:;font-size:1.25rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #h7LuLB3XQ4kCRhK9ywDtydtysz7l8m1r { top:80.5rem;left:0rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxCtNSOn9yZuqa3p3aVDodwbVowUdS1i { top:32.75rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALl9iQumFwgKVQvfNPdetximRLG0CMdJ { top:55.5625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcZqrs6Oog7TXTnU6xu68TLu13TcFUho { width:35.4375rem;height:1.3125rem;top:34.375rem;left:12.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRzXTu6AS6mrvPosWDZZrWMRK4aAUdHn { width:35.4375rem;height:1.3125rem;top:55.5625rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyHRv1gG7IgZDQ3gkTHFTUQAd2NoNaZg { width:35.4375rem;height:1.3125rem;top:57.1875rem;left:12.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk { display:block; }#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUHvJlaxpWQsJDXzxbxszGWTmMlySrAm { top:8.5rem;left:11.46875rem;width:24.8125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1cqSmAGU1nuSnK1ZbmB1Xfa3gpTJptq { width:47.75rem;height:2.375rem;top:5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5WDKqGbh3R93EFwANxc04LnR80z74Pv { background-color:#ebebeb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .row .container { background-color: transparent; background-image: none; }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .row .container > .video-iframe-container { display: none; }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .row > .video-iframe-container { display: none; }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .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); }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .row .container { border-width: 0; border-radius: 0; }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .row .container { width:47.75rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:;background-image:none; }
#OTcLQB1c61Kppu4U8nPGS6TxDXce4niS .widget-text.counter-number { padding-top:0.40125rem;padding-right:0.3575rem;padding-bottom:0.40125rem;padding-left:0.3575rem;width:2.145rem;min-width:2.145rem;height:2.156875rem;font-size:1.605rem;line-height:34.51px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:transparent;background-image:none;color:#240b52; }
#OTcLQB1c61Kppu4U8nPGS6TxDXce4niS .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.250625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.86rem;height:0.8525rem;font-size:0.601875rem;line-height:13.64px;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:;background-image:none;color:#6d20f7; }
#OTcLQB1c61Kppu4U8nPGS6TxDXce4niS { display:flex;width:15.4375rem;height:4.0625rem;top:0rem;left:32.917721518987rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #u2baaZJGSSZV8TFqSKUAFcPvKvSnyiIU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #IxLFNqwaiCf0r7Cn4fWH2TlhPs5qUWHP {  }
 }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #dhRFs3wRub02QGyJgBNqdBDyn5MkgN2Q {  }
 }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #QTOx42w0EtQRtNy58JPkplGRzTr3mJB9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #ZyoZl2ZMtttPex3Hoqptv6mOttwTXde4 {  }
 }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #XLFr1MFEohiF8n9yTKw2SFRra1LGUm2i {  }
 }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #IZLsSUQAEvIQDzUraokWNmOhLZI8WlE2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #iiNTSnCPpTJKrTP0fRtILpLoak6723S2 {  }
 }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #ftSzcbWm1qndaavnysiBF7EEPb0ilFLq {  }
 }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #l8b0Uq4QdilIO6CQExp4vGAzTiJm7dPN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #I3SJWNObMORUC3GRwL5AJ2vOx7mwH9tA {  }
 }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #REssLgW6eslIfffEaWRuh0Jze8Xxc86x {  }
 }@media only screen and (max-width: 763px) { #AZ7FghaOer7EMhlfVlZLw8J0W84iME8O { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;color:#240b52;display:block; }
 }@media only screen and (max-width: 763px) { #D3nIglvg5xttwf2gl7UzsxDBGpsaJnkn { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;background-color:#6d20f7;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MwOofBxFKa2hqln2yqHDcwCCeDQAhQhW { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;background-color:#6d20f7;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gzcQ0sBri2MGLy8EBJ488JMmvRKqwBUZ { width:13.125rem;height:4.375rem;top:18.625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIouhp8yQcyD65TEBufoJxDmk5L0avpN { display:block; }
 }@media only screen and (max-width: 763px) { #G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp { background-color:#ebebeb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .row .container { background-color: transparent; background-image: none; }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .row .container > .video-iframe-container { display: none; }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .row > .video-iframe-container { display: none; }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .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); }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .row .container { border-width: 0; border-radius: 0; }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECw4T3av7aftfWedS6kTie2J9TiytTNz { top:6.25rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:4rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #ETeyTuVsoaTe8i7GwsXxzlgZK1RAwoge { top:27.5625rem;left:11rem;width:36.5625rem;height:13.5rem;font-size:1rem;color:#5e5e5e;display:block; }
 }@media only screen and (max-width: 763px) { #LrCSiuaLpoZyGlr3iICEKEDXF1IhApOz { top:24.6875rem;left:0rem;width:11.375rem;height:14.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qfgR342Gd0sVLzpH9UDgTbcWdlgNL12d { top:24.6875rem;left:11rem;width:25.5625rem;height:1.1875rem;font-size:1rem;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #uXC58UHPPTVaVMoQEvIF0cuZEvwz3vyr { top:22.5625rem;left:11rem;width:15.625rem;height:1.75rem;font-size:1.5rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #RVHmow2ep5NPmWCJXcoiVBTLqfhTdptF { width:47.75rem;height:3.375rem;top:12.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR2qTbQC2RePGa0PbDm0mCesuZMU2rXT { top:0rem;left:36.125rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9wCk134OH8mLHWT1zH4AKuTe1LiIsuy { top:52.1875rem;left:11rem;width:36.5625rem;height:12rem;font-size:1rem;color:#5e5e5e;display:block; }
 }@media only screen and (max-width: 763px) { #lpGuloBPnDRrQBSDa8cEt6T6ZVnTGFlm { top:44.3125rem;left:0rem;width:11.375rem;height:11.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zU33BH3369TDcnbHumRX16e8tt1gPXf7 { top:49.3125rem;left:11rem;width:26.125rem;height:1.1875rem;font-size:1rem;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #Q51eWJ1Mb4py7aRg3ahUwZEpiUgu30vG { top:47.1875rem;left:11rem;width:15.625rem;height:1.75rem;font-size:1.5rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #JRpdNiT1QKnkLRV6DMUXbXfkUPctBogL { top:104.4375rem;left:10.375rem;width:36.5625rem;height:10.5rem;font-size:1rem;color:#5e5e5e;display:block; }
 }@media only screen and (max-width: 763px) { #ZiaRspbXm7TaNuFOsMZxb3DcnTtLr8tH { top:95.0625rem;left:0rem;width:11.375rem;height:14.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ko1pWONgq2fcLZFEU258GB3U4xktwroM { top:101.5625rem;left:10.375rem;width:26.0625rem;height:1.1875rem;font-size:1rem;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #dD2t96RfJx5dZRWcexG5f0S5Sqh9eguD { top:99.4375rem;left:10.375rem;width:15.625rem;height:1.75rem;font-size:1.5rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #cnvDgIssqUOgzBnmATEd6WOT9T67kQgF { top:29.0625rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEeKPxbqDNT1WbflwlK2ft2LNqqGBwRN { top:45.9375rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpktFWQzOt3742tWI78Sge2TTm2TI4M0 { top:97.5rem;left:0rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXONwBMRTvF5w4XtlupI0bOTUIiksrVI { top:44.25rem;left:4.9375rem;width:42.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmAcoK9TSm0HElR9ln1eEmWyoDQtoqft { top:95.75rem;left:4.9375rem;width:42.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqulO9T8CRRFa3pDbyud31NDbZThQhTl { top:76.875rem;left:9.8125rem;width:37.9375rem;height:15rem;font-size:1rem;color:#5e5e5e;display:block; }
 }@media only screen and (max-width: 763px) { #NOqsOl88c9Vabx17EMpzTEzdHOAC8Go0 { top:74rem;left:10.375rem;width:26.0625rem;height:1.1875rem;font-size:1rem;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #TA85EmJfTATGMDT3SAB2dCISxvsGu84n { top:71.875rem;left:10.375rem;width:15.625rem;height:1.75rem;font-size:1.5rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #ZdfNlTa5LHZngmXx3nRzV0Fr9T3vuGDM { top:67.5rem;left:0rem;width:11.3125rem;height:12.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TUlrAXrR61Sti9pTNJPGV1t5qNWL52Tq { top:69.9375rem;left:0rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6QCaCeVD8ywTGmuCbghyZOu2uNxNZ9N { top:68.1875rem;left:4.9375rem;width:42.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwfe9mticBmHMFvVPhvkbNCGTFiuutmO { top:102.75rem;left:2rem;width:11.875rem;height:2.375rem;font-size:1rem;color:#6d20f7;display:none; }
 }@media only screen and (max-width: 763px) { #WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R { display:block; }#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbWBTkqBlBrk2dNaXBZEldmvnhh3BbMr { width:47.75rem;height:2.375rem;top:4.1875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMhUsRPgiE0xiSdLcDKhgmQgdtlkWKHK { top:11.8125rem;left:25.125rem;width:11.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyLQbTxGlrecFAGXeT8EfTBsWiXzKlOD { top:11.125rem;left:33.125rem;width:14.625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6nXJfd9U3ciZeiTrIBiRT0RmshxqKqP { top:11.75rem;left:12.5rem;width:10rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRFaI8ADSeNkVld6IRtUAhezTqeOkviD { top:19.125rem;left:3.6875rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpIDJniGBr2mq6U7rI6WNsUZexiA329b { top:20.5rem;left:16.875rem;width:10.625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT6wuB9uf73DySLpkRrlWXKVtLMR4KGg { top:12rem;left:0rem;width:16rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXDLP27r5OGEEtWT8VPm1VsQhMzvZG7I { top:20.75rem;left:30.9375rem;width:13rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz { background-color:#ebebeb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .row .container { background-color: transparent; background-image: none; }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .row .container > .video-iframe-container { display: none; }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .row > .video-iframe-container { display: none; }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .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); }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .row .container { border-width: 0; border-radius: 0; }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .row .container { width:47.75rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:;background-image:none; }
#ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 .widget-text.counter-number { padding-top:0.40125rem;padding-right:0.3575rem;padding-bottom:0.40125rem;padding-left:0.3575rem;width:2.145rem;min-width:2.145rem;height:2.156875rem;font-size:1.605rem;line-height:34.51px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:transparent;background-image:none;color:#240b52; }
#ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.250625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.86rem;height:0.8525rem;font-size:0.601875rem;line-height:13.64px;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:;background-image:none;color:#6d20f7; }
#ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 { display:flex;width:15.4375rem;height:4.0625rem;top:0rem;left:32.917721518987rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #sihez7rh2lCmXEAHCuozImffCpkhDC3I { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #yvwvirgxbW5ZLhazmGyI88LTUNNtJlIn {  }
 }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #qJJgx8u3OrSLRCUOT8aVya2ZDRCb8tUI {  }
 }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #JfeKxdH3Su6d3Lh8qkx1U8psp6WR1zqF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #wS1TzggTBN7xk4hdyuJT5rSzFCr6o7L0 {  }
 }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #IT1CuNLnq8nwt2ak8kXePGxW5HKQLkOn {  }
 }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #ZhcftJJJvSVWS7Ibp5ZM8bxnQqx1FNzB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #iRxTK23KzZTbsHoAlTgDe07e3QOvBKC4 {  }
 }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #FaopWBEdMthNwk3Vn2ZOgNKWlGIR2DxW {  }
 }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #b9FQFSB5KDyF5STKeFC6zQVygEbyrwbt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #oa34LWDLt8J9lsLiIqQKgPK6MxBkwOsQ {  }
 }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #P1XpS7pd31l36SCUk1yz05Qx4EFc4sDG {  }
 }@media only screen and (max-width: 763px) { #ix8bgEh47rAUU0DNohTwa11y7nM1f6NH { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;color:#240b52;display:block; }
 }@media only screen and (max-width: 763px) { #LEwHrLXiQGHsKgaaNihruq984AM5ubfV { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;background-color:#6d20f7;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zBxNNtzPecwTqzaQToE3s2bcF6U8dwJv { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;background-color:#6d20f7;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JysbrbOnZFVA7gBNgR1TgDDctORrFCmy { width:13.125rem;height:4.375rem;top:17.75rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTfLbcAKfyr72tGCIDmU89PzJwA3MH4K { display:block; }
 }@media only screen and (max-width: 763px) { #MEfz6n8eVFf6K8439UDguUNnGkniC30B { top:6.9375rem;left:0rem;width:16.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { width:47.75rem;height:2.375rem;top:5.3125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTGvxepI2DN8QrAobO6or7VsQ01kA8h0 { width:2.5rem;height:2.5rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcUb2MTWvA6JAL5gtgzbxmSN7bRlBgx0 { width:14.25rem;height:2.625rem;top:17.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvFIXIK3waO7H89W4cSvwq5BNF7dhRy8 { width:2.5rem;height:2.5rem;top:24.6875rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #T08BhU2PvzQbpRMKc9mRgUW0BIFy8aAx { top:13.1875rem;left:18rem;width:29.75rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #luxJm2dzTFogIecyI7lxEVIbq7SnxlAA { width:2.5rem;height:2.5rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1Clsiua2noSTfiVlWfkdwaWVW7uEKud { width:20.5rem;height:2.625rem;top:30.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB0wpDoLDpDrI0kLzM8Xuzq3CIO9vBph { width:2.5rem;height:2.5rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7DDJAQs51fqo2TKNLmrRFoM9WF3u1dV { width:19.5rem;height:2.625rem;top:36.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuEgvOEn87vngL0zedbWJoqUEccv8ITI { width:14.25rem;height:2.625rem;top:21.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmxlRa7QJOPFsRTMxLyhg699x2GIKsVB { width:2.5rem;height:2.5rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci6EeiUQnFanz2DzlgKI7O4TbbfAlrCy { width:18.1875rem;height:2.625rem;top:25.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTW5L2ckX4kuldQDk4A07TU7dKCt43QA { width:2.5rem;height:2.5rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMLoH6vuDf6ubpgU0QcgLSiVopn4xIhf { width:2.5rem;height:2.5rem;top:26rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FHzFIwcdvidlT7swEcTrsSAJPovTHrpF { background-color:#ebebeb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .row .container { background-color: transparent; background-image: none; }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .row .container > .video-iframe-container { display: none; }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .row > .video-iframe-container { display: none; }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .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); }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .row .container { border-width: 0; border-radius: 0; }#FHzFIwcdvidlT7swEcTrsSAJPovTHrpF > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Td7Dp5pxisTPbTbQurLMWg2tW1CLXcBB { width:9.1875rem;height:2.625rem;top:0.875rem;left:10rem;font-size:1rem;background-color:#6d20f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #wDzAr6fZzlAvz7h8Dwm59zMXv61uzSIA { display:block; }
 }@media only screen and (max-width: 763px) { #TvkTaTMRF9ANn0AmX4fb2xOMNTacGi9e { width:4.6875rem;height:2.1875rem;top:10.65625rem;left:14rem;font-size:0.75rem;line-height:1.3;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#6d20f7;display:none; }
 }@media only screen and (max-width: 763px) { #RozdlGo8gLBPzf86zyzEFn9XhAUgJM19 { display:block; }
 }@media only screen and (max-width: 763px) { #Lw7Pnh5gfMKXXRTKyT1I9UVKiwiqlWmC { width:5rem;height:2.1875rem;top:4.875rem;left:13.375rem;font-size:0.75rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #MdAy04CG70IGIkX7tgrkdDcelnNzpqnT { display:block; }
 }@media only screen and (max-width: 763px) { #odr51BlLQyCfES6t7NQ9Ht9qFL4DIR4O { width:4.6875rem;height:2.1875rem;top:4.875rem;left:7.65625rem;font-size:0.75rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #miv25Zok1sdiqx2F2qOUaZMy1urWbaTA { display:block; }
 }@media only screen and (max-width: 763px) { #aFSpo0yetBmdPeKX6UBPKWJ7lT43RmXn { width:4.6875rem;height:2.1875rem;top:7.84375rem;left:4.5rem;font-size:0.75rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #gvfmXLidc5KEVdymTByI61lyflBbb9X4 { display:block; }
 }@media only screen and (max-width: 763px) { #oJXvX9QZmsfupP10f6yf1ZyJVTdS43tP { width:3.8125rem;height:3.8125rem;top:0.28125rem;left:0.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dJDVciyBukqqRdSTqyGuX5M87C7RXEd8 { width:4.6875rem;height:2.1875rem;top:4.875rem;left:2rem;font-size:0.75rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #CQEti1SgOocxU0iItlBImDV1PhrPHREi { display:block; }
 }@media only screen and (max-width: 763px) { #EXEdUr7yNpOPPu4JbUGT4PfkBTNUhuIR { width:6.75rem;height:2.125rem;top:7.875rem;left:10rem;font-size:0.75rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #ihiS9nZEfZHGviaR5KV8dRC9s8ypA8sO { display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/k07WL2Tq/bg_mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(45,10,123,0.54); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(45,10,123,0.54); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:20rem;height:86.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:17.8125rem;height:4.5rem;top:2.5rem;left:1.09375rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;color:#f9f7f8;display:block; }
 }@media only screen and (max-width: 763px) { #BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { width:18.75rem;height:5.5rem;top:8.8125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;color:#f9f7f8;display:block; }
 }@media only screen and (max-width: 763px) { #E94kapTJsJm7rJfAtKRx9en1O8TlGoFe { width:1.5625rem;height:1.5625rem;top:83rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFH7ehte7Tq9WfgTmk2QxibcEU5GDdOd { width:9.375rem;height:1.3125rem;top:81rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpmsxKxvsKA7axTFm2At3pppycdJgFGc { display:block; }
 }@media only screen and (max-width: 763px) { #ry5woDg1WAMRlmtPm0luuOkLMHBUudO9 { width:5.75rem;height:0;top:26.5rem;left:7.125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #sSmet5r7bymTAgmX1Q83zy1mtnu7D3MF { width:0.125rem;height:2.875rem;top:22.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iv9qNIxTZ1Zy4EISZLDfDt7tSPtKw89I { width:12.8125rem;height:2.375rem;top:46.9375rem;left:3.625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lX4MtiXEms6buB81sfUUKNJTgStkdzGz { width:0.125rem;height:2.875rem;top:22.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJC73zwichLpoA1UqCf0CHnEpl2dvixk { width:9.25rem;height:9.25rem;top:53.75rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W6T2Z9KMcp0XsJgeWRReuM9P9BVdVHS5 { width:12.5rem;height:2.375rem;top:55.375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CrtIsilbQZvUbzhlTo1L6eDTlTA0us1C { width:11.4375rem;height:3.5625rem;top:63.875rem;left:4.125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cb2vgEuhOR4daAJpPTqrQtqhM5ErFb8o { width:12.1875rem;height:4.75rem;top:73.375rem;left:3.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KIwBBN78NJhKJd5QTxwKwQ53VNo9w8ft { width:0.125rem;height:2.875rem;top:37.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHTS9ot8tXedT9VzlvIbTaw1goM9AlI3 { width:0.125rem;height:2.875rem;top:37.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kNRws3SH2xZepbWeK7zgcnlDFlaKx43p { width:1.5rem;height:1.5rem;top:51.3125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AISQLkC7f1WVbknnWvKoJ3NJUh3TN7ee { width:1.5rem;height:1.5rem;top:59.75rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU6QS2TGygMhKZ5ufTCTTzKoNl3fCuBC { width:1.5rem;height:1.5rem;top:69.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EddZXHC9nuHqQwBsogJ7xuZXOK6fuDP0 { width:11.75rem;height:1.25rem;top:45.1875rem;left:4.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TaVR4sU25utfzTeEi0adDN6GIsA5Uwd2 { width:11.75rem;height:1.25rem;top:53.5rem;left:4.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #O5SmCr77ss5wGrWnclghvs9oDZapbXUd { width:11.75rem;height:1.25rem;top:62.0625rem;left:4.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TOSvofxS43dKWyDpzmaxXTEka3u3pwvs { width:9.0625rem;height:1.25rem;top:71.3125rem;left:5.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #E5SEAeKXGUHTiQtvCAkrLriURysKrzMp { display:flex;width:2.375rem;height:2.375rem;top:50.125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UkkIHZS9pXTJSBsv2DFWBxmRzSUczq1n { width:17.5625rem;height:10.6875rem;top:29.125rem;left:1.21875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;color:#f9f7f8;display:block; }
 }@media only screen and (max-width: 763px) { #AW8fGIh1VCMxXu5R3dRw6zxvmhbyA8Dm { width:13.4375rem;height:13.4375rem;top:14.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAgZxueSLD2PZFFewqAHvtgRvC4D9gX1 { width:11.4375rem;height:11.4375rem;top:17.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOwuJsB18zEqbnyUttq4Wk4q4pGGgZI1 { width:7.4375rem;height:1.1875rem;top:43.5rem;left:6.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TRa6mipQ73gbllQkndbEqS5L7zcv7l3d { display:block; }#TRa6mipQ73gbllQkndbEqS5L7zcv7l3d > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TX1BNeSS5hriczhh5MTLzUO5z5BXuWsw { width:19.4375rem;height:1.8125rem;top:0rem;left:0.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IrqFJWI9v8TtGGGJgxTcsSl0E3UzIBZh { display:block; }#IrqFJWI9v8TtGGGJgxTcsSl0E3UzIBZh > .row .container { width:20rem;height:67rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gN82KrsdzsHopxkvXaym5EwpLULvzH3o { width:20rem;height:2.375rem;top:2.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U8BKxikq9cOMOTlWbhl8DJIw5JBJSU6d { width:8.8125rem;height:2.875rem;top:61.3125rem;left:5.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxPR8AuQuzQyxsBN3KpGa2zdAkOrJSTT { display:block; }
 }@media only screen and (max-width: 763px) { #TeQNvorCABc2RgSuetCAh18uI0Rg6Zuy { width:20rem;height:7.5rem;top:25.8125rem;left:0rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #XeNXfpExVDWRigcTOzIBkQutbykN9flI { width:8.4375rem;height:1.625rem;top:23.125rem;left:7.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq3pH4NN2XEagWNOsK3pGrc25KhFdIAp { width:20rem;height:9rem;top:39.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw3OiKhGDZoZN0GKnWNOyGJQKaTin9yk { width:11.0625rem;height:3.25rem;top:34.75rem;left:6.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETre0cTtImPZPulQTCPNJMFt6pIlasdZ { display:flex;width:2.5rem;height:2.5rem;top:22.6875rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #gguTyLKXUNndRJgm2klMzzsVJHnfpJuQ { display:flex;width:2.5rem;height:2.5rem;top:34.75rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #hslg9PbRmk1kelP40fL9GV3UwI5xAgJB { width:15.8125rem;height:13.3125rem;top:7rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvfNCQeHh2Wi3rO6RsGyNM18o3HolBHy { width:20rem;height:6rem;top:52.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #beVVNWFZlb8TuMriInDXcrTt63PT7RoB { width:10.8125rem;height:1.75rem;top:49.6875rem;left:6.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSnXxTDeTAhR913IMnKUNbWs6koEK1W5 { display:flex;width:2.5rem;height:2.5rem;top:49.3125rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p { background-color:#ebebeb;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;box-shadow: none;display:block; }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .row .container { background-color: transparent; background-image: none; }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .row .container > .video-iframe-container { display: none; }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .row > .video-iframe-container { display: none; }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .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); }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .row .container { border-width: 0; border-radius: 0; }#d7pFpGlMdPmeOFGZPegpBfLfG1W1vP9p > .row .container { width:20rem;height:131.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfgW3ocNDDuIG2QTbT1itTwF8Mieu8Nm { width:20rem;height:2.1875rem;top:1.806640625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #IxQSMJTBIJOiOEpM0dRzJH6MTCQgDvFT { display:flex;width:2.1875rem;height:2.1875rem;top:7.4375rem;left:1.25rem;font-size:1.5rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #BXOE9qiT9JLsdBzxTsBTy4XHGLcRXdpJ { width:14.6875rem;height:1.75rem;top:7.625rem;left:4.375rem;font-size:1.5rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #RyT6UGDqQInHmBKlRGqrq2CaVXTF3ATD { width:18.75rem;height:19.5rem;top:15.875rem;left:0.625rem;font-size:1rem;z-index:15000;color:#5e5e5e;display:block; }
 }@media only screen and (max-width: 763px) { #FTqaQvmQwcxHfoT3GvwUNoC1SE0yzFhF { width:18.75rem;height:3.375rem;top:11.8125rem;left:0.625rem;font-size:1.125rem;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #pfkOoWX23x4vNEQN2cbzKi1yZMknmJTp { width:19.8125rem;height:32.5625rem;top:6.1875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:14999;background-color:transparent;background-image:none;border-top:0.125rem solid #6d20f7;border-left:0.125rem solid #6d20f7;border-right:0.125rem solid #6d20f7;border-bottom:0.125rem solid #6d20f7;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FwQfrkMNTElgTAzIO3SQARgs33rIvUCF { width:18.75rem;height:1.5rem;top:36.875rem;left:0.625rem;font-size:1rem;color:#5e5e5e;display:block; }
 }@media only screen and (max-width: 763px) { #isHBSlgy4i27KgTHV7mXbC5naoeSGMxM { width:14.25rem;height:1.1875rem;top:9.875rem;left:4.375rem;font-size:1rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #CLLSA1PzpfhMTdx1wKVNJHJAs0CEzR8h { width:5.8125rem;height:5.8125rem;top:0rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb8KVt6o5mXhtJCqrPeiJgDvIyKA7R4I { width:9.375rem;height:2.875rem;top:124.0625rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRgpHVHvAtpfn4q4J8PxSI2DoGdsNRCX { display:block; }
 }@media only screen and (max-width: 763px) { #dcXngCWHkgsbsnCoKg0muIpRMK92h5IE { width:20rem;height:1.3125rem;top:44.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zzyk4RsxTW7t3SrewkwaiXaVoDmbt0LX { display:flex;width:3.125rem;height:3.125rem;top:39.9375rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #mts8wH86MF5q8OiabO0q0qggwaWmhe7c { width:19.75rem;height:29.9375rem;top:50.25rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:14999;background-color:transparent;background-image:none;border-top:0.125rem solid #6d20f7;border-left:0.125rem solid #6d20f7;border-right:0.125rem solid #6d20f7;border-bottom:0.125rem solid #6d20f7;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qi5t3TSQIIsLTGabE5mQ4uFzVs2TZKLm { width:18.5rem;height:16.5rem;top:60.125rem;left:0.75rem;font-size:1rem;z-index:15000;color:#5e5e5e;display:block; }
 }@media only screen and (max-width: 763px) { #XBOtv3cpnTR6bidBQ2qz1N31txx5k9TU { width:19.1875rem;height:1.5rem;top:78.3125rem;left:0.8125rem;font-size:1rem;color:#5e5e5e;display:block; }
 }@media only screen and (max-width: 763px) { #tPDl5Kfcus0Intg2LX736Fw0eT3tzykA { width:10.9375rem;height:1.1875rem;top:54.125rem;left:4.25rem;font-size:1rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #DWl0yyuh0vwUDCMOfCqVGFiK2KGGSFXZ { display:flex;width:2.8125rem;height:2.8125rem;top:51.3125rem;left:0.625rem;font-size:1.5rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #AdcyKnkTvABW00nuDzlIlxTHUatrKL1C { width:19.1875rem;height:3.375rem;top:56.4375rem;left:0.8125rem;font-size:1.125rem;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #uaZ00tvMEsHyA9qRCexfL3bCI55n268a { width:14.375rem;height:1.75rem;top:51.8125rem;left:4rem;font-size:1.5rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #kuiIFSZ0JbG79Z4vkTtGEaM7W5z8yvhk { display:flex;width:3.125rem;height:3.125rem;top:81.1875rem;left:6.75rem; }
 }@media only screen and (max-width: 763px) { #JIHvF4trg0uQJXQIa9Lq4la1vdNUy0C3 { width:19.75rem;height:26.5625rem;top:91.0625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:14999;background-color:transparent;background-image:none;border-top:0.125rem solid #6d20f7;border-left:0.125rem solid #6d20f7;border-right:0.125rem solid #6d20f7;border-bottom:0.125rem solid #6d20f7;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ma3DEeJy8pvxZtoGVuBhTfyXpuvfir73 { width:19.25rem;height:1.5rem;top:115.75rem;left:0.75rem;font-size:1rem;color:#5e5e5e;display:block; }
 }@media only screen and (max-width: 763px) { #R9JuhCB4XkgH1RdAk9rlXEWd97eVNIwf { width:18.6875rem;height:15rem;top:99.375rem;left:0.6875rem;font-size:1rem;z-index:15000;color:#5e5e5e;display:block; }
 }@media only screen and (max-width: 763px) { #TRnMZUKsVIZdmtMFvdaoAiZCnC3S84KE { width:10.9375rem;height:1.1875rem;top:94.6875rem;left:4.375rem;font-size:1rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #EwtBptdWynQvQ7Im0Tnw3zHRUcsFQT7V { display:flex;width:2.8125rem;height:2.8125rem;top:91.875rem;left:0.9375rem;font-size:1.5rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #MrphhbT6MoWirZQXioNdODTK8iypTyZr { width:19.1875rem;height:1.6875rem;top:97.0625rem;left:0.8125rem;font-size:1.125rem;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #JzkvBEHQ7WQ1Amgc5E1pFRoZFkP5qWnp { width:13.1875rem;height:1.75rem;top:92.375rem;left:4.375rem;font-size:1.5rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #h7LuLB3XQ4kCRhK9ywDtydtysz7l8m1r { width:7.6875rem;height:7.6875rem;top:121.65625rem;left:2.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #cxCtNSOn9yZuqa3p3aVDodwbVowUdS1i { display:flex;width:2.625rem;height:2.625rem;top:39.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ALl9iQumFwgKVQvfNPdetximRLG0CMdJ { display:flex;width:2.625rem;height:2.625rem;top:81.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UcZqrs6Oog7TXTnU6xu68TLu13TcFUho { width:13.25rem;height:2.625rem;top:45.9375rem;left:6.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mRzXTu6AS6mrvPosWDZZrWMRK4aAUdHn { width:20rem;height:1.3125rem;top:85.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tyHRv1gG7IgZDQ3gkTHFTUQAd2NoNaZg { width:13.375rem;height:2.625rem;top:87.125rem;left:6.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk { display:block; }#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUHvJlaxpWQsJDXzxbxszGWTmMlySrAm { width:18rem;height:7.75rem;top:5.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1cqSmAGU1nuSnK1ZbmB1Xfa3gpTJptq { width:18rem;height:2.875rem;top:1.875rem;left:1rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5WDKqGbh3R93EFwANxc04LnR80z74Pv { background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .row .container { background-color: transparent; background-image: none; }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .row .container > .video-iframe-container { display: none; }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .row > .video-iframe-container { display: none; }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .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); }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .row .container { border-width: 0; border-radius: 0; }#X5WDKqGbh3R93EFwANxc04LnR80z74Pv > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:;background-image:none; }
#OTcLQB1c61Kppu4U8nPGS6TxDXce4niS .widget-text.counter-number { padding-top:0.315rem;padding-right:0.288125rem;padding-bottom:0.315rem;padding-left:0.288125rem;width:1.7275rem;min-width:1.7275rem;height:1.691875rem;font-size:1.259375rem;line-height:27.07px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:transparent;background-image:none;color:#240b52; }
#OTcLQB1c61Kppu4U8nPGS6TxDXce4niS .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.196875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.30375rem;height:0.668125rem;font-size:0.471875rem;line-height:10.69px;top:-14%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:;background-image:none;color:#6d20f7; }
#OTcLQB1c61Kppu4U8nPGS6TxDXce4niS { display:flex;width:13.1875rem;height:3.186875rem;top:3.5rem;left:3.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #u2baaZJGSSZV8TFqSKUAFcPvKvSnyiIU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #IxLFNqwaiCf0r7Cn4fWH2TlhPs5qUWHP {  }
 }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #dhRFs3wRub02QGyJgBNqdBDyn5MkgN2Q {  }
 }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #QTOx42w0EtQRtNy58JPkplGRzTr3mJB9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #ZyoZl2ZMtttPex3Hoqptv6mOttwTXde4 {  }
 }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #XLFr1MFEohiF8n9yTKw2SFRra1LGUm2i {  }
 }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #IZLsSUQAEvIQDzUraokWNmOhLZI8WlE2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #iiNTSnCPpTJKrTP0fRtILpLoak6723S2 {  }
 }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #ftSzcbWm1qndaavnysiBF7EEPb0ilFLq {  }
 }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #l8b0Uq4QdilIO6CQExp4vGAzTiJm7dPN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #I3SJWNObMORUC3GRwL5AJ2vOx7mwH9tA {  }
 }@media only screen and (max-width: 763px) { #OTcLQB1c61Kppu4U8nPGS6TxDXce4niS #REssLgW6eslIfffEaWRuh0Jze8Xxc86x {  }
 }@media only screen and (max-width: 763px) { #AZ7FghaOer7EMhlfVlZLw8J0W84iME8O { width:20rem;height:1.1875rem;top:2.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#240b52;display:block; }
 }@media only screen and (max-width: 763px) { #D3nIglvg5xttwf2gl7UzsxDBGpsaJnkn { width:8.75rem;height:0.1875rem;top:6.8125rem;left:5.625rem;background-color:#6d20f7;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MwOofBxFKa2hqln2yqHDcwCCeDQAhQhW { width:20rem;height:0.1875rem;top:0.39453125rem;left:0rem;background-color:#6d20f7;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gzcQ0sBri2MGLy8EBJ488JMmvRKqwBUZ { width:9.375rem;height:2.875rem;top:8.5rem;left:5.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIouhp8yQcyD65TEBufoJxDmk5L0avpN { display:block; }
 }@media only screen and (max-width: 763px) { #G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp { background-color:#ebebeb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .row .container { background-color: transparent; background-image: none; }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .row .container > .video-iframe-container { display: none; }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .row > .video-iframe-container { display: none; }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .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); }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .row .container { border-width: 0; border-radius: 0; }#G9woTslv6aLUmGUBbBbmgDZKBGrp9Ghp > .row .container { width:20rem;height:167.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECw4T3av7aftfWedS6kTie2J9TiytTNz { width:20rem;height:2.375rem;top:5.25rem;left:0rem;font-size:2rem;color:#2f2f2f;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETeyTuVsoaTe8i7GwsXxzlgZK1RAwoge { width:20rem;height:24rem;top:28.25rem;left:0rem;font-size:1rem;color:#5e5e5e;display:block; }
 }@media only screen and (max-width: 763px) { #LrCSiuaLpoZyGlr3iICEKEDXF1IhApOz { width:5.875rem;height:7.375rem;top:18.375rem;left:0.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qfgR342Gd0sVLzpH9UDgTbcWdlgNL12d { width:13.75rem;height:3.5625rem;top:22.5625rem;left:6.25rem;font-size:1rem;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #uXC58UHPPTVaVMoQEvIF0cuZEvwz3vyr { width:13.75rem;height:1.75rem;top:20.3125rem;left:6.25rem;font-size:1.5rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #RVHmow2ep5NPmWCJXcoiVBTLqfhTdptF { width:17.75rem;height:5.5rem;top:10.625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR2qTbQC2RePGa0PbDm0mCesuZMU2rXT { width:9.0625rem;height:9.0625rem;top:1.90625rem;left:9.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #L9wCk134OH8mLHWT1zH4AKuTe1LiIsuy { width:20rem;height:22.5rem;top:66.75rem;left:0rem;font-size:1rem;color:#5e5e5e;display:block; }
 }@media only screen and (max-width: 763px) { #lpGuloBPnDRrQBSDa8cEt6T6ZVnTGFlm { width:7.0625rem;height:7.1875rem;top:55.75rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zU33BH3369TDcnbHumRX16e8tt1gPXf7 { width:13.1875rem;height:3.5625rem;top:60.9375rem;left:6.8125rem;font-size:1rem;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #Q51eWJ1Mb4py7aRg3ahUwZEpiUgu30vG { width:13.25rem;height:1.75rem;top:58.5rem;left:6.75rem;font-size:1.5rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #JRpdNiT1QKnkLRV6DMUXbXfkUPctBogL { width:20rem;height:19.5rem;top:146.8125rem;left:0rem;font-size:1rem;color:#5e5e5e;display:block; }
 }@media only screen and (max-width: 763px) { #ZiaRspbXm7TaNuFOsMZxb3DcnTtLr8tH { width:6.75rem;height:8.5rem;top:134.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ko1pWONgq2fcLZFEU258GB3U4xktwroM { width:10.9375rem;height:4.75rem;top:139.25rem;left:7.3125rem;font-size:1rem;color:#6d20f7;display:block; }
 }@media only screen and (max-width: 763px) { #dD2t96RfJx5dZRWcexG5f0S5Sqh9eguD { width:12.6875rem;height:1.75rem;top:136.8125rem;left:7.3125rem;font-size:1.5rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #cnvDgIssqUOgzBnmATEd6WOT9T67kQgF { width:6.0625rem;height:6.0625rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEeKPxbqDNT1WbflwlK2ft2LNqqGBwRN { width:6.4375rem;height:6.4375rem;top:56.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpktFWQzOt3742tWI78Sge2TTm2TI4M0 { width:6.875rem;height:6.875rem;top:137.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXONwBMRTvF5w4XtlupI0bOTUIiksrVI { width:20rem;height:0.125rem;top:54.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmAcoK9TSm0HElR9ln1eEmWyoDQtoqft { width:20rem;height:0.125rem;top:92.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqulO9T8CRRFa3pDbyud31NDbZThQhTl { width:20rem;height:28.5rem;top:103.9375rem;left:0rem;font-size:1rem;color:#5e5e5e;display:block; }
 }@media only screen and (max-width: 763px) { #NOqsOl88c9Vabx17EMpzTEzdHOAC8Go0 { width:11.875rem;height:0;top:99.6875rem;left:8.125rem;font-size:1rem;color:#6d20f7;display:none; }
 }@media only screen and (max-width: 763px) { #TA85EmJfTATGMDT3SAB2dCISxvsGu84n { width:11.9375rem;height:1.75rem;top:96.34375rem;left:7.15625rem;font-size:1.5rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #ZdfNlTa5LHZngmXx3nRzV0Fr9T3vuGDM { width:6.875rem;height:7.8125rem;top:93.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TUlrAXrR61Sti9pTNJPGV1t5qNWL52Tq { width:10.5rem;height:10.5rem;top:187.9375rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6QCaCeVD8ywTGmuCbghyZOu2uNxNZ9N { width:20rem;height:0.125rem;top:134.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwfe9mticBmHMFvVPhvkbNCGTFiuutmO { width:11.875rem;height:2.375rem;top:98.8125rem;left:7.1875rem;font-size:1rem;color:#6d20f7;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R { display:block; }#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbWBTkqBlBrk2dNaXBZEldmvnhh3BbMr { width:18rem;height:1.4375rem;top:0.9296875rem;left:1rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMhUsRPgiE0xiSdLcDKhgmQgdtlkWKHK { width:11.625rem;height:5.125rem;top:14.9296875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyLQbTxGlrecFAGXeT8EfTBsWiXzKlOD { width:14.625rem;height:6.5rem;top:20.0546875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6nXJfd9U3ciZeiTrIBiRT0RmshxqKqP { width:10rem;height:5.3125rem;top:9.6171875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRFaI8ADSeNkVld6IRtUAhezTqeOkviD { width:8.875rem;height:8.875rem;top:26.5546875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpIDJniGBr2mq6U7rI6WNsUZexiA329b { width:10.625rem;height:6.125rem;top:35.4296875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT6wuB9uf73DySLpkRrlWXKVtLMR4KGg { width:16rem;height:4.75rem;top:4.9296875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXDLP27r5OGEEtWT8VPm1VsQhMzvZG7I { width:13rem;height:5.5625rem;top:43.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz { background-color:#ebebeb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .row .container { background-color: transparent; background-image: none; }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .row .container > .video-iframe-container { display: none; }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .row > .video-iframe-container { display: none; }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .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); }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .row .container { border-width: 0; border-radius: 0; }#QmFkN9qatVRGAP9DaMAlKvLwxt8zXCQz > .row .container { width:20rem;height:20.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:;background-image:none; }
#ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 .widget-text.counter-number { padding-top:0.315rem;padding-right:0.288125rem;padding-bottom:0.315rem;padding-left:0.288125rem;width:1.7275rem;min-width:1.7275rem;height:1.691875rem;font-size:1.259375rem;line-height:27.07px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:transparent;background-image:none;color:#240b52; }
#ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.196875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.30375rem;height:0.668125rem;font-size:0.471875rem;line-height:10.69px;top:-14%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:;background-image:none;color:#6d20f7; }
#ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 { display:flex;width:13.1875rem;height:3.186875rem;top:10rem;left:3.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #sihez7rh2lCmXEAHCuozImffCpkhDC3I { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #yvwvirgxbW5ZLhazmGyI88LTUNNtJlIn {  }
 }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #qJJgx8u3OrSLRCUOT8aVya2ZDRCb8tUI {  }
 }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #JfeKxdH3Su6d3Lh8qkx1U8psp6WR1zqF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #wS1TzggTBN7xk4hdyuJT5rSzFCr6o7L0 {  }
 }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #IT1CuNLnq8nwt2ak8kXePGxW5HKQLkOn {  }
 }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #ZhcftJJJvSVWS7Ibp5ZM8bxnQqx1FNzB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #iRxTK23KzZTbsHoAlTgDe07e3QOvBKC4 {  }
 }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #FaopWBEdMthNwk3Vn2ZOgNKWlGIR2DxW {  }
 }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #b9FQFSB5KDyF5STKeFC6zQVygEbyrwbt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #oa34LWDLt8J9lsLiIqQKgPK6MxBkwOsQ {  }
 }@media only screen and (max-width: 763px) { #ZM24Ut8BxtkFUW3ShFTqViEnWEdSFOD7 #P1XpS7pd31l36SCUk1yz05Qx4EFc4sDG {  }
 }@media only screen and (max-width: 763px) { #ix8bgEh47rAUU0DNohTwa11y7nM1f6NH { width:20rem;height:1.1875rem;top:8.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#240b52;display:block; }
 }@media only screen and (max-width: 763px) { #LEwHrLXiQGHsKgaaNihruq984AM5ubfV { width:8.75rem;height:0.1875rem;top:13.3125rem;left:5.625rem;background-color:#6d20f7;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zBxNNtzPecwTqzaQToE3s2bcF6U8dwJv { width:20rem;height:0.1875rem;top:0.39453125rem;left:0rem;background-color:#6d20f7;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;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #JysbrbOnZFVA7gBNgR1TgDDctORrFCmy { width:10.3125rem;height:3.375rem;top:15.625rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTfLbcAKfyr72tGCIDmU89PzJwA3MH4K { display:block; }
 }@media only screen and (max-width: 763px) { #MEfz6n8eVFf6K8439UDguUNnGkniC30B { width:5.875rem;height:5.875rem;top:2.3125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { width:20rem;height:80.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { width:18.625rem;height:1.75rem;top:3.5625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTGvxepI2DN8QrAobO6or7VsQ01kA8h0 { width:2.5rem;height:2.5rem;top:7.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcUb2MTWvA6JAL5gtgzbxmSN7bRlBgx0 { width:12.75rem;height:3rem;top:11.25rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvFIXIK3waO7H89W4cSvwq5BNF7dhRy8 { width:2.5rem;height:2.5rem;top:36.0625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T08BhU2PvzQbpRMKc9mRgUW0BIFy8aAx { width:20rem;height:20rem;top:59.75rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #luxJm2dzTFogIecyI7lxEVIbq7SnxlAA { width:2.5rem;height:2.5rem;top:56.875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1Clsiua2noSTfiVlWfkdwaWVW7uEKud { width:17.625rem;height:5.5rem;top:40.0625rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JB0wpDoLDpDrI0kLzM8Xuzq3CIO9vBph { width:2.5rem;height:2.5rem;top:49.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7DDJAQs51fqo2TKNLmrRFoM9WF3u1dV { width:19.5rem;height:2.75rem;top:52.75rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iuEgvOEn87vngL0zedbWJoqUEccv8ITI { width:14.25rem;height:3rem;top:20rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmxlRa7QJOPFsRTMxLyhg699x2GIKsVB { width:2.5rem;height:2.5rem;top:16.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci6EeiUQnFanz2DzlgKI7O4TbbfAlrCy { width:18.1875rem;height:4.5rem;top:29rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTW5L2ckX4kuldQDk4A07TU7dKCt43QA { width:2.5rem;height:2.5rem;top:25.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMLoH6vuDf6ubpgU0QcgLSiVopn4xIhf { width:2.5rem;height:2.5rem;top:36.125rem;left:8.75rem;z-index:15012;display:block; }
 }