.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFCX5nIK1t8E0P830UXTWsKW7Gi77Ky2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#48ffb7;background-image:none;position:relative;display:block; }#LFCX5nIK1t8E0P830UXTWsKW7Gi77Ky2 > .row .container { background-color: transparent; background-image: none; }#LFCX5nIK1t8E0P830UXTWsKW7Gi77Ky2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFCX5nIK1t8E0P830UXTWsKW7Gi77Ky2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFCX5nIK1t8E0P830UXTWsKW7Gi77Ky2 > .row .container > .video-iframe-container { display: none; }#LFCX5nIK1t8E0P830UXTWsKW7Gi77Ky2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFCX5nIK1t8E0P830UXTWsKW7Gi77Ky2 > .row > .video-iframe-container { display: none; }#LFCX5nIK1t8E0P830UXTWsKW7Gi77Ky2 > .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); }#LFCX5nIK1t8E0P830UXTWsKW7Gi77Ky2 > .row .container { border-width: 0; border-radius: 0; }#LFCX5nIK1t8E0P830UXTWsKW7Gi77Ky2 > .row > .video-iframe-container {  }#LFCX5nIK1t8E0P830UXTWsKW7Gi77Ky2 > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#EEtW8WqfE9KotloMFXUFBrDKkD5dunk5 { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:0.87109375rem;left:25.625rem;height:1.4433625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MVF7VyAtRur1fIl8DL8vl0lgs6FPNNpd { box-sizing:content-box;color:#ffffff;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.22);display:block;z-index:15021;top:0.5rem;left:22.3125rem;display:block; }
#nTNdIpM4nsai0eE6qdq3p0qOrAeAfaxo { position:absolute;display:block;z-index:15020;background-color:#ff8b04;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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;height:2.5rem;width:2.5rem;top:0.8125rem;left:22.625rem;display:block; }
#TBc3cR34lOAKhS5TOi7iCIm7WzNpxpQF { color:#282828;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:2.333984375rem;left:25.625rem;height:0.89355625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kkdnbGTpAOv3cfQova36Awnnu3ONpmyx { box-sizing:content-box;color:#48ffb7;font-size:6.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:0.375rem;left:33.0625rem;display:block; }
#AyhggyxHOuTGHKahSOdZIPKNr9EnuAnd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AyhggyxHOuTGHKahSOdZIPKNr9EnuAnd > .row .container { background-color: transparent; background-image: none; }#AyhggyxHOuTGHKahSOdZIPKNr9EnuAnd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyhggyxHOuTGHKahSOdZIPKNr9EnuAnd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyhggyxHOuTGHKahSOdZIPKNr9EnuAnd > .row .container > .video-iframe-container { display: none; }#AyhggyxHOuTGHKahSOdZIPKNr9EnuAnd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyhggyxHOuTGHKahSOdZIPKNr9EnuAnd > .row > .video-iframe-container { display: none; }#AyhggyxHOuTGHKahSOdZIPKNr9EnuAnd > .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); }#AyhggyxHOuTGHKahSOdZIPKNr9EnuAnd > .row .container { border-width: 0; border-radius: 0; }#AyhggyxHOuTGHKahSOdZIPKNr9EnuAnd > .row > .video-iframe-container {  }#AyhggyxHOuTGHKahSOdZIPKNr9EnuAnd > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#KpivkOKXD0Fgz1i5Vg81Ex40A5U5UomJ { color:#ffffff;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.9375rem;left:32.6875rem;height:1.6494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pA2m8ISSLqqPOsyInv1gR83rigttQZIb { color:#282828;display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5.3369140625rem;left:20.5625rem;height:4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gh1HFyMkqG67k2RnmpNGSKGeHBzI53Tf { position:absolute;display:block;z-index:15001;background-color:#ff5d00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:2.375rem;width:29.4375rem;top:2.5625rem;left:22.8125rem;display:block; }
#rpACJL6IKDBaKr7TD0uekCf7VG4gkZ8K { box-sizing:content-box;color:#ffffff;font-size:6.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:6.75rem;left:33.0625rem;display:block; }
#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/txFtbGPi/Sem_T_tulo_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN.adaptive-delivery-prevent-bg, #q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN.lazyload, #q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN.lazyloading { background-image: none; }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN > .row .container { background-color: transparent; background-image: none; }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.23); }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN > .row .container > .video-iframe-container { display: none; }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.23); }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN > .row > .video-iframe-container { display: none; }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN > .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); }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN > .row .container { border-width: 0; border-radius: 0; }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN > .row > .video-iframe-container {  }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN > .row .container { font-size:0.875rem;font-family:arial;height:62.9375rem;width:75rem;position:relative;display:block; }#XfdpOasBmTsDI9F1pO31R9cQXt8go7G0 { position:absolute;display:block;z-index:14997;background-color:#03102f;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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:27.25rem;width:34.9375rem;top:26.125rem;left:20.0625rem;display:block; }
#cqT9496dne65max0Cbp6OIuryPC2KWPD { color:#2ee681;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:8.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.5);top:31.1875rem;left:29.25rem;height:10.8056875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#as5GGluMoKAKEWi0N3F8aRcc1bFHp3uA { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:35.125rem;left:27.25rem;height:1.94921875rem;font-style:normal;display:block; }
#cUgkCKx4fHsIr1Uhm1swOatBTTM5OhtG { background-color:transparent;background-image: -webkit-linear-gradient(44deg, #411962, #0becb2);background-image: -moz-linear-gradient(44deg, #411962, #0becb2);background-image: -ms-linear-gradient(44deg, #411962, #0becb2);background-image: -o-linear-gradient(44deg, #411962, #0becb2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#411962', endColorstr='#0becb2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#411962', endColorstr='#0becb2' );";background-image: linear-gradient(44deg, #411962, #0becb2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.625rem #0becb2 ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:4.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:43.0625rem;left:23.75rem;display:block; }
#m9ZLk8pqxVSXUHi9V4XTpFKlTiX4wgsA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#muZLXhT7086T8DLBkEu965ITSs0XWyar { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:29.9375rem;left:26.8125rem;height:2.3369125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G5G6wCcbIbzxDreuqcN8f1udmAsc8BJk { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:48.75rem;left:25.125rem;height:2.5996125rem;font-style:italic;display:block; }
#JCiX2Lts0ivavxaFSu37hbiuhdvHfAPS { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:48.6875rem;left:22.4375rem;display:block; }
#DFro2QSqtPiU3vJB3gwZ6U51lFSgnet8 { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:48.75rem;left:41.875rem;height:2.5996125rem;font-style:italic;display:block; }
#WOMTHsDzZoH9t3L3TCzpwC2cx6JveSWD { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:48.6875rem;left:39.1875rem;display:block; }
#rwATi9gvcN6vLUclZO1PAaLhxO3dgMhZ { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:48.75rem;left:34.4375rem;height:2.5996125rem;font-style:italic;display:block; }
#D57Cu3BKldx0eQtLP6Fa2N3BDkbJBmJ9 { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:48.6875rem;left:31.3125rem;display:block; }
#Db2urH3hWvWiIgU1ehEZZmuneAs3uzl8 { color:#ffffff;display:block;width:46.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.8125rem rgba(0,0,0,0.77);top:16.6875rem;left:14.46875rem;height:3.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#48ffb7;background-image:none;color:#000000;padding-top:0.331875rem;padding-right:0.2975rem;padding-bottom:0.331875rem;padding-left:0.2975rem;display:block;align-items:center;width:1.78375rem;min-width:1.78375rem;height:1.784375rem;position:relative;font-family:"open sans";font-size:1.328125rem;font-weight:700;line-height:28.55px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2075rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.3775rem;height:0.705625rem;position:relative;font-family:"open sans";font-size:0.498125rem;font-weight:400;line-height:11.29px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:10.125rem;height:3.36125rem;padding-top:0.415rem;padding-right:0.424375rem;padding-bottom:0.415rem;padding-left:0.424375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.25rem;left:19.375rem;z-index:15055; }
#lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #CT8DZ6NETlKSDTmsNFSI8QpF3qxzhi68 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #dIIWW2b774VWqvPTbJ0nhHWoX74zxUZi { width:auto; }
#lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #vgpQVpdvk5ZmprH24V6krFUcbXlmmd3s {  }
#lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #yTci3vdvc5mmHENgfnWULiiBtvA1rKXe { display:flex;position:relative;top:0rem;left:0rem; }
#lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #HovvR5Mpd3pNshEGUIgLBTK3PeaulnV2 {  }
#lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #AoMhQdDF7cLU10hbOyBVrgsL5F3yPa9m {  }
#lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #eaOsQeHsRybXEgk4e2kFW7sZR9Euwd4m { display:flex;position:relative;top:0rem;left:0rem; }
#lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #piCAnXI9RCn1byz5SvNCNn6XKcLtVuzh {  }
#lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #Fu2ZbLHpkbzOmaIJCHCVgZR2Kx9nI72I {  }
#lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #NAhzwOs1hZ5Ts4fKcddArwfmlkyPrm4I { display:flex;position:relative;top:0rem;left:0rem; }
#lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #PczH9RVArdfHxBrf9S2fzZHHC4RROcVn {  }
#lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #uxtPb3d2gwcZG39VUFW0irD7OTKsSLcS {  }
#r9BX4QU7d0HeTQbezDUzrZa5T5RoCht1 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.6875rem;width:27rem;top:2.375rem;left:30.8125rem;overflow:hidden;display:block; }
#I4tMe2Q3NphCvUcgqoUDwapJBg2fTQQ6 { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:6.875rem;font-weight:700;z-index:14991;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.54);top:6.3125rem;left:17.25rem;height:8.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JwQpCUPMVcCiU6bmiPDUF2NyEsaUL1d1 { color:#2e2e2e;display:block;width:11.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:14.125rem;left:19rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ocui6ICmTZX17sVoT0TZWL0LQnpJJvkS { position:absolute;display:block;z-index:14990;background-color:#48ffb7;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;height:2.0625rem;width:14.375rem;top:13.625rem;left:17.8125rem;display:block; }
#PolBGlWiAsEX1EkqtLU78ZOzREE0cCQ2 { position:absolute;display:block;z-index:14989;background-color:#000e29;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:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.8125rem;width:70.625rem;top:58.125rem;left:2.1875rem;display:block; }
#Bt3the0k5FfLTs80uPBKonAu3NQr0J3h { color:#ffffff;display:block;width:66rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:59.5625rem;left:4.5rem;height:7.4238125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MKy2QQAK990S4v1t5TEantPoPyk0L2ZT { color:#ffffff;display:block;width:41.4375rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.82);top:20.6875rem;left:16.78125rem;height:4.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pFHUhSu9d1wBl7MT2hGTavqBZNsI7QpC { color:#48ffb7;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:54.9375rem;left:29.8125rem;height:1.29980625rem;font-style:italic;display:block; }
#CInoO4ns4CHWffhB9cb7QTh1IHE2mrbX { color:#48ffb7;display:block;width:8.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:54.9375rem;left:39.0625rem;height:1.29980625rem;font-style:italic;display:block; }
#gFgWKhla7fV1GnGrlEMVLb1pUTCwus3N { box-sizing:content-box;color:#48ffb7;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:54.1875rem;left:36.375rem;display:block; }
#viOmmH5ke91S0rh4QyaPfh3NbJfkBRPp { box-sizing:content-box;color:#48ffb7;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:54.1875rem;left:27.125rem;display:block; }
#T9TruUWmMfe2xvdttmMZlrytZuwLk6qW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000e29;background-image:none;position:relative;display:block; }#T9TruUWmMfe2xvdttmMZlrytZuwLk6qW > .row .container { background-color: transparent; background-image: none; }#T9TruUWmMfe2xvdttmMZlrytZuwLk6qW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9TruUWmMfe2xvdttmMZlrytZuwLk6qW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9TruUWmMfe2xvdttmMZlrytZuwLk6qW > .row .container > .video-iframe-container { display: none; }#T9TruUWmMfe2xvdttmMZlrytZuwLk6qW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9TruUWmMfe2xvdttmMZlrytZuwLk6qW > .row > .video-iframe-container { display: none; }#T9TruUWmMfe2xvdttmMZlrytZuwLk6qW > .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); }#T9TruUWmMfe2xvdttmMZlrytZuwLk6qW > .row .container { border-width: 0; border-radius: 0; }#T9TruUWmMfe2xvdttmMZlrytZuwLk6qW > .row > .video-iframe-container {  }#T9TruUWmMfe2xvdttmMZlrytZuwLk6qW > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000e29;background-image:none;position:relative;display:block; }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row .container { background-color: transparent; background-image: none; }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row .container > .video-iframe-container { display: none; }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row > .video-iframe-container { display: none; }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .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); }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row .container { border-width: 0; border-radius: 0; }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row > .video-iframe-container {  }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#ZaOudiN5gWcdt5Aw39w58JFpAHcx4Tl6 { color:#ffffff;display:block;width:33.1875rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.57204914093rem;left:3.3125rem;height:23.625rem;font-style:normal;display:block; }
#Z5QHAtFsmnCaePuG72FqJsz9hm0sbM11 { color:#e7e9eb;display:block;width:30.875rem;position:absolute;font-family:righteous;font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.7734375rem;left:3.3125rem;height:5.2rem;text-align:left;text-align-last:left;display:block; }
#wbzG1QiTVXaRuNTlrXTdkvV3bveVoVJJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.375rem;width:17.1875rem;top:0rem;left:46.21249961853rem;overflow:hidden;display:block; }
#aMS7XCpkt4DmAJDhZLorAP8glL1qoOur { color:#0cfffa;display:block;width:28.125rem;position:absolute;font-family:"marck script";font-size:1.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.07421875rem;left:3.3125rem;height:2.51855625rem;display:block; }
#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf { position:relative;display:block; }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf { background-color: transparent; background-image: none; }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .row .container > .video-iframe-container { display: none; }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .row > .video-iframe-container { display: none; }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .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); }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf { border-width: 0; border-radius: 0; }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .row .container > .video-iframe-container {  }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:block; }#FlAwDKlwBnhAiHpElBkUyuE78LMpfkwy { color:#000000;display:block;width:60.875rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.69921875rem;left:7.0625rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq { position:relative;display:block; }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq { background-color: transparent; background-image: none; }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .row .container > .video-iframe-container { display: none; }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .row > .video-iframe-container { display: none; }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .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); }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq { border-width: 0; border-radius: 0; }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .row .container > .video-iframe-container {  }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:48.5625rem;width:75rem;position:relative;display:block; }#yaPESaTnJqrLRWOXq0g7I76fTumfcSCn { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46.8125rem;width:36.375rem;top:1.75rem;left:0.25980201863354rem;overflow:hidden;display:block; }
#OZDKAftpcySrl43d8TyuySX7pEmRtSdo { color:#140e38;display:block;width:35.125rem;position:absolute;font-family:righteous;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:42.1328125rem;left:37.5rem;height:2.88671875rem;font-style:normal;display:block; }
#RoCTTQQsVyDRupcio8IBQMdowt119BsJ { color:#3c3c3c;display:block;width:33.875rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:0.38359451293945rem;left:37.500001907349rem;height:43.18755625rem;display:block; }
#AP5HPkTyhvtcQpKRAQJw1Ii5wkie3xOG { color:#140e38;display:block;width:35.125rem;position:absolute;font-family:righteous;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:22.896484375rem;left:37.5rem;height:2.88671875rem;font-style:normal;display:block; }
#pDUidJZMU2mqDJH11ProugbKrALAKpxH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000e29;background-image:url("https://images.assets-landingi.com/e1yCZV1t/FODJG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH.adaptive-delivery-prevent-bg, #pDUidJZMU2mqDJH11ProugbKrALAKpxH.lazyload, #pDUidJZMU2mqDJH11ProugbKrALAKpxH.lazyloading { background-image: none; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container { background-color: transparent; background-image: none; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container > .video-iframe-container { display: none; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row > .video-iframe-container { display: none; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .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); }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container { border-width: 0; border-radius: 0; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row > .video-iframe-container {  }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:block; }#yxnppLmo9ocgLQigWAWkVM0ZNDqhUQeE { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:7.936718940735rem;left:35.437501907349rem;height:12.5947125rem;text-align:left;text-align-last:left;display:block; }
#hO4gbSDf5fylGQTJsOl8diaCZa7hN0tZ { color:#d6b371;display:block;width:26.125rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:2.13671875rem;left:35.437501907349rem;height:4.95rem;text-align:left;text-align-last:left;display:block; }
#vhyMKmHCyRHoqtifyFTiKM85wtGv2ImZ { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:28.375rem;left:35.4375rem;height:11.19530625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vxRlDOpSMVZUerwoZm5ttBiuv6sIs0Iy { color:#d6b371;display:block;width:38.1875rem;position:absolute;font-family:righteous;font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:21.5498046875rem;left:35.4375rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#x9eR75PzQOF58i1Sb0xPhNzvKWB9ifTb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:3.375rem;top:40.5rem;left:35.8125rem;overflow:hidden;display:block; }
#AMkLKwTHSf49KMwOFwGI77vP1T2nocql { position:relative;display:block; }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql { background-color: transparent; background-image: none; }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .row .container > .video-iframe-container { display: none; }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .row > .video-iframe-container { display: none; }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .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); }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql { border-width: 0; border-radius: 0; }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .row .container > .video-iframe-container {  }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#SxtqVE0xKDCCwVCEnmcM1rLG4AyTgoeM { color:#140e38;display:block;width:42.8125rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:1.4843752384186rem;left:18.780469894409rem;height:2.475rem;text-align:center;text-align-last:center;display:block; }
#W4VTBoTfJ7v2ooFexc8yPWdBRurCom9S { color:#000000;display:block;width:46.3125rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.6218757629394rem;left:15.342969894409rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#A7VZbqCIsQDMJuSayOCivEkrIo1tbdXT { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:righteous;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.625rem;left:11.25rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#cbfGrn5TeE33iWGxDlAPZaCAsUhkKA0x { box-sizing:content-box;color:#c09738;font-size:4.0625rem;font-weight:400;line-height:1;height:5.875rem;width:5.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:7.125rem;left:6.4687519073488rem;display:block; }
#CTXGZb7UCSizfg7Lgu7LEDkryLNhGSHV { box-sizing:content-box;color:#c09738;font-size:4rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:7.1875rem;left:16.25rem;display:block; }
#ehq5hHliW986ui4ZhgtofGWkA60TZPQf { box-sizing:content-box;color:#c09738;font-size:4rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:7.1875rem;left:27.500001907349rem;display:block; }
#xgtbWosaqT6HeILZ1PDI05ROXFhNewfy { box-sizing:content-box;color:#ab8646;font-size:4rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:7.1875rem;left:39.249219894409rem;display:block; }
#FlRt5M8S3nynBW24na3oZCVnT6tUTIe9 { box-sizing:content-box;color:#ab8646;font-size:4rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:7.1875rem;left:51.249219894409rem;display:block; }
#fmlrkUEh8lhA6qTn8beiQr38Uyt16CNa { box-sizing:content-box;color:#ab8646;font-size:4rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:7.1875rem;left:62.53124809265rem;display:block; }
#GLxmGftq9K9q7bPpNdhpwGBDoJNV5HRL { color:#000000;display:block;width:5.625rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.3125rem;left:6.625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#qEvRlFRW7menmK3Xr6yNaKGiv7Ucrf2g { color:#000000;display:block;width:8.25rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:13.25rem;left:15rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#TGqCCn7GoQr0gk7zFUuMXk4pGfmn3VOM { color:#000000;display:block;width:8.25rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:13.25rem;left:26.25rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#XMAT8WMWsUeSWv6KPkbgTKGB6n0uXaSV { color:#000000;display:block;width:8.25rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:13.806251525879rem;left:37.999219894409rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#nwlG9tSE2xKIcMIQ1sT6TXzLWAybaEGN { color:#000000;display:block;width:8.25rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:13.237500190735rem;left:49.999219894409rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#Ro5fzXGvUa09Il24ZmBmGupXuxClbbTh { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:13.081251144409rem;left:59.999998092651rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#GtsR2ic9XukfVy6AVUblfvr3ZafxCdta { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/eYTJSYXS/kdlds.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 1.625rem rgba(0,0,0,0.5) ;height:8.875rem;width:55.625rem;top:18.5625rem;left:9.625rem;display:block; }#GtsR2ic9XukfVy6AVUblfvr3ZafxCdta.adaptive-delivery-prevent-bg, #GtsR2ic9XukfVy6AVUblfvr3ZafxCdta.lazyload, #GtsR2ic9XukfVy6AVUblfvr3ZafxCdta.lazyloading { background-image: none; }
#T33BOCN9uElBRk01N9K4iTDECxwJBwoV { position:relative;display:block; }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV { background-color: transparent; background-image: none; }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .row .container > .video-iframe-container { display: none; }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .row > .video-iframe-container { display: none; }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .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); }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV { border-width: 0; border-radius: 0; }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .row .container > .video-iframe-container {  }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#nzxpAhPE45vdlUn8TW38T4IU4gbKOshQ { color:#3b3b3b;display:block;width:31.625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:11.710157394409rem;left:38.874219894409rem;height:16.79295rem;display:block; }
#fIQk5r2bykAMx4NWBq8DKQh7emgWN0sJ { color:#140e38;display:block;width:36.125rem;position:absolute;font-family:righteous;font-size:2.0625rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:5.6476573944092rem;left:38.874998092651rem;height:4.5375rem;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; }
#zQDhvs4Bvmcar3d9igGR8QU7T8KCx53v { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.625rem;width:29.1875rem;top:0.5rem;left:6rem;overflow:hidden;display:block; }
#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/79mtAKx6/5y8ifd.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy.adaptive-delivery-prevent-bg, #KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy.lazyload, #KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy.lazyloading { background-image: none; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row .container { background-color: transparent; background-image: none; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row .container > .video-iframe-container { display: none; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row > .video-iframe-container { display: none; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .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); }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row .container { border-width: 0; border-radius: 0; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row > .video-iframe-container {  }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:block; }#SKwmsTFRofziRPG6M5TapZ8GcQPZu6ql { color:#ffffff;display:block;width:49.875rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:2.5835943222046rem;left:11.187501907349rem;height:5.3984375rem;text-align:center;text-align-last:center;display:block; }
#HFmV4g0SqlVXLEugCVCs2cJTFu9DQbNX { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:nunito;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.060938835144rem;left:40.311719894409rem;height:12.34375rem;text-align:center;text-align-last:center;display:block; }
#zL0I449sVc1VoV7ks9B1cuqO4Dz4mBtK { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:righteous;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.681252479553rem;left:42.717969894409rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#T28KXbWJsxKaJ0m0cxne0bhfgpGz7dTc { position:absolute;display:block;z-index:14999;background-color:#140b28;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(255,255,255,0.41) ;height:33.75rem;width:63.875rem;top:1.3351440429688E-5rem;left:5.6492195129394rem;display:block; }
#lzfWWUnRxHSsLQfqEeIABclKPG2VDP7e { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.9375rem;width:20.375rem;top:7.437485694885rem;left:11.187501907349rem;overflow:hidden;display:block; }
#NM9GoTzdRbFqrZ5lIy5yzJ6v8XsoHmT0 { background-color:transparent;background-image: -webkit-linear-gradient(44deg, #411962, #0becb2);background-image: -moz-linear-gradient(44deg, #411962, #0becb2);background-image: -ms-linear-gradient(44deg, #411962, #0becb2);background-image: -o-linear-gradient(44deg, #411962, #0becb2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#411962', endColorstr='#0becb2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#411962', endColorstr='#0becb2' );";background-image: linear-gradient(44deg, #411962, #0becb2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.625rem #0becb2 ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:4.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:36.3125rem;left:23.8359375rem;display:block; }
#TAuoX07ITm7e2NDS2cgpzhWDv4zKKheD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DlrwO0JnvDakAGzdTxoMM5qCJT060faa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/79mtAKx6/5y8ifd.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa.adaptive-delivery-prevent-bg, #DlrwO0JnvDakAGzdTxoMM5qCJT060faa.lazyload, #DlrwO0JnvDakAGzdTxoMM5qCJT060faa.lazyloading { background-image: none; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container { background-color: transparent; background-image: none; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container > .video-iframe-container { display: none; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row > .video-iframe-container { display: none; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .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); }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container { border-width: 0; border-radius: 0; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row > .video-iframe-container {  }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#mUxQ1SnztkSOzkC2IbU5QKSVWvLdoXIG { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:3.1000003814698rem;left:32.687501907349rem;height:5.949225rem;text-align:left;text-align-last:left;display:block; }
#bLc1DhuIonetqaGEDi4PmIA3kN5KpmBR { box-sizing:content-box;color:#ffffff;font-size:5.125rem;font-weight:400;line-height:1;height:7.375rem;width:7.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:2.3125rem;left:22.187501907349rem;display:block; }
#pIqDgEroStSqrig2GDF4GSrqaIu6rLrW { box-sizing:content-box;color:#ffffff;font-size:4.8125rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:2.8125rem;left:16.83749961853rem;display:block; }
#KO8cSqWG4TlWeIu5ifCPpZP0qXVuv77v { box-sizing:content-box;color:#ffffff;font-size:4.8125rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:2.8125rem;left:11.89999961853rem;display:block; }
#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/79mtAKx6/5y8ifd.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ.adaptive-delivery-prevent-bg, #TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ.lazyload, #TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ.lazyloading { background-image: none; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container { background-color: transparent; background-image: none; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container > .video-iframe-container { display: none; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row > .video-iframe-container { display: none; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .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); }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container { border-width: 0; border-radius: 0; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row > .video-iframe-container {  }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:75rem;position:relative;display:block; }#AJnTRwOKhJgAxNahE0KLPCXlzWs2lJhE { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.46249961853rem;left:30.875001907349rem;height:10.3984375rem;text-align:center;text-align-last:center;display:block; }
#v12azP0TJ0zHAyqfSwA1u2Qr31nzXwD3 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #0c1a56, #ff5b5b);background-image: -moz-linear-gradient(144deg, #0c1a56, #ff5b5b);background-image: -ms-linear-gradient(144deg, #0c1a56, #ff5b5b);background-image: -o-linear-gradient(144deg, #0c1a56, #ff5b5b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a56', endColorstr='#ff5b5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a56', endColorstr='#ff5b5b' );";background-image: linear-gradient(144deg, #0c1a56, #ff5b5b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:17.5rem;width:17.375rem;top:3.5625rem;left:28.6875rem;display:block; }
#sGtWPHFux8cH3sC4OT4h7wZ7iTEchXwu { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #0c1a56, #ff5b5b);background-image: -moz-linear-gradient(144deg, #0c1a56, #ff5b5b);background-image: -ms-linear-gradient(144deg, #0c1a56, #ff5b5b);background-image: -o-linear-gradient(144deg, #0c1a56, #ff5b5b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a56', endColorstr='#ff5b5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a56', endColorstr='#ff5b5b' );";background-image: linear-gradient(144deg, #0c1a56, #ff5b5b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:17.5rem;width:17.375rem;top:18.5rem;left:9.25rem;display:block; }
#z57r4LP9uquNbc89md2fyPylnwHbGPJE { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.5rem;width:20.5rem;top:16.561718940735rem;left:8.2500019073488rem;overflow:hidden;display:block; }
#uvaE6wqAT6Qb6N57V4lTfBJihT8tetFF { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.5rem;width:20.5rem;top:1.25rem;left:26.625rem;overflow:hidden;display:block; }
#c12LNVKsT1LTRJQeDd3rD1uxb6rn9QGO { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:22.59375rem;left:11.15625rem;height:8.3945rem;text-align:center;text-align-last:center;display:block; }
#uOrWiyf6n6EOv56SP3NfuxABp3VZWWdM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:23.375001132488rem;left:50.061719894409rem;height:8.39453125rem;text-align:center;text-align-last:center;display:block; }
#uiTmT6XPvTBP6NkUZQktdTxXrIg1gHVF { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.5rem;width:20.5rem;top:17.324999988079rem;left:46.061719894409rem;overflow:hidden;display:block; }
#T04dDBrH2bNBOOsEoRrFOXDTbeiKRtJA { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #0c1a56, #ff5b5b);background-image: -moz-linear-gradient(144deg, #0c1a56, #ff5b5b);background-image: -ms-linear-gradient(144deg, #0c1a56, #ff5b5b);background-image: -o-linear-gradient(144deg, #0c1a56, #ff5b5b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a56', endColorstr='#ff5b5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a56', endColorstr='#ff5b5b' );";background-image: linear-gradient(144deg, #0c1a56, #ff5b5b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:17.5rem;width:17.375rem;top:18.999219119549rem;left:47.624219894409rem;display:block; }
#vPLNR5MzT5pn6oH9WwatBdNrCbZ6KZQr { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:37.824988365173rem;left:31.250001907349rem;height:7.1953125rem;text-align:center;text-align-last:center;display:block; }
#GsGigMuzxI0s58L6P4qa4t2GedGDTTBZ { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.5rem;width:20.5rem;top:31.374999046326rem;left:27.250001907349rem;overflow:hidden;display:block; }
#DicHNpDD6fy5nRuT5x8L32Aqot40JWxu { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #0c1a56, #ff5b5b);background-image: -moz-linear-gradient(144deg, #0c1a56, #ff5b5b);background-image: -ms-linear-gradient(144deg, #0c1a56, #ff5b5b);background-image: -o-linear-gradient(144deg, #0c1a56, #ff5b5b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a56', endColorstr='#ff5b5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1a56', endColorstr='#ff5b5b' );";background-image: linear-gradient(144deg, #0c1a56, #ff5b5b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:17.5rem;width:17.375rem;top:32.975001335144rem;left:28.812501907349rem;display:block; }
#sAAoza6hy76GGa30TaiVrS1RqpTIBNJi { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:22.30624961853rem;left:28.937501907349rem;height:8.7744375rem;text-align:center;text-align-last:center;display:block; }
#om7kOdBTs9WT7FEXJ8I06WKvwTh6psB5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:2.75rem;top:15.47500038147rem;left:47.124219894409rem;overflow:hidden;display:block; }
#eOFpJfKm5DqLGEg0uRX8fo6iL75PmTft { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:2.75rem;top:37.061717987061rem;left:48.561719894409rem;overflow:hidden;display:block; }
#MctcZ2HWNyCqSTEzTXTPVd2wKSySndDc { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:3.4375rem;top:37.061717987061rem;left:21.89999961853rem;overflow:hidden;display:block; }
#MQRdlS6MmThlD91X38UzguytUJlzWlwd { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:14.512500762939rem;left:23.625001907349rem;overflow:hidden;display:block; }
#RtTZOGBsavwK5TNlRzZLTTvDgfaqKK1P { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:51.874999046326rem;left:35.562501907349rem;overflow:hidden;display:block; }
#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row .container { background-color: transparent; background-image: none; }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row .container > .video-iframe-container { display: none; }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row > .video-iframe-container { display: none; }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .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); }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row .container { border-width: 0; border-radius: 0; }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row > .video-iframe-container {  }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row .container { font-size:0.875rem;font-family:arial;height:71.75rem;width:75rem;position:relative;display:block; }#x3z0MOxDs0LiE9fDGf8M2op8HXbToiUT { color:#cec3f6;display:block;width:26rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7625012397766rem;left:45.249219894409rem;height:6.825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dfmThl3GGI0gmx0rLIERVWVJgW6knSfr { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.375rem;width:8.25rem;top:10.500002384186rem;left:63.061719894406rem;display:block; }
#KUPJmpQE0WshrvzNzxZlyFgWN1UU3FSC { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:19.9375rem;width:27.25rem;top:6.5rem;left:3.75rem;display:block; }
#LwSsN6POJ6xwKvGPdBGfxWLto74T8uTN { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:4.375rem;left:5.3125rem;display:block; }
#iy7Fe7rF1hNVca38sfK3Nn9muo12vfv6 { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.687501907349rem;left:5.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xS6XvxXT5eGqhgfgw4fk56oJOmza6uNT { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.500001907349rem;left:5.6875rem;height:3.8994125rem;font-style:normal;display:block; }
#AoVOdT9Q4rKJDJ7JOpb60DiFqB8Jmdkm { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:19.9375rem;width:27.25rem;top:12.3125rem;left:43.9375rem;display:block; }
#qxf6s08SfFVNhtzNlmiB4et00NbxAQUV { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:10.0625rem;left:45.875rem;display:block; }
#Lxhpps4gkuiTrLAiUmtMlphiC08yN8p6 { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.375rem;left:46.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dNP7ELHoItmMMlTuXTuwbQJOH3KxJwJa { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:20.8125rem;left:46.3125rem;height:2.6rem;font-style:normal;display:block; }
#uaQqBh7wFBTQWVbZ0Wu5ylBWRaMxOyUX { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:14.5rem;width:27.25rem;top:36.375rem;left:43.937498092651rem;display:block; }
#UOvdserVHo49WBIw91qBtu682B8gwPA7 { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:42.825000762939rem;left:46.155469894409rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G5kRvflFtrm1UlzvzHCxnfkxqHRQ2ykH { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:44.875rem;left:46.3125rem;height:3.8994125rem;font-style:normal;display:block; }
#lQireeOOgbXDidPwss9AnhUITtb5IEB3 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.375rem;width:8.25rem;top:37.375rem;left:62.9375rem;display:block; }
#orVi0o4W0EppRATez4f53etcTaEsfws7 { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:12.875rem;width:27.25rem;top:30.5625rem;left:3.75rem;display:block; }
#Qq1EgpAihnJFhxNnXfH4XSlQQz2HQWtl { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:36.5625rem;left:5.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UgJ8kfr8d8ZfQ9IyfGzKipFgAUm20Kqr { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:39.125rem;left:5.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#LcADcuC6HunorzkilXJSVnJUTy06kxs9 { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:34.25rem;left:45.9375rem;display:block; }
#EoKhGlTiXgH9VS6Gzwc0Ep1MMw2dHTEC { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:28.4375rem;left:5.3125rem;display:block; }
#rZqJ9FyU3OF9557lulwRwJhwyI764OcZ { position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -moz-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -ms-linear-gradient(180deg, #8200ff, #bc43ff);background-image: -o-linear-gradient(180deg, #8200ff, #bc43ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#bc43ff' );";background-image: linear-gradient(180deg, #8200ff, #bc43ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:46.375rem;left:5.3125rem;display:block; }
#mxIC9nkfiZb5wBRSlzi2NG8NpAQOOmy9 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #140e38, #251a5f);background-image: -moz-linear-gradient(180deg, #140e38, #251a5f);background-image: -ms-linear-gradient(180deg, #140e38, #251a5f);background-image: -o-linear-gradient(180deg, #140e38, #251a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e38', endColorstr='#251a5f' );";background-image: linear-gradient(180deg, #140e38, #251a5f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:18.125rem;width:27.25rem;top:48.5rem;left:3.75rem;display:block; }
#xmJydziPfBNJdlMshZNQLeHp48mW3o4H { color:#e8f7ff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:57.0625rem;left:5.6875rem;height:6.499rem;font-style:normal;display:block; }
#e9co6rC8KCt9KVmuIxyAW55WKqsEUBER { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:54.5rem;left:5.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SroCNP75UST2B7PZbihdJT0V7eTBVFpu { color:#333333;display:block;width:31rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:55.82421875rem;left:40.75rem;height:10.80078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTAKTdFTOKmRKTbQP4VrufoXEg6o7VXN { color:#e8f7ff;display:block;width:1.75rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.9249992370606rem;left:7.7500019073488rem;height:3.7375rem;font-style:normal;display:block; }
#mPo1I7WiIJUdWiLplNTptSH9UHqPW7Kl { color:#000000;display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:6.1625003814697rem;left:6.7500019073488rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mu42XTlVPve7rxXHhzWdtM4xnX8Ul7ZC { color:#000000;display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:11.85000038147rem;left:47.311719894409rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OIgXD1dLRCfDQ75TUVVILKONzkcqZGQX { color:#000000;display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:30.22500038147rem;left:6.7500019073488rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTLteDBLB7xUTfiOKEtkl102u6LnJBvr { color:#000000;display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:36.0375007689rem;left:47.311719894409rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bqmvo4Hx5Nb55J1nCErx0JartXXQ3S0A { color:#000000;display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:48.262499809265rem;left:6.7500019073488rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XaXaOFuiSzJ7PMoIkoCt2WW1I7Fho9pT { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.3125rem solid #d2a9ff;border-left:0.3125rem solid #d2a9ff;border-right:0.3125rem solid #d2a9ff;border-bottom:0.3125rem solid #d2a9ff;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:37.5625rem;width:37.5625rem;top:18.375rem;left:18.499219894409rem;display:block; }
#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN { position:relative;display:block; }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN { background-color: transparent; background-image: none; }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .row .container > .video-iframe-container { display: none; }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .row > .video-iframe-container { display: none; }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .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); }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN { border-width: 0; border-radius: 0; }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .row .container > .video-iframe-container {  }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;position:relative;display:block; }#Rq4duHv2OR4zLWK8OKgwnvw4ZCJAP70S { color:#ffffff;display:block;width:37.75rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.3781251907349rem;left:18.71249961853rem;height:5.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ybzFac4yTu1P67p9l6zEuxvGuXqqwa6Q { color:#ffffff;display:block;width:52.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.485157012939rem;left:11.21249961853rem;height:11.0468875rem;text-align:center;text-align-last:center;display:block; }
#FzUmUIgltEvSLRHiiSzr4OxE1XSfKvnc { color:#d6b371;display:block;width:32rem;position:absolute;font-family:southland;font-size:3.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:13.78515625rem;left:25.08749961853rem;height:8.44925rem;display:block; }
#pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/79mtAKx6/5y8ifd.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:25.375rem;width:64.0625rem;top:0.56171894073486rem;left:4.9984378814697rem;display:block; }#pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN.adaptive-delivery-prevent-bg, #pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN.lazyload, #pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN.lazyloading { background-image: none; }
#BTGyTq7wilKwFPWgPpRUrAfL6Uq9cPEl { background-color:transparent;background-image: -webkit-linear-gradient(44deg, #411962, #0becb2);background-image: -moz-linear-gradient(44deg, #411962, #0becb2);background-image: -ms-linear-gradient(44deg, #411962, #0becb2);background-image: -o-linear-gradient(44deg, #411962, #0becb2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#411962', endColorstr='#0becb2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#411962', endColorstr='#0becb2' );";background-image: linear-gradient(44deg, #411962, #0becb2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.625rem #0becb2 ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:4.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:29.3125rem;left:23.8369140625rem;display:block; }
#AhdDExH6CgpPA4xTxcysTBN3dMztTuNb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000e29;background-image:none;position:relative;display:block; }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .row .container { background-color: transparent; background-image: none; }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .row .container > .video-iframe-container { display: none; }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .row > .video-iframe-container { display: none; }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .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); }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .row .container { border-width: 0; border-radius: 0; }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .row > .video-iframe-container {  }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .row .container { font-size:0.875rem;font-family:arial;height:90.75rem;width:75rem;position:relative;display:block; }#nDGnWrswR6coetEq3PVnwqQUXhJ98L75 { color:#ffffff;display:block;width:52.75rem;position:absolute;font-family:nunito;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5rem;left:11.125rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#rnpn5b33BNubyXvGson7SnxEzzPhC7gb { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:righteous;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:43.4248046875rem;left:25.375rem;height:3.736325rem;text-align:left;text-align-last:left;display:block; }
#r4RgiTilIDOWoXdypfcdoLeZdzPa9II2 { color:#d6b371;display:block;width:42.375rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:3.25rem;left:16.3125rem;height:2.69921875rem;text-align:center;text-align-last:center;display:block; }
#stQPET0N6Sg3bPD4yiOhiQxKRDX4Z0pR { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:32.625rem;left:7rem;height:1.13671875rem;font-style:normal;display:block; }
#oisQsG8zGnF37T9F9KxzZ5VrAFEoEAKn { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:33.75rem;left:7rem;height:1.625rem;font-style:normal;display:block; }
#TeRJhtFmqI3dLS4OaVLFqLTxCJFgUJno { color:#637084;display:block;width:12.3125rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:28.38671875rem;left:7rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BgQAOf0O44DRpRcRPz2MeFJ3xF1b6BDL { color:#411962;display:block;width:11.25rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:26.4560546875rem;left:7rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cJh90gKqNTwC1LPhyyEZTwLykfNsndL2 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(255,255,255,0.5) ;height:15.375rem;width:18.1875rem;top:21.15625rem;left:4.5625rem;display:block; }
#KqVOvJefRnUfDoG6O0No1dvVMSGbaPrT { color:#637084;display:block;width:14.8125rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:28.1875rem;left:53.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GX7BQ0IBGTvBO5yrkCUEtbs44bHB2t2w { color:#411962;display:block;width:14.1875rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:24.5rem;left:53.0615234375rem;height:3.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HdGQcJXaqWMgCSMzqIBnZTmTLqsAnRdA { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:33.6875rem;left:29.5625rem;height:1.625rem;font-style:normal;display:block; }
#BdtRX75OmuUDVPScorlBJ5tSkN65IBXe { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:32.5625rem;left:29.5625rem;height:1.13671875rem;font-style:normal;display:block; }
#zwH9T7FrTuJFUncOQaBN9wTDtc43tUxT { color:#637084;display:block;width:14.8125rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:29.1875rem;left:29.75rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uGPIkFPBO64SLwHfpxy1tie5HSBOgbeg { color:#411962;display:block;width:13.625rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:25.75rem;left:29.75rem;height:3.0234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oKOQz0G2ZRe7FqIRi7W5kTkMipNTNENi { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(255,255,255,0.5) ;height:15.375rem;width:18.1875rem;top:21.1875rem;left:27.6875rem;display:block; }
#satJMsVu0MC1cvTHwK5xd28tTU4m5BJU { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(255,255,255,0.5) ;height:15.375rem;width:18.1875rem;top:21.15625rem;left:50.5615234375rem;display:block; }
#GVFD6cSR5pvWfmsKHoRuiPx5vTOiVcay { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:33.5625rem;left:53.0625rem;height:1.625rem;font-style:normal;display:block; }
#CH2HCG7Ic6oQ6liFWGnkeRT9auTqq19T { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:32.4375rem;left:53.0625rem;height:1.13671875rem;font-style:normal;display:block; }
#sehJzPg5gy9NzpwThI835iTlAE3LZn7q { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(255,255,255,0.5) ;height:15.375rem;width:28.375rem;top:48.125rem;left:7.9375rem;display:block; }
#Mhg4hcuBTWoTdF59u4H9n3Vvr28tqVzk { color:#411962;display:block;width:19.5rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:52rem;left:14.5625rem;height:3.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X90l3SMFFVmgtDOTi47lfVvonpIa1tTS { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:56.4375rem;left:14.5625rem;height:1.13671875rem;font-style:normal;display:block; }
#wVOlczTGbfxFiZwmHq6pbkcDGvUsOUV4 { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:57.5625rem;left:14.5625rem;height:1.625rem;font-style:normal;display:block; }
#XnRW6l1JGHGZ06RMyCmqRAQIidRotLtA { color:#ffffff;display:block;width:40.9375rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:41.3125rem;left:17.03125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#MqO2cv7B8SBx8tyELqHFWTlJBwTRTBtT { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.4375rem;width:10.5rem;top:11.1875rem;left:32.25rem;overflow:hidden;display:block; }
#foLPRgvogqgcL3woBEtKmpw9WUDBeOf4 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.1875rem;width:10.5rem;top:10.75rem;left:54.5927734375rem;overflow:hidden;display:block; }
#Xkv8FAhlNhvOMDk5DTvuGrQaH7Hw5aRA { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.125rem;width:11.6875rem;top:9.8125rem;left:8.09375rem;overflow:hidden;display:block; }
#KdrUcFqMEFHRVWF2ZBXikMRM5znMaUd6 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.1875rem;width:11.3125rem;top:49.875rem;left:2.75rem;overflow:hidden;display:block; }
#womFi768eGMSMJXwpHSMAMpeTeEKa3UG { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(255,255,255,0.5) ;height:13.375rem;width:22.5rem;top:66.4375rem;left:46.25rem;display:block; }
#JkTAOKymgfJM7gNN75r2EH3l0OlxzsWB { color:#411962;display:block;width:21.125rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:51.5rem;left:49.75rem;height:3.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kt46IXUdF4uxVzKalwPaKRrMO0ne1AoD { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:55.9375rem;left:49.75rem;height:1.13671875rem;font-style:normal;display:block; }
#FIdNfGTwIOW01wNCFvgWw4FyDIDTOnWE { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:57.0625rem;left:49.75rem;height:1.625rem;font-style:normal;display:block; }
#Em75aaN6zCSIUPqtxAUKMmt0BGkwJ3lH { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.1875rem;width:11.3125rem;top:49.75rem;left:37.8125rem;overflow:hidden;display:block; }
#Gaq0x51uD2rx4nft0LU4C7o90rXG7o5m { color:#ffffff;display:block;width:3.0625rem;position:absolute;font-family:righteous;font-size:3.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:74.1875rem;left:37.8125rem;height:4.6308625rem;text-align:center;text-align-last:center;display:block; }
#ShMUAFARuuAwfCrZqCxEpiqR7uutVEtN { color:#2e098a;display:block;width:24.625rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:700;z-index:15053;line-height:1.2;letter-spacing:0;top:66.9375rem;left:45.1875rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dWpHCsStGmuFcqUSfU077FENzhcxiufi { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.625rem;width:24.9375rem;top:69.625rem;left:45.0625rem;overflow:hidden;display:block; }
#WUlmKZvMfD3KRGRKuqlRJUtxITVHeZJ2 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(255,255,255,0.5) ;height:15.375rem;width:28.375rem;top:47.9375rem;left:42.5625rem;display:block; }
#dxX2ZZ3IB7UnZK6HLpJ0FxRVnXFKW6Kf { box-sizing:content-box;color:#ffd300;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 1.5rem #ffd300;display:block;z-index:15054;top:70.375rem;left:42.75rem;display:block; }
#HL4OWy1Jf2wJMbq0zorKxnxQwl08It5w { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.125rem;width:11.3125rem;top:70.6748046875rem;left:2.75rem;overflow:hidden;display:block; }
#eXcvIRT4XM4r7V3VVG61ZBdZN40rRotB { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(255,255,255,0.5) ;height:15.375rem;width:28.375rem;top:69.037109375rem;left:7.9375rem;display:block; }
#eycH6L19u9ischr3wbt0QP4ixCO8wvyo { color:#411962;display:block;width:19.5rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:72.0625rem;left:14.5625rem;height:6.59765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FLWoO6ZaVEpsUXA2QaR3dy76euisIISe { color:#fd5050;display:block;width:13.875rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:79.8994140625rem;left:14.5625rem;height:1.13671875rem;font-style:normal;display:block; }
#h9WOpz6BMrS36TukAv9AtxykOeDoEqsL { color:#25c57f;display:block;width:9.1875rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:81rem;left:14.5625rem;height:1.625rem;font-style:normal;display:block; }
#S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/46b7c622-58a0-4ccc-8600-a65a77880259/Pngtreetechnologybusinesslineatmosphere_931814.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp.adaptive-delivery-prevent-bg, #S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp.lazyload, #S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp.lazyloading { background-image: none; }#S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp > .row .container { background-color: transparent; background-image: none; }#S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp > .row .container > .video-iframe-container { display: none; }#S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp > .row > .video-iframe-container { display: none; }#S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp > .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); }#S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp > .row .container { border-width: 0; border-radius: 0; }#S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp > .row > .video-iframe-container {  }#S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp > .row .container { font-size:0.875rem;font-family:"montserrat 900";height:31.3125rem;width:75rem;position:relative;display:block; }#S8VWM6rMwrrDVuFx0y64PWmk7xAJpfr4 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #0076ad, #000000);background-image: -moz-linear-gradient(42deg, #0076ad, #000000);background-image: -ms-linear-gradient(42deg, #0076ad, #000000);background-image: -o-linear-gradient(42deg, #0076ad, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076ad', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076ad', endColorstr='#000000' );";background-image: linear-gradient(42deg, #0076ad, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:21.4375rem;width:52.5rem;top:9.875rem;left:9.125rem;display:block; }
#qCXprsCEeyRUzvVpqw1CqnryGGq5lJhe { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:"montserrat jr";font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:11.5rem;left:10.75rem;height:4.8984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FhxBGkZzuV41RfRH53sihkOcZTf7yP3K { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00e4f3, #006986);background-image: -moz-linear-gradient(180deg, #00e4f3, #006986);background-image: -ms-linear-gradient(180deg, #00e4f3, #006986);background-image: -o-linear-gradient(180deg, #00e4f3, #006986);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e4f3', endColorstr='#006986' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e4f3', endColorstr='#006986' );";background-image: linear-gradient(180deg, #00e4f3, #006986);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: -0.3125rem 0.3125rem 0.625rem rgba(0,0,0,0.3) ;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:"montserrat jr";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27rem;left:10.75rem;display:block; }
#OrbxEMR7vzZBJ7MEFSIQTT8CeUbns5lH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cWUrRWMHt98a3EeRR6RSWQkybCaWeC6u { color:#7d7d7d;display:block;width:11.625rem;position:absolute;font-family:"montserrat jr";font-size:2.375rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:2.8115234375rem;left:9.125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kGNHMwDxgJK1Dce458gF0E3OTwQl58hC { color:#ffffff;display:block;width:37.25rem;position:absolute;font-family:"montserrat jr";font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:17.5rem;left:10.75rem;height:2.44921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SG9a3BW4nzfTfgydD9RayXWfNHCzUxog { color:#ffffff;display:block;width:36.6875rem;position:absolute;font-family:"montserrat jr";font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:20.8515625rem;left:10.75rem;height:3.673825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nvzXT8MoCf2p6EB83w4IsppnMa7ApKBV { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5rem;width:14.375rem;top:8.5rem;left:3.375rem;overflow:hidden;display:none; }
#DCC4ZQbhZBv4MG2POR67W3yPBL5SvV7y { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.3125rem;width:18.75rem;top:22.3125rem;left:47.4375rem;overflow:hidden;display:block; }
#QXItQUn9Dc2ImoESNWXZzgGye9sELBzr { color:#fcc34c;display:block;width:32.75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:5.349609375rem;left:10.125rem;height:4.0625rem;font-style:normal;display:block; }
#r7lQF4bBMohL9o2ACRcAkMrxOcPbldSz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.375rem;width:25.25rem;top:1.8125rem;left:47.4375rem;overflow:hidden;display:block; }
#ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/46b7c622-58a0-4ccc-8600-a65a77880259/Pngtreetechnologybusinesslineatmosphere_931814.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS.adaptive-delivery-prevent-bg, #ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS.lazyload, #ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS.lazyloading { background-image: none; }#ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS > .row .container { background-color: transparent; background-image: none; }#ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS > .row .container > .video-iframe-container { display: none; }#ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS > .row > .video-iframe-container { display: none; }#ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS > .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); }#ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS > .row .container { border-width: 0; border-radius: 0; }#ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS > .row > .video-iframe-container {  }#ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS > .row .container { font-size:0.875rem;font-family:"montserrat 900";height:21rem;width:75rem;position:relative;display:block; }#kvkNt5sWSurDqwLTALqi0Z04aIEdBkld { color:#ffffff;display:block;width:48.3125rem;position:absolute;font-family:"montserrat jr";font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:0.3125rem;left:10.5rem;height:4.8984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SXIedVPSbqzATWNqRHF0wmPSuocCQnsy { color:#ffffff;display:block;width:47.1875rem;position:absolute;font-family:"montserrat jr";font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:7.375rem;left:10.3125rem;height:3.673825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IforLd6igDkOrNrOadUybt0dJ52IOTQO { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:"montserrat jr";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:13.125rem;left:10.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OUW4LJShyJATry4nGUqA8FXmovRslPJi { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:20.75rem;top:11.875rem;left:49.6875rem;overflow:hidden;display:none; }
#Hw3t5KQEuktry40RU7MmVtbPHKZu8VJ6 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(142deg, #0076ad, #000000);background-image: -moz-linear-gradient(142deg, #0076ad, #000000);background-image: -ms-linear-gradient(142deg, #0076ad, #000000);background-image: -o-linear-gradient(142deg, #0076ad, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076ad', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076ad', endColorstr='#000000' );";background-image: linear-gradient(142deg, #0076ad, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:18.5625rem;width:52.5rem;top:0rem;left:9.125rem;display:block; }
#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6e6e6, #ffffff);background-image: -moz-linear-gradient(180deg, #e6e6e6, #ffffff);background-image: -ms-linear-gradient(180deg, #e6e6e6, #ffffff);background-image: -o-linear-gradient(180deg, #e6e6e6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e6e6e6, #ffffff);background-size:auto !important;position:relative;display:block; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container { background-color: transparent; background-image: none; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container > .video-iframe-container { display: none; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row > .video-iframe-container { display: none; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .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); }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container { border-width: 0; border-radius: 0; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row > .video-iframe-container {  }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container { font-size:0.875rem;font-family:arial;height:58.9375rem;width:75rem;position:relative;display:block; }#KQqW1Sk16Aprt5L5lovl2QZsefwsLRkA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50.1875rem;width:73.9375rem;top:4.7249999046326rem;left:0rem;overflow:hidden;display:block; }
#w6xBdIGrPvlrepVLKf5kDo3V9UbXlPeZ { color:#000000;display:block;width:47.9375rem;position:absolute;font-family:righteous;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.875rem;left:13.531251907349rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#vIuT58eyEuhtZLMIxORr0enPmNhM1hQA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:122.4375rem;width:60.9375rem;display:none; }
#Z2ZRruCIAkIv2MXcVxQn9xNhzHgdyF7S { background-color:transparent;background-image: -webkit-linear-gradient(44deg, #411962, #0becb2);background-image: -moz-linear-gradient(44deg, #411962, #0becb2);background-image: -ms-linear-gradient(44deg, #411962, #0becb2);background-image: -o-linear-gradient(44deg, #411962, #0becb2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#411962', endColorstr='#0becb2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#411962', endColorstr='#0becb2' );";background-image: linear-gradient(44deg, #411962, #0becb2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.625rem #0becb2 ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:4.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:52.537109375rem;left:23.75rem;display:block; }
#cOaGVZiaZCe2uNsdpLGgN6ZoPGsks3bA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qkIFLeXlmwTTqTUUO730cTKTsrMM6h21 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/79mtAKx6/5y8ifd.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#qkIFLeXlmwTTqTUUO730cTKTsrMM6h21.adaptive-delivery-prevent-bg, #qkIFLeXlmwTTqTUUO730cTKTsrMM6h21.lazyload, #qkIFLeXlmwTTqTUUO730cTKTsrMM6h21.lazyloading { background-image: none; }#qkIFLeXlmwTTqTUUO730cTKTsrMM6h21 > .row .container { background-color: transparent; background-image: none; }#qkIFLeXlmwTTqTUUO730cTKTsrMM6h21::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkIFLeXlmwTTqTUUO730cTKTsrMM6h21 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkIFLeXlmwTTqTUUO730cTKTsrMM6h21 > .row .container > .video-iframe-container { display: none; }#qkIFLeXlmwTTqTUUO730cTKTsrMM6h21 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkIFLeXlmwTTqTUUO730cTKTsrMM6h21 > .row > .video-iframe-container { display: none; }#qkIFLeXlmwTTqTUUO730cTKTsrMM6h21 > .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); }#qkIFLeXlmwTTqTUUO730cTKTsrMM6h21 > .row .container { border-width: 0; border-radius: 0; }#qkIFLeXlmwTTqTUUO730cTKTsrMM6h21 > .row > .video-iframe-container {  }#qkIFLeXlmwTTqTUUO730cTKTsrMM6h21 > .row .container { font-size:0.875rem;font-family:arial;height:58.75rem;width:75rem;position:relative;display:block; }#iedbB9N5tMtnrf15m5IKX88TNg7x18w5 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iedbB9N5tMtnrf15m5IKX88TNg7x18w5 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#48ffb7;background-image:none;color:#000000;padding-top:0.331875rem;padding-right:0.2975rem;padding-bottom:0.331875rem;padding-left:0.2975rem;display:block;align-items:center;width:1.78375rem;min-width:1.78375rem;height:1.784375rem;position:relative;font-family:"open sans";font-size:1.328125rem;font-weight:700;line-height:28.55px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iedbB9N5tMtnrf15m5IKX88TNg7x18w5 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2075rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.3775rem;height:0.705625rem;position:relative;font-family:"open sans";font-size:0.498125rem;font-weight:400;line-height:11.29px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iedbB9N5tMtnrf15m5IKX88TNg7x18w5 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:10.125rem;height:3.36035rem;padding-top:0.415rem;padding-right:0.424375rem;padding-bottom:0.415rem;padding-left:0.424375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.3125rem;left:19.375rem;z-index:15055; }
#iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #KCGTHZsGmELTIOAKtE2hDno4gEDHghOd { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #rBpETLs1HVRdr05I1obqM9tMcU310eMK { width:auto; }
#iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #dpGniTHPqV9KQaZdmVTxagTTzxAqtwHc {  }
#iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #ZJpq2vhnh1AhBr3G8ClX2a4ulCo2swP5 { display:flex;position:relative;top:0rem;left:0rem; }
#iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #kpsq9ruadZkz8wKAt405kPQT1tnagIsE {  }
#iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #r9fhg74zZR1zVJsv9ltPNVSvQ9hJuLiT {  }
#iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #SlrPGI6UodtdE8T8QDy2Lqrvy2F7OAc2 { display:flex;position:relative;top:0rem;left:0rem; }
#iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #kOfEdJTFyg9FPG3CBXVWaEmA0TAEzR0i {  }
#iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #uzi74mpWKqEDTCdNCNPHLzm29D5aA6lR {  }
#iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #dTe5hvQcV49xtsmdNFNBnJbJL8dEVzf9 { display:flex;position:relative;top:0rem;left:0rem; }
#iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #BKRT2iyUKSkrIfzQyxTTzsAoI4Al63I6 {  }
#iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #lA1GJSht64x0Q4kk2hS1aeRJAVJT6Cfg {  }
#prEipO0d58ceAVay6mvUCeKkleDdkpdo { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.6875rem;width:27rem;top:1.4375rem;left:30.8125rem;overflow:hidden;display:block; }
#GG4CgEtOzXz4JWS7pOZyBPT4ZXG3tyoC { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:6.875rem;font-weight:700;z-index:14991;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.54);top:5.375rem;left:17.25rem;height:8.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TEpnFznzexy4anc6v6Z7wQo1GBOVJiqA { color:#2e2e2e;display:block;width:11.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:13.1875rem;left:19rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xCWHg2dMdiRrxCIHO9TGHRO4r0QpN3XA { position:absolute;display:block;z-index:14990;background-color:#48ffb7;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;height:2.0625rem;width:14.375rem;top:12.6875rem;left:17.8125rem;display:block; }
#ANcez5TF4PT6gxzUlHNCMLGOvlwWMxR7 { color:#ffffff;display:block;width:46.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.8125rem rgba(0,0,0,0.77);top:15.75rem;left:14.5rem;height:3.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LcrEmwEyZ53qumuOcVyR7smqpQ3bnTTk { color:#ffffff;display:block;width:41.4375rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.82);top:19.75rem;left:16.8125rem;height:4.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pRwXyvJaxkzwDAn5DTWJ63NnakXaB61W { position:absolute;display:block;z-index:14997;background-color:#03102f;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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:27.25rem;width:34.9375rem;top:25.1875rem;left:20.0625rem;display:block; }
#UBS3lQuWVn6t8lynQUbXaNPITo28DHcn { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:27.1875rem;left:26.75rem;height:2.3369125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uwzngvwcebf1HKRzJpsPeX4HuFukphrD { color:#2ee681;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:8.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.5);top:28.4375rem;left:29.1875rem;height:10.8056875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oMZV9xZh6dDo869Nd6odMaLBEfp91y04 { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:32.375rem;left:27.1875rem;height:1.94921875rem;font-style:normal;display:block; }
#mAbTvqDxnOoEW4DLRKofQTHBSyZHMZNm { background-color:transparent;background-image:none;border-top:0.0625rem solid #48ffb7;border-left:0.0625rem solid #48ffb7;border-right:0.0625rem solid #48ffb7;border-bottom:0.0625rem solid #48ffb7;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:2.3125rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:38.5625rem;left:26.8125rem;display:block; }
#gi6WmLtTPtzOWpXT0LiDOZGTWcPIhlgK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c46kxfzyJamRDbALJrtkUwEodbiZtLSx { background-color:transparent;background-image: -webkit-linear-gradient(44deg, #411962, #0becb2);background-image: -moz-linear-gradient(44deg, #411962, #0becb2);background-image: -ms-linear-gradient(44deg, #411962, #0becb2);background-image: -o-linear-gradient(44deg, #411962, #0becb2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#411962', endColorstr='#0becb2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#411962', endColorstr='#0becb2' );";background-image: linear-gradient(44deg, #411962, #0becb2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.625rem #0becb2 ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:4.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:42.125rem;left:23.75rem;display:block; }
#LiEEbHKM127mxdrDgkghZaClmEBpvAFP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#edporEJ3E1OaswyQgfTUVMduhvrk4hgJ { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:47.8125rem;left:25.125rem;height:2.5996125rem;font-style:italic;display:block; }
#KsKHg1TzrBW1aLTE0l0Im2QRDsJst3fA { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:47.75rem;left:22.4375rem;display:block; }
#vuJU45prnhywlpZwlCDR08xLUWtXxydm { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:47.8125rem;left:41.875rem;height:2.5996125rem;font-style:italic;display:block; }
#tvO38MoFXy9S1ZTUv5XVhCtAb46qExSD { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:47.75rem;left:39.1875rem;display:block; }
#Mor6NJRWpNIC8Po6NvlpEddVfMFa07qm { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:47.8125rem;left:34.4375rem;height:2.5996125rem;font-style:italic;display:block; }
#ZexXl9Juea77yGcuTLmoWTvsDOJ1x7K0 { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:47.75rem;left:31.3125rem;display:block; }
#oMdlHZxu4DFnb0W1ArFGyisV6DtowSbA { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:54.5rem;left:29.8125rem;height:1.29980625rem;font-style:italic;display:block; }
#euDZIzgfvyKNPaX8f7iQKOVv99Bf7xhS { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:53.75rem;left:27.125rem;display:block; }
#MWnkwTJnQSXc8lfoL9288kRKeNdHMAMF { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:54.5rem;left:39.0625rem;height:1.29980625rem;font-style:italic;display:block; }
#KvoIvIWZ7OaKLZMcyiMWvwktbkzfAXRz { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:53.75rem;left:36.375rem;display:block; }
#Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi.adaptive-delivery-prevent-bg, #Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi.lazyload, #Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi.lazyloading { background-image: none; }#Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi > .row .container { background-color: transparent; background-image: none; }#Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi > .row .container > .video-iframe-container { display: none; }#Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi > .row > .video-iframe-container { display: none; }#Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi > .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); }#Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi > .row .container { border-width: 0; border-radius: 0; }#Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi > .row > .video-iframe-container {  }#Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi > .row .container { font-size:0.875rem;font-family:"open sans";height:5rem;width:75rem;position:relative;display:block; }#I53v3ZOnf0LtiDkRRcqQxeuTTmoEeCT1 { color:#03102f;display:block;width:39.1875rem;position:absolute;font-family:"montserrat 900";font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.95703125rem;left:17.90625rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MbS4NhVsCoTXivOOseMVdBWLigULsEJX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#MbS4NhVsCoTXivOOseMVdBWLigULsEJX.adaptive-delivery-prevent-bg, #MbS4NhVsCoTXivOOseMVdBWLigULsEJX.lazyload, #MbS4NhVsCoTXivOOseMVdBWLigULsEJX.lazyloading { background-image: none; }#MbS4NhVsCoTXivOOseMVdBWLigULsEJX > .row .container { background-color: transparent; background-image: none; }#MbS4NhVsCoTXivOOseMVdBWLigULsEJX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbS4NhVsCoTXivOOseMVdBWLigULsEJX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbS4NhVsCoTXivOOseMVdBWLigULsEJX > .row .container > .video-iframe-container { display: none; }#MbS4NhVsCoTXivOOseMVdBWLigULsEJX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbS4NhVsCoTXivOOseMVdBWLigULsEJX > .row > .video-iframe-container { display: none; }#MbS4NhVsCoTXivOOseMVdBWLigULsEJX > .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); }#MbS4NhVsCoTXivOOseMVdBWLigULsEJX > .row .container { border-width: 0; border-radius: 0; }#MbS4NhVsCoTXivOOseMVdBWLigULsEJX > .row > .video-iframe-container {  }#MbS4NhVsCoTXivOOseMVdBWLigULsEJX > .row .container { font-size:0.875rem;font-family:"open sans";height:2.6875rem;width:75rem;position:relative;display:block; }#oqSq29KHhZpvudM9dFRGX9vkhwWLNy3p { box-sizing:content-box;color:#ffffff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 0.625rem #909090;display:block;z-index:15002;top:0.25rem;left:62.0625rem;display:block; }
#d6a2ySIidTfvRHfGZrbIewZrgS3u3p2e { position:absolute;display:block;z-index:15000;background-color:rgba(3,16,47,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;height:2.5625rem;width:53.625rem;top:0.1875rem;left:10.6875rem;display:block; }
#m1ZCnUID0FWq3UbkgaUT6gb3b3dsRhDG { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:"montserrat 900";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.7119140625rem;left:11.9375rem;height:1.4619125rem;font-style:normal;display:block; }
#TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4.adaptive-delivery-prevent-bg, #TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4.lazyload, #TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4.lazyloading { background-image: none; }#TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4 > .row .container { background-color: transparent; background-image: none; }#TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4 > .row .container > .video-iframe-container { display: none; }#TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4 > .row > .video-iframe-container { display: none; }#TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4 > .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); }#TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4 > .row .container { border-width: 0; border-radius: 0; }#TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4 > .row > .video-iframe-container {  }#TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4 > .row .container { font-size:0.875rem;font-family:"open sans";height:8.8125rem;width:75rem;position:relative;display:block; }#xTPhdwMHyil4D8g7ydGD6NzRncpL9gBc { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(3,16,47,0.24);border-left:0.0625rem solid rgba(3,16,47,0.24);border-right:0.0625rem solid rgba(3,16,47,0.24);border-bottom:0.0625rem solid rgba(3,16,47,0.24);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:7.6875rem;width:53.5rem;top:0rem;left:10.6875rem;display:block; }
#Eb4P8RsFFUivG3XckhqygLOTRLvwf5B9 { color:#000000;display:block;width:51rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:12rem;height:2.5996125rem;display:block; }
#taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE.adaptive-delivery-prevent-bg, #taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE.lazyload, #taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE.lazyloading { background-image: none; }#taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE > .row .container { background-color: transparent; background-image: none; }#taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE > .row .container > .video-iframe-container { display: none; }#taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE > .row > .video-iframe-container { display: none; }#taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE > .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); }#taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE > .row .container { border-width: 0; border-radius: 0; }#taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE > .row > .video-iframe-container {  }#taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE > .row .container { font-size:0.875rem;font-family:"open sans";height:2.6875rem;width:75rem;position:relative;display:block; }#eDoRzmDoBcWUD8Z1xDB2OSWTPvKnmptl { box-sizing:content-box;color:#ffffff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 0.625rem #909090;display:block;z-index:15002;top:0.25rem;left:62.0625rem;display:block; }
#xJAuA81ouU8RcnVVrNR3DTqqtdTGD2Mg { position:absolute;display:block;z-index:15000;background-color:rgba(3,16,47,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;height:2.5625rem;width:53.625rem;top:0.1875rem;left:10.6875rem;display:block; }
#zrnr8r69602arrvs6ZFga9dQTzsdRvTR { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:"montserrat 900";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.7119140625rem;left:11.9375rem;height:1.4619125rem;font-style:normal;display:block; }
#I2esTIlqxCHrTTaE7rsUUhxvBznISknh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#I2esTIlqxCHrTTaE7rsUUhxvBznISknh.adaptive-delivery-prevent-bg, #I2esTIlqxCHrTTaE7rsUUhxvBznISknh.lazyload, #I2esTIlqxCHrTTaE7rsUUhxvBznISknh.lazyloading { background-image: none; }#I2esTIlqxCHrTTaE7rsUUhxvBznISknh > .row .container { background-color: transparent; background-image: none; }#I2esTIlqxCHrTTaE7rsUUhxvBznISknh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2esTIlqxCHrTTaE7rsUUhxvBznISknh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2esTIlqxCHrTTaE7rsUUhxvBznISknh > .row .container > .video-iframe-container { display: none; }#I2esTIlqxCHrTTaE7rsUUhxvBznISknh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2esTIlqxCHrTTaE7rsUUhxvBznISknh > .row > .video-iframe-container { display: none; }#I2esTIlqxCHrTTaE7rsUUhxvBznISknh > .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); }#I2esTIlqxCHrTTaE7rsUUhxvBznISknh > .row .container { border-width: 0; border-radius: 0; }#I2esTIlqxCHrTTaE7rsUUhxvBznISknh > .row > .video-iframe-container {  }#I2esTIlqxCHrTTaE7rsUUhxvBznISknh > .row .container { font-size:0.875rem;font-family:"open sans";height:8.8125rem;width:75rem;position:relative;display:block; }#SmWkaQw7UoOpXnr7BOJXmy00RS3AzDB5 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(3,16,47,0.24);border-left:0.0625rem solid rgba(3,16,47,0.24);border-right:0.0625rem solid rgba(3,16,47,0.24);border-bottom:0.0625rem solid rgba(3,16,47,0.24);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:7.6875rem;width:53.5rem;top:0rem;left:10.6875rem;display:block; }
#xRtbW1ZHhOfClGVvq0fRD5kFOFLuHcfB { color:#000000;display:block;width:51rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.95703125rem;left:12rem;height:3.8994125rem;display:block; }
#DuU0etxpzieTiBI8JMCtlUWlwQwHwb94 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#DuU0etxpzieTiBI8JMCtlUWlwQwHwb94.adaptive-delivery-prevent-bg, #DuU0etxpzieTiBI8JMCtlUWlwQwHwb94.lazyload, #DuU0etxpzieTiBI8JMCtlUWlwQwHwb94.lazyloading { background-image: none; }#DuU0etxpzieTiBI8JMCtlUWlwQwHwb94 > .row .container { background-color: transparent; background-image: none; }#DuU0etxpzieTiBI8JMCtlUWlwQwHwb94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuU0etxpzieTiBI8JMCtlUWlwQwHwb94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuU0etxpzieTiBI8JMCtlUWlwQwHwb94 > .row .container > .video-iframe-container { display: none; }#DuU0etxpzieTiBI8JMCtlUWlwQwHwb94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuU0etxpzieTiBI8JMCtlUWlwQwHwb94 > .row > .video-iframe-container { display: none; }#DuU0etxpzieTiBI8JMCtlUWlwQwHwb94 > .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); }#DuU0etxpzieTiBI8JMCtlUWlwQwHwb94 > .row .container { border-width: 0; border-radius: 0; }#DuU0etxpzieTiBI8JMCtlUWlwQwHwb94 > .row > .video-iframe-container {  }#DuU0etxpzieTiBI8JMCtlUWlwQwHwb94 > .row .container { font-size:0.875rem;font-family:"open sans";height:2.6875rem;width:75rem;position:relative;display:block; }#ohgntSu2SANFRfMF7Fnfs3p3gDU1t0TL { box-sizing:content-box;color:#ffffff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 0.625rem #909090;display:block;z-index:15002;top:0.25rem;left:62.0625rem;display:block; }
#lsTLIztmZGi5TWoQf4wf4TmlWrAIOT5A { position:absolute;display:block;z-index:15000;background-color:rgba(3,16,47,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;height:2.5625rem;width:53.625rem;top:0.1875rem;left:10.6875rem;display:block; }
#wninTS2uHZPGZM9KeB2KgTZEC2H1myWy { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:"montserrat 900";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.7119140625rem;left:11.9375rem;height:1.4619125rem;font-style:normal;display:block; }
#iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub.adaptive-delivery-prevent-bg, #iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub.lazyload, #iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub.lazyloading { background-image: none; }#iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub > .row .container { background-color: transparent; background-image: none; }#iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub > .row .container > .video-iframe-container { display: none; }#iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub > .row > .video-iframe-container { display: none; }#iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub > .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); }#iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub > .row .container { border-width: 0; border-radius: 0; }#iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub > .row > .video-iframe-container {  }#iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub > .row .container { font-size:0.875rem;font-family:"open sans";height:7.5rem;width:75rem;position:relative;display:block; }#reDOaMV3BZzmUXhFlwmIisEe7J43gKgd { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(3,16,47,0.24);border-left:0.0625rem solid rgba(3,16,47,0.24);border-right:0.0625rem solid rgba(3,16,47,0.24);border-bottom:0.0625rem solid rgba(3,16,47,0.24);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:6.375rem;width:53.5rem;top:0rem;left:10.6875rem;display:block; }
#H8tpTQ4OXpE3aqovKGNTprHHqXV6bLTp { color:#000000;display:block;width:51rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.94921875rem;left:12rem;height:2.5996125rem;display:block; }
#TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi.adaptive-delivery-prevent-bg, #TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi.lazyload, #TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi.lazyloading { background-image: none; }#TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi > .row .container { background-color: transparent; background-image: none; }#TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi > .row .container > .video-iframe-container { display: none; }#TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi > .row > .video-iframe-container { display: none; }#TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi > .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); }#TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi > .row .container { border-width: 0; border-radius: 0; }#TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi > .row > .video-iframe-container {  }#TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi > .row .container { font-size:0.875rem;font-family:"open sans";height:2.6875rem;width:75rem;position:relative;display:block; }#zg81gD5Pif8ZCKpiJlxLmAT9g4CfS53x { box-sizing:content-box;color:#ffffff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 0.625rem #909090;display:block;z-index:15002;top:0.25rem;left:62.0625rem;display:block; }
#ESJ6hHdhBOOUVECT77oNcnQxOWo91Gl1 { position:absolute;display:block;z-index:15000;background-color:rgba(3,16,47,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;height:2.5625rem;width:53.625rem;top:0.1875rem;left:10.6875rem;display:block; }
#gZEsacTqoQivMItt0PgzEOUdy5dccwOQ { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:"montserrat 900";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.7119140625rem;left:11.9375rem;height:1.4619125rem;font-style:normal;display:block; }
#KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N.adaptive-delivery-prevent-bg, #KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N.lazyload, #KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N.lazyloading { background-image: none; }#KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N > .row .container { background-color: transparent; background-image: none; }#KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N > .row .container > .video-iframe-container { display: none; }#KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N > .row > .video-iframe-container { display: none; }#KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N > .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); }#KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N > .row .container { border-width: 0; border-radius: 0; }#KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N > .row > .video-iframe-container {  }#KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N > .row .container { font-size:0.875rem;font-family:"open sans";height:7.6875rem;width:75rem;position:relative;display:block; }#AlG5m8Ppx1OHlEfZ0DnhRXPFeBVZLg3q { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(3,16,47,0.24);border-left:0.0625rem solid rgba(3,16,47,0.24);border-right:0.0625rem solid rgba(3,16,47,0.24);border-bottom:0.0625rem solid rgba(3,16,47,0.24);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:7.0625rem;width:53.5rem;top:0rem;left:10.6875rem;display:block; }
#eb1batRCwvc9HuXFn0S41rXPAyT8VuKh { color:#000000;display:block;width:51rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.625rem;left:12rem;height:2.5996125rem;display:block; }
#dEkwJm0Aac86AWEmN88u5twOSvoTTVwz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#dEkwJm0Aac86AWEmN88u5twOSvoTTVwz.adaptive-delivery-prevent-bg, #dEkwJm0Aac86AWEmN88u5twOSvoTTVwz.lazyload, #dEkwJm0Aac86AWEmN88u5twOSvoTTVwz.lazyloading { background-image: none; }#dEkwJm0Aac86AWEmN88u5twOSvoTTVwz > .row .container { background-color: transparent; background-image: none; }#dEkwJm0Aac86AWEmN88u5twOSvoTTVwz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEkwJm0Aac86AWEmN88u5twOSvoTTVwz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEkwJm0Aac86AWEmN88u5twOSvoTTVwz > .row .container > .video-iframe-container { display: none; }#dEkwJm0Aac86AWEmN88u5twOSvoTTVwz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEkwJm0Aac86AWEmN88u5twOSvoTTVwz > .row > .video-iframe-container { display: none; }#dEkwJm0Aac86AWEmN88u5twOSvoTTVwz > .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); }#dEkwJm0Aac86AWEmN88u5twOSvoTTVwz > .row .container { border-width: 0; border-radius: 0; }#dEkwJm0Aac86AWEmN88u5twOSvoTTVwz > .row > .video-iframe-container {  }#dEkwJm0Aac86AWEmN88u5twOSvoTTVwz > .row .container { font-size:0.875rem;font-family:"open sans";height:2.6875rem;width:75rem;position:relative;display:block; }#KnbiPLHVkeMrxhaX5pWOHLfeAVNUkPos { box-sizing:content-box;color:#ffffff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 0.625rem #909090;display:block;z-index:15002;top:0.25rem;left:62.0625rem;display:block; }
#Vm6vBO9mREr5b4bFcZptOdwOEkglyEOU { position:absolute;display:block;z-index:15000;background-color:rgba(3,16,47,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;height:2.5625rem;width:53.625rem;top:0.1875rem;left:10.6875rem;display:block; }
#NzL4CSwUvo1XsiTuCo8ZMLKLdHkQv4vN { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:"montserrat 900";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.7119140625rem;left:11.9375rem;height:1.4619125rem;font-style:normal;display:block; }
#cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0.adaptive-delivery-prevent-bg, #cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0.lazyload, #cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0.lazyloading { background-image: none; }#cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0 > .row .container { background-color: transparent; background-image: none; }#cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0 > .row .container > .video-iframe-container { display: none; }#cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0 > .row > .video-iframe-container { display: none; }#cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0 > .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); }#cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0 > .row .container { border-width: 0; border-radius: 0; }#cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0 > .row > .video-iframe-container {  }#cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0 > .row .container { font-size:0.875rem;font-family:"open sans";height:7.6875rem;width:75rem;position:relative;display:block; }#dbOQVr5CpTXdTtcsWERwDkgSlURgcdLC { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(3,16,47,0.24);border-left:0.0625rem solid rgba(3,16,47,0.24);border-right:0.0625rem solid rgba(3,16,47,0.24);border-bottom:0.0625rem solid rgba(3,16,47,0.24);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:6.4375rem;width:53.5rem;top:0rem;left:10.6875rem;display:block; }
#vPzh5Zr9aRVJC1zmsKVwfsMqgXrtaVlc { color:#000000;display:block;width:51rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.33203125rem;left:12rem;height:3.8994125rem;display:block; }
#ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d835542-2986-4b92-b5b1-a41438fd5904/1nss.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS.adaptive-delivery-prevent-bg, #ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS.lazyload, #ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS.lazyloading { background-image: none; }#ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS > .row .container { background-color: transparent; background-image: none; }#ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS > .row .container > .video-iframe-container { display: none; }#ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS > .row > .video-iframe-container { display: none; }#ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS > .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); }#ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS > .row .container { border-width: 0; border-radius: 0; }#ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS > .row > .video-iframe-container {  }#ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS > .row .container { font-size:0.875rem;font-family:"open sans";height:2.6875rem;width:75rem;position:relative;display:block; }#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1d24;background-image:none;position:relative;display:block; }#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq > .row .container { background-color: transparent; background-image: none; }#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq > .row .container > .video-iframe-container { display: none; }#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq > .row > .video-iframe-container { display: none; }#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq > .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); }#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq > .row .container { border-width: 0; border-radius: 0; }#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq > .row > .video-iframe-container {  }#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#G8fa0fg5K4gLem65oxtH1XuDfbTiTNOU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.875rem;width:5.75rem;top:5.46875rem;left:56.367185592651rem;overflow:hidden;display:block; }
#fRDNJblhhBAMPoVUSNT0geAsNo8SiL6E { color:#000000;display:block;width:58.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:1.375rem;left:8.4375rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#wgSfJoGlNExgK0vimvApvQ3pbGMQiyWH { background-color:#ffffff;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:7.1875rem;left:38.5625rem;display:block; }
#IX9Lhk3rA0DldBa3e0N1rI400Ns4CHaM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KosZUcVsQLz8GUPI9ST05TrieGlTe0ss { background-color:#ffffff;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.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.1875rem;left:24.25rem;display:block; }
#SQ26yvHcMMtXRNPAE01KX7d4DzdoQaz4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #LFCX5nIK1t8E0P830UXTWsKW7Gi77Ky2 { display:block; }#LFCX5nIK1t8E0P830UXTWsKW7Gi77Ky2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EEtW8WqfE9KotloMFXUFBrDKkD5dunk5 { width:26.9375rem;height:1.4375rem;top:0.8125rem;left:12rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MVF7VyAtRur1fIl8DL8vl0lgs6FPNNpd { width:3.0625rem;height:3.0625rem;top:0.5rem;left:8.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nTNdIpM4nsai0eE6qdq3p0qOrAeAfaxo { width:2.5rem;height:2.5rem;top:0.8125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TBc3cR34lOAKhS5TOi7iCIm7WzNpxpQF { width:25.9375rem;height:0.9375rem;top:2.3125rem;left:12rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kkdnbGTpAOv3cfQova36Awnnu3ONpmyx { width:8.875rem;height:8.875rem;top:0.375rem;left:19.4375rem;font-size:6.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AyhggyxHOuTGHKahSOdZIPKNr9EnuAnd { display:block; }#AyhggyxHOuTGHKahSOdZIPKNr9EnuAnd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KpivkOKXD0Fgz1i5Vg81Ex40A5U5UomJ { width:10rem;height:1.625rem;top:2.9375rem;left:19.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pA2m8ISSLqqPOsyInv1gR83rigttQZIb { width:33.875rem;height:4rem;top:5.3125rem;left:6.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gh1HFyMkqG67k2RnmpNGSKGeHBzI53Tf { width:29.4375rem;height:2.375rem;top:2.5625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rpACJL6IKDBaKr7TD0uekCf7VG4gkZ8K { width:8.875rem;height:8.875rem;top:6.75rem;left:19.4375rem;font-size:6.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN { display:none; }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #XfdpOasBmTsDI9F1pO31R9cQXt8go7G0 { width:34.9375rem;height:27.25rem;top:26.125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cqT9496dne65max0Cbp6OIuryPC2KWPD { width:16.5rem;height:10.75rem;top:31.1875rem;left:15.625rem;font-size:7rem;display:block; }
 }@media only screen and (max-width: 1199px) { #as5GGluMoKAKEWi0N3F8aRcc1bFHp3uA { width:2.0625rem;height:1.9375rem;top:35.125rem;left:13.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cUgkCKx4fHsIr1Uhm1swOatBTTM5OhtG { width:27.5rem;height:4.125rem;top:43.0625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m9ZLk8pqxVSXUHi9V4XTpFKlTiX4wgsA { display:block; }
 }@media only screen and (max-width: 1199px) { #muZLXhT7086T8DLBkEu965ITSs0XWyar { width:21.4375rem;height:2.3125rem;top:29.9375rem;left:13.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G5G6wCcbIbzxDreuqcN8f1udmAsc8BJk { width:5.5625rem;height:2.5625rem;top:48.75rem;left:11.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JCiX2Lts0ivavxaFSu37hbiuhdvHfAPS { width:2.75rem;height:2.75rem;top:48.6875rem;left:8.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DFro2QSqtPiU3vJB3gwZ6U51lFSgnet8 { width:10.75rem;height:2.5625rem;top:48.75rem;left:28.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WOMTHsDzZoH9t3L3TCzpwC2cx6JveSWD { width:2.75rem;height:2.75rem;top:48.6875rem;left:25.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rwATi9gvcN6vLUclZO1PAaLhxO3dgMhZ { width:4.75rem;height:2.5625rem;top:48.75rem;left:20.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D57Cu3BKldx0eQtLP6Fa2N3BDkbJBmJ9 { width:2.75rem;height:2.75rem;top:48.6875rem;left:17.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Db2urH3hWvWiIgU1ehEZZmuneAs3uzl8 { width:46.0625rem;height:3.25rem;top:16.6875rem;left:0.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 { display:flex;width:13.5rem;height:5.0625rem;top:3.875rem;left:26.2841796875rem; }
 }@media only screen and (max-width: 1199px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #CT8DZ6NETlKSDTmsNFSI8QpF3qxzhi68 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #dIIWW2b774VWqvPTbJ0nhHWoX74zxUZi {  }
 }@media only screen and (max-width: 1199px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #vgpQVpdvk5ZmprH24V6krFUcbXlmmd3s {  }
 }@media only screen and (max-width: 1199px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #yTci3vdvc5mmHENgfnWULiiBtvA1rKXe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #HovvR5Mpd3pNshEGUIgLBTK3PeaulnV2 {  }
 }@media only screen and (max-width: 1199px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #AoMhQdDF7cLU10hbOyBVrgsL5F3yPa9m {  }
 }@media only screen and (max-width: 1199px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #eaOsQeHsRybXEgk4e2kFW7sZR9Euwd4m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #piCAnXI9RCn1byz5SvNCNn6XKcLtVuzh {  }
 }@media only screen and (max-width: 1199px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #Fu2ZbLHpkbzOmaIJCHCVgZR2Kx9nI72I {  }
 }@media only screen and (max-width: 1199px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #NAhzwOs1hZ5Ts4fKcddArwfmlkyPrm4I { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #PczH9RVArdfHxBrf9S2fzZHHC4RROcVn {  }
 }@media only screen and (max-width: 1199px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #uxtPb3d2gwcZG39VUFW0irD7OTKsSLcS {  }
 }@media only screen and (max-width: 1199px) { #r9BX4QU7d0HeTQbezDUzrZa5T5RoCht1 { width:27rem;height:15.6875rem;top:2.375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I4tMe2Q3NphCvUcgqoUDwapJBg2fTQQ6 { width:15.5rem;height:8.9375rem;top:6.3125rem;left:3.625rem;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JwQpCUPMVcCiU6bmiPDUF2NyEsaUL1d1 { width:11.875rem;height:1.25rem;top:14.125rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ocui6ICmTZX17sVoT0TZWL0LQnpJJvkS { width:14.375rem;height:2.0625rem;top:13.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PolBGlWiAsEX1EkqtLU78ZOzREE0cCQ2 { width:47.75rem;height:4.8125rem;top:58.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bt3the0k5FfLTs80uPBKonAu3NQr0J3h { width:47.75rem;height:7.375rem;top:59.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MKy2QQAK990S4v1t5TEantPoPyk0L2ZT { width:41.4375rem;height:4.25rem;top:20.6875rem;left:3.15625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pFHUhSu9d1wBl7MT2hGTavqBZNsI7QpC { width:6.5625rem;height:1.25rem;top:54.9375rem;left:16.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CInoO4ns4CHWffhB9cb7QTh1IHE2mrbX { width:8.8125rem;height:1.25rem;top:54.9375rem;left:25.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gFgWKhla7fV1GnGrlEMVLb1pUTCwus3N { width:2.75rem;height:2.75rem;top:54.1875rem;left:22.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #viOmmH5ke91S0rh4QyaPfh3NbJfkBRPp { width:2.75rem;height:2.75rem;top:54.1875rem;left:13.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T9TruUWmMfe2xvdttmMZlrytZuwLk6qW { display:none; }#T9TruUWmMfe2xvdttmMZlrytZuwLk6qW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 { display:block; }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZaOudiN5gWcdt5Aw39w58JFpAHcx4Tl6 { width:33.1875rem;height:23.625rem;top:8.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z5QHAtFsmnCaePuG72FqJsz9hm0sbM11 { width:30.875rem;height:4.2246125rem;top:2.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wbzG1QiTVXaRuNTlrXTdkvV3bveVoVJJ { width:17.1875rem;height:36.375rem;top:0rem;left:25.77499961853rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aMS7XCpkt4DmAJDhZLorAP8glL1qoOur { width:28.125rem;height:2.03125rem;top:13.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf { display:block; }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FlAwDKlwBnhAiHpElBkUyuE78LMpfkwy { width:47.75rem;height:5.8125rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq { display:block; }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yaPESaTnJqrLRWOXq0g7I76fTumfcSCn { width:36.375rem;height:46.8125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OZDKAftpcySrl43d8TyuySX7pEmRtSdo { width:35.125rem;height:4.3125rem;top:42.125rem;left:12.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RoCTTQQsVyDRupcio8IBQMdowt119BsJ { width:33.875rem;height:43.25rem;top:0.375rem;left:13.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AP5HPkTyhvtcQpKRAQJw1Ii5wkie3xOG { width:35.125rem;height:4.3125rem;top:22.875rem;left:12.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pDUidJZMU2mqDJH11ProugbKrALAKpxH { display:block; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yxnppLmo9ocgLQigWAWkVM0ZNDqhUQeE { width:36.1875rem;height:12.375rem;top:7.875rem;left:11.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hO4gbSDf5fylGQTJsOl8diaCZa7hN0tZ { width:26.125rem;height:3.4375rem;top:2.125rem;left:6.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vhyMKmHCyRHoqtifyFTiKM85wtGv2ImZ { width:36.1875rem;height:11.3125rem;top:28.375rem;left:11.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vxRlDOpSMVZUerwoZm5ttBiuv6sIs0Iy { width:38.1875rem;height:3.0234375rem;top:21.5rem;left:9.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x9eR75PzQOF58i1Sb0xPhNzvKWB9ifTb { width:3.375rem;height:3.3125rem;top:40.5rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AMkLKwTHSf49KMwOFwGI77vP1T2nocql { display:block; }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SxtqVE0xKDCCwVCEnmcM1rLG4AyTgoeM { width:42.8125rem;height:2.4375rem;top:1.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W4VTBoTfJ7v2ooFexc8yPWdBRurCom9S { width:46.3125rem;height:1.4375rem;top:4.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A7VZbqCIsQDMJuSayOCivEkrIo1tbdXT { width:47.75rem;height:4.75rem;top:20.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cbfGrn5TeE33iWGxDlAPZaCAsUhkKA0x { width:5.9375rem;height:5.875rem;top:7.125rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTXGZb7UCSizfg7Lgu7LEDkryLNhGSHV { width:5.75rem;height:5.75rem;top:7.1875rem;left:9.4375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ehq5hHliW986ui4ZhgtofGWkA60TZPQf { width:5.75rem;height:5.75rem;top:7.1875rem;left:18.125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xgtbWosaqT6HeILZ1PDI05ROXFhNewfy { width:5.75rem;height:5.75rem;top:7.1875rem;left:23.875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FlRt5M8S3nynBW24na3oZCVnT6tUTIe9 { width:5.75rem;height:5.75rem;top:7.1875rem;left:30.811719894409rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fmlrkUEh8lhA6qTn8beiQr38Uyt16CNa { width:5.75rem;height:5.75rem;top:7.1875rem;left:42rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GLxmGftq9K9q7bPpNdhpwGBDoJNV5HRL { width:5.625rem;height:1.29980625rem;top:13.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qEvRlFRW7menmK3Xr6yNaKGiv7Ucrf2g { width:8.25rem;height:1.29980625rem;top:13.25rem;left:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TGqCCn7GoQr0gk7zFUuMXk4pGfmn3VOM { width:8.25rem;height:1.21875rem;top:13.25rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XMAT8WMWsUeSWv6KPkbgTKGB6n0uXaSV { width:8.25rem;height:1.21875rem;top:13.75rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nwlG9tSE2xKIcMIQ1sT6TXzLWAybaEGN { width:8.25rem;height:1.29980625rem;top:13.1875rem;left:29.561719894409rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ro5fzXGvUa09Il24ZmBmGupXuxClbbTh { width:10.8125rem;height:2.4375rem;top:13.0625rem;left:36.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GtsR2ic9XukfVy6AVUblfvr3ZafxCdta { width:47.75rem;height:8.875rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T33BOCN9uElBRk01N9K4iTDECxwJBwoV { display:block; }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nzxpAhPE45vdlUn8TW38T4IU4gbKOshQ { width:31.625rem;height:16.75rem;top:11.6875rem;left:16.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fIQk5r2bykAMx4NWBq8DKQh7emgWN0sJ { width:36.125rem;height:4.5rem;top:5.625rem;left:11.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zQDhvs4Bvmcar3d9igGR8QU7T8KCx53v { width:29.1875rem;height:31.625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy { display:block; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SKwmsTFRofziRPG6M5TapZ8GcQPZu6ql { width:47.75rem;height:3.361325rem;top:2.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HFmV4g0SqlVXLEugCVCs2cJTFu9DQbNX { width:24.5rem;height:12rem;top:11rem;left:23.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zL0I449sVc1VoV7ks9B1cuqO4Dz4mBtK { width:19.6875rem;height:6rem;top:23.625rem;left:23.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T28KXbWJsxKaJ0m0cxne0bhfgpGz7dTc { width:47.75rem;height:33.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lzfWWUnRxHSsLQfqEeIABclKPG2VDP7e { width:20.375rem;height:24.9375rem;top:7.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NM9GoTzdRbFqrZ5lIy5yzJ6v8XsoHmT0 { width:27.5rem;height:4.125rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TAuoX07ITm7e2NDS2cgpzhWDv4zKKheD { display:block; }
 }@media only screen and (max-width: 1199px) { #DlrwO0JnvDakAGzdTxoMM5qCJT060faa { display:block; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mUxQ1SnztkSOzkC2IbU5QKSVWvLdoXIG { width:31.625rem;height:5.75rem;top:3.0625rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bLc1DhuIonetqaGEDi4PmIA3kN5KpmBR { width:7.4375rem;height:7.375rem;top:2.3125rem;left:8.5625019073488rem;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pIqDgEroStSqrig2GDF4GSrqaIu6rLrW { width:6.875rem;height:6.875rem;top:2.8125rem;left:3.2124996185302rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KO8cSqWG4TlWeIu5ifCPpZP0qXVuv77v { width:6.875rem;height:6.875rem;top:2.8125rem;left:0rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ { display:block; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AJnTRwOKhJgAxNahE0KLPCXlzWs2lJhE { width:13.25rem;height:9.09375rem;top:6.4375rem;left:17.250001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v12azP0TJ0zHAyqfSwA1u2Qr31nzXwD3 { width:17.375rem;height:17.5rem;top:3.5625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sGtWPHFux8cH3sC4OT4h7wZ7iTEchXwu { width:17.375rem;height:17.5rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z57r4LP9uquNbc89md2fyPylnwHbGPJE { width:20.5rem;height:20.5rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uvaE6wqAT6Qb6N57V4lTfBJihT8tetFF { width:20.5rem;height:20.5rem;top:1.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c12LNVKsT1LTRJQeDd3rD1uxb6rn9QGO { width:13.5625rem;height:7.348625rem;top:22.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uOrWiyf6n6EOv56SP3NfuxABp3VZWWdM { width:12.5rem;height:7.41113125rem;top:23.375rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uiTmT6XPvTBP6NkUZQktdTxXrIg1gHVF { width:20.5rem;height:20.5rem;top:17.3125rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T04dDBrH2bNBOOsEoRrFOXDTbeiKRtJA { width:17.375rem;height:17.5rem;top:18.9375rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vPLNR5MzT5pn6oH9WwatBdNrCbZ6KZQr { width:12.5rem;height:6.2988125rem;top:37.8125rem;left:17.625001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GsGigMuzxI0s58L6P4qa4t2GedGDTTBZ { width:20.5rem;height:20.5rem;top:31.3125rem;left:13.625001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DicHNpDD6fy5nRuT5x8L32Aqot40JWxu { width:17.375rem;height:17.5rem;top:32.9375rem;left:15.187501907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sAAoza6hy76GGa30TaiVrS1RqpTIBNJi { width:17.125rem;height:4.2246125rem;top:22.25rem;left:15.312501907349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #om7kOdBTs9WT7FEXJ8I06WKvwTh6psB5 { width:2.75rem;height:2.75rem;top:15.4375rem;left:33.499219894409rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eOFpJfKm5DqLGEg0uRX8fo6iL75PmTft { width:2.75rem;height:2.75rem;top:37rem;left:34.936719894409rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MctcZ2HWNyCqSTEzTXTPVd2wKSySndDc { width:3.4375rem;height:3.375rem;top:37rem;left:8.27499961853rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MQRdlS6MmThlD91X38UzguytUJlzWlwd { width:2.875rem;height:2.875rem;top:14.5rem;left:10.000001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RtTZOGBsavwK5TNlRzZLTTvDgfaqKK1P { width:3.875rem;height:3.875rem;top:51.8125rem;left:21.937501907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 { display:block; }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #x3z0MOxDs0LiE9fDGf8M2op8HXbToiUT { top:2.75rem;left:21.75rem;width:26rem;height:1.94921875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dfmThl3GGI0gmx0rLIERVWVJgW6knSfr { top:10.5rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KUPJmpQE0WshrvzNzxZlyFgWN1UU3FSC { top:6.5rem;left:0rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LwSsN6POJ6xwKvGPdBGfxWLto74T8uTN { top:4.375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iy7Fe7rF1hNVca38sfK3Nn9muo12vfv6 { top:13.6875rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xS6XvxXT5eGqhgfgw4fk56oJOmza6uNT { top:16.5rem;left:0rem;width:22.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AoVOdT9Q4rKJDJ7JOpb60DiFqB8Jmdkm { top:12.3125rem;left:20.5rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qxf6s08SfFVNhtzNlmiB4et00NbxAQUV { top:10.0625rem;left:25.4375rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lxhpps4gkuiTrLAiUmtMlphiC08yN8p6 { top:18.375rem;left:25.812498092651rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dNP7ELHoItmMMlTuXTuwbQJOH3KxJwJa { top:20.8125rem;left:25.25rem;width:22.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uaQqBh7wFBTQWVbZ0Wu5ylBWRaMxOyUX { top:36.375rem;left:20.5rem;width:27.25rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UOvdserVHo49WBIw91qBtu682B8gwPA7 { top:42.8125rem;left:25.717969894409rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G5kRvflFtrm1UlzvzHCxnfkxqHRQ2ykH { top:44.875rem;left:25.25rem;width:22.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lQireeOOgbXDidPwss9AnhUITtb5IEB3 { top:37.375rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #orVi0o4W0EppRATez4f53etcTaEsfws7 { top:30.5625rem;left:0rem;width:27.25rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qq1EgpAihnJFhxNnXfH4XSlQQz2HQWtl { top:36.5625rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UgJ8kfr8d8ZfQ9IyfGzKipFgAUm20Kqr { top:39.125rem;left:0rem;width:22.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LcADcuC6HunorzkilXJSVnJUTy06kxs9 { top:34.25rem;left:25.5rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EoKhGlTiXgH9VS6Gzwc0Ep1MMw2dHTEC { top:28.4375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rZqJ9FyU3OF9557lulwRwJhwyI764OcZ { top:46.375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mxIC9nkfiZb5wBRSlzi2NG8NpAQOOmy9 { top:48.5rem;left:0rem;width:27.25rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xmJydziPfBNJdlMshZNQLeHp48mW3o4H { top:57.0625rem;left:0rem;width:22.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e9co6rC8KCt9KVmuIxyAW55WKqsEUBER { top:54.5rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SroCNP75UST2B7PZbihdJT0V7eTBVFpu { top:55.8125rem;left:16.75rem;width:31rem;height:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTAKTdFTOKmRKTbQP4VrufoXEg6o7VXN { top:5.875rem;left:0.93750190734863rem;width:1.75rem;height:3.73730625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mPo1I7WiIJUdWiLplNTptSH9UHqPW7Kl { width:3.75rem;height:3.0869125rem;top:6.125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mu42XTlVPve7rxXHhzWdtM4xnX8Ul7ZC { width:3.75rem;height:3.0869125rem;top:11.8125rem;left:26.874219894409rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OIgXD1dLRCfDQ75TUVVILKONzkcqZGQX { width:3.75rem;height:3.0869125rem;top:30.1875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hTLteDBLB7xUTfiOKEtkl102u6LnJBvr { width:3.75rem;height:3.0869125rem;top:36rem;left:26.874219894409rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bqmvo4Hx5Nb55J1nCErx0JartXXQ3S0A { width:3.75rem;height:3.0869125rem;top:48.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XaXaOFuiSzJ7PMoIkoCt2WW1I7Fho9pT { width:37.5625rem;height:37.5625rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cr9QVngMJouIlnMnqBar4oXsNpLH7mIN { display:block; }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Rq4duHv2OR4zLWK8OKgwnvw4ZCJAP70S { width:37.75rem;height:1.5rem;top:3.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ybzFac4yTu1P67p9l6zEuxvGuXqqwa6Q { width:47.75rem;height:10.75rem;top:10.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FzUmUIgltEvSLRHiiSzr4OxE1XSfKvnc { width:32rem;height:2.6806625rem;top:13.75rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN { width:47.75rem;height:25.375rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BTGyTq7wilKwFPWgPpRUrAfL6Uq9cPEl { width:27.5rem;height:4.125rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AhdDExH6CgpPA4xTxcysTBN3dMztTuNb { display:block; }
 }@media only screen and (max-width: 1199px) { #cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv { display:block; }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nDGnWrswR6coetEq3PVnwqQUXhJ98L75 { width:47.75rem;height:1.5rem;top:6.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rnpn5b33BNubyXvGson7SnxEzzPhC7gb { width:24.25rem;height:3.6875rem;top:43.375rem;left:11.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r4RgiTilIDOWoXdypfcdoLeZdzPa9II2 { width:42.375rem;height:2.6875rem;top:3.25rem;left:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #stQPET0N6Sg3bPD4yiOhiQxKRDX4Z0pR { width:13.875rem;height:1.0625rem;top:32.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oisQsG8zGnF37T9F9KxzZ5VrAFEoEAKn { width:9.1875rem;height:1.5625rem;top:33.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TeRJhtFmqI3dLS4OaVLFqLTxCJFgUJno { width:12.3125rem;height:2.8125rem;top:28.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BgQAOf0O44DRpRcRPz2MeFJ3xF1b6BDL { width:11.25rem;height:1.75rem;top:26.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cJh90gKqNTwC1LPhyyEZTwLykfNsndL2 { width:18.1875rem;height:15.375rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KqVOvJefRnUfDoG6O0No1dvVMSGbaPrT { width:14.8125rem;height:3.5625rem;top:28.1875rem;left:32.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GX7BQ0IBGTvBO5yrkCUEtbs44bHB2t2w { width:14.1875rem;height:3.25rem;top:24.5rem;left:33.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HdGQcJXaqWMgCSMzqIBnZTmTLqsAnRdA { width:9.1875rem;height:1.5625rem;top:33.6875rem;left:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BdtRX75OmuUDVPScorlBJ5tSkN65IBXe { width:13.875rem;height:1.0625rem;top:32.5625rem;left:15.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zwH9T7FrTuJFUncOQaBN9wTDtc43tUxT { width:14.8125rem;height:2.5625rem;top:29.1875rem;left:16.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uGPIkFPBO64SLwHfpxy1tie5HSBOgbeg { width:13.625rem;height:3rem;top:25.75rem;left:16.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oKOQz0G2ZRe7FqIRi7W5kTkMipNTNENi { width:18.1875rem;height:15.375rem;top:21.1875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #satJMsVu0MC1cvTHwK5xd28tTU4m5BJU { width:18.1875rem;height:15.375rem;top:21.125rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GVFD6cSR5pvWfmsKHoRuiPx5vTOiVcay { width:9.1875rem;height:1.5625rem;top:33.5625rem;left:38.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CH2HCG7Ic6oQ6liFWGnkeRT9auTqq19T { width:13.875rem;height:1.0625rem;top:32.4375rem;left:33.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sehJzPg5gy9NzpwThI835iTlAE3LZn7q { width:28.375rem;height:15.375rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mhg4hcuBTWoTdF59u4H9n3Vvr28tqVzk { width:19.5rem;height:3.25rem;top:52rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X90l3SMFFVmgtDOTi47lfVvonpIa1tTS { width:13.875rem;height:1.0625rem;top:56.4375rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wVOlczTGbfxFiZwmHq6pbkcDGvUsOUV4 { width:9.1875rem;height:1.5625rem;top:57.5625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XnRW6l1JGHGZ06RMyCmqRAQIidRotLtA { width:40.9375rem;height:1.25rem;top:41.3125rem;left:3.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MqO2cv7B8SBx8tyELqHFWTlJBwTRTBtT { width:10.5rem;height:14.4375rem;top:11.1875rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #foLPRgvogqgcL3woBEtKmpw9WUDBeOf4 { width:10.5rem;height:13.1875rem;top:10.75rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xkv8FAhlNhvOMDk5DTvuGrQaH7Hw5aRA { width:11.6875rem;height:15.125rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KdrUcFqMEFHRVWF2ZBXikMRM5znMaUd6 { width:11.3125rem;height:14.1875rem;top:49.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #womFi768eGMSMJXwpHSMAMpeTeEKa3UG { width:22.5rem;height:13.375rem;top:66.4375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JkTAOKymgfJM7gNN75r2EH3l0OlxzsWB { width:21.125rem;height:3.25rem;top:51.5rem;left:26.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kt46IXUdF4uxVzKalwPaKRrMO0ne1AoD { width:13.875rem;height:1.0625rem;top:55.9375rem;left:33.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FIdNfGTwIOW01wNCFvgWw4FyDIDTOnWE { width:9.1875rem;height:1.5625rem;top:57.0625rem;left:36.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Em75aaN6zCSIUPqtxAUKMmt0BGkwJ3lH { width:11.3125rem;height:14.1875rem;top:49.75rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gaq0x51uD2rx4nft0LU4C7o90rXG7o5m { width:3.0625rem;height:4.5625rem;top:74.1875rem;left:24.1875rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ShMUAFARuuAwfCrZqCxEpiqR7uutVEtN { width:24.625rem;height:2.0625rem;top:66.9375rem;left:23.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dWpHCsStGmuFcqUSfU077FENzhcxiufi { width:24.9375rem;height:17.625rem;top:69.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WUlmKZvMfD3KRGRKuqlRJUtxITVHeZJ2 { width:28.375rem;height:15.375rem;top:47.9375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dxX2ZZ3IB7UnZK6HLpJ0FxRVnXFKW6Kf { width:3.8125rem;height:3.8125rem;top:70.375rem;left:29.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HL4OWy1Jf2wJMbq0zorKxnxQwl08It5w { width:11.3125rem;height:14.125rem;top:70.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eXcvIRT4XM4r7V3VVG61ZBdZN40rRotB { width:28.375rem;height:15.375rem;top:69rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eycH6L19u9ischr3wbt0QP4ixCO8wvyo { width:19.5rem;height:6.5625rem;top:72.0625rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FLWoO6ZaVEpsUXA2QaR3dy76euisIISe { width:13.875rem;height:1.0625rem;top:79.875rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h9WOpz6BMrS36TukAv9AtxykOeDoEqsL { width:9.1875rem;height:1.5625rem;top:81rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp { display:block; }#S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #S8VWM6rMwrrDVuFx0y64PWmk7xAJpfr4 { width:47.75rem;height:21.4375rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qCXprsCEeyRUzvVpqw1CqnryGGq5lJhe { width:38.25rem;height:4.8984375rem;top:11.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FhxBGkZzuV41RfRH53sihkOcZTf7yP3K { width:19.0625rem;height:2.75rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OrbxEMR7vzZBJ7MEFSIQTT8CeUbns5lH { display:block; }
 }@media only screen and (max-width: 1199px) { #cWUrRWMHt98a3EeRR6RSWQkybCaWeC6u { width:11.625rem;height:1.19921875rem;top:2.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kGNHMwDxgJK1Dce458gF0E3OTwQl58hC { width:37.25rem;height:2.44921875rem;top:17.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SG9a3BW4nzfTfgydD9RayXWfNHCzUxog { width:36.6875rem;height:4.8984375rem;top:20.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nvzXT8MoCf2p6EB83w4IsppnMa7ApKBV { width:14.375rem;height:19.5rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DCC4ZQbhZBv4MG2POR67W3yPBL5SvV7y { width:18.75rem;height:8.3125rem;top:22.3125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QXItQUn9Dc2ImoESNWXZzgGye9sELBzr { width:32.75rem;height:1.7871125rem;top:5.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r7lQF4bBMohL9o2ACRcAkMrxOcPbldSz { width:25.25rem;height:26.375rem;top:1.8125rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS { display:block; }#ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kvkNt5sWSurDqwLTALqi0Z04aIEdBkld { width:47.75rem;height:6.12305rem;top:0.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SXIedVPSbqzATWNqRHF0wmPSuocCQnsy { width:47.1875rem;height:4.8984375rem;top:7.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IforLd6igDkOrNrOadUybt0dJ52IOTQO { width:47.5rem;height:3.673825rem;top:13.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OUW4LJShyJATry4nGUqA8FXmovRslPJi { width:20.75rem;height:9.125rem;top:11.875rem;left:27rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hw3t5KQEuktry40RU7MmVtbPHKZu8VJ6 { width:47.75rem;height:18.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XxJZ7EImulwTT6RrH7l2FqFAlDm677CD { display:block; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KQqW1Sk16Aprt5L5lovl2QZsefwsLRkA { width:47.75rem;height:32.411876584954rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w6xBdIGrPvlrepVLKf5kDo3V9UbXlPeZ { width:47.75rem;height:1.8681625rem;top:2.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vIuT58eyEuhtZLMIxORr0enPmNhM1hQA { width:47.75rem;height:96rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Z2ZRruCIAkIv2MXcVxQn9xNhzHgdyF7S { width:27.5rem;height:4.125rem;top:52.5rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cOaGVZiaZCe2uNsdpLGgN6ZoPGsks3bA { display:block; }
 }@media only screen and (max-width: 1199px) { #qkIFLeXlmwTTqTUUO730cTKTsrMM6h21 { display:block; }#qkIFLeXlmwTTqTUUO730cTKTsrMM6h21 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iedbB9N5tMtnrf15m5IKX88TNg7x18w5 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#iedbB9N5tMtnrf15m5IKX88TNg7x18w5 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#iedbB9N5tMtnrf15m5IKX88TNg7x18w5 { display:flex;width:13.5rem;height:5.0625rem;top:3.875rem;left:26.2841796875rem; }
 }@media only screen and (max-width: 1199px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #KCGTHZsGmELTIOAKtE2hDno4gEDHghOd { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #rBpETLs1HVRdr05I1obqM9tMcU310eMK {  }
 }@media only screen and (max-width: 1199px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #dpGniTHPqV9KQaZdmVTxagTTzxAqtwHc {  }
 }@media only screen and (max-width: 1199px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #ZJpq2vhnh1AhBr3G8ClX2a4ulCo2swP5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #kpsq9ruadZkz8wKAt405kPQT1tnagIsE {  }
 }@media only screen and (max-width: 1199px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #r9fhg74zZR1zVJsv9ltPNVSvQ9hJuLiT {  }
 }@media only screen and (max-width: 1199px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #SlrPGI6UodtdE8T8QDy2Lqrvy2F7OAc2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #kOfEdJTFyg9FPG3CBXVWaEmA0TAEzR0i {  }
 }@media only screen and (max-width: 1199px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #uzi74mpWKqEDTCdNCNPHLzm29D5aA6lR {  }
 }@media only screen and (max-width: 1199px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #dTe5hvQcV49xtsmdNFNBnJbJL8dEVzf9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #BKRT2iyUKSkrIfzQyxTTzsAoI4Al63I6 {  }
 }@media only screen and (max-width: 1199px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #lA1GJSht64x0Q4kk2hS1aeRJAVJT6Cfg {  }
 }@media only screen and (max-width: 1199px) { #prEipO0d58ceAVay6mvUCeKkleDdkpdo { width:27rem;height:15.6875rem;top:1.4375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GG4CgEtOzXz4JWS7pOZyBPT4ZXG3tyoC { width:15.5rem;height:8.9375rem;top:5.375rem;left:3.625rem;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TEpnFznzexy4anc6v6Z7wQo1GBOVJiqA { width:11.875rem;height:1.25rem;top:13.1875rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xCWHg2dMdiRrxCIHO9TGHRO4r0QpN3XA { width:14.375rem;height:2.0625rem;top:12.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ANcez5TF4PT6gxzUlHNCMLGOvlwWMxR7 { width:46.0625rem;height:3.25rem;top:15.75rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LcrEmwEyZ53qumuOcVyR7smqpQ3bnTTk { width:41.4375rem;height:4.25rem;top:19.75rem;left:3.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pRwXyvJaxkzwDAn5DTWJ63NnakXaB61W { width:34.9375rem;height:27.25rem;top:25.1875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UBS3lQuWVn6t8lynQUbXaNPITo28DHcn { width:21.4375rem;height:2.3125rem;top:27.1875rem;left:13.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uwzngvwcebf1HKRzJpsPeX4HuFukphrD { width:16.5rem;height:10.75rem;top:28.4375rem;left:15.5625rem;font-size:7rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oMZV9xZh6dDo869Nd6odMaLBEfp91y04 { width:2.0625rem;height:1.9375rem;top:32.375rem;left:13.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mAbTvqDxnOoEW4DLRKofQTHBSyZHMZNm { width:21.4375rem;height:2.3125rem;top:38.5625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gi6WmLtTPtzOWpXT0LiDOZGTWcPIhlgK { display:block; }
 }@media only screen and (max-width: 1199px) { #c46kxfzyJamRDbALJrtkUwEodbiZtLSx { width:27.5rem;height:4.125rem;top:42.125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LiEEbHKM127mxdrDgkghZaClmEBpvAFP { display:block; }
 }@media only screen and (max-width: 1199px) { #edporEJ3E1OaswyQgfTUVMduhvrk4hgJ { width:5.5625rem;height:2.5625rem;top:47.8125rem;left:11.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KsKHg1TzrBW1aLTE0l0Im2QRDsJst3fA { width:2.75rem;height:2.75rem;top:47.75rem;left:8.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vuJU45prnhywlpZwlCDR08xLUWtXxydm { width:10.75rem;height:2.5625rem;top:47.8125rem;left:28.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tvO38MoFXy9S1ZTUv5XVhCtAb46qExSD { width:2.75rem;height:2.75rem;top:47.75rem;left:25.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mor6NJRWpNIC8Po6NvlpEddVfMFa07qm { width:4.75rem;height:2.5625rem;top:47.8125rem;left:20.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZexXl9Juea77yGcuTLmoWTvsDOJ1x7K0 { width:2.75rem;height:2.75rem;top:47.75rem;left:17.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oMdlHZxu4DFnb0W1ArFGyisV6DtowSbA { width:6.5625rem;height:1.25rem;top:54.5rem;left:16.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #euDZIzgfvyKNPaX8f7iQKOVv99Bf7xhS { width:2.75rem;height:2.75rem;top:53.75rem;left:13.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MWnkwTJnQSXc8lfoL9288kRKeNdHMAMF { width:8.8125rem;height:1.25rem;top:54.5rem;left:25.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KvoIvIWZ7OaKLZMcyiMWvwktbkzfAXRz { width:2.75rem;height:2.75rem;top:53.75rem;left:22.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi { display:block; }#Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #I53v3ZOnf0LtiDkRRcqQxeuTTmoEeCT1 { width:39.1875rem;height:3.0625rem;top:0.9375rem;left:4.28125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MbS4NhVsCoTXivOOseMVdBWLigULsEJX { display:block; }#MbS4NhVsCoTXivOOseMVdBWLigULsEJX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oqSq29KHhZpvudM9dFRGX9vkhwWLNy3p { width:2.125rem;height:2.0625rem;top:0.25rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d6a2ySIidTfvRHfGZrbIewZrgS3u3p2e { width:47.75rem;height:2.5625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m1ZCnUID0FWq3UbkgaUT6gb3b3dsRhDG { width:25.3125rem;height:1.4375rem;top:0.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4 { display:block; }#TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xTPhdwMHyil4D8g7ydGD6NzRncpL9gBc { width:47.625rem;height:7.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eb4P8RsFFUivG3XckhqygLOTRLvwf5B9 { width:47.75rem;height:2.5625rem;top:1.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE { display:block; }#taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eDoRzmDoBcWUD8Z1xDB2OSWTPvKnmptl { width:2.125rem;height:2.0625rem;top:0.25rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xJAuA81ouU8RcnVVrNR3DTqqtdTGD2Mg { width:47.75rem;height:2.5625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zrnr8r69602arrvs6ZFga9dQTzsdRvTR { width:25.3125rem;height:1.4375rem;top:0.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I2esTIlqxCHrTTaE7rsUUhxvBznISknh { display:block; }#I2esTIlqxCHrTTaE7rsUUhxvBznISknh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SmWkaQw7UoOpXnr7BOJXmy00RS3AzDB5 { width:47.625rem;height:7.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xRtbW1ZHhOfClGVvq0fRD5kFOFLuHcfB { width:47.75rem;height:3.875rem;top:1.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DuU0etxpzieTiBI8JMCtlUWlwQwHwb94 { display:block; }#DuU0etxpzieTiBI8JMCtlUWlwQwHwb94 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ohgntSu2SANFRfMF7Fnfs3p3gDU1t0TL { width:2.125rem;height:2.0625rem;top:0.25rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lsTLIztmZGi5TWoQf4wf4TmlWrAIOT5A { width:47.75rem;height:2.5625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wninTS2uHZPGZM9KeB2KgTZEC2H1myWy { width:25.3125rem;height:1.4375rem;top:0.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub { display:block; }#iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #reDOaMV3BZzmUXhFlwmIisEe7J43gKgd { width:47.625rem;height:6.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H8tpTQ4OXpE3aqovKGNTprHHqXV6bLTp { width:47.75rem;height:2.5625rem;top:1.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi { display:block; }#TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zg81gD5Pif8ZCKpiJlxLmAT9g4CfS53x { width:2.125rem;height:2.0625rem;top:0.25rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ESJ6hHdhBOOUVECT77oNcnQxOWo91Gl1 { width:47.75rem;height:2.5625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gZEsacTqoQivMItt0PgzEOUdy5dccwOQ { width:25.3125rem;height:1.4375rem;top:0.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N { display:block; }#KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AlG5m8Ppx1OHlEfZ0DnhRXPFeBVZLg3q { width:47.625rem;height:7.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eb1batRCwvc9HuXFn0S41rXPAyT8VuKh { width:47.75rem;height:2.5625rem;top:1.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dEkwJm0Aac86AWEmN88u5twOSvoTTVwz { display:block; }#dEkwJm0Aac86AWEmN88u5twOSvoTTVwz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KnbiPLHVkeMrxhaX5pWOHLfeAVNUkPos { width:2.125rem;height:2.0625rem;top:0.25rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vm6vBO9mREr5b4bFcZptOdwOEkglyEOU { width:47.75rem;height:2.5625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NzL4CSwUvo1XsiTuCo8ZMLKLdHkQv4vN { width:25.3125rem;height:1.4375rem;top:0.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0 { display:block; }#cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dbOQVr5CpTXdTtcsWERwDkgSlURgcdLC { width:47.625rem;height:6.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vPzh5Zr9aRVJC1zmsKVwfsMqgXrtaVlc { width:47.75rem;height:3.875rem;top:1.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS { display:block; }#ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq { display:block; }#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #G8fa0fg5K4gLem65oxtH1XuDfbTiTNOU { width:5.75rem;height:5.875rem;top:5.4375rem;left:42rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fRDNJblhhBAMPoVUSNT0geAsNo8SiL6E { width:47.75rem;height:4.5rem;top:1.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wgSfJoGlNExgK0vimvApvQ3pbGMQiyWH { width:12.1875rem;height:2.4375rem;top:7.1875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IX9Lhk3rA0DldBa3e0N1rI400Ns4CHaM { display:block; }
 }@media only screen and (max-width: 1199px) { #KosZUcVsQLz8GUPI9ST05TrieGlTe0ss { width:12.625rem;height:2.4375rem;top:7.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SQ26yvHcMMtXRNPAE01KX7d4DzdoQaz4 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LFCX5nIK1t8E0P830UXTWsKW7Gi77Ky2 { display:block; }#LFCX5nIK1t8E0P830UXTWsKW7Gi77Ky2 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEtW8WqfE9KotloMFXUFBrDKkD5dunk5 { width:11rem;height:2.0625rem;top:0.5rem;left:6rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVF7VyAtRur1fIl8DL8vl0lgs6FPNNpd { width:3.1875rem;height:3.1875rem;top:0.75rem;left:2.15625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTNdIpM4nsai0eE6qdq3p0qOrAeAfaxo { width:3rem;height:3rem;top:0.875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBc3cR34lOAKhS5TOi7iCIm7WzNpxpQF { width:11.5rem;height:1.51171875rem;top:2.5625rem;left:6rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkdnbGTpAOv3cfQova36Awnnu3ONpmyx { width:8.875rem;height:8.875rem;top:0.375rem;left:5.5625rem;font-size:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AyhggyxHOuTGHKahSOdZIPKNr9EnuAnd { display:block; }#AyhggyxHOuTGHKahSOdZIPKNr9EnuAnd > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpivkOKXD0Fgz1i5Vg81Ex40A5U5UomJ { width:20rem;height:1.7871125rem;top:1.18359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA2m8ISSLqqPOsyInv1gR83rigttQZIb { width:20rem;height:3.125rem;top:3.830078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh1HFyMkqG67k2RnmpNGSKGeHBzI53Tf { width:20rem;height:2.375rem;top:0.830078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpACJL6IKDBaKr7TD0uekCf7VG4gkZ8K { width:8.875rem;height:8.875rem;top:18.96875rem;left:5.5625rem;font-size:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN { background-color:#000000;background-image:url("https://images.assets-landingi.com/jiMF676T/egr.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN.adaptive-delivery-prevent-bg, #q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN.lazyload, #q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN.lazyloading { background-image: none; }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN > .row .container { background-color: transparent; background-image: none; }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN > .row .container > .video-iframe-container { display: none; }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN > .row > .video-iframe-container { display: none; }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN > .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); }#q2SUa84u2ZEwOuIlKPoJKOrTt80fVveN > .row .container { width:20rem;height:81.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfdpOasBmTsDI9F1pO31R9cQXt8go7G0 { width:20rem;height:26.875rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqT9496dne65max0Cbp6OIuryPC2KWPD { width:16.5rem;height:9.099625rem;top:38.125rem;left:1.875rem;font-size:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #as5GGluMoKAKEWi0N3F8aRcc1bFHp3uA { width:2.0625rem;height:1.70605625rem;top:41.8125rem;left:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUgkCKx4fHsIr1Uhm1swOatBTTM5OhtG { width:18.3125rem;height:4.5625rem;top:49.8125rem;left:0.84375rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #411962, #0becb2);background-image: -moz-linear-gradient(160deg, #411962, #0becb2);background-image: -ms-linear-gradient(160deg, #411962, #0becb2);background-image: -o-linear-gradient(160deg, #411962, #0becb2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#411962', endColorstr='#0becb2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#411962', endColorstr='#0becb2' );";background-image: linear-gradient(160deg, #411962, #0becb2);background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m9ZLk8pqxVSXUHi9V4XTpFKlTiX4wgsA { display:block; }
 }@media only screen and (max-width: 763px) { #muZLXhT7086T8DLBkEu965ITSs0XWyar { width:20rem;height:1.51171875rem;top:37.25rem;left:0rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G5G6wCcbIbzxDreuqcN8f1udmAsc8BJk { width:5.5625rem;height:1.7871125rem;top:56.1875rem;left:3.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JCiX2Lts0ivavxaFSu37hbiuhdvHfAPS { width:2.75rem;height:2.75rem;top:55.6875rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFro2QSqtPiU3vJB3gwZ6U51lFSgnet8 { width:10.75rem;height:2.111325rem;top:58.75rem;left:6.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WOMTHsDzZoH9t3L3TCzpwC2cx6JveSWD { width:2.75rem;height:2.75rem;top:58.4375rem;left:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwATi9gvcN6vLUclZO1PAaLhxO3dgMhZ { width:4.75rem;height:1.7871125rem;top:56.1875rem;left:14.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #D57Cu3BKldx0eQtLP6Fa2N3BDkbJBmJ9 { width:2.75rem;height:2.75rem;top:55.6875rem;left:11.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db2urH3hWvWiIgU1ehEZZmuneAs3uzl8 { width:18.75rem;height:4.94921875rem;top:20.6875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 .widget-text.counter-number { padding-top:0.35625rem;padding-right:0.315625rem;padding-bottom:0.35625rem;padding-left:0.315625rem;width:1.894375rem;min-width:1.894375rem;height:1.915625rem;font-size:1.425625rem;line-height:30.65px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2225rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.525625rem;height:0.7575rem;font-size:0.534375rem;line-height:12.12px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 { display:flex;width:9.75rem;height:3.625rem;top:15.4375rem;left:4.8125rem;padding-top:0.295625rem;padding-right:0.30625rem;padding-bottom:0.295625rem;padding-left:0.30625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #CT8DZ6NETlKSDTmsNFSI8QpF3qxzhi68 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #dIIWW2b774VWqvPTbJ0nhHWoX74zxUZi {  }
 }@media only screen and (max-width: 763px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #vgpQVpdvk5ZmprH24V6krFUcbXlmmd3s {  }
 }@media only screen and (max-width: 763px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #yTci3vdvc5mmHENgfnWULiiBtvA1rKXe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #HovvR5Mpd3pNshEGUIgLBTK3PeaulnV2 {  }
 }@media only screen and (max-width: 763px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #AoMhQdDF7cLU10hbOyBVrgsL5F3yPa9m {  }
 }@media only screen and (max-width: 763px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #eaOsQeHsRybXEgk4e2kFW7sZR9Euwd4m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #piCAnXI9RCn1byz5SvNCNn6XKcLtVuzh {  }
 }@media only screen and (max-width: 763px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #Fu2ZbLHpkbzOmaIJCHCVgZR2Kx9nI72I {  }
 }@media only screen and (max-width: 763px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #NAhzwOs1hZ5Ts4fKcddArwfmlkyPrm4I { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #PczH9RVArdfHxBrf9S2fzZHHC4RROcVn {  }
 }@media only screen and (max-width: 763px) { #lQ0UkdXCPGFB2OcrZEww36Kbfrh6FmX0 #uxtPb3d2gwcZG39VUFW0irD7OTKsSLcS {  }
 }@media only screen and (max-width: 763px) { #r9BX4QU7d0HeTQbezDUzrZa5T5RoCht1 { width:13.625rem;height:7.875rem;top:0.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4tMe2Q3NphCvUcgqoUDwapJBg2fTQQ6 { width:15.5rem;height:6.662125rem;top:7rem;left:2.25rem;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwQpCUPMVcCiU6bmiPDUF2NyEsaUL1d1 { width:11.875rem;height:1.29980625rem;top:13.3125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocui6ICmTZX17sVoT0TZWL0LQnpJJvkS { width:11.125rem;height:2.0625rem;top:12.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PolBGlWiAsEX1EkqtLU78ZOzREE0cCQ2 { width:20rem;height:14.875rem;top:66.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt3the0k5FfLTs80uPBKonAu3NQr0J3h { width:18.5rem;height:11.545875rem;top:68.4375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKy2QQAK990S4v1t5TEantPoPyk0L2ZT { width:20rem;height:7.5rem;top:26.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFHUhSu9d1wBl7MT2hGTavqBZNsI7QpC { width:5rem;height:0.89355625rem;top:64.375rem;left:4.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CInoO4ns4CHWffhB9cb7QTh1IHE2mrbX { width:6.8125rem;height:0.89355625rem;top:64.375rem;left:11.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gFgWKhla7fV1GnGrlEMVLb1pUTCwus3N { width:2.75rem;height:2.75rem;top:63.4375rem;left:9.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #viOmmH5ke91S0rh4QyaPfh3NbJfkBRPp { width:2.75rem;height:2.75rem;top:63.4375rem;left:1.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9TruUWmMfe2xvdttmMZlrytZuwLk6qW { background-color:#000e29;background-image:none;display:block; }#T9TruUWmMfe2xvdttmMZlrytZuwLk6qW > .row .container { background-color: transparent; background-image: none; }#T9TruUWmMfe2xvdttmMZlrytZuwLk6qW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9TruUWmMfe2xvdttmMZlrytZuwLk6qW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9TruUWmMfe2xvdttmMZlrytZuwLk6qW > .row .container > .video-iframe-container { display: none; }#T9TruUWmMfe2xvdttmMZlrytZuwLk6qW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9TruUWmMfe2xvdttmMZlrytZuwLk6qW > .row > .video-iframe-container { display: none; }#T9TruUWmMfe2xvdttmMZlrytZuwLk6qW > .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); }#T9TruUWmMfe2xvdttmMZlrytZuwLk6qW > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 { display:block; }#mz65c7DHmFbKyMr996stZ5rlg8EI2wc0 > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaOudiN5gWcdt5Aw39w58JFpAHcx4Tl6 { width:19.4375rem;height:37.125rem;top:8.8000011444094rem;left:0.28125rem;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.875rem #000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5QHAtFsmnCaePuG72FqJsz9hm0sbM11 { width:20rem;height:6.3369375rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wbzG1QiTVXaRuNTlrXTdkvV3bveVoVJJ { width:12.625rem;height:27.0625rem;top:7.5869140625rem;left:3.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #aMS7XCpkt4DmAJDhZLorAP8glL1qoOur { width:20rem;height:1.5625rem;top:16.9248046875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf { display:block; }#ZHIdn7PRis3CK7xV6fzPudmwEJqSMytf > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlAwDKlwBnhAiHpElBkUyuE78LMpfkwy { width:18.9375rem;height:9.74609375rem;top:1.2062530517578rem;left:0.53125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq { display:block; }#xDOcvTxyXeXhxv7WNoiIIdmTXPUbcuQq > .row .container { width:20rem;height:87.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaPESaTnJqrLRWOXq0g7I76fTumfcSCn { width:14.3125rem;height:18.625rem;top:0.25rem;left:2.9136296646062rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZDKAftpcySrl43d8TyuySX7pEmRtSdo { width:20rem;height:4.94921875rem;top:81.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RoCTTQQsVyDRupcio8IBQMdowt119BsJ { width:20rem;height:62.08205rem;top:20.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AP5HPkTyhvtcQpKRAQJw1Ii5wkie3xOG { width:20rem;height:4.94921875rem;top:53.72265625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDUidJZMU2mqDJH11ProugbKrALAKpxH { background-color:transparent;background-image:url("https://images.assets-landingi.com/e1yCZV1t/FODJG.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH.adaptive-delivery-prevent-bg, #pDUidJZMU2mqDJH11ProugbKrALAKpxH.lazyload, #pDUidJZMU2mqDJH11ProugbKrALAKpxH.lazyloading { background-image: none; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container { background-color: transparent; background-image: none; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,14,41,0.82); }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container > .video-iframe-container { display: none; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,14,41,0.82); }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row > .video-iframe-container { display: none; }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .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); }#pDUidJZMU2mqDJH11ProugbKrALAKpxH > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxnppLmo9ocgLQigWAWkVM0ZNDqhUQeE { width:20rem;height:23.61328125rem;top:6.0242137908936rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hO4gbSDf5fylGQTJsOl8diaCZa7hN0tZ { width:20rem;height:3.4375rem;top:1.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vhyMKmHCyRHoqtifyFTiKM85wtGv2ImZ { width:20rem;height:25.18746875rem;top:38.13671875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxRlDOpSMVZUerwoZm5ttBiuv6sIs0Iy { width:20rem;height:6.046875rem;top:30.63671875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x9eR75PzQOF58i1Sb0xPhNzvKWB9ifTb { width:3.375rem;height:3.3125rem;top:51.637499809265rem;left:8.3125003576281rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMkLKwTHSf49KMwOFwGI77vP1T2nocql { display:block; }#AMkLKwTHSf49KMwOFwGI77vP1T2nocql > .row .container { width:20rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxtqVE0xKDCCwVCEnmcM1rLG4AyTgoeM { width:20rem;height:1.6494125rem;top:1.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4VTBoTfJ7v2ooFexc8yPWdBRurCom9S { width:20rem;height:3.7119125rem;top:3.4453125rem;left:0rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #A7VZbqCIsQDMJuSayOCivEkrIo1tbdXT { width:17.6875rem;height:13rem;top:22.875rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbfGrn5TeE33iWGxDlAPZaCAsUhkKA0x { width:4.5625rem;height:4.5rem;top:7.1562509536744rem;left:0.71718752384188rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTXGZb7UCSizfg7Lgu7LEDkryLNhGSHV { width:3.6875rem;height:3.6875rem;top:7.5625rem;left:8.1562503576281rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehq5hHliW986ui4ZhgtofGWkA60TZPQf { width:3.875rem;height:3.9375rem;top:7.4375rem;left:15.437500357628rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgtbWosaqT6HeILZ1PDI05ROXFhNewfy { width:4.375rem;height:4.375rem;top:13.7490234375rem;left:0.8115234375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlRt5M8S3nynBW24na3oZCVnT6tUTIe9 { width:4.125rem;height:4.125rem;top:13.65625rem;left:15.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmlrkUEh8lhA6qTn8beiQr38Uyt16CNa { width:4.25rem;height:4.25rem;top:13.9365234375rem;left:7.875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLxmGftq9K9q7bPpNdhpwGBDoJNV5HRL { width:5.625rem;height:1.29980625rem;top:11.656250953674rem;left:1.5617188215256rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qEvRlFRW7menmK3Xr6yNaKGiv7Ucrf2g { width:8.25rem;height:1.29980625rem;top:11.65625rem;left:5.8749998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGqCCn7GoQr0gk7zFUuMXk4pGfmn3VOM { width:5.875rem;height:1.21875rem;top:11.65625rem;left:14.125000357628rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XMAT8WMWsUeSWv6KPkbgTKGB6n0uXaSV { width:8.25rem;height:1.21875rem;top:18.2490234375rem;left:0.2490234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nwlG9tSE2xKIcMIQ1sT6TXzLWAybaEGN { width:8.25rem;height:1.29980625rem;top:18.2490234375rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro5fzXGvUa09Il24ZmBmGupXuxClbbTh { width:7.0625rem;height:2.4375rem;top:18.1240234375rem;left:12.9375rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GtsR2ic9XukfVy6AVUblfvr3ZafxCdta { width:20rem;height:15.3125rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T33BOCN9uElBRk01N9K4iTDECxwJBwoV { display:block; }#T33BOCN9uElBRk01N9K4iTDECxwJBwoV > .row .container { width:20rem;height:57.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzxpAhPE45vdlUn8TW38T4IU4gbKOshQ { width:20rem;height:29.91015625rem;top:26.3603515625rem;left:0rem;font-size:1.125rem;color:#313131;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fIQk5r2bykAMx4NWBq8DKQh7emgWN0sJ { width:20rem;height:4.94824375rem;top:1.6867189407349rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQDhvs4Bvmcar3d9igGR8QU7T8KCx53v { width:16.5625rem;height:17.9375rem;top:7.3101577758787rem;left:1.7187501192093rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:6.625rem;border-bottom-right-radius:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy { display:block; }#KwOlQic5TISbqgcFVxWV8lvOgeXQDAEy > .row .container { width:20rem;height:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKwmsTFRofziRPG6M5TapZ8GcQPZu6ql { width:15.9375rem;height:4.9482375rem;top:1.375rem;left:2.0312501192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFmV4g0SqlVXLEugCVCs2cJTFu9DQbNX { width:17.5625rem;height:14.61915rem;top:24.356250047684rem;left:1.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL0I449sVc1VoV7ks9B1cuqO4Dz4mBtK { width:15.3125rem;height:5.84765625rem;top:39.0361328125rem;left:2.34375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T28KXbWJsxKaJ0m0cxne0bhfgpGz7dTc { width:20rem;height:51.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzfWWUnRxHSsLQfqEeIABclKPG2VDP7e { width:12.125rem;height:14.875rem;top:8.3125004768369rem;left:3.9374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM9GoTzdRbFqrZ5lIy5yzJ6v8XsoHmT0 { width:19rem;height:4.125rem;top:45.8125rem;left:0.5rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #411962, #0becb2);background-image: -moz-linear-gradient(160deg, #411962, #0becb2);background-image: -ms-linear-gradient(160deg, #411962, #0becb2);background-image: -o-linear-gradient(160deg, #411962, #0becb2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#411962', endColorstr='#0becb2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#411962', endColorstr='#0becb2' );";background-image: linear-gradient(160deg, #411962, #0becb2);background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TAuoX07ITm7e2NDS2cgpzhWDv4zKKheD { display:block; }
 }@media only screen and (max-width: 763px) { #DlrwO0JnvDakAGzdTxoMM5qCJT060faa { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/79mtAKx6/5y8ifd.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa.adaptive-delivery-prevent-bg, #DlrwO0JnvDakAGzdTxoMM5qCJT060faa.lazyload, #DlrwO0JnvDakAGzdTxoMM5qCJT060faa.lazyloading { background-image: none; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container { background-color: transparent; background-image: none; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container > .video-iframe-container { display: none; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row > .video-iframe-container { display: none; }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .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); }#DlrwO0JnvDakAGzdTxoMM5qCJT060faa > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUxQ1SnztkSOzkC2IbU5QKSVWvLdoXIG { width:20rem;height:6.99706875rem;top:7.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bLc1DhuIonetqaGEDi4PmIA3kN5KpmBR { width:5.25rem;height:5.25rem;top:1.1875rem;left:2.3125rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIqDgEroStSqrig2GDF4GSrqaIu6rLrW { width:6rem;height:6rem;top:1.1875rem;left:11.875rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO8cSqWG4TlWeIu5ifCPpZP0qXVuv77v { width:5.875rem;height:5.875rem;top:1.0625rem;left:7.5rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/79mtAKx6/5y8ifd.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ.adaptive-delivery-prevent-bg, #TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ.lazyload, #TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ.lazyloading { background-image: none; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container { background-color: transparent; background-image: none; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container > .video-iframe-container { display: none; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row > .video-iframe-container { display: none; }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .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); }#TVOS2PTwP8E0oN61GZyz08LJIi2cRMGQ > .row .container { width:20rem;height:83.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJnTRwOKhJgAxNahE0KLPCXlzWs2lJhE { width:11.75rem;height:10.2305rem;top:11.3125rem;left:4.125rem;font-size:0.875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #v12azP0TJ0zHAyqfSwA1u2Qr31nzXwD3 { width:14.125rem;height:14.3125rem;top:65.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGtWPHFux8cH3sC4OT4h7wZ7iTEchXwu { width:14.125rem;height:14.125rem;top:9.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z57r4LP9uquNbc89md2fyPylnwHbGPJE { width:17.1875rem;height:17.1875rem;top:7.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvaE6wqAT6Qb6N57V4lTfBJihT8tetFF { width:17.1875rem;height:17.1875rem;top:63.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c12LNVKsT1LTRJQeDd3rD1uxb6rn9QGO { width:12.125rem;height:7.348625rem;top:68.875rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOrWiyf6n6EOv56SP3NfuxABp3VZWWdM { width:12.5rem;height:7.34863125rem;top:31.5rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiTmT6XPvTBP6NkUZQktdTxXrIg1gHVF { width:17.1875rem;height:17.1875rem;top:25.875rem;left:1.4375rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #T04dDBrH2bNBOOsEoRrFOXDTbeiKRtJA { width:14.125rem;height:14.1875rem;top:47.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPLNR5MzT5pn6oH9WwatBdNrCbZ6KZQr { width:12.5rem;height:6.2988125rem;top:51.625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsGigMuzxI0s58L6P4qa4t2GedGDTTBZ { width:17.5rem;height:17.4375rem;top:44.9375rem;left:1.25rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #DicHNpDD6fy5nRuT5x8L32Aqot40JWxu { width:14.125rem;height:14.125rem;top:28.125rem;left:2.9375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #sAAoza6hy76GGa30TaiVrS1RqpTIBNJi { width:17.125rem;height:4.2246125rem;top:1.875rem;left:1.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #om7kOdBTs9WT7FEXJ8I06WKvwTh6psB5 { width:2.75rem;height:2.75rem;top:101.63749694824rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eOFpJfKm5DqLGEg0uRX8fo6iL75PmTft { width:2.75rem;height:2.75rem;top:175.46249694824rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MctcZ2HWNyCqSTEzTXTPVd2wKSySndDc { width:3.4375rem;height:3.375rem;top:170.83749694824rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQRdlS6MmThlD91X38UzguytUJlzWlwd { width:2.875rem;height:2.875rem;top:22.5rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RtTZOGBsavwK5TNlRzZLTTvDgfaqKK1P { width:3.875rem;height:3.875rem;top:77.918762207031rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 { display:block; }#hz9BOUI96Ty5TC3AFTciQILrSQBlpSz9 > .row .container { width:20rem;height:112.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3z0MOxDs0LiE9fDGf8M2op8HXbToiUT { width:20rem;height:3.298825rem;top:1.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#140e38;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dfmThl3GGI0gmx0rLIERVWVJgW6knSfr { width:8.125rem;height:0.25rem;top:5.4617156982422rem;left:5.8749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUPJmpQE0WshrvzNzxZlyFgWN1UU3FSC { width:20rem;height:14.8125rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwSsN6POJ6xwKvGPdBGfxWLto74T8uTN { width:5.5625rem;height:5.5625rem;top:7.09218788147rem;left:7.2187498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy7Fe7rF1hNVca38sfK3Nn9muo12vfv6 { width:14.75rem;height:1.625rem;top:13.9375rem;left:2.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xS6XvxXT5eGqhgfgw4fk56oJOmza6uNT { width:17.125rem;height:5.19921875rem;top:16.25rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AoVOdT9Q4rKJDJ7JOpb60DiFqB8Jmdkm { width:20rem;height:13.9375rem;top:42.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxf6s08SfFVNhtzNlmiB4et00NbxAQUV { width:5.5625rem;height:5.5625rem;top:41rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxhpps4gkuiTrLAiUmtMlphiC08yN8p6 { width:19.4375rem;height:1.625rem;top:48.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNP7ELHoItmMMlTuXTuwbQJOH3KxJwJa { width:16.0625rem;height:3.8994125rem;top:50.8125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uaQqBh7wFBTQWVbZ0Wu5ylBWRaMxOyUX { width:20rem;height:14.625rem;top:60.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOvdserVHo49WBIw91qBtu682B8gwPA7 { width:19.4375rem;height:1.625rem;top:65.375rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5kRvflFtrm1UlzvzHCxnfkxqHRQ2ykH { width:16.4375rem;height:5.19921875rem;top:68.0625rem;left:1.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQireeOOgbXDidPwss9AnhUITtb5IEB3 { width:8.25rem;height:0.375rem;top:94.1875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orVi0o4W0EppRATez4f53etcTaEsfws7 { width:20rem;height:12.125rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq1EgpAihnJFhxNnXfH4XSlQQz2HQWtl { width:11.8125rem;height:1.625rem;top:32.0625rem;left:4.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UgJ8kfr8d8ZfQ9IyfGzKipFgAUm20Kqr { width:15.25rem;height:2.5996125rem;top:34.25rem;left:2.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LcADcuC6HunorzkilXJSVnJUTy06kxs9 { width:5.5625rem;height:5.5625rem;top:59.0625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoKhGlTiXgH9VS6Gzwc0Ep1MMw2dHTEC { width:5.5625rem;height:5.5625rem;top:25.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZqJ9FyU3OF9557lulwRwJhwyI764OcZ { width:5.5625rem;height:5.5625rem;top:77.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxIC9nkfiZb5wBRSlzi2NG8NpAQOOmy9 { width:20rem;height:19.125rem;top:79rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmJydziPfBNJdlMshZNQLeHp48mW3o4H { width:17.4375rem;height:10.3984375rem;top:86.25rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9co6rC8KCt9KVmuIxyAW55WKqsEUBER { width:19.4375rem;height:1.625rem;top:83.5625rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SroCNP75UST2B7PZbihdJT0V7eTBVFpu { width:20rem;height:11.6953rem;top:99.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTAKTdFTOKmRKTbQP4VrufoXEg6o7VXN { width:1.75rem;height:0;top:10.625rem;left:15.687500357628rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPo1I7WiIJUdWiLplNTptSH9UHqPW7Kl { width:3.75rem;height:2.6rem;top:8.5749702453612rem;left:8.1250003576281rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu42XTlVPve7rxXHhzWdtM4xnX8Ul7ZC { width:3.75rem;height:2.5996125rem;top:26.75rem;left:8.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIgXD1dLRCfDQ75TUVVILKONzkcqZGQX { width:3.75rem;height:2.5996125rem;top:42.5rem;left:8.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTLteDBLB7xUTfiOKEtkl102u6LnJBvr { width:3.75rem;height:2.5996125rem;top:60.5625rem;left:8.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqmvo4Hx5Nb55J1nCErx0JartXXQ3S0A { width:3.75rem;height:2.5996125rem;top:78.75rem;left:8rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaXaOFuiSzJ7PMoIkoCt2WW1I7Fho9pT { width:19.375rem;height:37.5625rem;top:140.83747558594rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cr9QVngMJouIlnMnqBar4oXsNpLH7mIN { display:block; }#cr9QVngMJouIlnMnqBar4oXsNpLH7mIN > .row .container { width:20rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rq4duHv2OR4zLWK8OKgwnvw4ZCJAP70S { width:17.75rem;height:3rem;top:3.31640625rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybzFac4yTu1P67p9l6zEuxvGuXqqwa6Q { width:16.75rem;height:27.77635rem;top:6.9482421875rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzUmUIgltEvSLRHiiSzr4OxE1XSfKvnc { width:20rem;height:2.6806625rem;top:16.6357421875rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN { width:20rem;height:35.375rem;top:1.25rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/79mtAKx6/5y8ifd.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;display:block; }#pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN.adaptive-delivery-prevent-bg, #pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN.lazyload, #pFPCOstMAJBHwcaVb8UGUyzglwTfPtwN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BTGyTq7wilKwFPWgPpRUrAfL6Uq9cPEl { width:19rem;height:4.125rem;top:37.9375rem;left:0.5rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #411962, #0becb2);background-image: -moz-linear-gradient(160deg, #411962, #0becb2);background-image: -ms-linear-gradient(160deg, #411962, #0becb2);background-image: -o-linear-gradient(160deg, #411962, #0becb2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#411962', endColorstr='#0becb2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#411962', endColorstr='#0becb2' );";background-image: linear-gradient(160deg, #411962, #0becb2);background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AhdDExH6CgpPA4xTxcysTBN3dMztTuNb { display:block; }
 }@media only screen and (max-width: 763px) { #cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv { display:block; }#cS8bWc6mpPfUJeFIpWWKS95bsZAkgzBv > .row .container { width:20rem;height:180.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDGnWrswR6coetEq3PVnwqQUXhJ98L75 { width:20rem;height:1.3rem;top:4.3617191314697rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnpn5b33BNubyXvGson7SnxEzzPhC7gb { width:20rem;height:3.4121125rem;top:77.724609375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4RgiTilIDOWoXdypfcdoLeZdzPa9II2 { width:20rem;height:1.875rem;top:2.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stQPET0N6Sg3bPD4yiOhiQxKRDX4Z0pR { width:13.875rem;height:0.9746125rem;top:21.5625rem;left:2.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oisQsG8zGnF37T9F9KxzZ5VrAFEoEAKn { width:9.1875rem;height:1.29980625rem;top:22.6875rem;left:4.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TeRJhtFmqI3dLS4OaVLFqLTxCJFgUJno { width:14.875rem;height:1.21875rem;top:19.8125rem;left:2.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BgQAOf0O44DRpRcRPz2MeFJ3xF1b6BDL { width:11.25rem;height:1.7871125rem;top:17.75rem;left:4.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cJh90gKqNTwC1LPhyyEZTwLykfNsndL2 { width:18.125rem;height:14.6875rem;top:10.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqVOvJefRnUfDoG6O0No1dvVMSGbaPrT { width:15.375rem;height:2.4375rem;top:68.4873046875rem;left:2.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GX7BQ0IBGTvBO5yrkCUEtbs44bHB2t2w { width:14.1875rem;height:3.298825rem;top:64.5625rem;left:2.90625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HdGQcJXaqWMgCSMzqIBnZTmTLqsAnRdA { width:9.1875rem;height:1.29980625rem;top:45.3125rem;left:4.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BdtRX75OmuUDVPScorlBJ5tSkN65IBXe { width:13.875rem;height:0.9746125rem;top:44.3623046875rem;left:3.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zwH9T7FrTuJFUncOQaBN9wTDtc43tUxT { width:14.8125rem;height:2.4375rem;top:41.25rem;left:2.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uGPIkFPBO64SLwHfpxy1tie5HSBOgbeg { width:13.625rem;height:2.4746125rem;top:38.4873046875rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oKOQz0G2ZRe7FqIRi7W5kTkMipNTNENi { width:18.1875rem;height:15.375rem;top:33.32421875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #satJMsVu0MC1cvTHwK5xd28tTU4m5BJU { width:18.1875rem;height:15.375rem;top:60.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVFD6cSR5pvWfmsKHoRuiPx5vTOiVcay { width:9.1875rem;height:1.29980625rem;top:72.912109375rem;left:5.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CH2HCG7Ic6oQ6liFWGnkeRT9auTqq19T { width:13.875rem;height:0.9746125rem;top:71.9619140625rem;left:3.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sehJzPg5gy9NzpwThI835iTlAE3LZn7q { width:17.625rem;height:13.4375rem;top:92.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhg4hcuBTWoTdF59u4H9n3Vvr28tqVzk { width:14.875rem;height:4.5rem;top:97.375rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X90l3SMFFVmgtDOTi47lfVvonpIa1tTS { width:13.875rem;height:0.9746125rem;top:102.3125rem;left:3.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVOlczTGbfxFiZwmHq6pbkcDGvUsOUV4 { width:9.1875rem;height:1.29980625rem;top:104.1875rem;left:5.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XnRW6l1JGHGZ06RMyCmqRAQIidRotLtA { width:20rem;height:2.2734375rem;top:80.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqO2cv7B8SBx8tyELqHFWTlJBwTRTBtT { width:8.8125rem;height:12.25rem;top:26.2998046875rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foLPRgvogqgcL3woBEtKmpw9WUDBeOf4 { width:9.5rem;height:12rem;top:51.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xkv8FAhlNhvOMDk5DTvuGrQaH7Hw5aRA { width:8.8125rem;height:11.375rem;top:6.3125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdrUcFqMEFHRVWF2ZBXikMRM5znMaUd6 { width:10.125rem;height:12.625rem;top:84.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #womFi768eGMSMJXwpHSMAMpeTeEKa3UG { width:18.5rem;height:15.375rem;top:118.4248046875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkTAOKymgfJM7gNN75r2EH3l0OlxzsWB { width:13.4375rem;height:4.5rem;top:122.5rem;left:3.2802734375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt46IXUdF4uxVzKalwPaKRrMO0ne1AoD { width:13.875rem;height:0.9746125rem;top:129.5rem;left:3.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FIdNfGTwIOW01wNCFvgWw4FyDIDTOnWE { width:9.1875rem;height:1.29980625rem;top:131.0625rem;left:5.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Em75aaN6zCSIUPqtxAUKMmt0BGkwJ3lH { width:10.25rem;height:12.875rem;top:109.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gaq0x51uD2rx4nft0LU4C7o90rXG7o5m { width:20rem;height:2.5996125rem;top:160.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShMUAFARuuAwfCrZqCxEpiqR7uutVEtN { width:20rem;height:1.5rem;top:163.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWpHCsStGmuFcqUSfU077FENzhcxiufi { width:20rem;height:14.125rem;top:165.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUlmKZvMfD3KRGRKuqlRJUtxITVHeZJ2 { width:20rem;height:14.375rem;top:162.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxX2ZZ3IB7UnZK6HLpJ0FxRVnXFKW6Kf { width:3.8125rem;height:3.8125rem;top:160.1875rem;left:15.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL4OWy1Jf2wJMbq0zorKxnxQwl08It5w { width:10.4375rem;height:13rem;top:136.5712890625rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXcvIRT4XM4r7V3VVG61ZBdZN40rRotB { width:20rem;height:13.375rem;top:145.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eycH6L19u9ischr3wbt0QP4ixCO8wvyo { width:19.5rem;height:6rem;top:149rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLWoO6ZaVEpsUXA2QaR3dy76euisIISe { width:13.875rem;height:0.9746125rem;top:156rem;left:3.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9WOpz6BMrS36TukAv9AtxykOeDoEqsL { width:9.1875rem;height:1.29980625rem;top:157.5rem;left:5.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp { background-color:transparent;background-image:url("https://images.assets-landingi.com/Zah7A6M3/4b09755a_ilko_00000000000000000001o.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp.adaptive-delivery-prevent-bg, #S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp.lazyload, #S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp.lazyloading { background-image: none; }#S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp > .row .container { background-color: transparent; background-image: none; }#S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.37); }#S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp > .row .container > .video-iframe-container { display: none; }#S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.37); }#S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp > .row > .video-iframe-container { display: none; }#S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp > .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); }#S3FZRkHDFwQssw3SHZrmpqQa0fkaCbRp > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8VWM6rMwrrDVuFx0y64PWmk7xAJpfr4 { width:20rem;height:21.8125rem;top:22.1875rem;left:0rem;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #0076ad, #000000);background-image: -moz-linear-gradient(42deg, #0076ad, #000000);background-image: -ms-linear-gradient(42deg, #0076ad, #000000);background-image: -o-linear-gradient(42deg, #0076ad, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076ad', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076ad', endColorstr='#000000' );";background-image: linear-gradient(42deg, #0076ad, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qCXprsCEeyRUzvVpqw1CqnryGGq5lJhe { width:17.9375rem;height:6.733375rem;top:23.5rem;left:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhxBGkZzuV41RfRH53sihkOcZTf7yP3K { width:17.5rem;height:2.125rem;top:40rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrbxEMR7vzZBJ7MEFSIQTT8CeUbns5lH { display:block; }
 }@media only screen and (max-width: 763px) { #cWUrRWMHt98a3EeRR6RSWQkybCaWeC6u { width:5.25rem;height:1.29980625rem;top:18.8125rem;left:0.875rem;font-size:1rem;color:#484848;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kGNHMwDxgJK1Dce458gF0E3OTwQl58hC { width:18.5625rem;height:1.923825rem;top:30.8125rem;left:0.75rem;font-size:0.6875rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #SG9a3BW4nzfTfgydD9RayXWfNHCzUxog { width:18.625rem;height:5.7714875rem;top:33.3125rem;left:0.6875rem;font-size:0.6875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #nvzXT8MoCf2p6EB83w4IsppnMa7ApKBV { width:14.375rem;height:19.5rem;top:34.1875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCC4ZQbhZBv4MG2POR67W3yPBL5SvV7y { width:18.75rem;height:8.3125rem;top:22.3125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXItQUn9Dc2ImoESNWXZzgGye9sELBzr { width:14.9375rem;height:1.7871125rem;top:20.1748046875rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7lQF4bBMohL9o2ACRcAkMrxOcPbldSz { width:19.4375rem;height:20.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS { background-color:transparent;background-image:url("https://images.assets-landingi.com/Zah7A6M3/4b09755a_ilko_00000000000000000001o.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS.adaptive-delivery-prevent-bg, #ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS.lazyload, #ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS.lazyloading { background-image: none; }#ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS > .row .container { background-color: transparent; background-image: none; }#ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.37); }#ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS > .row .container > .video-iframe-container { display: none; }#ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.37); }#ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS > .row > .video-iframe-container { display: none; }#ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS > .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); }#ar8kqwoNLRvbFQZk5ohS77NQw2r9RRNS > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvkNt5sWSurDqwLTALqi0Z04aIEdBkld { width:18.6875rem;height:10.4980625rem;top:0.375rem;left:0.625rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SXIedVPSbqzATWNqRHF0wmPSuocCQnsy { width:18.375rem;height:8.3984375rem;top:19.4697265625rem;left:0.625rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IforLd6igDkOrNrOadUybt0dJ52IOTQO { width:18.6875rem;height:7.348625rem;top:11.498046875rem;left:0.625rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OUW4LJShyJATry4nGUqA8FXmovRslPJi { width:18.75rem;height:8.3125rem;top:23.4375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hw3t5KQEuktry40RU7MmVtbPHKZu8VJ6 { width:20rem;height:29.625rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(142deg, #0076ad, #031228);background-image: -moz-linear-gradient(142deg, #0076ad, #031228);background-image: -ms-linear-gradient(142deg, #0076ad, #031228);background-image: -o-linear-gradient(142deg, #0076ad, #031228);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076ad', endColorstr='#031228' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076ad', endColorstr='#031228' );";background-image: linear-gradient(142deg, #0076ad, #031228);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XxJZ7EImulwTT6RrH7l2FqFAlDm677CD { background-color:#ffffff;background-image:none;display:block; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container { background-color: transparent; background-image: none; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container > .video-iframe-container { display: none; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row > .video-iframe-container { display: none; }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .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); }#XxJZ7EImulwTT6RrH7l2FqFAlDm677CD > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQqW1Sk16Aprt5L5lovl2QZsefwsLRkA { width:20rem;height:13.5625rem;top:8.05rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w6xBdIGrPvlrepVLKf5kDo3V9UbXlPeZ { width:15.25rem;height:5.173825rem;top:1.3125rem;left:2.3750001192093rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vIuT58eyEuhtZLMIxORr0enPmNhM1hQA { top:6.800000190735rem;left:0rem;width:20rem;height:40.1875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Z2ZRruCIAkIv2MXcVxQn9xNhzHgdyF7S { width:19rem;height:4.125rem;top:48.2373046875rem;left:0.5rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #411962, #0becb2);background-image: -moz-linear-gradient(160deg, #411962, #0becb2);background-image: -ms-linear-gradient(160deg, #411962, #0becb2);background-image: -o-linear-gradient(160deg, #411962, #0becb2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#411962', endColorstr='#0becb2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#411962', endColorstr='#0becb2' );";background-image: linear-gradient(160deg, #411962, #0becb2);background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cOaGVZiaZCe2uNsdpLGgN6ZoPGsks3bA { display:block; }
 }@media only screen and (max-width: 763px) { #qkIFLeXlmwTTqTUUO730cTKTsrMM6h21 { display:block; }#qkIFLeXlmwTTqTUUO730cTKTsrMM6h21 > .row .container { width:20rem;height:74.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iedbB9N5tMtnrf15m5IKX88TNg7x18w5 .widget-text.counter-number { padding-top:0.35625rem;padding-right:0.315625rem;padding-bottom:0.35625rem;padding-left:0.315625rem;width:1.894375rem;min-width:1.894375rem;height:1.915625rem;font-size:1.425625rem;line-height:30.65px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iedbB9N5tMtnrf15m5IKX88TNg7x18w5 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2225rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.525625rem;height:0.7575rem;font-size:0.534375rem;line-height:12.12px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iedbB9N5tMtnrf15m5IKX88TNg7x18w5 { display:flex;width:9.75rem;height:3.625rem;top:18.875rem;left:4.8125rem;padding-top:0.295625rem;padding-right:0.30625rem;padding-bottom:0.295625rem;padding-left:0.30625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #KCGTHZsGmELTIOAKtE2hDno4gEDHghOd { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #rBpETLs1HVRdr05I1obqM9tMcU310eMK {  }
 }@media only screen and (max-width: 763px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #dpGniTHPqV9KQaZdmVTxagTTzxAqtwHc {  }
 }@media only screen and (max-width: 763px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #ZJpq2vhnh1AhBr3G8ClX2a4ulCo2swP5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #kpsq9ruadZkz8wKAt405kPQT1tnagIsE {  }
 }@media only screen and (max-width: 763px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #r9fhg74zZR1zVJsv9ltPNVSvQ9hJuLiT {  }
 }@media only screen and (max-width: 763px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #SlrPGI6UodtdE8T8QDy2Lqrvy2F7OAc2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #kOfEdJTFyg9FPG3CBXVWaEmA0TAEzR0i {  }
 }@media only screen and (max-width: 763px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #uzi74mpWKqEDTCdNCNPHLzm29D5aA6lR {  }
 }@media only screen and (max-width: 763px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #dTe5hvQcV49xtsmdNFNBnJbJL8dEVzf9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #BKRT2iyUKSkrIfzQyxTTzsAoI4Al63I6 {  }
 }@media only screen and (max-width: 763px) { #iedbB9N5tMtnrf15m5IKX88TNg7x18w5 #lA1GJSht64x0Q4kk2hS1aeRJAVJT6Cfg {  }
 }@media only screen and (max-width: 763px) { #prEipO0d58ceAVay6mvUCeKkleDdkpdo { width:20rem;height:11.625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG4CgEtOzXz4JWS7pOZyBPT4ZXG3tyoC { width:15.5rem;height:6.662125rem;top:10.4375rem;left:2.25rem;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEpnFznzexy4anc6v6Z7wQo1GBOVJiqA { width:11.875rem;height:1.29980625rem;top:16.75rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCWHg2dMdiRrxCIHO9TGHRO4r0QpN3XA { width:11.125rem;height:2.0625rem;top:16.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANcez5TF4PT6gxzUlHNCMLGOvlwWMxR7 { width:18.75rem;height:7.558625rem;top:24.1162109375rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcrEmwEyZ53qumuOcVyR7smqpQ3bnTTk { width:20rem;height:7.5rem;top:33rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRwXyvJaxkzwDAn5DTWJ63NnakXaB61W { width:20rem;height:26.875rem;top:41.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBS3lQuWVn6t8lynQUbXaNPITo28DHcn { width:20rem;height:1.51171875rem;top:42.875rem;left:0rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Uwzngvwcebf1HKRzJpsPeX4HuFukphrD { width:16.5rem;height:9.099625rem;top:43.75rem;left:1.875rem;font-size:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMZV9xZh6dDo869Nd6odMaLBEfp91y04 { width:2.0625rem;height:1.70605625rem;top:47.4375rem;left:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAbTvqDxnOoEW4DLRKofQTHBSyZHMZNm { width:14.5rem;height:1.875rem;top:52.1875rem;left:2.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi6WmLtTPtzOWpXT0LiDOZGTWcPIhlgK { display:block; }
 }@media only screen and (max-width: 763px) { #c46kxfzyJamRDbALJrtkUwEodbiZtLSx { width:18.3125rem;height:4.5625rem;top:55.4375rem;left:0.84375rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #411962, #0becb2);background-image: -moz-linear-gradient(160deg, #411962, #0becb2);background-image: -ms-linear-gradient(160deg, #411962, #0becb2);background-image: -o-linear-gradient(160deg, #411962, #0becb2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#411962', endColorstr='#0becb2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#411962', endColorstr='#0becb2' );";background-image: linear-gradient(160deg, #411962, #0becb2);background-size:auto !important;color:#ffffff;box-shadow: 0rem 0rem 1.625rem #0becb2 ;display:block; }
 }@media only screen and (max-width: 763px) { #LiEEbHKM127mxdrDgkghZaClmEBpvAFP { display:block; }
 }@media only screen and (max-width: 763px) { #edporEJ3E1OaswyQgfTUVMduhvrk4hgJ { width:5.5625rem;height:1.7871125rem;top:61.8125rem;left:3.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KsKHg1TzrBW1aLTE0l0Im2QRDsJst3fA { width:2.75rem;height:2.75rem;top:61.3125rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuJU45prnhywlpZwlCDR08xLUWtXxydm { width:10.75rem;height:2.111325rem;top:64.375rem;left:6.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tvO38MoFXy9S1ZTUv5XVhCtAb46qExSD { width:2.75rem;height:2.75rem;top:64.0625rem;left:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mor6NJRWpNIC8Po6NvlpEddVfMFa07qm { width:4.75rem;height:1.7871125rem;top:61.8125rem;left:14.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZexXl9Juea77yGcuTLmoWTvsDOJ1x7K0 { width:2.75rem;height:2.75rem;top:61.3125rem;left:11.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMdlHZxu4DFnb0W1ArFGyisV6DtowSbA { width:5.0625rem;height:0.89355625rem;top:70.5rem;left:3.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #euDZIzgfvyKNPaX8f7iQKOVv99Bf7xhS { width:2.75rem;height:2.75rem;top:69.5625rem;left:1.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWnkwTJnQSXc8lfoL9288kRKeNdHMAMF { width:7.0625rem;height:0.89355625rem;top:70.5rem;left:11.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KvoIvIWZ7OaKLZMcyiMWvwktbkzfAXRz { width:2.75rem;height:2.75rem;top:69.5625rem;left:8.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi { background-color:#ffffff;background-image:none;display:block; }#Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi > .row .container { background-color: transparent; background-image: none; }#Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi > .row .container > .video-iframe-container { display: none; }#Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi > .row > .video-iframe-container { display: none; }#Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi > .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); }#Ebh7R3aaUzGoTy3qQx5NbuyZnATpRdNi > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I53v3ZOnf0LtiDkRRcqQxeuTTmoEeCT1 { width:20rem;height:1.70605625rem;top:2.615234375rem;left:0rem;font-size:1.3125rem;font-family:"montserrat 900";display:block; }
 }@media only screen and (max-width: 763px) { #MbS4NhVsCoTXivOOseMVdBWLigULsEJX { background-color:#ffffff;background-image:none;display:block; }#MbS4NhVsCoTXivOOseMVdBWLigULsEJX > .row .container { background-color: transparent; background-image: none; }#MbS4NhVsCoTXivOOseMVdBWLigULsEJX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbS4NhVsCoTXivOOseMVdBWLigULsEJX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbS4NhVsCoTXivOOseMVdBWLigULsEJX > .row .container > .video-iframe-container { display: none; }#MbS4NhVsCoTXivOOseMVdBWLigULsEJX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbS4NhVsCoTXivOOseMVdBWLigULsEJX > .row > .video-iframe-container { display: none; }#MbS4NhVsCoTXivOOseMVdBWLigULsEJX > .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); }#MbS4NhVsCoTXivOOseMVdBWLigULsEJX > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqSq29KHhZpvudM9dFRGX9vkhwWLNy3p { width:1.9375rem;height:1.875rem;top:2.0625rem;left:17.15625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6a2ySIidTfvRHfGZrbIewZrgS3u3p2e { width:20rem;height:3.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1ZCnUID0FWq3UbkgaUT6gb3b3dsRhDG { width:14.8125rem;height:2.76171875rem;top:1.68359375rem;left:0.53125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4 { background-color:#ffffff;background-image:none;display:block; }#TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4 > .row .container { background-color: transparent; background-image: none; }#TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4 > .row .container > .video-iframe-container { display: none; }#TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4 > .row > .video-iframe-container { display: none; }#TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4 > .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); }#TwSTnPFpfPTFm8RmlHdJ3Zh2q8QKK1z4 > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTPhdwMHyil4D8g7ydGD6NzRncpL9gBc { width:19.875rem;height:8.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb4P8RsFFUivG3XckhqygLOTRLvwf5B9 { width:18rem;height:4.875rem;top:1.25rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE { background-color:#ffffff;background-image:none;display:block; }#taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE > .row .container { background-color: transparent; background-image: none; }#taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE > .row .container > .video-iframe-container { display: none; }#taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE > .row > .video-iframe-container { display: none; }#taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE > .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); }#taPB91uEOLNRCv5JbHaU2p9yaAWPiHuE > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDoRzmDoBcWUD8Z1xDB2OSWTPvKnmptl { width:1.9375rem;height:1.875rem;top:2.0625rem;left:17.15625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJAuA81ouU8RcnVVrNR3DTqqtdTGD2Mg { width:20rem;height:3.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrnr8r69602arrvs6ZFga9dQTzsdRvTR { width:14.8125rem;height:1.3808625rem;top:2.30859375rem;left:0.78125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #I2esTIlqxCHrTTaE7rsUUhxvBznISknh { background-color:#ffffff;background-image:none;display:block; }#I2esTIlqxCHrTTaE7rsUUhxvBznISknh > .row .container { background-color: transparent; background-image: none; }#I2esTIlqxCHrTTaE7rsUUhxvBznISknh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2esTIlqxCHrTTaE7rsUUhxvBznISknh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2esTIlqxCHrTTaE7rsUUhxvBznISknh > .row .container > .video-iframe-container { display: none; }#I2esTIlqxCHrTTaE7rsUUhxvBznISknh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2esTIlqxCHrTTaE7rsUUhxvBznISknh > .row > .video-iframe-container { display: none; }#I2esTIlqxCHrTTaE7rsUUhxvBznISknh > .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); }#I2esTIlqxCHrTTaE7rsUUhxvBznISknh > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmWkaQw7UoOpXnr7BOJXmy00RS3AzDB5 { width:19.875rem;height:11.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRtbW1ZHhOfClGVvq0fRD5kFOFLuHcfB { width:18rem;height:8.53125rem;top:1.453125rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #DuU0etxpzieTiBI8JMCtlUWlwQwHwb94 { background-color:#ffffff;background-image:none;display:block; }#DuU0etxpzieTiBI8JMCtlUWlwQwHwb94 > .row .container { background-color: transparent; background-image: none; }#DuU0etxpzieTiBI8JMCtlUWlwQwHwb94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuU0etxpzieTiBI8JMCtlUWlwQwHwb94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuU0etxpzieTiBI8JMCtlUWlwQwHwb94 > .row .container > .video-iframe-container { display: none; }#DuU0etxpzieTiBI8JMCtlUWlwQwHwb94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuU0etxpzieTiBI8JMCtlUWlwQwHwb94 > .row > .video-iframe-container { display: none; }#DuU0etxpzieTiBI8JMCtlUWlwQwHwb94 > .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); }#DuU0etxpzieTiBI8JMCtlUWlwQwHwb94 > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ohgntSu2SANFRfMF7Fnfs3p3gDU1t0TL { width:1.9375rem;height:1.875rem;top:2.0625rem;left:17.15625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsTLIztmZGi5TWoQf4wf4TmlWrAIOT5A { width:20rem;height:3.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wninTS2uHZPGZM9KeB2KgTZEC2H1myWy { width:14.8125rem;height:1.3808625rem;top:2.30859375rem;left:0.65625rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub { background-color:#ffffff;background-image:none;display:block; }#iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub > .row .container { background-color: transparent; background-image: none; }#iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub > .row .container > .video-iframe-container { display: none; }#iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub > .row > .video-iframe-container { display: none; }#iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub > .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); }#iXgG96K0U8zpQE6JqZ84rZ6XKDTrbLub > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reDOaMV3BZzmUXhFlwmIisEe7J43gKgd { width:19.875rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8tpTQ4OXpE3aqovKGNTprHHqXV6bLTp { width:18.4375rem;height:6.09375rem;top:2.140625rem;left:0.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi { background-color:#ffffff;background-image:none;display:block; }#TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi > .row .container { background-color: transparent; background-image: none; }#TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi > .row .container > .video-iframe-container { display: none; }#TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi > .row > .video-iframe-container { display: none; }#TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi > .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); }#TNlekUD2wcAAQRhXk0vo9kzZuiqyFTTi > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zg81gD5Pif8ZCKpiJlxLmAT9g4CfS53x { width:1.9375rem;height:1.875rem;top:2.0625rem;left:17.15625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESJ6hHdhBOOUVECT77oNcnQxOWo91Gl1 { width:20rem;height:3.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZEsacTqoQivMItt0PgzEOUdy5dccwOQ { width:14.8125rem;height:1.3808625rem;top:2.30859375rem;left:0.65625rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N { background-color:#ffffff;background-image:none;display:block; }#KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N > .row .container { background-color: transparent; background-image: none; }#KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N > .row .container > .video-iframe-container { display: none; }#KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N > .row > .video-iframe-container { display: none; }#KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N > .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); }#KST2JTba4WnvPHRMbIUtzgMmB4xt9T0N > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AlG5m8Ppx1OHlEfZ0DnhRXPFeBVZLg3q { width:19.875rem;height:9.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb1batRCwvc9HuXFn0S41rXPAyT8VuKh { width:18.9375rem;height:4.875rem;top:1.5rem;left:0.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #dEkwJm0Aac86AWEmN88u5twOSvoTTVwz { background-color:#ffffff;background-image:none;display:block; }#dEkwJm0Aac86AWEmN88u5twOSvoTTVwz > .row .container { background-color: transparent; background-image: none; }#dEkwJm0Aac86AWEmN88u5twOSvoTTVwz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEkwJm0Aac86AWEmN88u5twOSvoTTVwz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEkwJm0Aac86AWEmN88u5twOSvoTTVwz > .row .container > .video-iframe-container { display: none; }#dEkwJm0Aac86AWEmN88u5twOSvoTTVwz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEkwJm0Aac86AWEmN88u5twOSvoTTVwz > .row > .video-iframe-container { display: none; }#dEkwJm0Aac86AWEmN88u5twOSvoTTVwz > .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); }#dEkwJm0Aac86AWEmN88u5twOSvoTTVwz > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnbiPLHVkeMrxhaX5pWOHLfeAVNUkPos { width:1.9375rem;height:1.875rem;top:2.0625rem;left:17.15625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm6vBO9mREr5b4bFcZptOdwOEkglyEOU { width:20rem;height:3.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzL4CSwUvo1XsiTuCo8ZMLKLdHkQv4vN { width:14.8125rem;height:2.76171875rem;top:1.68359375rem;left:0.53125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0 { background-color:#ffffff;background-image:none;display:block; }#cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0 > .row .container { background-color: transparent; background-image: none; }#cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0 > .row .container > .video-iframe-container { display: none; }#cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0 > .row > .video-iframe-container { display: none; }#cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0 > .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); }#cPWetWPnHtp56sbHxnGZH5zUbCeJ5tA0 > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbOQVr5CpTXdTtcsWERwDkgSlURgcdLC { width:19.875rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPzh5Zr9aRVJC1zmsKVwfsMqgXrtaVlc { width:19.1875rem;height:7.3125rem;top:0.96875rem;left:0.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS { background-color:#ffffff;background-image:none;display:block; }#ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS > .row .container { background-color: transparent; background-image: none; }#ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS > .row .container > .video-iframe-container { display: none; }#ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS > .row > .video-iframe-container { display: none; }#ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS > .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); }#ITJqeqdPHGbiOrLRRhOu72CGzKXKGPGS > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq { display:block; }#GmIqTQoi9gBpzGd243cGhI3ZcgDwRGvq > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8fa0fg5K4gLem65oxtH1XuDfbTiTNOU { width:5.4375rem;height:5.4375rem;top:19.2119140625rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRDNJblhhBAMPoVUSNT0geAsNo8SiL6E { width:20rem;height:10.125rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgSfJoGlNExgK0vimvApvQ3pbGMQiyWH { width:12.1875rem;height:2.4375rem;top:16.0875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX9Lhk3rA0DldBa3e0N1rI400Ns4CHaM { display:block; }
 }@media only screen and (max-width: 763px) { #KosZUcVsQLz8GUPI9ST05TrieGlTe0ss { width:12.625rem;height:2.4375rem;top:12.4rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ26yvHcMMtXRNPAE01KX7d4DzdoQaz4 { display:block; }
 }