.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;
}
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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;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); }#FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1e23;background-image:none;position:relative;display:block; }#FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM > .row .container { background-color: transparent; background-image: none; }#FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM > .row .container > .video-iframe-container { display: none; }#FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM > .row > .video-iframe-container { display: none; }#FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM > .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); }#FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM > .row .container { border-width: 0; border-radius: 0; }#FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#r1X3snFQ3G4OTU8Qsz7cHKMi9KT2i0Z5 { color:#33383c;display:block;width:23.4375rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:13.625rem;left:5.375rem;height:7.19925rem;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;font-style:normal;display:block; }
#tQhkMTHImh7Sl5CbNeudXRql0xm8qqcH { color:#ffffff;display:block;width:6.5rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:32.05029296875rem;left:32rem;height:4.048825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uX2ltmTGExPKNhAkl5pwfnDqw926wXJQ { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.0625rem;width:14.75rem;top:0.96484375rem;left:2.1875rem;overflow:hidden;display:block; }
#BmewTowqTnzOIQ4KPgzg9BgsghmDIVqt { position:absolute;display:block;z-index:100003;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:28.5625rem;width:27.4375rem;top:10.27734375rem;left:42.53125rem;display:block; }
#UiJb1xEEIVuJggtykRnzlaQSTpoTrMeg { color:#33383c;display:block;width:22.4375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:23.64306640625rem;left:45.03125rem;height:1.76855625rem;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;font-style:normal;display:block; }
#xo8FNpkJ66Fke7Os0QgRC4gAEKkVdcUd { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:22.1875rem;left:5.5625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#obHMR0dQ580LV5zvQ8DfsWSr9wyxZcK2 { color:#33383c;display:block;width:20.75rem;position:absolute;font-family:rubik;font-size:12.375rem;font-weight:700;z-index:100011;line-height:1.4;letter-spacing:0;top:23.2998046875rem;left:9.75rem;height:17.3246875rem;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;font-style:normal;display:block; }
#Elerr0TuhVvbKccRg1kIlr2sNRzPkGZE { color:#33383c;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:700;z-index:100012;line-height:1.4;letter-spacing:0;top:29.88330078125rem;left:5.25rem;height:4.2871125rem;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;font-style:normal;display:block; }
#iqEpBdQkNzlH8cdJXZfpG6UtO0USNVns { color:#33383c;display:block;width:6.125rem;position:absolute;font-family:rubik;font-size:3.5625rem;font-weight:700;z-index:100013;line-height:1.4;letter-spacing:0;top:25.4375rem;left:32.1875rem;height:4.98730625rem;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;font-style:normal;display:block; }
#REXkE4Aew6mJtZemoFZDOa9ZeP7WlRUr { position:absolute;display:block;z-index:100013;background-color:#3333ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.9375rem;width:8.25rem;top:2.4375rem;left:33.34375rem;display:none; }
#qS0edT0tg1VAzmb0ti5SxTpbf1MxgvvE { position:absolute;display:block;z-index:100018;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:0.125rem;top:3.49609375rem;left:15.65625rem;display:block; }
#H3ap8Am0eKmzTCCQfLpEVsTOXXrbwFte { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:7.6875rem;top:3.77734375rem;left:17.6748046875rem;overflow:hidden;display:block; }
#rQPsHQmye2f99f5uTCTvwc0WfkOmerdC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1e23;background-image:none;position:relative;display:block; }#rQPsHQmye2f99f5uTCTvwc0WfkOmerdC > .row .container { background-color: transparent; background-image: none; }#rQPsHQmye2f99f5uTCTvwc0WfkOmerdC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rQPsHQmye2f99f5uTCTvwc0WfkOmerdC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rQPsHQmye2f99f5uTCTvwc0WfkOmerdC > .row .container > .video-iframe-container { display: none; }#rQPsHQmye2f99f5uTCTvwc0WfkOmerdC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rQPsHQmye2f99f5uTCTvwc0WfkOmerdC > .row > .video-iframe-container { display: none; }#rQPsHQmye2f99f5uTCTvwc0WfkOmerdC > .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); }#rQPsHQmye2f99f5uTCTvwc0WfkOmerdC > .row .container { border-width: 0; border-radius: 0; }#rQPsHQmye2f99f5uTCTvwc0WfkOmerdC > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#Tzs4Xv1z21GiThqnH14qNUgPlZ02TOMP { box-sizing:content-box;color:#5cc885;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:12.1875rem;left:9.5rem;display:none; }
#ag4vr2G1Au5ekcHmIiqIJMHthRd3TVpN { color:#33383c;display:block;width:47.75rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:300;z-index:100014;line-height:1.6;letter-spacing:0;top:3rem;left:14.0625rem;height:3.19970625rem;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;font-style:normal;display:block; }
#NAfP5zF1CKLo1SEHK6ouoF9faHDIyDGP { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.1;letter-spacing:0;top:10.5rem;left:13.5625rem;height:4.125rem;display:block; }
#hzRKv4Z6QAc2yiE0TPMUxu3AlXeHvKsJ { box-sizing:content-box;color:#8a6df1;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:10.375rem;left:11.5625rem;display:block; }
#TE6imlrfGKRlCNeT7GW2G9FFHf4e5VfH { box-sizing:content-box;color:#ff7059;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:27.625rem;left:20.31396484375rem;display:none; }
#EqWDiO1ucLGDvctSrL2lMWQblhXkG2TK { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.1;letter-spacing:0;top:15.1875rem;left:13.5625rem;height:1.375rem;display:block; }
#scZr9g5TZMZwlJXIbeoJ4nIhVP9Qn7l6 { box-sizing:content-box;color:#8a6df1;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:15.125rem;left:11.5625rem;display:block; }
#wF1Q0I8hTVe4sxKda4FDiSBb1fdTgfmX { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.1;letter-spacing:0;top:10.5625rem;left:26.625rem;height:1.375rem;display:block; }
#wAkQsPr7y0Os8TTOGaIEOU3yfhzB595N { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:14.875rem;left:26.625rem;height:1.375rem;display:block; }
#rU90p8F0Gp7p9ia3zuUGGFr6EpsK9tM8 { box-sizing:content-box;color:#8a6df1;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:10.5rem;left:24.6875rem;display:block; }
#q58nDCJGdwtDOzcq9BxEZcIZxnthlhDW { box-sizing:content-box;color:#8a6df1;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:14.875rem;left:24.6875rem;display:block; }
#ae84Py762flcRxwswi1mu7sbzi6VmN9t { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.1;letter-spacing:0;top:10.5rem;left:41.1875rem;height:1.375rem;display:block; }
#pkAZTJU77JUMl4QTJIqSxh38GWCTeKAU { box-sizing:content-box;color:#8a6df1;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:10.5rem;left:39.25rem;display:block; }
#T00kB1Um7SqOiViGmnogpKiMi8D0XPCk { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:14.625rem;left:41.1875rem;height:1.375rem;display:block; }
#nw4DIK4V7sOe9uzS54m7ODf34q4Rh2UL { box-sizing:content-box;color:#8a6df1;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:14.625rem;left:39.375rem;display:block; }
#gVM9VXO7Z1xCFMivBI67BsR4yMekiewq { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:10.5rem;left:55.75rem;height:1.375rem;display:block; }
#ueAtdOLaef1sRd7QmQ9upCIiPxbSJtO4 { box-sizing:content-box;color:#8a6df1;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:10.5rem;left:53.625rem;display:block; }
#mXvnGMLQVoaalU8XMypXDBd9HDuxeg7U { box-sizing:content-box;color:#8a6df1;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:14.625rem;left:53.75rem;display:block; }
#CdbLmvmyKmTMrklClzG4XfK5p6pSkobT { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.1;letter-spacing:0;top:14.625rem;left:55.75rem;height:1.375rem;display:block; }
#mbASMaF5Fn1naodSebKmw37lLdvDxIqV { color:#33383c;display:block;width:19.375rem;position:absolute;font-family:rubik;font-size:8.3125rem;font-weight:300;z-index:100015;line-height:1.6;letter-spacing:0;top:21.03076171875rem;left:11.5625rem;height:13.2998125rem;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;font-style:normal;display:block; }
#rDV7GBNQliEi3FpN944ylbkvS8Cxy9aP { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:normal;z-index:100008;line-height:1.1;letter-spacing:0;top:32.5625rem;left:14.625rem;height:1.64355625rem;text-align:center;text-align-last:center;display:block; }
#L10KnX19TaInx7iAl8Ai8U2cMkXdDT9w { color:#33383c;display:block;width:28.25rem;position:absolute;font-family:rubik;font-size:8.3125rem;font-weight:300;z-index:100016;line-height:1.6;letter-spacing:0;top:21.03076171875rem;left:38.6875rem;height:13.2998125rem;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;font-style:normal;display:block; }
#hIsRUW0PJH3a4c9HfAe7n6khqcABxGbL { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.1;letter-spacing:0;top:32.6875rem;left:46.8125rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8a6df1;background-image:url("https://images.assets-landingi.com/Yfp0z6K9/END.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb.adaptive-delivery-prevent-bg, #mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb.lazyload, #mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb.lazyloading { background-image: none; }#mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb > .row .container { background-color: transparent; background-image: none; }#mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb > .row .container > .video-iframe-container { display: none; }#mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb > .row > .video-iframe-container { display: none; }#mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb > .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); }#mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb > .row .container { border-width: 0; border-radius: 0; }#mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv > .row .container { background-color: transparent; background-image: none; }#dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv > .row .container > .video-iframe-container { display: none; }#dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv > .row > .video-iframe-container { display: none; }#dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv > .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); }#dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv > .row .container { border-width: 0; border-radius: 0; }#dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#LcR01u4n7xMtn3HgGQW4rsbJXAaApTy2 { box-sizing:content-box;color:#5cc885;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:12.1875rem;left:9.5rem;display:none; }
#eNp44prOT3rINFFeUJgVchuHQfklTfh1 { color:#33383c;display:block;width:47.75rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:700;z-index:100014;line-height:1.6;letter-spacing:0;top:3.375rem;left:14.0625rem;height:3.19970625rem;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;font-style:normal;display:block; }
#Zb5EeEACSD9vyGt1fOZxJUDgDQ8k1nht { color:#33383c;display:block;width:37.375rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100015;line-height:1.6;letter-spacing:0;top:7.375rem;left:18.625rem;height:1.69970625rem;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;font-style:normal;display:block; }
#VuzpXg7XPHG8U6PDfsV2y2t7fcrZmSTK { color:#000000;display:block;width:14.9350625rem;position:absolute;font-family:montserrat;font-size:3.8125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:16.125rem;left:11.4375rem;height:5.01855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sqCec7LCL9kOnTMIJmPZwrLCpcpy3AV0 { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:archivo;font-size:0.9375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:16.8125rem;left:24.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KrMDuJps6113J1CzhpRiZ5fh2BMAqdSo { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:20.1875rem;left:22rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#AmTcWvTpnReJgpF6fr0PAexXif2bhtWt { position:absolute;display:block;z-index:100003;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #979797 ;height:10.375rem;width:23.6875rem;top:13.5rem;left:13.25rem;display:block; }
#a0tTaB7fLR7kU9NMRGXp1F6JiI64b8Jm { position:absolute;display:block;z-index:100005;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #979797 ;height:10.375rem;width:24.1875rem;top:13.5rem;left:38rem;display:block; }
#Ia7QDKB0VTTb2fTT7csKirahaLPEXkad { color:#000000;display:block;width:14.9350625rem;position:absolute;font-family:montserrat;font-size:3.8125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:15.875rem;left:36.25rem;height:5.01855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hxy37b0TOyLEOd2flhRoEPg82uPdo4T7 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:20.25rem;left:36rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fsAtU1mMLcHWI9lzLh1EDdPWrbs9Ix2i { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:17.8125rem;left:44.5rem;height:1.76855625rem;text-align:center;text-align-last:center;display:block; }
#KCvFbsSIbgeI4e0b3aK4hq5e8IBGq00A { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:19.5625rem;left:47.375rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#FyKPyScWlRWBk6Jxt7b7qNuMm5Ulu9Ny { color:#000000;display:block;width:14.9350625rem;position:absolute;font-family:montserrat;font-size:3.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:26.6875rem;left:23.4375rem;height:5.01855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#esu239ZZuwOiqZpStmO47NnywxHgy6mC { color:#000000;display:block;width:15.375rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:31.3125rem;left:23.1875rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fi610VJOgCLVk2c2ntsP3u6BB3oPURaq { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:29.125rem;left:31rem;height:1.76855625rem;text-align:center;text-align-last:center;display:block; }
#rTF2ITuprsPtJEkVQRt9vTtI89wbecVT { position:absolute;display:block;z-index:100006;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #979797 ;height:10.375rem;width:24.1875rem;top:24.8125rem;left:25.5625rem;display:block; }
#mtGfeMx6QySU4gyqStFC35cQlqwlaAy9 { z-index:100002;top:38.6875rem;left:29.75rem;background-color:#8a6df1;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cbAexyzCNkHiXsUXGBiKhRPwMFs5755T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P1PkvbkQtKqGAcbG3zWiWzKaEAvPzTtO { position:absolute;display:block;z-index:100004;background-color:#2424fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #382289 ;height:10.375rem;width:24.625rem;top:14rem;left:38.1875rem;display:none; }
#NAJ4r96KpUw3R1qRZ4fzqGCIV7csrfMl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1e23;background-image:url("https://images.assets-landingi.com/aDVKExa0/END2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#NAJ4r96KpUw3R1qRZ4fzqGCIV7csrfMl.adaptive-delivery-prevent-bg, #NAJ4r96KpUw3R1qRZ4fzqGCIV7csrfMl.lazyload, #NAJ4r96KpUw3R1qRZ4fzqGCIV7csrfMl.lazyloading { background-image: none; }#NAJ4r96KpUw3R1qRZ4fzqGCIV7csrfMl > .row .container { background-color: transparent; background-image: none; }#NAJ4r96KpUw3R1qRZ4fzqGCIV7csrfMl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NAJ4r96KpUw3R1qRZ4fzqGCIV7csrfMl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NAJ4r96KpUw3R1qRZ4fzqGCIV7csrfMl > .row .container > .video-iframe-container { display: none; }#NAJ4r96KpUw3R1qRZ4fzqGCIV7csrfMl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NAJ4r96KpUw3R1qRZ4fzqGCIV7csrfMl > .row > .video-iframe-container { display: none; }#NAJ4r96KpUw3R1qRZ4fzqGCIV7csrfMl > .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); }#NAJ4r96KpUw3R1qRZ4fzqGCIV7csrfMl > .row .container { border-width: 0; border-radius: 0; }#NAJ4r96KpUw3R1qRZ4fzqGCIV7csrfMl > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#uOSSkHFU4mlew7eJun9lrUT5iIk5QFx8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9c83ff;background-image:none;position:relative;display:block; }#uOSSkHFU4mlew7eJun9lrUT5iIk5QFx8 > .row .container { background-color: transparent; background-image: none; }#uOSSkHFU4mlew7eJun9lrUT5iIk5QFx8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uOSSkHFU4mlew7eJun9lrUT5iIk5QFx8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uOSSkHFU4mlew7eJun9lrUT5iIk5QFx8 > .row .container > .video-iframe-container { display: none; }#uOSSkHFU4mlew7eJun9lrUT5iIk5QFx8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uOSSkHFU4mlew7eJun9lrUT5iIk5QFx8 > .row > .video-iframe-container { display: none; }#uOSSkHFU4mlew7eJun9lrUT5iIk5QFx8 > .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); }#uOSSkHFU4mlew7eJun9lrUT5iIk5QFx8 > .row .container { border-width: 0; border-radius: 0; }#uOSSkHFU4mlew7eJun9lrUT5iIk5QFx8 > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;position:relative;display:block; }#gkISVc6zlNXmFw9ps6U3PEW73KihlbF7 { box-sizing:content-box;color:#5cc885;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:12.1875rem;left:9.5rem;display:none; }
#lv34AaTT4EbpUHlaaqwHeq1G8S20SPy0 { color:#33383c;display:block;width:47.75rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:700;z-index:100014;line-height:1.6;letter-spacing:0;top:3rem;left:13.75rem;height:3.19970625rem;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;font-style:normal;display:block; }
#s6zPs6dyaxfx0tvPWlMH6BN2lvSlcoWu { position:absolute;display:block;z-index:100004;background-color:#2424fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #382289 ;height:10.375rem;width:24.625rem;top:14rem;left:38.1875rem;display:none; }
#FsKxnfcd5sB4Zd2cTq1c1LBqze6gN7vI { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:11.625rem;left:13.75rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#fwegvKOizr2y0zoqqAebwVQuFBFpCU3V { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:11.625rem;left:43.9375rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#KEvCUkUp7NaFsEAk8DTZcNZHpIRlLdM2 { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:100006;line-height:2;letter-spacing:0;top:16.5rem;left:16.25rem;height:13.125rem;text-align:left;text-align-last:left;display:block; }
#zaQZV1vseeq9ux8WEl05Vn4879eEtDrq { box-sizing:content-box;color:#7355df;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:16.9375rem;left:14.75rem;display:block; }
#yO6yvt3ZGZzqeE1bG2JuL5kaHpnQ3pxB { box-sizing:content-box;color:#7355df;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:18.625rem;left:14.6875rem;display:block; }
#krhlNJrcfwVh1PLuEhZfmTf7qQlElONB { box-sizing:content-box;color:#7355df;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:20.5625rem;left:14.6875rem;display:block; }
#vmzf6cPBxhZoHyZ3xNW1NQ2T24NM49RU { box-sizing:content-box;color:#7355df;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:22.4375rem;left:14.75rem;display:block; }
#MgBWD33TfP1mwMrgkN8DHD24UxfXG2X6 { box-sizing:content-box;color:#7355df;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:24.3125rem;left:14.6875rem;display:block; }
#dKu0bn0EhBoHW1MPTk3XJUTBk9XunldF { box-sizing:content-box;color:#7355df;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:26.1875rem;left:14.6875rem;display:block; }
#ZnZCpfPhcc4gEF7XsR8sERtERTiRXLbU { box-sizing:content-box;color:#7355df;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:27.8125rem;left:14.6875rem;display:block; }
#QgAJDvTSTd4l5F2ewtarTR3PLEn7de23 { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:100007;line-height:2;letter-spacing:0;top:19rem;left:45.5rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#tTEfM3hG76ic1a39RXaGTydMsGvfpdci { color:#33383c;display:block;width:19.5rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100015;line-height:1.6;letter-spacing:0;top:33.3125rem;left:13.75rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BIQeTPtvaygIHWnAsqyprhLbr3ZH3CET { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:32rem;left:18.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#a9A6PWUfxN0CwxEtlefkzEWQrNOvMMs3 { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:rubik;font-size:0.5625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:33.5625rem;left:47.0625rem;height:1.5249rem;text-align:center;text-align-last:center;display:block; }
#q7lGzEwmFnwdGUc0pAvuEocdUz2FANB6 { color:#33383c;display:block;width:19.5rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100016;line-height:1.6;letter-spacing:0;top:30.875rem;left:42.625rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UEpumTCxQHMufr1TE4LbDkUxXpMARUzD { box-sizing:content-box;color:#7355df;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:19.4375rem;left:43.9375rem;display:block; }
#Kkv2Ip1q5F45LR6qKZsv39MbvsLu7MKM { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:29.625rem;left:47.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#pcwJeDDrylO5hofFTuKT4WxhFd7oHwiR { box-sizing:content-box;color:#7355df;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:21.25rem;left:43.9375rem;display:block; }
#ZhUfKWTCkzNpVISxLggzT7EN6Vg1Ic3a { box-sizing:content-box;color:#7355df;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:23.125rem;left:43.9375rem;display:block; }
#Sl3KqkyCQDxVKMgJJ9k4nDXmWEw5USDO { box-sizing:content-box;color:#7355df;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:25rem;left:43.9375rem;display:block; }
#qAiJfhMvwgaQbO5bvsyrcyFrA0c6A4BO { position:absolute;display:block;z-index:100003;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #8a6df1 ;height:29.125rem;width:24.625rem;top:8.5rem;left:11.1875rem;display:block; }
#O0cs8SGtcX1C4rhfRqWa12nqbh0XFscy { position:absolute;display:block;z-index:100004;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #8a6df1 ;height:29.125rem;width:24.625rem;top:8.4375rem;left:40.125rem;display:block; }
#TqUFD1w07tVUPurCZTPIN9RVmvz6dqZw { z-index:100003;top:40.64990234375rem;left:25.9375rem;background-color:#04d3b3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BbdtBUShaWrWEmgBvZBMDSSazKXgQE8K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ef56wiiV404UVsaO72DHxmILimxMyrnk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/b8tUXXJD/footer_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#Ef56wiiV404UVsaO72DHxmILimxMyrnk.adaptive-delivery-prevent-bg, #Ef56wiiV404UVsaO72DHxmILimxMyrnk.lazyload, #Ef56wiiV404UVsaO72DHxmILimxMyrnk.lazyloading { background-image: none; }#Ef56wiiV404UVsaO72DHxmILimxMyrnk > .row .container { background-color: transparent; background-image: none; }#Ef56wiiV404UVsaO72DHxmILimxMyrnk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ef56wiiV404UVsaO72DHxmILimxMyrnk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ef56wiiV404UVsaO72DHxmILimxMyrnk > .row .container > .video-iframe-container { display: none; }#Ef56wiiV404UVsaO72DHxmILimxMyrnk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ef56wiiV404UVsaO72DHxmILimxMyrnk > .row > .video-iframe-container { display: none; }#Ef56wiiV404UVsaO72DHxmILimxMyrnk > .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); }#Ef56wiiV404UVsaO72DHxmILimxMyrnk > .row .container { border-width: 0; border-radius: 0; }#Ef56wiiV404UVsaO72DHxmILimxMyrnk > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#Zh1CwDrGJfuOIkmuf7sLsxUxHEOkRFLf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1e23;background-image:none;position:relative;display:block; }#Zh1CwDrGJfuOIkmuf7sLsxUxHEOkRFLf > .row .container { background-color: transparent; background-image: none; }#Zh1CwDrGJfuOIkmuf7sLsxUxHEOkRFLf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zh1CwDrGJfuOIkmuf7sLsxUxHEOkRFLf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zh1CwDrGJfuOIkmuf7sLsxUxHEOkRFLf > .row .container > .video-iframe-container { display: none; }#Zh1CwDrGJfuOIkmuf7sLsxUxHEOkRFLf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zh1CwDrGJfuOIkmuf7sLsxUxHEOkRFLf > .row > .video-iframe-container { display: none; }#Zh1CwDrGJfuOIkmuf7sLsxUxHEOkRFLf > .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); }#Zh1CwDrGJfuOIkmuf7sLsxUxHEOkRFLf > .row .container { border-width: 0; border-radius: 0; }#Zh1CwDrGJfuOIkmuf7sLsxUxHEOkRFLf > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:block; }#UxPeczFMy2VLmkFyk9SwWJDHq1rmxA75 { color:#e8f7ff;display:block;width:24rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:100004;line-height:1.8;letter-spacing:0;top:15.6875rem;left:13.25rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h4eG6IfzlnZ8MMqZp1XrTHdJ4n8FSqE5 { color:#e8f7ff;display:block;width:18.1875rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:100005;line-height:1.8;letter-spacing:0;top:15.6875rem;left:42.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UXhd2R5B0KF2azaLrACLQA6lwyTB9aJ2 { color:#e8f7ff;display:block;width:15.9375rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:10.75rem;left:18.25rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BPXVhA3nDARmeN6cwyEU6xBSPmrRT5BO { color:#e8f7ff;display:block;width:15.9375rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:10.875rem;left:47.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ao40MbRGnfkyVHDofX7FwSfWX1zpS2f6 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:4.375rem;top:9.875rem;left:13.1875rem;overflow:hidden;display:block; }
#rnwiGMBtnJVvHWB1rLXkNH6BTdrT83b7 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4.375rem;top:10rem;left:42.0625rem;overflow:hidden;display:block; }
#H7IFghozV3gvB0Kp7m3nf1hiTq48GeCF { color:#33383c;display:block;width:47.75rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:700;z-index:100015;line-height:1.6;letter-spacing:0;top:3rem;left:13.625rem;height:3.19970625rem;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;font-style:normal;display:block; }
#qrEPTqVV3caKzZD6sa2xaoZtgktMSHSW { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.625rem;width:13.75rem;top:27rem;left:41.3125rem;overflow:hidden;display:block; }
#WGrlBJI6b0NIkwXXeoAlACNHbWECkcIL { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:6.5625rem;top:29.9375rem;left:32.875rem;overflow:hidden;display:block; }
#AMwcuxlgkPZBxAO86rMUlzQgBnmVNR0F { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:7.625rem;top:28.9375rem;left:23.75rem;overflow:hidden;display:block; }
#FFoshy5oTEz7zPwhN8mPmUezf7EZaksi { color:#e8f7ff;display:block;width:1.75rem;position:absolute;font-family:archivo;font-size:0.6875rem;font-weight:300;z-index:100005;line-height:1.8;letter-spacing:0;top:30.1875rem;left:21.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sAvA2aaP3iOuAOEa0ZUUZbv6H9s57Fdv { color:#e8f7ff;display:block;width:1.75rem;position:absolute;font-family:archivo;font-size:0.6875rem;font-weight:300;z-index:100006;line-height:1.8;letter-spacing:0;top:30.1875rem;left:42.625rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AEDKX0xH6Ihihb0AQyTOd2qRbieEO3yS { color:#e8f7ff;display:block;width:60rem;position:absolute;font-family:rubik;font-size:0.5625rem;font-weight:300;z-index:100006;line-height:1.8;letter-spacing:0;top:35.3251953125rem;left:7.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LB6WSNLsyDPysypNvkqxaTaux67WuT3T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04d3b3;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#LB6WSNLsyDPysypNvkqxaTaux67WuT3T > .row .container { background-color: transparent; background-image: none; }#LB6WSNLsyDPysypNvkqxaTaux67WuT3T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LB6WSNLsyDPysypNvkqxaTaux67WuT3T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LB6WSNLsyDPysypNvkqxaTaux67WuT3T > .row .container > .video-iframe-container { display: none; }#LB6WSNLsyDPysypNvkqxaTaux67WuT3T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LB6WSNLsyDPysypNvkqxaTaux67WuT3T > .row > .video-iframe-container { display: none; }#LB6WSNLsyDPysypNvkqxaTaux67WuT3T > .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); }#LB6WSNLsyDPysypNvkqxaTaux67WuT3T > .row .container { border-width: 0; border-radius: 0; }#LB6WSNLsyDPysypNvkqxaTaux67WuT3T > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#uJqLtOvx81RMcTy2DBfT10bsbcdQrnFg { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.46875rem;left:4.25rem;height:1.625rem;font-style:normal;display:block; }
#ETtVm9wQrkXrbfqCcnWeqfm6czbsPi57 { background-color:#7558e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0.90625rem;left:55.1875rem;display:block; }
#bMqpF6pzVGZsxbqbEUvkH4EWhnOGd02S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM { display:block; }#FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1X3snFQ3G4OTU8Qsz7cHKMi9KT2i0Z5 { top:13.625rem;left:0rem;width:23.4375rem;height:7.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQhkMTHImh7Sl5CbNeudXRql0xm8qqcH { top:32rem;left:17.375rem;width:6.5rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX2ltmTGExPKNhAkl5pwfnDqw926wXJQ { top:0.9375rem;left:0rem;width:14.75rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmewTowqTnzOIQ4KPgzg9BgsghmDIVqt { top:10.25rem;left:20.3125rem;width:27.4375rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiJb1xEEIVuJggtykRnzlaQSTpoTrMeg { top:23.625rem;left:24.59375rem;width:22.4375rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo8FNpkJ66Fke7Os0QgRC4gAEKkVdcUd { top:22.1875rem;left:0rem;width:17.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #obHMR0dQ580LV5zvQ8DfsWSr9wyxZcK2 { top:23.25rem;left:2.9375rem;width:20.75rem;height:17.3125rem;font-size:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Elerr0TuhVvbKccRg1kIlr2sNRzPkGZE { top:29.875rem;left:0rem;width:7.5rem;height:4.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqEpBdQkNzlH8cdJXZfpG6UtO0USNVns { top:25.4375rem;left:17.75rem;width:6.125rem;height:4.9375rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REXkE4Aew6mJtZemoFZDOa9ZeP7WlRUr { top:2.4375rem;left:19.71875rem;width:8.25rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qS0edT0tg1VAzmb0ti5SxTpbf1MxgvvE { top:3.4375rem;left:8.84375rem;width:0.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3ap8Am0eKmzTCCQfLpEVsTOXXrbwFte { top:3.75rem;left:10.8623046875rem;width:7.6875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQPsHQmye2f99f5uTCTvwc0WfkOmerdC { display:block; }#rQPsHQmye2f99f5uTCTvwc0WfkOmerdC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tzs4Xv1z21GiThqnH14qNUgPlZ02TOMP { top:12.1875rem;left:2.6875rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ag4vr2G1Au5ekcHmIiqIJMHthRd3TVpN { top:3rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAfP5zF1CKLo1SEHK6ouoF9faHDIyDGP { top:10.5rem;left:6.75rem;width:13.3125rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzRKv4Z6QAc2yiE0TPMUxu3AlXeHvKsJ { top:10.375rem;left:4.75rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE6imlrfGKRlCNeT7GW2G9FFHf4e5VfH { top:27.625rem;left:13.50146484375rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EqWDiO1ucLGDvctSrL2lMWQblhXkG2TK { top:15.1875rem;left:6.75rem;width:13.3125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #scZr9g5TZMZwlJXIbeoJ4nIhVP9Qn7l6 { top:15.125rem;left:4.75rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF1Q0I8hTVe4sxKda4FDiSBb1fdTgfmX { top:10.5625rem;left:10.5625rem;width:13.3125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAkQsPr7y0Os8TTOGaIEOU3yfhzB595N { top:14.875rem;left:10.5625rem;width:13.3125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU90p8F0Gp7p9ia3zuUGGFr6EpsK9tM8 { top:10.5rem;left:17.875rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q58nDCJGdwtDOzcq9BxEZcIZxnthlhDW { top:14.875rem;left:17.875rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae84Py762flcRxwswi1mu7sbzi6VmN9t { top:10.5rem;left:23.875rem;width:13.3125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkAZTJU77JUMl4QTJIqSxh38GWCTeKAU { top:10.5rem;left:23.875rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T00kB1Um7SqOiViGmnogpKiMi8D0XPCk { top:14.625rem;left:23.875rem;width:13.3125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw4DIK4V7sOe9uzS54m7ODf34q4Rh2UL { top:14.625rem;left:23.875rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVM9VXO7Z1xCFMivBI67BsR4yMekiewq { top:10.5rem;left:34.4375rem;width:13.3125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueAtdOLaef1sRd7QmQ9upCIiPxbSJtO4 { top:10.5rem;left:33.1875rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXvnGMLQVoaalU8XMypXDBd9HDuxeg7U { top:14.625rem;left:33.3125rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdbLmvmyKmTMrklClzG4XfK5p6pSkobT { top:14.625rem;left:34.4375rem;width:13.3125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbASMaF5Fn1naodSebKmw37lLdvDxIqV { top:21rem;left:4.5rem;width:19.375rem;height:13.25rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDV7GBNQliEi3FpN944ylbkvS8Cxy9aP { top:32.5625rem;left:7.8125rem;width:13.3125rem;height:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L10KnX19TaInx7iAl8Ai8U2cMkXdDT9w { top:21rem;left:19.5rem;width:28.25rem;height:13.25rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIsRUW0PJH3a4c9HfAe7n6khqcABxGbL { top:32.6875rem;left:26.375rem;width:13.3125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb { display:block; }#mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv { display:block; }#dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcR01u4n7xMtn3HgGQW4rsbJXAaApTy2 { top:12.1875rem;left:2.6875rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eNp44prOT3rINFFeUJgVchuHQfklTfh1 { top:3.375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb5EeEACSD9vyGt1fOZxJUDgDQ8k1nht { top:7.375rem;left:0rem;width:37.375rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuzpXg7XPHG8U6PDfsV2y2t7fcrZmSTK { top:16.125rem;left:4.625rem;width:14.875rem;height:5rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqCec7LCL9kOnTMIJmPZwrLCpcpy3AV0 { top:16.8125rem;left:13.5625rem;width:10.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrMDuJps6113J1CzhpRiZ5fh2BMAqdSo { top:20.1875rem;left:8.9375rem;width:14.9375rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmTcWvTpnReJgpF6fr0PAexXif2bhtWt { top:13.5rem;left:0.1875rem;width:23.6875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0tTaB7fLR7kU9NMRGXp1F6JiI64b8Jm { top:13.5rem;left:23.5625rem;width:24.1875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia7QDKB0VTTb2fTT7csKirahaLPEXkad { top:15.875rem;left:9rem;width:14.875rem;height:5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxy37b0TOyLEOd2flhRoEPg82uPdo4T7 { top:20.25rem;left:8.5rem;width:15.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsAtU1mMLcHWI9lzLh1EDdPWrbs9Ix2i { top:17.8125rem;left:24.0625rem;width:18.75rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCvFbsSIbgeI4e0b3aK4hq5e8IBGq00A { top:19.5625rem;left:26.9375rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyKPyScWlRWBk6Jxt7b7qNuMm5Ulu9Ny { top:26.6875rem;left:9rem;width:14.875rem;height:5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esu239ZZuwOiqZpStmO47NnywxHgy6mC { top:31.3125rem;left:8.5rem;width:15.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi610VJOgCLVk2c2ntsP3u6BB3oPURaq { top:29.125rem;left:5.125rem;width:18.75rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTF2ITuprsPtJEkVQRt9vTtI89wbecVT { top:24.8125rem;left:0rem;width:24.1875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtGfeMx6QySU4gyqStFC35cQlqwlaAy9 { top:38.6875rem;left:7.5rem;width:16.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbAexyzCNkHiXsUXGBiKhRPwMFs5755T { display:block; }
 }@media only screen and (max-width: 763px) { #P1PkvbkQtKqGAcbG3zWiWzKaEAvPzTtO { top:14rem;left:23.125rem;width:24.625rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NAJ4r96KpUw3R1qRZ4fzqGCIV7csrfMl { display:block; }#NAJ4r96KpUw3R1qRZ4fzqGCIV7csrfMl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOSSkHFU4mlew7eJun9lrUT5iIk5QFx8 { display:block; }#uOSSkHFU4mlew7eJun9lrUT5iIk5QFx8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkISVc6zlNXmFw9ps6U3PEW73KihlbF7 { top:12.1875rem;left:2.6875rem;width:1.3125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lv34AaTT4EbpUHlaaqwHeq1G8S20SPy0 { top:3rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6zPs6dyaxfx0tvPWlMH6BN2lvSlcoWu { top:14rem;left:23.125rem;width:24.625rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FsKxnfcd5sB4Zd2cTq1c1LBqze6gN7vI { top:11.625rem;left:5.75rem;width:18.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwegvKOizr2y0zoqqAebwVQuFBFpCU3V { top:11.625rem;left:23.875rem;width:18.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEvCUkUp7NaFsEAk8DTZcNZHpIRlLdM2 { top:16.5rem;left:5.75rem;width:18.125rem;height:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaQZV1vseeq9ux8WEl05Vn4879eEtDrq { top:16.9375rem;left:7.9375rem;width:1.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO6yvt3ZGZzqeE1bG2JuL5kaHpnQ3pxB { top:18.625rem;left:7.875rem;width:1.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #krhlNJrcfwVh1PLuEhZfmTf7qQlElONB { top:20.5625rem;left:7.875rem;width:1.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmzf6cPBxhZoHyZ3xNW1NQ2T24NM49RU { top:22.4375rem;left:7.9375rem;width:1.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgBWD33TfP1mwMrgkN8DHD24UxfXG2X6 { top:24.3125rem;left:7.875rem;width:1.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKu0bn0EhBoHW1MPTk3XJUTBk9XunldF { top:26.1875rem;left:7.875rem;width:1.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnZCpfPhcc4gEF7XsR8sERtERTiRXLbU { top:27.8125rem;left:7.875rem;width:1.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgAJDvTSTd4l5F2ewtarTR3PLEn7de23 { top:19rem;left:25.0625rem;width:18.125rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTEfM3hG76ic1a39RXaGTydMsGvfpdci { top:33.3125rem;left:4.375rem;width:19.5rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIQeTPtvaygIHWnAsqyprhLbr3ZH3CET { top:32rem;left:11.3125rem;width:10.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9A6PWUfxN0CwxEtlefkzEWQrNOvMMs3 { top:33.5625rem;left:26.625rem;width:10.6875rem;height:1.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7lGzEwmFnwdGUc0pAvuEocdUz2FANB6 { top:30.875rem;left:23.875rem;width:19.5rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEpumTCxQHMufr1TE4LbDkUxXpMARUzD { top:19.4375rem;left:23.875rem;width:1.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkv2Ip1q5F45LR6qKZsv39MbvsLu7MKM { top:29.625rem;left:26.625rem;width:10.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcwJeDDrylO5hofFTuKT4WxhFd7oHwiR { top:21.25rem;left:23.875rem;width:1.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhUfKWTCkzNpVISxLggzT7EN6Vg1Ic3a { top:23.125rem;left:23.875rem;width:1.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl3KqkyCQDxVKMgJJ9k4nDXmWEw5USDO { top:25rem;left:23.875rem;width:1.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAiJfhMvwgaQbO5bvsyrcyFrA0c6A4BO { top:8.5rem;left:0rem;width:24.625rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0cs8SGtcX1C4rhfRqWa12nqbh0XFscy { top:8.4375rem;left:23.125rem;width:24.625rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqUFD1w07tVUPurCZTPIN9RVmvz6dqZw { top:40.625rem;left:0.5rem;width:23.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbdtBUShaWrWEmgBvZBMDSSazKXgQE8K { display:block; }
 }@media only screen and (max-width: 763px) { #Ef56wiiV404UVsaO72DHxmILimxMyrnk { display:block; }#Ef56wiiV404UVsaO72DHxmILimxMyrnk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zh1CwDrGJfuOIkmuf7sLsxUxHEOkRFLf { display:block; }#Zh1CwDrGJfuOIkmuf7sLsxUxHEOkRFLf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxPeczFMy2VLmkFyk9SwWJDHq1rmxA75 { top:15.6875rem;left:0rem;width:24rem;height:9.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4eG6IfzlnZ8MMqZp1XrTHdJ4n8FSqE5 { top:15.6875rem;left:28.4375rem;width:18.1875rem;height:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXhd2R5B0KF2azaLrACLQA6lwyTB9aJ2 { top:10.75rem;left:4.625rem;width:15.9375rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPXVhA3nDARmeN6cwyEU6xBSPmrRT5BO { top:10.875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao40MbRGnfkyVHDofX7FwSfWX1zpS2f6 { top:9.875rem;left:0rem;width:4.375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnwiGMBtnJVvHWB1rLXkNH6BTdrT83b7 { top:10rem;left:28.4375rem;width:4.375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7IFghozV3gvB0Kp7m3nf1hiTq48GeCF { top:3rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrEPTqVV3caKzZD6sa2xaoZtgktMSHSW { top:27rem;left:27.6875rem;width:13.75rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGrlBJI6b0NIkwXXeoAlACNHbWECkcIL { top:29.9375rem;left:19.25rem;width:6.5625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMwcuxlgkPZBxAO86rMUlzQgBnmVNR0F { top:28.9375rem;left:10.125rem;width:7.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFoshy5oTEz7zPwhN8mPmUezf7EZaksi { top:30.1875rem;left:8.3125rem;width:1.75rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAvA2aaP3iOuAOEa0ZUUZbv6H9s57Fdv { top:30.1875rem;left:29rem;width:1.75rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEDKX0xH6Ihihb0AQyTOd2qRbieEO3yS { top:35.3125rem;left:0rem;width:47.75rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB6WSNLsyDPysypNvkqxaTaux67WuT3T { display:block; }#LB6WSNLsyDPysypNvkqxaTaux67WuT3T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJqLtOvx81RMcTy2DBfT10bsbcdQrnFg { top:1.4375rem;left:0rem;width:27.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETtVm9wQrkXrbfqCcnWeqfm6czbsPi57 { width:12.3125rem;height:2.75rem;top:0.875rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMqpF6pzVGZsxbqbEUvkH4EWhnOGd02S { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM { display:block; }#FMvZTOeHdAVdl44ZgvxQwVdEzhJQcPBM > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1X3snFQ3G4OTU8Qsz7cHKMi9KT2i0Z5 { width:11.125rem;height:3.9619125rem;top:7.6875rem;left:2.28125rem;font-size:1.625rem;color:#ffffff;line-height:1.2;font-family:rubik;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tQhkMTHImh7Sl5CbNeudXRql0xm8qqcH { width:11.125rem;height:1.5249rem;top:23.8125rem;left:4.4375rem;font-size:0.8125rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #uX2ltmTGExPKNhAkl5pwfnDqw926wXJQ { width:10.6875rem;height:5.5rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BmewTowqTnzOIQ4KPgzg9BgsghmDIVqt { width:20rem;height:25.6875rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiJb1xEEIVuJggtykRnzlaQSTpoTrMeg { width:18.6875rem;height:1.48730625rem;top:30.4375rem;left:0.6875rem;font-size:1.0625rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xo8FNpkJ66Fke7Os0QgRC4gAEKkVdcUd { width:11.625rem;height:2.625rem;top:12.9375rem;left:2.375rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #obHMR0dQ580LV5zvQ8DfsWSr9wyxZcK2 { width:18rem;height:11.375rem;top:13.9619140625rem;left:2rem;font-size:8.125rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Elerr0TuhVvbKccRg1kIlr2sNRzPkGZE { width:3.1875rem;height:2.36230625rem;top:19.724609375rem;left:0.65625rem;font-size:1.6875rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iqEpBdQkNzlH8cdJXZfpG6UtO0USNVns { width:4.5rem;height:2.5371125rem;top:19.63720703125rem;left:15.5rem;font-size:1.8125rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #REXkE4Aew6mJtZemoFZDOa9ZeP7WlRUr { width:8.5625rem;height:2.9375rem;top:74.7353515625rem;left:1.125rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #qS0edT0tg1VAzmb0ti5SxTpbf1MxgvvE { width:0.125rem;height:3rem;top:3.3125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3ap8Am0eKmzTCCQfLpEVsTOXXrbwFte { width:5.9375rem;height:2.125rem;top:3.8125rem;left:9.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rQPsHQmye2f99f5uTCTvwc0WfkOmerdC { display:block; }#rQPsHQmye2f99f5uTCTvwc0WfkOmerdC > .row .container { width:20rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tzs4Xv1z21GiThqnH14qNUgPlZ02TOMP { width:1.3125rem;height:1.375rem;top:22.375rem;left:3.75rem;font-size:0.9375rem;z-index:100009;color:#ff76e2;display:none; }
 }@media only screen and (max-width: 763px) { #ag4vr2G1Au5ekcHmIiqIJMHthRd3TVpN { width:20rem;height:5.5996125rem;top:2.7998046875rem;left:0rem;font-size:2rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NAfP5zF1CKLo1SEHK6ouoF9faHDIyDGP { width:6.5625rem;height:3.0122rem;top:12.3125rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzRKv4Z6QAc2yiE0TPMUxu3AlXeHvKsJ { width:1.3125rem;height:1.375rem;top:12.1875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE6imlrfGKRlCNeT7GW2G9FFHf4e5VfH { width:1.3125rem;height:1.375rem;top:52.53125rem;left:3.125rem;font-size:0.9375rem;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #EqWDiO1ucLGDvctSrL2lMWQblhXkG2TK { width:4.75rem;height:1.0249rem;top:19.0810546875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scZr9g5TZMZwlJXIbeoJ4nIhVP9Qn7l6 { width:1.3125rem;height:1.375rem;top:18.9375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF1Q0I8hTVe4sxKda4FDiSBb1fdTgfmX { width:4.9375rem;height:1.0249rem;top:15.6435546875rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAkQsPr7y0Os8TTOGaIEOU3yfhzB595N { width:6.25rem;height:1.0249rem;top:22.6435546875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU90p8F0Gp7p9ia3zuUGGFr6EpsK9tM8 { width:1.3125rem;height:1.375rem;top:15.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q58nDCJGdwtDOzcq9BxEZcIZxnthlhDW { width:1.3125rem;height:1.375rem;top:22.375rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae84Py762flcRxwswi1mu7sbzi6VmN9t { width:7.1875rem;height:1.0249rem;top:12.25rem;left:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkAZTJU77JUMl4QTJIqSxh38GWCTeKAU { width:1.3125rem;height:1.375rem;top:12rem;left:9.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T00kB1Um7SqOiViGmnogpKiMi8D0XPCk { width:7.9375rem;height:1.0249rem;top:19.04931640625rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw4DIK4V7sOe9uzS54m7ODf34q4Rh2UL { width:1.3125rem;height:1.375rem;top:18.90576171875rem;left:9.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVM9VXO7Z1xCFMivBI67BsR4yMekiewq { width:4.5625rem;height:1.0249rem;top:15.63671875rem;left:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueAtdOLaef1sRd7QmQ9upCIiPxbSJtO4 { width:1.3125rem;height:1.375rem;top:15.32421875rem;left:9.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXvnGMLQVoaalU8XMypXDBd9HDuxeg7U { width:1.3125rem;height:1.375rem;top:22.46826171875rem;left:9.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdbLmvmyKmTMrklClzG4XfK5p6pSkobT { width:8.0625rem;height:1.0249rem;top:22.61181640625rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbASMaF5Fn1naodSebKmw37lLdvDxIqV { width:19.375rem;height:8.462375rem;top:27.1875rem;left:0.3125rem;font-size:6rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rDV7GBNQliEi3FpN944ylbkvS8Cxy9aP { width:13.3125rem;height:1.64355625rem;top:34.5869140625rem;left:3.34375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L10KnX19TaInx7iAl8Ai8U2cMkXdDT9w { width:20rem;height:8.462375rem;top:37.9375rem;left:0rem;font-size:6rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hIsRUW0PJH3a4c9HfAe7n6khqcABxGbL { width:13.3125rem;height:1.375rem;top:45.3369140625rem;left:3.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb { background-color:#8a6df1;background-image:url("https://images.assets-landingi.com/Yfp0z6K9/END.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb.adaptive-delivery-prevent-bg, #mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb.lazyload, #mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb.lazyloading { background-image: none; }#mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb > .row .container { background-color: transparent; background-image: none; }#mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb > .row .container > .video-iframe-container { display: none; }#mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb > .row > .video-iframe-container { display: none; }#mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb > .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); }#mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb > .row .container { border-width: 0; border-radius: 0; }#mZlf97SHfTT8tiUdHdZimf0C6JdMLJAb > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv { display:block; }#dMdWTbDaOT5IaAp84I1tkmVoKa1V3gvv > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcR01u4n7xMtn3HgGQW4rsbJXAaApTy2 { width:1.3125rem;height:1.375rem;top:5.75rem;left:1.375rem;font-size:0.9375rem;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #eNp44prOT3rINFFeUJgVchuHQfklTfh1 { width:20rem;height:7.1996875rem;top:2.625rem;left:0rem;font-size:2rem;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Zb5EeEACSD9vyGt1fOZxJUDgDQ8k1nht { width:20rem;height:1.48730625rem;top:12.375rem;left:0rem;font-size:1.0625rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VuzpXg7XPHG8U6PDfsV2y2t7fcrZmSTK { width:6.25rem;height:4.0625rem;top:20rem;left:2.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqCec7LCL9kOnTMIJmPZwrLCpcpy3AV0 { width:9.25rem;height:2.3369125rem;top:20rem;left:9.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrMDuJps6113J1CzhpRiZ5fh2BMAqdSo { width:8.75rem;height:2.4375rem;top:23.1875rem;left:10.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmTcWvTpnReJgpF6fr0PAexXif2bhtWt { width:20rem;height:10.375rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0tTaB7fLR7kU9NMRGXp1F6JiI64b8Jm { width:20rem;height:10.375rem;top:28.9169921875rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #Ia7QDKB0VTTb2fTT7csKirahaLPEXkad { width:6.6875rem;height:4.0625rem;top:31.4375rem;left:2.1875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxy37b0TOyLEOd2flhRoEPg82uPdo4T7 { width:9.25rem;height:1.05615rem;top:35.75rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsAtU1mMLcHWI9lzLh1EDdPWrbs9Ix2i { width:10.125rem;height:3.4121125rem;top:31.76220703125rem;left:9.09375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCvFbsSIbgeI4e0b3aK4hq5e8IBGq00A { width:11.625rem;height:0.9746125rem;top:35.7626953125rem;left:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyKPyScWlRWBk6Jxt7b7qNuMm5Ulu9Ny { width:7.5rem;height:4.0625rem;top:43.625rem;left:1.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esu239ZZuwOiqZpStmO47NnywxHgy6mC { width:6.3125rem;height:1.05615rem;top:47.375rem;left:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi610VJOgCLVk2c2ntsP3u6BB3oPURaq { width:10.125rem;height:1.76855625rem;top:45.5625rem;left:9.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTF2ITuprsPtJEkVQRt9vTtI89wbecVT { width:20rem;height:10.375rem;top:80.91701875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mtGfeMx6QySU4gyqStFC35cQlqwlaAy9 { top:53.4169921875rem;left:1.8125rem;width:16.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbAexyzCNkHiXsUXGBiKhRPwMFs5755T { display:block; }
 }@media only screen and (max-width: 763px) { #P1PkvbkQtKqGAcbG3zWiWzKaEAvPzTtO { width:20rem;height:10.375rem;top:40.75rem;left:0rem;z-index:100005;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem #808080 ;display:block; }
 }@media only screen and (max-width: 763px) { #NAJ4r96KpUw3R1qRZ4fzqGCIV7csrfMl { display:block; }#NAJ4r96KpUw3R1qRZ4fzqGCIV7csrfMl > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOSSkHFU4mlew7eJun9lrUT5iIk5QFx8 { display:block; }#uOSSkHFU4mlew7eJun9lrUT5iIk5QFx8 > .row .container { width:20rem;height:81.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkISVc6zlNXmFw9ps6U3PEW73KihlbF7 { width:1.3125rem;height:1.375rem;top:5.75rem;left:1.375rem;font-size:0.9375rem;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #lv34AaTT4EbpUHlaaqwHeq1G8S20SPy0 { width:20rem;height:7.1996875rem;top:2.625rem;left:0rem;font-size:2rem;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #s6zPs6dyaxfx0tvPWlMH6BN2lvSlcoWu { width:20rem;height:10.375rem;top:40.75rem;left:0rem;z-index:100005;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem #808080 ;display:none; }
 }@media only screen and (max-width: 763px) { #FsKxnfcd5sB4Zd2cTq1c1LBqze6gN7vI { width:18.125rem;height:2.92480625rem;top:13.625rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fwegvKOizr2y0zoqqAebwVQuFBFpCU3V { width:18.125rem;height:2.92480625rem;top:48.125rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KEvCUkUp7NaFsEAk8DTZcNZHpIRlLdM2 { width:16.6875rem;height:17.0625rem;top:19.28125rem;left:2.75rem;font-size:0.9375rem;line-height:2.6;display:block; }
 }@media only screen and (max-width: 763px) { #zaQZV1vseeq9ux8WEl05Vn4879eEtDrq { width:1.0625rem;height:1.125rem;top:19.9375rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO6yvt3ZGZzqeE1bG2JuL5kaHpnQ3pxB { width:1.0625rem;height:1.125rem;top:22.3125rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #krhlNJrcfwVh1PLuEhZfmTf7qQlElONB { width:1.0625rem;height:1.125rem;top:24.6875rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmzf6cPBxhZoHyZ3xNW1NQ2T24NM49RU { width:1.0625rem;height:1.125rem;top:27.0625rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgBWD33TfP1mwMrgkN8DHD24UxfXG2X6 { width:1.0625rem;height:1.125rem;top:29.4375rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKu0bn0EhBoHW1MPTk3XJUTBk9XunldF { width:1.0625rem;height:1.125rem;top:31.8125rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnZCpfPhcc4gEF7XsR8sERtERTiRXLbU { width:1.0625rem;height:1.125rem;top:34.3125rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgAJDvTSTd4l5F2ewtarTR3PLEn7de23 { width:16.1875rem;height:9.75rem;top:53.5rem;left:3.0625rem;font-size:0.9375rem;line-height:2.6;display:block; }
 }@media only screen and (max-width: 763px) { #tTEfM3hG76ic1a39RXaGTydMsGvfpdci { width:19.5rem;height:2.1875rem;top:40.1875rem;left:0rem;font-size:1.5625rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BIQeTPtvaygIHWnAsqyprhLbr3ZH3CET { width:10.6875rem;height:1.29980625rem;top:38.3125rem;left:4.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9A6PWUfxN0CwxEtlefkzEWQrNOvMMs3 { width:10.6875rem;height:1.5244125rem;top:70.5625rem;left:4.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7lGzEwmFnwdGUc0pAvuEocdUz2FANB6 { width:19.5rem;height:2.1875rem;top:67.25rem;left:0rem;font-size:1.5625rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UEpumTCxQHMufr1TE4LbDkUxXpMARUzD { width:1.0625rem;height:1.125rem;top:54.25rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkv2Ip1q5F45LR6qKZsv39MbvsLu7MKM { width:10.6875rem;height:1.29980625rem;top:65.375rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcwJeDDrylO5hofFTuKT4WxhFd7oHwiR { width:1.0625rem;height:1.125rem;top:56.625rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhUfKWTCkzNpVISxLggzT7EN6Vg1Ic3a { width:1.0625rem;height:1.125rem;top:59rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl3KqkyCQDxVKMgJJ9k4nDXmWEw5USDO { width:1.0625rem;height:1.125rem;top:61.375rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAiJfhMvwgaQbO5bvsyrcyFrA0c6A4BO { width:20rem;height:32.5625rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0cs8SGtcX1C4rhfRqWa12nqbh0XFscy { width:20rem;height:29.125rem;top:46.08642578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqUFD1w07tVUPurCZTPIN9RVmvz6dqZw { top:76.46142578125rem;left:0.625rem;width:18.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbdtBUShaWrWEmgBvZBMDSSazKXgQE8K { display:block; }
 }@media only screen and (max-width: 763px) { #Ef56wiiV404UVsaO72DHxmILimxMyrnk { display:block; }#Ef56wiiV404UVsaO72DHxmILimxMyrnk > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zh1CwDrGJfuOIkmuf7sLsxUxHEOkRFLf { display:block; }#Zh1CwDrGJfuOIkmuf7sLsxUxHEOkRFLf > .row .container { width:20rem;height:69.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxPeczFMy2VLmkFyk9SwWJDHq1rmxA75 { width:18.3125rem;height:9.973625rem;top:20.0625rem;left:1.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.9;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h4eG6IfzlnZ8MMqZp1XrTHdJ4n8FSqE5 { width:17.1875rem;height:6.3745rem;top:38.1875rem;left:1.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.7;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UXhd2R5B0KF2azaLrACLQA6lwyTB9aJ2 { width:13.875rem;height:2.4375rem;top:16.125rem;left:6.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BPXVhA3nDARmeN6cwyEU6xBSPmrRT5BO { width:14.4375rem;height:2.3369125rem;top:34.125rem;left:5.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ao40MbRGnfkyVHDofX7FwSfWX1zpS2f6 { width:4.375rem;height:3.9375rem;top:15.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnwiGMBtnJVvHWB1rLXkNH6BTdrT83b7 { width:4.375rem;height:4rem;top:33.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7IFghozV3gvB0Kp7m3nf1hiTq48GeCF { width:20rem;height:8.4619375rem;top:1.97509765625rem;left:0rem;font-size:2rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qrEPTqVV3caKzZD6sa2xaoZtgktMSHSW { width:13.75rem;height:7.625rem;top:49.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGrlBJI6b0NIkwXXeoAlACNHbWECkcIL { width:6.5625rem;height:1.8125rem;top:49.375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMwcuxlgkPZBxAO86rMUlzQgBnmVNR0F { width:7.625rem;height:3.75rem;top:48.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFoshy5oTEz7zPwhN8mPmUezf7EZaksi { width:1.75rem;height:1.30615rem;top:49.6875rem;left:2.125rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.9;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sAvA2aaP3iOuAOEa0ZUUZbv6H9s57Fdv { width:1.75rem;height:1.30615rem;top:53rem;left:5.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.9;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AEDKX0xH6Ihihb0AQyTOd2qRbieEO3yS { width:20rem;height:1.79980625rem;top:59.375rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;line-height:1.6;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LB6WSNLsyDPysypNvkqxaTaux67WuT3T { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#LB6WSNLsyDPysypNvkqxaTaux67WuT3T > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJqLtOvx81RMcTy2DBfT10bsbcdQrnFg { width:7.9375rem;height:2.5996125rem;top:1.1875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETtVm9wQrkXrbfqCcnWeqfm6czbsPi57 { width:7.625rem;height:2.4375rem;top:1.21875rem;left:11.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMqpF6pzVGZsxbqbEUvkH4EWhnOGd02S { display:block; }
 }