.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:#ffffff;background-image:url("https://images.assets-landingi.com/VTpcd3v6/bg_top.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Ab5mFmgyfeHtobOpb9yMlT82gRT9ydPp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab5mFmgyfeHtobOpb9yMlT82gRT9ydPp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab5mFmgyfeHtobOpb9yMlT82gRT9ydPp > .row > .video-iframe-container { display: none; }#Ab5mFmgyfeHtobOpb9yMlT82gRT9ydPp > .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); }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row .container { background-color: transparent; background-image: none; }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row .container > .video-iframe-container { display: none; }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row > .video-iframe-container { display: none; }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .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); }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row .container { border-width: 0; border-radius: 0; }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row .container { width:75rem;height:11.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#m5qw2uw1Mrkv8zE8kfc1M403ezwVOklR { background-color:transparent;background-image:none;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;box-sizing:border-box;color:#0d3857;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.38671875rem;left:65.1875rem;display:block; }
#GCcqLSeZVFQ5T9EZCo7m5B7TabrBqZEE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iEWWuBhGxb9xI7hoNAfuoTSM802Z3sfs { background-color:transparent;background-image:none;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;box-sizing:border-box;color:#0d3857;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.38671875rem;left:55.4375rem;display:block; }
#Oovw77LT9IGoCX820B0PKit7Tb61odzt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DT2DnNUlrFe17k9OcbyRARtFENEwrVrK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:15.375rem;top:2.38671875rem;left:0rem;overflow:hidden;display:block; }
#lVE2gi4cACX4liOeIygCdU7ip5d0SDeb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#lVE2gi4cACX4liOeIygCdU7ip5d0SDeb > .row .container { background-color: transparent; background-image: none; }#lVE2gi4cACX4liOeIygCdU7ip5d0SDeb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVE2gi4cACX4liOeIygCdU7ip5d0SDeb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVE2gi4cACX4liOeIygCdU7ip5d0SDeb > .row .container > .video-iframe-container { display: none; }#lVE2gi4cACX4liOeIygCdU7ip5d0SDeb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVE2gi4cACX4liOeIygCdU7ip5d0SDeb > .row > .video-iframe-container { display: none; }#lVE2gi4cACX4liOeIygCdU7ip5d0SDeb > .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); }#lVE2gi4cACX4liOeIygCdU7ip5d0SDeb > .row .container { border-width: 0; border-radius: 0; }#lVE2gi4cACX4liOeIygCdU7ip5d0SDeb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lVE2gi4cACX4liOeIygCdU7ip5d0SDeb > .row .container { font-size:0.875rem;font-family:arial;height:93.625rem;width:75rem;position:relative;display:block; }#dkGEfXoRN67t4v25gwyW9DGrHDbn3nPB { position:absolute;display:block;z-index:15000;background-color:#009fe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.9375rem;width:4.0625rem;top:0rem;left:0rem;display:block; }
#zpMXGZtUzkDbApxJ7y1UceHpTxOJ07vO { position:absolute;display:block;z-index:15001;background-color:#009fe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.0625rem;width:0.9375rem;top:0rem;left:0rem;display:block; }
#ou1TuTmRKIX03Dqr5ez76mDuXH5bzUw9 { position:absolute;display:block;z-index:15002;background-color:#009fe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.9375rem;width:4.0625rem;top:92.6875rem;left:0rem;display:block; }
#IapMGPFQnG6kxqCP5KhknIVilWH9Je50 { position:absolute;display:block;z-index:15003;background-color:#009fe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.0625rem;width:0.9375rem;top:89.5625rem;left:0rem;display:block; }
#DkUMpzl3vXDga3RQFkx0llR3NuhZHX2k { position:absolute;display:block;z-index:15002;background-color:#009fe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.9375rem;width:4.0625rem;top:0rem;left:70.9375rem;display:block; }
#qbzzzkV6KsAz5NssAxTvNNEAHdl278nB { position:absolute;display:block;z-index:15003;background-color:#009fe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.0625rem;width:0.9375rem;top:0rem;left:74.0625rem;display:block; }
#G4I5bEehJBHLIVgLNMt6hHPyBpbCKVsO { position:absolute;display:block;z-index:15005;background-color:#009fe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.0625rem;width:0.9375rem;top:89.5625rem;left:74.0625rem;display:block; }
#u2cKML216FZ7aPwfWQB68LT9ukH9JmuC { position:absolute;display:block;z-index:15004;background-color:#009fe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.9375rem;width:4.0625rem;top:92.6875rem;left:70.9375rem;display:block; }
#HeUioKo802zLhqyRiSMWD7WsVQ6vqQQB { color:#000000;display:block;width:64.1875rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.3125rem;left:3rem;height:3.8999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T6UcoTiPWrM126OV03qqBWg8wruoSnt4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00b0ff, #3f769a);background-image: -moz-linear-gradient(180deg, #00b0ff, #3f769a);background-image: -ms-linear-gradient(180deg, #00b0ff, #3f769a);background-image: -o-linear-gradient(180deg, #00b0ff, #3f769a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0ff', endColorstr='#3f769a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0ff', endColorstr='#3f769a' );";background-image: linear-gradient(180deg, #00b0ff, #3f769a);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: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.125rem;height:3.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:81.0625rem;left:20.1875rem;display:block; }
#cyPKsxaw8CffVG7sc81k2G8I6lC6oebC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m5lKhtKdNTxO6IWawxCT6LUT9uIN1aTn { color:#000000;display:block;width:27.75rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:14.75rem;left:3rem;height:1.70605625rem;font-style:normal;display:block; }
#rNnT8hbddxnPfqy540u8SX2Tu0Z98kBC { color:#009fe3;display:block;width:27.75rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.771484375rem;left:22.375rem;height:1.7871125rem;font-style:normal;display:block; }
#OimEG95kveSRnpfDi2RAbQPtJnnfsmQn { position:absolute;display:block;z-index:15020;background-color:rgba(0,176,255,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:35.125rem;width:15.8125rem;top:37.9375rem;left:11.5rem;display:block; }
#Dm6bESNLDZUQgqXokH9FbIu76TzcT2JS { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:41.4375rem;left:16.0625rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#p3ssKrwXzJFpSL0LG5UpovOIMwFENg3C { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:39.625rem;left:11.5rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mONGrZKCPE63VezznklCbfKiW6bumlcP { position:absolute;display:block;z-index:15021;background-color:#00dcc3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:35.1875rem;width:15.8125rem;top:37.9375rem;left:29.375rem;display:block; }
#fl7n0500ZJtprhIP606PmUD0MKZzg1la { color:#ffffff;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:43.9375rem;left:20.5625rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gRsnWMnnNztx0SwspNC0w9nonlQCXKHQ { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:43.4375rem;left:22.5625rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ko9F37Oe3ONrlrJJZOBPJ3Smhd5QIkHk { color:#0d3857;display:block;width:27.75rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:30.1875rem;left:23.625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZlVNiXRpHxJFSA99D1eUpNsZTM9LvLk6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:31.9375rem;left:35.875rem; }
#avgbV63mhrfplbLqvzIoF6ogIBl3PxeZ { color:#296584;display:block;width:11.75rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:36.1875rem;left:13.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTqkmwXABwzZTa0Qb5PWqqi1NKm5MF7i { color:#296584;display:block;width:11.75rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:36.1875rem;left:31.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tW8Ax1OM0R4vGfFki0xtegPNXBTRT2T5 { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:43rem;left:40.625rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ydeBKh2bOrQAdkDWzTaB1N0TMQTcTp8m { color:#ffffff;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:43.625rem;left:39.4375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xqiEwpdCy559QUrFTnhpHNecJkWKP8Ex { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:41.4375rem;left:34.625rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RAKkGO5UrUwZ8l7ZhwEk11gh9JOzRMnL { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:39.6875rem;left:29.375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oERT4quR3OnqH64M4ERaylyEHrucvR35 { position:absolute;display:block;z-index:15027;background-color:#0d3857;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:35.1875rem;width:15.8125rem;top:37.9375rem;left:47.5rem;display:block; }
#QAxqaTsGDqFHmTAkmfSzqlf0fUBoH5y2 { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:41.4375rem;left:52.6875rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wIHA65JCT7W06c5Tx7gLnVzJvw3OtWyI { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:43.1875rem;left:58.3125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kgsm2ANlyLFSwB5dlCBBHZKwWOFyTc38 { color:#ffffff;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:43.5625rem;left:57.375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AT2NWBrm5evDWmrR7qW0x4VqGWB09uzW { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:39.6875rem;left:47.5rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PpqwSVi0uoF3WzEEBEkRXxewrX7PIxHT { color:#296584;display:block;width:11.75rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:36.1875rem;left:49.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W37A0WOG4iFURo9SG1uD7QPPD1s5qCCz { color:#000000;display:block;width:27.75rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:17.6875rem;left:3rem;height:6.82425rem;font-style:normal;display:block; }
#uoxd9xEbplM1H4TsMmctseRfq7MWLq0T { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:47.3125rem;left:14.625rem;height:2.76171875rem;font-style:normal;display:block; }
#nMc8oqkTNlm9taFCFtQVcpm6QQMEAnSQ { 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:15034;opacity:1;top:47.25rem;left:12.6875rem; }
#W7hfmkgMzDHLeXIdd7KWJsIZokJhQEyt { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:51.25rem;left:14.625rem;height:9.666rem;font-style:normal;display:block; }
#PMgcbHRIvWc9SsAJgU59ip4zMh1qw1Tk { 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:15036;opacity:1;top:51.1875rem;left:12.6875rem; }
#RI9O5VdHyJu8zHiL8GeWzmZi1vcluW2t { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:60.3125rem;left:14.625rem;height:4.142575rem;font-style:normal;display:block; }
#g5OWmbFih840oyMu0sJUOezcF5zeTgcI { 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:15038;opacity:1;top:60.25rem;left:12.6875rem; }
#dl6CfNusy0cV0xJ7EcINrZC743ou6Ztg { color:#1b1d25;display:block;width:52.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:74.75rem;left:11.5rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EALnHtEGsE0Mq7sfTVM5StQSbADVV7at { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.7);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.3125rem;width:75rem;top:27.25rem;left:0rem;display:block; }
#hO4nWckw3IH1igLt83oFfz3V8KGhWy2u { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2cdd9c, #1dc8cc);background-image: -moz-linear-gradient(180deg, #2cdd9c, #1dc8cc);background-image: -ms-linear-gradient(180deg, #2cdd9c, #1dc8cc);background-image: -o-linear-gradient(180deg, #2cdd9c, #1dc8cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cdd9c', endColorstr='#1dc8cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cdd9c', endColorstr='#1dc8cc' );";background-image: linear-gradient(180deg, #2cdd9c, #1dc8cc);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: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.125rem;height:3.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:86.25rem;left:20.1875rem;display:block; }
#eXvHzfkn01Io6MLkKU3UyL8GqZALKOgZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#deuV9A4bBAueohAcvp3CHfPM0NNZDW2c { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3f769a, #014289);background-image: -moz-linear-gradient(180deg, #3f769a, #014289);background-image: -ms-linear-gradient(180deg, #3f769a, #014289);background-image: -o-linear-gradient(180deg, #3f769a, #014289);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f769a', endColorstr='#014289' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f769a', endColorstr='#014289' );";background-image: linear-gradient(180deg, #3f769a, #014289);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: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:3.375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:67.4375rem;left:32.0625rem;display:block; }
#iGEcCrVfXCTmTnNZW3UcxMMGWxn5JXrF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xBMlSlgEPxtT441MVnzOLK3UJSGsDtyb { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:60.5rem;left:32.125rem;height:4.142575rem;font-style:normal;display:block; }
#F6kcUonxpz6spqbcX4OQaK3EK1yZiXBs { 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:15045;opacity:1;top:60.4375rem;left:30.1875rem; }
#aXOeDkvMm1C81Ei8g0uMaLyKgMFRoH2g { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:51.3125rem;left:32.125rem;height:9.666rem;font-style:normal;display:block; }
#SqUCRvq9TnBiRJ4mB3QlGrIlukrRE6ZE { 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:15043;opacity:1;top:51.25rem;left:30.1875rem; }
#VJPgBRQfu5e01Oz9qftVTO1P6obSOinU { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:47.375rem;left:32.125rem;height:2.76171875rem;font-style:normal;display:block; }
#VN3tFp6qWXoWZVybgcAbW0rFFsqA1eJW { 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:15041;opacity:1;top:47.3125rem;left:30.1875rem; }
#AkIiordJDe4C7vedThd9lDTW2OGhqVxa { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7fcff1, #009fe3);background-image: -moz-linear-gradient(180deg, #7fcff1, #009fe3);background-image: -ms-linear-gradient(180deg, #7fcff1, #009fe3);background-image: -o-linear-gradient(180deg, #7fcff1, #009fe3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fcff1', endColorstr='#009fe3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fcff1', endColorstr='#009fe3' );";background-image: linear-gradient(180deg, #7fcff1, #009fe3);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: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:3.375rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:67.4375rem;left:50.25rem;display:block; }
#rpv7NzlfvkbJZ07JtlckQgWX64P7qSrP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AU0L9pnvHGbNGekRnH2VJy9ns9120Tox { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:60.4375rem;left:50.1875rem;height:4.142575rem;font-style:normal;display:block; }
#MkoHtUMTUhBCxrTsoE47nMDfQ6ehtx8d { 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:15052;opacity:1;top:60.375rem;left:48.25rem; }
#IQnFTn4xAT37LtzGwM9eeXONH4O0iIsT { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:51.3125rem;left:50.1875rem;height:9.666rem;font-style:normal;display:block; }
#TdScKHHeX8gTE8is1tmmezNrhIAgstnk { 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:15050;opacity:1;top:51.25rem;left:48.25rem; }
#nBiUhw0iQ0MP2D1MqaTlm4weqvIKQvrK { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:47.375rem;left:50.1875rem;height:2.76171875rem;font-style:normal;display:block; }
#JD9kbsTR4ZO6xgsepES2ZiSVh4BU47bP { 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:15048;opacity:1;top:47.3125rem;left:48.25rem; }
#vPiA4GRfAoSXhTeVb1SK0PJFBHAu9dI5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3f769a, #014289);background-image: -moz-linear-gradient(180deg, #3f769a, #014289);background-image: -ms-linear-gradient(180deg, #3f769a, #014289);background-image: -o-linear-gradient(180deg, #3f769a, #014289);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f769a', endColorstr='#014289' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f769a', endColorstr='#014289' );";background-image: linear-gradient(180deg, #3f769a, #014289);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: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:3.375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:67.4375rem;left:14.15625rem;display:block; }
#o9QurrfUkoZWExkICA9lcfonli8uxxP6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TNibVteCcw9sv4Bfk2leOpVaiDJ1Hsir { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#TNibVteCcw9sv4Bfk2leOpVaiDJ1Hsir > .row .container { border-width: 0; border-radius: 0; }#TNibVteCcw9sv4Bfk2leOpVaiDJ1Hsir > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNibVteCcw9sv4Bfk2leOpVaiDJ1Hsir > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:75rem;position:relative;display:none; }#txbFZ9qB53NeZgg459mT48H62y6Vs7Nq { color:#000000;display:block;width:75rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UyCW7XP2H3H8SJL6eT8C1udgsF1SwpeQ { position:absolute;display:block;z-index:15001;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:20.875rem;width:48rem;top:18.8125rem;left:13.5rem;overflow:hidden;display:block; }
#wwh47KtpbzaROcpJBCm26Hl2Oq6mkGtC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:24.9375rem;top:13.03125rem;left:25rem;overflow:hidden;display:block; }
#hJLnm2w9E9WM6H4DIdHkId1TS15eb0fq { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:14.375rem;top:20.8125rem;left:10rem;overflow:hidden;display:block; }
#d3Gx3VsJnsG4GVLNNCyLueVU7C48x9Rn { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:30.625rem;left:7.5rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xcyQerGS1sq7Q0D3Iy2yxQ7Ixp0S6zVZ { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:30.625rem;left:48.125rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KBUIawil3OOaJsWOPig3SwB3gC30p2ZT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:14.375rem;top:20.8125rem;left:50.625rem;overflow:hidden;display:block; }
#DC27tbTgv2MOaNZA664t1ITIlEcGrIvv { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:44.5rem;left:27.8125rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#moyoqfsAL6H6SVT3cQkECFpbF8ZcUqHw { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:14.375rem;top:34.6875rem;left:30.3125rem;overflow:hidden;display:block; }
#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/z5os6vW6/bg_bottom.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;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; }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u.adaptive-delivery-prevent-bg, #QsgPLXldPNcvG75AXAkuLckzsrfpTV9u.lazyload, #QsgPLXldPNcvG75AXAkuLckzsrfpTV9u.lazyloading { background-image: none; }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row .container { background-color: transparent; background-image: none; }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row .container > .video-iframe-container { display: none; }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row > .video-iframe-container { display: none; }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .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); }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row .container { border-width: 0; border-radius: 0; }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:block; }#OkTB7DTbrVXCHb6czu6DLH1bb9TK4MrT { color:#000000;display:block;width:34.9375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:12.5625rem;left:40.1875rem;height:11.69925rem;font-style:normal;display:block; }
#pyH3nZx76k05S7efnM2yPxHLGDke06yJ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2cdd9c, #1dc8cc);background-image: -moz-linear-gradient(180deg, #2cdd9c, #1dc8cc);background-image: -ms-linear-gradient(180deg, #2cdd9c, #1dc8cc);background-image: -o-linear-gradient(180deg, #2cdd9c, #1dc8cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cdd9c', endColorstr='#1dc8cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cdd9c', endColorstr='#1dc8cc' );";background-image: linear-gradient(180deg, #2cdd9c, #1dc8cc);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: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.125rem;left:40.1875rem;display:block; }
#G43vzELQ2gsIDFnkLcTCXHn1waMNrgKX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JMDdKQdK5wBhqC0y776woXu1ELD3WpIT { background-color:transparent;background-image:none;border-top:0.125rem solid #2cdd9c;border-left:0.125rem solid #2cdd9c;border-right:0.125rem solid #2cdd9c;border-bottom:0.125rem solid #2cdd9c;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.125rem;left:56.5625rem;display:block; }
#VndsnsPVzelElWpblmz8wfUdcVTKWWsT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 { display:block; }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5qw2uw1Mrkv8zE8kfc1M403ezwVOklR { width:9.8125rem;height:3.375rem;top:2.375rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCcqLSeZVFQ5T9EZCo7m5B7TabrBqZEE { display:block; }
 }@media only screen and (max-width: 763px) { #iEWWuBhGxb9xI7hoNAfuoTSM802Z3sfs { width:9.8125rem;height:3.375rem;top:2.375rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oovw77LT9IGoCX820B0PKit7Tb61odzt { display:block; }
 }@media only screen and (max-width: 763px) { #DT2DnNUlrFe17k9OcbyRARtFENEwrVrK { top:2.375rem;left:0rem;width:15.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVE2gi4cACX4liOeIygCdU7ip5d0SDeb { display:block; }#lVE2gi4cACX4liOeIygCdU7ip5d0SDeb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkGEfXoRN67t4v25gwyW9DGrHDbn3nPB { width:4.0625rem;height:0.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpMXGZtUzkDbApxJ7y1UceHpTxOJ07vO { width:0.9375rem;height:4.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou1TuTmRKIX03Dqr5ez76mDuXH5bzUw9 { width:4.0625rem;height:0.9375rem;top:92.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IapMGPFQnG6kxqCP5KhknIVilWH9Je50 { width:0.9375rem;height:4.0625rem;top:89.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkUMpzl3vXDga3RQFkx0llR3NuhZHX2k { width:4.0625rem;height:0.9375rem;top:0rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbzzzkV6KsAz5NssAxTvNNEAHdl278nB { width:0.9375rem;height:4.0625rem;top:0rem;left:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4I5bEehJBHLIVgLNMt6hHPyBpbCKVsO { width:0.9375rem;height:4.0625rem;top:89.5625rem;left:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2cKML216FZ7aPwfWQB68LT9ukH9JmuC { width:4.0625rem;height:0.9375rem;top:92.6875rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeUioKo802zLhqyRiSMWD7WsVQ6vqQQB { width:47.75rem;height:3.875rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6UcoTiPWrM126OV03qqBWg8wruoSnt4 { width:32.125rem;height:3.375rem;top:81.0625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyPKsxaw8CffVG7sc81k2G8I6lC6oebC { display:block; }
 }@media only screen and (max-width: 763px) { #m5lKhtKdNTxO6IWawxCT6LUT9uIN1aTn { top:14.75rem;left:0rem;width:27.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNnT8hbddxnPfqy540u8SX2Tu0Z98kBC { top:14.75rem;left:8.75rem;width:27.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OimEG95kveSRnpfDi2RAbQPtJnnfsmQn { top:37.9375rem;left:0rem;width:15.8125rem;height:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm6bESNLDZUQgqXokH9FbIu76TzcT2JS { top:41.4375rem;left:2.4375rem;width:4.3125rem;height:4.875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3ssKrwXzJFpSL0LG5UpovOIMwFENg3C { top:39.625rem;left:0rem;width:16rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mONGrZKCPE63VezznklCbfKiW6bumlcP { top:37.9375rem;left:15.75rem;width:15.8125rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl7n0500ZJtprhIP606PmUD0MKZzg1la { top:43.9375rem;left:6.9375rem;width:4.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRsnWMnnNztx0SwspNC0w9nonlQCXKHQ { top:43.4375rem;left:8.9375rem;width:2.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko9F37Oe3ONrlrJJZOBPJ3Smhd5QIkHk { top:30.1875rem;left:10rem;width:27.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlVNiXRpHxJFSA99D1eUpNsZTM9LvLk6 { top:31.9375rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avgbV63mhrfplbLqvzIoF6ogIBl3PxeZ { top:36.1875rem;left:0.0625rem;width:11.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTqkmwXABwzZTa0Qb5PWqqi1NKm5MF7i { top:36.1875rem;left:17.875rem;width:11.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW8Ax1OM0R4vGfFki0xtegPNXBTRT2T5 { top:43rem;left:27rem;width:2.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydeBKh2bOrQAdkDWzTaB1N0TMQTcTp8m { top:43.625rem;left:25.8125rem;width:4.9375rem;height:2rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqiEwpdCy559QUrFTnhpHNecJkWKP8Ex { top:41.4375rem;left:21rem;width:4.3125rem;height:4.875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAKkGO5UrUwZ8l7ZhwEk11gh9JOzRMnL { top:39.6875rem;left:15.75rem;width:16rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oERT4quR3OnqH64M4ERaylyEHrucvR35 { top:37.9375rem;left:31.6875rem;width:15.8125rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAxqaTsGDqFHmTAkmfSzqlf0fUBoH5y2 { top:41.4375rem;left:39.0625rem;width:4.3125rem;height:4.875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIHA65JCT7W06c5Tx7gLnVzJvw3OtWyI { top:43.1875rem;left:44.6875rem;width:2.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgsm2ANlyLFSwB5dlCBBHZKwWOFyTc38 { top:43.5625rem;left:42.8125rem;width:4.9375rem;height:2rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT2NWBrm5evDWmrR7qW0x4VqGWB09uzW { top:39.6875rem;left:31.75rem;width:16rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpqwSVi0uoF3WzEEBEkRXxewrX7PIxHT { top:36.1875rem;left:36rem;width:11.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W37A0WOG4iFURo9SG1uD7QPPD1s5qCCz { top:17.6875rem;left:0rem;width:27.75rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoxd9xEbplM1H4TsMmctseRfq7MWLq0T { top:47.3125rem;left:1rem;width:12.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMc8oqkTNlm9taFCFtQVcpm6QQMEAnSQ { top:47.25rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7hfmkgMzDHLeXIdd7KWJsIZokJhQEyt { top:51.25rem;left:1rem;width:12.6875rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMgcbHRIvWc9SsAJgU59ip4zMh1qw1Tk { top:51.1875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI9O5VdHyJu8zHiL8GeWzmZi1vcluW2t { top:60.3125rem;left:1rem;width:12.6875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5OWmbFih840oyMu0sJUOezcF5zeTgcI { top:60.25rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl6CfNusy0cV0xJ7EcINrZC743ou6Ztg { top:74.75rem;left:0rem;width:47.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EALnHtEGsE0Mq7sfTVM5StQSbADVV7at { top:27.25rem;left:0rem;width:47.625rem;height:50.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO4nWckw3IH1igLt83oFfz3V8KGhWy2u { width:32.125rem;height:3.375rem;top:86.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXvHzfkn01Io6MLkKU3UyL8GqZALKOgZ { display:block; }
 }@media only screen and (max-width: 763px) { #deuV9A4bBAueohAcvp3CHfPM0NNZDW2c { width:10.75rem;height:3.375rem;top:67.4375rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGEcCrVfXCTmTnNZW3UcxMMGWxn5JXrF { display:block; }
 }@media only screen and (max-width: 763px) { #xBMlSlgEPxtT441MVnzOLK3UJSGsDtyb { top:60.5rem;left:18.5rem;width:12.6875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6kcUonxpz6spqbcX4OQaK3EK1yZiXBs { top:60.4375rem;left:16.5625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXOeDkvMm1C81Ei8g0uMaLyKgMFRoH2g { top:51.3125rem;left:18.5rem;width:12.6875rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqUCRvq9TnBiRJ4mB3QlGrIlukrRE6ZE { top:51.25rem;left:16.5625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJPgBRQfu5e01Oz9qftVTO1P6obSOinU { top:47.375rem;left:18.5rem;width:12.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN3tFp6qWXoWZVybgcAbW0rFFsqA1eJW { top:47.3125rem;left:16.5625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkIiordJDe4C7vedThd9lDTW2OGhqVxa { width:10.75rem;height:3.375rem;top:67.4375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpv7NzlfvkbJZ07JtlckQgWX64P7qSrP { display:block; }
 }@media only screen and (max-width: 763px) { #AU0L9pnvHGbNGekRnH2VJy9ns9120Tox { top:60.4375rem;left:35.0625rem;width:12.6875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkoHtUMTUhBCxrTsoE47nMDfQ6ehtx8d { top:60.375rem;left:34.625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQnFTn4xAT37LtzGwM9eeXONH4O0iIsT { top:51.3125rem;left:35.0625rem;width:12.6875rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdScKHHeX8gTE8is1tmmezNrhIAgstnk { top:51.25rem;left:34.625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBiUhw0iQ0MP2D1MqaTlm4weqvIKQvrK { top:47.375rem;left:35.0625rem;width:12.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD9kbsTR4ZO6xgsepES2ZiSVh4BU47bP { top:47.3125rem;left:34.625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPiA4GRfAoSXhTeVb1SK0PJFBHAu9dI5 { width:10.75rem;height:3.375rem;top:67.4375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9QurrfUkoZWExkICA9lcfonli8uxxP6 { display:block; }
 }@media only screen and (max-width: 763px) { #TNibVteCcw9sv4Bfk2leOpVaiDJ1Hsir { display:block; }#TNibVteCcw9sv4Bfk2leOpVaiDJ1Hsir > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txbFZ9qB53NeZgg459mT48H62y6Vs7Nq { width:47.75rem;height:3.875rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyCW7XP2H3H8SJL6eT8C1udgsF1SwpeQ { width:47.75rem;height:20.766276041667rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwh47KtpbzaROcpJBCm26Hl2Oq6mkGtC { width:24.9375rem;height:17.375rem;top:13rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJLnm2w9E9WM6H4DIdHkId1TS15eb0fq { width:14.375rem;height:8.5rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3Gx3VsJnsG4GVLNNCyLueVU7C48x9Rn { width:19.375rem;height:6rem;top:30.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcyQerGS1sq7Q0D3Iy2yxQ7Ixp0S6zVZ { width:19.375rem;height:6rem;top:30.625rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBUIawil3OOaJsWOPig3SwB3gC30p2ZT { width:14.375rem;height:8.5rem;top:20.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC27tbTgv2MOaNZA664t1ITIlEcGrIvv { width:19.375rem;height:6rem;top:44.5rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #moyoqfsAL6H6SVT3cQkECFpbF8ZcUqHw { width:14.375rem;height:8.5rem;top:34.6875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsgPLXldPNcvG75AXAkuLckzsrfpTV9u { display:block; }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkTB7DTbrVXCHb6czu6DLH1bb9TK4MrT { width:34.9375rem;height:11.6875rem;top:12.5625rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyH3nZx76k05S7efnM2yPxHLGDke06yJ { width:13.375rem;height:3.375rem;top:26.125rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G43vzELQ2gsIDFnkLcTCXHn1waMNrgKX { display:block; }
 }@media only screen and (max-width: 763px) { #JMDdKQdK5wBhqC0y776woXu1ELD3WpIT { width:13.375rem;height:3.375rem;top:26.125rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VndsnsPVzelElWpblmz8wfUdcVTKWWsT { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/VTpcd3v6/bg_top.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Ab5mFmgyfeHtobOpb9yMlT82gRT9ydPp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab5mFmgyfeHtobOpb9yMlT82gRT9ydPp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab5mFmgyfeHtobOpb9yMlT82gRT9ydPp > .row > .video-iframe-container { display: none; }#Ab5mFmgyfeHtobOpb9yMlT82gRT9ydPp > .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); } }@media only screen and (max-width: 763px) { #Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 { display:block; }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5qw2uw1Mrkv8zE8kfc1M403ezwVOklR { width:9.8125rem;height:3.375rem;top:10.625rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCcqLSeZVFQ5T9EZCo7m5B7TabrBqZEE { display:block; }
 }@media only screen and (max-width: 763px) { #iEWWuBhGxb9xI7hoNAfuoTSM802Z3sfs { width:9.8125rem;height:3.375rem;top:8.625rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oovw77LT9IGoCX820B0PKit7Tb61odzt { display:block; }
 }@media only screen and (max-width: 763px) { #DT2DnNUlrFe17k9OcbyRARtFENEwrVrK { width:9.6875rem;height:2.75rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVE2gi4cACX4liOeIygCdU7ip5d0SDeb { display:block; }#lVE2gi4cACX4liOeIygCdU7ip5d0SDeb > .row .container { width:20rem;height:162.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkGEfXoRN67t4v25gwyW9DGrHDbn3nPB { width:2.8125rem;height:0.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpMXGZtUzkDbApxJ7y1UceHpTxOJ07vO { width:0.625rem;height:2.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou1TuTmRKIX03Dqr5ez76mDuXH5bzUw9 { width:2.8125rem;height:0.625rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IapMGPFQnG6kxqCP5KhknIVilWH9Je50 { width:0.625rem;height:2.8125rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkUMpzl3vXDga3RQFkx0llR3NuhZHX2k { width:2.8125rem;height:0.625rem;top:0.9375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbzzzkV6KsAz5NssAxTvNNEAHdl278nB { width:0.625rem;height:2.8125rem;top:0.9375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4I5bEehJBHLIVgLNMt6hHPyBpbCKVsO { width:0.625rem;height:2.8125rem;top:8.375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2cKML216FZ7aPwfWQB68LT9ukH9JmuC { width:2.8125rem;height:0.625rem;top:10.625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeUioKo802zLhqyRiSMWD7WsVQ6vqQQB { width:20rem;height:5.8496125rem;top:4.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6UcoTiPWrM126OV03qqBWg8wruoSnt4 { width:18.75rem;height:3.5rem;top:156.5rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyPKsxaw8CffVG7sc81k2G8I6lC6oebC { display:block; }
 }@media only screen and (max-width: 763px) { #m5lKhtKdNTxO6IWawxCT6LUT9uIN1aTn { width:20rem;height:1.70605625rem;top:13.2890625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rNnT8hbddxnPfqy540u8SX2Tu0Z98kBC { width:20rem;height:1.7871125rem;top:15.5009765625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OimEG95kveSRnpfDi2RAbQPtJnnfsmQn { width:20rem;height:35.125rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm6bESNLDZUQgqXokH9FbIu76TzcT2JS { width:4.3125rem;height:4.14355625rem;top:36.375rem;left:6.375rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3ssKrwXzJFpSL0LG5UpovOIMwFENg3C { width:16rem;height:1.4619125rem;top:34.375rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mONGrZKCPE63VezznklCbfKiW6bumlcP { width:20rem;height:35.1875rem;top:72.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl7n0500ZJtprhIP606PmUD0MKZzg1la { width:4.9375rem;height:1.3808625rem;top:38.1875rem;left:11.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRsnWMnnNztx0SwspNC0w9nonlQCXKHQ { width:2.6875rem;height:1.3808625rem;top:37.6875rem;left:13.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko9F37Oe3ONrlrJJZOBPJ3Smhd5QIkHk { width:20rem;height:1.7871125rem;top:25.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlVNiXRpHxJFSA99D1eUpNsZTM9LvLk6 { display:flex;width:3.125rem;height:3.125rem;top:27.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #avgbV63mhrfplbLqvzIoF6ogIBl3PxeZ { width:11.75rem;height:1.625rem;top:30.4375rem;left:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTqkmwXABwzZTa0Qb5PWqqi1NKm5MF7i { width:11.75rem;height:1.625rem;top:70.625rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW8Ax1OM0R4vGfFki0xtegPNXBTRT2T5 { width:2.6875rem;height:1.3808625rem;top:76.681640625rem;left:12.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydeBKh2bOrQAdkDWzTaB1N0TMQTcTp8m { width:4.9375rem;height:2.11230625rem;top:77.3125rem;left:11.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqiEwpdCy559QUrFTnhpHNecJkWKP8Ex { width:4.3125rem;height:4.14355625rem;top:75.875rem;left:6.8125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAKkGO5UrUwZ8l7ZhwEk11gh9JOzRMnL { width:16rem;height:1.4619125rem;top:74.4765625rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oERT4quR3OnqH64M4ERaylyEHrucvR35 { width:20rem;height:35.1875rem;top:112.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAxqaTsGDqFHmTAkmfSzqlf0fUBoH5y2 { width:4.3125rem;height:4.14355625rem;top:116.0859375rem;left:6.9375rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIHA65JCT7W06c5Tx7gLnVzJvw3OtWyI { width:2.6875rem;height:1.3808625rem;top:117.2177734375rem;left:12.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgsm2ANlyLFSwB5dlCBBHZKwWOFyTc38 { width:4.9375rem;height:2.11230625rem;top:117.6806640625rem;left:11.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT2NWBrm5evDWmrR7qW0x4VqGWB09uzW { width:16rem;height:1.4619125rem;top:114.0625rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpqwSVi0uoF3WzEEBEkRXxewrX7PIxHT { width:11.75rem;height:1.625rem;top:110.625rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W37A0WOG4iFURo9SG1uD7QPPD1s5qCCz { width:16.6875rem;height:5.5234375rem;top:17.2880859375rem;left:1.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uoxd9xEbplM1H4TsMmctseRfq7MWLq0T { width:12.6875rem;height:2.76171875rem;top:41.5rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMc8oqkTNlm9taFCFtQVcpm6QQMEAnSQ { display:flex;width:1.4375rem;height:1.4375rem;top:41.5rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #W7hfmkgMzDHLeXIdd7KWJsIZokJhQEyt { width:12.3125rem;height:8.285125rem;top:46.5rem;left:4.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMgcbHRIvWc9SsAJgU59ip4zMh1qw1Tk { display:flex;width:1.4375rem;height:1.4375rem;top:46.5rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #RI9O5VdHyJu8zHiL8GeWzmZi1vcluW2t { width:12.875rem;height:4.142575rem;top:96.0625rem;left:5.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5OWmbFih840oyMu0sJUOezcF5zeTgcI { display:flex;width:1.4375rem;height:1.4375rem;top:56.25rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #dl6CfNusy0cV0xJ7EcINrZC743ou6Ztg { width:20rem;height:1.0556625rem;top:148.8544921875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EALnHtEGsE0Mq7sfTVM5StQSbADVV7at { width:19.875rem;height:7.5625rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO4nWckw3IH1igLt83oFfz3V8KGhWy2u { width:19rem;height:3.375rem;top:152.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXvHzfkn01Io6MLkKU3UyL8GqZALKOgZ { display:block; }
 }@media only screen and (max-width: 763px) { #deuV9A4bBAueohAcvp3CHfPM0NNZDW2c { width:10.75rem;height:3.375rem;top:102.0625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGEcCrVfXCTmTnNZW3UcxMMGWxn5JXrF { display:block; }
 }@media only screen and (max-width: 763px) { #xBMlSlgEPxtT441MVnzOLK3UJSGsDtyb { width:13.0625rem;height:4.142575rem;top:56.25rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6kcUonxpz6spqbcX4OQaK3EK1yZiXBs { display:flex;width:1.4375rem;height:1.4375rem;top:81.3125rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #aXOeDkvMm1C81Ei8g0uMaLyKgMFRoH2g { width:12.1875rem;height:8.285125rem;top:86.5625rem;left:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqUCRvq9TnBiRJ4mB3QlGrIlukrRE6ZE { display:flex;width:1.4375rem;height:1.4375rem;top:96.0625rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #VJPgBRQfu5e01Oz9qftVTO1P6obSOinU { width:12.6875rem;height:2.76171875rem;top:81.4375rem;left:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN3tFp6qWXoWZVybgcAbW0rFFsqA1eJW { display:flex;width:1.4375rem;height:1.4375rem;top:86.5625rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #AkIiordJDe4C7vedThd9lDTW2OGhqVxa { width:10.75rem;height:3.375rem;top:142rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpv7NzlfvkbJZ07JtlckQgWX64P7qSrP { display:block; }
 }@media only screen and (max-width: 763px) { #AU0L9pnvHGbNGekRnH2VJy9ns9120Tox { width:12.25rem;height:4.142575rem;top:135.4375rem;left:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkoHtUMTUhBCxrTsoE47nMDfQ6ehtx8d { display:flex;width:1.4375rem;height:1.4375rem;top:121.5625rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #IQnFTn4xAT37LtzGwM9eeXONH4O0iIsT { width:11.5rem;height:8.285125rem;top:125.826171875rem;left:5.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdScKHHeX8gTE8is1tmmezNrhIAgstnk { display:flex;width:1.4375rem;height:1.4375rem;top:135.4375rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #nBiUhw0iQ0MP2D1MqaTlm4weqvIKQvrK { width:12.375rem;height:2.76171875rem;top:121.5625rem;left:5.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD9kbsTR4ZO6xgsepES2ZiSVh4BU47bP { display:flex;width:1.4375rem;height:1.4375rem;top:125.826171875rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #vPiA4GRfAoSXhTeVb1SK0PJFBHAu9dI5 { width:10.75rem;height:3.375rem;top:62.375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9QurrfUkoZWExkICA9lcfonli8uxxP6 { display:block; }
 }@media only screen and (max-width: 763px) { #TNibVteCcw9sv4Bfk2leOpVaiDJ1Hsir { display:none; }#TNibVteCcw9sv4Bfk2leOpVaiDJ1Hsir > .row .container { width:20rem;height:59.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #txbFZ9qB53NeZgg459mT48H62y6Vs7Nq { width:20rem;height:7.75rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyCW7XP2H3H8SJL6eT8C1udgsF1SwpeQ { width:20rem;height:8.6979166666669rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwh47KtpbzaROcpJBCm26Hl2Oq6mkGtC { width:13.75rem;height:9.5625rem;top:6.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJLnm2w9E9WM6H4DIdHkId1TS15eb0fq { width:11.25rem;height:6.625rem;top:17.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3Gx3VsJnsG4GVLNNCyLueVU7C48x9Rn { width:18.75rem;height:5.25rem;top:24.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcyQerGS1sq7Q0D3Iy2yxQ7Ixp0S6zVZ { width:18.75rem;height:5.25rem;top:38.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBUIawil3OOaJsWOPig3SwB3gC30p2ZT { width:11.25rem;height:6.625rem;top:31.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC27tbTgv2MOaNZA664t1ITIlEcGrIvv { width:18.75rem;height:5.25rem;top:52.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #moyoqfsAL6H6SVT3cQkECFpbF8ZcUqHw { width:11.25rem;height:6.625rem;top:44.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsgPLXldPNcvG75AXAkuLckzsrfpTV9u { background-color:#e4fcff;background-image:url("https://images.assets-landingi.com/z5os6vW6/bg_bottom.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u.adaptive-delivery-prevent-bg, #QsgPLXldPNcvG75AXAkuLckzsrfpTV9u.lazyload, #QsgPLXldPNcvG75AXAkuLckzsrfpTV9u.lazyloading { background-image: none; }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row .container { background-color: transparent; background-image: none; }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row .container > .video-iframe-container { display: none; }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row > .video-iframe-container { display: none; }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .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); }#QsgPLXldPNcvG75AXAkuLckzsrfpTV9u > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkTB7DTbrVXCHb6czu6DLH1bb9TK4MrT { width:20rem;height:9.746125rem;top:8rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyH3nZx76k05S7efnM2yPxHLGDke06yJ { width:13.375rem;height:3.375rem;top:19.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G43vzELQ2gsIDFnkLcTCXHn1waMNrgKX { display:block; }
 }@media only screen and (max-width: 763px) { #JMDdKQdK5wBhqC0y776woXu1ELD3WpIT { width:13.375rem;height:3.375rem;top:23rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VndsnsPVzelElWpblmz8wfUdcVTKWWsT { display:block; }
 }