.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-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3b4b75, #1e263b);background-image: -moz-linear-gradient(180deg, #3b4b75, #1e263b);background-image: -ms-linear-gradient(180deg, #3b4b75, #1e263b);background-image: -o-linear-gradient(180deg, #3b4b75, #1e263b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b4b75', endColorstr='#1e263b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b4b75', endColorstr='#1e263b' );";background-image: linear-gradient(180deg, #3b4b75, #1e263b);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row .container { background-color: transparent; background-image: none; }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row .container > .video-iframe-container { display: none; }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row > .video-iframe-container { display: none; }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .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); }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row .container { border-width: 0; border-radius: 0; }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row .container { font-size:0.875rem;font-family:arial;height:54.9375rem;width:75rem;position:relative;display:block; }#glwRNQUHZBkdMKV21Skqx2VgPrdpTwdU { color:#f1f1f1;display:block;width:59.75rem;position:absolute;font-family:lato;font-size:4.3125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:9.9375rem;left:2.125rem;height:4.74375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BCquoQ5vn8pGdm90xFmQZb8HtFQChvTZ { color:#f1f5f8;display:block;width:56.4986875rem;position:absolute;font-family:lato;font-size:2.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.25rem;left:2.125rem;height:7.6375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BUTbUDxcxqNzIEyFtlWfSrPaL3XEEfCd { background-color:#4abf8d;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#0f1f50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.3125rem;height:4.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:47.020836830139rem;left:22.343753814698rem;display:block; }
#nTF50mmIhUMGX2EFpkTJS6TzhB5ZOXNV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WcHJHQPbaugtTZ8VTLxlogmqwxXurGog { color:#4abf8d;display:block;width:38.625rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.75rem;left:2.125rem;height:2.68125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gcTPFaA647pZ5nCHLvgivSAo3Q0mTAOa { color:#f1f5f8;display:block;width:11.625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:26rem;left:7.25rem;height:2.275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s9X8TAPp1XT9WQx4nyMq7N3n38VB8sQh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.1875rem;top:25.8125rem;left:3.75rem;overflow:hidden;display:block; }
#K6RGlG63Jp3BIgQeidbIFEbLLTg6erll { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:1.9375rem;top:33.9375rem;left:3.75rem;overflow:hidden;display:block; }
#q7DVgL6LSf8tDRU1vDKoNUcAsHEftSFR { color:#f1f5f8;display:block;width:8.8125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:34rem;left:7.25rem;height:2.275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BO5lITvJlt8tv1Oo4Qla8I7ofSyQqdSR { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:27.874349594116rem;left:40.005428314209rem;height:1.3rem;display:block; }
#zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh .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; }
#zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#232d46;padding-top:0.8425rem;padding-right:0.753125rem;padding-bottom:0.8425rem;padding-left:0.753125rem;display:block;align-items:center;width:4.51875rem;min-width:4.51875rem;height:4.52375rem;position:relative;font-family:poppins;font-size:3.36625rem;font-weight:700;line-height:72.38px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh .widget-text.counter-label { background-color:;background-image:none;color:#232d46;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.52625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.024375rem;height:1.78875rem;position:relative;font-family:poppins;font-size:1.2625rem;font-weight:700;line-height:28.62px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.625rem 1.25rem rgba(0,0,0,0.29) ;display:flex;justify-content:space-between;width:28.125rem;height:8.52375rem;padding-top:1.051875rem;padding-right:1.07625rem;padding-bottom:1.051875rem;padding-left:1.07625rem;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:30.0625rem;left:39.5rem;z-index:15013; }
#zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #I7EHCqw5WKhiGZt35WuTo1mw645qXlkG { display:flex;position:relative;top:0rem;left:0rem; }
#zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #SM4uOTO9MeygskTpDOe1dW394b937VAa { width:auto; }
#zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #dgoeNrnS1UiJzOVBg6aK3dKTILSFTp49 {  }
#zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #UDsOmFl4wZavbGNwDwSTsuU0MaObTwVo { display:flex;position:relative;top:0rem;left:0rem; }
#zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #GU9rSLUMpBLKqfXHRQFHQ2tfMuyJpFrd {  }
#zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #F5ahbNgh4xdHDeHeSohMwI8pHxzgJ54S {  }
#zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #tP4X2hTZQ4LoDXOskmBqMSmSSxrnIIep { display:flex;position:relative;top:0rem;left:0rem; }
#zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #geTlrXZUz1V3AQ5hf7DCMpDfCqty0kb2 {  }
#zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #BSbzB3bsKaZKeNDfM6175psrs6G83o82 {  }
#zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #i2QS2avloPdKzzX2TkTyneZJ3rKmHgGw { display:flex;position:relative;top:0rem;left:0rem; }
#zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #Na1pHOUQr2uVqTmaJQevPguvyciSRkTy {  }
#zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #HngvAvW4y3IDdIZlCTM89Nvet08uzwnX {  }
#UQGrKyko6b6X5TQRMUL57hCn1MQ1Hgdv { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.1104164123535rem;left:47.5625rem;height:1.21875rem;display:block; }
#FBBOp0mQT1k77fW6CZ1iIzVbWODAnEcW { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:3.1104164123535rem;left:55.90625rem;height:1.21875rem;display:block; }
#WaRFPq9yEsTbaqBEAX0wraVTSKTpqUTE { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.1104164123535rem;left:61.8125rem;height:1.21875rem;display:block; }
#goSDQRstlVnbch0qH4dLSp89nRZtL1pN { color:#4abf8d;display:block;width:4.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:3.1104164123535rem;left:67.875rem;height:1.21875rem;display:block; }
#LGC7D83NpZT8rHFQnWWpuOztc8E6OsXc { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25.3125rem;top:4.9072914123535rem;left:47.5625rem;display:block; }
#OKP17XyZWhaPHTaMg5B95lTH1zu6dfmO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:12.1875rem;top:36.312503814698rem;left:62.811199188231rem;overflow:hidden;display:block; }
#kMM3Z2xsP7kGGcFKnSClJSqT3SusSNct { color:#f1f5f8;display:block;width:11.625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.125rem;left:7.3125rem;height:2.275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D9GxXX4RlTphJnV9bIZnvzXcilqf5q7S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:30.1875rem;left:3.75rem; }
#KdmMIIr1ZpsbhuaNt5oH6Tm8e14AiCyR { position:absolute;display:block;z-index:15014;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.625rem 1.25rem rgba(0,0,0,0.29) ;height:4.625rem;width:11.125rem;top:38.5rem;left:5rem;display:block; }
#vJJfJbnv4qUltKr8ufLqyz9gGGZZoz8U { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:7.1875rem;top:38.5625rem;left:6.96875rem;overflow:hidden;display:block; }
#luIXnzyW4g52IUWeUuAeLRuaOmWRhgCV { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:11.0625rem;top:39.625rem;left:21.128477819911rem;overflow:hidden;display:block; }
#XX82yMcA4dFy8CwFXiPqtyS9IMf9PQOl { position:absolute;display:block;z-index:15014;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.625rem 1.25rem rgba(0,0,0,0.29) ;height:4.625rem;width:13.4375rem;top:38.5rem;left:19.875rem;display:block; }
#dTFQ9mh5XIF7B14pnpxdl4JggDp1scut { background-color:#4abf8d;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#0f1f50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.3125rem;height:4.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:47.020836830139rem;left:22.343753814698rem;display:none; }
#X1X0XBSW5PHmksq6emNN6vEIdghExWg2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zs4Eew8f8NtdOJ7edJi3V9mTs1ANDzPJ { background-color:#4abf8d;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#0f1f50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.3125rem;height:4.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:47.020836830139rem;left:22.343753814698rem;display:none; }
#dwqszrCuRKVtVE3thJSXa4HQ1LoQHthT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XuFPbhUZEzV1hgtyXspbtA6ZNCI3yeLh { position:relative;display:block; }#XuFPbhUZEzV1hgtyXspbtA6ZNCI3yeLh { background-color: transparent; background-image: none; }#XuFPbhUZEzV1hgtyXspbtA6ZNCI3yeLh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuFPbhUZEzV1hgtyXspbtA6ZNCI3yeLh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuFPbhUZEzV1hgtyXspbtA6ZNCI3yeLh > .row .container > .video-iframe-container { display: none; }#XuFPbhUZEzV1hgtyXspbtA6ZNCI3yeLh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuFPbhUZEzV1hgtyXspbtA6ZNCI3yeLh > .row > .video-iframe-container { display: none; }#XuFPbhUZEzV1hgtyXspbtA6ZNCI3yeLh > .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); }#XuFPbhUZEzV1hgtyXspbtA6ZNCI3yeLh { border-width: 0; border-radius: 0; }#XuFPbhUZEzV1hgtyXspbtA6ZNCI3yeLh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XuFPbhUZEzV1hgtyXspbtA6ZNCI3yeLh > .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:58.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mNFsyaNZP8Km4u44EfVKWeTkrmrHqmTs { color:#4abf8d;display:block;width:16.9995rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8750019073486rem;left:2.0625rem;height:1.625rem;font-style:normal;display:block; }
#cygZoB0PJxM6A9VohU7bGtixqC8H9myl { color:#242424;display:block;width:39.1875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:5.6861972808838rem;left:2.0625rem;height:9.5625rem;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; }
#JJ8NrFS6Hmyvyzyi9awNVOZ77dEDqupy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.3125rem;width:30.8125rem;top:4.5rem;left:43.687503814698rem;overflow:hidden;display:block; }
#X2SW19wrmsXIyPRGDsAQeu86LctRBaAn { background-color:#4abf8d;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#0f1f50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.5625rem;height:4.0612rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:42.060935974121rem;left:22.218749046326rem;display:block; }
#r7egw3I7TeTpL2CUnM9k4xKAOgZ7W8fS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i9SDiPWTiVPHJoIQ01BVmxL8WVdGAvdE { position:absolute;display:block;z-index:15007;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.625rem 1.25rem rgba(0,0,0,0.29) ;height:7.6875rem;width:33.5625rem;top:48.25rem;left:38.812500953674rem;display:block; }
#SeNMBOTPmUmbWQ2glTAe3TCUFGCug9fL { color:#233a48;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15008;line-height:1.9;letter-spacing:0;top:50.1875rem;left:49.375000953674rem;height:3.8rem;font-style:normal;display:block; }
#bQmklL08szdTz4JbuG6PvNxQF1fB17Eu { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:3.75rem;top:49.8125rem;left:43.687500953674rem;overflow:hidden;display:block; }
#ukDmzldT3y41IQvLbS8BAwnG5pTiQ750 { position:absolute;display:block;z-index:15010;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.625rem 1.25rem rgba(0,0,0,0.29) ;height:7.6875rem;width:33.5625rem;top:48.25rem;left:2.625rem;display:block; }
#IlP8UKHJAKiWKMT76f4Drw04FV847Cle { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.375rem;top:50.125rem;left:7.6874990463256rem;overflow:hidden;display:block; }
#E3loBi3Q0vOty4K2vkQk4fbz0TBZIlrO { color:#233a48;display:block;width:19.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15011;line-height:1.9;letter-spacing:0;top:50.1875rem;left:13.187499046326rem;height:3.8rem;font-style:normal;display:block; }
#t59AkTqonNQi5TJ9OGpZDoeADE7VDs7D { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:21.8125rem;left:2.2874994277954rem;height:12.6375rem;display:block; }#t59AkTqonNQi5TJ9OGpZDoeADE7VDs7D li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t59AkTqonNQi5TJ9OGpZDoeADE7VDs7D li:before{  }
#FvzwaymviS4RlVOUxrvvqBcs7QPWA0Au { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.8125rem;left:2.0367183685302rem;height:1.3rem;display:block; }
#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL { position:relative;display:block; }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL { background-color: transparent; background-image: none; }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL > .row .container > .video-iframe-container { display: none; }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL > .row > .video-iframe-container { display: none; }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL > .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); }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL { border-width: 0; border-radius: 0; }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL > .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:34.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wwmeS7xZ5fKEgLcoR5vLv5o3lfyvGQ5b { color:#090134;display:block;width:53.187rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.46533203125rem;left:5.091796875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zvhgm71QK0sWqOEbqLESLLNM4x8aNXNG { position:absolute;display:block;z-index:15005;background-color:#eff1f4;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.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:16.5625rem;width:65.5625rem;top:6.8125rem;left:3.8125rem;display:block; }
#NqoMcRmgLVpOIkbbKRcrGSG0cuW0Ifk3 { color:#242424;display:block;width:64.93625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.375rem;left:6.25rem;height:;overflow:hidden;display:block; }#NqoMcRmgLVpOIkbbKRcrGSG0cuW0Ifk3 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#NqoMcRmgLVpOIkbbKRcrGSG0cuW0Ifk3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d9304f6f-efe4-4a84-a36a-95fc68c635ff/Group10054.png); }
#kGBipZwIVM5dcrAI8CHFLTT7VAMVyTzy { background-color:#4abf8d;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#0f1f50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.374rem;height:4.186525rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:28.87109375rem;left:23.309376716614rem;display:block; }
#UMhvsk7nAGz4KI6CkfPtKb41P7d0oRRT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yii1noIZUIDl0E9Tu5Q4lq7OMGuaxzr3 { color:#242424;display:block;width:63.124375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:25.375rem;left:5.08984375rem;height:1.96875rem;display:block; }
#DOiaOAeihfAnhyHRTEtgJTd9T3K4M1Fv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3b4b75, #1e263b);background-image: -moz-linear-gradient(180deg, #3b4b75, #1e263b);background-image: -ms-linear-gradient(180deg, #3b4b75, #1e263b);background-image: -o-linear-gradient(180deg, #3b4b75, #1e263b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b4b75', endColorstr='#1e263b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b4b75', endColorstr='#1e263b' );";background-image: linear-gradient(180deg, #3b4b75, #1e263b);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DOiaOAeihfAnhyHRTEtgJTd9T3K4M1Fv > .row .container { background-color: transparent; background-image: none; }#DOiaOAeihfAnhyHRTEtgJTd9T3K4M1Fv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOiaOAeihfAnhyHRTEtgJTd9T3K4M1Fv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOiaOAeihfAnhyHRTEtgJTd9T3K4M1Fv > .row .container > .video-iframe-container { display: none; }#DOiaOAeihfAnhyHRTEtgJTd9T3K4M1Fv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOiaOAeihfAnhyHRTEtgJTd9T3K4M1Fv > .row > .video-iframe-container { display: none; }#DOiaOAeihfAnhyHRTEtgJTd9T3K4M1Fv > .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); }#DOiaOAeihfAnhyHRTEtgJTd9T3K4M1Fv > .row .container { border-width: 0; border-radius: 0; }#DOiaOAeihfAnhyHRTEtgJTd9T3K4M1Fv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DOiaOAeihfAnhyHRTEtgJTd9T3K4M1Fv > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#LKsP33T5uIc30ENic7nW1Lsyth2AlwB0 { color:#ffffff;display:block;width:46.375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:14.3125rem;height:6.5rem;font-style:normal;display:block; }
#gbSJRfA300DZ6Kkdk3ZsBLIPhQXSsU21 { position:absolute;display:block;z-index:15011;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.625rem 1.25rem rgba(0,0,0,0.29) ;height:18.5rem;width:14.375rem;top:7.6875rem;left:12.375rem;display:block; }
#ZlCR2B8ro7paTnPiFbVKwXT0AsCuCpLS { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.6875rem;top:9.3125rem;left:17.5625rem;overflow:hidden;display:block; }
#Dm7zXDVTABsuq8JfcBu3VEgWXSQDhsDZ { color:#242424;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.9375rem;left:13.5rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#Vi34az3CSVJcoMGJdDoTRL3JOrlJy6ll { position:absolute;display:block;z-index:15014;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.625rem 1.25rem rgba(0,0,0,0.29) ;height:18.5rem;width:14.375rem;top:7.6875rem;left:30.3125rem;display:block; }
#ligJrXLmPy6UE6uc4GVdPh0VKqL9HVqM { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.5rem;top:9.3125rem;left:35.75rem;overflow:hidden;display:block; }
#U2lfiRV3SKEQgpSoq6eaDnQtPNzFxRde { color:#242424;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:14.9375rem;left:31.4375rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#F1GGBtJ5tn9g7M9NXAE8vE0IlQkqpmPo { position:absolute;display:block;z-index:15023;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.625rem 1.25rem rgba(0,0,0,0.29) ;height:18.5rem;width:14.375rem;top:7.6875rem;left:48.25rem;display:block; }
#JOQuvcJZF6DE2AZLFBwTH4yUFOUN6MVK { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:3.1875rem;top:8.625rem;left:53.875rem;overflow:hidden;display:block; }
#R5O1BghbO8p9k3mTS3Ilz5g4FxVUB3fz { color:#242424;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:14.9375rem;left:49.375rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#unTF78n4eb4meuClSpIcE5wn3TXKktPA { background-color:#4abf8d;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#0f1f50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.624rem;height:4.186525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.906246185302rem;left:19.1875rem;display:block; }
#gqTQysT3vsnBsw6XEWPmz0kcH8WGLJy6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3b4b75, #1e263b);background-image: -moz-linear-gradient(180deg, #3b4b75, #1e263b);background-image: -ms-linear-gradient(180deg, #3b4b75, #1e263b);background-image: -o-linear-gradient(180deg, #3b4b75, #1e263b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b4b75', endColorstr='#1e263b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b4b75', endColorstr='#1e263b' );";background-image: linear-gradient(180deg, #3b4b75, #1e263b);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 > .row .container { background-color: transparent; background-image: none; }#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 > .row .container > .video-iframe-container { display: none; }#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 > .row > .video-iframe-container { display: none; }#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 > .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); }#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 > .row .container { border-width: 0; border-radius: 0; }#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 > .row .container { font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;position:relative;display:block; }#xMtgulAtxnGAAfIFrfyoIX6iNxB6cMi0 { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9375rem;left:27.3125rem;height:3.25rem;font-style:normal;display:block; }
#DW34MuueQxCtVT02SeSEM18fRMI9boUB { color:#ffffff;display:block;width:25.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:29.140625rem;left:27.312500953674rem;height:3.1875rem;font-style:normal;display:block; }
#Ml3R4yTFWxReab4nJ4sMtfT7QF5EhDZU { color:#ffffff;display:block;width:44.6859375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:33.124218761921rem;left:27.312500953674rem;height:12rem;font-style:normal;display:block; }
#GtBHNq9DTrxXdEQhSpAn5ydV5bXr71tb { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:14.4375rem;top:51.560943603516rem;left:26.875000953674rem;overflow:hidden;display:block; }
#GoLXA63W6T9tFDMl7CK5NEXEunOvWoHC { color:#ffffff;display:block;width:44.6859375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:13.007812321186rem;left:27.312500953674rem;height:12rem;font-style:normal;display:block; }
#sdoOqrJQT91k5edAbHGgZqhc5T1ALG4N { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:9.0937528610231rem;left:27.312500953674rem;height:3.1875rem;font-style:normal;display:block; }
#VAK4CJCM5XlM3WMnazBze1QZdJe0TUWC { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:10.000000357628rem;left:8.7890625rem;overflow:hidden;display:block; }
#z92KKav3CvbQXpHPTwzP6fEkubna1FPT { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:27.95833337307rem;left:8.3828125rem;overflow:hidden;display:block; }
#nPfRVP69aghg5GJkElp0I9k26DRdlJep { position:relative;display:block; }#nPfRVP69aghg5GJkElp0I9k26DRdlJep { background-color: transparent; background-image: none; }#nPfRVP69aghg5GJkElp0I9k26DRdlJep::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPfRVP69aghg5GJkElp0I9k26DRdlJep > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPfRVP69aghg5GJkElp0I9k26DRdlJep > .row .container > .video-iframe-container { display: none; }#nPfRVP69aghg5GJkElp0I9k26DRdlJep > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPfRVP69aghg5GJkElp0I9k26DRdlJep > .row > .video-iframe-container { display: none; }#nPfRVP69aghg5GJkElp0I9k26DRdlJep > .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); }#nPfRVP69aghg5GJkElp0I9k26DRdlJep { border-width: 0; border-radius: 0; }#nPfRVP69aghg5GJkElp0I9k26DRdlJep > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nPfRVP69aghg5GJkElp0I9k26DRdlJep > .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:14.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bq8fSc1wCzdEIEk6yoQPkRvaUbE3BTFE { color:#090134;display:block;width:46.375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5625rem;left:14.3125rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DKMp3lybFqX9xi5kGlNx7C9106zAyN6U { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:11.9375rem;top:7.84375rem;left:41.062500953674rem;overflow:hidden;display:block; }
#KmyReXUpoqIr9FKWo4fC3sKo83ogfteI { position:absolute;display:block;z-index:15010;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.625rem 1.25rem rgba(0,0,0,0.29) ;height:6.6875rem;width:10.875rem;top:5.5rem;left:22.624999046326rem;display:block; }
#xNdRipkbCkoJ5XsRLoBt8Wek0DTLFaLl { position:absolute;display:block;z-index:15001;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.625rem 1.25rem rgba(0,0,0,0.29) ;height:6.6875rem;width:13.1875rem;top:5.5rem;left:40.312500953674rem;display:block; }
#wXzOAS57WDuBNIo2rGB8diQesXGviDGg { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:7.0625rem;top:6.625rem;left:24.53125rem;overflow:hidden;display:block; }
#ClJPGDeKIKR331UyttqLTcIVASk57EhP { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eff1f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .row .container { background-color: transparent; background-image: none; }#ClJPGDeKIKR331UyttqLTcIVASk57EhP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .row .container > .video-iframe-container { display: none; }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .row > .video-iframe-container { display: none; }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .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); }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .row .container { border-width: 0; border-radius: 0; }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .row .container { font-size:0.875rem;font-family:arial;height:64.4375rem;width:75rem;position:relative;display:block; }#aTc39edwHs4zR2UHI3z4cV40TmATZpET { display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:31.5625rem;height:1.125rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
#SWaQMdUVImsSfUGl1Ez60PsyJAfqhIlN { color:#090134;display:block;width:46.375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.75rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g1PwQXNhRARr1poVwMfvdsyybJfsK7Ir { position:absolute;z-index:15001;top:8rem;left:21rem;width:33.125rem;height:29.3120625rem;display:block; }
#go9eHFbzohDRXevRoU5mUStmG0gd0MGe { 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;border-left:0;border-right:0;border-bottom:0.25rem solid #184e9e;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 0.1875rem rgba(0,0,0,0.5) ;height:48.0620625rem;width:36.0623125rem;top:6.875rem;left:19.5rem;display:block; }
#aGT6DfIaSFgNAugHP8U5MQWENEZBvbop { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3b4b75, #1e263b);background-image: -moz-linear-gradient(180deg, #3b4b75, #1e263b);background-image: -ms-linear-gradient(180deg, #3b4b75, #1e263b);background-image: -o-linear-gradient(180deg, #3b4b75, #1e263b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b4b75', endColorstr='#1e263b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b4b75', endColorstr='#1e263b' );";background-image: linear-gradient(180deg, #3b4b75, #1e263b);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aGT6DfIaSFgNAugHP8U5MQWENEZBvbop > .row .container { background-color: transparent; background-image: none; }#aGT6DfIaSFgNAugHP8U5MQWENEZBvbop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGT6DfIaSFgNAugHP8U5MQWENEZBvbop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGT6DfIaSFgNAugHP8U5MQWENEZBvbop > .row .container > .video-iframe-container { display: none; }#aGT6DfIaSFgNAugHP8U5MQWENEZBvbop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGT6DfIaSFgNAugHP8U5MQWENEZBvbop > .row > .video-iframe-container { display: none; }#aGT6DfIaSFgNAugHP8U5MQWENEZBvbop > .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); }#aGT6DfIaSFgNAugHP8U5MQWENEZBvbop > .row .container { border-width: 0; border-radius: 0; }#aGT6DfIaSFgNAugHP8U5MQWENEZBvbop > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGT6DfIaSFgNAugHP8U5MQWENEZBvbop > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#h9v6IOnfU8C0VSd8e7Bmx77R2rzlnm9J { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.0625rem;left:25.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#oFvyOLwl39sMKc2pORRFTHcRmX0GgaTm { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:40.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#KI5pyAlag5xhfbXWSoMxdhqoN3dDGX5y { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:46.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#yWLvNoinmhT1pUKN7odh7zfZbP9PElkT { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:55.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#hQ7Q9nZ07ha9zhMkx9ylxCCydV4aWHsn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:4.34375rem;left:66.53125rem;overflow:hidden;display:block; }
#KI2iRxMdxf6nVtmQv1GIsT12O27PaMgp { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:4.34375rem;left:69.65625rem;overflow:hidden;display:block; }
#GXWMAvox3ZDe0o1UH47go9LUMlELZqy1 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:11.875rem;top:4.625rem;left:5.59375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT { display:block; }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row .container { width:47.75rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #glwRNQUHZBkdMKV21Skqx2VgPrdpTwdU { width:29.625rem;height:2.3369125rem;top:8.125rem;left:1.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BCquoQ5vn8pGdm90xFmQZb8HtFQChvTZ { width:24.249875rem;height:4.0625rem;top:11.1875rem;left:1.125rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #BUTbUDxcxqNzIEyFtlWfSrPaL3XEEfCd { width:24.5625rem;height:3.75rem;top:33.593765258789rem;left:11.593750298023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nTF50mmIhUMGX2EFpkTJS6TzhB5ZOXNV { display:block; }
 }@media only screen and (max-width: 1199px) { #WcHJHQPbaugtTZ8VTLxlogmqwxXurGog { width:25rem;height:2.03125rem;top:5.5625rem;left:1.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gcTPFaA647pZ5nCHLvgivSAo3Q0mTAOa { width:7.3125rem;height:1.625rem;top:16.9375rem;left:3.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #s9X8TAPp1XT9WQx4nyMq7N3n38VB8sQh { width:1.24855625rem;height:1.3737rem;top:17.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K6RGlG63Jp3BIgQeidbIFEbLLTg6erll { width:1.249275rem;height:1.49956875rem;top:16.8125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q7DVgL6LSf8tDRU1vDKoNUcAsHEftSFR { width:18.747375rem;height:1.625rem;top:16.936214447021rem;left:24.748698532581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BO5lITvJlt8tv1Oo4Qla8I7ofSyQqdSR { width:15.3111875rem;height:1.29980625rem;top:19.8125rem;left:26rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh .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; }
#zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh .widget-text.counter-number { padding-top:0.521875rem;padding-right:0.459375rem;padding-bottom:0.521875rem;padding-left:0.459375rem;width:2.755625rem;min-width:2.755625rem;height:2.80625rem;font-size:2.08875rem;line-height:44.9px;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; }
#zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.674375rem;height:1.109375rem;font-size:0.783125rem;line-height:17.75px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh { display:flex;width:18.6875rem;height:5.285625rem;top:22.0625rem;left:25.375rem;padding-top:1.098125rem;padding-right:1.13rem;padding-bottom:1.098125rem;padding-left:1.13rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #I7EHCqw5WKhiGZt35WuTo1mw645qXlkG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #SM4uOTO9MeygskTpDOe1dW394b937VAa {  }
 }@media only screen and (max-width: 1199px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #dgoeNrnS1UiJzOVBg6aK3dKTILSFTp49 {  }
 }@media only screen and (max-width: 1199px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #UDsOmFl4wZavbGNwDwSTsuU0MaObTwVo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #GU9rSLUMpBLKqfXHRQFHQ2tfMuyJpFrd {  }
 }@media only screen and (max-width: 1199px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #F5ahbNgh4xdHDeHeSohMwI8pHxzgJ54S {  }
 }@media only screen and (max-width: 1199px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #tP4X2hTZQ4LoDXOskmBqMSmSSxrnIIep { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #geTlrXZUz1V3AQ5hf7DCMpDfCqty0kb2 {  }
 }@media only screen and (max-width: 1199px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #BSbzB3bsKaZKeNDfM6175psrs6G83o82 {  }
 }@media only screen and (max-width: 1199px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #i2QS2avloPdKzzX2TkTyneZJ3rKmHgGw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #Na1pHOUQr2uVqTmaJQevPguvyciSRkTy {  }
 }@media only screen and (max-width: 1199px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #HngvAvW4y3IDdIZlCTM89Nvet08uzwnX {  }
 }@media only screen and (max-width: 1199px) { #UQGrKyko6b6X5TQRMUL57hCn1MQ1Hgdv { width:7.687375rem;height:1.21875rem;top:1.4375rem;left:24.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FBBOp0mQT1k77fW6CZ1iIzVbWODAnEcW { width:4.7497125rem;height:1.21875rem;top:1.4375rem;left:37.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WaRFPq9yEsTbaqBEAX0wraVTSKTpqUTE { width:4.75rem;height:1.21875rem;top:1.4375rem;left:32.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #goSDQRstlVnbch0qH4dLSp89nRZtL1pN { width:4.75rem;height:1.21875rem;top:1.4375rem;left:42.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LGC7D83NpZT8rHFQnWWpuOztc8E6OsXc { width:12.8125rem;height:0.0625rem;top:3.6875rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OKP17XyZWhaPHTaMg5B95lTH1zu6dfmO { width:12.183625rem;height:13.433625rem;top:23.9921875rem;left:35.56510668993rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kMM3Z2xsP7kGGcFKnSClJSqT3SusSNct { width:7.875rem;height:1.625rem;top:16.8125rem;left:13.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #D9GxXX4RlTphJnV9bIZnvzXcilqf5q7S { width:1.75rem;height:1.75rem;top:16.75rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KdmMIIr1ZpsbhuaNt5oH6Tm8e14AiCyR { width:12rem;height:3.8125rem;top:22.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vJJfJbnv4qUltKr8ufLqyz9gGGZZoz8U { width:4.8125rem;height:2.9375rem;top:23.3125rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #luIXnzyW4g52IUWeUuAeLRuaOmWRhgCV { width:10.3125rem;height:2.25rem;top:28.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XX82yMcA4dFy8CwFXiPqtyS9IMf9PQOl { width:12rem;height:3.8125rem;top:27.375rem;left:2.375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #dTFQ9mh5XIF7B14pnpxdl4JggDp1scut { width:24.5625rem;height:3.75rem;top:33.593765258789rem;left:11.593750298023rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #X1X0XBSW5PHmksq6emNN6vEIdghExWg2 { display:block; }
 }@media only screen and (max-width: 1199px) { #Zs4Eew8f8NtdOJ7edJi3V9mTs1ANDzPJ { width:24.5625rem;height:3.75rem;top:33.593765258789rem;left:11.593750298023rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dwqszrCuRKVtVE3thJSXa4HQ1LoQHthT { display:block; }
 }@media only screen and (max-width: 1199px) { #XuFPbhUZEzV1hgtyXspbtA6ZNCI3yeLh { display:block; }#XuFPbhUZEzV1hgtyXspbtA6ZNCI3yeLh > .row .container { width:47.75rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mNFsyaNZP8Km4u44EfVKWeTkrmrHqmTs { width:12.5rem;height:1.625rem;top:3.1875rem;left:0.748046875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cygZoB0PJxM6A9VohU7bGtixqC8H9myl { width:28.125rem;height:13.5rem;top:5.6875009536743rem;left:0.74739581346512rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JJ8NrFS6Hmyvyzyi9awNVOZ77dEDqupy { width:18.25rem;height:20.3125rem;top:3.1875rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X2SW19wrmsXIyPRGDsAQeu86LctRBaAn { width:25.375rem;height:3.75rem;top:50.125rem;left:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r7egw3I7TeTpL2CUnM9k4xKAOgZ7W8fS { display:block; }
 }@media only screen and (max-width: 1199px) { #i9SDiPWTiVPHJoIQ01BVmxL8WVdGAvdE { width:17.5625rem;height:7.6875rem;top:40.3125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SeNMBOTPmUmbWQ2glTAe3TCUFGCug9fL { width:12.5rem;height:3.798825rem;top:42.25rem;left:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bQmklL08szdTz4JbuG6PvNxQF1fB17Eu { width:3.0625rem;height:3.75rem;top:42.25rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ukDmzldT3y41IQvLbS8BAwnG5pTiQ750 { width:21.875rem;height:7.6875rem;top:40.3125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IlP8UKHJAKiWKMT76f4Drw04FV847Cle { width:3.0625rem;height:3.5rem;top:42.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E3loBi3Q0vOty4K2vkQk4fbz0TBZIlrO { width:16.125rem;height:3.798825rem;top:42.25rem;left:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t59AkTqonNQi5TJ9OGpZDoeADE7VDs7D { width:37.0625rem;height:12.63574375rem;top:21.8125rem;left:0rem;font-size:1rem;display:block; }#t59AkTqonNQi5TJ9OGpZDoeADE7VDs7D li:before{  }
 }@media only screen and (max-width: 1199px) { #FvzwaymviS4RlVOUxrvvqBcs7QPWA0Au { width:21.1875rem;height:1.29980625rem;top:20.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL { display:block; }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL > .row .container { width:47.75rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wwmeS7xZ5fKEgLcoR5vLv5o3lfyvGQ5b { width:37.75rem;height:2.4375rem;top:0.9375rem;left:1.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zvhgm71QK0sWqOEbqLESLLNM4x8aNXNG { width:44.25rem;height:20.5rem;top:5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NqoMcRmgLVpOIkbbKRcrGSG0cuW0Ifk3 { width:42.18675rem;height:14.5078125rem;top:6.5625rem;left:3.5625rem;font-size:1.125rem;display:block; }#NqoMcRmgLVpOIkbbKRcrGSG0cuW0Ifk3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d9304f6f-efe4-4a84-a36a-95fc68c635ff/Group10054.png); }
 }@media only screen and (max-width: 1199px) { #kGBipZwIVM5dcrAI8CHFLTT7VAMVyTzy { width:23.4986875rem;height:3.7487rem;top:32.687500953674rem;left:12.122395813465rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UMhvsk7nAGz4KI6CkfPtKb41P7d0oRRT { display:block; }
 }@media only screen and (max-width: 1199px) { #yii1noIZUIDl0E9Tu5Q4lq7OMGuaxzr3 { width:41.75rem;height:1.5rem;top:27.437495231628rem;left:3.5625000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DOiaOAeihfAnhyHRTEtgJTd9T3K4M1Fv { display:block; }#DOiaOAeihfAnhyHRTEtgJTd9T3K4M1Fv > .row .container { width:47.75rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LKsP33T5uIc30ENic7nW1Lsyth2AlwB0 { width:28rem;height:1.94921875rem;top:2.3125114440918rem;left:1.5000000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gbSJRfA300DZ6Kkdk3ZsBLIPhQXSsU21 { width:14.375rem;height:18.5rem;top:6.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZlCR2B8ro7paTnPiFbVKwXT0AsCuCpLS { width:4.68663125rem;height:3.81163125rem;top:7.9375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dm7zXDVTABsuq8JfcBu3VEgWXSQDhsDZ { width:12.499125rem;height:6.499rem;top:14.1875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vi34az3CSVJcoMGJdDoTRL3JOrlJy6ll { width:14.375rem;height:18.5rem;top:6.3125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ligJrXLmPy6UE6uc4GVdPh0VKqL9HVqM { width:3.5rem;height:3.8125rem;top:7.9375rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U2lfiRV3SKEQgpSoq6eaDnQtPNzFxRde { width:12.5rem;height:6.499rem;top:13.5625rem;left:17.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F1GGBtJ5tn9g7M9NXAE8vE0IlQkqpmPo { width:14.375rem;height:18.5rem;top:6.3125rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JOQuvcJZF6DE2AZLFBwTH4yUFOUN6MVK { width:2.75rem;height:3.8125rem;top:7.9375rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R5O1BghbO8p9k3mTS3Ilz5g4FxVUB3fz { width:12.5rem;height:6.499rem;top:13.5625rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #unTF78n4eb4meuClSpIcE5wn3TXKktPA { width:24.8125rem;height:3.75rem;top:28.186199188233rem;left:11.468750298023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gqTQysT3vsnBsw6XEWPmz0kcH8WGLJy6 { display:block; }
 }@media only screen and (max-width: 1199px) { #y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 { display:block; }#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 > .row .container { width:47.75rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xMtgulAtxnGAAfIFrfyoIX6iNxB6cMi0 { width:13.5625rem;height:3.25rem;top:2.3125rem;left:17.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DW34MuueQxCtVT02SeSEM18fRMI9boUB { width:20.9375rem;height:4.5rem;top:8.046875rem;left:16.3330078125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ml3R4yTFWxReab4nJ4sMtfT7QF5EhDZU { width:30.5rem;height:18.28125rem;top:13.484375rem;left:16.333333313465rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GtBHNq9DTrxXdEQhSpAn5ydV5bXr71tb { width:14.4375rem;height:3.75rem;top:60.5625rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GoLXA63W6T9tFDMl7CK5NEXEunOvWoHC { width:30.5rem;height:18.28125rem;top:39.234375rem;left:16.3330078125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sdoOqrJQT91k5edAbHGgZqhc5T1ALG4N { width:22.0625rem;height:4.5rem;top:33.3125rem;left:16.333333313465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VAK4CJCM5XlM3WMnazBze1QZdJe0TUWC { width:12.5rem;height:12.5rem;top:8.046875rem;left:1.4892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z92KKav3CvbQXpHPTwzP6fEkubna1FPT { width:12.5rem;height:12.5rem;top:33.3125rem;left:1.4892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nPfRVP69aghg5GJkElp0I9k26DRdlJep { display:block; }#nPfRVP69aghg5GJkElp0I9k26DRdlJep > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bq8fSc1wCzdEIEk6yoQPkRvaUbE3BTFE { width:11.375rem;height:1.94921875rem;top:1.75rem;left:18.187501251698rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DKMp3lybFqX9xi5kGlNx7C9106zAyN6U { width:18.375rem;height:4rem;top:7.9375rem;left:27.437501251698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KmyReXUpoqIr9FKWo4fC3sKo83ogfteI { width:22.25rem;height:9.375rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xNdRipkbCkoJ5XsRLoBt8Wek0DTLFaLl { width:22.25rem;height:9.375rem;top:5.5625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wXzOAS57WDuBNIo2rGB8diQesXGviDGg { width:7.0625rem;height:4.375rem;top:8.0625rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ClJPGDeKIKR331UyttqLTcIVASk57EhP { background-color:#eff1f4;background-image:none;display:block; }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .row .container { background-color: transparent; background-image: none; }#ClJPGDeKIKR331UyttqLTcIVASk57EhP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .row .container > .video-iframe-container { display: none; }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .row > .video-iframe-container { display: none; }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .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); }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .row .container { width:47.75rem;height:87.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aTc39edwHs4zR2UHI3z4cV40TmATZpET { width:5.625rem;height:1.125rem;top:1.125rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SWaQMdUVImsSfUGl1Ez60PsyJAfqhIlN { width:46.375rem;height:1.94965rem;top:1.6875rem;left:0.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g1PwQXNhRARr1poVwMfvdsyybJfsK7Ir { width:30.5rem;height:36.375rem;top:6.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #go9eHFbzohDRXevRoU5mUStmG0gd0MGe { width:32.875rem;height:56.1875rem;top:5.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aGT6DfIaSFgNAugHP8U5MQWENEZBvbop { display:block; }#aGT6DfIaSFgNAugHP8U5MQWENEZBvbop > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #h9v6IOnfU8C0VSd8e7Bmx77R2rzlnm9J { width:13.875rem;height:1.2999125rem;top:2.5rem;left:18.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #oFvyOLwl39sMKc2pORRFTHcRmX0GgaTm { width:7.5rem;height:1.2999125rem;top:4.6875rem;left:18.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #KI5pyAlag5xhfbXWSoMxdhqoN3dDGX5y { width:7.5rem;height:1.2999125rem;top:4.6875rem;left:25.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #yWLvNoinmhT1pUKN7odh7zfZbP9PElkT { width:7.5rem;height:1.2999125rem;top:6.875rem;left:18.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #hQ7Q9nZ07ha9zhMkx9ylxCCydV4aWHsn { width:2.3125rem;height:2.3125rem;top:4.375rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KI2iRxMdxf6nVtmQv1GIsT12O27PaMgp { width:2.3125rem;height:2.3125rem;top:4.375rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GXWMAvox3ZDe0o1UH47go9LUMlELZqy1 { width:7.25rem;height:1.5625rem;top:1.4458332061768rem;left:2.3291664123535rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3b4b75, #1e263b);background-image: -moz-linear-gradient(180deg, #3b4b75, #1e263b);background-image: -ms-linear-gradient(180deg, #3b4b75, #1e263b);background-image: -o-linear-gradient(180deg, #3b4b75, #1e263b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b4b75', endColorstr='#1e263b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b4b75', endColorstr='#1e263b' );";background-image: linear-gradient(180deg, #3b4b75, #1e263b);background-size:cover !important;display:block; }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row .container { background-color: transparent; background-image: none; }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row .container > .video-iframe-container { display: none; }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row > .video-iframe-container { display: none; }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .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); }#XLLrLIEakGNMFmOgsFUrhyaLsvs4eUyT > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glwRNQUHZBkdMKV21Skqx2VgPrdpTwdU { width:18.8125rem;height:2.13125rem;top:4.4375rem;left:0.59375rem;font-size:1.9375rem;text-align:left;text-align-last:left;color:#f1f5f8;display:block; }
 }@media only screen and (max-width: 763px) { #BCquoQ5vn8pGdm90xFmQZb8HtFQChvTZ { width:18.5625rem;height:5.60449375rem;top:9.375rem;left:0.375rem;font-size:1.4375rem;text-align:left;text-align-last:left;color:#f1f5f8;display:block; }
 }@media only screen and (max-width: 763px) { #BUTbUDxcxqNzIEyFtlWfSrPaL3XEEfCd { width:18.9948125rem;height:3.75rem;top:37.5625rem;left:0.50000005960464rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTF50mmIhUMGX2EFpkTJS6TzhB5ZOXNV { display:block; }
 }@media only screen and (max-width: 763px) { #WcHJHQPbaugtTZ8VTLxlogmqwxXurGog { width:16rem;height:1.70625rem;top:1.4375rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;color:#4abf8d;display:block; }
 }@media only screen and (max-width: 763px) { #gcTPFaA647pZ5nCHLvgivSAo3Q0mTAOa { width:4.75rem;height:1.4625rem;top:16.3125rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#f1f5f8;display:block; }
 }@media only screen and (max-width: 763px) { #s9X8TAPp1XT9WQx4nyMq7N3n38VB8sQh { width:1.25rem;height:1.375rem;top:16.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6RGlG63Jp3BIgQeidbIFEbLLTg6erll { width:1.1875rem;height:1.4375rem;top:22.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7DVgL6LSf8tDRU1vDKoNUcAsHEftSFR { width:3.375rem;height:1.4625rem;top:22.0625rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#f1f5f8;display:block; }
 }@media only screen and (max-width: 763px) { #BO5lITvJlt8tv1Oo4Qla8I7ofSyQqdSR { width:15.3125rem;height:1.3rem;top:25.5625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh .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; }
#zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh .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; }
#zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh { display:flex;width:18rem;height:5.0625rem;top:27.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #I7EHCqw5WKhiGZt35WuTo1mw645qXlkG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #SM4uOTO9MeygskTpDOe1dW394b937VAa {  }
 }@media only screen and (max-width: 763px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #dgoeNrnS1UiJzOVBg6aK3dKTILSFTp49 {  }
 }@media only screen and (max-width: 763px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #UDsOmFl4wZavbGNwDwSTsuU0MaObTwVo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #GU9rSLUMpBLKqfXHRQFHQ2tfMuyJpFrd {  }
 }@media only screen and (max-width: 763px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #F5ahbNgh4xdHDeHeSohMwI8pHxzgJ54S {  }
 }@media only screen and (max-width: 763px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #tP4X2hTZQ4LoDXOskmBqMSmSSxrnIIep { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #geTlrXZUz1V3AQ5hf7DCMpDfCqty0kb2 {  }
 }@media only screen and (max-width: 763px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #BSbzB3bsKaZKeNDfM6175psrs6G83o82 {  }
 }@media only screen and (max-width: 763px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #i2QS2avloPdKzzX2TkTyneZJ3rKmHgGw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #Na1pHOUQr2uVqTmaJQevPguvyciSRkTy {  }
 }@media only screen and (max-width: 763px) { #zuWH89h8Sw1eTkqq6SiPINXvpBPFabNh #HngvAvW4y3IDdIZlCTM89Nvet08uzwnX {  }
 }@media only screen and (max-width: 763px) { #UQGrKyko6b6X5TQRMUL57hCn1MQ1Hgdv { width:7.6875rem;height:0;top:67.25rem;left:6.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBBOp0mQT1k77fW6CZ1iIzVbWODAnEcW { width:4.75rem;height:0;top:69.75rem;left:7.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WaRFPq9yEsTbaqBEAX0wraVTSKTpqUTE { width:4.75rem;height:0;top:72.1875rem;left:7.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #goSDQRstlVnbch0qH4dLSp89nRZtL1pN { width:4.75rem;height:0;top:74.6875rem;left:7.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LGC7D83NpZT8rHFQnWWpuOztc8E6OsXc { width:20rem;height:0.0625rem;top:77.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKP17XyZWhaPHTaMg5B95lTH1zu6dfmO { width:12.1875rem;height:13.4375rem;top:94.3674375rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMM3Z2xsP7kGGcFKnSClJSqT3SusSNct { width:11.625rem;height:1.4625rem;top:19.0625rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#f1f5f8;display:block; }
 }@media only screen and (max-width: 763px) { #D9GxXX4RlTphJnV9bIZnvzXcilqf5q7S { display:flex;width:1.3125rem;height:1.3125rem;top:19.25rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #KdmMIIr1ZpsbhuaNt5oH6Tm8e14AiCyR { width:11.125rem;height:4.625rem;top:38.5rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJJfJbnv4qUltKr8ufLqyz9gGGZZoz8U { width:4.625rem;height:2.875rem;top:43.9375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luIXnzyW4g52IUWeUuAeLRuaOmWRhgCV { width:11.5625rem;height:2.5rem;top:48.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX82yMcA4dFy8CwFXiPqtyS9IMf9PQOl { width:13.4375rem;height:4.625rem;top:38.5rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTFQ9mh5XIF7B14pnpxdl4JggDp1scut { width:12.6875rem;height:3.75rem;top:48.1875rem;left:3.625rem;font-size:0.875rem;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #X1X0XBSW5PHmksq6emNN6vEIdghExWg2 { display:block; }
 }@media only screen and (max-width: 763px) { #Zs4Eew8f8NtdOJ7edJi3V9mTs1ANDzPJ { width:12.6875rem;height:3.75rem;top:43.5rem;left:3.6875rem;font-size:0.875rem;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dwqszrCuRKVtVE3thJSXa4HQ1LoQHthT { display:block; }
 }@media only screen and (max-width: 763px) { #XuFPbhUZEzV1hgtyXspbtA6ZNCI3yeLh { display:block; }#XuFPbhUZEzV1hgtyXspbtA6ZNCI3yeLh > .row .container { width:20rem;height:102.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNFsyaNZP8Km4u44EfVKWeTkrmrHqmTs { width:12.5rem;height:1.54375rem;top:1.5625rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cygZoB0PJxM6A9VohU7bGtixqC8H9myl { width:18.75rem;height:19.5rem;top:25.779949188233rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ8NrFS6Hmyvyzyi9awNVOZ77dEDqupy { width:19rem;height:21.1875rem;top:4rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2SW19wrmsXIyPRGDsAQeu86LctRBaAn { width:19rem;height:4.625rem;top:124.44791793823rem;left:0.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7egw3I7TeTpL2CUnM9k4xKAOgZ7W8fS { display:block; }
 }@media only screen and (max-width: 763px) { #i9SDiPWTiVPHJoIQ01BVmxL8WVdGAvdE { width:20rem;height:10.8125rem;top:75.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeNMBOTPmUmbWQ2glTAe3TCUFGCug9fL { width:12.5rem;height:3.798825rem;top:81.6875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bQmklL08szdTz4JbuG6PvNxQF1fB17Eu { width:2.4375rem;height:3rem;top:77.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukDmzldT3y41IQvLbS8BAwnG5pTiQ750 { width:20rem;height:11.6875rem;top:88.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlP8UKHJAKiWKMT76f4Drw04FV847Cle { width:2.4375rem;height:2.8125rem;top:90.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3loBi3Q0vOty4K2vkQk4fbz0TBZIlrO { width:18.375rem;height:3.798825rem;top:94.9375rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t59AkTqonNQi5TJ9OGpZDoeADE7VDs7D { width:20rem;height:21.73436875rem;top:46.5rem;left:0rem;font-size:1rem;display:block; }#t59AkTqonNQi5TJ9OGpZDoeADE7VDs7D li:before{  }
 }@media only screen and (max-width: 763px) { #FvzwaymviS4RlVOUxrvvqBcs7QPWA0Au { width:20rem;height:1.3rem;top:45.87109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL { display:block; }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwmeS7xZ5fKEgLcoR5vLv5o3lfyvGQ5b { width:20rem;height:2.4375rem;top:1.63671875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zvhgm71QK0sWqOEbqLESLLNM4x8aNXNG { width:20rem;height:29.4375rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqoMcRmgLVpOIkbbKRcrGSG0cuW0Ifk3 { width:19.375rem;height:22.3095625rem;top:10.1328125rem;left:0.3125rem;font-size:1rem;display:block; }#NqoMcRmgLVpOIkbbKRcrGSG0cuW0Ifk3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d9304f6f-efe4-4a84-a36a-95fc68c635ff/Group10054.png); }
 }@media only screen and (max-width: 763px) { #kGBipZwIVM5dcrAI8CHFLTT7VAMVyTzy { width:19rem;height:4.125rem;top:44.560546875rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMhvsk7nAGz4KI6CkfPtKb41P7d0oRRT { display:block; }
 }@media only screen and (max-width: 763px) { #yii1noIZUIDl0E9Tu5Q4lq7OMGuaxzr3 { width:19.4375rem;height:5.34375rem;top:38.375000953674rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOiaOAeihfAnhyHRTEtgJTd9T3K4M1Fv { display:block; }#DOiaOAeihfAnhyHRTEtgJTd9T3K4M1Fv > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKsP33T5uIc30ENic7nW1Lsyth2AlwB0 { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gbSJRfA300DZ6Kkdk3ZsBLIPhQXSsU21 { width:14.375rem;height:13.75rem;top:6.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlCR2B8ro7paTnPiFbVKwXT0AsCuCpLS { width:4.6875rem;height:3.8125rem;top:8rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm7zXDVTABsuq8JfcBu3VEgWXSQDhsDZ { width:12.5rem;height:6.499rem;top:13.0625rem;left:3.7500002384186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi34az3CSVJcoMGJdDoTRL3JOrlJy6ll { width:14.375rem;height:16.4375rem;top:21.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ligJrXLmPy6UE6uc4GVdPh0VKqL9HVqM { width:3.5rem;height:3.8125rem;top:23.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2lfiRV3SKEQgpSoq6eaDnQtPNzFxRde { width:12.5rem;height:6.499rem;top:28.875rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1GGBtJ5tn9g7M9NXAE8vE0IlQkqpmPo { width:14.375rem;height:15.0625rem;top:39.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOQuvcJZF6DE2AZLFBwTH4yUFOUN6MVK { width:2.75rem;height:3.8125rem;top:40.9375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5O1BghbO8p9k3mTS3Ilz5g4FxVUB3fz { width:12.5rem;height:6.499rem;top:46.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #unTF78n4eb4meuClSpIcE5wn3TXKktPA { width:19rem;height:4.1875rem;top:57.062501907349rem;left:0.50000005960464rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqTQysT3vsnBsw6XEWPmz0kcH8WGLJy6 { display:block; }
 }@media only screen and (max-width: 763px) { #y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 { display:block; }#y63e6OcH1F0K0K0xW9rmQl5xCcOOadH8 > .row .container { width:20rem;height:119.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMtgulAtxnGAAfIFrfyoIX6iNxB6cMi0 { width:13.5625rem;height:2.4375rem;top:1.5rem;left:3.21875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DW34MuueQxCtVT02SeSEM18fRMI9boUB { width:19rem;height:4.5rem;top:18.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ml3R4yTFWxReab4nJ4sMtfT7QF5EhDZU { width:19.125rem;height:29.53125rem;top:24.09765625rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtBHNq9DTrxXdEQhSpAn5ydV5bXr71tb { width:14.4375rem;height:3.75rem;top:113.6796875rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoLXA63W6T9tFDMl7CK5NEXEunOvWoHC { width:18.9375rem;height:36rem;top:75.72265625rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdoOqrJQT91k5edAbHGgZqhc5T1ALG4N { width:20rem;height:4.78125rem;top:69.721355438231rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VAK4CJCM5XlM3WMnazBze1QZdJe0TUWC { width:12.5rem;height:12.5rem;top:5.1875rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z92KKav3CvbQXpHPTwzP6fEkubna1FPT { width:12.5rem;height:12.5rem;top:55.28515625rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPfRVP69aghg5GJkElp0I9k26DRdlJep { display:block; }#nPfRVP69aghg5GJkElp0I9k26DRdlJep > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bq8fSc1wCzdEIEk6yoQPkRvaUbE3BTFE { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKMp3lybFqX9xi5kGlNx7C9106zAyN6U { width:11.3125rem;height:2.4375rem;top:5.3500003814697rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmyReXUpoqIr9FKWo4fC3sKo83ogfteI { width:10.875rem;height:6.6875rem;top:5.5rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xNdRipkbCkoJ5XsRLoBt8Wek0DTLFaLl { width:13.1875rem;height:6.6875rem;top:5.5rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wXzOAS57WDuBNIo2rGB8diQesXGviDGg { width:6.0625rem;height:3.75rem;top:9.28515625rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClJPGDeKIKR331UyttqLTcIVASk57EhP { background-color:#eff1f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .row .container { background-color: transparent; background-image: none; }#ClJPGDeKIKR331UyttqLTcIVASk57EhP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .row .container > .video-iframe-container { display: none; }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .row > .video-iframe-container { display: none; }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .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); }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .row .container { border-width: 0; border-radius: 0; }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ClJPGDeKIKR331UyttqLTcIVASk57EhP > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTc39edwHs4zR2UHI3z4cV40TmATZpET { width:0;height:0;top:0rem;left:10rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SWaQMdUVImsSfUGl1Ez60PsyJAfqhIlN { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1PwQXNhRARr1poVwMfvdsyybJfsK7Ir { width:20rem;height:23.75rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #go9eHFbzohDRXevRoU5mUStmG0gd0MGe { width:20rem;height:49.5625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGT6DfIaSFgNAugHP8U5MQWENEZBvbop { display:block; }#aGT6DfIaSFgNAugHP8U5MQWENEZBvbop > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9v6IOnfU8C0VSd8e7Bmx77R2rzlnm9J { width:13.875rem;height:1.3rem;top:4.625rem;left:3.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oFvyOLwl39sMKc2pORRFTHcRmX0GgaTm { width:7.5rem;height:1.3rem;top:6.5rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI5pyAlag5xhfbXWSoMxdhqoN3dDGX5y { width:6.25rem;height:1.3rem;top:6.5rem;left:9.125rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #yWLvNoinmhT1pUKN7odh7zfZbP9PElkT { width:7.5rem;height:1.3rem;top:8.625rem;left:6.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hQ7Q9nZ07ha9zhMkx9ylxCCydV4aWHsn { width:2.3125rem;height:2.3125rem;top:11.17480625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI2iRxMdxf6nVtmQv1GIsT12O27PaMgp { width:2.3125rem;height:2.3125rem;top:14.73730625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXWMAvox3ZDe0o1UH47go9LUMlELZqy1 { width:7.9375rem;height:1.6875rem;top:18.2998046875rem;left:4.875rem;display:block; }
 }