.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;top:0rem;left:0rem;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:50.9375rem;width:75rem;position:relative;display:block; }#glwRNQUHZBkdMKV21Skqx2VgPrdpTwdU { color:#f1f1f1;display:block;width:57.3125rem;position:absolute;font-family:lato;font-size:4.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:10.68359375rem;left:2.373046875rem;height:9.349625rem;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.499625rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.880470275879rem;left:2.3718748092651rem;height:6.82425rem;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:43.89453125rem;left:22.342968940735rem;display:block; }
#nTF50mmIhUMGX2EFpkTJS6TzhB5ZOXNV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hi2lXJMxyRO7yNctleBvMd3OmNx96lc9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.749025rem;width:10.2495rem;top:2.8447265625rem;left:1.8125rem;overflow:hidden;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:7.5257835388181rem;left:2.375rem;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:30.249219894409rem;left:7.4999990463256rem;height:2.2744125rem;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:30.046094894409rem;left:3.9992179870606rem;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:38.186717987061rem;left:3.9992179870606rem;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:38.267971038818rem;left:7.4999990463256rem;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:28.999219894409rem;left:40.003907203674rem;height:1.29980625rem;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:31.186719894409rem;left:39.498436927796rem;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:12.25rem;width:11.125rem;top:36.061717987061rem;left:63.794951627312rem;overflow:hidden;display:block; }
#orqOOmhG5qEs9gAMsTT8UOGfJdHRgceO { 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.9375rem;width:5.4375rem;top:0.93424481153488rem;left:14.483509063721rem;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:34.373439788818rem;left:7.561718940735rem;height:2.2744125rem;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:34.453125rem;left:3.9671869277954rem; }
#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:47.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mNFsyaNZP8Km4u44EfVKWeTkrmrHqmTs { color:#4abf8d;display:block;width:17rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:0.75rem;height:1.6253875rem;font-style:normal;display:block; }
#cygZoB0PJxM6A9VohU7bGtixqC8H9myl { color:#242424;display:block;width:37.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:6.6875rem;left:0.75rem;height:16.875rem;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:32.8125rem;width:29.4375rem;top:2.875rem;left:45.403735761237rem;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.0620125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.374217987061rem;left:4.125rem;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:36.937500953674rem;left:40.312500953674rem;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:38.875000953674rem;left:50.875000953674rem;height:3.798825rem;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:38.500000953674rem;left:45.187500953674rem;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:36.937500953674rem;left:4.125rem;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:38.812500953674rem;left:9.1874990463256rem;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:38.875000953674rem;left:14.687499046326rem;height:3.798825rem;font-style:normal;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:80.4375rem;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; }#yEXzxiUn4WNPWegRR9KHqsLSyqqt6gNW { color:#242424;display:block;width:48.6855625rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.123046875rem;left:13.155467987061rem;height:2.8441375rem;font-style:normal;text-align:center;text-align-last:center;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:64.0625rem;width:55.9375rem;top:5.123046875rem;left:8.935546875rem;display:block; }
#Z6Ei7vULLxKk8TVyXOFIsUVw6r73XQzr { color:#4abf8d;display:block;width:44.7480625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.935546875rem;left:12.499217987061rem;height:2.11230625rem;font-style:normal;display:block; }
#a5s8WNKFPS8yw6Tal5T749veoB97NTbE { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:2.75rem;top:7.185546875rem;left:8.935546875rem;overflow:hidden;display:block; }
#NqoMcRmgLVpOIkbbKRcrGSG0cuW0Ifk3 { color:#242424;display:block;width:51.4365rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.998437643051rem;left:12.562499046326rem;height:5.1181625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#uskXdZpvciCqDU1W1S45EQrB0NzkSP5t { color:#4abf8d;display:block;width:44.7480625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.374218702316rem;left:12.498436927796rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I5HEPilZbDXeMQ6vACe38f3hQKOs4tVh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:2.7495125rem;top:16.624218702316rem;left:8.9351568222044rem;overflow:hidden;display:block; }
#Fk3wu6CreRAxXuRXGdfgcufwcSEwBHWa { color:#242424;display:block;width:44.499rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.186718702316rem;left:12.562499046326rem;height:3.4125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#LqvANI9XpU8lg0c1iVXn3SiZFE9KrVX6 { color:#4abf8d;display:block;width:44.7495rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:37.748436689377rem;left:12.498436927796rem;height:2.1125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NccDUN9lMkykcBGS8wJbD5DK0uNnJTOF { 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:3.5625rem;width:2.7495125rem;top:36.998436689377rem;left:8.9351568222044rem;overflow:hidden;display:block; }
#UUDrHJ77Nmax7Z2cKfNdf95TdbCuieFK { color:#242424;display:block;width:46.6875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:41.310938596726rem;left:12.497656822204rem;height:5.1181625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#fnv1bgPUO52MlXxT1IX33OB0ziPlRXJe { color:#4abf8d;display:block;width:44.7495rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:55.436718702316rem;left:12.374999046326rem;height:2.1125rem;font-style:normal;display:block; }
#pqf5SLHF9VK8U7bcInkpr7TcFfsiHQAG { 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:3.5625rem;width:2.7495125rem;top:54.686718702316rem;left:8.874218940735rem;overflow:hidden;display:block; }
#ZqHHpgCcnUEL3yv5RDO4DkxGTXTFOBAR { color:#242424;display:block;width:49.6245rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:58.249218702316rem;left:12.374999046326rem;height:5.1181625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#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.374625rem;height:4.18710625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:72.246868133544rem;left:21.652732849121rem;display:block; }
#UMhvsk7nAGz4KI6CkfPtKb41P7d0oRRT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A5Art3vECczUGd6EIi0zf1y9SZ8tvGuR { color:#242424;display:block;width:51.4359375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:24.862499952316rem;left:12.497656822204rem;height:10.78025rem;overflow:hidden;display:block; }#A5Art3vECczUGd6EIi0zf1y9SZ8tvGuR li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#A5Art3vECczUGd6EIi0zf1y9SZ8tvGuR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bc4d5c83-9a01-4b25-8c6b-2e0c8f13e2a5/Ellipse3.svg); }
#tuMhM2mZ0FJFFcOdoTwxyyxIZWSTOA41 { color:#242424;display:block;width:51.4359375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:47.517971038818rem;left:12.497656822204rem;height:6.2431625rem;overflow:hidden;display:block; }#tuMhM2mZ0FJFFcOdoTwxyyxIZWSTOA41 li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#tuMhM2mZ0FJFFcOdoTwxyyxIZWSTOA41 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bc4d5c83-9a01-4b25-8c6b-2e0c8f13e2a5/Ellipse3.svg); }
#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.19921875rem;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:6.499rem;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.19921875rem;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.625rem;height:4.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.780471801757rem;left:21.061717987061rem;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:35.25rem;width:75rem;position:relative;display:block; }#xMtgulAtxnGAAfIFrfyoIX6iNxB6cMi0 { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9371185302734rem;left:27.311717987061rem;height:3.25rem;font-style:normal;display:block; }
#SATJcLIMEgLfQnc0nCyrEALmmacNOg7i { position:absolute;display:block;z-index:15026;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:6.5rem;left:10.0625rem;overflow:hidden;display:block; }
#DW34MuueQxCtVT02SeSEM18fRMI9boUB { color:#ffffff;display:block;width:33.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:8.5617218017575rem;left:27.311717987061rem;height:4.5rem;font-style:normal;display:block; }
#Ml3R4yTFWxReab4nJ4sMtfT7QF5EhDZU { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:14.625rem;left:27.312503814698rem;height:10.78125rem;font-style:normal;display:block; }#Ml3R4yTFWxReab4nJ4sMtfT7QF5EhDZU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ml3R4yTFWxReab4nJ4sMtfT7QF5EhDZU li:before{  }
#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:29.812108039856rem;left:30.280075073243rem;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:17.1875rem;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.25rem;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:3.75rem;width:15.2495625rem;top:8.3430995941163rem;left:44.504123687744rem;overflow:hidden;display:block; }
#KmyReXUpoqIr9FKWo4fC3sKo83ogfteI { 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:6.6875rem;width:25.9375rem;top:6.875rem;left:7.4375rem;display:block; }
#LSMOH9TOioyyuEzJZcRUn49DMZNJrfEm { 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:6.625rem;width:7.25rem;top:6.9046897888181rem;left:16.123825073243rem;overflow:hidden;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.6873125rem;width:25.9375rem;top:6.71875rem;left:39.160160064698rem;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:68.375rem;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.25rem;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:55.9375rem;width:36.0625rem;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:1.75rem;width:10.25rem;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:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #glwRNQUHZBkdMKV21Skqx2VgPrdpTwdU { width:45.5rem;height:2.3369125rem;top:8.125rem;left:1.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BCquoQ5vn8pGdm90xFmQZb8HtFQChvTZ { width:43.6875rem;height:4.0625rem;top:11.421875rem;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:28.893230438233rem;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) { #hi2lXJMxyRO7yNctleBvMd3OmNx96lc9 { width:8.74925rem;height:1.561775rem;top:1.4453126192093rem;left:1.1407697200775rem;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:10.25rem;height:1.625rem;top:16.375rem;left:3.6875rem;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:16.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K6RGlG63Jp3BIgQeidbIFEbLLTg6erll { width:1.249275rem;height:1.49956875rem;top:22.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q7DVgL6LSf8tDRU1vDKoNUcAsHEftSFR { width:18.7485625rem;height:1.625rem;top:22.3125rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BO5lITvJlt8tv1Oo4Qla8I7ofSyQqdSR { width:15.31175rem;height:1.2999125rem;top:18.18590927124rem;left:26.671007633209rem;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; }
#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:19.875rem;left:26rem; }
 }@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.6865rem;height:1.21875rem;top:1.6162109375rem;left:23.8447265625rem;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.6162109375rem;left:31.46875rem;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:21.4375rem;height:0.125rem;top:3.6875rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OKP17XyZWhaPHTaMg5B95lTH1zu6dfmO { width:12.18675rem;height:13.43675rem;top:22.000144958496rem;left:35.562792301178rem;display:block; }
 }@media only screen and (max-width: 1199px) { #orqOOmhG5qEs9gAMsTT8UOGfJdHRgceO { width:3.125rem;height:2.8125rem;top:0.75737851858137rem;left:12.047165393829rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kMM3Z2xsP7kGGcFKnSClJSqT3SusSNct { width:16.811625rem;height:1.625rem;top:19.5rem;left:3.6875rem;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:19.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XuFPbhUZEzV1hgtyXspbtA6ZNCI3yeLh { display:block; }#XuFPbhUZEzV1hgtyXspbtA6ZNCI3yeLh > .row .container { width:47.75rem;height:49.5625rem;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:18rem;top:6.4375rem;left:0.748046875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JJ8NrFS6Hmyvyzyi9awNVOZ77dEDqupy { width:18.1875rem;height:20.3125rem;top:8.125rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X2SW19wrmsXIyPRGDsAQeu86LctRBaAn { width:25.375rem;height:3.75rem;top:41.625rem;left:11rem;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:30.875rem;left:26rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SeNMBOTPmUmbWQ2glTAe3TCUFGCug9fL { width:12.5rem;height:3.798825rem;top:32.8125rem;left:31rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bQmklL08szdTz4JbuG6PvNxQF1fB17Eu { width:3.0625rem;height:3.75rem;top:32.8125rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ukDmzldT3y41IQvLbS8BAwnG5pTiQ750 { width:21.875rem;height:7.6875rem;top:30.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IlP8UKHJAKiWKMT76f4Drw04FV847Cle { width:3.0625rem;height:3.5rem;top:32.9375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E3loBi3Q0vOty4K2vkQk4fbz0TBZIlrO { width:16.125rem;height:3.798825rem;top:32.8125rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL { display:block; }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL > .row .container { width:47.75rem;height:73.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yEXzxiUn4WNPWegRR9KHqsLSyqqt6gNW { width:34.5615rem;height:2.4375rem;top:1.810546875rem;left:5.634765625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zvhgm71QK0sWqOEbqLESLLNM4x8aNXNG { width:47.75rem;height:60.875rem;top:5.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Z6Ei7vULLxKk8TVyXOFIsUVw6r73XQzr { width:42.249rem;height:1.94921875rem;top:7.4267578125rem;left:1.7890625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a5s8WNKFPS8yw6Tal5T749veoB97NTbE { width:2.74956875rem;height:3.56191875rem;top:29.3818359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NqoMcRmgLVpOIkbbKRcrGSG0cuW0Ifk3 { width:42.1855625rem;height:4.38574375rem;top:10.4697265625rem;left:1.822265625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uskXdZpvciCqDU1W1S45EQrB0NzkSP5t { width:42.0605625rem;height:1.94921875rem;top:16.75rem;left:1.884765625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I5HEPilZbDXeMQ6vACe38f3hQKOs4tVh { width:2.74956875rem;height:3.56191875rem;top:43.900390625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Fk3wu6CreRAxXuRXGdfgcufwcSEwBHWa { width:41.6855625rem;height:2.923825rem;top:19.75rem;left:2.072265625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LqvANI9XpU8lg0c1iVXn3SiZFE9KrVX6 { width:41.9355625rem;height:1.94921875rem;top:35.4990234375rem;left:1.947265625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NccDUN9lMkykcBGS8wJbD5DK0uNnJTOF { width:2.74956875rem;height:3.56191875rem;top:88.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UUDrHJ77Nmax7Z2cKfNdf95TdbCuieFK { width:41.7480625rem;height:4.38574375rem;top:38.7744140625rem;left:2.041015625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fnv1bgPUO52MlXxT1IX33OB0ziPlRXJe { width:41.6855625rem;height:1.94921875rem;top:51.4921875rem;left:2.072265625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pqf5SLHF9VK8U7bcInkpr7TcFfsiHQAG { width:2.74956875rem;height:3.56191875rem;top:98.943359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZqHHpgCcnUEL3yv5RDO4DkxGTXTFOBAR { width:43.8105625rem;height:5.84765625rem;top:54.4150390625rem;left:1.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kGBipZwIVM5dcrAI8CHFLTT7VAMVyTzy { width:23.4980625rem;height:3.749025rem;top:64.0625rem;left:12.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UMhvsk7nAGz4KI6CkfPtKb41P7d0oRRT { display:block; }
 }@media only screen and (max-width: 1199px) { #A5Art3vECczUGd6EIi0zf1y9SZ8tvGuR { width:42.1855625rem;height:9.5595625rem;top:23.921875rem;left:1.822265625rem;font-size:1.125rem;display:block; }#A5Art3vECczUGd6EIi0zf1y9SZ8tvGuR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bc4d5c83-9a01-4b25-8c6b-2e0c8f13e2a5/Ellipse3.svg); }
 }@media only screen and (max-width: 1199px) { #tuMhM2mZ0FJFFcOdoTwxyyxIZWSTOA41 { width:42.1855625rem;height:5.51074375rem;top:44.3115234375rem;left:1.822265625rem;font-size:1.125rem;display:block; }#tuMhM2mZ0FJFFcOdoTwxyyxIZWSTOA41 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bc4d5c83-9a01-4b25-8c6b-2e0c8f13e2a5/Ellipse3.svg); }
 }@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:46.375rem;height:1.94965rem;top:2.125rem;left:0.6875rem;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.4995625rem;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:7.79948125rem;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.4995625rem;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:33.1875rem;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) { #SATJcLIMEgLfQnc0nCyrEALmmacNOg7i { width:12.5rem;height:12.5rem;top:5.5625001192093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DW34MuueQxCtVT02SeSEM18fRMI9boUB { width:29.3125rem;height:4.5rem;top:6.125rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ml3R4yTFWxReab4nJ4sMtfT7QF5EhDZU { width:30.5rem;height:16.40625rem;top:12.421875rem;left:17.25rem;font-size:0.9375rem;display:block; }#Ml3R4yTFWxReab4nJ4sMtfT7QF5EhDZU li:before{  }
 }@media only screen and (max-width: 1199px) { #GtBHNq9DTrxXdEQhSpAn5ydV5bXr71tb { width:14.4375rem;height:3.75rem;top:24.125rem;left:0.6875rem;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:46.375rem;height:1.94965rem;top:1.5625rem;left:0.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DKMp3lybFqX9xi5kGlNx7C9106zAyN6U { width:18.375rem;height:4.625rem;top:7.9375rem;left:27.4375rem;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) { #LSMOH9TOioyyuEzJZcRUn49DMZNJrfEm { width:7.625rem;height:7rem;top:6.75rem;left:7.3125rem;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) { #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:93.25rem;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:67rem;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:8.75rem;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:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glwRNQUHZBkdMKV21Skqx2VgPrdpTwdU { width:19.625rem;height:4.3984375rem;top:7.2275390625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#f1f5f8;display:block; }
 }@media only screen and (max-width: 763px) { #BCquoQ5vn8pGdm90xFmQZb8HtFQChvTZ { width:17.25rem;height:7.796875rem;top:12.7666015625rem;left:1.375rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#f1f5f8;display:block; }
 }@media only screen and (max-width: 763px) { #BUTbUDxcxqNzIEyFtlWfSrPaL3XEEfCd { width:18.9956875rem;height:3.75rem;top:43.0625rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTF50mmIhUMGX2EFpkTJS6TzhB5ZOXNV { display:block; }
 }@media only screen and (max-width: 763px) { #hi2lXJMxyRO7yNctleBvMd3OmNx96lc9 { width:7.4375rem;height:1.328125rem;top:1.8125rem;left:1.0791664123535rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcHJHQPbaugtTZ8VTLxlogmqwxXurGog { width:16rem;height:1.70605625rem;top:5.5830078125rem;left:2rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#4abf8d;display:block; }
 }@media only screen and (max-width: 763px) { #gcTPFaA647pZ5nCHLvgivSAo3Q0mTAOa { width:12.25rem;height:1.4619125rem;top:21.6875rem;left:3.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:21.543403625488rem;left:1.4539930820465rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6RGlG63Jp3BIgQeidbIFEbLLTg6erll { width:1.1875rem;height:1.4375rem;top:27.436631202698rem;left:1.4852430820465rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7DVgL6LSf8tDRU1vDKoNUcAsHEftSFR { width:3.375rem;height:1.462675rem;top:27.42361164093rem;left:3.4852430820465rem;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.29980625rem;top:31.375rem;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:33.5625rem;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) { #orqOOmhG5qEs9gAMsTT8UOGfJdHRgceO { width:4.5rem;height:4.0625rem;top:0.3828125rem;left:11.249999761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMM3Z2xsP7kGGcFKnSClJSqT3SusSNct { width:11.625rem;height:1.462675rem;top:24.455729484558rem;left:3.5000002384186rem;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:24.530381202698rem;left:1.3914930820465rem; }
 }@media only screen and (max-width: 763px) { #XuFPbhUZEzV1hgtyXspbtA6ZNCI3yeLh { display:block; }#XuFPbhUZEzV1hgtyXspbtA6ZNCI3yeLh > .row .container { width:20rem;height:83.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNFsyaNZP8Km4u44EfVKWeTkrmrHqmTs { width:12.5rem;height:1.54296875rem;top:1.5625rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cygZoB0PJxM6A9VohU7bGtixqC8H9myl { width:18.75rem;height:27rem;top:25.780381202698rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JJ8NrFS6Hmyvyzyi9awNVOZ77dEDqupy { width:18.875rem;height:21.0625rem;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:57.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeNMBOTPmUmbWQ2glTAe3TCUFGCug9fL { width:12.5rem;height:3.798825rem;top:63rem;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:58.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukDmzldT3y41IQvLbS8BAwnG5pTiQ750 { width:20rem;height:11.6875rem;top:70.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlP8UKHJAKiWKMT76f4Drw04FV847Cle { width:2.4375rem;height:2.8125rem;top:71.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3loBi3Q0vOty4K2vkQk4fbz0TBZIlrO { width:18.375rem;height:3.798825rem;top:75.5625rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL { display:block; }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL > .row .container { width:20rem;height:90.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEXzxiUn4WNPWegRR9KHqsLSyqqt6gNW { width:20rem;height:1.54296875rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zvhgm71QK0sWqOEbqLESLLNM4x8aNXNG { width:20rem;height:48rem;top:4.04296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6Ei7vULLxKk8TVyXOFIsUVw6r73XQzr { width:19.375rem;height:1.4619125rem;top:5.2822265625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a5s8WNKFPS8yw6Tal5T749veoB97NTbE { width:2.75rem;height:3.5625rem;top:28.2373046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NqoMcRmgLVpOIkbbKRcrGSG0cuW0Ifk3 { width:19.375rem;height:7.7988125rem;top:7.984375rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uskXdZpvciCqDU1W1S45EQrB0NzkSP5t { width:19.375rem;height:3.0859375rem;top:18rem;left:0.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5HEPilZbDXeMQ6vACe38f3hQKOs4tVh { width:2.75rem;height:3.5625rem;top:42.755859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fk3wu6CreRAxXuRXGdfgcufwcSEwBHWa { width:19.375rem;height:3.8994125rem;top:21.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LqvANI9XpU8lg0c1iVXn3SiZFE9KrVX6 { width:19.375rem;height:3.0859375rem;top:43.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NccDUN9lMkykcBGS8wJbD5DK0uNnJTOF { width:2.75rem;height:3.5635123614663rem;top:36.9375rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUDrHJ77Nmax7Z2cKfNdf95TdbCuieFK { width:19.375rem;height:7.7988125rem;top:48.3125rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fnv1bgPUO52MlXxT1IX33OB0ziPlRXJe { width:19.375rem;height:1.54296875rem;top:69.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pqf5SLHF9VK8U7bcInkpr7TcFfsiHQAG { width:2.75rem;height:3.5635123614663rem;top:75.5859375rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZqHHpgCcnUEL3yv5RDO4DkxGTXTFOBAR { width:19.375rem;height:10.3984375rem;top:72.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kGBipZwIVM5dcrAI8CHFLTT7VAMVyTzy { width:19rem;height:4.125rem;top:84.5419921875rem;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) { #A5Art3vECczUGd6EIi0zf1y9SZ8tvGuR { width:20rem;height:15.2480625rem;top:26.5419921875rem;left:0rem;font-size:1rem;display:block; }#A5Art3vECczUGd6EIi0zf1y9SZ8tvGuR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bc4d5c83-9a01-4b25-8c6b-2e0c8f13e2a5/Ellipse3.svg); }
 }@media only screen and (max-width: 763px) { #tuMhM2mZ0FJFFcOdoTwxyyxIZWSTOA41 { width:20rem;height:8.9238125rem;top:58.0400390625rem;left:0rem;font-size:1rem;display:block; }#tuMhM2mZ0FJFFcOdoTwxyyxIZWSTOA41 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bc4d5c83-9a01-4b25-8c6b-2e0c8f13e2a5/Ellipse3.svg); }
 }@media only screen and (max-width: 763px) { #DOiaOAeihfAnhyHRTEtgJTd9T3K4M1Fv { display:block; }#DOiaOAeihfAnhyHRTEtgJTd9T3K4M1Fv > .row .container { width:20rem;height:63.9375rem;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:7.7988125rem;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:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMtgulAtxnGAAfIFrfyoIX6iNxB6cMi0 { width:13.5625rem;height:2.4375rem;top:1.25rem;left:3.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SATJcLIMEgLfQnc0nCyrEALmmacNOg7i { width:12.4375rem;height:12.4375rem;top:4.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW34MuueQxCtVT02SeSEM18fRMI9boUB { width:13.5625rem;height:7.5rem;top:18.625rem;left:3.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ml3R4yTFWxReab4nJ4sMtfT7QF5EhDZU { width:19.4375rem;height:27.65625rem;top:27.1875rem;left:0.28125rem;font-size:0.9375rem;display:block; }#Ml3R4yTFWxReab4nJ4sMtfT7QF5EhDZU li:before{  }
 }@media only screen and (max-width: 763px) { #GtBHNq9DTrxXdEQhSpAn5ydV5bXr71tb { width:14.4375rem;height:3.75rem;top:13.0625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #nPfRVP69aghg5GJkElp0I9k26DRdlJep { display:block; }#nPfRVP69aghg5GJkElp0I9k26DRdlJep > .row .container { width:20rem;height:13.6875rem;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.8125rem;top:3.787109375rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmyReXUpoqIr9FKWo4fC3sKo83ogfteI { width:20rem;height:6.625rem;top:6.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LSMOH9TOioyyuEzJZcRUn49DMZNJrfEm { width:5.75rem;height:5.25rem;top:7.537109375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNdRipkbCkoJ5XsRLoBt8Wek0DTLFaLl { width:20rem;height:6.625rem;top:6.6875rem;left:0rem;display:none; }
 }@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.1875rem;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:53.8125rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGT6DfIaSFgNAugHP8U5MQWENEZBvbop { display:block; }#aGT6DfIaSFgNAugHP8U5MQWENEZBvbop > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9v6IOnfU8C0VSd8e7Bmx77R2rzlnm9J { width:13.875rem;height:1.29980625rem;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.29980625rem;top:6.5rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI5pyAlag5xhfbXWSoMxdhqoN3dDGX5y { width:6.25rem;height:1.29980625rem;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.29980625rem;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:10.25rem;height:1.75rem;top:18.2998046875rem;left:4.875rem;display:block; }
 }