.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:217,218,220;--color-primary-1:129,131,140;--color-primary-2:2,6,24;--color-primary-3:1,3,12;--color-primary-4:0,1,4;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:239,242,246;--color-tertiary-2:202,213,226;--color-tertiary-3:101,107,113;--color-tertiary-4:20,21,23;--headlines-font-family:"Geist 400-600-800";--paragraphs-font-family:"Geist 200-400-600"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#020618;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(144,161,185,0.25);background-color:#010817;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { background-color: transparent; background-image: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .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); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { border-width: 0; border-radius: 0; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#OPiK8LMlPguulbB3UKfGP1FwR6TAlEXU { box-sizing:content-box;height:2.125rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffd230;border-left:0.0625rem solid #ffd230;border-right:0.0625rem solid #ffd230;border-bottom:0.0625rem solid #ffd230;top:2.5625rem;left:57.625rem;border-top-right-radius:9.375rem;border-bottom-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-top-left-radius:9.375rem;display:block; }
#tpNwkK0h8T08mqVAROSS91XmbtpHOi3N { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:2.53125rem;left:58.09375rem;display:block; }
#xEdkTZVMRTxZKD5GcVua4mJMMZSf8NCH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vIDJauon77JcSBkqHSqwHHJbNJKlotUP { 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:1.125rem;width:1.125rem;top:3.09375rem;left:58.625rem;overflow:hidden;display:block; }
#nhSPxHX7g8TUXMI0adKtGKPc09lNJGV1 { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:2.755859375rem;left:60.4375rem;height:1.7rem;font-style:normal;display:block; }
#bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { 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:1.9375rem;width:2.875rem;top:0.75625002384188rem;left:0rem;overflow:hidden;display:block; }
#VRM5Fx9etbabNIofXB6dXpdRSf5AoBKD { color:#bedbff;display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:3.33642578125rem;left:0rem;height:2.45rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zOfui528LyFUTDEfXUPmVodAqEX3iIPV { color:#bedbff;display:block;width:61.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.1125000715256rem;left:6.780468940735rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#IOTF6Hw9bmuCb1KCrQJ9PGgqiOyhrZ6J { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.25rem;left:3.3125rem;height:3.0875rem;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; }
#QsN6ZF1wxpRGn6LGWFRwukuWLzKz4kmu { color:#51a2ff;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.3125rem;left:10.1875rem;height:1.21875rem;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; }
#FDf0aiFTr8THUi6sFSIPfsnLPCcWHfl5 { color:#bedbff;display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:0.64990234375rem;left:28.28125rem;height:1.6625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ .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; }
#hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -moz-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -ms-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -o-linear-gradient(178deg, #fd00ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );";background-image: linear-gradient(178deg, #fd00ff, #ff004c);background-size:contain !important;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;color:#ffffff;padding-top:0.48125rem;padding-right:0.451875rem;padding-bottom:0.48125rem;padding-left:0.451875rem;display:block;align-items:center;width:2.706875rem;min-width:2.706875rem;height:2.5875rem;position:relative;font-family:var(--headlines-font-family);font-size:1.92625rem;font-weight:400;line-height:41.4px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.301875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.609375rem;height:1.023125rem;position:relative;font-family:"open sans";font-size:0.721875rem;font-weight:700;line-height:16.37px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.4375rem;height:4.875rem;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:2.5625rem;left:26.76611328125rem;z-index:15032; }
#hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #TTM6GsS5g2ZWfvOStqSH0fItmp2cffTT { display:flex;position:relative;top:0rem;left:0rem; }
#hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #Q9XQ2mUVZ0yL0KSb5uRARnZVZ31Z4WvH { width:auto; }
#hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #StIC954pozdAb3B46Dfqlx4sZch8mWVy {  }
#hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #G0RGAy3tPXDibqCgc6bnpaGG5QlIBLrn { display:flex;position:relative;top:0rem;left:0rem; }
#hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #QnNenDEHg1K1MODIXWZ9hBpuo3RQT7nZ {  }
#hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #oGVrJavq7N0bfPm9XoKbJZNR4QsK3W0a {  }
#hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #HSu8a6vekpykAtouLSTkc4VN3wnX0psF { display:flex;position:relative;top:0rem;left:0rem; }
#hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #TcZ22CMNO93hIl7l5XdWOcqx1EbTmCpD {  }
#hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #dvmlGSfvgPyPw3KmwHMCNJl5sBBm5NVA {  }
#hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #TZPGtcGRVTT9oG42PqIf5yBzrouZipxe { display:flex;position:relative;top:0rem;left:0rem; }
#hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #lfezgRKLK7J3zoZh5sHyhTMMTk7ENhP7 {  }
#hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #qpKXcK2r5DhkqLZqk0LQhTNaxrgUf15b {  }
#WBp7KtRe1hQrci5TnT1rwAcq7Dc5xmTJ { position:relative;display:none; }#WBp7KtRe1hQrci5TnT1rwAcq7Dc5xmTJ { border-width: 0; border-radius: 0; }#WBp7KtRe1hQrci5TnT1rwAcq7Dc5xmTJ > .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; }#WBp7KtRe1hQrci5TnT1rwAcq7Dc5xmTJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Mz23X6MSPZk6sIzElDbphegfC5GPM3DI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1585921c-1e4a-4fcd-b780-afed402aa1c8/biznesmisja.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mz23X6MSPZk6sIzElDbphegfC5GPM3DI.adaptive-delivery-prevent-bg, #Mz23X6MSPZk6sIzElDbphegfC5GPM3DI.lazyload, #Mz23X6MSPZk6sIzElDbphegfC5GPM3DI.lazyloading { background-image: none; }#Mz23X6MSPZk6sIzElDbphegfC5GPM3DI > .row .container { background-color: transparent; background-image: none; }#Mz23X6MSPZk6sIzElDbphegfC5GPM3DI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mz23X6MSPZk6sIzElDbphegfC5GPM3DI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mz23X6MSPZk6sIzElDbphegfC5GPM3DI > .row .container > .video-iframe-container { display: none; }#Mz23X6MSPZk6sIzElDbphegfC5GPM3DI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mz23X6MSPZk6sIzElDbphegfC5GPM3DI > .row > .video-iframe-container { display: none; }#Mz23X6MSPZk6sIzElDbphegfC5GPM3DI > .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); }#Mz23X6MSPZk6sIzElDbphegfC5GPM3DI > .row .container { border-width: 0; border-radius: 0; }#Mz23X6MSPZk6sIzElDbphegfC5GPM3DI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mz23X6MSPZk6sIzElDbphegfC5GPM3DI > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;position:relative;display:block; }#yGOGPR5hJU6XMAPpcm6hh25Ornvz8kHM { box-sizing:content-box;height:2.25rem;width:39rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fe00f2, #ffb900);background-image: -moz-linear-gradient(90deg, #fe00f2, #ffb900);background-image: -ms-linear-gradient(90deg, #fe00f2, #ffb900);background-image: -o-linear-gradient(90deg, #fe00f2, #ffb900);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe00f2', endColorstr='#ffb900' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe00f2', endColorstr='#ffb900' );";background-image: linear-gradient(90deg, #fe00f2, #ffb900);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:18rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#vlVPbzBtsTQH3Twvqtb40HeOLWDBA2Pe { color:#ffffff;display:block;width:38.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.75rem;left:18.0625rem;height:2.35625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lTLIeDLpHaOFphDRaMgbrxHe7kMWRqEo { color:#ffffff;display:block;width:61.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:11.8125rem;left:6.8125rem;height:1.225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SQxACoIz7DTpTiHi2qQnCePvnokaWiId { color:#ffffff;display:block;width:71.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.625rem 0.3125rem 1.875rem rgba(0,0,0,0.5);top:14rem;left:1.8125rem;height:1.8375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#teNLTDIwpoVGTUhARdRIUb2krWkLgn3U { color:#cad5e2;display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:33.625rem;left:26rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IwqLSnbIByTLUiFXro0GDeO1kPT9adz7 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:2.8125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:30.1875rem;left:27rem;display:block; }
#L6BI4gQtrZanna5L9DBf4eWIewvMFDlk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MAIR0lFWnC7sb0lWM1W5TFQk7SC7pgzv { box-sizing:content-box;height:2.8125rem;width:21rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #ffb900, #fe9a00);background-image: -moz-linear-gradient(135deg, #ffb900, #fe9a00);background-image: -ms-linear-gradient(135deg, #ffb900, #fe9a00);background-image: -o-linear-gradient(135deg, #ffb900, #fe9a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb900', endColorstr='#fe9a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb900', endColorstr='#fe9a00' );";background-image: linear-gradient(135deg, #ffb900, #fe9a00);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:30.1875rem;left:27rem;border-top-right-radius:9.375rem;border-bottom-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-top-left-radius:9.375rem;display:block; }
#qVsFBrczAqZhmhiVGqNdOiKTtwVowopP { color:#000000;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:30.5625rem;left:29.6875rem;height:2rem;font-style:normal;display:block; }
#e3WyEXt7Wtag5VgTLSfCZ1r8lEqlyFXi { box-sizing:content-box;height:6.125rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000f37, rgba(208,208,208,0.08));background-image: -moz-linear-gradient(90deg, #000f37, rgba(208,208,208,0.08));background-image: -ms-linear-gradient(90deg, #000f37, rgba(208,208,208,0.08));background-image: -o-linear-gradient(90deg, #000f37, rgba(208,208,208,0.08));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000f37', endColorstr='#d0d0d014' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000f37', endColorstr='#d0d0d014' );";background-image: linear-gradient(90deg, #000f37, rgba(208,208,208,0.08));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#rALzRLQFq5NCSQuOwWhVFuQAXKlqHNTQ { position:absolute;display:block;z-index:15009;height:5rem;width:62.5rem;top:36.1875rem;left:6.25rem;display:block; }
#TkToMyJ7yxtPa2AMiAGBTaHATrW4X5AG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:7.75rem;top:6.9375rem;left:24.187500953674rem;overflow:hidden;display:none; }
#w5ztXSVvcV6DpeBtP0971kT7AEw9geFZ { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.9375rem;left:32.750000953674rem;height:8.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Grb1MMSLTAbH8VCwO6wnxUfBtAXnxBcU { color:#51a2ff;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:51.312500953674rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/746ed071-49d9-4767-bca9-e2115b346c27/noroot.crop_5472x2777_0,0");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:none; }#Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.9375rem;left:32.750000953674rem;height:8.125rem;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; }
#vOBxS54FCCbruSNHzBW7BnF26W2tES2c { color:#0f172b;display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:4.875rem;left:33.062500953674rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LfZ46TTLx2oit70ZCDHaBctUbcLyASek { box-sizing:content-box;height:1.8125rem;width:16.125rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fe9a00, #ffb900);background-image: -moz-linear-gradient(90deg, #fe9a00, #ffb900);background-image: -ms-linear-gradient(90deg, #fe9a00, #ffb900);background-image: -o-linear-gradient(90deg, #fe9a00, #ffb900);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9a00', endColorstr='#ffb900' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9a00', endColorstr='#ffb900' );";background-image: linear-gradient(90deg, #fe9a00, #ffb900);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.6875rem;left:33.812500953674rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#UvwDBiMC3qxSK4iogN5cfghXg8gBmnnd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:7.75rem;top:6.9375rem;left:24.187500953674rem;overflow:hidden;display:block; }
#sAJVAWtWDpwens5UFspph5mMOo7lTuhD { color:#51a2ff;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:51.312500953674rem;height:2.4375rem;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; }
#qbdx3m6s9mu2UXsFsXPdXgFSxPZhl1wz { color:#ffffff;display:block;width:63.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.125rem;left:5.6875rem;height:2.35595625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IXsnL47lhfER2eB2Ovg9oq1c3y8N6dOV { color:#cad5e2;display:block;width:61.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:17.10595703125rem;left:6.78125rem;height:1.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dZKNVlq8a9AmbQv50QSlOL47TGfDzSIS { color:#cad5e2;display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:33.9375rem;left:26.000000953674rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bS0S29ewOatgX16IA6RamV0bpWaO4TBT { box-sizing:content-box;height:2.8125rem;width:21rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #ffb900, #fe9a00);background-image: -moz-linear-gradient(135deg, #ffb900, #fe9a00);background-image: -ms-linear-gradient(135deg, #ffb900, #fe9a00);background-image: -o-linear-gradient(135deg, #ffb900, #fe9a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb900', endColorstr='#fe9a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb900', endColorstr='#fe9a00' );";background-image: linear-gradient(135deg, #ffb900, #fe9a00);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:30.46875rem;left:27rem;border-top-right-radius:9.375rem;border-bottom-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-top-left-radius:9.375rem;display:block; }
#cF1QiM5iG8U3SKNuKqpiXO5Orm3rThzF { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:2.8125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:31.1875rem;left:27rem;display:block; }
#yN5mfAo0yXbMnUMRIJFEIdEX4bHQTcHH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VW2CBlgbhPSligswvnxcKs9pBnmd6yfW { color:#000000;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:30.875rem;left:29.6875rem;height:2rem;font-style:normal;display:block; }
#zXIrnRVxOPXNb7pLsoNbH1nBvblMUmaC { position:absolute;display:block;z-index:15038;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:1.4375rem;width:1.4375rem;top:31.15625rem;left:28.3125rem;overflow:hidden;display:block; }
#cSvPRpk6lCBk4FXplWcw5gCeZKALq2Fk { color:#ffb900;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;text-shadow:0.625rem 0.3125rem 1.875rem rgba(0,0,0,0.5);top:19.94384765625rem;left:7.5rem;height:3.67480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#f0qpiPfNT6AyyBupHAXo1BVv4JL7kcoH { color:#cad5e2;display:block;width:30.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.625rem 0.3125rem 1.875rem rgba(0,0,0,0.5);top:24.2373046875rem;left:22.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Frn3Igst7eODSMU0wd4FzeMQWJKSlZZx { position:absolute;display:block;z-index:15009;height:5rem;width:62.5rem;top:35.01171875rem;left:6.25rem;display:none; }
#PRNmRIym1CPn4wRyS3UD66d927awDrLH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010817;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; }#PRNmRIym1CPn4wRyS3UD66d927awDrLH > .row .container { background-color: transparent; background-image: none; }#PRNmRIym1CPn4wRyS3UD66d927awDrLH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRNmRIym1CPn4wRyS3UD66d927awDrLH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRNmRIym1CPn4wRyS3UD66d927awDrLH > .row .container > .video-iframe-container { display: none; }#PRNmRIym1CPn4wRyS3UD66d927awDrLH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRNmRIym1CPn4wRyS3UD66d927awDrLH > .row > .video-iframe-container { display: none; }#PRNmRIym1CPn4wRyS3UD66d927awDrLH > .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); }#PRNmRIym1CPn4wRyS3UD66d927awDrLH > .row .container { border-width: 0; border-radius: 0; }#PRNmRIym1CPn4wRyS3UD66d927awDrLH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PRNmRIym1CPn4wRyS3UD66d927awDrLH > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#Z8J2aMgN7tUrCL2ua7x5ICcMaeM7K8qn { 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:9.8125rem;width:9.625rem;top:2.4375rem;left:4.0625rem;overflow:hidden;display:block; }
#pivvaGvTMSpNyShTwEybuaxgIgoGbGZN { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.5rem;top:2.375rem;left:20.9375rem;overflow:hidden;display:block; }
#UR13WnlM7d97Le0CTyTQDXgfTCbKVlL4 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:13.3125rem;top:2.125rem;left:40.3125rem;overflow:hidden;display:block; }
#TN136RUBZ0ViUu726NC1un85eQqSq7zh { 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:10.4375rem;width:12.25rem;top:2.4375rem;left:59.0625rem;overflow:hidden;display:block; }
#Stlm32XXyIa976unkRuu9wTTcT2qUnGt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Stlm32XXyIa976unkRuu9wTTcT2qUnGt > .row .container { background-color: transparent; background-image: none; }#Stlm32XXyIa976unkRuu9wTTcT2qUnGt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Stlm32XXyIa976unkRuu9wTTcT2qUnGt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Stlm32XXyIa976unkRuu9wTTcT2qUnGt > .row .container > .video-iframe-container { display: none; }#Stlm32XXyIa976unkRuu9wTTcT2qUnGt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Stlm32XXyIa976unkRuu9wTTcT2qUnGt > .row > .video-iframe-container { display: none; }#Stlm32XXyIa976unkRuu9wTTcT2qUnGt > .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); }#Stlm32XXyIa976unkRuu9wTTcT2qUnGt > .row .container { border-width: 0; border-radius: 0; }#Stlm32XXyIa976unkRuu9wTTcT2qUnGt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Stlm32XXyIa976unkRuu9wTTcT2qUnGt > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#mEqlWDhXCRGRkcrS9DTJot2p0R416POc { color:#a78bfa;display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1695308685302rem;left:14.155468940735rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qzEg9odXX3vzKATCTuVh2QbZWxitOfal { color:#ffffff;display:block;width:65.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5078134536743rem;left:4.75rem;height:3.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#v1gzRoHTMHl6MxNudnJ4ILfG1r6tzKfZ { color:#ffffff;display:block;width:65.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5078134536743rem;left:4.75rem;height:3.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#HCXLtJhCUZLDtLoXKSU8B6q3mQSC9isB { position:relative;display:block; }#HCXLtJhCUZLDtLoXKSU8B6q3mQSC9isB { background-color: transparent; background-image: none; }#HCXLtJhCUZLDtLoXKSU8B6q3mQSC9isB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCXLtJhCUZLDtLoXKSU8B6q3mQSC9isB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCXLtJhCUZLDtLoXKSU8B6q3mQSC9isB > .row .container > .video-iframe-container { display: none; }#HCXLtJhCUZLDtLoXKSU8B6q3mQSC9isB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCXLtJhCUZLDtLoXKSU8B6q3mQSC9isB > .row > .video-iframe-container { display: none; }#HCXLtJhCUZLDtLoXKSU8B6q3mQSC9isB > .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); }#HCXLtJhCUZLDtLoXKSU8B6q3mQSC9isB { border-width: 0; border-radius: 0; }#HCXLtJhCUZLDtLoXKSU8B6q3mQSC9isB > .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; }#HCXLtJhCUZLDtLoXKSU8B6q3mQSC9isB > .row .container { border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.175rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FnfZDDIC6IHXlTBaBWVpTW6C3bFTBoUJ { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:18.800000429154rem;left:1.3249998092651rem;height:1.575rem;font-style:normal;display:block; }
#BEyomnTeWvwIDL7ruv2Ob4TBinvFRrV3 { color:#90a1b9;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:23.1875rem;left:1.3125rem;height:3.9rem;font-style:normal;display:block; }
#xW44AQWqTU67lGl0cMy09GzGBSIT75QN { box-sizing:content-box;height:36.5625rem;width:17.9375rem;position:absolute;display:block;z-index:15003;background-color:#0b092a;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.3);border-left:0.0625rem solid rgba(42,127,255,0.3);border-right:0.0625rem solid rgba(42,127,255,0.3);border-bottom:0.0625rem solid rgba(42,127,255,0.3);top:-0.5rem;left:0.0625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#FNRCWPDBPzmsaDvmHgcvTv2sos2rgqea { color:#c4b4ff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:20.5625rem;left:1.3125rem;height:1.4rem;font-style:normal;display:block; }
#xkKUy6GiTtIGCH1GAlnaAk9bgvysgTHX { box-sizing:content-box;height:0.0625rem;width:15.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(81,162,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.125rem;left:1.3125rem;display:block; }
#iTgnTO2Ju3ubMXSsNPfcJUPJ1Tf3tcZq { color:#ffd230;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:29.25rem;left:1.3125rem;height:1.2rem;font-style:normal;display:block; }
#TIc6EpkWZNm6zfhRli28Lf74D8hDn1Fk { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:30.837500810623rem;left:1.3992185592651rem;height:2.8rem;font-style:normal;display:block; }
#zJIfnh6nROnqTBJwPXOkiMK6FQWDUa7V { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e5c4ad64-2c6d-4a13-89dc-f7b359e89fe6/avatarsmolarski.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:-0.375rem;left:0.125rem;display:block; }#zJIfnh6nROnqTBJwPXOkiMK6FQWDUa7V.adaptive-delivery-prevent-bg, #zJIfnh6nROnqTBJwPXOkiMK6FQWDUa7V.lazyload, #zJIfnh6nROnqTBJwPXOkiMK6FQWDUa7V.lazyloading { background-image: none; }
#aZrbJakqSsI42zlnXKtXRS4m7XRAB92H { box-sizing:content-box;height:36.5625rem;width:17.9375rem;position:absolute;display:block;z-index:15003;background-color:#0b092a;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.3);border-left:0.0625rem solid rgba(42,127,255,0.3);border-right:0.0625rem solid rgba(42,127,255,0.3);border-bottom:0.0625rem solid rgba(42,127,255,0.3);top:-0.5rem;left:38rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#u2e9rgJGGAnt6Ib0s3qebTb1CrcaOUz7 { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:30.875rem;left:39.375rem;height:2.8rem;font-style:normal;display:block; }
#qOEZ4PpxT1VQ42NG0dotPMTqkP3bnz6R { color:#ffd230;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:29.25rem;left:39.25rem;height:1.2rem;font-style:normal;display:block; }
#zAUDsExNde0lkEOcrW2kMN87mKnN7Pne { box-sizing:content-box;height:0.0625rem;width:15.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(81,162,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.125rem;left:39.25rem;display:block; }
#OxEB9fmLzQcQ19qGRlSa27mcOWuP1XKl { color:#90a1b9;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:23.1875rem;left:39.25rem;height:3.9rem;font-style:normal;display:block; }
#IUdUidlyUy8wFXTBoREuPQ2kZWpXtcoL { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:18.8125rem;left:39.25rem;height:1.575rem;font-style:normal;display:block; }
#VUmEvkcsxoTcyTi55wgqAesuwHTAf1l4 { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/42e0b97a-ba6d-4d59-92e6-aad16cdcf7a1/avatarcechini1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:-0.375rem;left:38.0625rem;display:block; }#VUmEvkcsxoTcyTi55wgqAesuwHTAf1l4.adaptive-delivery-prevent-bg, #VUmEvkcsxoTcyTi55wgqAesuwHTAf1l4.lazyload, #VUmEvkcsxoTcyTi55wgqAesuwHTAf1l4.lazyloading { background-image: none; }
#Q6q2kLxT4ThnJdJolBe5ywRUvQKRsSp5 { box-sizing:content-box;height:36.5625rem;width:17.9375rem;position:absolute;display:block;z-index:15003;background-color:#0b092a;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.3);border-left:0.0625rem solid rgba(42,127,255,0.3);border-right:0.0625rem solid rgba(42,127,255,0.3);border-bottom:0.0625rem solid rgba(42,127,255,0.3);top:-0.5rem;left:19rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#I4y8gcdNC0tVgJJELFobZceRETf3F343 { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:30.8125rem;left:20.375rem;height:2.8rem;font-style:normal;display:block; }
#dFX8IfJtzKdNEMfA6J7o2Ty4FpTG1UAf { color:#ffd230;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:29.25rem;left:20.25rem;height:1.2rem;font-style:normal;display:block; }
#vTfTboiFg0TwMECBDg4ypxTWe1ytorxH { box-sizing:content-box;height:0.0625rem;width:15.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(81,162,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.125rem;left:20.25rem;display:block; }
#LKDGsFlLP4XhUAsSfiViCTm1GvUdmDqX { color:#90a1b9;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:23.1875rem;left:20.25rem;height:3.9rem;font-style:normal;display:block; }
#VoNnbuf4oNS2I9tAsgHAIT7AFyK0fb93 { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:18.8125rem;left:20.25rem;height:1.575rem;font-style:normal;display:block; }
#zarKh3iVPMu5FDFVwT35vhUHxgnK5yDI { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/16360566-433c-4a96-b92c-2bb8077a3f7d/avatarflorek2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:-0.375rem;left:19.0625rem;display:block; }#zarKh3iVPMu5FDFVwT35vhUHxgnK5yDI.adaptive-delivery-prevent-bg, #zarKh3iVPMu5FDFVwT35vhUHxgnK5yDI.lazyload, #zarKh3iVPMu5FDFVwT35vhUHxgnK5yDI.lazyloading { background-image: none; }
#lg3N9LcNWbUIdlkIKGa348tBm8RHxlGN { box-sizing:content-box;height:36.5625rem;width:17.9375rem;position:absolute;display:block;z-index:15003;background-color:#0b092a;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.3);border-left:0.0625rem solid rgba(42,127,255,0.3);border-right:0.0625rem solid rgba(42,127,255,0.3);border-bottom:0.0625rem solid rgba(42,127,255,0.3);top:-0.5rem;left:57.0625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#SkDvhkCzSRR07I7ZJLpkhbIlxhxy3ycc { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:30.875rem;left:58.4375rem;height:4.2rem;font-style:normal;display:block; }
#bTmcnD6TwaT7UZR44BK2ZgZQrMIH2XIO { color:#ffd230;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:29.25rem;left:58.3125rem;height:1.2rem;font-style:normal;display:block; }
#mynrivTEV6bfl6DFSz7Bdt8AJBWDiNe3 { box-sizing:content-box;height:0.0625rem;width:15.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(81,162,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.125rem;left:58.3125rem;display:block; }
#ZBVrrwz3INvqA7cCz9vTlvIMoLUa9SKr { color:#90a1b9;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:23.1875rem;left:58.3125rem;height:3.9rem;font-style:normal;display:block; }
#STxiNJIHgs7pP4CMJJUI4CsgS9sgXHFq { color:#c4b4ff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:20.5625rem;left:58.3125rem;height:1.4rem;font-style:normal;display:block; }
#zpe6sLlgfQb9I5TbhOKrWu1cPnooMPOR { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:18.8125rem;left:58.3125rem;height:1.575rem;font-style:normal;display:block; }
#avFcVB7i3zsfuipzCppucH1f4i2TsJ8c { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/02f036da-431c-4110-a9c0-b4ebd7f91aa5/1773954835759s7mj1vfayzf.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:-0.375rem;left:57.125rem;display:block; }#avFcVB7i3zsfuipzCppucH1f4i2TsJ8c.adaptive-delivery-prevent-bg, #avFcVB7i3zsfuipzCppucH1f4i2TsJ8c.lazyload, #avFcVB7i3zsfuipzCppucH1f4i2TsJ8c.lazyloading { background-image: none; }
#a8bJoTIP2embd6Z8Aml9Idp2M0nH5JWJ { 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:0.875rem;width:5.75rem;top:20.806250810623rem;left:20.199999809265rem;overflow:hidden;display:block; }
#QI6HMk0gzlPFfNPCCWwtwPsrdoAHtxba { 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:1.25rem;width:4.1875rem;top:20.900000810623rem;left:39.324999809265rem;overflow:hidden;display:block; }
#MHnFvs8JZCt2kbRNwxSTlr1TXC1LRPRt { position:relative;display:block; }#MHnFvs8JZCt2kbRNwxSTlr1TXC1LRPRt { background-color: transparent; background-image: none; }#MHnFvs8JZCt2kbRNwxSTlr1TXC1LRPRt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHnFvs8JZCt2kbRNwxSTlr1TXC1LRPRt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHnFvs8JZCt2kbRNwxSTlr1TXC1LRPRt > .row .container > .video-iframe-container { display: none; }#MHnFvs8JZCt2kbRNwxSTlr1TXC1LRPRt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHnFvs8JZCt2kbRNwxSTlr1TXC1LRPRt > .row > .video-iframe-container { display: none; }#MHnFvs8JZCt2kbRNwxSTlr1TXC1LRPRt > .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); }#MHnFvs8JZCt2kbRNwxSTlr1TXC1LRPRt { border-width: 0; border-radius: 0; }#MHnFvs8JZCt2kbRNwxSTlr1TXC1LRPRt > .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; }#MHnFvs8JZCt2kbRNwxSTlr1TXC1LRPRt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TmV4beLoxpkCottx4361Sdf8HPXnWAuH { color:#ffffff;display:block;width:55.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;text-shadow:0.625rem 0.3125rem 1.875rem rgba(0,0,0,0.5);top:2.375rem;left:9.71875rem;height:8.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gfWntMkThCT6Ep6Zha4nml4fc491TtLp { 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:12.4375rem;width:18.75rem;top:13.6494140625rem;left:4.8125rem;overflow:hidden;display:block; }
#uRwQU7KIGZ4TkPsv1rNbyZctyg1tztyX { 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:12.375rem;width:18.625rem;top:13.6806640625rem;left:28.1875rem;overflow:hidden;display:block; }
#yv8ZrSwMMM1h8vPUdxEaHA06y154szDG { 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:11rem;width:18.625rem;top:15.1494140625rem;left:50.34375rem;overflow:hidden;display:block; }
#MgtR6UrlHFtO6MMNO5AR47gCAFk1SaKx { position:relative;display:block; }#MgtR6UrlHFtO6MMNO5AR47gCAFk1SaKx { background-color: transparent; background-image: none; }#MgtR6UrlHFtO6MMNO5AR47gCAFk1SaKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgtR6UrlHFtO6MMNO5AR47gCAFk1SaKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgtR6UrlHFtO6MMNO5AR47gCAFk1SaKx > .row .container > .video-iframe-container { display: none; }#MgtR6UrlHFtO6MMNO5AR47gCAFk1SaKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgtR6UrlHFtO6MMNO5AR47gCAFk1SaKx > .row > .video-iframe-container { display: none; }#MgtR6UrlHFtO6MMNO5AR47gCAFk1SaKx > .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); }#MgtR6UrlHFtO6MMNO5AR47gCAFk1SaKx { border-width: 0; border-radius: 0; }#MgtR6UrlHFtO6MMNO5AR47gCAFk1SaKx > .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; }#MgtR6UrlHFtO6MMNO5AR47gCAFk1SaKx > .row .container { border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.3rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TFgJ5WHv07ieE4I8B07RsclbMTHiSqsC { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:18.800000429154rem;left:1.3249998092651rem;height:1.575rem;font-style:normal;display:block; }
#cc2mxpMb02ysbht9KGqCtbVLp8hpwTPP { color:#90a1b9;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:23.1875rem;left:1.3125rem;height:3.9rem;font-style:normal;display:block; }
#aCQqFicRGnl3T0rXDQS6FZd4h5CN0AoF { box-sizing:content-box;height:36.5625rem;width:17.9375rem;position:absolute;display:block;z-index:15003;background-color:#0b092a;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.3);border-left:0.0625rem solid rgba(42,127,255,0.3);border-right:0.0625rem solid rgba(42,127,255,0.3);border-bottom:0.0625rem solid rgba(42,127,255,0.3);top:-0.5rem;left:0.0625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#U1XTmZ49iD49pFvGp0aRrw4LLAsaSaQL { box-sizing:content-box;height:0.0625rem;width:15.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(81,162,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.125rem;left:1.3125rem;display:block; }
#CPEA2Tukvb7fT54mBr8KJRApKNcZG1EK { color:#ffd230;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:29.25rem;left:1.3125rem;height:1.2rem;font-style:normal;display:block; }
#fm28xo1NFTIcNv2gT1E3IJiPzNflKwBR { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:30.837500810623rem;left:1.3992185592651rem;height:2.8rem;font-style:normal;display:block; }
#TSH0Kb1TeHGeiA5AN9bTuvAMfEoCBRwc { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/43904dbe-165e-4f69-ba2f-6a7ae2f2bd0d/avatarciapala.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:-0.375rem;left:0.125rem;display:block; }#TSH0Kb1TeHGeiA5AN9bTuvAMfEoCBRwc.adaptive-delivery-prevent-bg, #TSH0Kb1TeHGeiA5AN9bTuvAMfEoCBRwc.lazyload, #TSH0Kb1TeHGeiA5AN9bTuvAMfEoCBRwc.lazyloading { background-image: none; }
#Tn4vbeCEaenyOZ2VUrhT6wkN99lG3o0x { box-sizing:content-box;height:36.5625rem;width:17.9375rem;position:absolute;display:block;z-index:15003;background-color:#0b092a;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.3);border-left:0.0625rem solid rgba(42,127,255,0.3);border-right:0.0625rem solid rgba(42,127,255,0.3);border-bottom:0.0625rem solid rgba(42,127,255,0.3);top:-0.5rem;left:38rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#PQlbKWSHJg5z4Fy4LXb6kQgLhBrbV3Gn { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:30.874998474121rem;left:39.375001335144rem;height:2.8rem;font-style:normal;display:block; }
#fCMNTLXlU9cAsKvNLyxTrkvU0JD3te7T { color:#ffd230;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:29.25rem;left:39.25rem;height:1.2rem;font-style:normal;display:block; }
#upsCupI7tM9DHhlVnaI3rJJMLTdyTFc7 { box-sizing:content-box;height:0.0625rem;width:15.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(81,162,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.125rem;left:39.25rem;display:block; }
#yt2K0Rp53sXkpnUZH5RwD8EvIJSIhvoy { color:#90a1b9;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:23.187498474121rem;left:39.250001335144rem;height:3.9rem;font-style:normal;display:block; }
#aWycEt2xVVfizEfHJaGMaTHwON8Gm4fp { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:18.8125rem;left:39.25rem;height:1.575rem;font-style:normal;display:block; }
#dml74TelrDEuEg5icGEo4JGTMpOhmlnd { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/34b0a116-2193-4565-8368-9a2a0ccee191/avatargeorgiew1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:-0.375rem;left:38.0625rem;display:block; }#dml74TelrDEuEg5icGEo4JGTMpOhmlnd.adaptive-delivery-prevent-bg, #dml74TelrDEuEg5icGEo4JGTMpOhmlnd.lazyload, #dml74TelrDEuEg5icGEo4JGTMpOhmlnd.lazyloading { background-image: none; }
#siGiqdmuRXJcSFP1bFFrbqXTHAi3cDto { box-sizing:content-box;height:36.5625rem;width:17.9375rem;position:absolute;display:block;z-index:15003;background-color:#0b092a;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.3);border-left:0.0625rem solid rgba(42,127,255,0.3);border-right:0.0625rem solid rgba(42,127,255,0.3);border-bottom:0.0625rem solid rgba(42,127,255,0.3);top:-0.5rem;left:19rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#PwGl7t0kbGTBgSCyF4DK4rRGJQvPbhG0 { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:30.8125rem;left:20.375rem;height:2.8rem;font-style:normal;display:block; }
#k2gdZwyQoTnbtTdsRRtIqbK3oNLQ1ewQ { color:#ffd230;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:29.25rem;left:20.25rem;height:1.2rem;font-style:normal;display:block; }
#GRwB6yPdzeqnNtzAlzQfUUDFIQeTe6vO { box-sizing:content-box;height:0.0625rem;width:15.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(81,162,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.125rem;left:20.25rem;display:block; }
#XDkw2Khko6d2DB6XTMRHlhtJtaNzI4xP { color:#90a1b9;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:23.187498474121rem;left:20.249999427796rem;height:3.9rem;font-style:normal;display:block; }
#W2o68kfw3Cs8HFIwqpo9tqCXaDWAxcoR { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:18.8125rem;left:20.25rem;height:1.575rem;font-style:normal;display:block; }
#qLcM4BCqWqgSm5ULf0ZOZzciLv85qDyv { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/1279cf55-70fc-4be5-918e-19f297b75a64/avatardietl.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:-0.375rem;left:19.0625rem;display:block; }#qLcM4BCqWqgSm5ULf0ZOZzciLv85qDyv.adaptive-delivery-prevent-bg, #qLcM4BCqWqgSm5ULf0ZOZzciLv85qDyv.lazyload, #qLcM4BCqWqgSm5ULf0ZOZzciLv85qDyv.lazyloading { background-image: none; }
#EKCUChlB9x7U71NT0rq2w7K5EzmIJCsw { box-sizing:content-box;height:36.5625rem;width:17.9375rem;position:absolute;display:block;z-index:15003;background-color:#0b092a;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.3);border-left:0.0625rem solid rgba(42,127,255,0.3);border-right:0.0625rem solid rgba(42,127,255,0.3);border-bottom:0.0625rem solid rgba(42,127,255,0.3);top:-0.5rem;left:57.0625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#iMAHKrCefh3ZSuwAQDsDIc4iyteNoQ6p { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:30.875rem;left:58.4375rem;height:2.8rem;font-style:normal;display:block; }
#HqxtMxrAbsC0RTCPJgzZ7T8XLRavxD5t { color:#ffd230;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:29.25rem;left:58.3125rem;height:1.2rem;font-style:normal;display:block; }
#CM7ROTD0Nh23mCWQd18PMTzzQO1DeEVL { box-sizing:content-box;height:0.0625rem;width:15.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(81,162,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.125rem;left:58.3125rem;display:block; }
#miC97uc9QzshuN0vLu3Fqv2JE2gn6F1D { color:#90a1b9;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:23.187498474121rem;left:58.312501335144rem;height:5.2rem;font-style:normal;display:block; }
#CHi4EqR6TA8M9XzX23TrXiy5BtksXtwa { color:#c4b4ff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:20.449999809265rem;left:39.324999809265rem;height:1.4rem;font-style:normal;display:block; }
#N4byapX63ig3OzEoQSXnKK6T91quICN0 { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:18.8125rem;left:58.3125rem;height:1.575rem;font-style:normal;display:block; }
#H079eWsTguGdJVUQUAOeO7KO0nBAWTtt { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/bc9e11e5-90a9-48d5-a495-f55dfa1c5c77/1782235305278qmvp3aknwfn.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:-0.375rem;left:57.125rem;display:block; }#H079eWsTguGdJVUQUAOeO7KO0nBAWTtt.adaptive-delivery-prevent-bg, #H079eWsTguGdJVUQUAOeO7KO0nBAWTtt.lazyload, #H079eWsTguGdJVUQUAOeO7KO0nBAWTtt.lazyloading { background-image: none; }
#wxhhLdufuqINd1mwxuDIa2PNv5RVdmeA { 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:0.8125rem;width:6.375rem;top:20.825000190735rem;left:57.637498283386rem;overflow:hidden;display:block; }
#SOvf9vkMA92KIe16vkRLSk5qaUfV6dzC { color:#c4b4ff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:20.449999809265rem;left:20.324999809265rem;height:1.4rem;font-style:normal;display:block; }
#V7QGH5I4CspWQNmIXy09Bze3kar1vMO4 { 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:0.875rem;width:6rem;top:20.599999427796rem;left:1.3992185592651rem;overflow:hidden;display:block; }
#Z2cGyM6BWddShmK1scTyfKbbWLeBfxPD { position:relative;display:none; }#Z2cGyM6BWddShmK1scTyfKbbWLeBfxPD { border-width: 0; border-radius: 0; }#Z2cGyM6BWddShmK1scTyfKbbWLeBfxPD > .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; }#Z2cGyM6BWddShmK1scTyfKbbWLeBfxPD > .row .container { border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.175rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#i2L4gRyJIrXt1eHVKGLsHIPyTTwxLZCs { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:18.800000429154rem;left:1.3249998092651rem;height:1.575rem;font-style:normal;display:block; }
#LMMrAXIwAabACr08QBGPOLXTBGapXOQt { color:#90a1b9;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:23.1875rem;left:1.3125rem;height:3.9rem;font-style:normal;display:block; }
#s0DCRMspAvqrrFMHCvScLr7DWpsl8GJu { box-sizing:content-box;height:36.5625rem;width:17.9375rem;position:absolute;display:block;z-index:15003;background-color:#0b092a;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.3);border-left:0.0625rem solid rgba(42,127,255,0.3);border-right:0.0625rem solid rgba(42,127,255,0.3);border-bottom:0.0625rem solid rgba(42,127,255,0.3);top:-0.5rem;left:0.0625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#lqDilMTfVCwmaW4fIyq4zIG9IoxqHWyg { color:#c4b4ff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:20.5625rem;left:1.3125rem;height:1.4rem;font-style:normal;display:block; }
#GMTp3CDdbmVOTiFTrvmr1P0v5FLt4bJX { box-sizing:content-box;height:0.0625rem;width:15.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(81,162,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.125rem;left:1.3125rem;display:block; }
#ACpg5lke6X1BxwdZdxP6sGMoeyahDtlx { color:#ffd230;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:29.25rem;left:1.3125rem;height:1.2rem;font-style:normal;display:block; }
#I6K1ftCyO7o3VEJEB1idaC2eLOXXz1ts { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:30.837500810623rem;left:1.3992185592651rem;height:2.8rem;font-style:normal;display:block; }
#vxzvUF4Gy8uQch3xPwTTlZBCpTBxrSAA { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e5c4ad64-2c6d-4a13-89dc-f7b359e89fe6/avatarsmolarski.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:-0.375rem;left:0.125rem;display:block; }#vxzvUF4Gy8uQch3xPwTTlZBCpTBxrSAA.adaptive-delivery-prevent-bg, #vxzvUF4Gy8uQch3xPwTTlZBCpTBxrSAA.lazyload, #vxzvUF4Gy8uQch3xPwTTlZBCpTBxrSAA.lazyloading { background-image: none; }
#LCCTv8PRtVWuq44M2T3gn2fzLrRsc6oh { position:relative;display:none; }#LCCTv8PRtVWuq44M2T3gn2fzLrRsc6oh { border-width: 0; border-radius: 0; }#LCCTv8PRtVWuq44M2T3gn2fzLrRsc6oh > .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; }#LCCTv8PRtVWuq44M2T3gn2fzLrRsc6oh > .row .container { border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.175rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TX0Wz70mC9f7dFuylESpB20VXdGXe0Ry { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:18.800000429154rem;left:1.3249998092651rem;height:1.575rem;font-style:normal;display:block; }
#kHW6hyLhAbTiQbxhiucqTkR2A3miswMu { color:#90a1b9;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:23.1875rem;left:1.3125rem;height:3.9rem;font-style:normal;display:block; }
#BnOxoP4L6f8wXMrARPN5lBt2Z7ZcTyXo { box-sizing:content-box;height:36.5625rem;width:17.9375rem;position:absolute;display:block;z-index:15003;background-color:#0b092a;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.3);border-left:0.0625rem solid rgba(42,127,255,0.3);border-right:0.0625rem solid rgba(42,127,255,0.3);border-bottom:0.0625rem solid rgba(42,127,255,0.3);top:-0.5rem;left:0.0625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#TnuJAIRmLuxlzc3NEg1ffpQU7bqDo5dI { box-sizing:content-box;height:0.0625rem;width:15.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(81,162,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.125rem;left:1.3125rem;display:block; }
#rUPxi4Ei5aNGQfBP4I5kn7SLem9oArJ7 { color:#ffd230;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:29.25rem;left:1.3125rem;height:1.2rem;font-style:normal;display:block; }
#EVuL9NxXwfdMa2WT0oXwRLJz3KbNmoOV { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:30.837500810623rem;left:1.3992185592651rem;height:2.8rem;font-style:normal;display:block; }
#SoUIyTQBD5CzcJ8TfKgbJAZ1xvUvGpk7 { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e5c4ad64-2c6d-4a13-89dc-f7b359e89fe6/avatarsmolarski.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:-0.375rem;left:0.125rem;display:block; }#SoUIyTQBD5CzcJ8TfKgbJAZ1xvUvGpk7.adaptive-delivery-prevent-bg, #SoUIyTQBD5CzcJ8TfKgbJAZ1xvUvGpk7.lazyload, #SoUIyTQBD5CzcJ8TfKgbJAZ1xvUvGpk7.lazyloading { background-image: none; }
#PPLCtGMudEHWLQoN3779V6IAeDhAdVEJ { 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:0.875rem;width:5.75rem;top:20.806250810623rem;left:20.199999809265rem;overflow:hidden;display:block; }
#KaoqfBPqV6tnKk3Ph4gUx3TpyuaVDZS3 { position:relative;display:none; }#KaoqfBPqV6tnKk3Ph4gUx3TpyuaVDZS3 { border-width: 0; border-radius: 0; }#KaoqfBPqV6tnKk3Ph4gUx3TpyuaVDZS3 > .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; }#KaoqfBPqV6tnKk3Ph4gUx3TpyuaVDZS3 > .row .container { border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.175rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qOKbrNSNxtTCtP8hO9vI9hhVZbgflG4g { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:18.800000429154rem;left:1.3249998092651rem;height:1.575rem;font-style:normal;display:block; }
#HGi8dHtF08hbAgFvhwrVVKCH7iUwMCgs { color:#90a1b9;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:23.1875rem;left:1.3125rem;height:3.9rem;font-style:normal;display:block; }
#dI7WvNTLDdsFmh2SwgJoiezsD6ZxgvU7 { box-sizing:content-box;height:36.5625rem;width:17.9375rem;position:absolute;display:block;z-index:15003;background-color:#0b092a;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.3);border-left:0.0625rem solid rgba(42,127,255,0.3);border-right:0.0625rem solid rgba(42,127,255,0.3);border-bottom:0.0625rem solid rgba(42,127,255,0.3);top:-0.5rem;left:0.0625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#mi3HaW2Ettdc1DlKkzvxZuSmHAKJrJDx { box-sizing:content-box;height:0.0625rem;width:15.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(81,162,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.125rem;left:1.3125rem;display:block; }
#bOciAs08p0SA9rMJLulVMzDO3eMJ5y8m { color:#ffd230;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:29.25rem;left:1.3125rem;height:1.2rem;font-style:normal;display:block; }
#Uq3PtZyul4u6qJxZCDUK9BmDrBJFrK07 { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:30.837500810623rem;left:1.3992185592651rem;height:2.8rem;font-style:normal;display:block; }
#NPcNTpST3TMPIR9QWkvSPARuDscfFbLI { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e5c4ad64-2c6d-4a13-89dc-f7b359e89fe6/avatarsmolarski.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:-0.375rem;left:0.125rem;display:block; }#NPcNTpST3TMPIR9QWkvSPARuDscfFbLI.adaptive-delivery-prevent-bg, #NPcNTpST3TMPIR9QWkvSPARuDscfFbLI.lazyload, #NPcNTpST3TMPIR9QWkvSPARuDscfFbLI.lazyloading { background-image: none; }
#Qaz4UGQsukMxhyuycNAMy9L9pCVwIXE7 { 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:1.25rem;width:4.1875rem;top:20.900000810623rem;left:39.324999809265rem;overflow:hidden;display:block; }
#Jp5iR4zbbLzhwCrlQ95cHUSyoNTzSJto { position:relative;display:none; }#Jp5iR4zbbLzhwCrlQ95cHUSyoNTzSJto { border-width: 0; border-radius: 0; }#Jp5iR4zbbLzhwCrlQ95cHUSyoNTzSJto > .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; }#Jp5iR4zbbLzhwCrlQ95cHUSyoNTzSJto > .row .container { border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.175rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#x0P5PXokLpTwPhcyy1fT1C7TCyGBM7Bq { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:18.800000429154rem;left:1.3249998092651rem;height:1.575rem;font-style:normal;display:block; }
#Ap5gsEEWlUEHAmtvTdMV5m1X2FoIZJSO { color:#90a1b9;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:23.1875rem;left:1.3125rem;height:3.9rem;font-style:normal;display:block; }
#gtNGZrT0ziJ0pWkLimAMP4rUHJUM1TTJ { box-sizing:content-box;height:36.5625rem;width:17.9375rem;position:absolute;display:block;z-index:15003;background-color:#0b092a;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.3);border-left:0.0625rem solid rgba(42,127,255,0.3);border-right:0.0625rem solid rgba(42,127,255,0.3);border-bottom:0.0625rem solid rgba(42,127,255,0.3);top:-0.5rem;left:0.0625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#fPgdQAdNWRz0Cnz8FOStPpCqfR8iFM46 { color:#c4b4ff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:20.5625rem;left:1.3125rem;height:1.4rem;font-style:normal;display:block; }
#hEyWzPzrlHXQTzz5F5TG33fOkuFnOBko { box-sizing:content-box;height:0.0625rem;width:15.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(81,162,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.125rem;left:1.3125rem;display:block; }
#l0lWbaN7BV3GzkTxfAcMzFGTEwh6e8JN { color:#ffd230;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:29.25rem;left:1.3125rem;height:1.2rem;font-style:normal;display:block; }
#LsTdkE380Z6wNqI34bh2iHoZZFG7Xd55 { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:30.837500810623rem;left:1.3992185592651rem;height:2.8rem;font-style:normal;display:block; }
#uaodNUhEZ0Z8ECWF0XXLntzmTWZlSd2b { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e5c4ad64-2c6d-4a13-89dc-f7b359e89fe6/avatarsmolarski.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:-0.375rem;left:0.125rem;display:block; }#uaodNUhEZ0Z8ECWF0XXLntzmTWZlSd2b.adaptive-delivery-prevent-bg, #uaodNUhEZ0Z8ECWF0XXLntzmTWZlSd2b.lazyload, #uaodNUhEZ0Z8ECWF0XXLntzmTWZlSd2b.lazyloading { background-image: none; }
#AJd6XvTSC855MMJHVMLDPpNaRTBcGTTv { position:relative;display:none; }#AJd6XvTSC855MMJHVMLDPpNaRTBcGTTv { border-width: 0; border-radius: 0; }#AJd6XvTSC855MMJHVMLDPpNaRTBcGTTv > .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; }#AJd6XvTSC855MMJHVMLDPpNaRTBcGTTv > .row .container { border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.175rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xp3bFI5329GD6bOI7Pfaov3KOgqI5TiX { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:18.800000429154rem;left:1.3249998092651rem;height:1.575rem;font-style:normal;display:block; }
#IE63URDKgqzQGt5TvKKD7v5x6CxLkBIz { color:#90a1b9;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:23.1875rem;left:1.3125rem;height:3.9rem;font-style:normal;display:block; }
#w1O31nq95fMPPsSOcyM2mlU4PlzwVBUg { box-sizing:content-box;height:36.5625rem;width:17.9375rem;position:absolute;display:block;z-index:15003;background-color:#0b092a;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.3);border-left:0.0625rem solid rgba(42,127,255,0.3);border-right:0.0625rem solid rgba(42,127,255,0.3);border-bottom:0.0625rem solid rgba(42,127,255,0.3);top:-0.5rem;left:0.0625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#aDHwFCH2XTCpZoJozyx5RdVg5au1nWaG { box-sizing:content-box;height:0.0625rem;width:15.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(81,162,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.125rem;left:1.3125rem;display:block; }
#BunRuJIlGFZx4NOlu56vdrZoTbyovZ78 { color:#ffd230;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:29.25rem;left:1.3125rem;height:1.2rem;font-style:normal;display:block; }
#TspoRCwBF4TbOVgUaRkIQtBWMay1Drq5 { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:30.837500810623rem;left:1.3992185592651rem;height:2.8rem;font-style:normal;display:block; }
#LyTQxsKxMAGCXsOUGoXLsUgDoul86tWF { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e5c4ad64-2c6d-4a13-89dc-f7b359e89fe6/avatarsmolarski.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:-0.375rem;left:0.125rem;display:block; }#LyTQxsKxMAGCXsOUGoXLsUgDoul86tWF.adaptive-delivery-prevent-bg, #LyTQxsKxMAGCXsOUGoXLsUgDoul86tWF.lazyload, #LyTQxsKxMAGCXsOUGoXLsUgDoul86tWF.lazyloading { background-image: none; }
#EKrhR1c1SltyWc7BM5iQR9WA9nXNlD1A { 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:0.875rem;width:6rem;top:20.599999427796rem;left:1.3992185592651rem;overflow:hidden;display:block; }
#eunLZ1ERWuuEfbVTo5K62ZIvrNC1irhx { position:relative;display:none; }#eunLZ1ERWuuEfbVTo5K62ZIvrNC1irhx { border-width: 0; border-radius: 0; }#eunLZ1ERWuuEfbVTo5K62ZIvrNC1irhx > .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; }#eunLZ1ERWuuEfbVTo5K62ZIvrNC1irhx > .row .container { border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.175rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#yuwuIcV4wTW0Q7i9cMxfPxr8FTm8hQgh { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:18.800000429154rem;left:1.3249998092651rem;height:1.575rem;font-style:normal;display:block; }
#hF8kfiZdqwnBk0NP2axrBLJ5gbkVJxLN { color:#90a1b9;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:23.1875rem;left:1.3125rem;height:3.9rem;font-style:normal;display:block; }
#PqW687MgieaQ7qfUHVrSQW1HQ8TJ7o0f { box-sizing:content-box;height:36.5625rem;width:17.9375rem;position:absolute;display:block;z-index:15003;background-color:#0b092a;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.3);border-left:0.0625rem solid rgba(42,127,255,0.3);border-right:0.0625rem solid rgba(42,127,255,0.3);border-bottom:0.0625rem solid rgba(42,127,255,0.3);top:-0.5rem;left:0.0625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#OWBHzJb2p0xH5ccBBVHmfmcU1FtWxUow { color:#c4b4ff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:20.5625rem;left:1.3125rem;height:1.4rem;font-style:normal;display:block; }
#Ika8HXdtonsL0bb7JWf3Gn5D9UG9O7sM { box-sizing:content-box;height:0.0625rem;width:15.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(81,162,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.125rem;left:1.3125rem;display:block; }
#tFgtxHBHTFyMsrJDfqeplw51n8aBHkUx { color:#ffd230;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:29.25rem;left:1.3125rem;height:1.2rem;font-style:normal;display:block; }
#Wx02IioK74GzJeZUwg0itbsPKssFg1Fm { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:30.837500810623rem;left:1.3992185592651rem;height:2.8rem;font-style:normal;display:block; }
#vxf65XePtoS8iJ8RxDQvKteQohH0KBha { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e5c4ad64-2c6d-4a13-89dc-f7b359e89fe6/avatarsmolarski.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:-0.375rem;left:0.125rem;display:block; }#vxf65XePtoS8iJ8RxDQvKteQohH0KBha.adaptive-delivery-prevent-bg, #vxf65XePtoS8iJ8RxDQvKteQohH0KBha.lazyload, #vxf65XePtoS8iJ8RxDQvKteQohH0KBha.lazyloading { background-image: none; }
#VXZPy8dxZMddKMPzgoUWEpFvxocPpFIL { position:relative;display:none; }#VXZPy8dxZMddKMPzgoUWEpFvxocPpFIL { border-width: 0; border-radius: 0; }#VXZPy8dxZMddKMPzgoUWEpFvxocPpFIL > .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; }#VXZPy8dxZMddKMPzgoUWEpFvxocPpFIL > .row .container { border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.175rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#a6R9ELR8Oxkk6xOHy9u0nvUkkJt5Nilz { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:18.800000429154rem;left:1.3249998092651rem;height:1.575rem;font-style:normal;display:block; }
#nDSbIpTNIrSvannnWP3R0Ky0IOhNeXMU { color:#90a1b9;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:23.1875rem;left:1.3125rem;height:3.9rem;font-style:normal;display:block; }
#KcVFrvIl7fvPnNzDyn2mRe5A58GD3Hol { box-sizing:content-box;height:36.5625rem;width:17.9375rem;position:absolute;display:block;z-index:15003;background-color:#0b092a;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.3);border-left:0.0625rem solid rgba(42,127,255,0.3);border-right:0.0625rem solid rgba(42,127,255,0.3);border-bottom:0.0625rem solid rgba(42,127,255,0.3);top:-0.5rem;left:0.0625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#TuQAW31uRezTl3MT6FKRuNHppm4fydTK { color:#c4b4ff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:20.5625rem;left:1.3125rem;height:1.4rem;font-style:normal;display:block; }
#rCKX4zTPsoHaO7E8D1sxn2DMDiuQov0l { box-sizing:content-box;height:0.0625rem;width:15.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(81,162,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.125rem;left:1.3125rem;display:block; }
#R3AAH2WoSdImpvzrOmxE03oi2U2FTThX { color:#ffd230;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:29.25rem;left:1.3125rem;height:1.2rem;font-style:normal;display:block; }
#HAW9PpDdccc6r9oAwPTlCGdJ12fAoaAv { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:30.837500810623rem;left:1.3992185592651rem;height:2.8rem;font-style:normal;display:block; }
#G7bbwVVJxSu9tPTAdPm4GOZ5Q0P7ZBFZ { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e5c4ad64-2c6d-4a13-89dc-f7b359e89fe6/avatarsmolarski.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:-0.375rem;left:0.125rem;display:block; }#G7bbwVVJxSu9tPTAdPm4GOZ5Q0P7ZBFZ.adaptive-delivery-prevent-bg, #G7bbwVVJxSu9tPTAdPm4GOZ5Q0P7ZBFZ.lazyload, #G7bbwVVJxSu9tPTAdPm4GOZ5Q0P7ZBFZ.lazyloading { background-image: none; }
#T4cWbrBZebauSUqJDt8dPNDhesCEpTTU { position:relative;display:none; }#T4cWbrBZebauSUqJDt8dPNDhesCEpTTU { border-width: 0; border-radius: 0; }#T4cWbrBZebauSUqJDt8dPNDhesCEpTTU > .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; }#T4cWbrBZebauSUqJDt8dPNDhesCEpTTU > .row .container { border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.175rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TPwRwa0NTX4TaE6BBI7ZSECgB9gXdx9C { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:18.800000429154rem;left:1.3249998092651rem;height:1.575rem;font-style:normal;display:block; }
#hOoIx8ECf5DGucvMeLoBTkPubXA2VTFK { color:#90a1b9;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:23.1875rem;left:1.3125rem;height:3.9rem;font-style:normal;display:block; }
#AGaIxZPf1NWeK8obOcNGE5SXZpifKcz2 { box-sizing:content-box;height:36.5625rem;width:17.9375rem;position:absolute;display:block;z-index:15003;background-color:#0b092a;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.3);border-left:0.0625rem solid rgba(42,127,255,0.3);border-right:0.0625rem solid rgba(42,127,255,0.3);border-bottom:0.0625rem solid rgba(42,127,255,0.3);top:-0.5rem;left:0.0625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#WJMTlGii6uALPqH7RXT7nkPGdMZAxdkL { box-sizing:content-box;height:0.0625rem;width:15.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(81,162,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.125rem;left:1.3125rem;display:block; }
#iC8mEIWHeFJ3N5TVKLSWVaobn8rF5FpS { color:#ffd230;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:29.25rem;left:1.3125rem;height:1.2rem;font-style:normal;display:block; }
#doUTIflvN375Tp33Luvv8mFySRGHFTTh { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:30.837500810623rem;left:1.3992185592651rem;height:2.8rem;font-style:normal;display:block; }
#CIxF7uaEVZRtTbOBZ8csZWfwt1bsn6nU { box-sizing:content-box;height:17.9375rem;width:17.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e5c4ad64-2c6d-4a13-89dc-f7b359e89fe6/avatarsmolarski.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:-0.375rem;left:0.125rem;display:block; }#CIxF7uaEVZRtTbOBZ8csZWfwt1bsn6nU.adaptive-delivery-prevent-bg, #CIxF7uaEVZRtTbOBZ8csZWfwt1bsn6nU.lazyload, #CIxF7uaEVZRtTbOBZ8csZWfwt1bsn6nU.lazyloading { background-image: none; }
#AV038TATTOBZIFTKVkubba3uGcdyS9VU { 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:0.8125rem;width:6.375rem;top:20.825000190735rem;left:57.637498283386rem;overflow:hidden;display:block; }
#kGzJVLa57fEtTFMXcTyOFm8R0NLPOVSx { position:relative;display:block; }#kGzJVLa57fEtTFMXcTyOFm8R0NLPOVSx { background-color: transparent; background-image: none; }#kGzJVLa57fEtTFMXcTyOFm8R0NLPOVSx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGzJVLa57fEtTFMXcTyOFm8R0NLPOVSx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGzJVLa57fEtTFMXcTyOFm8R0NLPOVSx > .row .container > .video-iframe-container { display: none; }#kGzJVLa57fEtTFMXcTyOFm8R0NLPOVSx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGzJVLa57fEtTFMXcTyOFm8R0NLPOVSx > .row > .video-iframe-container { display: none; }#kGzJVLa57fEtTFMXcTyOFm8R0NLPOVSx > .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); }#kGzJVLa57fEtTFMXcTyOFm8R0NLPOVSx { border-width: 0; border-radius: 0; }#kGzJVLa57fEtTFMXcTyOFm8R0NLPOVSx > .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; }#kGzJVLa57fEtTFMXcTyOFm8R0NLPOVSx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:18rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WsO13O3PRXzed6NILBBNS9tO3cmM2LGg { color:#ffd230;display:block;width:41rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:4.2250013351441rem;left:16.999218940735rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LpbHAt2yOyM9wFhqwLBTFK3zhe2LbhEX { box-sizing:content-box;height:2.8125rem;width:21rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #ffb900, #fe9a00);background-image: -moz-linear-gradient(135deg, #ffb900, #fe9a00);background-image: -ms-linear-gradient(135deg, #ffb900, #fe9a00);background-image: -o-linear-gradient(135deg, #ffb900, #fe9a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb900', endColorstr='#fe9a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb900', endColorstr='#fe9a00' );";background-image: linear-gradient(135deg, #ffb900, #fe9a00);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:8.3125009536744rem;left:27.000000953674rem;border-top-right-radius:9.375rem;border-bottom-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-top-left-radius:9.375rem;display:block; }
#HWwKAsUkOmUVNrB9u5i59GmQqi1hkpsm { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:2.8125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:8.3125009536744rem;left:27.000000953674rem;display:block; }
#dVG1ZHcDE8aM38NF6HZLr7ev8lBnBCo3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K36rtGK8koPLAOuOxDCZTeyHnmKdLzUP { color:#000000;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:8.6875009536744rem;left:30.250000953674rem;height:2rem;font-style:normal;display:block; }
#NRPwzGF3BG4N56swunv9ZGsWTPvf3yo5 { position:absolute;display:block;z-index:15042;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:1.4375rem;width:1.4375rem;top:9.0000009536744rem;left:28.250000953674rem;overflow:hidden;display:block; }
#LVr4WQAathxKPZ1naD4q6ylALlloDh5d { box-sizing:content-box;height:2.8125rem;width:21rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #ffb900, #fe9a00);background-image: -moz-linear-gradient(135deg, #ffb900, #fe9a00);background-image: -ms-linear-gradient(135deg, #ffb900, #fe9a00);background-image: -o-linear-gradient(135deg, #ffb900, #fe9a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb900', endColorstr='#fe9a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb900', endColorstr='#fe9a00' );";background-image: linear-gradient(135deg, #ffb900, #fe9a00);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:29.3125rem;left:27.000000953674rem;border-top-right-radius:9.375rem;border-bottom-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-top-left-radius:9.375rem;display:none; }
#wzf1x4qKq17FBK1sD5UcU2WERDcFxztv { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:2.8125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:29.3125rem;left:27.000000953674rem;display:none; }
#cOJ9HLpfP2UBddfxW92q9LnzBVvZp3R6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#os4oot5ly89KBDQCbTX5M72S4O1Scb29 { color:#000000;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:29.6875rem;left:30.250000953674rem;height:2rem;font-style:normal;display:none; }
#pvEIk3kiZenEWRWI14hW20KZ0HJbR3U2 { position:absolute;display:block;z-index:15038;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:1.4375rem;width:1.4375rem;top:30rem;left:28.250000953674rem;overflow:hidden;display:none; }
#ucP8sp3oXngqXIFi7PJO5oxC2vwTP0Vc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ucP8sp3oXngqXIFi7PJO5oxC2vwTP0Vc > .row .container { background-color: transparent; background-image: none; }#ucP8sp3oXngqXIFi7PJO5oxC2vwTP0Vc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucP8sp3oXngqXIFi7PJO5oxC2vwTP0Vc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucP8sp3oXngqXIFi7PJO5oxC2vwTP0Vc > .row .container > .video-iframe-container { display: none; }#ucP8sp3oXngqXIFi7PJO5oxC2vwTP0Vc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucP8sp3oXngqXIFi7PJO5oxC2vwTP0Vc > .row > .video-iframe-container { display: none; }#ucP8sp3oXngqXIFi7PJO5oxC2vwTP0Vc > .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); }#ucP8sp3oXngqXIFi7PJO5oxC2vwTP0Vc > .row .container { border-width: 0; border-radius: 0; }#ucP8sp3oXngqXIFi7PJO5oxC2vwTP0Vc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ucP8sp3oXngqXIFi7PJO5oxC2vwTP0Vc > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:block; }#Brus0AB2EnMbmuPJSiNd9pT2VleNLAeP { color:#a78bfa;display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1695308685302rem;left:14.155468940735rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LPNnc1wLQAdLtTfrku0OuaLEiDeQVp8B { color:#ffffff;display:block;width:65.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5078134536743rem;left:4.75rem;height:3.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#p797WKQznqeu7bHsJaJSDHs0A5OFg2Tu { color:#ffffff;display:block;width:65.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5078134536743rem;left:4.75rem;height:3.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#TAATaJxDKANTIby36zuQAPRJTb99oPhd { box-sizing:content-box;height:4.8125rem;width:54.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(94,233,181,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(94,233,181,0.2);border-left:0.0625rem solid rgba(94,233,181,0.2);border-right:0.0625rem solid rgba(94,233,181,0.2);border-bottom:0.0625rem solid rgba(94,233,181,0.2);top:10.751953125rem;left:11.03125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#TBQIgwHHDyFXUfyQ4pwcOM4zIFk696OV { 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:2.1875rem;width:2.375rem;top:12.126953125rem;left:12.4375rem;overflow:hidden;display:block; }
#Cx1RMDobcBDFNMcJ08519xy0Zg7AiQps { box-sizing:content-box;height:3.3125rem;width:3.125rem;position:absolute;display:block;z-index:15003;background-color:#272725;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(94,233,181,0.2);border-left:0.0625rem solid rgba(94,233,181,0.2);border-right:0.0625rem solid rgba(94,233,181,0.2);border-bottom:0.0625rem solid rgba(94,233,181,0.2);top:11.501953125rem;left:12rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#dGDPf8RSbM4HOzRZMdpFfRalstnLH82l { color:#ffffff;display:block;width:41.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:12.42041015625rem;left:16.8125rem;height:1.6rem;font-style:normal;display:block; }
#z9XGHBvc4LlvUb28Zm5aOTsbEz0Upiwk { position:relative;display:block; }#z9XGHBvc4LlvUb28Zm5aOTsbEz0Upiwk { background-color: transparent; background-image: none; }#z9XGHBvc4LlvUb28Zm5aOTsbEz0Upiwk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9XGHBvc4LlvUb28Zm5aOTsbEz0Upiwk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9XGHBvc4LlvUb28Zm5aOTsbEz0Upiwk > .row .container > .video-iframe-container { display: none; }#z9XGHBvc4LlvUb28Zm5aOTsbEz0Upiwk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9XGHBvc4LlvUb28Zm5aOTsbEz0Upiwk > .row > .video-iframe-container { display: none; }#z9XGHBvc4LlvUb28Zm5aOTsbEz0Upiwk > .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); }#z9XGHBvc4LlvUb28Zm5aOTsbEz0Upiwk { border-width: 0; border-radius: 0; }#z9XGHBvc4LlvUb28Zm5aOTsbEz0Upiwk > .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; }#z9XGHBvc4LlvUb28Zm5aOTsbEz0Upiwk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mEkior6ymTl3gS3mumFJeiKK5fKa5rLi { box-sizing:content-box;height:4.8125rem;width:54.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(94,233,181,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(94,233,181,0.2);border-left:0.0625rem solid rgba(94,233,181,0.2);border-right:0.0625rem solid rgba(94,233,181,0.2);border-bottom:0.0625rem solid rgba(94,233,181,0.2);top:1.25rem;left:10.875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#NEODm6T0Ftp39T6grCy4wt1Z9fI3k0pi { box-sizing:content-box;height:3.3125rem;width:3.125rem;position:absolute;display:block;z-index:15007;background-color:#272725;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(94,233,181,0.2);border-left:0.0625rem solid rgba(94,233,181,0.2);border-right:0.0625rem solid rgba(94,233,181,0.2);border-bottom:0.0625rem solid rgba(94,233,181,0.2);top:2rem;left:11.8125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#kMQ8GCaO7KNCAoS4GL3eO0J7TTauWUaB { 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:2.125rem;width:2.25rem;top:2.625rem;left:12.25rem;overflow:hidden;display:block; }
#lfkad0xigTckeOREDfzrASmpIA4MCnJG { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:2.9375rem;left:16.625rem;height:1.6rem;font-style:normal;display:block; }
#u6ZAP8Togeo638I8Ou7nz25xuJpkTbJO { position:relative;display:block; }#u6ZAP8Togeo638I8Ou7nz25xuJpkTbJO { background-color: transparent; background-image: none; }#u6ZAP8Togeo638I8Ou7nz25xuJpkTbJO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6ZAP8Togeo638I8Ou7nz25xuJpkTbJO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6ZAP8Togeo638I8Ou7nz25xuJpkTbJO > .row .container > .video-iframe-container { display: none; }#u6ZAP8Togeo638I8Ou7nz25xuJpkTbJO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6ZAP8Togeo638I8Ou7nz25xuJpkTbJO > .row > .video-iframe-container { display: none; }#u6ZAP8Togeo638I8Ou7nz25xuJpkTbJO > .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); }#u6ZAP8Togeo638I8Ou7nz25xuJpkTbJO { border-width: 0; border-radius: 0; }#u6ZAP8Togeo638I8Ou7nz25xuJpkTbJO > .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; }#u6ZAP8Togeo638I8Ou7nz25xuJpkTbJO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KPPquP44BQJPK0ku0Vcl9uOggoKuSruz { box-sizing:content-box;height:4.8125rem;width:54.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(94,233,181,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(94,233,181,0.2);border-left:0.0625rem solid rgba(94,233,181,0.2);border-right:0.0625rem solid rgba(94,233,181,0.2);border-bottom:0.0625rem solid rgba(94,233,181,0.2);top:1.25rem;left:10.875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#PkpueV0BPHDo7lm65ORKywAZCuWxSMta { box-sizing:content-box;height:3.3125rem;width:3.125rem;position:absolute;display:block;z-index:15007;background-color:#272725;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(94,233,181,0.2);border-left:0.0625rem solid rgba(94,233,181,0.2);border-right:0.0625rem solid rgba(94,233,181,0.2);border-bottom:0.0625rem solid rgba(94,233,181,0.2);top:2rem;left:11.8125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#a5xEtG4ItZHfz5CcmCFwodHVBF0prguo { 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:2.125rem;width:1.875rem;top:2.65625rem;left:12.5rem;overflow:hidden;display:block; }
#NnyvkH0t3VX7CoVwOWelrBUTA8o1ouQF { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:2.9375rem;left:16.625rem;height:1.6rem;font-style:normal;display:block; }
#fmy1cWEr6PATl69yfp380hMOmGUPFf3w { position:relative;display:block; }#fmy1cWEr6PATl69yfp380hMOmGUPFf3w { background-color: transparent; background-image: none; }#fmy1cWEr6PATl69yfp380hMOmGUPFf3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmy1cWEr6PATl69yfp380hMOmGUPFf3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmy1cWEr6PATl69yfp380hMOmGUPFf3w > .row .container > .video-iframe-container { display: none; }#fmy1cWEr6PATl69yfp380hMOmGUPFf3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmy1cWEr6PATl69yfp380hMOmGUPFf3w > .row > .video-iframe-container { display: none; }#fmy1cWEr6PATl69yfp380hMOmGUPFf3w > .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); }#fmy1cWEr6PATl69yfp380hMOmGUPFf3w { border-width: 0; border-radius: 0; }#fmy1cWEr6PATl69yfp380hMOmGUPFf3w > .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; }#fmy1cWEr6PATl69yfp380hMOmGUPFf3w > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UUHA8zHAEkHBw686Xnn7fw8T3mCHnp7S { box-sizing:content-box;height:4.8125rem;width:54.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(94,233,181,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(94,233,181,0.2);border-left:0.0625rem solid rgba(94,233,181,0.2);border-right:0.0625rem solid rgba(94,233,181,0.2);border-bottom:0.0625rem solid rgba(94,233,181,0.2);top:1.25rem;left:10.875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#GUChkrZyeTuLUhoJv4rCyfvsgLo6CCN8 { box-sizing:content-box;height:3.3125rem;width:3.125rem;position:absolute;display:block;z-index:15007;background-color:#272725;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(94,233,181,0.2);border-left:0.0625rem solid rgba(94,233,181,0.2);border-right:0.0625rem solid rgba(94,233,181,0.2);border-bottom:0.0625rem solid rgba(94,233,181,0.2);top:2rem;left:11.8125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#qXaUSxKd6uqcDcqX62e6wTsf58lEsWRU { 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:2.1875rem;width:2.25rem;top:2.6875rem;left:12.375rem;overflow:hidden;display:block; }
#cdT4cQ6BZiyAPrIp6RuQEJnqwsQ3PNuc { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:2.9375rem;left:16.625rem;height:1.6rem;font-style:normal;display:block; }
#seKAc5GgZvcUTnK4zwvAXwxWeP1kimWP { position:relative;display:block; }#seKAc5GgZvcUTnK4zwvAXwxWeP1kimWP { background-color: transparent; background-image: none; }#seKAc5GgZvcUTnK4zwvAXwxWeP1kimWP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seKAc5GgZvcUTnK4zwvAXwxWeP1kimWP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seKAc5GgZvcUTnK4zwvAXwxWeP1kimWP > .row .container > .video-iframe-container { display: none; }#seKAc5GgZvcUTnK4zwvAXwxWeP1kimWP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seKAc5GgZvcUTnK4zwvAXwxWeP1kimWP > .row > .video-iframe-container { display: none; }#seKAc5GgZvcUTnK4zwvAXwxWeP1kimWP > .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); }#seKAc5GgZvcUTnK4zwvAXwxWeP1kimWP { border-width: 0; border-radius: 0; }#seKAc5GgZvcUTnK4zwvAXwxWeP1kimWP > .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; }#seKAc5GgZvcUTnK4zwvAXwxWeP1kimWP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JvA5JnfNwi8AR1Jdi9pDZT1QD0TpbPQB { box-sizing:content-box;height:4.8125rem;width:54.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(94,233,181,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(94,233,181,0.2);border-left:0.0625rem solid rgba(94,233,181,0.2);border-right:0.0625rem solid rgba(94,233,181,0.2);border-bottom:0.0625rem solid rgba(94,233,181,0.2);top:1.25rem;left:10.875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#h3StkLS7ECuR17rP2VT5psoIfKqBPkmg { box-sizing:content-box;height:3.3125rem;width:3.125rem;position:absolute;display:block;z-index:15007;background-color:#272725;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(94,233,181,0.2);border-left:0.0625rem solid rgba(94,233,181,0.2);border-right:0.0625rem solid rgba(94,233,181,0.2);border-bottom:0.0625rem solid rgba(94,233,181,0.2);top:2rem;left:11.8125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#Kt4W403EyLv8iUDM5PTzIOC1yaolVyxk { 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:2.1875rem;width:1.8125rem;top:2.625rem;left:12.53125rem;overflow:hidden;display:block; }
#fmBz0AvdNOdeCBsKAL2k379mSc6hA3AG { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:2.9375rem;left:16.625rem;height:1.6rem;font-style:normal;display:block; }
#haJRGed0cWvlMkIAEcV6fIxC0aQ0BcKq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#haJRGed0cWvlMkIAEcV6fIxC0aQ0BcKq > .row .container { background-color: transparent; background-image: none; }#haJRGed0cWvlMkIAEcV6fIxC0aQ0BcKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haJRGed0cWvlMkIAEcV6fIxC0aQ0BcKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haJRGed0cWvlMkIAEcV6fIxC0aQ0BcKq > .row .container > .video-iframe-container { display: none; }#haJRGed0cWvlMkIAEcV6fIxC0aQ0BcKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haJRGed0cWvlMkIAEcV6fIxC0aQ0BcKq > .row > .video-iframe-container { display: none; }#haJRGed0cWvlMkIAEcV6fIxC0aQ0BcKq > .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); }#haJRGed0cWvlMkIAEcV6fIxC0aQ0BcKq > .row .container { border-width: 0; border-radius: 0; }#haJRGed0cWvlMkIAEcV6fIxC0aQ0BcKq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#haJRGed0cWvlMkIAEcV6fIxC0aQ0BcKq > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#xokDBygme4KGr4evyKP9ETwLMe9ZxEQc { color:#a78bfa;display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5rem;left:26.000000953674rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zC6NRozRD6JzKbXz3NPutlQX9NETvUXp { box-sizing:content-box;height:8.75rem;width:24.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(94,233,181,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(94,233,181,0.2);border-left:0.0625rem solid rgba(94,233,181,0.2);border-right:0.0625rem solid rgba(94,233,181,0.2);border-bottom:0.0625rem solid rgba(94,233,181,0.2);top:8.625rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#WpBP74WmGHGgqn3x8fAJd0wwgGw5FRIc { box-sizing:content-box;height:8.75rem;width:24.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,98,125,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,98,125,0.2);border-left:0.0625rem solid rgba(255,98,125,0.2);border-right:0.0625rem solid rgba(255,98,125,0.2);border-bottom:0.0625rem solid rgba(255,98,125,0.2);top:8.625rem;left:50.750000953674rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#ihRFOIb3opZC0QfhXHgXp4isLIThJPaD { box-sizing:content-box;height:8.75rem;width:24.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,210,48,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,210,48,0.2);border-left:0.0625rem solid rgba(255,210,48,0.2);border-right:0.0625rem solid rgba(255,210,48,0.2);border-bottom:0.0625rem solid rgba(255,210,48,0.2);top:8.625rem;left:25.387501716614rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#wKMe2D8PTcnMpRv5VliFDtmhMOTXDTc3 { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(94,233,181,0.15);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.75rem;left:1.75rem;display:block; }
#eE1QyG3Lwb1x1AVDolghGKtnt0qSHBK9 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:12.375rem;left:2.375rem; }
#v2c8NMG8XiLLvcQoOydlzwBbQ46Qke5S { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:10.5rem;left:5.1875rem;height:1.575rem;font-style:normal;display:block; }
#X6WuZlDf0eDHBDrf4uNzm3TMdrDCNNlH { color:#90a1b9;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:12.5rem;left:5.1875rem;height:3.2rem;font-style:normal;display:block; }
#VzL0RiQzJTUXh7PQFowJ4qryhHmCKe8P { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(255,98,125,0.15);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.5rem;left:52.500000953674rem;display:block; }
#gfRSv9GzuirftTLV27uRaE8e81LaNA4A { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:11.125rem;left:53.125000953674rem; }
#eCUmUVz4isOqlz1w9c5XigGcT2O1camE { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:10.5rem;left:55.937500953674rem;height:1.575rem;font-style:normal;display:block; }
#DooJx9kAcbrklWdGh3fiMXNxOOgpaIOB { color:#90a1b9;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:12.5rem;left:55.937500953674rem;height:3.2rem;font-style:normal;display:block; }
#Q1GERKCmXT2pyZLOk2y5e7ITQ7E7TmrT { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(255,210,48,0.15);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.5rem;left:27.125000953674rem;display:block; }
#MfRD5M4T9wL8S7dUGsdiMHBabJnnwxW4 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:11.125rem;left:27.750000953674rem; }
#FhLv7MNAfshA0inPnMLeCtlWmMkS9IkF { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:10.5rem;left:30.562500953674rem;height:1.575rem;font-style:normal;display:block; }
#gtqhacW0COfxvQ58a3pAtwcRnPcUyCo5 { color:#90a1b9;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:12.5rem;left:30.562500953674rem;height:3.2rem;font-style:normal;display:block; }
#eGBtpZg9t0l8UQtykdopus3AMhsaATVc { box-sizing:content-box;height:2.8125rem;width:12rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #ffb900, #fe9a00);background-image: -moz-linear-gradient(135deg, #ffb900, #fe9a00);background-image: -ms-linear-gradient(135deg, #ffb900, #fe9a00);background-image: -o-linear-gradient(135deg, #ffb900, #fe9a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb900', endColorstr='#fe9a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb900', endColorstr='#fe9a00' );";background-image: linear-gradient(135deg, #ffb900, #fe9a00);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:21.1875rem;left:31.500000953674rem;border-top-right-radius:9.375rem;border-bottom-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-top-left-radius:9.375rem;display:block; }
#AerL7Db9kyA4gQLsEtXTcUKCGC93Av1Z { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.8125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:21.1875rem;left:31.500000953674rem;display:block; }
#yyt0A23z4zm4gdWZIENJ3gdwC2nR64Uh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a278o9wbf6DJa8ivchKuAcxzXsSaHcWK { position:absolute;display:block;z-index:15034;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:1.4375rem;width:1.4375rem;top:21.875rem;left:32.750000953674rem;overflow:hidden;display:block; }
#tTH3zop6xxTbXvlptvLAXZHv3fuUzwHI { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:21.5625rem;left:34.781250953674rem;height:2rem;font-style:normal;display:block; }
#skO4OGFAwl5Ryr2FRET6uE0HOfwJF2KT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d0f22;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; }#skO4OGFAwl5Ryr2FRET6uE0HOfwJF2KT > .row .container { background-color: transparent; background-image: none; }#skO4OGFAwl5Ryr2FRET6uE0HOfwJF2KT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skO4OGFAwl5Ryr2FRET6uE0HOfwJF2KT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skO4OGFAwl5Ryr2FRET6uE0HOfwJF2KT > .row .container > .video-iframe-container { display: none; }#skO4OGFAwl5Ryr2FRET6uE0HOfwJF2KT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skO4OGFAwl5Ryr2FRET6uE0HOfwJF2KT > .row > .video-iframe-container { display: none; }#skO4OGFAwl5Ryr2FRET6uE0HOfwJF2KT > .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); }#skO4OGFAwl5Ryr2FRET6uE0HOfwJF2KT > .row .container { border-width: 0; border-radius: 0; }#skO4OGFAwl5Ryr2FRET6uE0HOfwJF2KT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#skO4OGFAwl5Ryr2FRET6uE0HOfwJF2KT > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:block; }#Sb40aTZk9kBJdO1iCZ9qPTDQ4K8gxZg3 { color:#a78bfa;display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1695308685302rem;left:14.155468940735rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EDLXTyqcx04KA1eFk0aq0ZSnRIK7HII6 { color:#ffffff;display:block;width:65.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5078134536743rem;left:4.75rem;height:3.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ph32CKW5xsiO6Op0erJrTfecIBrW0dJb { color:#ffffff;display:block;width:65.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5078134536743rem;left:4.75rem;height:3.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#PxAVPJnoltiVIVbWTNwvJeClVpo8iGfn { color:#ffffff;display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:11.48291015625rem;left:13.40625rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eSfmos5F88Rz5oxX8NiQTibcpGmk41VZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d0f22;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; }#eSfmos5F88Rz5oxX8NiQTibcpGmk41VZ > .row .container { background-color: transparent; background-image: none; }#eSfmos5F88Rz5oxX8NiQTibcpGmk41VZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSfmos5F88Rz5oxX8NiQTibcpGmk41VZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSfmos5F88Rz5oxX8NiQTibcpGmk41VZ > .row .container > .video-iframe-container { display: none; }#eSfmos5F88Rz5oxX8NiQTibcpGmk41VZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSfmos5F88Rz5oxX8NiQTibcpGmk41VZ > .row > .video-iframe-container { display: none; }#eSfmos5F88Rz5oxX8NiQTibcpGmk41VZ > .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); }#eSfmos5F88Rz5oxX8NiQTibcpGmk41VZ > .row .container { border-width: 0; border-radius: 0; }#eSfmos5F88Rz5oxX8NiQTibcpGmk41VZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eSfmos5F88Rz5oxX8NiQTibcpGmk41VZ > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#pJ23BRDXapwQarTExxrd1G7hwUohQB6D { box-sizing:content-box;height:12.375rem;width:31.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(42,127,255,0.08);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.2);border-left:0.0625rem solid rgba(42,127,255,0.2);border-right:0.0625rem solid rgba(42,127,255,0.2);border-bottom:0.0625rem solid rgba(42,127,255,0.2);top:2.3125rem;left:3.40625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#gzH6bTpsGKWLa2HTgo4aZZsBTF1tOMn8 { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:4.189453125rem;left:4.59375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fsPvUBgacPXlCBp5aB2qVCVEMgJ3bRGR { color:#90a1b9;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:6.4375rem;left:4.59375rem;height:3.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PGszBpBfKcZ9kmuAwnWzxMQ5T56TsHcI { box-sizing:content-box;height:2.625rem;width:9rem;position:absolute;display:block;z-index:15005;background-color:rgba(42,127,255,0.08);background-image:none;box-shadow: none;border-top:0.1875rem solid #ffb900;border-left:0.1875rem solid #ffb900;border-right:0.1875rem solid #ffb900;border-bottom:0.1875rem solid #ffb900;top:10.15625rem;left:4.59375rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#m51XsC4QdGre9T8aCkSyXoCiPWA8Iide { color:#5ee9b5;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:10.65625rem;left:5.34375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AkVHxMLOczM22oOsOTUAesWftvo31uPE { box-sizing:content-box;height:12.375rem;width:31.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(42,127,255,0.08);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.2);border-left:0.0625rem solid rgba(42,127,255,0.2);border-right:0.0625rem solid rgba(42,127,255,0.2);border-bottom:0.0625rem solid rgba(42,127,255,0.2);top:1.9375rem;left:38.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#sw89L90m1vUJ3K17GxI7Vzi7J2XPs7dQ { color:#90a1b9;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:6.0625rem;left:40.125rem;height:3.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zlBSgwwU7uq7OkidKy1OndBhsz44ch3J { box-sizing:content-box;height:2.625rem;width:9rem;position:absolute;display:block;z-index:15010;background-color:rgba(42,127,255,0.08);background-image:none;box-shadow: none;border-top:0.1875rem solid #ffb900;border-left:0.1875rem solid #ffb900;border-right:0.1875rem solid #ffb900;border-bottom:0.1875rem solid #ffb900;top:9.75rem;left:40.125rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#IdN7iMTxKqwCzQq8T3qoKGHy7IcNS5EC { color:#5ee9b5;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:10.25rem;left:40.875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XiJm381uyKuK6FhtXKD37eWFbA52Whp5 { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:3.8125rem;left:40.125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oEqd5tDspImuXTdv0yVmCDimUks56r6d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d0f22;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; }#oEqd5tDspImuXTdv0yVmCDimUks56r6d > .row .container { background-color: transparent; background-image: none; }#oEqd5tDspImuXTdv0yVmCDimUks56r6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEqd5tDspImuXTdv0yVmCDimUks56r6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEqd5tDspImuXTdv0yVmCDimUks56r6d > .row .container > .video-iframe-container { display: none; }#oEqd5tDspImuXTdv0yVmCDimUks56r6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEqd5tDspImuXTdv0yVmCDimUks56r6d > .row > .video-iframe-container { display: none; }#oEqd5tDspImuXTdv0yVmCDimUks56r6d > .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); }#oEqd5tDspImuXTdv0yVmCDimUks56r6d > .row .container { border-width: 0; border-radius: 0; }#oEqd5tDspImuXTdv0yVmCDimUks56r6d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oEqd5tDspImuXTdv0yVmCDimUks56r6d > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#WbTv7Ub4IsJXv07msNTB0AOKIZVT5RiX { box-sizing:content-box;height:12.375rem;width:31.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(42,127,255,0.08);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.2);border-left:0.0625rem solid rgba(42,127,255,0.2);border-right:0.0625rem solid rgba(42,127,255,0.2);border-bottom:0.0625rem solid rgba(42,127,255,0.2);top:2.3125rem;left:3.40625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#MmbTK7Gtc0Ves26zuKTEWrTrsGm0AnXp { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:4.189453125rem;left:4.59375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ug4loVf1CzgenTFDIvFO3NOyqepaTkMS { color:#90a1b9;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:7.35595703125rem;left:4.09375rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iGE1JoFCLRxBRenta3hJlun4Sbcv8quO { box-sizing:content-box;height:2.625rem;width:9rem;position:absolute;display:block;z-index:15005;background-color:rgba(42,127,255,0.08);background-image:none;box-shadow: none;border-top:0.1875rem solid #ffb900;border-left:0.1875rem solid #ffb900;border-right:0.1875rem solid #ffb900;border-bottom:0.1875rem solid #ffb900;top:10.15625rem;left:4.59375rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#eQM98Ty8gsNLGSgKHTdbxMIAlnvNwBti { color:#5ee9b5;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:10.65625rem;left:5.34375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qqxM7WdfPnrdHyLw3XENT0r0kE97Ker8 { box-sizing:content-box;height:12.375rem;width:31.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(42,127,255,0.08);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.2);border-left:0.0625rem solid rgba(42,127,255,0.2);border-right:0.0625rem solid rgba(42,127,255,0.2);border-bottom:0.0625rem solid rgba(42,127,255,0.2);top:1.9375rem;left:38.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#pEZNRUvpx2AWucB5uNpCk8WFWDHMGBKo { color:#90a1b9;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:6.0625rem;left:40.125rem;height:3.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lL6MQFd0NmdCnDRW9bANRJ3PBrEBRTTr { box-sizing:content-box;height:2.625rem;width:9rem;position:absolute;display:block;z-index:15010;background-color:rgba(42,127,255,0.08);background-image:none;box-shadow: none;border-top:0.1875rem solid #ffb900;border-left:0.1875rem solid #ffb900;border-right:0.1875rem solid #ffb900;border-bottom:0.1875rem solid #ffb900;top:9.75rem;left:40.125rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#kbua0F6cdb0eTKMxZQkxr4mDwCtKr8Dy { color:#5ee9b5;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:10.25rem;left:40.875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gUGOcmtRNL7kfvVpwG7wmtasek4dWogi { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:3.8125rem;left:40.125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GeuVS1RkXcXEHgQGv7gpP9cUL1b5EHBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d0f22;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; }#GeuVS1RkXcXEHgQGv7gpP9cUL1b5EHBw > .row .container { background-color: transparent; background-image: none; }#GeuVS1RkXcXEHgQGv7gpP9cUL1b5EHBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeuVS1RkXcXEHgQGv7gpP9cUL1b5EHBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeuVS1RkXcXEHgQGv7gpP9cUL1b5EHBw > .row .container > .video-iframe-container { display: none; }#GeuVS1RkXcXEHgQGv7gpP9cUL1b5EHBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeuVS1RkXcXEHgQGv7gpP9cUL1b5EHBw > .row > .video-iframe-container { display: none; }#GeuVS1RkXcXEHgQGv7gpP9cUL1b5EHBw > .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); }#GeuVS1RkXcXEHgQGv7gpP9cUL1b5EHBw > .row .container { border-width: 0; border-radius: 0; }#GeuVS1RkXcXEHgQGv7gpP9cUL1b5EHBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GeuVS1RkXcXEHgQGv7gpP9cUL1b5EHBw > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#RTcEBsbwDUTFEqTT70JzKHheLGzAak8f { box-sizing:content-box;height:12.375rem;width:31.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(42,127,255,0.08);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.2);border-left:0.0625rem solid rgba(42,127,255,0.2);border-right:0.0625rem solid rgba(42,127,255,0.2);border-bottom:0.0625rem solid rgba(42,127,255,0.2);top:2.3125rem;left:3.40625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#o6B3VrfSf1fplDUoX9OWeXI8W39OyAci { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:4.189453125rem;left:4.59375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pVhWaDDHTUzwbFEdUnIiW00nqZ6sKU1q { color:#90a1b9;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:7.35595703125rem;left:4.09375rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aCOmt7hzFyu4NTWmKne9kSg5pT1x8hET { box-sizing:content-box;height:2.625rem;width:9rem;position:absolute;display:block;z-index:15005;background-color:rgba(42,127,255,0.08);background-image:none;box-shadow: none;border-top:0.1875rem solid #ffb900;border-left:0.1875rem solid #ffb900;border-right:0.1875rem solid #ffb900;border-bottom:0.1875rem solid #ffb900;top:10.15625rem;left:4.59375rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#yARBy9X70CdupKvDbDEz64mQMtT7T8vD { color:#5ee9b5;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:10.65625rem;left:5.34375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#echwJxORWzsX6yz3eHT7gFMtQCxpPtgp { box-sizing:content-box;height:12.375rem;width:31.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(42,127,255,0.08);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.2);border-left:0.0625rem solid rgba(42,127,255,0.2);border-right:0.0625rem solid rgba(42,127,255,0.2);border-bottom:0.0625rem solid rgba(42,127,255,0.2);top:1.9375rem;left:38.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#s1segfTfVWOeGCRH42kHJoAhtq8MzKot { color:#90a1b9;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:6.0625rem;left:40.125rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mPEgaKQxlmc2vDG6Iuei0MF50aX9BTo2 { box-sizing:content-box;height:2.625rem;width:9rem;position:absolute;display:block;z-index:15010;background-color:rgba(42,127,255,0.08);background-image:none;box-shadow: none;border-top:0.1875rem solid #ffb900;border-left:0.1875rem solid #ffb900;border-right:0.1875rem solid #ffb900;border-bottom:0.1875rem solid #ffb900;top:9.75rem;left:40.125rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#Ut9iNuuo9aS6c7y4lU2dEtu4HcR5lzKA { color:#fe9a00;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:10.25rem;left:40.875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rTk6z8EUn5RAAV728Rs21CU3O8BNfozF { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:3.8125rem;left:40.125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MSQvZ2yTERkZ7TUDmUd45afvZpbgOT3S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d0f22;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; }#MSQvZ2yTERkZ7TUDmUd45afvZpbgOT3S > .row .container { background-color: transparent; background-image: none; }#MSQvZ2yTERkZ7TUDmUd45afvZpbgOT3S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSQvZ2yTERkZ7TUDmUd45afvZpbgOT3S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSQvZ2yTERkZ7TUDmUd45afvZpbgOT3S > .row .container > .video-iframe-container { display: none; }#MSQvZ2yTERkZ7TUDmUd45afvZpbgOT3S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSQvZ2yTERkZ7TUDmUd45afvZpbgOT3S > .row > .video-iframe-container { display: none; }#MSQvZ2yTERkZ7TUDmUd45afvZpbgOT3S > .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); }#MSQvZ2yTERkZ7TUDmUd45afvZpbgOT3S > .row .container { border-width: 0; border-radius: 0; }#MSQvZ2yTERkZ7TUDmUd45afvZpbgOT3S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MSQvZ2yTERkZ7TUDmUd45afvZpbgOT3S > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#tnzpaIhylaEVVcKz8dhsyvRAegzbzKbf { box-sizing:content-box;height:12.375rem;width:31.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(42,127,255,0.08);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.2);border-left:0.0625rem solid rgba(42,127,255,0.2);border-right:0.0625rem solid rgba(42,127,255,0.2);border-bottom:0.0625rem solid rgba(42,127,255,0.2);top:2.3125rem;left:3.40625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#t5maTBVkCF9fnE8AhGKGNtx197l48HNR { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:4.189453125rem;left:4.59375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M8x9E1lww1hIhqWvqASDAPAgqAs6bQ8D { color:#90a1b9;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:6.556640625rem;left:4.84375rem;height:3.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mTUuNb1m2vBk2iTZHknk6d0ne4pReIwz { box-sizing:content-box;height:2.625rem;width:9rem;position:absolute;display:block;z-index:15005;background-color:rgba(42,127,255,0.08);background-image:none;box-shadow: none;border-top:0.1875rem solid #ffb900;border-left:0.1875rem solid #ffb900;border-right:0.1875rem solid #ffb900;border-bottom:0.1875rem solid #ffb900;top:10.15625rem;left:4.59375rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#isauwpDJox22b4vC7pPtFHGawlAPJMsM { color:#fe9a00;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:10.65625rem;left:5.34375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tVSNEf7hDVS3yc8UXyLZKDChkrMoBHhU { box-sizing:content-box;height:12.375rem;width:31.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(42,127,255,0.08);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.2);border-left:0.0625rem solid rgba(42,127,255,0.2);border-right:0.0625rem solid rgba(42,127,255,0.2);border-bottom:0.0625rem solid rgba(42,127,255,0.2);top:1.9375rem;left:38.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#oZTsifuTglReWGAnfCCOTc7As2M5efoz { color:#90a1b9;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:6.0625rem;left:40.125rem;height:3.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rPMDv3mlRUw3ZBHWXyF8OTr6LETTqTu9 { box-sizing:content-box;height:2.625rem;width:9rem;position:absolute;display:block;z-index:15010;background-color:rgba(42,127,255,0.08);background-image:none;box-shadow: none;border-top:0.1875rem solid #ffb900;border-left:0.1875rem solid #ffb900;border-right:0.1875rem solid #ffb900;border-bottom:0.1875rem solid #ffb900;top:9.75rem;left:40.125rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#JJTxqlOWZwaPoPJ5c82OqMK0I1Abyi8u { color:#5ee9b5;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:10.25rem;left:40.875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ArTJP4EPyMt5JGETSx2rvCK0iUNf07lz { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:3.8125rem;left:40.125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sJQoGCqBsqrQXq76VxHn60lZRMprD6WC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d0f22;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; }#sJQoGCqBsqrQXq76VxHn60lZRMprD6WC > .row .container { background-color: transparent; background-image: none; }#sJQoGCqBsqrQXq76VxHn60lZRMprD6WC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJQoGCqBsqrQXq76VxHn60lZRMprD6WC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJQoGCqBsqrQXq76VxHn60lZRMprD6WC > .row .container > .video-iframe-container { display: none; }#sJQoGCqBsqrQXq76VxHn60lZRMprD6WC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJQoGCqBsqrQXq76VxHn60lZRMprD6WC > .row > .video-iframe-container { display: none; }#sJQoGCqBsqrQXq76VxHn60lZRMprD6WC > .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); }#sJQoGCqBsqrQXq76VxHn60lZRMprD6WC > .row .container { border-width: 0; border-radius: 0; }#sJQoGCqBsqrQXq76VxHn60lZRMprD6WC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sJQoGCqBsqrQXq76VxHn60lZRMprD6WC > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#VGz5W3OOPAxFoe8ICL2SgZcS4qU8tOvT { color:#a78bfa;display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1695308685302rem;left:14.155468940735rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yokOLz0J1bV1cMForzT3anHC1bfkLPFm { color:#ffffff;display:block;width:65.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5078134536743rem;left:4.75rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ipHhoiIpfMqDfgolrbJoV6KENgMyLP5A { color:#ffffff;display:block;width:65.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5078134536743rem;left:4.75rem;height:3.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#T5ZJpVhebUndDE1QfrrpBm8IprnJ1OfI { color:#5ee9b5;display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:11.48291015625rem;left:13.40625rem;height:4.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hSK7zvusXqBcow7WAMM8LVAgMbws2VMi { box-sizing:content-box;height:6.375rem;width:45.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(42,127,255,0.08);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.2);border-left:0.0625rem solid rgba(42,127,255,0.2);border-right:0.0625rem solid rgba(42,127,255,0.2);border-bottom:0.0625rem solid rgba(42,127,255,0.2);top:10.626953125rem;left:14.59375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#LK2CwNVEAL002BGvuHAiDCHuewND5RIu { color:#ffffff;display:block;width:65.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.501953125rem;left:4.75rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QX4igIVcrK3Tty9Z7STfHXgTR7WGA984 { color:#fe9a00;display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:23rem;left:13.4375rem;height:4.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtaapmIsiZLxLFlUOnuDgomrgTTH3MEA { box-sizing:content-box;height:6.375rem;width:45.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(42,127,255,0.08);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.2);border-left:0.0625rem solid rgba(42,127,255,0.2);border-right:0.0625rem solid rgba(42,127,255,0.2);border-bottom:0.0625rem solid rgba(42,127,255,0.2);top:22.125rem;left:14.625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#XGSdKMrgPL2cmyOTBwts1vomoBV0u6Ul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0);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; }#XGSdKMrgPL2cmyOTBwts1vomoBV0u6Ul > .row .container { background-color: transparent; background-image: none; }#XGSdKMrgPL2cmyOTBwts1vomoBV0u6Ul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGSdKMrgPL2cmyOTBwts1vomoBV0u6Ul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGSdKMrgPL2cmyOTBwts1vomoBV0u6Ul > .row .container > .video-iframe-container { display: none; }#XGSdKMrgPL2cmyOTBwts1vomoBV0u6Ul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGSdKMrgPL2cmyOTBwts1vomoBV0u6Ul > .row > .video-iframe-container { display: none; }#XGSdKMrgPL2cmyOTBwts1vomoBV0u6Ul > .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); }#XGSdKMrgPL2cmyOTBwts1vomoBV0u6Ul > .row .container { border-width: 0; border-radius: 0; }#XGSdKMrgPL2cmyOTBwts1vomoBV0u6Ul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XGSdKMrgPL2cmyOTBwts1vomoBV0u6Ul > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;position:relative;display:block; }#eBNOtk1yhug4f5gODThTU2HWrJ1P2Wz1 { color:#ffb900;display:block;width:55.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:0.625rem 0.3125rem 1.875rem rgba(0,0,0,0.5);top:5rem;left:9.6875rem;height:8.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oKd22L9Q8lZOBrT6S2GnbuK98SKTGk9F { color:#cad5e2;display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:16.125rem;left:16.1875rem;height:11.475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#J3hd1IJrdceD9AJ27OuncZCVCVqrIIcn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J3hd1IJrdceD9AJ27OuncZCVCVqrIIcn > .row .container { background-color: transparent; background-image: none; }#J3hd1IJrdceD9AJ27OuncZCVCVqrIIcn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3hd1IJrdceD9AJ27OuncZCVCVqrIIcn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3hd1IJrdceD9AJ27OuncZCVCVqrIIcn > .row .container > .video-iframe-container { display: none; }#J3hd1IJrdceD9AJ27OuncZCVCVqrIIcn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3hd1IJrdceD9AJ27OuncZCVCVqrIIcn > .row > .video-iframe-container { display: none; }#J3hd1IJrdceD9AJ27OuncZCVCVqrIIcn > .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); }#J3hd1IJrdceD9AJ27OuncZCVCVqrIIcn > .row .container { border-width: 0; border-radius: 0; }#J3hd1IJrdceD9AJ27OuncZCVCVqrIIcn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J3hd1IJrdceD9AJ27OuncZCVCVqrIIcn > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#DQlfMwUotmKR1ioBTkmRMvb4Zy4fqzTk { color:#a78bfa;display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1695308685302rem;left:14.155468940735rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I0uhClyVtKJ9iiO1pLAq6ZnpB4FksDSO { color:#ffffff;display:block;width:65.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5078134536743rem;left:4.75rem;height:3.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZXf9hb5EzEFSgbvAeQaZ0UF2HfaAKhti { color:#cad5e2;display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:11.09461838007rem;left:17.500001907349rem;height:6.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lnJ75HOcZ5PEqTXq7pQCVxZWTvytEpXG { color:#a78bfa;display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1695308685302rem;left:14.155468940735rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TUKJznToTNtOAIKTPiV4FChMNPUcAgOu { position:relative;display:block; }#TUKJznToTNtOAIKTPiV4FChMNPUcAgOu { background-color: transparent; background-image: none; }#TUKJznToTNtOAIKTPiV4FChMNPUcAgOu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUKJznToTNtOAIKTPiV4FChMNPUcAgOu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUKJznToTNtOAIKTPiV4FChMNPUcAgOu > .row .container > .video-iframe-container { display: none; }#TUKJznToTNtOAIKTPiV4FChMNPUcAgOu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUKJznToTNtOAIKTPiV4FChMNPUcAgOu > .row > .video-iframe-container { display: none; }#TUKJznToTNtOAIKTPiV4FChMNPUcAgOu > .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); }#TUKJznToTNtOAIKTPiV4FChMNPUcAgOu { border-width: 0; border-radius: 0; }#TUKJznToTNtOAIKTPiV4FChMNPUcAgOu > .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; }#TUKJznToTNtOAIKTPiV4FChMNPUcAgOu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mE0IrnK70zFKCBcBoGvh9WRrpINObCTb { box-sizing:content-box;height:18.875rem;width:17.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(42,127,255,0.08);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.2);border-left:0.0625rem solid rgba(42,127,255,0.2);border-right:0.0625rem solid rgba(42,127,255,0.2);border-bottom:0.0625rem solid rgba(42,127,255,0.2);top:0rem;left:38.099999427796rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#E2DnGOuf4hIsuvdsemWqMPuBO52Kxiin { box-sizing:content-box;height:18.875rem;width:17.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(42,127,255,0.08);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.2);border-left:0.0625rem solid rgba(42,127,255,0.2);border-right:0.0625rem solid rgba(42,127,255,0.2);border-bottom:0.0625rem solid rgba(42,127,255,0.2);top:0rem;left:19.037499427796rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#HrSqgd1hlmuasWwfOSTUZUTU4p3THwHB { box-sizing:content-box;height:18.875rem;width:17.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(42,127,255,0.08);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.2);border-left:0.0625rem solid rgba(42,127,255,0.2);border-right:0.0625rem solid rgba(42,127,255,0.2);border-bottom:0.0625rem solid rgba(42,127,255,0.2);top:0rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#wG553hkyCZkGubv6GLpEMpP9vz1m8cEi { box-sizing:content-box;height:18.875rem;width:17.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(42,127,255,0.08);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(42,127,255,0.2);border-left:0.0625rem solid rgba(42,127,255,0.2);border-right:0.0625rem solid rgba(42,127,255,0.2);border-bottom:0.0625rem solid rgba(42,127,255,0.2);top:0rem;left:57.087502479553rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#dqWiARLL1DLgQfmHSpqyLz3neXrTSV5U { color:#ffb900;display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:1.8617191314698rem;left:1.25rem;height:1.4875rem;font-style:normal;display:block; }
#wL3MDtf4ckIgs5WZXoMbbFkq0IBsZLqR { color:#90a1b9;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:4.449999332428rem;left:1.25rem;height:12.8rem;font-style:normal;display:block; }
#W65nxlwLKPQXOL4pWdv2eqxCl8I8H0AQ { color:#ffb900;display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:1.8617191314698rem;left:20.287499427796rem;height:2.975rem;font-style:normal;display:block; }
#Dqb82RQfQWwqVeaytSKQci7OqmHwwR6V { color:#90a1b9;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:6.26171875rem;left:20.368750572204rem;height:8rem;font-style:normal;display:block; }
#GBEzG9czkpiz67ZDDVLmXVdyNsWivkP9 { color:#ffb900;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:1.8617191314698rem;left:39.349999427796rem;height:2.975rem;font-style:normal;display:block; }
#sQzTAsq9pTfzdFi9kK14nJSUwCHZmdyA { color:#90a1b9;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:6.125rem;left:39.349999427796rem;height:11.2rem;font-style:normal;display:block; }
#ImZV8CuoS11MhTSOQ6h5A17EmJfwGwlv { color:#ffb900;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:1.8617191314698rem;left:58.337502479553rem;height:1.4875rem;font-style:normal;display:block; }
#E8u9m0SucN3WcGry965mtCDpoeaTxzUN { color:#90a1b9;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:6.0984363555908rem;left:58.337502479553rem;height:11.2rem;font-style:normal;display:block; }
#ctQ3Jsw0QtZoHF8hTRFDvo1oF9cKC0ST { color:#ffb900;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:3.44921875rem;left:58.337502479553rem;height:1.225rem;font-style:normal;display:block; }
#l3K4kem5FA5Tb5uCnE6a40ZZleS93WGa { color:#ffffff;display:block;width:41rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:22.787501215935rem;left:16.999218940735rem;height:5.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AmC80ymJrHvpmPyRRy238q4upl8SsJHN { box-sizing:content-box;height:2.8125rem;width:21rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #ffb900, #fe9a00);background-image: -moz-linear-gradient(135deg, #ffb900, #fe9a00);background-image: -ms-linear-gradient(135deg, #ffb900, #fe9a00);background-image: -o-linear-gradient(135deg, #ffb900, #fe9a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb900', endColorstr='#fe9a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb900', endColorstr='#fe9a00' );";background-image: linear-gradient(135deg, #ffb900, #fe9a00);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:31.375rem;left:27rem;border-top-right-radius:9.375rem;border-bottom-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-top-left-radius:9.375rem;display:block; }
#ceMB8M84OpsBOAuLfH8N0nTze3TOgLul { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:2.8125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:31.375000953674rem;left:27.000000953674rem;display:block; }
#ez00AgW37UQJFfxcxwyTJeFuzuD2p1pT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GOk2MUdqJWc68oi979qa2LJdI0coO6mx { color:#000000;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:31.75rem;left:30.25rem;height:2rem;font-style:normal;display:block; }
#eHNiMKQFvi0iM1i641c8vUVW8EXrSz0w { position:absolute;display:block;z-index:15046;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:1.4375rem;width:1.4375rem;top:32.0625rem;left:28.25rem;overflow:hidden;display:block; }
#CpzZSR5uavx5xZrEPXu5SXtzeVyfDoDT { box-sizing:content-box;height:2.8125rem;width:21rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #ffb900, #fe9a00);background-image: -moz-linear-gradient(135deg, #ffb900, #fe9a00);background-image: -ms-linear-gradient(135deg, #ffb900, #fe9a00);background-image: -o-linear-gradient(135deg, #ffb900, #fe9a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb900', endColorstr='#fe9a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb900', endColorstr='#fe9a00' );";background-image: linear-gradient(135deg, #ffb900, #fe9a00);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:29.3125rem;left:27.000000953674rem;border-top-right-radius:9.375rem;border-bottom-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-top-left-radius:9.375rem;display:none; }
#Pers5wQnNCeTQvSZ3zUDdl97dLWE9rr7 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:2.8125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:29.3125rem;left:27.000000953674rem;display:none; }
#pRGZXseKZz2F2WqIE6c9RWVaPNJ0CfHb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l8slTCecMlN79iEdcSsyyqE89Ln0tgoH { color:#000000;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:29.6875rem;left:30.250000953674rem;height:2rem;font-style:normal;display:none; }
#s59yq7TCmKVEZ4iK6TezlpDmMVaAe0Tl { position:absolute;display:block;z-index:15038;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:1.4375rem;width:1.4375rem;top:30rem;left:28.250000953674rem;overflow:hidden;display:none; }
#ahDgage1lKuQElIopp3G8Hb4bTkgun2T { color:#90a1b9;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:6.26171875rem;left:20.368750572204rem;height:8rem;font-style:normal;display:none; }
#G29s9DOOxg7NU6h8NhkfBlTnVhqAP0y0 { position:relative;display:block; }#G29s9DOOxg7NU6h8NhkfBlTnVhqAP0y0 { background-color: transparent; background-image: none; }#G29s9DOOxg7NU6h8NhkfBlTnVhqAP0y0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G29s9DOOxg7NU6h8NhkfBlTnVhqAP0y0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G29s9DOOxg7NU6h8NhkfBlTnVhqAP0y0 > .row .container > .video-iframe-container { display: none; }#G29s9DOOxg7NU6h8NhkfBlTnVhqAP0y0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G29s9DOOxg7NU6h8NhkfBlTnVhqAP0y0 > .row > .video-iframe-container { display: none; }#G29s9DOOxg7NU6h8NhkfBlTnVhqAP0y0 > .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); }#G29s9DOOxg7NU6h8NhkfBlTnVhqAP0y0 { border-width: 0; border-radius: 0; }#G29s9DOOxg7NU6h8NhkfBlTnVhqAP0y0 > .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; }#G29s9DOOxg7NU6h8NhkfBlTnVhqAP0y0 > .row .container { border-top:0.0625rem solid rgba(144,161,185,0.25);border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.6375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lG4C0T44uC8U9I3WOqOqJLwT9P9C3uEy { color:#45556c;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:2.2439231872559rem;left:61.375001907349rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EnbuHRVbc4Xa7cVPqfvOvnUN7OEypANh { 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.125rem;width:2.9375rem;top:1.3611106872559rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPiK8LMlPguulbB3UKfGP1FwR6TAlEXU { top:2.5625rem;left:30.375rem;width:17.25rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpNwkK0h8T08mqVAROSS91XmbtpHOi3N { width:16.4375rem;height:2.25rem;top:2.5rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEdkTZVMRTxZKD5GcVua4mJMMZSf8NCH { display:block; }
 }@media only screen and (max-width: 763px) { #vIDJauon77JcSBkqHSqwHHJbNJKlotUP { top:3.0625rem;left:45rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhSPxHX7g8TUXMI0adKtGKPc09lNJGV1 { top:2.75rem;left:34.125rem;width:13.625rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { top:0.75rem;left:0rem;width:2.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRM5Fx9etbabNIofXB6dXpdRSf5AoBKD { top:3.3125rem;left:0rem;width:25.5rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOfui528LyFUTDEfXUPmVodAqEX3iIPV { top:0.625rem;left:0rem;width:20rem;height:;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOTF6Hw9bmuCb1KCrQJ9PGgqiOyhrZ6J { top:0.25rem;left:0rem;width:7.875rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsN6ZF1wxpRGn6LGWFRwukuWLzKz4kmu { top:0.3125rem;left:0rem;width:3.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDf0aiFTr8THUi6sFSIPfsnLPCcWHfl5 { top:0.625rem;left:14.65625rem;width:18.4375rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ { width:18rem;height:5.0625rem;display:flex;top:5rem;left:22.34375rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #TTM6GsS5g2ZWfvOStqSH0fItmp2cffTT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #Q9XQ2mUVZ0yL0KSb5uRARnZVZ31Z4WvH {  }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #StIC954pozdAb3B46Dfqlx4sZch8mWVy {  }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #G0RGAy3tPXDibqCgc6bnpaGG5QlIBLrn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #QnNenDEHg1K1MODIXWZ9hBpuo3RQT7nZ {  }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #oGVrJavq7N0bfPm9XoKbJZNR4QsK3W0a {  }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #HSu8a6vekpykAtouLSTkc4VN3wnX0psF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #TcZ22CMNO93hIl7l5XdWOcqx1EbTmCpD {  }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #dvmlGSfvgPyPw3KmwHMCNJl5sBBm5NVA {  }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #TZPGtcGRVTT9oG42PqIf5yBzrouZipxe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #lfezgRKLK7J3zoZh5sHyhTMMTk7ENhP7 {  }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #qpKXcK2r5DhkqLZqk0LQhTNaxrgUf15b {  }
 }@media only screen and (max-width: 763px) { #WBp7KtRe1hQrci5TnT1rwAcq7Dc5xmTJ { display:none; }#WBp7KtRe1hQrci5TnT1rwAcq7Dc5xmTJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mz23X6MSPZk6sIzElDbphegfC5GPM3DI { display:block; }#Mz23X6MSPZk6sIzElDbphegfC5GPM3DI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGOGPR5hJU6XMAPpcm6hh25Ornvz8kHM { width:39rem;height:2.25rem;top:7.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlVPbzBtsTQH3Twvqtb40HeOLWDBA2Pe { top:7.75rem;left:4.4375rem;width:38.9375rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTLIeDLpHaOFphDRaMgbrxHe7kMWRqEo { top:11.8125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQxACoIz7DTpTiHi2qQnCePvnokaWiId { top:14rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #teNLTDIwpoVGTUhARdRIUb2krWkLgn3U { top:33.625rem;left:12.375rem;width:23rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwqLSnbIByTLUiFXro0GDeO1kPT9adz7 { width:21rem;height:2.8125rem;top:30.1875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6BI4gQtrZanna5L9DBf4eWIewvMFDlk { display:block; }
 }@media only screen and (max-width: 763px) { #MAIR0lFWnC7sb0lWM1W5TFQk7SC7pgzv { top:30.1875rem;left:13.375rem;width:21rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVsFBrczAqZhmhiVGqNdOiKTtwVowopP { top:30.5625rem;left:16.0625rem;width:17.125rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3WyEXt7Wtag5VgTLSfCZ1r8lEqlyFXi { width:47.75rem;height:6.125rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rALzRLQFq5NCSQuOwWhVFuQAXKlqHNTQ { top:36.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkToMyJ7yxtPa2AMiAGBTaHATrW4X5AG { top:6.9375rem;left:10.562500953674rem;width:7.75rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w5ztXSVvcV6DpeBtP0971kT7AEw9geFZ { top:5.9375rem;left:19.125000953674rem;width:24.3125rem;height:8.125rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #Grb1MMSLTAbH8VCwO6wnxUfBtAXnxBcU { top:6.9375rem;left:37.687500953674rem;width:3.5rem;height:2.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { top:5.9375rem;left:19.125000953674rem;width:24.3125rem;height:8.125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOBxS54FCCbruSNHzBW7BnF26W2tES2c { top:4.875rem;left:19.437500953674rem;width:17.625rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfZ46TTLx2oit70ZCDHaBctUbcLyASek { width:16.125rem;height:1.8125rem;top:4.6875rem;left:20.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvwDBiMC3qxSK4iogN5cfghXg8gBmnnd { top:6.9375rem;left:10.562500953674rem;width:7.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAJVAWtWDpwens5UFspph5mMOo7lTuhD { top:6.9375rem;left:37.687500953674rem;width:3.5rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbdx3m6s9mu2UXsFsXPdXgFSxPZhl1wz { top:13.125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXsnL47lhfER2eB2Ovg9oq1c3y8N6dOV { top:17.0625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZKNVlq8a9AmbQv50QSlOL47TGfDzSIS { top:33.9375rem;left:12.375000953674rem;width:23rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS0S29ewOatgX16IA6RamV0bpWaO4TBT { top:30.4375rem;left:13.375rem;width:21rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF1QiM5iG8U3SKNuKqpiXO5Orm3rThzF { width:21rem;height:2.8125rem;top:31.1875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN5mfAo0yXbMnUMRIJFEIdEX4bHQTcHH { display:block; }
 }@media only screen and (max-width: 763px) { #VW2CBlgbhPSligswvnxcKs9pBnmd6yfW { top:30.875rem;left:16.0625rem;width:17.125rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXIrnRVxOPXNb7pLsoNbH1nBvblMUmaC { top:31.125rem;left:14.6875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSvPRpk6lCBk4FXplWcw5gCeZKALq2Fk { top:19.9375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0qpiPfNT6AyyBupHAXo1BVv4JL7kcoH { top:24.1875rem;left:8.5rem;width:30.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frn3Igst7eODSMU0wd4FzeMQWJKSlZZx { top:35rem;left:0rem;width:47.75rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRNmRIym1CPn4wRyS3UD66d927awDrLH { display:block; }#PRNmRIym1CPn4wRyS3UD66d927awDrLH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8J2aMgN7tUrCL2ua7x5ICcMaeM7K8qn { top:2.4375rem;left:0.65625rem;width:9.625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pivvaGvTMSpNyShTwEybuaxgIgoGbGZN { top:2.375rem;left:9.375rem;width:14.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR13WnlM7d97Le0CTyTQDXgfTCbKVlL4 { top:2.125rem;left:22.5rem;width:13.3125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN136RUBZ0ViUu726NC1un85eQqSq7zh { top:2.4375rem;left:35.5rem;width:12.25rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stlm32XXyIa976unkRuu9wTTcT2qUnGt { display:block; }#Stlm32XXyIa976unkRuu9wTTcT2qUnGt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEqlWDhXCRGRkcrS9DTJot2p0R416POc { top:3.125rem;left:0.53046894073486rem;width:46.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzEg9odXX3vzKATCTuVh2QbZWxitOfal { top:5.5rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1gzRoHTMHl6MxNudnJ4ILfG1r6tzKfZ { top:5.375rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCXLtJhCUZLDtLoXKSU8B6q3mQSC9isB { display:block; }#HCXLtJhCUZLDtLoXKSU8B6q3mQSC9isB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnfZDDIC6IHXlTBaBWVpTW6C3bFTBoUJ { top:18.75rem;left:0rem;width:14.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEyomnTeWvwIDL7ruv2Ob4TBinvFRrV3 { top:23.1875rem;left:0rem;width:14.4375rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW44AQWqTU67lGl0cMy09GzGBSIT75QN { width:17.9375rem;height:36.5625rem;top:-0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNRCWPDBPzmsaDvmHgcvTv2sos2rgqea { top:20.5625rem;left:0rem;width:14.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkKUy6GiTtIGCH1GAlnaAk9bgvysgTHX { width:15.4375rem;height:0.0625rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTgnTO2Ju3ubMXSsNPfcJUPJ1Tf3tcZq { top:29.25rem;left:0rem;width:14.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIc6EpkWZNm6zfhRli28Lf74D8hDn1Fk { top:30.8125rem;left:0rem;width:14.4375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJIfnh6nROnqTBJwPXOkiMK6FQWDUa7V { top:-0.375rem;left:0rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZrbJakqSsI42zlnXKtXRS4m7XRAB92H { width:17.9375rem;height:36.5625rem;top:-0.5rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2e9rgJGGAnt6Ib0s3qebTb1CrcaOUz7 { top:30.875rem;left:20rem;width:15.8125rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOEZ4PpxT1VQ42NG0dotPMTqkP3bnz6R { top:29.25rem;left:21.125rem;width:14.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAUDsExNde0lkEOcrW2kMN87mKnN7Pne { width:15.4375rem;height:0.0625rem;top:28.125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxEB9fmLzQcQ19qGRlSa27mcOWuP1XKl { top:23.1875rem;left:21.375rem;width:14.4375rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUdUidlyUy8wFXTBoREuPQ2kZWpXtcoL { top:18.8125rem;left:21.125rem;width:14.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUmEvkcsxoTcyTi55wgqAesuwHTAf1l4 { top:-0.375rem;left:17.875rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6q2kLxT4ThnJdJolBe5ywRUvQKRsSp5 { width:17.9375rem;height:36.5625rem;top:-0.5rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4y8gcdNC0tVgJJELFobZceRETf3F343 { top:30.8125rem;left:8.4375rem;width:15.4375rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFX8IfJtzKdNEMfA6J7o2Ty4FpTG1UAf { top:29.25rem;left:9.1875rem;width:14.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTfTboiFg0TwMECBDg4ypxTWe1ytorxH { width:15.4375rem;height:0.0625rem;top:28.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKDGsFlLP4XhUAsSfiViCTm1GvUdmDqX { top:23.1875rem;left:9.4375rem;width:14.4375rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoNnbuf4oNS2I9tAsgHAIT7AFyK0fb93 { top:18.8125rem;left:9.1875rem;width:14.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zarKh3iVPMu5FDFVwT35vhUHxgnK5yDI { top:-0.375rem;left:5.9375rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg3N9LcNWbUIdlkIKGa348tBm8RHxlGN { width:17.9375rem;height:36.5625rem;top:-0.5rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkDvhkCzSRR07I7ZJLpkhbIlxhxy3ycc { top:30.875rem;left:32.4375rem;width:15.3125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTmcnD6TwaT7UZR44BK2ZgZQrMIH2XIO { top:29.25rem;left:33.0625rem;width:14.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mynrivTEV6bfl6DFSz7Bdt8AJBWDiNe3 { width:15.4375rem;height:0.0625rem;top:28.125rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBVrrwz3INvqA7cCz9vTlvIMoLUa9SKr { top:23.1875rem;left:32.125rem;width:15.625rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STxiNJIHgs7pP4CMJJUI4CsgS9sgXHFq { top:20.5625rem;left:33.0625rem;width:14.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpe6sLlgfQb9I5TbhOKrWu1cPnooMPOR { top:18.8125rem;left:33.0625rem;width:14.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avFcVB7i3zsfuipzCppucH1f4i2TsJ8c { top:-0.375rem;left:29.8125rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8bJoTIP2embd6Z8Aml9Idp2M0nH5JWJ { top:20.75rem;left:11.9375rem;width:5.75rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI6HMk0gzlPFfNPCCWwtwPsrdoAHtxba { top:20.875rem;left:23.875rem;width:4.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHnFvs8JZCt2kbRNwxSTlr1TXC1LRPRt { display:block; }#MHnFvs8JZCt2kbRNwxSTlr1TXC1LRPRt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmV4beLoxpkCottx4361Sdf8HPXnWAuH { top:2.375rem;left:0rem;width:47.75rem;height:8.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfWntMkThCT6Ep6Zha4nml4fc491TtLp { top:13.625rem;left:0rem;width:18.75rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRwQU7KIGZ4TkPsv1rNbyZctyg1tztyX { top:13.625rem;left:14.5625rem;width:18.625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv8ZrSwMMM1h8vPUdxEaHA06y154szDG { top:15.125rem;left:29.125rem;width:18.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgtR6UrlHFtO6MMNO5AR47gCAFk1SaKx { display:block; }#MgtR6UrlHFtO6MMNO5AR47gCAFk1SaKx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFgJ5WHv07ieE4I8B07RsclbMTHiSqsC { top:18.75rem;left:0rem;width:14.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc2mxpMb02ysbht9KGqCtbVLp8hpwTPP { top:23.125rem;left:0rem;width:14.4375rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCQqFicRGnl3T0rXDQS6FZd4h5CN0AoF { width:17.9375rem;height:36.5625rem;top:-0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1XTmZ49iD49pFvGp0aRrw4LLAsaSaQL { width:15.4375rem;height:0.0625rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPEA2Tukvb7fT54mBr8KJRApKNcZG1EK { top:29.25rem;left:0rem;width:14.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm28xo1NFTIcNv2gT1E3IJiPzNflKwBR { top:30.8125rem;left:0rem;width:14.4375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSH0Kb1TeHGeiA5AN9bTuvAMfEoCBRwc { top:-0.375rem;left:0rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn4vbeCEaenyOZ2VUrhT6wkN99lG3o0x { width:17.9375rem;height:36.5625rem;top:-0.5rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQlbKWSHJg5z4Fy4LXb6kQgLhBrbV3Gn { top:30.8125rem;left:20rem;width:16.125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCMNTLXlU9cAsKvNLyxTrkvU0JD3te7T { top:29.25rem;left:21.125rem;width:14.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #upsCupI7tM9DHhlVnaI3rJJMLTdyTFc7 { width:15.4375rem;height:0.0625rem;top:28.125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt2K0Rp53sXkpnUZH5RwD8EvIJSIhvoy { top:23.125rem;left:21.375rem;width:15.4375rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWycEt2xVVfizEfHJaGMaTHwON8Gm4fp { top:18.75rem;left:21.125rem;width:14.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dml74TelrDEuEg5icGEo4JGTMpOhmlnd { top:-0.375rem;left:17.875rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #siGiqdmuRXJcSFP1bFFrbqXTHAi3cDto { width:17.9375rem;height:36.5625rem;top:-0.5rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwGl7t0kbGTBgSCyF4DK4rRGJQvPbhG0 { top:30.75rem;left:8.4375rem;width:15.4375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2gdZwyQoTnbtTdsRRtIqbK3oNLQ1ewQ { top:29.25rem;left:9.1875rem;width:14.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRwB6yPdzeqnNtzAlzQfUUDFIQeTe6vO { width:15.4375rem;height:0.0625rem;top:28.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDkw2Khko6d2DB6XTMRHlhtJtaNzI4xP { top:23.125rem;left:8.6875rem;width:15.1875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2o68kfw3Cs8HFIwqpo9tqCXaDWAxcoR { top:18.75rem;left:9.1875rem;width:14.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLcM4BCqWqgSm5ULf0ZOZzciLv85qDyv { top:-0.375rem;left:5.9375rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKCUChlB9x7U71NT0rq2w7K5EzmIJCsw { width:17.9375rem;height:36.5625rem;top:-0.5rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMAHKrCefh3ZSuwAQDsDIc4iyteNoQ6p { top:30.8125rem;left:32.4375rem;width:15.3125rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqxtMxrAbsC0RTCPJgzZ7T8XLRavxD5t { top:29.25rem;left:33.0625rem;width:14.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM7ROTD0Nh23mCWQd18PMTzzQO1DeEVL { width:15.4375rem;height:0.0625rem;top:28.125rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miC97uc9QzshuN0vLu3Fqv2JE2gn6F1D { top:23.125rem;left:31.5625rem;width:16.1875rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHi4EqR6TA8M9XzX23TrXiy5BtksXtwa { top:20.4375rem;left:21.125rem;width:14.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4byapX63ig3OzEoQSXnKK6T91quICN0 { top:18.75rem;left:33.0625rem;width:14.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H079eWsTguGdJVUQUAOeO7KO0nBAWTtt { top:-0.375rem;left:29.8125rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxhhLdufuqINd1mwxuDIa2PNv5RVdmeA { top:20.8125rem;left:35.8125rem;width:6.375rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOvf9vkMA92KIe16vkRLSk5qaUfV6dzC { top:20.4375rem;left:9.1875rem;width:14.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7QGH5I4CspWQNmIXy09Bze3kar1vMO4 { top:20.5625rem;left:0rem;width:6rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2cGyM6BWddShmK1scTyfKbbWLeBfxPD { display:none; }#Z2cGyM6BWddShmK1scTyfKbbWLeBfxPD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i2L4gRyJIrXt1eHVKGLsHIPyTTwxLZCs { top:18.75rem;left:0rem;width:14.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMMrAXIwAabACr08QBGPOLXTBGapXOQt { top:23.1875rem;left:0rem;width:14.4375rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0DCRMspAvqrrFMHCvScLr7DWpsl8GJu { width:17.9375rem;height:36.5625rem;top:-0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqDilMTfVCwmaW4fIyq4zIG9IoxqHWyg { top:20.5625rem;left:0rem;width:14.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMTp3CDdbmVOTiFTrvmr1P0v5FLt4bJX { width:15.4375rem;height:0.0625rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACpg5lke6X1BxwdZdxP6sGMoeyahDtlx { top:29.25rem;left:0rem;width:14.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6K1ftCyO7o3VEJEB1idaC2eLOXXz1ts { top:30.8125rem;left:0rem;width:14.4375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxzvUF4Gy8uQch3xPwTTlZBCpTBxrSAA { top:-0.375rem;left:0rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCCTv8PRtVWuq44M2T3gn2fzLrRsc6oh { display:none; }#LCCTv8PRtVWuq44M2T3gn2fzLrRsc6oh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TX0Wz70mC9f7dFuylESpB20VXdGXe0Ry { top:18.8125rem;left:0rem;width:16.6875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHW6hyLhAbTiQbxhiucqTkR2A3miswMu { top:23rem;left:0rem;width:15.4375rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnOxoP4L6f8wXMrARPN5lBt2Z7ZcTyXo { width:17.9375rem;height:36.5625rem;top:-0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnuJAIRmLuxlzc3NEg1ffpQU7bqDo5dI { width:15.4375rem;height:0.0625rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUPxi4Ei5aNGQfBP4I5kn7SLem9oArJ7 { top:29.25rem;left:0rem;width:14.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVuL9NxXwfdMa2WT0oXwRLJz3KbNmoOV { top:30.5rem;left:0rem;width:14.4375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoUIyTQBD5CzcJ8TfKgbJAZ1xvUvGpk7 { top:-0.375rem;left:0rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPLCtGMudEHWLQoN3779V6IAeDhAdVEJ { top:20.75rem;left:11.9375rem;width:5.75rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaoqfBPqV6tnKk3Ph4gUx3TpyuaVDZS3 { display:none; }#KaoqfBPqV6tnKk3Ph4gUx3TpyuaVDZS3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qOKbrNSNxtTCtP8hO9vI9hhVZbgflG4g { top:18.8125rem;left:0rem;width:16.6875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGi8dHtF08hbAgFvhwrVVKCH7iUwMCgs { top:23rem;left:0rem;width:15.4375rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI7WvNTLDdsFmh2SwgJoiezsD6ZxgvU7 { width:17.9375rem;height:36.5625rem;top:-0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi3HaW2Ettdc1DlKkzvxZuSmHAKJrJDx { width:15.4375rem;height:0.0625rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOciAs08p0SA9rMJLulVMzDO3eMJ5y8m { top:29.25rem;left:0rem;width:14.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq3PtZyul4u6qJxZCDUK9BmDrBJFrK07 { top:30.5rem;left:0rem;width:14.4375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPcNTpST3TMPIR9QWkvSPARuDscfFbLI { top:-0.375rem;left:0rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qaz4UGQsukMxhyuycNAMy9L9pCVwIXE7 { top:20.875rem;left:23.875rem;width:4.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp5iR4zbbLzhwCrlQ95cHUSyoNTzSJto { display:none; }#Jp5iR4zbbLzhwCrlQ95cHUSyoNTzSJto > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x0P5PXokLpTwPhcyy1fT1C7TCyGBM7Bq { top:18.8125rem;left:0rem;width:16.6875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap5gsEEWlUEHAmtvTdMV5m1X2FoIZJSO { top:23rem;left:0rem;width:15.4375rem;height:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtNGZrT0ziJ0pWkLimAMP4rUHJUM1TTJ { width:17.9375rem;height:36.5625rem;top:-0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPgdQAdNWRz0Cnz8FOStPpCqfR8iFM46 { top:20.25rem;left:0rem;width:14.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEyWzPzrlHXQTzz5F5TG33fOkuFnOBko { width:15.4375rem;height:0.0625rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0lWbaN7BV3GzkTxfAcMzFGTEwh6e8JN { top:29.25rem;left:0rem;width:14.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsTdkE380Z6wNqI34bh2iHoZZFG7Xd55 { top:31.75rem;left:0rem;width:14.4375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaodNUhEZ0Z8ECWF0XXLntzmTWZlSd2b { top:-0.375rem;left:0rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJd6XvTSC855MMJHVMLDPpNaRTBcGTTv { display:none; }#AJd6XvTSC855MMJHVMLDPpNaRTBcGTTv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xp3bFI5329GD6bOI7Pfaov3KOgqI5TiX { top:18.8125rem;left:0rem;width:16.6875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE63URDKgqzQGt5TvKKD7v5x6CxLkBIz { top:23rem;left:0rem;width:15.4375rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1O31nq95fMPPsSOcyM2mlU4PlzwVBUg { width:17.9375rem;height:36.5625rem;top:-0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDHwFCH2XTCpZoJozyx5RdVg5au1nWaG { width:15.4375rem;height:0.0625rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BunRuJIlGFZx4NOlu56vdrZoTbyovZ78 { top:29.25rem;left:0rem;width:14.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TspoRCwBF4TbOVgUaRkIQtBWMay1Drq5 { top:30.5rem;left:0rem;width:15.75rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyTQxsKxMAGCXsOUGoXLsUgDoul86tWF { top:-0.375rem;left:0rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKrhR1c1SltyWc7BM5iQR9WA9nXNlD1A { top:20.5625rem;left:0rem;width:6rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eunLZ1ERWuuEfbVTo5K62ZIvrNC1irhx { display:none; }#eunLZ1ERWuuEfbVTo5K62ZIvrNC1irhx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yuwuIcV4wTW0Q7i9cMxfPxr8FTm8hQgh { top:18.8125rem;left:0rem;width:16.6875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF8kfiZdqwnBk0NP2axrBLJ5gbkVJxLN { top:23rem;left:0rem;width:15.4375rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqW687MgieaQ7qfUHVrSQW1HQ8TJ7o0f { width:17.9375rem;height:36.5625rem;top:-0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWBHzJb2p0xH5ccBBVHmfmcU1FtWxUow { top:20.25rem;left:0rem;width:14.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ika8HXdtonsL0bb7JWf3Gn5D9UG9O7sM { width:15.4375rem;height:0.0625rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFgtxHBHTFyMsrJDfqeplw51n8aBHkUx { top:29.25rem;left:0rem;width:14.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx02IioK74GzJeZUwg0itbsPKssFg1Fm { top:30.5rem;left:0rem;width:14.4375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxf65XePtoS8iJ8RxDQvKteQohH0KBha { top:-0.375rem;left:0rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXZPy8dxZMddKMPzgoUWEpFvxocPpFIL { display:none; }#VXZPy8dxZMddKMPzgoUWEpFvxocPpFIL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a6R9ELR8Oxkk6xOHy9u0nvUkkJt5Nilz { top:18.8125rem;left:0rem;width:16.6875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDSbIpTNIrSvannnWP3R0Ky0IOhNeXMU { top:23rem;left:0rem;width:15.4375rem;height:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcVFrvIl7fvPnNzDyn2mRe5A58GD3Hol { width:17.9375rem;height:36.5625rem;top:-0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuQAW31uRezTl3MT6FKRuNHppm4fydTK { top:20.25rem;left:0rem;width:14.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCKX4zTPsoHaO7E8D1sxn2DMDiuQov0l { width:15.4375rem;height:0.0625rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3AAH2WoSdImpvzrOmxE03oi2U2FTThX { top:29.25rem;left:0rem;width:14.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAW9PpDdccc6r9oAwPTlCGdJ12fAoaAv { top:30.5rem;left:0rem;width:14.4375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7bbwVVJxSu9tPTAdPm4GOZ5Q0P7ZBFZ { top:-0.375rem;left:0rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4cWbrBZebauSUqJDt8dPNDhesCEpTTU { display:none; }#T4cWbrBZebauSUqJDt8dPNDhesCEpTTU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TPwRwa0NTX4TaE6BBI7ZSECgB9gXdx9C { top:18.8125rem;left:0rem;width:16.6875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOoIx8ECf5DGucvMeLoBTkPubXA2VTFK { top:23rem;left:0rem;width:16.1875rem;height:7rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGaIxZPf1NWeK8obOcNGE5SXZpifKcz2 { width:17.9375rem;height:36.5625rem;top:-0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJMTlGii6uALPqH7RXT7nkPGdMZAxdkL { width:15.4375rem;height:0.0625rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC8mEIWHeFJ3N5TVKLSWVaobn8rF5FpS { top:29.25rem;left:0rem;width:14.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #doUTIflvN375Tp33Luvv8mFySRGHFTTh { top:33rem;left:0rem;width:16.0625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIxF7uaEVZRtTbOBZ8csZWfwt1bsn6nU { top:-0.375rem;left:0rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV038TATTOBZIFTKVkubba3uGcdyS9VU { top:20.8125rem;left:35.8125rem;width:6.375rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGzJVLa57fEtTFMXcTyOFm8R0NLPOVSx { display:block; }#kGzJVLa57fEtTFMXcTyOFm8R0NLPOVSx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsO13O3PRXzed6NILBBNS9tO3cmM2LGg { top:4.1875rem;left:3.3740234375rem;width:41rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpbHAt2yOyM9wFhqwLBTFK3zhe2LbhEX { top:8.3125rem;left:13.375000953674rem;width:21rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWwKAsUkOmUVNrB9u5i59GmQqi1hkpsm { width:21rem;height:2.8125rem;top:8.3125rem;left:13.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVG1ZHcDE8aM38NF6HZLr7ev8lBnBCo3 { display:block; }
 }@media only screen and (max-width: 763px) { #K36rtGK8koPLAOuOxDCZTeyHnmKdLzUP { top:8.6875rem;left:16.625000953674rem;width:17.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRPwzGF3BG4N56swunv9ZGsWTPvf3yo5 { top:9rem;left:14.625000953674rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVr4WQAathxKPZ1naD4q6ylALlloDh5d { top:29.3125rem;left:13.375000953674rem;width:21rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzf1x4qKq17FBK1sD5UcU2WERDcFxztv { width:21rem;height:2.8125rem;top:29.3125rem;left:13.375000953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #cOJ9HLpfP2UBddfxW92q9LnzBVvZp3R6 { display:block; }
 }@media only screen and (max-width: 763px) { #os4oot5ly89KBDQCbTX5M72S4O1Scb29 { top:29.6875rem;left:16.625000953674rem;width:17.125rem;height:2rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pvEIk3kiZenEWRWI14hW20KZ0HJbR3U2 { top:30rem;left:14.625000953674rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ucP8sp3oXngqXIFi7PJO5oxC2vwTP0Vc { display:block; }#ucP8sp3oXngqXIFi7PJO5oxC2vwTP0Vc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Brus0AB2EnMbmuPJSiNd9pT2VleNLAeP { top:3.125rem;left:0.5302734375rem;width:46.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPNnc1wLQAdLtTfrku0OuaLEiDeQVp8B { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p797WKQznqeu7bHsJaJSDHs0A5OFg2Tu { top:5.375rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAATaJxDKANTIby36zuQAPRJTb99oPhd { width:47.625rem;height:4.8125rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBQIgwHHDyFXUfyQ4pwcOM4zIFk696OV { top:12.125rem;left:0rem;width:2.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx1RMDobcBDFNMcJ08519xy0Zg7AiQps { width:3.125rem;height:3.3125rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGDPf8RSbM4HOzRZMdpFfRalstnLH82l { top:12.375rem;left:3.1875rem;width:41.375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9XGHBvc4LlvUb28Zm5aOTsbEz0Upiwk { display:block; }#z9XGHBvc4LlvUb28Zm5aOTsbEz0Upiwk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEkior6ymTl3gS3mumFJeiKK5fKa5rLi { width:47.625rem;height:4.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEODm6T0Ftp39T6grCy4wt1Z9fI3k0pi { width:3.125rem;height:3.3125rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMQ8GCaO7KNCAoS4GL3eO0J7TTauWUaB { top:2.625rem;left:0rem;width:2.25rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfkad0xigTckeOREDfzrASmpIA4MCnJG { top:2.9375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6ZAP8Togeo638I8Ou7nz25xuJpkTbJO { display:block; }#u6ZAP8Togeo638I8Ou7nz25xuJpkTbJO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPPquP44BQJPK0ku0Vcl9uOggoKuSruz { width:47.625rem;height:4.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkpueV0BPHDo7lm65ORKywAZCuWxSMta { width:3.125rem;height:3.3125rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5xEtG4ItZHfz5CcmCFwodHVBF0prguo { top:2.625rem;left:0rem;width:1.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnyvkH0t3VX7CoVwOWelrBUTA8o1ouQF { top:2.9375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmy1cWEr6PATl69yfp380hMOmGUPFf3w { display:block; }#fmy1cWEr6PATl69yfp380hMOmGUPFf3w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUHA8zHAEkHBw686Xnn7fw8T3mCHnp7S { width:47.625rem;height:4.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUChkrZyeTuLUhoJv4rCyfvsgLo6CCN8 { width:3.125rem;height:3.3125rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXaUSxKd6uqcDcqX62e6wTsf58lEsWRU { top:2.6875rem;left:0rem;width:2.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdT4cQ6BZiyAPrIp6RuQEJnqwsQ3PNuc { top:2.9375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seKAc5GgZvcUTnK4zwvAXwxWeP1kimWP { display:block; }#seKAc5GgZvcUTnK4zwvAXwxWeP1kimWP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvA5JnfNwi8AR1Jdi9pDZT1QD0TpbPQB { width:47.625rem;height:4.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3StkLS7ECuR17rP2VT5psoIfKqBPkmg { width:3.125rem;height:3.3125rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt4W403EyLv8iUDM5PTzIOC1yaolVyxk { top:2.625rem;left:0rem;width:1.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmBz0AvdNOdeCBsKAL2k379mSc6hA3AG { top:2.9375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #haJRGed0cWvlMkIAEcV6fIxC0aQ0BcKq { display:block; }#haJRGed0cWvlMkIAEcV6fIxC0aQ0BcKq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xokDBygme4KGr4evyKP9ETwLMe9ZxEQc { top:5rem;left:12.375rem;width:23rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC6NRozRD6JzKbXz3NPutlQX9NETvUXp { width:24.125rem;height:8.75rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpBP74WmGHGgqn3x8fAJd0wwgGw5FRIc { width:24.125rem;height:8.75rem;top:8.625rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihRFOIb3opZC0QfhXHgXp4isLIThJPaD { width:24.125rem;height:8.75rem;top:8.625rem;left:11.762501716614rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKMe2D8PTcnMpRv5VliFDtmhMOTXDTc3 { width:2.1875rem;height:2.1875rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE1QyG3Lwb1x1AVDolghGKtnt0qSHBK9 { width:0.9375rem;height:0.9375rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2c8NMG8XiLLvcQoOydlzwBbQ46Qke5S { top:10.5rem;left:0rem;width:15.375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6WuZlDf0eDHBDrf4uNzm3TMdrDCNNlH { top:12.5rem;left:0rem;width:16.9375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzL0RiQzJTUXh7PQFowJ4qryhHmCKe8P { width:2.1875rem;height:2.1875rem;top:10.5rem;left:38.875000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfRSv9GzuirftTLV27uRaE8e81LaNA4A { width:0.9375rem;height:0.9375rem;top:11.125rem;left:39.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCUmUVz4isOqlz1w9c5XigGcT2O1camE { top:10.5rem;left:33.8125rem;width:13.9375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DooJx9kAcbrklWdGh3fiMXNxOOgpaIOB { top:12.5rem;left:30.875rem;width:16.875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1GERKCmXT2pyZLOk2y5e7ITQ7E7TmrT { width:2.1875rem;height:2.1875rem;top:10.5rem;left:13.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfRD5M4T9wL8S7dUGsdiMHBabJnnwxW4 { width:0.9375rem;height:0.9375rem;top:11.125rem;left:14.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhLv7MNAfshA0inPnMLeCtlWmMkS9IkF { top:10.5rem;left:16.937500953674rem;width:17.25rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtqhacW0COfxvQ58a3pAtwcRnPcUyCo5 { top:12.5rem;left:16.937500953674rem;width:17.125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGBtpZg9t0l8UQtykdopus3AMhsaATVc { top:21.1875rem;left:17.875000953674rem;width:12rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AerL7Db9kyA4gQLsEtXTcUKCGC93Av1Z { width:12rem;height:2.8125rem;top:21.1875rem;left:17.875000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyt0A23z4zm4gdWZIENJ3gdwC2nR64Uh { display:block; }
 }@media only screen and (max-width: 763px) { #a278o9wbf6DJa8ivchKuAcxzXsSaHcWK { top:21.875rem;left:19.125000953674rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTH3zop6xxTbXvlptvLAXZHv3fuUzwHI { top:21.5625rem;left:21.156250953674rem;width:7.4375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #skO4OGFAwl5Ryr2FRET6uE0HOfwJF2KT { display:block; }#skO4OGFAwl5Ryr2FRET6uE0HOfwJF2KT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sb40aTZk9kBJdO1iCZ9qPTDQ4K8gxZg3 { top:3.125rem;left:0.5302734375rem;width:46.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDLXTyqcx04KA1eFk0aq0ZSnRIK7HII6 { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph32CKW5xsiO6Op0erJrTfecIBrW0dJb { top:5.375rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PxAVPJnoltiVIVbWTNwvJeClVpo8iGfn { top:11.4375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSfmos5F88Rz5oxX8NiQTibcpGmk41VZ { display:block; }#eSfmos5F88Rz5oxX8NiQTibcpGmk41VZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJ23BRDXapwQarTExxrd1G7hwUohQB6D { width:31.25rem;height:12.375rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzH6bTpsGKWLa2HTgo4aZZsBTF1tOMn8 { top:4.1875rem;left:0rem;width:17.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsPvUBgacPXlCBp5aB2qVCVEMgJ3bRGR { top:6.4375rem;left:0rem;width:30rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGszBpBfKcZ9kmuAwnWzxMQ5T56TsHcI { width:9rem;height:2.625rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m51XsC4QdGre9T8aCkSyXoCiPWA8Iide { top:10.625rem;left:0rem;width:6.1875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkVHxMLOczM22oOsOTUAesWftvo31uPE { width:31.25rem;height:12.375rem;top:1.9375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw89L90m1vUJ3K17GxI7Vzi7J2XPs7dQ { top:6.0625rem;left:17.75rem;width:30rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlBSgwwU7uq7OkidKy1OndBhsz44ch3J { width:9rem;height:2.625rem;top:9.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdN7iMTxKqwCzQq8T3qoKGHy7IcNS5EC { top:10.25rem;left:23.875rem;width:6.1875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiJm381uyKuK6FhtXKD37eWFbA52Whp5 { top:3.8125rem;left:23.875rem;width:17.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEqd5tDspImuXTdv0yVmCDimUks56r6d { display:block; }#oEqd5tDspImuXTdv0yVmCDimUks56r6d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WbTv7Ub4IsJXv07msNTB0AOKIZVT5RiX { width:31.25rem;height:12.375rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmbTK7Gtc0Ves26zuKTEWrTrsGm0AnXp { top:4.1875rem;left:0rem;width:25.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug4loVf1CzgenTFDIvFO3NOyqepaTkMS { top:7.3125rem;left:0rem;width:30rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGE1JoFCLRxBRenta3hJlun4Sbcv8quO { width:9rem;height:2.625rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQM98Ty8gsNLGSgKHTdbxMIAlnvNwBti { top:10.625rem;left:0rem;width:6.1875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqxM7WdfPnrdHyLw3XENT0r0kE97Ker8 { width:31.25rem;height:12.375rem;top:1.9375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEZNRUvpx2AWucB5uNpCk8WFWDHMGBKo { top:6.0625rem;left:17.75rem;width:30rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL6MQFd0NmdCnDRW9bANRJ3PBrEBRTTr { width:9rem;height:2.625rem;top:9.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbua0F6cdb0eTKMxZQkxr4mDwCtKr8Dy { top:10.25rem;left:23.875rem;width:6.1875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUGOcmtRNL7kfvVpwG7wmtasek4dWogi { top:3.8125rem;left:23.875rem;width:17.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeuVS1RkXcXEHgQGv7gpP9cUL1b5EHBw { display:block; }#GeuVS1RkXcXEHgQGv7gpP9cUL1b5EHBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTcEBsbwDUTFEqTT70JzKHheLGzAak8f { width:31.25rem;height:12.375rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6B3VrfSf1fplDUoX9OWeXI8W39OyAci { top:4.1875rem;left:0rem;width:25.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVhWaDDHTUzwbFEdUnIiW00nqZ6sKU1q { top:7.3125rem;left:0rem;width:30rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCOmt7hzFyu4NTWmKne9kSg5pT1x8hET { width:9rem;height:2.625rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yARBy9X70CdupKvDbDEz64mQMtT7T8vD { top:10.625rem;left:0rem;width:6.1875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #echwJxORWzsX6yz3eHT7gFMtQCxpPtgp { width:31.25rem;height:12.375rem;top:1.9375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1segfTfVWOeGCRH42kHJoAhtq8MzKot { top:6.0625rem;left:17.75rem;width:30rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPEgaKQxlmc2vDG6Iuei0MF50aX9BTo2 { width:9rem;height:2.625rem;top:9.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut9iNuuo9aS6c7y4lU2dEtu4HcR5lzKA { top:10.25rem;left:23.875rem;width:7.8125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTk6z8EUn5RAAV728Rs21CU3O8BNfozF { top:3.8125rem;left:23.875rem;width:17.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSQvZ2yTERkZ7TUDmUd45afvZpbgOT3S { display:block; }#MSQvZ2yTERkZ7TUDmUd45afvZpbgOT3S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnzpaIhylaEVVcKz8dhsyvRAegzbzKbf { width:31.25rem;height:12.375rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5maTBVkCF9fnE8AhGKGNtx197l48HNR { top:4.1875rem;left:0rem;width:25.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8x9E1lww1hIhqWvqASDAPAgqAs6bQ8D { top:6.5rem;left:0rem;width:30rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTUuNb1m2vBk2iTZHknk6d0ne4pReIwz { width:9rem;height:2.625rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #isauwpDJox22b4vC7pPtFHGawlAPJMsM { top:10.625rem;left:0rem;width:7.8125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVSNEf7hDVS3yc8UXyLZKDChkrMoBHhU { width:31.25rem;height:12.375rem;top:1.9375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZTsifuTglReWGAnfCCOTc7As2M5efoz { top:6.0625rem;left:17.75rem;width:30rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPMDv3mlRUw3ZBHWXyF8OTr6LETTqTu9 { width:9rem;height:2.625rem;top:9.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJTxqlOWZwaPoPJ5c82OqMK0I1Abyi8u { top:10.25rem;left:23.875rem;width:7.8125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArTJP4EPyMt5JGETSx2rvCK0iUNf07lz { top:3.8125rem;left:23.875rem;width:17.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJQoGCqBsqrQXq76VxHn60lZRMprD6WC { display:block; }#sJQoGCqBsqrQXq76VxHn60lZRMprD6WC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGz5W3OOPAxFoe8ICL2SgZcS4qU8tOvT { top:3.125rem;left:0.5302734375rem;width:46.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yokOLz0J1bV1cMForzT3anHC1bfkLPFm { top:5.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipHhoiIpfMqDfgolrbJoV6KENgMyLP5A { top:5.375rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5ZJpVhebUndDE1QfrrpBm8IprnJ1OfI { top:11.4375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSK7zvusXqBcow7WAMM8LVAgMbws2VMi { width:45.75rem;height:6.375rem;top:10.625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK2CwNVEAL002BGvuHAiDCHuewND5RIu { top:18.5rem;left:0rem;width:47.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX4igIVcrK3Tty9Z7STfHXgTR7WGA984 { top:23rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtaapmIsiZLxLFlUOnuDgomrgTTH3MEA { width:45.75rem;height:6.375rem;top:22.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGSdKMrgPL2cmyOTBwts1vomoBV0u6Ul { display:block; }#XGSdKMrgPL2cmyOTBwts1vomoBV0u6Ul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBNOtk1yhug4f5gODThTU2HWrJ1P2Wz1 { top:5rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKd22L9Q8lZOBrT6S2GnbuK98SKTGk9F { top:16.125rem;left:2.5625rem;width:42.625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3hd1IJrdceD9AJ27OuncZCVCVqrIIcn { display:block; }#J3hd1IJrdceD9AJ27OuncZCVCVqrIIcn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQlfMwUotmKR1ioBTkmRMvb4Zy4fqzTk { top:3.125rem;left:0.53046894073486rem;width:46.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0uhClyVtKJ9iiO1pLAq6ZnpB4FksDSO { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXf9hb5EzEFSgbvAeQaZ0UF2HfaAKhti { top:11.0625rem;left:3.8749990463257rem;width:40rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnJ75HOcZ5PEqTXq7pQCVxZWTvytEpXG { top:2.5rem;left:0rem;width:20rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUKJznToTNtOAIKTPiV4FChMNPUcAgOu { display:block; }#TUKJznToTNtOAIKTPiV4FChMNPUcAgOu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mE0IrnK70zFKCBcBoGvh9WRrpINObCTb { width:17.8125rem;height:18.875rem;top:0rem;left:24.474999427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2DnGOuf4hIsuvdsemWqMPuBO52Kxiin { width:17.875rem;height:18.875rem;top:0rem;left:5.4124994277954rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrSqgd1hlmuasWwfOSTUZUTU4p3THwHB { width:17.8125rem;height:18.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG553hkyCZkGubv6GLpEMpP9vz1m8cEi { width:17.8125rem;height:18.875rem;top:0rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqWiARLL1DLgQfmHSpqyLz3neXrTSV5U { top:1.8125rem;left:0rem;width:14.6875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL3MDtf4ckIgs5WZXoMbbFkq0IBsZLqR { top:4.4375rem;left:0rem;width:15.3125rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W65nxlwLKPQXOL4pWdv2eqxCl8I8H0AQ { top:1.8125rem;left:6.6624994277956rem;width:14.1875rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqb82RQfQWwqVeaytSKQci7OqmHwwR6V { top:6.25rem;left:6.7437505722044rem;width:14.9375rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBEzG9czkpiz67ZDDVLmXVdyNsWivkP9 { top:1.8125rem;left:25.724999427796rem;width:12.1875rem;height:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQzTAsq9pTfzdFi9kK14nJSUwCHZmdyA { top:6.125rem;left:25.724999427796rem;width:14.9375rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImZV8CuoS11MhTSOQ6h5A17EmJfwGwlv { top:1.8125rem;left:35.5625rem;width:12.1875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8u9m0SucN3WcGry965mtCDpoeaTxzUN { top:6.0625rem;left:32.8125rem;width:14.9375rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctQ3Jsw0QtZoHF8hTRFDvo1oF9cKC0ST { top:3.4375rem;left:35.5625rem;width:12.1875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3K4kem5FA5Tb5uCnE6a40ZZleS93WGa { top:22.75rem;left:3.3742189407349rem;width:41rem;height:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmC80ymJrHvpmPyRRy238q4upl8SsJHN { top:31.375rem;left:13.375rem;width:21rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceMB8M84OpsBOAuLfH8N0nTze3TOgLul { width:21rem;height:2.8125rem;top:31.375rem;left:13.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez00AgW37UQJFfxcxwyTJeFuzuD2p1pT { display:block; }
 }@media only screen and (max-width: 763px) { #GOk2MUdqJWc68oi979qa2LJdI0coO6mx { top:31.75rem;left:16.625rem;width:17.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHNiMKQFvi0iM1i641c8vUVW8EXrSz0w { top:32.0625rem;left:14.625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpzZSR5uavx5xZrEPXu5SXtzeVyfDoDT { top:29.3125rem;left:13.375000953674rem;width:21rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pers5wQnNCeTQvSZ3zUDdl97dLWE9rr7 { width:21rem;height:2.8125rem;top:29.3125rem;left:13.375000953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #pRGZXseKZz2F2WqIE6c9RWVaPNJ0CfHb { display:block; }
 }@media only screen and (max-width: 763px) { #l8slTCecMlN79iEdcSsyyqE89Ln0tgoH { top:29.6875rem;left:16.625000953674rem;width:17.125rem;height:2rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s59yq7TCmKVEZ4iK6TezlpDmMVaAe0Tl { top:30rem;left:14.625000953674rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ahDgage1lKuQElIopp3G8Hb4bTkgun2T { top:22.9375rem;left:0rem;width:16.9375rem;height:6.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G29s9DOOxg7NU6h8NhkfBlTnVhqAP0y0 { display:block; }#G29s9DOOxg7NU6h8NhkfBlTnVhqAP0y0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lG4C0T44uC8U9I3WOqOqJLwT9P9C3uEy { top:2.1875rem;left:34.125rem;width:13.625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnbuHRVbc4Xa7cVPqfvOvnUN7OEypANh { top:1.3125rem;left:0rem;width:2.9375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPiK8LMlPguulbB3UKfGP1FwR6TAlEXU { width:18.4375rem;height:1.6875rem;top:3.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpNwkK0h8T08mqVAROSS91XmbtpHOi3N { width:18.625rem;height:1.8125rem;top:3.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEdkTZVMRTxZKD5GcVua4mJMMZSf8NCH { display:block; }
 }@media only screen and (max-width: 763px) { #vIDJauon77JcSBkqHSqwHHJbNJKlotUP { width:0.9375rem;height:0.9375rem;top:3.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhSPxHX7g8TUXMI0adKtGKPc09lNJGV1 { width:14.375rem;height:1.4rem;top:3.5810546875rem;left:2.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { width:2.4375rem;height:1.75rem;top:4.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRM5Fx9etbabNIofXB6dXpdRSf5AoBKD { width:17.25rem;height:0;top:4.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zOfui528LyFUTDEfXUPmVodAqEX3iIPV { width:20rem;height:;top:0.67421877384188rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #IOTF6Hw9bmuCb1KCrQJ9PGgqiOyhrZ6J { width:7.875rem;height:0;top:6.4375rem;left:6.0625rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #QsN6ZF1wxpRGn6LGWFRwukuWLzKz4kmu { width:3.5rem;height:0;top:10.2871125rem;left:8.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FDf0aiFTr8THUi6sFSIPfsnLPCcWHfl5 { width:18.4375rem;height:1.1375rem;top:5.8564453125rem;left:0.78125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ .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; }
#hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ .widget-text.counter-number { padding-top:0.265625rem;padding-right:0.23625rem;padding-bottom:0.265625rem;padding-left:0.23625rem;width:1.41875rem;min-width:1.41875rem;height:1.426875rem;font-size:1.061875rem;line-height:22.83px;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; }
#hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.165625rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.891875rem;height:0.56375rem;font-size:0.398125rem;line-height:9.02px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ { width:11.5625rem;height:2.6875rem;display:flex;top:7.5rem;left:5.125rem;z-index:15032;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #TTM6GsS5g2ZWfvOStqSH0fItmp2cffTT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #Q9XQ2mUVZ0yL0KSb5uRARnZVZ31Z4WvH {  }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #StIC954pozdAb3B46Dfqlx4sZch8mWVy {  }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #G0RGAy3tPXDibqCgc6bnpaGG5QlIBLrn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #QnNenDEHg1K1MODIXWZ9hBpuo3RQT7nZ {  }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #oGVrJavq7N0bfPm9XoKbJZNR4QsK3W0a {  }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #HSu8a6vekpykAtouLSTkc4VN3wnX0psF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #TcZ22CMNO93hIl7l5XdWOcqx1EbTmCpD {  }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #dvmlGSfvgPyPw3KmwHMCNJl5sBBm5NVA {  }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #TZPGtcGRVTT9oG42PqIf5yBzrouZipxe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #lfezgRKLK7J3zoZh5sHyhTMMTk7ENhP7 {  }
 }@media only screen and (max-width: 763px) { #hGRtvOXb37XnBAHKOaLwiy3CPurRUHTZ #qpKXcK2r5DhkqLZqk0LQhTNaxrgUf15b {  }
 }@media only screen and (max-width: 763px) { #WBp7KtRe1hQrci5TnT1rwAcq7Dc5xmTJ { display:block; }#WBp7KtRe1hQrci5TnT1rwAcq7Dc5xmTJ { background-color: transparent; background-image: none; }#WBp7KtRe1hQrci5TnT1rwAcq7Dc5xmTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBp7KtRe1hQrci5TnT1rwAcq7Dc5xmTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBp7KtRe1hQrci5TnT1rwAcq7Dc5xmTJ > .row .container > .video-iframe-container { display: none; }#WBp7KtRe1hQrci5TnT1rwAcq7Dc5xmTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBp7KtRe1hQrci5TnT1rwAcq7Dc5xmTJ > .row > .video-iframe-container { display: none; }#WBp7KtRe1hQrci5TnT1rwAcq7Dc5xmTJ > .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); }#WBp7KtRe1hQrci5TnT1rwAcq7Dc5xmTJ > .row .container { width:20rem;background-color:rgba(var(--color-primary-4),1);background-image:none;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mz23X6MSPZk6sIzElDbphegfC5GPM3DI { display:block; }#Mz23X6MSPZk6sIzElDbphegfC5GPM3DI > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGOGPR5hJU6XMAPpcm6hh25Ornvz8kHM { width:16.125rem;height:1.8125rem;top:7.9375rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vlVPbzBtsTQH3Twvqtb40HeOLWDBA2Pe { width:20rem;height:0;top:9.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lTLIeDLpHaOFphDRaMgbrxHe7kMWRqEo { width:20rem;height:0;top:55.90625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SQxACoIz7DTpTiHi2qQnCePvnokaWiId { width:20rem;height:0;top:50.45703125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #teNLTDIwpoVGTUhARdRIUb2krWkLgn3U { width:20rem;height:0;top:63.492675rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IwqLSnbIByTLUiFXro0GDeO1kPT9adz7 { width:19rem;height:2.8125rem;top:65.87939375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6BI4gQtrZanna5L9DBf4eWIewvMFDlk { display:block; }
 }@media only screen and (max-width: 763px) { #MAIR0lFWnC7sb0lWM1W5TFQk7SC7pgzv { width:20rem;height:2.8125rem;top:59.430175rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVsFBrczAqZhmhiVGqNdOiKTtwVowopP { width:17.125rem;height:0;top:59.805175rem;left:2.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #e3WyEXt7Wtag5VgTLSfCZ1r8lEqlyFXi { width:20rem;height:6.125rem;top:47.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rALzRLQFq5NCSQuOwWhVFuQAXKlqHNTQ { width:20rem;height:5rem;top:41.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkToMyJ7yxtPa2AMiAGBTaHATrW4X5AG { width:2.6875rem;height:1.75rem;top:1.07421875rem;left:4.1875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #w5ztXSVvcV6DpeBtP0971kT7AEw9geFZ { width:7.875rem;height:3.9rem;top:0rem;left:6.875rem;font-size:3rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Grb1MMSLTAbH8VCwO6wnxUfBtAXnxBcU { width:2.5rem;height:1.4625rem;top:0rem;left:15.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d897aeb2-69c4-46d4-98e8-43127d3066a2/noroot.crop_5472x3242_0,0");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,6,24,0.62); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,6,24,0.62); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { width:7.875rem;height:0;top:9.6875rem;left:6.8125rem;font-size:3rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #vOBxS54FCCbruSNHzBW7BnF26W2tES2c { width:14.875rem;height:0;top:1.3125rem;left:2.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #LfZ46TTLx2oit70ZCDHaBctUbcLyASek { width:13.375rem;height:1.375rem;top:1.0625rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UvwDBiMC3qxSK4iogN5cfghXg8gBmnnd { width:4.375rem;height:2.875rem;top:9.875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sAJVAWtWDpwens5UFspph5mMOo7lTuhD { width:2.5rem;height:0;top:9.875rem;left:15.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qbdx3m6s9mu2UXsFsXPdXgFSxPZhl1wz { width:20rem;height:1.4625rem;top:0.83740234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IXsnL47lhfER2eB2Ovg9oq1c3y8N6dOV { width:20rem;height:2.275rem;top:9.89990234375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dZKNVlq8a9AmbQv50QSlOL47TGfDzSIS { width:20rem;height:1.1375rem;top:23.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bS0S29ewOatgX16IA6RamV0bpWaO4TBT { width:18.125rem;height:2.5625rem;top:12.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF1QiM5iG8U3SKNuKqpiXO5Orm3rThzF { width:18.125rem;height:2.5625rem;top:12.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN5mfAo0yXbMnUMRIJFEIdEX4bHQTcHH { display:block; }
 }@media only screen and (max-width: 763px) { #VW2CBlgbhPSligswvnxcKs9pBnmd6yfW { width:15.4375rem;height:1.7rem;top:13.25rem;left:3.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zXIrnRVxOPXNb7pLsoNbH1nBvblMUmaC { width:1.3125rem;height:1.3125rem;top:13.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSvPRpk6lCBk4FXplWcw5gCeZKALq2Fk { width:16.9375rem;height:5.6rem;top:3.29345703125rem;left:1.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f0qpiPfNT6AyyBupHAXo1BVv4JL7kcoH { width:20rem;height:6.125rem;top:16.65673828125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Frn3Igst7eODSMU0wd4FzeMQWJKSlZZx { width:20rem;height:5rem;top:25.5rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #PRNmRIym1CPn4wRyS3UD66d927awDrLH { background-color:#010817;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PRNmRIym1CPn4wRyS3UD66d927awDrLH > .row .container { background-color: transparent; background-image: none; }#PRNmRIym1CPn4wRyS3UD66d927awDrLH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRNmRIym1CPn4wRyS3UD66d927awDrLH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRNmRIym1CPn4wRyS3UD66d927awDrLH > .row .container > .video-iframe-container { display: none; }#PRNmRIym1CPn4wRyS3UD66d927awDrLH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRNmRIym1CPn4wRyS3UD66d927awDrLH > .row > .video-iframe-container { display: none; }#PRNmRIym1CPn4wRyS3UD66d927awDrLH > .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); }#PRNmRIym1CPn4wRyS3UD66d927awDrLH > .row .container { border-width: 0; border-radius: 0; }#PRNmRIym1CPn4wRyS3UD66d927awDrLH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PRNmRIym1CPn4wRyS3UD66d927awDrLH > .row .container { width:20rem;height:46.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8J2aMgN7tUrCL2ua7x5ICcMaeM7K8qn { width:9.625rem;height:9.8125rem;top:1.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pivvaGvTMSpNyShTwEybuaxgIgoGbGZN { width:14.5rem;height:10rem;top:12.3125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR13WnlM7d97Le0CTyTQDXgfTCbKVlL4 { width:13.3125rem;height:10.4375rem;top:23.5625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN136RUBZ0ViUu726NC1un85eQqSq7zh { width:12.25rem;height:10.4375rem;top:35.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stlm32XXyIa976unkRuu9wTTcT2qUnGt { display:block; }#Stlm32XXyIa976unkRuu9wTTcT2qUnGt > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEqlWDhXCRGRkcrS9DTJot2p0R416POc { width:20rem;height:2.275rem;top:3.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qzEg9odXX3vzKATCTuVh2QbZWxitOfal { width:20rem;height:0;top:5.4000005722046rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #v1gzRoHTMHl6MxNudnJ4ILfG1r6tzKfZ { width:20rem;height:6.825rem;top:6.6500005722044rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #HCXLtJhCUZLDtLoXKSU8B6q3mQSC9isB { display:none; }#HCXLtJhCUZLDtLoXKSU8B6q3mQSC9isB > .row .container { width:20rem;height:144.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FnfZDDIC6IHXlTBaBWVpTW6C3bFTBoUJ { width:16.6875rem;height:1.4rem;top:18.814843416214rem;left:2.5062499791384rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BEyomnTeWvwIDL7ruv2Ob4TBinvFRrV3 { width:15.4375rem;height:4.2rem;top:23.014844179154rem;left:2.3812499791384rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xW44AQWqTU67lGl0cMy09GzGBSIT75QN { width:18.0625rem;height:35.25rem;top:-0.52500104904175rem;left:1.0562500506639rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNRCWPDBPzmsaDvmHgcvTv2sos2rgqea { width:14.6875rem;height:1.4rem;top:20.289843797684rem;left:2.3812499791384rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xkKUy6GiTtIGCH1GAlnaAk9bgvysgTHX { width:15.4375rem;height:0.0625rem;top:28.214844703674rem;left:2.3562500029803rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTgnTO2Ju3ubMXSsNPfcJUPJ1Tf3tcZq { width:14.6875rem;height:1.2rem;top:29.227343559265rem;left:2.3812499791384rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TIc6EpkWZNm6zfhRli28Lf74D8hDn1Fk { width:14.4375rem;height:2.8rem;top:30.502343177796rem;left:2.3812499791384rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zJIfnh6nROnqTBJwPXOkiMK6FQWDUa7V { width:17.9375rem;height:17.9375rem;top:-0.44843745231628rem;left:1.1687500029803rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZrbJakqSsI42zlnXKtXRS4m7XRAB92H { width:20rem;height:26.25rem;top:72.000009155275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2e9rgJGGAnt6Ib0s3qebTb1CrcaOUz7 { width:15.8125rem;height:2.8rem;top:103.37501678467rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qOEZ4PpxT1VQ42NG0dotPMTqkP3bnz6R { width:14.6875rem;height:1.2rem;top:101.75001678467rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zAUDsExNde0lkEOcrW2kMN87mKnN7Pne { width:16.25rem;height:0.0625rem;top:100.62501678467rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxEB9fmLzQcQ19qGRlSa27mcOWuP1XKl { width:16.375rem;height:4.2rem;top:95.687516784669rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IUdUidlyUy8wFXTBoREuPQ2kZWpXtcoL { width:16.5625rem;height:1.4rem;top:91.312516784669rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VUmEvkcsxoTcyTi55wgqAesuwHTAf1l4 { width:17.9375rem;height:17.9375rem;top:72.125009155275rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6q2kLxT4ThnJdJolBe5ywRUvQKRsSp5 { width:20rem;height:26.25rem;top:36.637501525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4y8gcdNC0tVgJJELFobZceRETf3F343 { width:15.4375rem;height:2.8rem;top:67.950009155275rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dFX8IfJtzKdNEMfA6J7o2Ty4FpTG1UAf { width:14.6875rem;height:1.2rem;top:66.387509155275rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vTfTboiFg0TwMECBDg4ypxTWe1ytorxH { width:16.25rem;height:0.0625rem;top:65.262509155275rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKDGsFlLP4XhUAsSfiViCTm1GvUdmDqX { width:16.375rem;height:4.2rem;top:60.325009155273rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VoNnbuf4oNS2I9tAsgHAIT7AFyK0fb93 { width:16.5625rem;height:1.4rem;top:55.950009155273rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zarKh3iVPMu5FDFVwT35vhUHxgnK5yDI { width:17.9375rem;height:17.9375rem;top:36.762501525879rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg3N9LcNWbUIdlkIKGa348tBm8RHxlGN { width:20rem;height:26.25rem;top:107.42501678467rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkDvhkCzSRR07I7ZJLpkhbIlxhxy3ycc { width:15.3125rem;height:4.2rem;top:138.80002441406rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTmcnD6TwaT7UZR44BK2ZgZQrMIH2XIO { width:14.6875rem;height:1.2rem;top:137.17502441406rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mynrivTEV6bfl6DFSz7Bdt8AJBWDiNe3 { width:16.25rem;height:0.0625rem;top:136.05002441406rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBVrrwz3INvqA7cCz9vTlvIMoLUa9SKr { width:16.375rem;height:5.6rem;top:131.11252441406rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #STxiNJIHgs7pP4CMJJUI4CsgS9sgXHFq { width:14.6875rem;height:1.4rem;top:128.48752441406rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zpe6sLlgfQb9I5TbhOKrWu1cPnooMPOR { width:16.5625rem;height:1.4rem;top:126.73752441406rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #avFcVB7i3zsfuipzCppucH1f4i2TsJ8c { width:17.9375rem;height:17.9375rem;top:107.55001678467rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8bJoTIP2embd6Z8Aml9Idp2M0nH5JWJ { width:5.75rem;height:0.875rem;top:57.943753051757rem;left:1.2000007629394rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI6HMk0gzlPFfNPCCWwtwPsrdoAHtxba { width:4.1875rem;height:1.25rem;top:93.40001068115rem;left:1.3250007629394rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHnFvs8JZCt2kbRNwxSTlr1TXC1LRPRt { display:block; }#MHnFvs8JZCt2kbRNwxSTlr1TXC1LRPRt > .row .container { width:20rem;height:49.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmV4beLoxpkCottx4361Sdf8HPXnWAuH { width:20rem;height:7.35rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gfWntMkThCT6Ep6Zha4nml4fc491TtLp { width:18.75rem;height:12.4375rem;top:9.849125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRwQU7KIGZ4TkPsv1rNbyZctyg1tztyX { width:18.625rem;height:12.375rem;top:23.536625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv8ZrSwMMM1h8vPUdxEaHA06y154szDG { width:18.625rem;height:11rem;top:37.161625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgtR6UrlHFtO6MMNO5AR47gCAFk1SaKx { display:none; }#MgtR6UrlHFtO6MMNO5AR47gCAFk1SaKx > .row .container { width:20rem;height:142.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TFgJ5WHv07ieE4I8B07RsclbMTHiSqsC { width:16.5625rem;height:1.4rem;top:20.550003051757rem;left:1.26171875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cc2mxpMb02ysbht9KGqCtbVLp8hpwTPP { width:16.375rem;height:4.2rem;top:24.9375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aCQqFicRGnl3T0rXDQS6FZd4h5CN0AoF { width:20rem;height:26.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1XTmZ49iD49pFvGp0aRrw4LLAsaSaQL { width:16.25rem;height:0.0625rem;top:29.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPEA2Tukvb7fT54mBr8KJRApKNcZG1EK { width:14.6875rem;height:1.2rem;top:31rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fm28xo1NFTIcNv2gT1E3IJiPzNflKwBR { width:14.4375rem;height:2.8rem;top:32.587493896484rem;left:1.3359375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TSH0Kb1TeHGeiA5AN9bTuvAMfEoCBRwc { width:17.9375rem;height:17.9375rem;top:1.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn4vbeCEaenyOZ2VUrhT6wkN99lG3o0x { width:20rem;height:26.25rem;top:71.999993896481rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQlbKWSHJg5z4Fy4LXb6kQgLhBrbV3Gn { width:16.125rem;height:2.8rem;top:103.37499389648rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fCMNTLXlU9cAsKvNLyxTrkvU0JD3te7T { width:14.6875rem;height:1.2rem;top:101.74999389648rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #upsCupI7tM9DHhlVnaI3rJJMLTdyTFc7 { width:16.25rem;height:0.0625rem;top:100.62499389648rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt2K0Rp53sXkpnUZH5RwD8EvIJSIhvoy { width:16.375rem;height:4.2rem;top:95.686715698244rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aWycEt2xVVfizEfHJaGMaTHwON8Gm4fp { width:16.5625rem;height:1.4rem;top:91.312493896481rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dml74TelrDEuEg5icGEo4JGTMpOhmlnd { width:17.9375rem;height:17.9375rem;top:72.124993896481rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #siGiqdmuRXJcSFP1bFFrbqXTHAi3cDto { width:20rem;height:26.25rem;top:36.637493896484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwGl7t0kbGTBgSCyF4DK4rRGJQvPbhG0 { width:15.4375rem;height:2.8rem;top:67.949993896481rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k2gdZwyQoTnbtTdsRRtIqbK3oNLQ1ewQ { width:14.6875rem;height:1.2rem;top:66.387493896481rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GRwB6yPdzeqnNtzAlzQfUUDFIQeTe6vO { width:16.25rem;height:0.0625rem;top:65.262493896481rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDkw2Khko6d2DB6XTMRHlhtJtaNzI4xP { width:16.375rem;height:4.2rem;top:60.324215698242rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W2o68kfw3Cs8HFIwqpo9tqCXaDWAxcoR { width:16.5625rem;height:1.4rem;top:55.949993896484rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qLcM4BCqWqgSm5ULf0ZOZzciLv85qDyv { width:17.9375rem;height:17.9375rem;top:36.762493896484rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKCUChlB9x7U71NT0rq2w7K5EzmIJCsw { width:20rem;height:26.25rem;top:107.42499389648rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMAHKrCefh3ZSuwAQDsDIc4iyteNoQ6p { width:15.3125rem;height:2.8rem;top:138.79999389648rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HqxtMxrAbsC0RTCPJgzZ7T8XLRavxD5t { width:14.6875rem;height:1.2rem;top:137.17499389648rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CM7ROTD0Nh23mCWQd18PMTzzQO1DeEVL { width:16.25rem;height:0.0625rem;top:136.04999389648rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #miC97uc9QzshuN0vLu3Fqv2JE2gn6F1D { width:16.375rem;height:7rem;top:131.11171569824rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CHi4EqR6TA8M9XzX23TrXiy5BtksXtwa { width:14.6875rem;height:1.4rem;top:92.949990844725rem;left:1.3250007629394rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N4byapX63ig3OzEoQSXnKK6T91quICN0 { width:16.5625rem;height:1.4rem;top:126.73749389648rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H079eWsTguGdJVUQUAOeO7KO0nBAWTtt { width:17.9375rem;height:17.9375rem;top:107.54999389648rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxhhLdufuqINd1mwxuDIa2PNv5RVdmeA { width:6.375rem;height:0.8125rem;top:128.74999084473rem;left:0.57499694824219rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOvf9vkMA92KIe16vkRLSk5qaUfV6dzC { width:14.6875rem;height:1.4rem;top:57.587490844726rem;left:1.3250007629394rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V7QGH5I4CspWQNmIXy09Bze3kar1vMO4 { width:6rem;height:0.875rem;top:22.349990844726rem;left:1.3359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2cGyM6BWddShmK1scTyfKbbWLeBfxPD { display:block; }#Z2cGyM6BWddShmK1scTyfKbbWLeBfxPD > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2L4gRyJIrXt1eHVKGLsHIPyTTwxLZCs { width:16.6875rem;height:1.4rem;top:18.814825439453rem;left:2.4437500029802rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LMMrAXIwAabACr08QBGPOLXTBGapXOQt { width:15.4375rem;height:4.2rem;top:23.014844179154rem;left:2.3812499791384rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s0DCRMspAvqrrFMHCvScLr7DWpsl8GJu { width:18.0625rem;height:35.25rem;top:-0.52500104904175rem;left:1.0562500506639rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqDilMTfVCwmaW4fIyq4zIG9IoxqHWyg { width:14.6875rem;height:1.4rem;top:20.289843797684rem;left:2.3812499791384rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GMTp3CDdbmVOTiFTrvmr1P0v5FLt4bJX { width:15.4375rem;height:0.0625rem;top:28.214844703674rem;left:2.3562500029803rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACpg5lke6X1BxwdZdxP6sGMoeyahDtlx { width:14.6875rem;height:1.2rem;top:29.227343559265rem;left:2.3812499791384rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I6K1ftCyO7o3VEJEB1idaC2eLOXXz1ts { width:14.4375rem;height:2.8rem;top:30.502343177796rem;left:2.3812499791384rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vxzvUF4Gy8uQch3xPwTTlZBCpTBxrSAA { width:17.9375rem;height:17.9375rem;top:-0.44843745231628rem;left:1.1687500029803rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCCTv8PRtVWuq44M2T3gn2fzLrRsc6oh { display:block; }#LCCTv8PRtVWuq44M2T3gn2fzLrRsc6oh > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TX0Wz70mC9f7dFuylESpB20VXdGXe0Ry { width:16.6875rem;height:1.4rem;top:18.814840698242rem;left:2.4437500029802rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kHW6hyLhAbTiQbxhiucqTkR2A3miswMu { width:15.4375rem;height:4.2rem;top:23.014844179154rem;left:2.3812499791384rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BnOxoP4L6f8wXMrARPN5lBt2Z7ZcTyXo { width:18.0625rem;height:35.25rem;top:-0.52500104904175rem;left:1.0562500506639rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnuJAIRmLuxlzc3NEg1ffpQU7bqDo5dI { width:15.4375rem;height:0.0625rem;top:28.214844703674rem;left:2.3562500029803rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUPxi4Ei5aNGQfBP4I5kn7SLem9oArJ7 { width:14.6875rem;height:1.2rem;top:29.227343559265rem;left:2.3812499791384rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EVuL9NxXwfdMa2WT0oXwRLJz3KbNmoOV { width:15.75rem;height:2.8rem;top:30.502340698242rem;left:2.3812500029802rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SoUIyTQBD5CzcJ8TfKgbJAZ1xvUvGpk7 { width:17.9375rem;height:17.9375rem;top:-0.44843745231628rem;left:1.1687500029803rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/16360566-433c-4a96-b92c-2bb8077a3f7d/avatarflorek2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SoUIyTQBD5CzcJ8TfKgbJAZ1xvUvGpk7.adaptive-delivery-prevent-bg, #SoUIyTQBD5CzcJ8TfKgbJAZ1xvUvGpk7.lazyload, #SoUIyTQBD5CzcJ8TfKgbJAZ1xvUvGpk7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PPLCtGMudEHWLQoN3779V6IAeDhAdVEJ { width:5.75rem;height:0.875rem;top:20.664844512939rem;left:2.4562501460314rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaoqfBPqV6tnKk3Ph4gUx3TpyuaVDZS3 { display:block; }#KaoqfBPqV6tnKk3Ph4gUx3TpyuaVDZS3 > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOKbrNSNxtTCtP8hO9vI9hhVZbgflG4g { width:16.6875rem;height:1.4rem;top:18.814844512939rem;left:2.4437500029802rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HGi8dHtF08hbAgFvhwrVVKCH7iUwMCgs { width:15.4375rem;height:4.2rem;top:23.014844179154rem;left:2.3812499791384rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dI7WvNTLDdsFmh2SwgJoiezsD6ZxgvU7 { width:18.0625rem;height:35.25rem;top:-0.52500104904175rem;left:1.0562500506639rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi3HaW2Ettdc1DlKkzvxZuSmHAKJrJDx { width:15.4375rem;height:0.0625rem;top:28.214844703674rem;left:2.3562500029803rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOciAs08p0SA9rMJLulVMzDO3eMJ5y8m { width:14.6875rem;height:1.2rem;top:29.227343559265rem;left:2.3812499791384rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Uq3PtZyul4u6qJxZCDUK9BmDrBJFrK07 { width:15.75rem;height:2.8rem;top:30.502340698242rem;left:2.3812500029802rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NPcNTpST3TMPIR9QWkvSPARuDscfFbLI { width:17.9375rem;height:17.9375rem;top:-0.44843745231628rem;left:1.1687500029803rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/42e0b97a-ba6d-4d59-92e6-aad16cdcf7a1/avatarcechini1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NPcNTpST3TMPIR9QWkvSPARuDscfFbLI.adaptive-delivery-prevent-bg, #NPcNTpST3TMPIR9QWkvSPARuDscfFbLI.lazyload, #NPcNTpST3TMPIR9QWkvSPARuDscfFbLI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Qaz4UGQsukMxhyuycNAMy9L9pCVwIXE7 { width:4.1875rem;height:1.25rem;top:20.664844036103rem;left:2.5812501460314rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp5iR4zbbLzhwCrlQ95cHUSyoNTzSJto { display:block; }#Jp5iR4zbbLzhwCrlQ95cHUSyoNTzSJto > .row .container { width:20rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x0P5PXokLpTwPhcyy1fT1C7TCyGBM7Bq { width:16.6875rem;height:1.4rem;top:18.814825439453rem;left:2.4437500029802rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ap5gsEEWlUEHAmtvTdMV5m1X2FoIZJSO { width:15.4375rem;height:5.6rem;top:23.014841461182rem;left:2.3812500029802rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gtNGZrT0ziJ0pWkLimAMP4rUHJUM1TTJ { width:18.1875rem;height:37.8125rem;top:-0.52500305175784rem;left:1.0562500745058rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPgdQAdNWRz0Cnz8FOStPpCqfR8iFM46 { width:14.6875rem;height:1.4rem;top:20.289843797684rem;left:2.3812499791384rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hEyWzPzrlHXQTzz5F5TG33fOkuFnOBko { width:15.4375rem;height:0.0625rem;top:29.464846038818rem;left:2.3562501460314rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0lWbaN7BV3GzkTxfAcMzFGTEwh6e8JN { width:14.6875rem;height:1.2rem;top:30.477342987061rem;left:2.3812500029802rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LsTdkE380Z6wNqI34bh2iHoZZFG7Xd55 { width:15.0625rem;height:4.2rem;top:31.752344512939rem;left:2.3812500029802rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uaodNUhEZ0Z8ECWF0XXLntzmTWZlSd2b { width:17.9375rem;height:17.9375rem;top:-0.44843745231628rem;left:1.1687500029803rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/02f036da-431c-4110-a9c0-b4ebd7f91aa5/1773954835759s7mj1vfayzf.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uaodNUhEZ0Z8ECWF0XXLntzmTWZlSd2b.adaptive-delivery-prevent-bg, #uaodNUhEZ0Z8ECWF0XXLntzmTWZlSd2b.lazyload, #uaodNUhEZ0Z8ECWF0XXLntzmTWZlSd2b.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AJd6XvTSC855MMJHVMLDPpNaRTBcGTTv { display:block; }#AJd6XvTSC855MMJHVMLDPpNaRTBcGTTv > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xp3bFI5329GD6bOI7Pfaov3KOgqI5TiX { width:16.6875rem;height:1.4rem;top:18.814844512939rem;left:2.4437500029802rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IE63URDKgqzQGt5TvKKD7v5x6CxLkBIz { width:15.4375rem;height:4.2rem;top:23.014844179154rem;left:2.3812499791384rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w1O31nq95fMPPsSOcyM2mlU4PlzwVBUg { width:18.0625rem;height:35.25rem;top:-0.52500104904175rem;left:1.0562500506639rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDHwFCH2XTCpZoJozyx5RdVg5au1nWaG { width:15.4375rem;height:0.0625rem;top:28.214844703674rem;left:2.3562500029803rem;display:block; }
 }@media only screen and (max-width: 763px) { #BunRuJIlGFZx4NOlu56vdrZoTbyovZ78 { width:14.6875rem;height:1.2rem;top:29.227343559265rem;left:2.3812499791384rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TspoRCwBF4TbOVgUaRkIQtBWMay1Drq5 { width:15.75rem;height:2.8rem;top:30.502340698242rem;left:2.3812500029802rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LyTQxsKxMAGCXsOUGoXLsUgDoul86tWF { width:17.9375rem;height:17.9375rem;top:-0.44843745231628rem;left:1.1687500029803rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/43904dbe-165e-4f69-ba2f-6a7ae2f2bd0d/avatarciapala.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LyTQxsKxMAGCXsOUGoXLsUgDoul86tWF.adaptive-delivery-prevent-bg, #LyTQxsKxMAGCXsOUGoXLsUgDoul86tWF.lazyload, #LyTQxsKxMAGCXsOUGoXLsUgDoul86tWF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EKrhR1c1SltyWc7BM5iQR9WA9nXNlD1A { width:6rem;height:0.875rem;top:20.539843559265rem;left:2.5187501460314rem;display:block; }
 }@media only screen and (max-width: 763px) { #eunLZ1ERWuuEfbVTo5K62ZIvrNC1irhx { display:block; }#eunLZ1ERWuuEfbVTo5K62ZIvrNC1irhx > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuwuIcV4wTW0Q7i9cMxfPxr8FTm8hQgh { width:16.6875rem;height:1.4rem;top:18.814825439453rem;left:2.4437500029802rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hF8kfiZdqwnBk0NP2axrBLJ5gbkVJxLN { width:15.4375rem;height:4.2rem;top:23.014844179154rem;left:2.3812499791384rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PqW687MgieaQ7qfUHVrSQW1HQ8TJ7o0f { width:18.0625rem;height:35.25rem;top:-0.52500104904175rem;left:1.0562500506639rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWBHzJb2p0xH5ccBBVHmfmcU1FtWxUow { width:14.6875rem;height:1.4rem;top:20.289843797684rem;left:2.3812499791384rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ika8HXdtonsL0bb7JWf3Gn5D9UG9O7sM { width:15.4375rem;height:0.0625rem;top:28.214844703674rem;left:2.3562500029803rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFgtxHBHTFyMsrJDfqeplw51n8aBHkUx { width:14.6875rem;height:1.2rem;top:29.227343559265rem;left:2.3812499791384rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wx02IioK74GzJeZUwg0itbsPKssFg1Fm { width:14.4375rem;height:2.8rem;top:30.502343177796rem;left:2.3812499791384rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vxf65XePtoS8iJ8RxDQvKteQohH0KBha { width:17.9375rem;height:17.9375rem;top:-0.44843745231628rem;left:1.1687500029803rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/1279cf55-70fc-4be5-918e-19f297b75a64/avatardietl.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vxf65XePtoS8iJ8RxDQvKteQohH0KBha.adaptive-delivery-prevent-bg, #vxf65XePtoS8iJ8RxDQvKteQohH0KBha.lazyload, #vxf65XePtoS8iJ8RxDQvKteQohH0KBha.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VXZPy8dxZMddKMPzgoUWEpFvxocPpFIL { display:block; }#VXZPy8dxZMddKMPzgoUWEpFvxocPpFIL > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6R9ELR8Oxkk6xOHy9u0nvUkkJt5Nilz { width:16.6875rem;height:1.4rem;top:18.814825439453rem;left:2.4437500029802rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nDSbIpTNIrSvannnWP3R0Ky0IOhNeXMU { width:16.1875rem;height:4.2rem;top:23.014845275879rem;left:2.3812500029802rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KcVFrvIl7fvPnNzDyn2mRe5A58GD3Hol { width:18.0625rem;height:35.25rem;top:-0.52500104904175rem;left:1.0562500506639rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuQAW31uRezTl3MT6FKRuNHppm4fydTK { width:14.6875rem;height:1.4rem;top:20.289843797684rem;left:2.3812499791384rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rCKX4zTPsoHaO7E8D1sxn2DMDiuQov0l { width:15.4375rem;height:0.0625rem;top:28.214844703674rem;left:2.3562500029803rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3AAH2WoSdImpvzrOmxE03oi2U2FTThX { width:14.6875rem;height:1.2rem;top:29.227343559265rem;left:2.3812499791384rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HAW9PpDdccc6r9oAwPTlCGdJ12fAoaAv { width:16.0625rem;height:2.8rem;top:30.502348327637rem;left:2.3812500029802rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G7bbwVVJxSu9tPTAdPm4GOZ5Q0P7ZBFZ { width:17.9375rem;height:17.9375rem;top:-0.44843745231628rem;left:1.1687500029803rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/34b0a116-2193-4565-8368-9a2a0ccee191/avatargeorgiew1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#G7bbwVVJxSu9tPTAdPm4GOZ5Q0P7ZBFZ.adaptive-delivery-prevent-bg, #G7bbwVVJxSu9tPTAdPm4GOZ5Q0P7ZBFZ.lazyload, #G7bbwVVJxSu9tPTAdPm4GOZ5Q0P7ZBFZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T4cWbrBZebauSUqJDt8dPNDhesCEpTTU { display:block; }#T4cWbrBZebauSUqJDt8dPNDhesCEpTTU > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPwRwa0NTX4TaE6BBI7ZSECgB9gXdx9C { width:16.6875rem;height:1.4rem;top:18.814825439453rem;left:2.4437500029802rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hOoIx8ECf5DGucvMeLoBTkPubXA2VTFK { width:16rem;height:7rem;top:23.014841461182rem;left:2.3812500029802rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AGaIxZPf1NWeK8obOcNGE5SXZpifKcz2 { width:18.1875rem;height:37.8125rem;top:-0.52500305175784rem;left:1.0562500745058rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJMTlGii6uALPqH7RXT7nkPGdMZAxdkL { width:15.4375rem;height:0.0625rem;top:30.714846038818rem;left:2.3562501460314rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC8mEIWHeFJ3N5TVKLSWVaobn8rF5FpS { width:14.6875rem;height:1.2rem;top:31.727342987061rem;left:2.3812500029802rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #doUTIflvN375Tp33Luvv8mFySRGHFTTh { width:13.8125rem;height:2.8rem;top:33.002344512939rem;left:2.3812500029802rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CIxF7uaEVZRtTbOBZ8csZWfwt1bsn6nU { width:17.9375rem;height:17.9375rem;top:-0.44843745231628rem;left:1.1687500029803rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/bc9e11e5-90a9-48d5-a495-f55dfa1c5c77/1782235305278qmvp3aknwfn.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CIxF7uaEVZRtTbOBZ8csZWfwt1bsn6nU.adaptive-delivery-prevent-bg, #CIxF7uaEVZRtTbOBZ8csZWfwt1bsn6nU.lazyload, #CIxF7uaEVZRtTbOBZ8csZWfwt1bsn6nU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AV038TATTOBZIFTKVkubba3uGcdyS9VU { width:6.375rem;height:0.8125rem;top:20.795313358307rem;left:1.7125000506639rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGzJVLa57fEtTFMXcTyOFm8R0NLPOVSx { display:block; }#kGzJVLa57fEtTFMXcTyOFm8R0NLPOVSx > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsO13O3PRXzed6NILBBNS9tO3cmM2LGg { width:18.8125rem;height:3rem;top:3rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LpbHAt2yOyM9wFhqwLBTFK3zhe2LbhEX { width:20rem;height:2.8125rem;top:5.3rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWwKAsUkOmUVNrB9u5i59GmQqi1hkpsm { width:19rem;height:2.8125rem;top:8.112500190735rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVG1ZHcDE8aM38NF6HZLr7ev8lBnBCo3 { display:block; }
 }@media only screen and (max-width: 763px) { #K36rtGK8koPLAOuOxDCZTeyHnmKdLzUP { width:17.125rem;height:0;top:5.675rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NRPwzGF3BG4N56swunv9ZGsWTPvf3yo5 { width:1.4375rem;height:1.4375rem;top:5.9875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVr4WQAathxKPZ1naD4q6ylALlloDh5d { width:18.125rem;height:2.5625rem;top:7.8125rem;left:0.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #wzf1x4qKq17FBK1sD5UcU2WERDcFxztv { width:18.125rem;height:2.5625rem;top:7.8125114440919rem;left:0.93671876192094rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #cOJ9HLpfP2UBddfxW92q9LnzBVvZp3R6 { display:block; }
 }@media only screen and (max-width: 763px) { #os4oot5ly89KBDQCbTX5M72S4O1Scb29 { width:15.4375rem;height:1.7rem;top:8.25rem;left:3.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #pvEIk3kiZenEWRWI14hW20KZ0HJbR3U2 { width:1.3125rem;height:1.3125rem;top:8.4367198944094rem;left:1.9875000119209rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #ucP8sp3oXngqXIFi7PJO5oxC2vwTP0Vc { display:block; }#ucP8sp3oXngqXIFi7PJO5oxC2vwTP0Vc > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Brus0AB2EnMbmuPJSiNd9pT2VleNLAeP { width:20rem;height:1.1375rem;top:3.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LPNnc1wLQAdLtTfrku0OuaLEiDeQVp8B { width:20rem;height:4.55rem;top:6.39990234375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p797WKQznqeu7bHsJaJSDHs0A5OFg2Tu { width:20rem;height:0;top:7.08740234375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #TAATaJxDKANTIby36zuQAPRJTb99oPhd { width:19.875rem;height:9.125rem;top:14.72458984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBQIgwHHDyFXUfyQ4pwcOM4zIFk696OV { width:2.375rem;height:2.1875rem;top:18.25537109375rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx1RMDobcBDFNMcJ08519xy0Zg7AiQps { width:3.125rem;height:3.3125rem;top:17.63037109375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGDPf8RSbM4HOzRZMdpFfRalstnLH82l { width:14.6875rem;height:4.8rem;top:16.94921875rem;left:4.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z9XGHBvc4LlvUb28Zm5aOTsbEz0Upiwk { display:block; }#z9XGHBvc4LlvUb28Zm5aOTsbEz0Upiwk > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEkior6ymTl3gS3mumFJeiKK5fKa5rLi { width:19.875rem;height:9.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEODm6T0Ftp39T6grCy4wt1Z9fI3k0pi { width:3.125rem;height:3.3125rem;top:4.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMQ8GCaO7KNCAoS4GL3eO0J7TTauWUaB { width:2.25rem;height:2.125rem;top:5.03125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfkad0xigTckeOREDfzrASmpIA4MCnJG { width:14.4375rem;height:6.4rem;top:2.89453125rem;left:4.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u6ZAP8Togeo638I8Ou7nz25xuJpkTbJO { display:block; }#u6ZAP8Togeo638I8Ou7nz25xuJpkTbJO > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPPquP44BQJPK0ku0Vcl9uOggoKuSruz { width:19.875rem;height:9.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkpueV0BPHDo7lm65ORKywAZCuWxSMta { width:3.125rem;height:3.3125rem;top:4.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5xEtG4ItZHfz5CcmCFwodHVBF0prguo { width:1.875rem;height:2.125rem;top:5.03125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnyvkH0t3VX7CoVwOWelrBUTA8o1ouQF { width:14.4375rem;height:4.8rem;top:2.89453125rem;left:4.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fmy1cWEr6PATl69yfp380hMOmGUPFf3w { display:block; }#fmy1cWEr6PATl69yfp380hMOmGUPFf3w > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUHA8zHAEkHBw686Xnn7fw8T3mCHnp7S { width:19.875rem;height:9.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUChkrZyeTuLUhoJv4rCyfvsgLo6CCN8 { width:3.125rem;height:3.3125rem;top:4.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXaUSxKd6uqcDcqX62e6wTsf58lEsWRU { width:2rem;height:1.9375rem;top:5.25rem;left:1.5992647058824rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdT4cQ6BZiyAPrIp6RuQEJnqwsQ3PNuc { width:14.4375rem;height:4.8rem;top:2.89453125rem;left:4.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #seKAc5GgZvcUTnK4zwvAXwxWeP1kimWP { display:block; }#seKAc5GgZvcUTnK4zwvAXwxWeP1kimWP > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvA5JnfNwi8AR1Jdi9pDZT1QD0TpbPQB { width:19.875rem;height:9.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3StkLS7ECuR17rP2VT5psoIfKqBPkmg { width:3.125rem;height:3.3125rem;top:4.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt4W403EyLv8iUDM5PTzIOC1yaolVyxk { width:1.8125rem;height:2.25rem;top:5.03125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmBz0AvdNOdeCBsKAL2k379mSc6hA3AG { width:14.4375rem;height:4.8rem;top:2.89453125rem;left:4.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #haJRGed0cWvlMkIAEcV6fIxC0aQ0BcKq { display:block; }#haJRGed0cWvlMkIAEcV6fIxC0aQ0BcKq > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xokDBygme4KGr4evyKP9ETwLMe9ZxEQc { width:20rem;height:1.1375rem;top:3.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zC6NRozRD6JzKbXz3NPutlQX9NETvUXp { width:20rem;height:7.5625rem;top:6.1351547241211rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpBP74WmGHGgqn3x8fAJd0wwgGw5FRIc { width:20rem;height:9.0625rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihRFOIb3opZC0QfhXHgXp4isLIThJPaD { width:19.9375rem;height:9.1875rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKMe2D8PTcnMpRv5VliFDtmhMOTXDTc3 { width:1.875rem;height:1.875rem;top:7.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE1QyG3Lwb1x1AVDolghGKtnt0qSHBK9 { display:flex;width:0.75rem;height:0.75rem;top:7.9375rem;left:1.5000001192093rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #v2c8NMG8XiLLvcQoOydlzwBbQ46Qke5S { width:15.625rem;height:1.4875rem;top:7.375rem;left:3.7491317987442rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X6WuZlDf0eDHBDrf4uNzm3TMdrDCNNlH { width:15.625rem;height:3.2rem;top:9.25rem;left:3.7484374642372rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VzL0RiQzJTUXh7PQFowJ4qryhHmCKe8P { width:1.875rem;height:1.875rem;top:16.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfRSv9GzuirftTLV27uRaE8e81LaNA4A { display:flex;width:0.75rem;height:0.75rem;top:17.5rem;left:1.5rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #eCUmUVz4isOqlz1w9c5XigGcT2O1camE { width:15.625rem;height:1.4875rem;top:16.9375rem;left:3.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DooJx9kAcbrklWdGh3fiMXNxOOgpaIOB { width:14.875rem;height:4.8rem;top:18.8125rem;left:3.7484374642372rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q1GERKCmXT2pyZLOk2y5e7ITQ7E7TmrT { width:1.875rem;height:1.875rem;top:28rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfRD5M4T9wL8S7dUGsdiMHBabJnnwxW4 { display:flex;width:0.75rem;height:0.75rem;top:28.5625rem;left:1.5rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #FhLv7MNAfshA0inPnMLeCtlWmMkS9IkF { width:15.625rem;height:1.4875rem;top:28rem;left:3.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gtqhacW0COfxvQ58a3pAtwcRnPcUyCo5 { width:15.625rem;height:4.8rem;top:29.875rem;left:3.7484374642372rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eGBtpZg9t0l8UQtykdopus3AMhsaATVc { width:12rem;height:2.8125rem;top:39.6875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #AerL7Db9kyA4gQLsEtXTcUKCGC93Av1Z { width:12rem;height:2.8125rem;top:39.6875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyt0A23z4zm4gdWZIENJ3gdwC2nR64Uh { display:block; }
 }@media only screen and (max-width: 763px) { #a278o9wbf6DJa8ivchKuAcxzXsSaHcWK { width:1.4375rem;height:1.4375rem;top:40.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTH3zop6xxTbXvlptvLAXZHv3fuUzwHI { width:7.4375rem;height:2rem;top:40.0625rem;left:7.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #skO4OGFAwl5Ryr2FRET6uE0HOfwJF2KT { display:block; }#skO4OGFAwl5Ryr2FRET6uE0HOfwJF2KT > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sb40aTZk9kBJdO1iCZ9qPTDQ4K8gxZg3 { width:20rem;height:1.1375rem;top:1.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EDLXTyqcx04KA1eFk0aq0ZSnRIK7HII6 { width:20rem;height:6.825rem;top:3.58740234375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ph32CKW5xsiO6Op0erJrTfecIBrW0dJb { width:20rem;height:0;top:1.625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #PxAVPJnoltiVIVbWTNwvJeClVpo8iGfn { width:19.0625rem;height:4.8rem;top:11.38671875rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eSfmos5F88Rz5oxX8NiQTibcpGmk41VZ { display:block; }#eSfmos5F88Rz5oxX8NiQTibcpGmk41VZ > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJ23BRDXapwQarTExxrd1G7hwUohQB6D { width:19.875rem;height:12.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzH6bTpsGKWLa2HTgo4aZZsBTF1tOMn8 { width:17.125rem;height:2rem;top:2.251953125rem;left:1.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fsPvUBgacPXlCBp5aB2qVCVEMgJ3bRGR { width:18.75rem;height:3rem;top:5.375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PGszBpBfKcZ9kmuAwnWzxMQ5T56TsHcI { width:6.5625rem;height:2.625rem;top:9.09375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m51XsC4QdGre9T8aCkSyXoCiPWA8Iide { width:6.1875rem;height:2rem;top:9.59375rem;left:1.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AkVHxMLOczM22oOsOTUAesWftvo31uPE { width:19.875rem;height:12.375rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw89L90m1vUJ3K17GxI7Vzi7J2XPs7dQ { width:18.625rem;height:3rem;top:19.125rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zlBSgwwU7uq7OkidKy1OndBhsz44ch3J { width:9rem;height:2.625rem;top:22.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdN7iMTxKqwCzQq8T3qoKGHy7IcNS5EC { width:6.1875rem;height:2rem;top:23.3125rem;left:1.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XiJm381uyKuK6FhtXKD37eWFbA52Whp5 { width:17.125rem;height:2rem;top:16.875rem;left:1.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oEqd5tDspImuXTdv0yVmCDimUks56r6d { display:block; }#oEqd5tDspImuXTdv0yVmCDimUks56r6d > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WbTv7Ub4IsJXv07msNTB0AOKIZVT5RiX { width:19.875rem;height:12.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmbTK7Gtc0Ves26zuKTEWrTrsGm0AnXp { width:17.125rem;height:4rem;top:2.251953125rem;left:1.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ug4loVf1CzgenTFDIvFO3NOyqepaTkMS { width:18.75rem;height:3rem;top:5.375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iGE1JoFCLRxBRenta3hJlun4Sbcv8quO { width:6.5625rem;height:2.625rem;top:9.09375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQM98Ty8gsNLGSgKHTdbxMIAlnvNwBti { width:6.1875rem;height:2rem;top:9.59375rem;left:1.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qqxM7WdfPnrdHyLw3XENT0r0kE97Ker8 { width:19.875rem;height:12.375rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEZNRUvpx2AWucB5uNpCk8WFWDHMGBKo { width:18.625rem;height:3rem;top:19.125rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lL6MQFd0NmdCnDRW9bANRJ3PBrEBRTTr { width:9rem;height:2.625rem;top:22.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbua0F6cdb0eTKMxZQkxr4mDwCtKr8Dy { width:6.1875rem;height:2rem;top:23.3125rem;left:1.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gUGOcmtRNL7kfvVpwG7wmtasek4dWogi { width:17.125rem;height:2rem;top:16.875rem;left:1.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GeuVS1RkXcXEHgQGv7gpP9cUL1b5EHBw { display:block; }#GeuVS1RkXcXEHgQGv7gpP9cUL1b5EHBw > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTcEBsbwDUTFEqTT70JzKHheLGzAak8f { width:19.875rem;height:12.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6B3VrfSf1fplDUoX9OWeXI8W39OyAci { width:17.125rem;height:2rem;top:2.251953125rem;left:1.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pVhWaDDHTUzwbFEdUnIiW00nqZ6sKU1q { width:18.75rem;height:3rem;top:5.375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aCOmt7hzFyu4NTWmKne9kSg5pT1x8hET { width:6.5625rem;height:2.625rem;top:9.09375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yARBy9X70CdupKvDbDEz64mQMtT7T8vD { width:6.1875rem;height:2rem;top:9.59375rem;left:1.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #echwJxORWzsX6yz3eHT7gFMtQCxpPtgp { width:19.875rem;height:12.375rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1segfTfVWOeGCRH42kHJoAhtq8MzKot { width:18.625rem;height:3rem;top:19.125rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mPEgaKQxlmc2vDG6Iuei0MF50aX9BTo2 { width:9rem;height:2.625rem;top:22.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut9iNuuo9aS6c7y4lU2dEtu4HcR5lzKA { width:6.1875rem;height:2rem;top:23.3125rem;left:1.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rTk6z8EUn5RAAV728Rs21CU3O8BNfozF { width:17.125rem;height:2rem;top:16.875rem;left:1.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MSQvZ2yTERkZ7TUDmUd45afvZpbgOT3S { display:block; }#MSQvZ2yTERkZ7TUDmUd45afvZpbgOT3S > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnzpaIhylaEVVcKz8dhsyvRAegzbzKbf { width:19.875rem;height:12.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5maTBVkCF9fnE8AhGKGNtx197l48HNR { width:17.125rem;height:2rem;top:2.251953125rem;left:1.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M8x9E1lww1hIhqWvqASDAPAgqAs6bQ8D { width:18.75rem;height:3rem;top:5.375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mTUuNb1m2vBk2iTZHknk6d0ne4pReIwz { width:8.25rem;height:2.625rem;top:9.09375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isauwpDJox22b4vC7pPtFHGawlAPJMsM { width:6.1875rem;height:2rem;top:9.59375rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tVSNEf7hDVS3yc8UXyLZKDChkrMoBHhU { width:19.875rem;height:12.375rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZTsifuTglReWGAnfCCOTc7As2M5efoz { width:18.625rem;height:3rem;top:19.125rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rPMDv3mlRUw3ZBHWXyF8OTr6LETTqTu9 { width:6.9375rem;height:2.625rem;top:22.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJTxqlOWZwaPoPJ5c82OqMK0I1Abyi8u { width:6.1875rem;height:2rem;top:23.3125rem;left:1.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ArTJP4EPyMt5JGETSx2rvCK0iUNf07lz { width:17.125rem;height:2rem;top:16.875rem;left:1.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sJQoGCqBsqrQXq76VxHn60lZRMprD6WC { display:block; }#sJQoGCqBsqrQXq76VxHn60lZRMprD6WC > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGz5W3OOPAxFoe8ICL2SgZcS4qU8tOvT { width:20rem;height:1.1375rem;top:1.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yokOLz0J1bV1cMForzT3anHC1bfkLPFm { width:20rem;height:2.925rem;top:3.58740234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipHhoiIpfMqDfgolrbJoV6KENgMyLP5A { width:20rem;height:0;top:1.625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #T5ZJpVhebUndDE1QfrrpBm8IprnJ1OfI { width:19.0625rem;height:1.6rem;top:10.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hSK7zvusXqBcow7WAMM8LVAgMbws2VMi { width:19.875rem;height:6.375rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK2CwNVEAL002BGvuHAiDCHuewND5RIu { width:20rem;height:2.275rem;top:15.673828125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QX4igIVcrK3Tty9Z7STfHXgTR7WGA984 { width:20rem;height:2.2rem;top:20.2607421875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtaapmIsiZLxLFlUOnuDgomrgTTH3MEA { width:19.875rem;height:4.125rem;top:19.2353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGSdKMrgPL2cmyOTBwts1vomoBV0u6Ul { display:block; }#XGSdKMrgPL2cmyOTBwts1vomoBV0u6Ul > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBNOtk1yhug4f5gODThTU2HWrJ1P2Wz1 { width:20rem;height:9.8rem;top:3.3851566314698rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oKd22L9Q8lZOBrT6S2GnbuK98SKTGk9F { width:20rem;height:18.0625rem;top:15.68515586853rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J3hd1IJrdceD9AJ27OuncZCVCVqrIIcn { display:block; }#J3hd1IJrdceD9AJ27OuncZCVCVqrIIcn > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQlfMwUotmKR1ioBTkmRMvb4Zy4fqzTk { width:20rem;height:0;top:2.4992184638977rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #I0uhClyVtKJ9iiO1pLAq6ZnpB4FksDSO { width:20rem;height:4.55rem;top:6.0328123569489rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZXf9hb5EzEFSgbvAeQaZ0UF2HfaAKhti { width:20rem;height:13.6rem;top:13.082812547684rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lnJ75HOcZ5PEqTXq7pQCVxZWTvytEpXG { width:20rem;height:2.275rem;top:2.5085937976837rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #TUKJznToTNtOAIKTPiV4FChMNPUcAgOu { display:block; }#TUKJznToTNtOAIKTPiV4FChMNPUcAgOu > .row .container { width:20rem;height:85.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mE0IrnK70zFKCBcBoGvh9WRrpINObCTb { width:20.0625rem;height:12.5625rem;top:32.574999809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2DnGOuf4hIsuvdsemWqMPuBO52Kxiin { width:20.0625rem;height:12.5rem;top:18.100000858307rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrSqgd1hlmuasWwfOSTUZUTU4p3THwHB { width:20.125rem;height:16.0625rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG553hkyCZkGubv6GLpEMpP9vz1m8cEi { width:20.125rem;height:15.5rem;top:47.112501144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqWiARLL1DLgQfmHSpqyLz3neXrTSV5U { width:13.625rem;height:1.4875rem;top:1.3125rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wL3MDtf4ckIgs5WZXoMbbFkq0IBsZLqR { width:17.8125rem;height:11.2rem;top:3.4250001907349rem;left:1.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W65nxlwLKPQXOL4pWdv2eqxCl8I8H0AQ { width:14.1875rem;height:2.975rem;top:19.350000858307rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dqb82RQfQWwqVeaytSKQci7OqmHwwR6V { width:16.9375rem;height:0;top:22.325000286103rem;left:1.8750000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #GBEzG9czkpiz67ZDDVLmXVdyNsWivkP9 { width:17.375rem;height:1.4875rem;top:33.824999809265rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sQzTAsq9pTfzdFi9kK14nJSUwCHZmdyA { width:17.8125rem;height:8rem;top:35.937500953674rem;left:1.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ImZV8CuoS11MhTSOQ6h5A17EmJfwGwlv { width:12.1875rem;height:1.4875rem;top:48.362502098084rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E8u9m0SucN3WcGry965mtCDpoeaTxzUN { width:17.8125rem;height:9.6rem;top:51.887502670288rem;left:1.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ctQ3Jsw0QtZoHF8hTRFDvo1oF9cKC0ST { width:12.1875rem;height:1.225rem;top:50.037502288818rem;left:1.2500000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l3K4kem5FA5Tb5uCnE6a40ZZleS93WGa { width:20rem;height:8.5rem;top:67.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AmC80ymJrHvpmPyRRy238q4upl8SsJHN { width:20rem;height:2.8125rem;top:13.3rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ceMB8M84OpsBOAuLfH8N0nTze3TOgLul { width:19rem;height:2.8125rem;top:17.3625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ez00AgW37UQJFfxcxwyTJeFuzuD2p1pT { display:block; }
 }@media only screen and (max-width: 763px) { #GOk2MUdqJWc68oi979qa2LJdI0coO6mx { width:17.125rem;height:0;top:13.675rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eHNiMKQFvi0iM1i641c8vUVW8EXrSz0w { width:1.4375rem;height:1.4375rem;top:13.9875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CpzZSR5uavx5xZrEPXu5SXtzeVyfDoDT { width:18.125rem;height:2.5625rem;top:78rem;left:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Pers5wQnNCeTQvSZ3zUDdl97dLWE9rr7 { width:18.125rem;height:2.5625rem;top:78rem;left:0.9375rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #pRGZXseKZz2F2WqIE6c9RWVaPNJ0CfHb { display:block; }
 }@media only screen and (max-width: 763px) { #l8slTCecMlN79iEdcSsyyqE89Ln0tgoH { width:15.4375rem;height:1.7rem;top:78.4375rem;left:3.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #s59yq7TCmKVEZ4iK6TezlpDmMVaAe0Tl { width:1.3125rem;height:1.3125rem;top:78.625rem;left:1.9375rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #ahDgage1lKuQElIopp3G8Hb4bTkgun2T { width:16.9375rem;height:6.4rem;top:22.950000286103rem;left:1.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #G29s9DOOxg7NU6h8NhkfBlTnVhqAP0y0 { display:block; }#G29s9DOOxg7NU6h8NhkfBlTnVhqAP0y0 > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lG4C0T44uC8U9I3WOqOqJLwT9P9C3uEy { width:7.9375rem;height:2.6rem;top:5.4861109256744rem;left:6.0312501192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EnbuHRVbc4Xa7cVPqfvOvnUN7OEypANh { width:2.9375rem;height:2.125rem;top:2rem;left:8.5rem;display:block; }
 }