.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#01203d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#aTUsM6ipo27r0JDXVWtgiVtFPgyBGDZv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e6eb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aTUsM6ipo27r0JDXVWtgiVtFPgyBGDZv > .row .container { background-color: transparent; background-image: none; }#aTUsM6ipo27r0JDXVWtgiVtFPgyBGDZv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTUsM6ipo27r0JDXVWtgiVtFPgyBGDZv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTUsM6ipo27r0JDXVWtgiVtFPgyBGDZv > .row .container > .video-iframe-container { display: none; }#aTUsM6ipo27r0JDXVWtgiVtFPgyBGDZv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTUsM6ipo27r0JDXVWtgiVtFPgyBGDZv > .row > .video-iframe-container { display: none; }#aTUsM6ipo27r0JDXVWtgiVtFPgyBGDZv > .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); }#aTUsM6ipo27r0JDXVWtgiVtFPgyBGDZv > .row .container { border-width: 0; border-radius: 0; }#aTUsM6ipo27r0JDXVWtgiVtFPgyBGDZv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTUsM6ipo27r0JDXVWtgiVtFPgyBGDZv > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#VVfgogTsWvvv9OEUiCPsmW2m8B1GlTpW { position:absolute;display:block;z-index:15011;background-color:#000c43;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: 0.3125rem 0.3125rem 0.8125rem rgba(0,0,0,0.1) ;height:7.0625rem;width:24.375rem;top:1.3125rem;left:50.625rem;display:block; }
#N08Xd3HGVpxJSQZw5dv16MmM9VqIEHw0 { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:2.0625rem;left:52.0625rem;height:1.78125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RTGFllWqpnXT1q4ShzCRPD0TGxXPn2aT { position:absolute;display:block;z-index:15012;background-color:#6b2cf7;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: 0.3125rem 0.3125rem 0.8125rem rgba(0,0,0,0.1) ;height:5rem;width:22.1875rem;top:4.125rem;left:51.6875rem;display:block; }
#Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC .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; }
#Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.4575rem;padding-right:0.436875rem;padding-bottom:0.4575rem;padding-left:0.436875rem;display:block;align-items:center;width:2.618125rem;min-width:2.618125rem;height:2.454375rem;position:relative;font-family:inter;font-size:1.826875rem;font-weight:700;line-height:39.27px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem; }
#Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.285625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.490625rem;height:0.85rem;position:relative;font-family:inter;font-size:0.685625rem;font-weight:700;line-height:13.6px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:17.9375rem;height:4.505rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.1875rem;left:53.8125rem;z-index:15018; }
#Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #qSKXlx8HWwhzo7107tC3W3AURkcmbBNe { display:flex;position:relative;top:0rem;left:0rem; }
#Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #kT0p4bJw3aogPnh1Swb8bTy14tmbSBTm { width:auto; }
#Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #D3ntNZUkx9XGZFhzkrsBLRz1ewO8rve9 {  }
#Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #zdHfwQQRBikRIIHTayzZHa5Qyeg4Sgr8 { display:flex;position:relative;top:0rem;left:0rem; }
#Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #upwgytHFKyoFnXIhsQMewygWnoeT1u6D {  }
#Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #fcUipBGJiDSFqHMN6EoLItK5cyqk2Soa {  }
#Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #JlexyCBVN7qHOr07DqD0vEQbo0c9PfL5 { display:flex;position:relative;top:0rem;left:0rem; }
#Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #XDr7XZuDPTzbUNCuAQO8fiqw1RRe8wWT {  }
#Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #Vao67XgrkkMBTb89mvpuVvyxa2ouiM5e {  }
#Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #G2QteVFSbUgBTA7p5tTD8Mr2iQQEfNgm { display:flex;position:relative;top:0rem;left:0rem; }
#Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #OwzrM3tvKqTV0XWfqGSHGdZllPOvs5cb {  }
#Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #FyC174NJoEp260d3kdL4CtWqctibfiTU {  }
#M9bADDK26I13BwWOgKMCtGviqB0vmS00 { color:#013666;display:block;width:25.5625rem;position:absolute;font-family:"dax extrabold";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.5171873569489rem;left:0rem;height:5.69921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GiCq6z1fPox3OpMyQ7vOTp2BTbpFoVyU { color:#013666;display:block;width:15.1875rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:3.0996091365814rem;left:29.278903961182rem;height:4.9863375rem;text-align:center;text-align-last:center;display:block; }
#lTvEFVs23sZd68XUaa7JzKFauQaKaSEe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f7f8aa6e-502e-44b7-9810-15178e44fbe2/bg.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#lTvEFVs23sZd68XUaa7JzKFauQaKaSEe.adaptive-delivery-prevent-bg, #lTvEFVs23sZd68XUaa7JzKFauQaKaSEe.lazyload, #lTvEFVs23sZd68XUaa7JzKFauQaKaSEe.lazyloading { background-image: none; }#lTvEFVs23sZd68XUaa7JzKFauQaKaSEe > .row .container { background-color: transparent; background-image: none; }#lTvEFVs23sZd68XUaa7JzKFauQaKaSEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,54,102,0.65); }#lTvEFVs23sZd68XUaa7JzKFauQaKaSEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTvEFVs23sZd68XUaa7JzKFauQaKaSEe > .row .container > .video-iframe-container { display: none; }#lTvEFVs23sZd68XUaa7JzKFauQaKaSEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,54,102,0.65); }#lTvEFVs23sZd68XUaa7JzKFauQaKaSEe > .row > .video-iframe-container { display: none; }#lTvEFVs23sZd68XUaa7JzKFauQaKaSEe > .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); }#lTvEFVs23sZd68XUaa7JzKFauQaKaSEe > .row .container { border-width: 0; border-radius: 0; }#lTvEFVs23sZd68XUaa7JzKFauQaKaSEe::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTvEFVs23sZd68XUaa7JzKFauQaKaSEe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTvEFVs23sZd68XUaa7JzKFauQaKaSEe > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#rXOC1UVdg6vblTyqXffckPExXsoAXt5d { color:#ffffff;display:block;width:30.437125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:25rem;left:0rem;height:4.19921875rem;text-align:left;text-align-last:left;display:block; }
#hmFWPd3eywsGgBKGsp0Ha0cbCOXp7c37 { 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:3.1875rem;width:6.875rem;top:2.9367184638977rem;left:0rem;overflow:hidden;display:block; }
#TnIrEeOpvykOwMSFlTXQqI2yJASp37kQ { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:"dax medium";font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0rem;height:10.2363125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lO1UDwM2lbblQZRO1ChOw7LI2S2TTngy { 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.0625rem;width:30.6875rem;top:8.9375rem;left:0rem;overflow:hidden;display:block; }
#FJqdbpQXP4fXFDyQoTFvbXo9xQDdJmvJ { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(142deg, #a28ef7, #4eddd3);background-image: -moz-linear-gradient(142deg, #a28ef7, #4eddd3);background-image: -ms-linear-gradient(142deg, #a28ef7, #4eddd3);background-image: -o-linear-gradient(142deg, #a28ef7, #4eddd3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a28ef7', endColorstr='#4eddd3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a28ef7', endColorstr='#4eddd3' );";background-image: linear-gradient(142deg, #a28ef7, #4eddd3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.5rem;width:50.25rem;top:32.5rem;left:12.375rem;display:block; }
#MmhqbnutcDl4TxFnFgRGXISaNXTupi48 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:34rem;left:20rem; }
#PcRZbaTudQzICkFbvzXIwneawVw6BI5u { color:#013666;display:block;width:31rem;position:absolute;font-family:"dax medium";font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:34.1875rem;left:22.9375rem;height:1.8372375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BWca94Fqfz9ky5qqEcQ5KwsgMgTMDlsi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:37.375rem;left:20rem; }
#PJklpCb3TgKWyXmzu3mPhRuGq098ksX5 { color:#013666;display:block;width:31rem;position:absolute;font-family:"dax medium";font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:37.5625rem;left:22.9375rem;height:1.8372375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t1Th0Lgsgi8TRuNgOD1XvlGw5w3ICU8h { position:absolute;display:block;z-index:15000;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:35.312125rem;width:41.1866875rem;top:4.1847658157349rem;left:33.813278198243rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#01203d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:67.125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#DIJmQqTWeSTs94Nn3bh7b73VJB9kwRDA { color:#ffffff;display:block;width:38.875rem;position:absolute;font-family:"dax extrabold";font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.5rem;left:18.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QyBmkWWIKs5h7qRknCwefP8rA1AqEAIU { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:35.5rem;width:65rem;top:55.375rem;left:5rem;display:none; }
#EdZmTLHPUqKK6TA4wzh7ZyLQMe2nXizz { position:absolute;display:block;z-index:15079;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.5rem;width:2.0625rem;top:18.375rem;left:29.40625rem;overflow:hidden;display:none; }
#VEiI1hTWqVbMl6h4sT0quiGLR0w4Kph5 { position:absolute;display:block;z-index:15008;background-color:#00ada4;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:17.8125rem;left:29.0625rem;display:none; }
#GBKccONXtcTIPhULGViUFptbGbpRfnn5 { color:#013666;display:block;width:12.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21rem;left:29.0625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#HP4invmqJ1UG2bpWyQd9RP04a8Z4ygvu { color:#383838;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.625rem;left:29.0625rem;height:3.41015625rem;text-align:left;text-align-last:left;display:none; }
#HIZB4BI6gKsaSoA1FNlv8i6PFdFhbeg0 { position:absolute;display:block;z-index:15004;background-color:#e6ebf0;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:11.3125rem;width:20.75rem;top:16.25rem;left:27.1875rem;display:none; }
#dkqgbVb8hH7bITCo9gbJJZ49VKFuRhJW { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.5rem;top:31.3125rem;left:29.0625rem;overflow:hidden;display:none; }
#MGSrtutun3oCZbS3xHEDmXynIOmWhyN4 { position:absolute;display:block;z-index:15017;background-color:#00ada4;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:31rem;left:29rem;display:none; }
#H5nMNXEfTDGVxCPdzOFTGTkFywZNAEII { color:#013666;display:block;width:12.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:34.1875rem;left:29rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LsdbBDWx2bXdA0SScaw4yLTi7OSDlhdt { color:#383838;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:35.8125rem;left:29rem;height:3.41015625rem;text-align:left;text-align-last:left;display:none; }
#Sk5H0iUTnZrSHKv3Rw4fNntnfeuRb6Gg { position:absolute;display:block;z-index:15006;background-color:#e6ebf0;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:11.3125rem;width:20.75rem;top:29.4375rem;left:27.125rem;display:none; }
#okgXKD8u0sw7AcdtPn33FoGzksq9R1ZJ { background-color:#6a0dfd;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:4.625rem;left:27.625001907349rem;display:block; }
#xpfvmg1TvKFkzwIey9wIeJImN31fsmQV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZL1vSU8nQmPUmiEPKwzrnlmliEAGqBI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.1875rem;left:20rem; }
#TcTsgL1JDOD22GVxovaGAFLuVmGOxZef { color:#013666;display:block;width:34.1875rem;position:absolute;font-family:"dax medium";font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:1.5rem;left:22.9375rem;height:1.8372375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ae3FCqXS6XA4FZQgkXCFMsXcqPtrQeOs { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(64deg, #a28ef7, #4eddd3);background-image: -moz-linear-gradient(64deg, #a28ef7, #4eddd3);background-image: -ms-linear-gradient(64deg, #a28ef7, #4eddd3);background-image: -o-linear-gradient(64deg, #a28ef7, #4eddd3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a28ef7', endColorstr='#4eddd3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a28ef7', endColorstr='#4eddd3' );";background-image: linear-gradient(64deg, #a28ef7, #4eddd3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.0625rem;width:69.999375rem;top:54.375rem;left:2.5rem;display:block; }
#bxL3ktRbT3THEddQ0dROacQkyBRuA5JH { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.5);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.437125rem;width:20.7491875rem;top:57rem;left:27.1875rem;display:block; }
#I1U4e7EwIThlXm5nUThkx14qTkvCo3sx { color:#013666;display:block;width:19.562125rem;position:absolute;font-family:"dax extrabold";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:64.125rem;left:4.75rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O4SFcG4nqheOXbsilVR6LhyJ6IzDS7cT { color:#013666;display:block;width:16.562125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:61.75rem;left:29.0625rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BdNgXprmIDgC3TmpOVcvIyzver9MFIg7 { position:absolute;display:block;z-index:15008;background-color:#00ada4;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:58.5625rem;left:29.0625rem;display:block; }
#MeUH4HOSoKxxxCvu2CA5Hy9TGmNOwrw5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93710625rem;width:1.93710625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:58.875rem;left:29.375rem; }
#znUFFnvRf3xbOs8ImLpqSB2T0HScHZUo { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.5);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.4991875rem;width:20.7491875rem;top:57rem;left:49.375rem;display:block; }
#hZAeuCaNT8nMpAIyONXORH46D2Q6L4us { color:#013666;display:block;width:16.562125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:61.75rem;left:51.25rem;height:4.38671875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZONLlCwDT5qOMfcuO0NZbFWFaQ3T4Uzr { position:absolute;display:block;z-index:15011;background-color:#00ada4;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:58.5625rem;left:51.25rem;display:block; }
#VyV5xacvdBATETX3cgzklqXtQnBZ39NH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93710625rem;width:1.93710625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:58.875rem;left:51.625rem; }
#Xoz9zobMdCelRyDpU5OMpMMpouBhuoOZ { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(142deg, #a28ef7, #4eddd3);background-image: -moz-linear-gradient(142deg, #a28ef7, #4eddd3);background-image: -ms-linear-gradient(142deg, #a28ef7, #4eddd3);background-image: -o-linear-gradient(142deg, #a28ef7, #4eddd3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a28ef7', endColorstr='#4eddd3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a28ef7', endColorstr='#4eddd3' );";background-image: linear-gradient(142deg, #a28ef7, #4eddd3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.5rem;width:50.25rem;top:32.5rem;left:12.375rem;display:none; }
#OhhuSzVTQKW9lZsUyl3xWfcHfeVMiv78 { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28.125rem;width:50.25rem;top:19.500001907349rem;left:12.375rem;display:block; }
#wCR2uhzHtEbRdLB4BAqgGUB9SOAtIAdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33dec6d1-e86f-44be-b8e3-998d5c682526/bg2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wCR2uhzHtEbRdLB4BAqgGUB9SOAtIAdn.adaptive-delivery-prevent-bg, #wCR2uhzHtEbRdLB4BAqgGUB9SOAtIAdn.lazyload, #wCR2uhzHtEbRdLB4BAqgGUB9SOAtIAdn.lazyloading { background-image: none; }#wCR2uhzHtEbRdLB4BAqgGUB9SOAtIAdn > .row .container { background-color: transparent; background-image: none; }#wCR2uhzHtEbRdLB4BAqgGUB9SOAtIAdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,54,102,0.65); }#wCR2uhzHtEbRdLB4BAqgGUB9SOAtIAdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCR2uhzHtEbRdLB4BAqgGUB9SOAtIAdn > .row .container > .video-iframe-container { display: none; }#wCR2uhzHtEbRdLB4BAqgGUB9SOAtIAdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,54,102,0.65); }#wCR2uhzHtEbRdLB4BAqgGUB9SOAtIAdn > .row > .video-iframe-container { display: none; }#wCR2uhzHtEbRdLB4BAqgGUB9SOAtIAdn > .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); }#wCR2uhzHtEbRdLB4BAqgGUB9SOAtIAdn > .row .container { border-width: 0; border-radius: 0; }#wCR2uhzHtEbRdLB4BAqgGUB9SOAtIAdn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wCR2uhzHtEbRdLB4BAqgGUB9SOAtIAdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wCR2uhzHtEbRdLB4BAqgGUB9SOAtIAdn > .row .container { font-size:0.875rem;font-family:arial;height:84rem;width:75rem;position:relative;display:block; }#EqSTdTrZ1bOfCW1TyRUFlsqWFzVkQ0Xp { position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.5);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.624625rem;width:20.7491875rem;top:0.875rem;left:49.375rem;display:block; }
#T7cZDReaxezbxQxfB0twkoG8ipXgwaAM { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.5);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:9.5625rem;width:20.7491875rem;top:0.875rem;left:27.1875rem;display:block; }
#KRymW30qhDu3o6AIvJ6s1bMl2giKZcTN { position:absolute;display:block;z-index:15020;background-color:#00ada4;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:2.4375rem;left:51.25rem;display:block; }
#nzmgZqA5tV0DIhrxd80TE5PS4wgppZNX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93710625rem;width:1.93710625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:2.8125rem;left:51.625rem; }
#Qgh6t8vIIE4TUETHiWdFmPyILxCQ7Q3l { position:absolute;display:block;z-index:15017;background-color:#00ada4;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:2.4375rem;left:29.0625rem;display:block; }
#OUhqWEFviU7nwq4XpTqrEqSt7Hvh6M1e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93710625rem;width:1.93710625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:2.8125rem;left:29.4375rem; }
#gEfSBLkgcqtA1WdXvZaOOlDkTIZiNuvn { color:#013666;display:block;width:17.312125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.75rem;left:29.0625rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KFmThmaFTPe0ZxrxuKqpdHmfpRresFTe { color:#013666;display:block;width:16.562125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:5.75rem;left:51.25rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZADocrhkQrSsWziQ9exX9SyOsBnsknxC { color:#ffffff;display:block;width:38.874625rem;position:absolute;font-family:"dax extrabold";font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.8125rem;left:18.0625rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xEieIMhLVQTtmlgRWQCyhcxQc3gTstxv { position:absolute;display:block;z-index:15031;background-color:#dad7fe;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.125rem;width:3.125rem;top:26.5625rem;left:2.875rem;display:block; }
#iuuO1mZuhRhIpPIMeQa5dUkfSCw27EsV { color:#ffffff;display:block;width:16.0616875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:26.8125rem;left:6.5625rem;height:2.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qvh6dX3JigA65oeIGcMdGKJPmCBrQorW { position:absolute;display:block;z-index:15032;background-color:#dad7fe;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.125rem;width:3.125rem;top:32.4375rem;left:2.875rem;display:block; }
#rpVPTCiqJZ8t3CyUtoXNefCiaEBc7dfC { position:absolute;display:block;z-index:15032;background-color:#dad7fe;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.125rem;width:3.125rem;top:26.5625rem;left:27.625rem;display:block; }
#TGWTZ4qSoxoJKlPrgQo6uUVBDcATdt4g { position:absolute;display:block;z-index:15033;background-color:#dad7fe;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.125rem;width:3.125rem;top:32.375rem;left:27.6875rem;display:block; }
#DCG6zvdaAf3XWMl3PffDmi3flqV8FuXQ { color:#ffffff;display:block;width:16.0615rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:32.6875rem;left:6.5625rem;height:3.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V0OsCHVd9qU1O1eALXRUeezhLIDNmJuZ { color:#ffffff;display:block;width:16.0610625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:32.4375rem;left:31.4375rem;height:3.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NzO2EzvwB4u9TOVmzCblEvOgBwfCfGg8 { color:#ffffff;display:block;width:16.0616875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:26.875rem;left:31.4375rem;height:2.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OGnnSIE93gh11swpWNfIhRMWelk8Hpe7 { color:#ffffff;display:block;width:16.0615rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:32.5rem;left:56.25rem;height:3.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EVCQrenoQf9InAENafMtRt2eWHGBH0pe { color:#ffffff;display:block;width:16.0610625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:26.625rem;left:56.25rem;height:3.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zwKiskblWHQmTWS34bpPvWLIXL5TP2ZX { position:absolute;display:block;z-index:15038;background-color:#dad7fe;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.125rem;width:3.125rem;top:26.5625rem;left:52.375rem;display:block; }
#oUWkoRULUwclC0zRnMaRWH3e5r4WisrF { position:absolute;display:block;z-index:15039;background-color:#dad7fe;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.125rem;width:3.125rem;top:32.3125rem;left:52.375rem;display:block; }
#AFfO2VtL53c6zTcpHg7kgGfInkGy3k7k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:33.0625rem;left:3.5rem; }
#NeSCLR0qsBa6VKQOTnRURD7bkpBI2mJA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:33.0625rem;left:28.25rem; }
#nTrqF1TCMTreFgqqFiL1ccQrpwAlMkBr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:27.1875rem;left:3.5rem; }
#Vzos0WJQhwCvKHuz9FpEvG9Fn71pmC5h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:27.1875rem;left:28.25rem; }
#INVEOgDGwCAEp72WaJDvr8AgETcZJvhw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:27rem;left:53rem; }
#UNc6yTEimUvJPboJEfIlvP6k7XPM5r1d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:32.875rem;left:53rem; }
#wG9tGL2frcpRzKDIVpLU0hlPXhwAtfd4 { background-color:#6a0dfd;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:40rem;left:27.625rem;display:block; }
#CIWPgQSPfVlv7lVFq4gATwduJUKkvmxN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bW9DiUnb9ZzDH9ilNUy7TFJ7iDyOTm1C { position:absolute;display:block;z-index:15002;background-color:rgba(1,32,61,0.7);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.5) ;height:28.8125rem;width:50.25rem;top:48.5rem;left:12.375rem;display:block; }
#ruxGLLR2u4SutP2h6H6dQfNi6uC5Qy3r { color:#ffffff;display:block;width:38.8730625rem;position:absolute;font-family:"dax extrabold";font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:50.3125rem;left:18.0625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mzsht10z8ggvuGHE4TNzECfll7pwlNz1 { color:#ffffff;display:block;width:38.8730625rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:54.25rem;left:18.0625rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ObEFXoM4tCivAtiBMA5qm1G91TkHnETG { color:#ffffff;display:block;width:38.8730625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:60.306640625rem;left:18.0625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bhsrTUghuIpczaiTTQKlJzDVadygtCFJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:63.5625rem;left:22.5625rem; }
#E101AzGnRPHiCOdE8gfU7bUmTfvQ4WXs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:66.0625rem;left:22.5625rem; }
#arMT5T4VtOIzB0i1gQZc4LPkR9eDpSEZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:30.75rem;left:20.875rem; }
#JUA6SiXXkFqVSrGzszIaxk9ZRIO3A186 { color:#ffffff;display:block;width:31rem;position:absolute;font-family:"dax medium";font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:66.25rem;left:25.375rem;height:1.8372375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bXlLtAvKfgCmXsKmViZ8ig6f9zDhUh9C { color:#ffffff;display:block;width:31rem;position:absolute;font-family:"dax medium";font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:63.625rem;left:25.375rem;height:1.8372375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EJq3QfWufyD6ygIdTPo2zuHPUuThTwxc { background-color:#6a0dfd;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:75.75rem;left:25.625rem;display:block; }
#dcqOIfL3XlSTNJhVCVNRPQxqfOkXE3om { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XoX89ifwINfTIhHAlUBUHJ2wtdqKOxPk { color:#ffffff;display:block;width:31rem;position:absolute;font-family:"dax medium";font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:68.875rem;left:25.375rem;height:1.8372375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pnmASF8RX023euSesmrgScqPEdqeK02T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:68.625rem;left:22.5rem; }
#Uy0GT2rhHib77L4eIuzpS58Cq1yQrSQl { color:#ffffff;display:block;width:31rem;position:absolute;font-family:"dax medium";font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:71.5rem;left:25.375rem;height:1.8372375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ioOqGFl7B0L7ncC1A4zeePPPPGFdPqrK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:71.3125rem;left:22.6875rem; }
#ctaE5PO0ry6eTmqH0wGKEntkdGwLwQHn { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(64deg, #a28ef7, #4eddd3);background-image: -moz-linear-gradient(64deg, #a28ef7, #4eddd3);background-image: -ms-linear-gradient(64deg, #a28ef7, #4eddd3);background-image: -o-linear-gradient(64deg, #a28ef7, #4eddd3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a28ef7', endColorstr='#4eddd3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a28ef7', endColorstr='#4eddd3' );";background-image: linear-gradient(64deg, #a28ef7, #4eddd3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:26.0625rem;width:69.999375rem;top:54.375rem;left:2.5rem;display:none; }
#fn6dP0hSuWB1kyTnfI5SBWczzp4BoJPW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #a28ef7, #4eddd3);background-image: -moz-linear-gradient(87deg, #a28ef7, #4eddd3);background-image: -ms-linear-gradient(87deg, #a28ef7, #4eddd3);background-image: -o-linear-gradient(87deg, #a28ef7, #4eddd3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a28ef7', endColorstr='#4eddd3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a28ef7', endColorstr='#4eddd3' );";background-image: linear-gradient(87deg, #a28ef7, #4eddd3);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; }#fn6dP0hSuWB1kyTnfI5SBWczzp4BoJPW > .row .container { background-color: transparent; background-image: none; }#fn6dP0hSuWB1kyTnfI5SBWczzp4BoJPW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn6dP0hSuWB1kyTnfI5SBWczzp4BoJPW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn6dP0hSuWB1kyTnfI5SBWczzp4BoJPW > .row .container > .video-iframe-container { display: none; }#fn6dP0hSuWB1kyTnfI5SBWczzp4BoJPW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn6dP0hSuWB1kyTnfI5SBWczzp4BoJPW > .row > .video-iframe-container { display: none; }#fn6dP0hSuWB1kyTnfI5SBWczzp4BoJPW > .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); }#fn6dP0hSuWB1kyTnfI5SBWczzp4BoJPW > .row .container { border-width: 0; border-radius: 0; }#fn6dP0hSuWB1kyTnfI5SBWczzp4BoJPW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fn6dP0hSuWB1kyTnfI5SBWczzp4BoJPW > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#SxGBbcRtihfrP2A1GFymZTITiSG9bJPp { color:#013666;display:block;width:22.4375rem;position:absolute;font-family:"dax extrabold";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.125rem;left:2.84375rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IuslF6oeX3X5L41gc7mT0ae2w9TrtEUK { position:absolute;display:block;z-index:15004;border-top:0.4375rem solid #013666;border-left:0.4375rem solid #013666;border-right:0.4375rem solid #013666;border-bottom:0.4375rem solid #013666;border-top-left-radius:7.9375rem;border-top-right-radius:7.9375rem;border-bottom-left-radius:7.9375rem;border-bottom-right-radius:7.9375rem;box-shadow: none;height:9.8125rem;width:9.5625rem;top:4.03125rem;left:25.28125rem;overflow:hidden;display:block; }
#XmRCm5cebZE5vHHZ8SSmfNrtfldy98Ka { color:#013666;display:block;width:11.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.8125rem;left:36.625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z0N331oCT1SO9ewNwwTbMyDgtJo04IC5 { color:#013666;display:block;width:11.125rem;position:absolute;font-family:"dax medium";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.8125rem;left:36.625rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#arGlIatQcgTa7u1ZVzuK83QHmV6iOgq7 { color:#013666;display:block;width:11.125rem;position:absolute;font-family:"dax medium";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.8125rem;left:60.5rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IRlZPyui3pFRkb4VD1enuIyUohDxC1oZ { color:#013666;display:block;width:11.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.8125rem;left:60.5rem;height:5.19791875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GDVeCf8S2AI70RAL64JrWZ9KGvmTVMiW { position:absolute;display:block;z-index:15007;border-top:0.4375rem solid #013666;border-left:0.4375rem solid #013666;border-right:0.4375rem solid #013666;border-bottom:0.4375rem solid #013666;border-top-left-radius:7.9375rem;border-top-right-radius:7.9375rem;border-bottom-left-radius:7.9375rem;border-bottom-right-radius:7.9375rem;box-shadow: none;height:9.9375rem;width:9.9375rem;top:3.96875rem;left:48.65625rem;overflow:hidden;display:block; }
#toQk85Vo1OJaa75CsJnPVx6lrBN2ohhM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e6eb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#toQk85Vo1OJaa75CsJnPVx6lrBN2ohhM > .row .container { background-color: transparent; background-image: none; }#toQk85Vo1OJaa75CsJnPVx6lrBN2ohhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toQk85Vo1OJaa75CsJnPVx6lrBN2ohhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toQk85Vo1OJaa75CsJnPVx6lrBN2ohhM > .row .container > .video-iframe-container { display: none; }#toQk85Vo1OJaa75CsJnPVx6lrBN2ohhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toQk85Vo1OJaa75CsJnPVx6lrBN2ohhM > .row > .video-iframe-container { display: none; }#toQk85Vo1OJaa75CsJnPVx6lrBN2ohhM > .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); }#toQk85Vo1OJaa75CsJnPVx6lrBN2ohhM > .row .container { border-width: 0; border-radius: 0; }#toQk85Vo1OJaa75CsJnPVx6lrBN2ohhM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#toQk85Vo1OJaa75CsJnPVx6lrBN2ohhM > .row .container { font-size:0.875rem;font-family:arial;height:55.5625rem;width:75rem;position:relative;display:block; }#UgOk10dHQeSPrht58GAfifmbrew61mmt { color:#013666;display:block;width:38.8739375rem;position:absolute;font-family:"dax extrabold";font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.2687511444092rem;left:18.061458587646rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WW9nAQXcbtikXHIJrOOZZ9P7l78Etw6V { color:#013666;display:block;width:19.125rem;position:absolute;font-family:"dax medium";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9rem;left:13rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CETAdoNTHSpyg45waF0cTZ9CZJ5EBhM6 { color:#013666;display:block;width:19.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.625rem;left:13rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kd38rM5X8kk1N4dkPqbibgvgGEyVgHym { color:#013666;display:block;width:19.125rem;position:absolute;font-family:"dax medium";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.3125rem;left:13rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p1Ifyf8XTDiAmd4MCtq6M2x05eggXoeN { color:#013666;display:block;width:47.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15rem;left:13rem;height:2.59895625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iTclI86h0e1zTpAg1UxMC4PmgAHEWS7L { color:#013666;display:block;width:48.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:26.75rem;left:13rem;height:2.59895625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ixXlE6c2JIe4rJxQ6rJT7F8waPQmyJtK { color:#013666;display:block;width:19.125rem;position:absolute;font-family:"dax medium";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:25.125rem;left:13.0625rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C3kildp410TPe3GsuLRb83y3TbdNyFLD { color:#013666;display:block;width:48.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:20.9375rem;left:13.0625rem;height:2.59895625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bRXDDQmha3fb9LvBlB3LpAclKBuOV9ox { color:#013666;display:block;width:50.1875rem;position:absolute;font-family:"dax medium";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:19.3125rem;left:13.0625rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b1aISDbUTf59GPuRlory6TgLhhOXibTn { color:#013666;display:block;width:51.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:42.875rem;left:13rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PXIkmBhN5OXDSvlwleKLrx7oQ7O3cVdr { color:#013666;display:block;width:49.6875rem;position:absolute;font-family:"dax medium";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:41.25rem;left:13.0625rem;height:1.50390625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sFIR90QFvNtVPHTvZQmS0Z5fJrrSXkkA { color:#013666;display:block;width:48rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:37.0625rem;left:13.0625rem;height:2.59895625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fQW1Vq8vfPtD2ZAvfXdiyfgSkRMJQUHX { color:#013666;display:block;width:50.1875rem;position:absolute;font-family:"dax medium";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:35.4375rem;left:13.0625rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JEFlmTmo4CwTDUua7eqWpPxMTwKAB8dn { color:#013666;display:block;width:51.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:32.5625rem;left:13rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ukOOdT6oTfuORc7r2TfDibUTEzFLUdzM { color:#013666;display:block;width:19.125rem;position:absolute;font-family:"dax medium";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:30.875rem;left:13rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nCHyu5qyB7APlSJIieIwiycQH6mUD1IB { color:#013666;display:block;width:51.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:47.25rem;left:13rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LIyVXdyugW0BEJ8TSyJmxl89wI9ro2Wt { color:#013666;display:block;width:49.6875rem;position:absolute;font-family:"dax medium";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:45.625rem;left:13.0625rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rSPJLvWEZb6FHBGldFJVswkRwBIm8iXG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e6eb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rSPJLvWEZb6FHBGldFJVswkRwBIm8iXG > .row .container { background-color: transparent; background-image: none; }#rSPJLvWEZb6FHBGldFJVswkRwBIm8iXG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSPJLvWEZb6FHBGldFJVswkRwBIm8iXG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSPJLvWEZb6FHBGldFJVswkRwBIm8iXG > .row .container > .video-iframe-container { display: none; }#rSPJLvWEZb6FHBGldFJVswkRwBIm8iXG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSPJLvWEZb6FHBGldFJVswkRwBIm8iXG > .row > .video-iframe-container { display: none; }#rSPJLvWEZb6FHBGldFJVswkRwBIm8iXG > .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); }#rSPJLvWEZb6FHBGldFJVswkRwBIm8iXG > .row .container { border-width: 0; border-radius: 0; }#rSPJLvWEZb6FHBGldFJVswkRwBIm8iXG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSPJLvWEZb6FHBGldFJVswkRwBIm8iXG > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#Z6EAPFSVkT5SdeRy9i9ITodXGAbAIBZ1 { position:absolute;display:block;z-index:15015;background-color:#013666;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.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:4.4375rem;left:66.375rem;display:block; }
#JLggVu1XO3fO7iq6sm0iwzNFJXmmJuBJ { position:absolute;display:block;z-index:15017;background-color:#013666;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.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:4.4375rem;left:69.4375rem;display:block; }
#iAqMqATqDM0uTVLmTcBqW41M9qzyH3m1 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:5.0625rem;left:67.0625rem; }
#iAqMqATqDM0uTVLmTcBqW41M9qzyH3m1 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#uVLpXpZW5olQLLzn5gJutRPTzH58o6zg { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;top:4.8125rem;left:69.75rem; }
#uVLpXpZW5olQLLzn5gJutRPTzH58o6zg > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#KlEnMXbg3zbxovz9iCdtmdmbNpaKbGzu { position:absolute;display:block;z-index:15019;background-color:#013666;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.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:4.4375rem;left:72.5rem;display:block; }
#zAJdEsqBQvgGIzUZTMeEGUFTRkWSi9yT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:4.875rem;left:72.9375rem; }
#zAJdEsqBQvgGIzUZTMeEGUFTRkWSi9yT > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#F01aNvy9LQmMuRV8Me97zXJSeIELh1Ao { color:#013666;display:block;width:29.75rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:2.2747375rem;text-align:left;text-align-last:left;display:block; }
#omB6R603vJ7ud749HRNiwn33PTEaMMyG { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:13.1875rem;left:6.1875rem;height:3.41015625rem;text-align:left;text-align-last:left;display:none; }
#zVDobsx5n6WTMc9St9lZsiJI14Ts74ok { position:absolute;display:block;z-index:15017;background-color:#013666;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.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:4.4375rem;left:63.3125rem;display:block; }
#z62hFIWOIzG961slN7t869tdS9hawTal { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:5rem;left:63.875rem; }
#z62hFIWOIzG961slN7t869tdS9hawTal > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#AyErB1DqtSPMJ1zN94Ul5kJh8EuJRBk6 { position:absolute;display:block;z-index:15048;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.25rem;width:4.9375rem;top:3.1875rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aTUsM6ipo27r0JDXVWtgiVtFPgyBGDZv { display:block; }#aTUsM6ipo27r0JDXVWtgiVtFPgyBGDZv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVfgogTsWvvv9OEUiCPsmW2m8B1GlTpW { width:24.375rem;height:7rem;top:1.3125rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N08Xd3HGVpxJSQZw5dv16MmM9VqIEHw0 { width:21.5625rem;height:1.75rem;top:2.0625rem;left:26.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTGFllWqpnXT1q4ShzCRPD0TGxXPn2aT { width:22.125rem;height:4.9375rem;top:4.125rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC .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; }
#Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC .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; }
#Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC { display:flex;width:18rem;height:5.0625rem;top:0rem;left:23.25rem; }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #qSKXlx8HWwhzo7107tC3W3AURkcmbBNe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #kT0p4bJw3aogPnh1Swb8bTy14tmbSBTm {  }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #D3ntNZUkx9XGZFhzkrsBLRz1ewO8rve9 {  }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #zdHfwQQRBikRIIHTayzZHa5Qyeg4Sgr8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #upwgytHFKyoFnXIhsQMewygWnoeT1u6D {  }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #fcUipBGJiDSFqHMN6EoLItK5cyqk2Soa {  }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #JlexyCBVN7qHOr07DqD0vEQbo0c9PfL5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #XDr7XZuDPTzbUNCuAQO8fiqw1RRe8wWT {  }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #Vao67XgrkkMBTb89mvpuVvyxa2ouiM5e {  }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #G2QteVFSbUgBTA7p5tTD8Mr2iQQEfNgm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #OwzrM3tvKqTV0XWfqGSHGdZllPOvs5cb {  }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #FyC174NJoEp260d3kdL4CtWqctibfiTU {  }
 }@media only screen and (max-width: 763px) { #M9bADDK26I13BwWOgKMCtGviqB0vmS00 { top:2.5rem;left:0rem;width:25.5625rem;height:5.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiCq6z1fPox3OpMyQ7vOTp2BTbpFoVyU { top:3.0625rem;left:15.653903961182rem;width:15.1875rem;height:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTvEFVs23sZd68XUaa7JzKFauQaKaSEe { display:block; }#lTvEFVs23sZd68XUaa7JzKFauQaKaSEe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXOC1UVdg6vblTyqXffckPExXsoAXt5d { top:25rem;left:0rem;width:30.375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmFWPd3eywsGgBKGsp0Ha0cbCOXp7c37 { top:2.875rem;left:0rem;width:6.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnIrEeOpvykOwMSFlTXQqI2yJASp37kQ { top:12.5625rem;left:0rem;width:31.75rem;height:10.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO1UDwM2lbblQZRO1ChOw7LI2S2TTngy { top:8.9375rem;left:0rem;width:30.6875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJqdbpQXP4fXFDyQoTFvbXo9xQDdJmvJ { top:32.5rem;left:0rem;width:47.75rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmhqbnutcDl4TxFnFgRGXISaNXTupi48 { top:34rem;left:6.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcRZbaTudQzICkFbvzXIwneawVw6BI5u { top:34.1875rem;left:9.3125004768369rem;width:31rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWca94Fqfz9ky5qqEcQ5KwsgMgTMDlsi { top:37.375rem;left:6.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJklpCb3TgKWyXmzu3mPhRuGq098ksX5 { top:37.5625rem;left:9.3125rem;width:31rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1Th0Lgsgi8TRuNgOD1XvlGw5w3ICU8h { top:4.125rem;left:6.5625rem;width:41.125rem;height:35.259236145781rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIJmQqTWeSTs94Nn3bh7b73VJB9kwRDA { top:11.5rem;left:4.4375009536743rem;width:38.875rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyBmkWWIKs5h7qRknCwefP8rA1AqEAIU { top:55.375rem;left:0rem;width:47.75rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdZmTLHPUqKK6TA4wzh7ZyLQMe2nXizz { top:18.375rem;left:15.78125rem;width:2.0625rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VEiI1hTWqVbMl6h4sT0quiGLR0w4Kph5 { top:17.8125rem;left:15.4375rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GBKccONXtcTIPhULGViUFptbGbpRfnn5 { top:21rem;left:15.4375rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HP4invmqJ1UG2bpWyQd9RP04a8Z4ygvu { top:22.625rem;left:15.4375rem;width:16.0625rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIZB4BI6gKsaSoA1FNlv8i6PFdFhbeg0 { top:16.25rem;left:13.5625rem;width:20.75rem;height:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkqgbVb8hH7bITCo9gbJJZ49VKFuRhJW { top:31.3125rem;left:15.4375rem;width:2.5rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MGSrtutun3oCZbS3xHEDmXynIOmWhyN4 { top:31rem;left:15.375rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5nMNXEfTDGVxCPdzOFTGTkFywZNAEII { top:34.1875rem;left:15.375rem;width:12.4375rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LsdbBDWx2bXdA0SScaw4yLTi7OSDlhdt { top:35.8125rem;left:15.375rem;width:16.0625rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sk5H0iUTnZrSHKv3Rw4fNntnfeuRb6Gg { top:29.4375rem;left:13.5rem;width:20.75rem;height:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #okgXKD8u0sw7AcdtPn33FoGzksq9R1ZJ { width:19.75rem;height:3rem;top:4.625rem;left:14.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpfvmg1TvKFkzwIey9wIeJImN31fsmQV { display:block; }
 }@media only screen and (max-width: 763px) { #TZL1vSU8nQmPUmiEPKwzrnlmliEAGqBI { top:1.1875rem;left:6.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcTsgL1JDOD22GVxovaGAFLuVmGOxZef { top:1.5rem;left:9.3125rem;width:34.1875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae3FCqXS6XA4FZQgkXCFMsXcqPtrQeOs { top:54.375rem;left:0rem;width:47.75rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxL3ktRbT3THEddQ0dROacQkyBRuA5JH { top:57rem;left:13.5625rem;width:20.6875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1U4e7EwIThlXm5nUThkx14qTkvCo3sx { top:64.125rem;left:0rem;width:19.5rem;height:6.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4SFcG4nqheOXbsilVR6LhyJ6IzDS7cT { top:61.75rem;left:15.4375rem;width:16.5rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdNgXprmIDgC3TmpOVcvIyzver9MFIg7 { top:58.5625rem;left:15.4375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeUH4HOSoKxxxCvu2CA5Hy9TGmNOwrw5 { top:58.875rem;left:15.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znUFFnvRf3xbOs8ImLpqSB2T0HScHZUo { top:57rem;left:27.0625rem;width:20.6875rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZAeuCaNT8nMpAIyONXORH46D2Q6L4us { top:61.75rem;left:31.25rem;width:16.5rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZONLlCwDT5qOMfcuO0NZbFWFaQ3T4Uzr { top:58.5625rem;left:37.625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyV5xacvdBATETX3cgzklqXtQnBZ39NH { top:58.875rem;left:38rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xoz9zobMdCelRyDpU5OMpMMpouBhuoOZ { top:32.5rem;left:0rem;width:47.75rem;height:13.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhhuSzVTQKW9lZsUyl3xWfcHfeVMiv78 { top:19.5rem;left:0rem;width:47.75rem;height:26.725746268657rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCR2uhzHtEbRdLB4BAqgGUB9SOAtIAdn { display:block; }#wCR2uhzHtEbRdLB4BAqgGUB9SOAtIAdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqSTdTrZ1bOfCW1TyRUFlsqWFzVkQ0Xp { top:0.875rem;left:27.0625rem;width:20.6875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7cZDReaxezbxQxfB0twkoG8ipXgwaAM { top:0.875rem;left:13.5625rem;width:20.6875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRymW30qhDu3o6AIvJ6s1bMl2giKZcTN { top:2.4375rem;left:37.625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzmgZqA5tV0DIhrxd80TE5PS4wgppZNX { top:2.8125rem;left:38rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgh6t8vIIE4TUETHiWdFmPyILxCQ7Q3l { top:2.4375rem;left:15.4375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUhqWEFviU7nwq4XpTqrEqSt7Hvh6M1e { top:2.8125rem;left:15.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEfSBLkgcqtA1WdXvZaOOlDkTIZiNuvn { top:5.75rem;left:15.4375rem;width:17.25rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFmThmaFTPe0ZxrxuKqpdHmfpRresFTe { top:5.75rem;left:31.25rem;width:16.5rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZADocrhkQrSsWziQ9exX9SyOsBnsknxC { top:18.8125rem;left:4.4375rem;width:38.8125rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEieIMhLVQTtmlgRWQCyhcxQc3gTstxv { top:26.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuuO1mZuhRhIpPIMeQa5dUkfSCw27EsV { top:26.8125rem;left:0rem;width:16rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvh6dX3JigA65oeIGcMdGKJPmCBrQorW { top:32.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpVPTCiqJZ8t3CyUtoXNefCiaEBc7dfC { top:26.5625rem;left:14rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGWTZ4qSoxoJKlPrgQo6uUVBDcATdt4g { top:32.375rem;left:14.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCG6zvdaAf3XWMl3PffDmi3flqV8FuXQ { top:32.6875rem;left:0rem;width:16rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0OsCHVd9qU1O1eALXRUeezhLIDNmJuZ { top:32.4375rem;left:17.8125rem;width:16rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzO2EzvwB4u9TOVmzCblEvOgBwfCfGg8 { top:26.875rem;left:17.8125rem;width:16rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGnnSIE93gh11swpWNfIhRMWelk8Hpe7 { top:32.5rem;left:31.75rem;width:16rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVCQrenoQf9InAENafMtRt2eWHGBH0pe { top:26.625rem;left:31.75rem;width:16rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwKiskblWHQmTWS34bpPvWLIXL5TP2ZX { top:26.5625rem;left:38.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUWkoRULUwclC0zRnMaRWH3e5r4WisrF { top:32.3125rem;left:38.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFfO2VtL53c6zTcpHg7kgGfInkGy3k7k { top:33.0625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeSCLR0qsBa6VKQOTnRURD7bkpBI2mJA { top:33.0625rem;left:14.625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTrqF1TCMTreFgqqFiL1ccQrpwAlMkBr { top:27.1875rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vzos0WJQhwCvKHuz9FpEvG9Fn71pmC5h { top:27.1875rem;left:14.625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INVEOgDGwCAEp72WaJDvr8AgETcZJvhw { top:27rem;left:39.375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNc6yTEimUvJPboJEfIlvP6k7XPM5r1d { top:32.875rem;left:39.375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG9tGL2frcpRzKDIVpLU0hlPXhwAtfd4 { width:19.75rem;height:3rem;top:40rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIWPgQSPfVlv7lVFq4gATwduJUKkvmxN { display:block; }
 }@media only screen and (max-width: 763px) { #bW9DiUnb9ZzDH9ilNUy7TFJ7iDyOTm1C { top:48.5rem;left:0rem;width:47.75rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruxGLLR2u4SutP2h6H6dQfNi6uC5Qy3r { top:50.3125rem;left:4.4375rem;width:38.8125rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzsht10z8ggvuGHE4TNzECfll7pwlNz1 { top:54.25rem;left:4.4375rem;width:38.8125rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObEFXoM4tCivAtiBMA5qm1G91TkHnETG { top:60.25rem;left:4.4375rem;width:38.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhsrTUghuIpczaiTTQKlJzDVadygtCFJ { top:63.5625rem;left:8.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E101AzGnRPHiCOdE8gfU7bUmTfvQ4WXs { top:66.0625rem;left:8.9375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #arMT5T4VtOIzB0i1gQZc4LPkR9eDpSEZ { top:30.75rem;left:7.25rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUA6SiXXkFqVSrGzszIaxk9ZRIO3A186 { top:66.25rem;left:11.75rem;width:31rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXlLtAvKfgCmXsKmViZ8ig6f9zDhUh9C { top:63.625rem;left:11.750000476837rem;width:31rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJq3QfWufyD6ygIdTPo2zuHPUuThTwxc { width:23.75rem;height:3rem;top:75.75rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcqOIfL3XlSTNJhVCVNRPQxqfOkXE3om { display:block; }
 }@media only screen and (max-width: 763px) { #XoX89ifwINfTIhHAlUBUHJ2wtdqKOxPk { top:68.875rem;left:11.75rem;width:31rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnmASF8RX023euSesmrgScqPEdqeK02T { top:68.625rem;left:8.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy0GT2rhHib77L4eIuzpS58Cq1yQrSQl { top:71.5rem;left:11.75rem;width:31rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioOqGFl7B0L7ncC1A4zeePPPPGFdPqrK { top:71.3125rem;left:9.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctaE5PO0ry6eTmqH0wGKEntkdGwLwQHn { top:54.375rem;left:0rem;width:47.75rem;height:26.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fn6dP0hSuWB1kyTnfI5SBWczzp4BoJPW { display:block; }#fn6dP0hSuWB1kyTnfI5SBWczzp4BoJPW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxGBbcRtihfrP2A1GFymZTITiSG9bJPp { top:6.125rem;left:0rem;width:22.4375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuslF6oeX3X5L41gc7mT0ae2w9TrtEUK { top:4rem;left:11.65625rem;width:9.5625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmRCm5cebZE5vHHZ8SSmfNrtfldy98Ka { top:8.8125rem;left:23rem;width:11.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0N331oCT1SO9ewNwwTbMyDgtJo04IC5 { top:6.8125rem;left:23rem;width:11.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #arGlIatQcgTa7u1ZVzuK83QHmV6iOgq7 { top:6.8125rem;left:36.625rem;width:11.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRlZPyui3pFRkb4VD1enuIyUohDxC1oZ { top:8.8125rem;left:36.5rem;width:11.25rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDVeCf8S2AI70RAL64JrWZ9KGvmTVMiW { top:3.9375rem;left:35.03125rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toQk85Vo1OJaa75CsJnPVx6lrBN2ohhM { display:block; }#toQk85Vo1OJaa75CsJnPVx6lrBN2ohhM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgOk10dHQeSPrht58GAfifmbrew61mmt { top:4.25rem;left:4.4364585876465rem;width:38.8125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW9nAQXcbtikXHIJrOOZZ9P7l78Etw6V { top:9rem;left:0rem;width:19.125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CETAdoNTHSpyg45waF0cTZ9CZJ5EBhM6 { top:10.625rem;left:0rem;width:19.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd38rM5X8kk1N4dkPqbibgvgGEyVgHym { top:13.3125rem;left:0rem;width:19.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1Ifyf8XTDiAmd4MCtq6M2x05eggXoeN { top:15rem;left:0rem;width:47.625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTclI86h0e1zTpAg1UxMC4PmgAHEWS7L { top:26.75rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixXlE6c2JIe4rJxQ6rJT7F8waPQmyJtK { top:25.125rem;left:0rem;width:19.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3kildp410TPe3GsuLRb83y3TbdNyFLD { top:20.9375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRXDDQmha3fb9LvBlB3LpAclKBuOV9ox { top:19.3125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1aISDbUTf59GPuRlory6TgLhhOXibTn { top:42.875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXIkmBhN5OXDSvlwleKLrx7oQ7O3cVdr { top:41.25rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFIR90QFvNtVPHTvZQmS0Z5fJrrSXkkA { top:37.0625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQW1Vq8vfPtD2ZAvfXdiyfgSkRMJQUHX { top:35.4375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEFlmTmo4CwTDUua7eqWpPxMTwKAB8dn { top:32.5625rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukOOdT6oTfuORc7r2TfDibUTEzFLUdzM { top:30.875rem;left:0rem;width:19.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCHyu5qyB7APlSJIieIwiycQH6mUD1IB { top:47.25rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIyVXdyugW0BEJ8TSyJmxl89wI9ro2Wt { top:45.625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSPJLvWEZb6FHBGldFJVswkRwBIm8iXG { display:block; }#rSPJLvWEZb6FHBGldFJVswkRwBIm8iXG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6EAPFSVkT5SdeRy9i9ITodXGAbAIBZ1 { top:4.4375rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLggVu1XO3fO7iq6sm0iwzNFJXmmJuBJ { top:4.4375rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAqMqATqDM0uTVLmTcBqW41M9qzyH3m1 { top:5.0625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#iAqMqATqDM0uTVLmTcBqW41M9qzyH3m1 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #uVLpXpZW5olQLLzn5gJutRPTzH58o6zg { top:4.8125rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
#uVLpXpZW5olQLLzn5gJutRPTzH58o6zg > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #KlEnMXbg3zbxovz9iCdtmdmbNpaKbGzu { top:4.4375rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAJdEsqBQvgGIzUZTMeEGUFTRkWSi9yT { top:4.875rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#zAJdEsqBQvgGIzUZTMeEGUFTRkWSi9yT > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #F01aNvy9LQmMuRV8Me97zXJSeIELh1Ao { top:5.875rem;left:0rem;width:29.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omB6R603vJ7ud749HRNiwn33PTEaMMyG { top:13.1875rem;left:0rem;width:29.75rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zVDobsx5n6WTMc9St9lZsiJI14Ts74ok { top:4.4375rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z62hFIWOIzG961slN7t869tdS9hawTal { top:5rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
#z62hFIWOIzG961slN7t869tdS9hawTal > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #AyErB1DqtSPMJ1zN94Ul5kJh8EuJRBk6 { top:3.1875rem;left:0rem;width:4.9375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aTUsM6ipo27r0JDXVWtgiVtFPgyBGDZv { display:block; }#aTUsM6ipo27r0JDXVWtgiVtFPgyBGDZv > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVfgogTsWvvv9OEUiCPsmW2m8B1GlTpW { width:18.5rem;height:5.375rem;top:14.875rem;left:0.75rem;background-color:#6a0dfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #N08Xd3HGVpxJSQZw5dv16MmM9VqIEHw0 { width:19.9991875rem;height:1.5rem;top:12.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTGFllWqpnXT1q4ShzCRPD0TGxXPn2aT { width:20rem;height:4.9375rem;top:12.375rem;left:0rem;z-index:14995;background-color:#280166;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC .widget-text.counter-number { padding-top:0.399375rem;padding-right:0.354375rem;padding-bottom:0.399375rem;padding-left:0.354375rem;width:2.125rem;min-width:2.125rem;height:2.146875rem;font-size:1.5975rem;line-height:34.35px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.249375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.83375rem;height:0.848125rem;font-size:0.59875rem;line-height:13.57px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC { display:flex;width:15.3125rem;height:4.043125rem;top:15.25rem;left:2.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #qSKXlx8HWwhzo7107tC3W3AURkcmbBNe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #kT0p4bJw3aogPnh1Swb8bTy14tmbSBTm {  }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #D3ntNZUkx9XGZFhzkrsBLRz1ewO8rve9 {  }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #zdHfwQQRBikRIIHTayzZHa5Qyeg4Sgr8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #upwgytHFKyoFnXIhsQMewygWnoeT1u6D {  }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #fcUipBGJiDSFqHMN6EoLItK5cyqk2Soa {  }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #JlexyCBVN7qHOr07DqD0vEQbo0c9PfL5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #XDr7XZuDPTzbUNCuAQO8fiqw1RRe8wWT {  }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #Vao67XgrkkMBTb89mvpuVvyxa2ouiM5e {  }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #G2QteVFSbUgBTA7p5tTD8Mr2iQQEfNgm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #OwzrM3tvKqTV0XWfqGSHGdZllPOvs5cb {  }
 }@media only screen and (max-width: 763px) { #Vpn2pocBcIg7HTcrMHM9TZcxlFPFoiRC #FyC174NJoEp260d3kdL4CtWqctibfiTU {  }
 }@media only screen and (max-width: 763px) { #M9bADDK26I13BwWOgKMCtGviqB0vmS00 { width:18.125rem;height:4.2rem;top:2.3015625476837rem;left:0.93671876192094rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GiCq6z1fPox3OpMyQ7vOTp2BTbpFoVyU { width:15.1875rem;height:4.1982375rem;top:7.4375rem;left:2.4062500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTvEFVs23sZd68XUaa7JzKFauQaKaSEe { position:relative;z-index:auto;display:block; }#lTvEFVs23sZd68XUaa7JzKFauQaKaSEe > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXOC1UVdg6vblTyqXffckPExXsoAXt5d { width:19.374625rem;height:4.8984375rem;top:17.54648399353rem;left:0.31054681539536rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hmFWPd3eywsGgBKGsp0Ha0cbCOXp7c37 { width:6.875rem;height:3.1875rem;top:1.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnIrEeOpvykOwMSFlTXQqI2yJASp37kQ { width:16.187125rem;height:7.796875rem;top:8.47031211853rem;left:1.9042966961861rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lO1UDwM2lbblQZRO1ChOw7LI2S2TTngy { width:16.125rem;height:1.5rem;top:6.59531211853rem;left:1.9359374642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJqdbpQXP4fXFDyQoTFvbXo9xQDdJmvJ { width:20rem;height:7.75rem;top:40.75rem;left:0rem;z-index:14999;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(88deg, #a28ef7, #4eddd3);background-image: -moz-linear-gradient(88deg, #a28ef7, #4eddd3);background-image: -ms-linear-gradient(88deg, #a28ef7, #4eddd3);background-image: -o-linear-gradient(88deg, #a28ef7, #4eddd3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a28ef7', endColorstr='#4eddd3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a28ef7', endColorstr='#4eddd3' );";background-image: linear-gradient(88deg, #a28ef7, #4eddd3);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MmhqbnutcDl4TxFnFgRGXISaNXTupi48 { display:flex;width:1.56210625rem;height:1.56210625rem;top:42.431251525879rem;left:1.0734375119209rem; }
 }@media only screen and (max-width: 763px) { #PcRZbaTudQzICkFbvzXIwneawVw6BI5u { width:13.625rem;height:2.7rem;top:41.826564788818rem;left:3.0609374642372rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BWca94Fqfz9ky5qqEcQ5KwsgMgTMDlsi { display:flex;width:1.6875rem;height:1.75rem;top:45.763282775879rem;left:1.0109375119209rem; }
 }@media only screen and (max-width: 763px) { #PJklpCb3TgKWyXmzu3mPhRuGq098ksX5 { width:13.875rem;height:2.7rem;top:45.375782012939rem;left:3.0773437619209rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t1Th0Lgsgi8TRuNgOD1XvlGw5w3ICU8h { width:19.9984375rem;height:17.146875rem;top:23.616409301757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIJmQqTWeSTs94Nn3bh7b73VJB9kwRDA { width:16.4375rem;height:7.984375rem;top:8.3750004768369rem;left:1.7812500596046rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QyBmkWWIKs5h7qRknCwefP8rA1AqEAIU { width:20rem;height:35.5rem;top:55.3984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdZmTLHPUqKK6TA4wzh7ZyLQMe2nXizz { width:2.0625rem;height:1.5rem;top:5.0632781982422rem;left:2.21875rem;z-index:15089;display:none; }
 }@media only screen and (max-width: 763px) { #VEiI1hTWqVbMl6h4sT0quiGLR0w4Kph5 { width:2.625rem;height:2.625rem;top:4.5007781982422rem;left:1.875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #GBKccONXtcTIPhULGViUFptbGbpRfnn5 { width:12.4375rem;height:0;top:7.6882781982425rem;left:1.875rem;font-size:1rem;z-index:15096;display:none; }
 }@media only screen and (max-width: 763px) { #HP4invmqJ1UG2bpWyQd9RP04a8Z4ygvu { width:16.0625rem;height:0;top:9.3132781982425rem;left:1.875rem;font-size:0.875rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #HIZB4BI6gKsaSoA1FNlv8i6PFdFhbeg0 { width:20rem;height:11.3125rem;top:2.9382781982422rem;left:0rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #dkqgbVb8hH7bITCo9gbJJZ49VKFuRhJW { width:2.5rem;height:1.9375rem;top:18.000778198243rem;left:1.9375rem;z-index:15093;display:none; }
 }@media only screen and (max-width: 763px) { #MGSrtutun3oCZbS3xHEDmXynIOmWhyN4 { width:2.625rem;height:2.625rem;top:17.688278198243rem;left:1.875rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #H5nMNXEfTDGVxCPdzOFTGTkFywZNAEII { width:12.4375rem;height:0;top:20.875778198243rem;left:1.875rem;font-size:1rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #LsdbBDWx2bXdA0SScaw4yLTi7OSDlhdt { width:16.0625rem;height:0;top:22.500778198243rem;left:1.875rem;font-size:0.875rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #Sk5H0iUTnZrSHKv3Rw4fNntnfeuRb6Gg { width:20rem;height:11.3125rem;top:16.125778198243rem;left:0rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #okgXKD8u0sw7AcdtPn33FoGzksq9R1ZJ { width:16.875rem;height:2.5625rem;top:3.8125rem;left:1.5937500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpfvmg1TvKFkzwIey9wIeJImN31fsmQV { display:block; }
 }@media only screen and (max-width: 763px) { #TZL1vSU8nQmPUmiEPKwzrnlmliEAGqBI { display:flex;width:1.375rem;height:1.375rem;top:0.47500038146973rem;left:1.1867187619209rem; }
 }@media only screen and (max-width: 763px) { #TcTsgL1JDOD22GVxovaGAFLuVmGOxZef { width:16.375rem;height:2.7rem;top:0.10000038146972rem;left:3.0625000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ae3FCqXS6XA4FZQgkXCFMsXcqPtrQeOs { width:20rem;height:16.5625rem;top:30.4375rem;left:0rem;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(84deg, #a28ef7, #4eddd3);background-image: -moz-linear-gradient(84deg, #a28ef7, #4eddd3);background-image: -ms-linear-gradient(84deg, #a28ef7, #4eddd3);background-image: -o-linear-gradient(84deg, #a28ef7, #4eddd3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a28ef7', endColorstr='#4eddd3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a28ef7', endColorstr='#4eddd3' );";background-image: linear-gradient(84deg, #a28ef7, #4eddd3);background-size:auto !important;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxL3ktRbT3THEddQ0dROacQkyBRuA5JH { width:18.875rem;height:3.9375rem;top:36.899859428406rem;left:0.47940337657929rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1U4e7EwIThlXm5nUThkx14qTkvCo3sx { width:15.0625rem;height:4.225rem;top:32.033381462097rem;left:2.4687501192093rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O4SFcG4nqheOXbsilVR6LhyJ6IzDS7cT { width:12.0625rem;height:2.2734375rem;top:37.612928390503rem;left:3.9687501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdNgXprmIDgC3TmpOVcvIyzver9MFIg7 { width:2.25rem;height:2.25rem;top:37.625001907349rem;left:1.186079621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeUH4HOSoKxxxCvu2CA5Hy9TGmNOwrw5 { display:flex;width:1.625rem;height:1.625rem;top:43.156250953674rem;left:1.59375rem; }
 }@media only screen and (max-width: 763px) { #znUFFnvRf3xbOs8ImLpqSB2T0HScHZUo { width:19rem;height:3.9375rem;top:42.000001907349rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZAeuCaNT8nMpAIyONXORH46D2Q6L4us { width:14.0625rem;height:2.2734375rem;top:42.921167373657rem;left:4.014204621315rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZONLlCwDT5qOMfcuO0NZbFWFaQ3T4Uzr { width:2.3125rem;height:2.3125rem;top:42.833808898926rem;left:1.186079621315rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyV5xacvdBATETX3cgzklqXtQnBZ39NH { display:flex;width:1.625rem;height:1.625rem;top:37.937501907349rem;left:1.5312501192093rem; }
 }@media only screen and (max-width: 763px) { #Xoz9zobMdCelRyDpU5OMpMMpouBhuoOZ { width:20rem;height:5rem;top:0rem;left:0rem;z-index:15000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(88deg, #a28ef7, #4eddd3);background-image: -moz-linear-gradient(88deg, #a28ef7, #4eddd3);background-image: -ms-linear-gradient(88deg, #a28ef7, #4eddd3);background-image: -o-linear-gradient(88deg, #a28ef7, #4eddd3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a28ef7', endColorstr='#4eddd3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a28ef7', endColorstr='#4eddd3' );";background-image: linear-gradient(88deg, #a28ef7, #4eddd3);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OhhuSzVTQKW9lZsUyl3xWfcHfeVMiv78 { height:11.194029850746rem;width:20rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCR2uhzHtEbRdLB4BAqgGUB9SOAtIAdn { display:block; }#wCR2uhzHtEbRdLB4BAqgGUB9SOAtIAdn > .row .container { width:20rem;height:82.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqSTdTrZ1bOfCW1TyRUFlsqWFzVkQ0Xp { width:18.625rem;height:4rem;top:5.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7cZDReaxezbxQxfB0twkoG8ipXgwaAM { width:18.875rem;height:4.25rem;top:0rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRymW30qhDu3o6AIvJ6s1bMl2giKZcTN { width:2.3125rem;height:2.3125rem;top:6.28125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzmgZqA5tV0DIhrxd80TE5PS4wgppZNX { display:flex;width:1.6875rem;height:1.6875rem;top:1.28125rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #Qgh6t8vIIE4TUETHiWdFmPyILxCQ7Q3l { width:2.3125rem;height:2.3125rem;top:0.96875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUhqWEFviU7nwq4XpTqrEqSt7Hvh6M1e { display:flex;width:1.625rem;height:1.625rem;top:6.625rem;left:1.53125rem; }
 }@media only screen and (max-width: 763px) { #gEfSBLkgcqtA1WdXvZaOOlDkTIZiNuvn { width:13.9375rem;height:2.2734375rem;top:0.98750019073488rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFmThmaFTPe0ZxrxuKqpdHmfpRresFTe { width:13.625rem;height:2.2734375rem;top:6.30078125rem;left:4.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZADocrhkQrSsWziQ9exX9SyOsBnsknxC { width:19.9985625rem;height:6.3369375rem;top:14.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xEieIMhLVQTtmlgRWQCyhcxQc3gTstxv { width:3.125rem;height:3.125rem;top:21.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuuO1mZuhRhIpPIMeQa5dUkfSCw27EsV { width:13.375rem;height:2.2734375rem;top:22.375rem;left:4.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qvh6dX3JigA65oeIGcMdGKJPmCBrQorW { width:3.125rem;height:3.125rem;top:33.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpVPTCiqJZ8t3CyUtoXNefCiaEBc7dfC { width:3.125rem;height:3.125rem;top:26rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGWTZ4qSoxoJKlPrgQo6uUVBDcATdt4g { width:3.125rem;height:3.125rem;top:37.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCG6zvdaAf3XWMl3PffDmi3flqV8FuXQ { width:14.4375rem;height:3.41015625rem;top:33.8125rem;left:4.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V0OsCHVd9qU1O1eALXRUeezhLIDNmJuZ { width:14.9375rem;height:2.2734375rem;top:38.375rem;left:4.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NzO2EzvwB4u9TOVmzCblEvOgBwfCfGg8 { width:13.6875rem;height:2.2734375rem;top:26.4375rem;left:4.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OGnnSIE93gh11swpWNfIhRMWelk8Hpe7 { width:14.25rem;height:3.41015625rem;top:41.5625rem;left:4.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EVCQrenoQf9InAENafMtRt2eWHGBH0pe { width:14.625rem;height:2.2734375rem;top:30.375rem;left:4.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zwKiskblWHQmTWS34bpPvWLIXL5TP2ZX { width:3.125rem;height:3.125rem;top:29.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUWkoRULUwclC0zRnMaRWH3e5r4WisrF { width:3.125rem;height:3.125rem;top:41.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFfO2VtL53c6zTcpHg7kgGfInkGy3k7k { display:flex;width:1.9375rem;height:1.9375rem;top:34.4375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #NeSCLR0qsBa6VKQOTnRURD7bkpBI2mJA { display:flex;width:1.9375rem;height:1.9375rem;top:38.625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #nTrqF1TCMTreFgqqFiL1ccQrpwAlMkBr { display:flex;width:1.9375rem;height:1.9375rem;top:22.5625rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Vzos0WJQhwCvKHuz9FpEvG9Fn71pmC5h { display:flex;width:1.9375rem;height:1.9375rem;top:26.625rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #INVEOgDGwCAEp72WaJDvr8AgETcZJvhw { display:flex;width:1.9375rem;height:1.9375rem;top:30.375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #UNc6yTEimUvJPboJEfIlvP6k7XPM5r1d { display:flex;width:1.9375rem;height:1.9375rem;top:42.25rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #wG9tGL2frcpRzKDIVpLU0hlPXhwAtfd4 { width:17.9375rem;height:3rem;top:47.5rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIWPgQSPfVlv7lVFq4gATwduJUKkvmxN { display:block; }
 }@media only screen and (max-width: 763px) { #bW9DiUnb9ZzDH9ilNUy7TFJ7iDyOTm1C { width:20rem;height:28.9375rem;top:52.25rem;left:-0.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ruxGLLR2u4SutP2h6H6dQfNi6uC5Qy3r { width:20rem;height:4.2246125rem;top:53.8125rem;left:-0.25rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mzsht10z8ggvuGHE4TNzECfll7pwlNz1 { width:20rem;height:4.2246125rem;top:58.625rem;left:-0.25rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ObEFXoM4tCivAtiBMA5qm1G91TkHnETG { width:20rem;height:1.13671875rem;top:62.875rem;left:-0.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bhsrTUghuIpczaiTTQKlJzDVadygtCFJ { display:flex;width:1.8125rem;height:1.8125rem;top:70.25rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E101AzGnRPHiCOdE8gfU7bUmTfvQ4WXs { display:flex;width:2.125rem;height:2.125rem;top:74.8125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #arMT5T4VtOIzB0i1gQZc4LPkR9eDpSEZ { display:flex;width:2.125rem;height:2.125rem;top:70.092699050906rem;left:0.68750005960463rem;display:none; }
 }@media only screen and (max-width: 763px) { #JUA6SiXXkFqVSrGzszIaxk9ZRIO3A186 { width:20rem;height:1.3994125rem;top:68.25rem;left:-0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bXlLtAvKfgCmXsKmViZ8ig6f9zDhUh9C { width:20rem;height:1.3994125rem;top:66.3125rem;left:-0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EJq3QfWufyD6ygIdTPo2zuHPUuThTwxc { width:17.875rem;height:3rem;top:76.75rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcqOIfL3XlSTNJhVCVNRPQxqfOkXE3om { display:block; }
 }@media only screen and (max-width: 763px) { #XoX89ifwINfTIhHAlUBUHJ2wtdqKOxPk { width:20rem;height:1.3994125rem;top:70.25rem;left:-0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pnmASF8RX023euSesmrgScqPEdqeK02T { display:flex;width:1.9375rem;height:1.9375rem;top:79.0625rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uy0GT2rhHib77L4eIuzpS58Cq1yQrSQl { width:20rem;height:2.798825rem;top:72.3125rem;left:-0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ioOqGFl7B0L7ncC1A4zeePPPPGFdPqrK { display:flex;width:1.75rem;height:1.75rem;top:83.75rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctaE5PO0ry6eTmqH0wGKEntkdGwLwQHn { width:20rem;height:11.1875rem;top:0rem;left:0rem;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(84deg, #a28ef7, #4eddd3);background-image: -moz-linear-gradient(84deg, #a28ef7, #4eddd3);background-image: -ms-linear-gradient(84deg, #a28ef7, #4eddd3);background-image: -o-linear-gradient(84deg, #a28ef7, #4eddd3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a28ef7', endColorstr='#4eddd3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a28ef7', endColorstr='#4eddd3' );";background-image: linear-gradient(84deg, #a28ef7, #4eddd3);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn6dP0hSuWB1kyTnfI5SBWczzp4BoJPW { display:block; }#fn6dP0hSuWB1kyTnfI5SBWczzp4BoJPW > .row .container { width:20rem;height:42.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxGBbcRtihfrP2A1GFymZTITiSG9bJPp { width:14.625rem;height:4.2246125rem;top:1.998046875rem;left:2.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IuslF6oeX3X5L41gc7mT0ae2w9TrtEUK { width:9.5625rem;height:9.8125rem;top:7.5625rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmRCm5cebZE5vHHZ8SSmfNrtfldy98Ka { width:15.25rem;height:2.2734375rem;top:20.7724609375rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z0N331oCT1SO9ewNwwTbMyDgtJo04IC5 { width:11.1239375rem;height:1.4619125rem;top:19.3115234375rem;left:4.4365234375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #arGlIatQcgTa7u1ZVzuK83QHmV6iOgq7 { width:11.1239375rem;height:1.4619125rem;top:35.7734375rem;left:4.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IRlZPyui3pFRkb4VD1enuIyUohDxC1oZ { width:14.4375rem;height:2.2734375rem;top:37.234375rem;left:2.78125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDVeCf8S2AI70RAL64JrWZ9KGvmTVMiW { width:9.9375rem;height:9.9375rem;top:23.8603515625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toQk85Vo1OJaa75CsJnPVx6lrBN2ohhM { display:block; }#toQk85Vo1OJaa75CsJnPVx6lrBN2ohhM > .row .container { width:20rem;height:64.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgOk10dHQeSPrht58GAfifmbrew61mmt { width:19.9991875rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WW9nAQXcbtikXHIJrOOZZ9P7l78Etw6V { width:19.125rem;height:1.29980625rem;top:5.09921875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CETAdoNTHSpyg45waF0cTZ9CZJ5EBhM6 { width:20rem;height:1.13671875rem;top:6.3984375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kd38rM5X8kk1N4dkPqbibgvgGEyVgHym { width:19.125rem;height:1.29980625rem;top:8.7958984375rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1Ifyf8XTDiAmd4MCtq6M2x05eggXoeN { width:19.9989375rem;height:5.68359375rem;top:10.0341796875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTclI86h0e1zTpAg1UxMC4PmgAHEWS7L { width:19.9989375rem;height:3.41015625rem;top:26.3583984375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ixXlE6c2JIe4rJxQ6rJT7F8waPQmyJtK { width:19.125rem;height:1.29980625rem;top:25.05859375rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3kildp410TPe3GsuLRb83y3TbdNyFLD { width:19.9989375rem;height:4.546875rem;top:19.1640625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bRXDDQmha3fb9LvBlB3LpAclKBuOV9ox { width:19.9989375rem;height:2.5996125rem;top:16.564453125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b1aISDbUTf59GPuRlory6TgLhhOXibTn { width:19.9989375rem;height:2.2734375rem;top:49.8876953125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PXIkmBhN5OXDSvlwleKLrx7oQ7O3cVdr { width:19.9989375rem;height:3.8994125rem;top:45.9892578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sFIR90QFvNtVPHTvZQmS0Z5fJrrSXkkA { width:19.9989375rem;height:5.68359375rem;top:38.671875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fQW1Vq8vfPtD2ZAvfXdiyfgSkRMJQUHX { width:19.9989375rem;height:2.5996125rem;top:36.072265625rem;left:0.0009765625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JEFlmTmo4CwTDUua7eqWpPxMTwKAB8dn { width:19.9989375rem;height:2.2734375rem;top:32.3896484375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ukOOdT6oTfuORc7r2TfDibUTEzFLUdzM { width:19.125rem;height:1.29980625rem;top:31.08984375rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nCHyu5qyB7APlSJIieIwiycQH6mUD1IB { width:19.9989375rem;height:6.8203125rem;top:55.9482421875rem;left:0.0009765625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LIyVXdyugW0BEJ8TSyJmxl89wI9ro2Wt { width:20rem;height:2.5996125rem;top:53.3486328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rSPJLvWEZb6FHBGldFJVswkRwBIm8iXG { display:block; }#rSPJLvWEZb6FHBGldFJVswkRwBIm8iXG > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6EAPFSVkT5SdeRy9i9ITodXGAbAIBZ1 { width:2.5rem;height:2.5rem;top:10.9375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLggVu1XO3fO7iq6sm0iwzNFJXmmJuBJ { width:2.5rem;height:2.5rem;top:10.9375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAqMqATqDM0uTVLmTcBqW41M9qzyH3m1 { display:flex;width:1.25rem;height:1.25rem;top:11.5625rem;left:7.9375rem; }
#iAqMqATqDM0uTVLmTcBqW41M9qzyH3m1 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #uVLpXpZW5olQLLzn5gJutRPTzH58o6zg { width:1.75rem;height:1.75rem;top:11.3125rem;left:10.75rem;display:block; }
#uVLpXpZW5olQLLzn5gJutRPTzH58o6zg > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #KlEnMXbg3zbxovz9iCdtmdmbNpaKbGzu { width:2.5rem;height:2.5rem;top:10.9375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAJdEsqBQvgGIzUZTMeEGUFTRkWSi9yT { width:1.625rem;height:1.625rem;top:11.375rem;left:13.875rem;display:block; }
#zAJdEsqBQvgGIzUZTMeEGUFTRkWSi9yT > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #F01aNvy9LQmMuRV8Me97zXJSeIELh1Ao { width:20rem;height:auto;top:5.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #omB6R603vJ7ud749HRNiwn33PTEaMMyG { width:10.1875rem;height:3.41015625rem;top:4.7374997138977rem;left:4.9062498807907rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;color:#013666;display:block; }
 }@media only screen and (max-width: 763px) { #zVDobsx5n6WTMc9St9lZsiJI14Ts74ok { width:2.5rem;height:2.5rem;top:11rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z62hFIWOIzG961slN7t869tdS9hawTal { display:flex;width:1.4375rem;height:1.4375rem;top:11.5rem;left:4.625rem; }
#z62hFIWOIzG961slN7t869tdS9hawTal > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #AyErB1DqtSPMJ1zN94Ul5kJh8EuJRBk6 { width:4.9375rem;height:2.25rem;top:1.875rem;left:7.5000003576281rem;display:block; }
 }