.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:none;position:relative;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1035;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; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { background-color: transparent; background-image: none; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container > .video-iframe-container { display: none; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row > .video-iframe-container { display: none; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .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); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { border-width: 0; border-radius: 0; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#A07fZ8ALdxmBUc8Uf0Qq8q8ll52yMddO { 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:1.25rem;width:9.8125rem;top:1.53125rem;left:0rem;overflow:hidden;display:block; }
#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/77c30782-084d-49bc-bcf3-187870d7de2e/pexelsrdne4920855.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.adaptive-delivery-prevent-bg, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyload, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyloading { background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { background-color: transparent; background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .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); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { border-width: 0; border-radius: 0; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;overflow:visible;position:relative;display:block; }#eEX8xFCH5FIyVCZnHxmgqXQVEbfiMM7V { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.8125rem;left:0.625rem;height:1.70625rem;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; }
#olR0CJww02tqnJIwCic5TdUL4rC1yOhm { color:#000000;display:block;width:27.875rem;position:absolute;font-family:lato;font-size:3.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,8,28,0.5);top:12.9375rem;left:0rem;height:9.1rem;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; }
#CThBp8kQpf2dz77RJOpM7OaO1TMhfVlE { color:#000000;display:block;width:27.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:24.6875rem;left:0.625rem;height:4rem;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; }
#mzfXM5ElpD4byuzglWiM4zavTmpxoKHP { background-color:#03989e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:31.3125rem;left:0.625rem;display:block; }
#b8QggBIT2DZO49SiQyeAVz41P74SFXlC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .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; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-text.counter-number { border-top:0.0625rem solid #7fc7d9;border-left:0.0625rem solid #7fc7d9;border-right:0.0625rem solid #7fc7d9;border-bottom:0.0625rem solid #7fc7d9;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.51rem;padding-right:0.4725rem;padding-bottom:0.51rem;padding-left:0.4725rem;display:block;align-items:center;width:2.830625rem;min-width:2.830625rem;height:2.685rem;position:relative;font-family:"open sans";font-size:2.04125rem;font-weight:700;line-height:42.96px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-text.counter-label { background-color:;background-image:none;color:#7fc7d9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.77625rem;height:1.056875rem;position:relative;font-family:lato;font-size:0.765625rem;font-weight:400;line-height:16.91px;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; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b { 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:19.625rem;height:5.205625rem;padding-top:0.638125rem;padding-right:0.674375rem;padding-bottom:0.638125rem;padding-left:0.674375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.875rem;left:0rem;z-index:15003; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Cpt54go4DmrWONlTBDWLW3xKF1SBD5wJ { display:flex;position:relative;top:0rem;left:0rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #rpOnoX00doMbXniTzRxlyT9GyFXstZOq { width:auto; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #y1TVuzKnoV943kDrKhcT56oFXTsai0Ke {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #O4EPi18SbJCKVWTWZU2VoTiazo8I7zD6 { display:flex;position:relative;top:0rem;left:0rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #UqVg53LZcWrz3BNNIPvHIACCnzNobIXn {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #vGeLGTJMA9NHNvoHpXs7Nxs21U70cJbb {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #EcyQhXh2ka5npICh6o4Cu1pOz4vH4uZi { display:flex;position:relative;top:0rem;left:0rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #ShcRnKubnTT8L4spVCwD0oLm6zPl4wT5 {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #P1mLXdP5WttMzcxCW134Ohcqo5OBHuZc {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Iif5q6SFSWSlTDXmOyXxRo4xIpuAXw5p { display:flex;position:relative;top:0rem;left:0rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #XF8Ic4aBdHakJon35nLVScAwOR02b3Lu {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #TfZuHD6kCT1cWgUtrasLbgrkqtTxzSPH {  }
#zuZnNtIt0Ne3K5bARGGEZ2MPikmE6dnE { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:0.625rem;height:;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;font-style:normal;display:block; }
#NS5bGirSGBrlCcx3NPN3NNhV2vIRm0Ta { position:absolute;display:block;z-index:15000;background-color:rgba(15,16,53,0.89);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:42.5625rem;width:33.4375rem;top:0rem;left:-1.75rem;display:block; }
#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7fc7d9;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; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { background-color: transparent; background-image: none; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container > .video-iframe-container { display: none; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row > .video-iframe-container { display: none; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .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); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { border-width: 0; border-radius: 0; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#tTxiXfLT58znZtU9RNOX7BfMTQRgihz7 { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:3.25rem;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; }
#nIoAxuHyytbdkqZQaQXeTR8BvTMnocBI { color:#03989e;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7fc7d9, #0f1035);background-image: -moz-linear-gradient(180deg, #7fc7d9, #0f1035);background-image: -ms-linear-gradient(180deg, #7fc7d9, #0f1035);background-image: -o-linear-gradient(180deg, #7fc7d9, #0f1035);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc7d9', endColorstr='#0f1035' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc7d9', endColorstr='#0f1035' );";background-image: linear-gradient(180deg, #7fc7d9, #0f1035);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; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { background-color: transparent; background-image: none; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container > .video-iframe-container { display: none; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row > .video-iframe-container { display: none; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .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); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { border-width: 0; border-radius: 0; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:block; }#uUkqDnqOdWhdSIwKsKCJfEO60ExznnC3 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:19.375rem;top:28.1875rem;left:9.75rem;display:block; }
#UTsAE4Z2dUclmhMbIqXxWeTPJS9Thrqs { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #03989e;border-left:0.0625rem solid #03989e;border-right:0.0625rem solid #03989e;border-bottom:0.0625rem solid #03989e;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:6.75rem;left:9.75rem;display:block; }
#NOam2AuRHhUnT0bX4yesXuUeDEKJNidR { position:absolute;display:block;z-index:15005;background-color:#7fc7d9;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:27.75rem;left:29.125rem;display:block; }
#rnpxRih2PZM0aek4ATWg5Ot5i3hlVHk6 { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.875rem;left:9.6875rem;height:1.625rem;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; }
#milG0GuPhRRorna0nSzH8xatRP3dWSKf { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:26.3125rem;left:9.75rem;height:1.3496125rem;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; }
#cZTo7FQHOFV8RwgTuUpGyOiCw9ddTeVq { color:#000000;display:block;width:19.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:31.0625rem;left:9.75rem;height:13.999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mBzPgDcNGFVNkXVmFUTzd6KqG3uPEz14 { position:absolute;display:block;z-index:14999;background-color:#03989e;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:17.25rem;width:5.6875rem;top:5rem;left:14.5rem;display:block; }
#QaWmfC942buZCExDlmrdDVsNi0soCRzw { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.8125rem;left:40.1875rem;height:1.625rem;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; }
#hxmqZcrymruvyd5PrTTpaBcdQfChPrAF { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:14998;line-height:1.2;letter-spacing:0;top:26.375rem;left:40.1875rem;height:1.3496125rem;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; }
#NRZ5zeIkk9x3ldl8wlRBISoRdcXEJilJ { color:#000000;display:block;width:25.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:31rem;left:40.1875rem;height:13.999rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mpy4N3zMrVCJ06sgHHUzzhBsqSJuUhug { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:23.6875rem;top:28.1875rem;left:39.875rem;display:block; }
#esJFpFK1DZvhc65lQmL5IZgPPKGmAzZg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:14.8125rem;top:6.75rem;left:9.875rem;overflow:hidden;display:block; }
#Ng400KdK4cbGMRHHvvzayWO2d2tnrxUu { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.0625rem solid #03989e;border-left:0.0625rem solid #03989e;border-right:0.0625rem solid #03989e;border-bottom:0.0625rem solid #03989e;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:6.0625rem;left:41.0625rem;display:block; }
#d12o7MiaVdmlQGEc84LgOT2PQFe3XvlO { position:absolute;display:block;z-index:15005;background-color:#03989e;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:17.25rem;width:5.6875rem;top:5rem;left:45.8125rem;display:block; }
#MTT5Q5J9Q2Qe5IbhNxO3IUW1nphCqJkP { position:absolute;display:block;z-index:15023;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:15.6875rem;width:15.6875rem;top:6.125rem;left:41.375rem;overflow:hidden;display:block; }
#RKzQrXRp7AyiIrEBRIrHvU8qa7foxpuR { position:absolute;display:block;z-index:15006;background-color:#7fc7d9;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:27.75rem;left:63.3125rem;display:block; }
#LhaZxvkt6O5izDPrkVsKIJNiN6a1Pldt { 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:15.874rem;width:53.31175rem;top:6.390380859375rem;left:10.843505859375rem;overflow:hidden;display:block; }
#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7fc7d9;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; }#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq > .row .container { background-color: transparent; background-image: none; }#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq > .row .container > .video-iframe-container { display: none; }#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq > .row > .video-iframe-container { display: none; }#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq > .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); }#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq > .row .container { border-width: 0; border-radius: 0; }#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq > .row .container { font-size:0.875rem;font-family:arial;height:88.0625rem;width:75rem;position:relative;display:block; }#L92y0IkEPhFFTBqsyRnNMpIFeIRfJwiV { position:absolute;display:block;z-index:15000;background-color:#0f1035;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:32.75rem;width:60rem;top:11.06201171875rem;left:7.5rem;display:block; }
#fuLsmqcfR3q7ASM913lyx11rHGP9cUCi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:14rem;left:36rem; }
#vBbmv6ZvUJQ7wXVAFF8xeQGTVWoawXpQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:13.9375rem;left:17.75rem; }
#OZoRUEHrcJ1uJM1SoG1q5vb9rGaOgTzW { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:19.4375rem;left:10.875rem;height:;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;font-style:normal;display:block; }
#ZxOSwplRlZx8mq2cICQWtDS3OFGSUKVk { color:#000000;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:19.4375rem;left:29.125rem;height:;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;font-style:normal;display:block; }
#LqCshscXG25uo6acHsethCtKGVtdCuGy { color:#000000;display:block;width:17.125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:19.4375rem;left:47.3125rem;height:;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;font-style:normal;display:block; }
#wqIIgGIZf15NuyknSrx7m38aS5PG6Kba { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:13.8125rem;left:54.15625rem; }
#aTcP5lSk4aimxDQqVQpWGro6wdacprrJ { position:absolute;display:block;z-index:15014;background-color:#0f1035;background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:13rem;left:16.75rem;display:block; }
#Se1lOSSnViLUKwdep0G14f7aSp5XhK6T { position:absolute;display:block;z-index:15012;background-color:#0f1035;background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:13rem;left:34.9375rem;display:block; }
#MTBOR4aaF4iH73g6KhyIIUb3CbrEdZCQ { position:absolute;display:block;z-index:15010;background-color:#0f1035;background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:12.9375rem;left:53.1875rem;display:block; }
#Q9anViHnTBJoFaEZ87I1yFXXEJlWPCDa { position:absolute;display:block;z-index:15009;background-color:#7fc7d9;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:0.0625rem;width:32.8125rem;top:15.5rem;left:21.125rem;display:block; }
#vVxRgqUlME1xayukpfMZwlnSrwCOd27X { color:#7fc7d9;display:block;width:15.4375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:25.46875rem;left:11.625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#vVxRgqUlME1xayukpfMZwlnSrwCOd27X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vVxRgqUlME1xayukpfMZwlnSrwCOd27X li:before{  }
#GX110VLwf6R2uFVcUfTCJhkRaEqbqA6a { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;border-top:0.125rem solid #7fc7d9;border-left:0.125rem solid #7fc7d9;border-right:0.125rem solid #7fc7d9;border-bottom:0.125rem solid #7fc7d9;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:16.875rem;top:25rem;left:10.8125rem;display:block; }
#ezJfrWUzyTLIl02eEfVExkFzPVgQ7ovo { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.125rem solid #7fc7d9;border-left:0.125rem solid #7fc7d9;border-right:0.125rem solid #7fc7d9;border-bottom:0.125rem solid #7fc7d9;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:16.875rem;top:25rem;left:29rem;display:block; }
#MBvri6wMntftE8EgeJ0TETxXuuSfUECD { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0.125rem solid #7fc7d9;border-left:0.125rem solid #7fc7d9;border-right:0.125rem solid #7fc7d9;border-bottom:0.125rem solid #7fc7d9;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:16.875rem;top:25rem;left:47.25rem;display:block; }
#tFfKuXA9q0dX6nZnn9Scn8WpQ73ZOJcZ { color:#000000;display:block;width:58.75rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.8125rem;left:8.125rem;height:3.4125rem;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; }
#IQQnuGOVFpbKiViTah1Su83oe0RiSwW1 { position:absolute;display:block;z-index:14998;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:11.5625rem;width:39.125rem;top:4.75rem;left:28.375rem;overflow:hidden;display:block; }
#heoaoyFJM5kySJ3BKyxVdnJ0UNuWydRJ { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.312rem;width:41.12425rem;top:36.904296875rem;left:6.265869140625rem;overflow:hidden;display:block; }
#cJv55tlAZsuC0vqPEgO4sUHK1535ZTU3 { color:#7fc7d9;display:block;width:15.4375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:25.46875rem;left:29.8125rem;height:8.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#cJv55tlAZsuC0vqPEgO4sUHK1535ZTU3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cJv55tlAZsuC0vqPEgO4sUHK1535ZTU3 li:before{  }
#znzVDahTVnnytNiWWaeIgTqgudwmFP7o { color:#7fc7d9;display:block;width:15.4375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:25.46875rem;left:48.15625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#znzVDahTVnnytNiWWaeIgTqgudwmFP7o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#znzVDahTVnnytNiWWaeIgTqgudwmFP7o li:before{  }
#ZAqnnyIpiVHrzwOvnATM8ObnaQWKDuGr { color:#000000;display:block;width:58.75rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:45.8125rem;left:8.125rem;height:3.4125rem;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; }
#daiB6KTnaCrasTTWbeWHu7vOzsyraxfy { color:#000037;display:block;width:54.0625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:51.625rem;left:10.4375rem;height:1.65rem;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;font-style:normal;display:block; }
#iiVwELK1ws23t7pildQK4f6Me22nEebU { color:#000037;display:block;width:53.31175rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:55.06103515625rem;left:10.843505859375rem;height:4.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#iiVwELK1ws23t7pildQK4f6Me22nEebU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iiVwELK1ws23t7pildQK4f6Me22nEebU li:before{  }
#Fd5g7JXLOS3saKdTFhZT1TlEWBTc7CHK { color:#000037;display:block;width:54.0625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:62.0625rem;left:10.625rem;height:1.65rem;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;font-style:normal;display:block; }
#L5k1lPrmkzqgRIix9nWS6p30WKM0iawT { color:#000037;display:block;width:53.2495rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:65.4833984375rem;left:10.875244140625rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#L5k1lPrmkzqgRIix9nWS6p30WKM0iawT li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#L5k1lPrmkzqgRIix9nWS6p30WKM0iawT li:before{  }
#uySr7lAoAvWqPhrKANlOAsU96g6ItTyB { color:#000037;display:block;width:54.0625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:75.3125rem;left:10.5rem;height:1.6499rem;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;font-style:normal;display:block; }
#VoogCv8RpO3DlqdeDP0VEqMTwdT3mbMX { color:#000037;display:block;width:53.2495rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:78.625rem;left:10.8125rem;height:6.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#VoogCv8RpO3DlqdeDP0VEqMTwdT3mbMX li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#VoogCv8RpO3DlqdeDP0VEqMTwdT3mbMX li:before{  }
#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,8,28,0.79);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; }#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD > .row .container { background-color: transparent; background-image: none; }#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD > .row .container > .video-iframe-container { display: none; }#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD > .row > .video-iframe-container { display: none; }#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD > .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); }#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD > .row .container { border-width: 0; border-radius: 0; }#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#nBTHTRA99pHcunBRgfL7sE4xNQ8OnGWP { color:rgba(0,8,28,0.79);display:block;width:75rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.48046875rem;left:-0.0625rem;height:3.4125rem;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; }
#sJUuwQlQ0pa2nz5m3idqbxCTb0dxzJwe { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:;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; }
#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fbcb0793-6945-4b02-a23d-3effe9ad3e6c/grey1.svg");background-position:center !important;background-repeat:no-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; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W.adaptive-delivery-prevent-bg, #Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W.lazyload, #Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W.lazyloading { background-image: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container { background-color: transparent; background-image: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,8,28,0.79); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container > .video-iframe-container { display: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,8,28,0.79); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row > .video-iframe-container { display: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .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); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container { border-width: 0; border-radius: 0; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W::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; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container { font-size:0.875rem;font-family:arial;height:52.125rem;width:75rem;position:relative;display:block; }#TRBUq1LyNX7qK0Xm3wb3LqJOxArsp9vQ { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #7fc7d9, #03989e);background-image: -moz-linear-gradient(339deg, #7fc7d9, #03989e);background-image: -ms-linear-gradient(339deg, #7fc7d9, #03989e);background-image: -o-linear-gradient(339deg, #7fc7d9, #03989e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc7d9', endColorstr='#03989e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc7d9', endColorstr='#03989e' );";background-image: linear-gradient(339deg, #7fc7d9, #03989e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:46.875rem;width:0.125rem;top:2.1875rem;left:38.375rem;display:block; }
#ZTy4q6Hn8m3Tq0O5LkxiH3Pdd3TkVBB7 { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #7fc7d9, #03989e);background-image: -moz-linear-gradient(146deg, #7fc7d9, #03989e);background-image: -ms-linear-gradient(146deg, #7fc7d9, #03989e);background-image: -o-linear-gradient(146deg, #7fc7d9, #03989e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc7d9', endColorstr='#03989e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc7d9', endColorstr='#03989e' );";background-image: linear-gradient(146deg, #7fc7d9, #03989e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:7.875rem;left:37.5rem;display:block; }
#QEMQci3sgaP8v2MU3pB9F3JP9fa6g7uh { color:#ffffff;display:block;width:16.1870625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.75rem;left:41.1875rem;height:2.11230625rem;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; }
#BEit08UMCKCOGcrVCDViaiOI7UQ5b31x { background-color:#03989e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:4rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:11.125rem;left:41.1875rem;display:block; }
#orJaeReDlqr63OdsUq4BZH7x7uQQBQDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pPzf5FSnqnHiXGsDVLIyM0Nwf4T8bG3b { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #7fc7d9, #03989e);background-image: -moz-linear-gradient(146deg, #7fc7d9, #03989e);background-image: -ms-linear-gradient(146deg, #7fc7d9, #03989e);background-image: -o-linear-gradient(146deg, #7fc7d9, #03989e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc7d9', endColorstr='#03989e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc7d9', endColorstr='#03989e' );";background-image: linear-gradient(146deg, #7fc7d9, #03989e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:18.75rem;left:37.5rem;display:block; }
#NfTg4UzaoQ0hUbIHk4B1mK0uztX8o99T { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.625rem;left:20.625rem;height:2.11230625rem;text-align:right;text-align-last:right;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; }
#ZF8GiqTifnEahRea7TRcHrImqNQwyH2X { background-color:#03989e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:4rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:21.9375rem;left:15rem;display:block; }
#BU2z4ZTALmO09UUWx07cTeFXBR9NhHuX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OCmeJCSE0OdXREwtheRKKrOBTBUpWFBg { position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #7fc7d9, #03989e);background-image: -moz-linear-gradient(146deg, #7fc7d9, #03989e);background-image: -ms-linear-gradient(146deg, #7fc7d9, #03989e);background-image: -o-linear-gradient(146deg, #7fc7d9, #03989e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc7d9', endColorstr='#03989e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc7d9', endColorstr='#03989e' );";background-image: linear-gradient(146deg, #7fc7d9, #03989e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:28.9375rem;left:37.5rem;display:block; }
#DBBqUQRAKUOB3Q8v4hSg2teLkIJTub6T { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:28.8125rem;left:41.1875rem;height:2.11230625rem;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; }
#apDNB5BepBoZdodroioRSonTBEloFoT7 { background-color:#03989e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:4rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:32.1875rem;left:41.1875rem;display:block; }
#b1fFZDFI63E6n2OTNDlQe7Tm2gv7PrH0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MeAPIEnfOeylKUwNWqIDSZztdrQDdFKa { position:absolute;display:block;z-index:15047;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #7fc7d9, #03989e);background-image: -moz-linear-gradient(146deg, #7fc7d9, #03989e);background-image: -ms-linear-gradient(146deg, #7fc7d9, #03989e);background-image: -o-linear-gradient(146deg, #7fc7d9, #03989e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc7d9', endColorstr='#03989e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc7d9', endColorstr='#03989e' );";background-image: linear-gradient(146deg, #7fc7d9, #03989e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:38.9375rem;left:37.5rem;display:block; }
#naZHPDADrRgcOVwqTRC0xrHq5I8LB2rm { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:38.8125rem;left:20.625rem;height:2.11230625rem;text-align:right;text-align-last:right;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; }
#SJ3MiAOzQEukwf1I7bELTS3GFihXSw4D { background-color:#03989e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:4rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:41.75rem;left:15.3125rem;display:block; }
#EzpQp8vE56wzOVzAQeqx7f6lWNx4kbk0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xd4htHe57kOO8adrLmOuA84G5wRInScV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1035;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; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row .container { background-color: transparent; background-image: none; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row .container > .video-iframe-container { display: none; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row > .video-iframe-container { display: none; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .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); }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row .container { border-width: 0; border-radius: 0; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:block; }#ACxz7fkhgVzqrHkIpMm4m5ZbhX0DsOay { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:10.875rem;top:6.025390625rem;left:0rem;overflow:hidden;display:block; }
#Sy4WZZygTmmGuzpkbwbXia9STpE3i2RN { color:#ffffff;display:block;width:23.5615rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:4.4296875rem;left:51.4384765625rem;height:5.199225rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r { 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:block; }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row .container { background-color: transparent; background-image: none; }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row .container > .video-iframe-container { display: none; }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row > .video-iframe-container { display: none; }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .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); }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row .container { border-width: 0; border-radius: 0; }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#hSH0St3BTwC5wAbmFZlJkMBlJA3zAf0s { color:#000037;display:block;width:25.5625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.537109375rem;left:0rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MmyNOqXTPf2HCHOKA6lpvkfiiu4OfrcX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.75rem;left:55.1875rem; }
#MmyNOqXTPf2HCHOKA6lpvkfiiu4OfrcX > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#h48BCJ1B3odlDUx1suXAKRVT1DArinVT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.75rem;left:61.125rem; }
#h48BCJ1B3odlDUx1suXAKRVT1DArinVT > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#wrs92mTmvUOuvE6uo1KTZvTxNrKPde5J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.75rem;left:66.625rem; }
#wrs92mTmvUOuvE6uo1KTZvTxNrKPde5J > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#hDyqG6Vx4iTpHvDSiCfDNGNH3cWmCvD9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.6875rem;left:72.375rem; }
#hDyqG6Vx4iTpHvDSiCfDNGNH3cWmCvD9 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg { 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:block; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row .container { background-color: transparent; background-image: none; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row .container > .video-iframe-container { display: none; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row > .video-iframe-container { display: none; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .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); }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row .container { border-width: 0; border-radius: 0; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#iBHcNFeS8NTn50mwJJ5hSHhTQsgQrPfK { color:#000000;display:block;width:49.5rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:1.57421875rem;left:0rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 { display:block; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A07fZ8ALdxmBUc8Uf0Qq8q8ll52yMddO { width:9.8125rem;height:1.25rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { display:block; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEX8xFCH5FIyVCZnHxmgqXQVEbfiMM7V { top:11.8125rem;left:0rem;width:27.8125rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olR0CJww02tqnJIwCic5TdUL4rC1yOhm { top:12.9375rem;left:0rem;width:27.875rem;height:9.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CThBp8kQpf2dz77RJOpM7OaO1TMhfVlE { top:24.6875rem;left:0rem;width:27.75rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzfXM5ElpD4byuzglWiM4zavTmpxoKHP { width:18.9375rem;height:3.5625rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8QggBIT2DZO49SiQyeAVz41P74SFXlC { display:block; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .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; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .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; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b { display:flex;width:18.5rem;height:5.1875rem;top:2.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Cpt54go4DmrWONlTBDWLW3xKF1SBD5wJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #rpOnoX00doMbXniTzRxlyT9GyFXstZOq {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #y1TVuzKnoV943kDrKhcT56oFXTsai0Ke {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #O4EPi18SbJCKVWTWZU2VoTiazo8I7zD6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #UqVg53LZcWrz3BNNIPvHIACCnzNobIXn {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #vGeLGTJMA9NHNvoHpXs7Nxs21U70cJbb {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #EcyQhXh2ka5npICh6o4Cu1pOz4vH4uZi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #ShcRnKubnTT8L4spVCwD0oLm6zPl4wT5 {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #P1mLXdP5WttMzcxCW134Ohcqo5OBHuZc {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Iif5q6SFSWSlTDXmOyXxRo4xIpuAXw5p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #XF8Ic4aBdHakJon35nLVScAwOR02b3Lu {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #TfZuHD6kCT1cWgUtrasLbgrkqtTxzSPH {  }
 }@media only screen and (max-width: 763px) { #zuZnNtIt0Ne3K5bARGGEZ2MPikmE6dnE { top:1.625rem;left:0rem;width:27.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS5bGirSGBrlCcx3NPN3NNhV2vIRm0Ta { top:0rem;left:0rem;width:33.4375rem;height:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z { display:block; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTxiXfLT58znZtU9RNOX7BfMTQRgihz7 { top:2.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIoAxuHyytbdkqZQaQXeTR8BvTMnocBI { top:7.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB { display:block; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUkqDnqOdWhdSIwKsKCJfEO60ExznnC3 { top:28.1875rem;left:0rem;width:19.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #UTsAE4Z2dUclmhMbIqXxWeTPJS9Thrqs { top:6.75rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOam2AuRHhUnT0bX4yesXuUeDEKJNidR { top:27.75rem;left:15.5rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnpxRih2PZM0aek4ATWg5Ot5i3hlVHk6 { top:23.875rem;left:0rem;width:16.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #milG0GuPhRRorna0nSzH8xatRP3dWSKf { top:26.3125rem;left:0rem;width:19.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZTo7FQHOFV8RwgTuUpGyOiCw9ddTeVq { top:31.0625rem;left:0rem;width:19.375rem;height:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBzPgDcNGFVNkXVmFUTzd6KqG3uPEz14 { top:5rem;left:0.875rem;width:5.625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaWmfC942buZCExDlmrdDVsNi0soCRzw { top:23.8125rem;left:26.5625rem;width:18.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxmqZcrymruvyd5PrTTpaBcdQfChPrAF { top:26.375rem;left:25.5625rem;width:22.1875rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRZ5zeIkk9x3ldl8wlRBISoRdcXEJilJ { top:31rem;left:22.625rem;width:25.0625rem;height:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpy4N3zMrVCJ06sgHHUzzhBsqSJuUhug { top:28.1875rem;left:24.0625rem;width:23.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esJFpFK1DZvhc65lQmL5IZgPPKGmAzZg { width:14.8125rem;height:14.8125rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng400KdK4cbGMRHHvvzayWO2d2tnrxUu { top:6.0625rem;left:27.4375rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #d12o7MiaVdmlQGEc84LgOT2PQFe3XvlO { top:5rem;left:32.1875rem;width:5.625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTT5Q5J9Q2Qe5IbhNxO3IUW1nphCqJkP { width:15.625rem;height:15.625rem;top:6.125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKzQrXRp7AyiIrEBRIrHvU8qa7foxpuR { top:27.75rem;left:46.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhaZxvkt6O5izDPrkVsKIJNiN6a1Pldt { top:6.375rem;left:0rem;width:47.75rem;height:14.217944449394rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq { display:block; }#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L92y0IkEPhFFTBqsyRnNMpIFeIRfJwiV { top:11rem;left:0rem;width:47.75rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuLsmqcfR3q7ASM913lyx11rHGP9cUCi { top:14rem;left:22.375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBbmv6ZvUJQ7wXVAFF8xeQGTVWoawXpQ { top:13.9375rem;left:4.125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZoRUEHrcJ1uJM1SoG1q5vb9rGaOgTzW { top:19.375rem;left:0rem;width:16.875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxOSwplRlZx8mq2cICQWtDS3OFGSUKVk { top:19.4375rem;left:15.5rem;width:16.875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqCshscXG25uo6acHsethCtKGVtdCuGy { top:19.4375rem;left:30.625rem;width:17.125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqIIgGIZf15NuyknSrx7m38aS5PG6Kba { top:13.8125rem;left:40.53125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTcP5lSk4aimxDQqVQpWGro6wdacprrJ { top:13rem;left:3.125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se1lOSSnViLUKwdep0G14f7aSp5XhK6T { top:13rem;left:21.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTBOR4aaF4iH73g6KhyIIUb3CbrEdZCQ { top:12.9375rem;left:39.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9anViHnTBJoFaEZ87I1yFXXEJlWPCDa { top:15.5rem;left:7.5rem;width:32.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVxRgqUlME1xayukpfMZwlnSrwCOd27X { top:25.4375rem;left:0rem;width:15.375rem;height:;font-size:0.9375rem;display:block; }#vVxRgqUlME1xayukpfMZwlnSrwCOd27X li:before{  }
 }@media only screen and (max-width: 763px) { #GX110VLwf6R2uFVcUfTCJhkRaEqbqA6a { top:25rem;left:0rem;width:16.875rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezJfrWUzyTLIl02eEfVExkFzPVgQ7ovo { top:25rem;left:15.375rem;width:16.875rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBvri6wMntftE8EgeJ0TETxXuuSfUECD { top:25rem;left:30.625rem;width:16.875rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFfKuXA9q0dX6nZnn9Scn8WpQ73ZOJcZ { top:4.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQQnuGOVFpbKiViTah1Su83oe0RiSwW1 { top:4.75rem;left:8.625rem;width:39.125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #heoaoyFJM5kySJ3BKyxVdnJ0UNuWydRJ { top:36.875rem;left:0rem;width:41.0625rem;height:12.293512951604rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJv55tlAZsuC0vqPEgO4sUHK1535ZTU3 { top:25.4375rem;left:16.1875rem;width:15.4375rem;height:;font-size:0.9375rem;display:block; }#cJv55tlAZsuC0vqPEgO4sUHK1535ZTU3 li:before{  }
 }@media only screen and (max-width: 763px) { #znzVDahTVnnytNiWWaeIgTqgudwmFP7o { top:25.4375rem;left:32.375rem;width:15.375rem;height:;font-size:0.9375rem;display:block; }#znzVDahTVnnytNiWWaeIgTqgudwmFP7o li:before{  }
 }@media only screen and (max-width: 763px) { #ZAqnnyIpiVHrzwOvnATM8ObnaQWKDuGr { top:45.8125rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #daiB6KTnaCrasTTWbeWHu7vOzsyraxfy { top:51.625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiVwELK1ws23t7pildQK4f6Me22nEebU { top:55rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.9375rem;display:block; }#iiVwELK1ws23t7pildQK4f6Me22nEebU li:before{  }
 }@media only screen and (max-width: 763px) { #Fd5g7JXLOS3saKdTFhZT1TlEWBTc7CHK { top:62.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5k1lPrmkzqgRIix9nWS6p30WKM0iawT { top:65.4375rem;left:0rem;width:47.75rem;height:6.6875rem;font-size:0.9375rem;display:block; }#L5k1lPrmkzqgRIix9nWS6p30WKM0iawT li:before{  }
 }@media only screen and (max-width: 763px) { #uySr7lAoAvWqPhrKANlOAsU96g6ItTyB { top:75.3125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoogCv8RpO3DlqdeDP0VEqMTwdT3mbMX { top:78.625rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:0.9375rem;display:block; }#VoogCv8RpO3DlqdeDP0VEqMTwdT3mbMX li:before{  }
 }@media only screen and (max-width: 763px) { #JsmcFtQouA9BrSNadkNTshf8SKpcF4hD { display:block; }#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBTHTRA99pHcunBRgfL7sE4xNQ8OnGWP { top:1.4375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJUuwQlQ0pa2nz5m3idqbxCTb0dxzJwe { top:6rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W { display:block; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRBUq1LyNX7qK0Xm3wb3LqJOxArsp9vQ { top:2.1875rem;left:24.75rem;width:0.125rem;height:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTy4q6Hn8m3Tq0O5LkxiH3Pdd3TkVBB7 { top:7.875rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEMQci3sgaP8v2MU3pB9F3JP9fa6g7uh { top:7.75rem;left:27.5625rem;width:16.125rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEit08UMCKCOGcrVCDViaiOI7UQ5b31x { width:18.9375rem;height:4rem;top:11.125rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orJaeReDlqr63OdsUq4BZH7x7uQQBQDT { display:block; }
 }@media only screen and (max-width: 763px) { #pPzf5FSnqnHiXGsDVLIyM0Nwf4T8bG3b { top:18.75rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfTg4UzaoQ0hUbIHk4B1mK0uztX8o99T { top:18.625rem;left:7rem;width:15.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF8GiqTifnEahRea7TRcHrImqNQwyH2X { width:20.4375rem;height:4rem;top:21.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU2z4ZTALmO09UUWx07cTeFXBR9NhHuX { display:block; }
 }@media only screen and (max-width: 763px) { #OCmeJCSE0OdXREwtheRKKrOBTBUpWFBg { top:28.9375rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBBqUQRAKUOB3Q8v4hSg2teLkIJTub6T { top:28.8125rem;left:27.5625rem;width:16.1875rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apDNB5BepBoZdodroioRSonTBEloFoT7 { width:18.9375rem;height:4rem;top:32.1875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1fFZDFI63E6n2OTNDlQe7Tm2gv7PrH0 { display:block; }
 }@media only screen and (max-width: 763px) { #MeAPIEnfOeylKUwNWqIDSZztdrQDdFKa { top:38.9375rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naZHPDADrRgcOVwqTRC0xrHq5I8LB2rm { top:38.8125rem;left:7rem;width:15.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ3MiAOzQEukwf1I7bELTS3GFihXSw4D { width:20.25rem;height:4rem;top:41.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzpQp8vE56wzOVzAQeqx7f6lWNx4kbk0 { display:block; }
 }@media only screen and (max-width: 763px) { #Xd4htHe57kOO8adrLmOuA84G5wRInScV { display:block; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACxz7fkhgVzqrHkIpMm4m5ZbhX0DsOay { width:10.875rem;height:2rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy4WZZygTmmGuzpkbwbXia9STpE3i2RN { width:23.5rem;height:5.1875rem;top:4.375rem;left:24.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r { display:block; }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSH0St3BTwC5wAbmFZlJkMBlJA3zAf0s { width:25.5625rem;height:1.25rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmyNOqXTPf2HCHOKA6lpvkfiiu4OfrcX { width:2.625rem;height:2.625rem;top:1.75rem;left:41.5625rem;display:block; }
#MmyNOqXTPf2HCHOKA6lpvkfiiu4OfrcX > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #h48BCJ1B3odlDUx1suXAKRVT1DArinVT { width:2.5625rem;height:2.5625rem;top:1.75rem;left:45.1875rem;display:block; }
#h48BCJ1B3odlDUx1suXAKRVT1DArinVT > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #wrs92mTmvUOuvE6uo1KTZvTxNrKPde5J { width:2.5625rem;height:2.5625rem;top:1.75rem;left:45.1875rem;display:block; }
#wrs92mTmvUOuvE6uo1KTZvTxNrKPde5J > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #hDyqG6Vx4iTpHvDSiCfDNGNH3cWmCvD9 { width:2.625rem;height:2.625rem;top:1.6875rem;left:45.125rem;display:block; }
#hDyqG6Vx4iTpHvDSiCfDNGNH3cWmCvD9 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg { display:block; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBHcNFeS8NTn50mwJJ5hSHhTQsgQrPfK { width:47.75rem;height:0.9375rem;top:1.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 { display:block; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A07fZ8ALdxmBUc8Uf0Qq8q8ll52yMddO { width:9.8125rem;height:1.25rem;top:1.46875rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/77c30782-084d-49bc-bcf3-187870d7de2e/pexelsrdne4920855.preview.rotate_270.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.adaptive-delivery-prevent-bg, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyload, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyloading { background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { background-color: transparent; background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .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); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEX8xFCH5FIyVCZnHxmgqXQVEbfiMM7V { width:17.8125rem;height:1.625rem;top:0.978515625rem;left:1.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #olR0CJww02tqnJIwCic5TdUL4rC1yOhm { width:18.75rem;height:5.36230625rem;top:0.978298664093rem;left:0.625rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CThBp8kQpf2dz77RJOpM7OaO1TMhfVlE { width:18.5625rem;height:5.3994125rem;top:9.166015625rem;left:0.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mzfXM5ElpD4byuzglWiM4zavTmpxoKHP { width:16.8125rem;height:3.5625rem;top:17rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8QggBIT2DZO49SiQyeAVz41P74SFXlC { display:block; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b .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; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-text.counter-number { padding-top:0.30125rem;padding-right:0.26625rem;padding-bottom:0.30125rem;padding-left:0.26625rem;width:1.5975rem;min-width:1.5975rem;height:1.6175rem;font-size:1.20375rem;line-height:25.88px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #7fc7d9;border-right:0.0625rem solid #7fc7d9;border-bottom:0.0625rem solid #7fc7d9;border-left:0.0625rem solid #7fc7d9; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.188125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.130625rem;height:0.639375rem;font-size:0.45125rem;line-height:10.23px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b { display:flex;width:13rem;height:3.1725rem;top:3.5rem;left:3.494140625rem;padding-top:0.384375rem;padding-right:0.410625rem;padding-bottom:0.384375rem;padding-left:0.410625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Cpt54go4DmrWONlTBDWLW3xKF1SBD5wJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #rpOnoX00doMbXniTzRxlyT9GyFXstZOq {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #y1TVuzKnoV943kDrKhcT56oFXTsai0Ke {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #O4EPi18SbJCKVWTWZU2VoTiazo8I7zD6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #UqVg53LZcWrz3BNNIPvHIACCnzNobIXn {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #vGeLGTJMA9NHNvoHpXs7Nxs21U70cJbb {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #EcyQhXh2ka5npICh6o4Cu1pOz4vH4uZi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #ShcRnKubnTT8L4spVCwD0oLm6zPl4wT5 {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #P1mLXdP5WttMzcxCW134Ohcqo5OBHuZc {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Iif5q6SFSWSlTDXmOyXxRo4xIpuAXw5p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #XF8Ic4aBdHakJon35nLVScAwOR02b3Lu {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #TfZuHD6kCT1cWgUtrasLbgrkqtTxzSPH {  }
 }@media only screen and (max-width: 763px) { #zuZnNtIt0Ne3K5bARGGEZ2MPikmE6dnE { width:20rem;height:0;top:1.63671875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NS5bGirSGBrlCcx3NPN3NNhV2vIRm0Ta { width:20rem;height:25.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z { display:block; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { width:20rem;height:14.5966796875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTxiXfLT58znZtU9RNOX7BfMTQRgihz7 { width:20rem;height:8.285125rem;top:2.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIoAxuHyytbdkqZQaQXeTR8BvTMnocBI { width:19.875rem;height:3.25rem;top:11.3466796875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB { display:block; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUkqDnqOdWhdSIwKsKCJfEO60ExznnC3 { width:20rem;height:0.0625rem;top:38.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTsAE4Z2dUclmhMbIqXxWeTPJS9Thrqs { width:15rem;height:15rem;top:3.5rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NOam2AuRHhUnT0bX4yesXuUeDEKJNidR { width:0.9375rem;height:0.9375rem;top:19.1875rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rnpxRih2PZM0aek4ATWg5Ot5i3hlVHk6 { width:16.875rem;height:1.625rem;top:16.9375rem;left:1.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #milG0GuPhRRorna0nSzH8xatRP3dWSKf { width:14.0625rem;height:2.69921875rem;top:18.875rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cZTo7FQHOFV8RwgTuUpGyOiCw9ddTeVq { width:20rem;height:0;top:28.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBzPgDcNGFVNkXVmFUTzd6KqG3uPEz14 { width:5.6875rem;height:17.6875rem;top:2.21875rem;left:7.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaWmfC942buZCExDlmrdDVsNi0soCRzw { width:16.8115rem;height:1.625rem;top:40.2490234375rem;left:1.7041015625rem;font-size:1.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #hxmqZcrymruvyd5PrTTpaBcdQfChPrAF { width:12.1875rem;height:2.69921875rem;top:42.4365234375rem;left:1.5625rem;font-size:1.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #NRZ5zeIkk9x3ldl8wlRBISoRdcXEJilJ { width:20rem;height:0;top:70.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpy4N3zMrVCJ06sgHHUzzhBsqSJuUhug { width:19.375rem;height:0.0625rem;top:74.125rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #esJFpFK1DZvhc65lQmL5IZgPPKGmAzZg { width:16.62475rem;height:16.62475rem;top:2.015380859375rem;left:1.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng400KdK4cbGMRHHvvzayWO2d2tnrxUu { width:15rem;height:15rem;top:115.95919966697rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d12o7MiaVdmlQGEc84LgOT2PQFe3XvlO { width:5.6875rem;height:17.25rem;top:108.96270348168rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTT5Q5J9Q2Qe5IbhNxO3IUW1nphCqJkP { width:16.74925rem;height:16.74925rem;top:24.4287109375rem;left:1.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKzQrXRp7AyiIrEBRIrHvU8qa7foxpuR { width:0.9375rem;height:0.9375rem;top:27.75rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LhaZxvkt6O5izDPrkVsKIJNiN6a1Pldt { width:20rem;height:5.9551599788039rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq { display:block; }#hPvS4h5LmbivqSln4dtC2JgfmAUNzkCq > .row .container { width:20rem;height:126.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L92y0IkEPhFFTBqsyRnNMpIFeIRfJwiV { width:20rem;height:75.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuLsmqcfR3q7ASM913lyx11rHGP9cUCi { display:flex;width:3.0625rem;height:3.0625rem;top:31.78125rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #vBbmv6ZvUJQ7wXVAFF8xeQGTVWoawXpQ { display:flex;width:3.1875rem;height:3.1875rem;top:8.912109375rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #OZoRUEHrcJ1uJM1SoG1q5vb9rGaOgTzW { width:10.9375rem;height:1.3496125rem;top:50.337890625rem;left:7.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZxOSwplRlZx8mq2cICQWtDS3OFGSUKVk { width:10.375rem;height:2.69921875rem;top:32.20703125rem;left:7.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #LqCshscXG25uo6acHsethCtKGVtdCuGy { width:11.125rem;height:2.69921875rem;top:9.15625rem;left:7.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wqIIgGIZf15NuyknSrx7m38aS5PG6Kba { display:flex;width:3.3125rem;height:3.3125rem;top:50.03125rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #aTcP5lSk4aimxDQqVQpWGro6wdacprrJ { width:5rem;height:5rem;top:7.875rem;left:1.0625rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #Se1lOSSnViLUKwdep0G14f7aSp5XhK6T { width:5rem;height:5rem;top:30.6875rem;left:1.03125rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #MTBOR4aaF4iH73g6KhyIIUb3CbrEdZCQ { width:5rem;height:5rem;top:49.0625rem;left:1.03125rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #Q9anViHnTBJoFaEZ87I1yFXXEJlWPCDa { width:0.0625rem;height:17.4375rem;top:9.3125rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vVxRgqUlME1xayukpfMZwlnSrwCOd27X { width:15.4375rem;height:11.4375rem;top:14.4375rem;left:2.28125rem;font-size:0.9375rem;display:block; }#vVxRgqUlME1xayukpfMZwlnSrwCOd27X li:before{  }
 }@media only screen and (max-width: 763px) { #GX110VLwf6R2uFVcUfTCJhkRaEqbqA6a { width:16.875rem;height:14.375rem;top:14rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezJfrWUzyTLIl02eEfVExkFzPVgQ7ovo { width:16.875rem;height:10.0625rem;top:36.943359375rem;left:1.4375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #MBvri6wMntftE8EgeJ0TETxXuuSfUECD { width:16.9375rem;height:16.4375rem;top:55.599365234375rem;left:1.436767578125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #tFfKuXA9q0dX6nZnn9Scn8WpQ73ZOJcZ { width:15.75rem;height:3.73730625rem;top:1.4375rem;left:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQQnuGOVFpbKiViTah1Su83oe0RiSwW1 { width:15.9375rem;height:4.5rem;top:4.59375rem;left:3.945rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #heoaoyFJM5kySJ3BKyxVdnJ0UNuWydRJ { width:11.4375rem;height:3.5rem;top:34.6875rem;left:8.125rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #cJv55tlAZsuC0vqPEgO4sUHK1535ZTU3 { width:15.4375rem;height:8.5rem;top:38.25rem;left:2.28125rem;font-size:0.9375rem;display:block; }#cJv55tlAZsuC0vqPEgO4sUHK1535ZTU3 li:before{  }
 }@media only screen and (max-width: 763px) { #znzVDahTVnnytNiWWaeIgTqgudwmFP7o { width:15.437rem;height:14.375rem;top:56.4111328125rem;left:2.2802734375rem;font-size:0.9375rem;display:block; }#znzVDahTVnnytNiWWaeIgTqgudwmFP7o li:before{  }
 }@media only screen and (max-width: 763px) { #ZAqnnyIpiVHrzwOvnATM8ObnaQWKDuGr { width:20rem;height:1.86889375rem;top:77.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #daiB6KTnaCrasTTWbeWHu7vOzsyraxfy { width:20rem;height:4.048825rem;top:81.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iiVwELK1ws23t7pildQK4f6Me22nEebU { width:20rem;height:5.875rem;top:86.625rem;left:0rem;font-size:0.9375rem;display:block; }#iiVwELK1ws23t7pildQK4f6Me22nEebU li:before{  }
 }@media only screen and (max-width: 763px) { #Fd5g7JXLOS3saKdTFhZT1TlEWBTc7CHK { width:20rem;height:2.69921875rem;top:94.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L5k1lPrmkzqgRIix9nWS6p30WKM0iawT { width:20rem;height:8.0625rem;top:99.625rem;left:0rem;font-size:0.9375rem;display:block; }#L5k1lPrmkzqgRIix9nWS6p30WKM0iawT li:before{  }
 }@media only screen and (max-width: 763px) { #uySr7lAoAvWqPhrKANlOAsU96g6ItTyB { width:20rem;height:4.048825rem;top:110.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VoogCv8RpO3DlqdeDP0VEqMTwdT3mbMX { width:20rem;height:8.875rem;top:115.375rem;left:0rem;font-size:0.9375rem;display:block; }#VoogCv8RpO3DlqdeDP0VEqMTwdT3mbMX li:before{  }
 }@media only screen and (max-width: 763px) { #JsmcFtQouA9BrSNadkNTshf8SKpcF4hD { display:block; }#JsmcFtQouA9BrSNadkNTshf8SKpcF4hD > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBTHTRA99pHcunBRgfL7sE4xNQ8OnGWP { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJUuwQlQ0pa2nz5m3idqbxCTb0dxzJwe { width:20rem;height:2.76171875rem;top:5.0996125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fbcb0793-6945-4b02-a23d-3effe9ad3e6c/grey1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W.adaptive-delivery-prevent-bg, #Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W.lazyload, #Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W.lazyloading { background-image: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container { background-color: transparent; background-image: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,16,53,0.79); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container > .video-iframe-container { display: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,16,53,0.79); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row > .video-iframe-container { display: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .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); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRBUq1LyNX7qK0Xm3wb3LqJOxArsp9vQ { width:0.375rem;height:43.75rem;top:26.5rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTy4q6Hn8m3Tq0O5LkxiH3Pdd3TkVBB7 { width:1.875rem;height:1.875rem;top:1.875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEMQci3sgaP8v2MU3pB9F3JP9fa6g7uh { width:16.1875rem;height:1.86865rem;top:5rem;left:1.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BEit08UMCKCOGcrVCDViaiOI7UQ5b31x { width:18.9375rem;height:4rem;top:8.125rem;left:0.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orJaeReDlqr63OdsUq4BZH7x7uQQBQDT { display:block; }
 }@media only screen and (max-width: 763px) { #pPzf5FSnqnHiXGsDVLIyM0Nwf4T8bG3b { width:1.875rem;height:1.875rem;top:13.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfTg4UzaoQ0hUbIHk4B1mK0uztX8o99T { width:15.0625rem;height:1.86865rem;top:16.25rem;left:2.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZF8GiqTifnEahRea7TRcHrImqNQwyH2X { width:18.9375rem;height:4rem;top:19.5625rem;left:0.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU2z4ZTALmO09UUWx07cTeFXBR9NhHuX { display:block; }
 }@media only screen and (max-width: 763px) { #OCmeJCSE0OdXREwtheRKKrOBTBUpWFBg { width:1.875rem;height:1.875rem;top:24.8125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBBqUQRAKUOB3Q8v4hSg2teLkIJTub6T { width:16.1875rem;height:1.86865rem;top:27.5rem;left:1.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #apDNB5BepBoZdodroioRSonTBEloFoT7 { width:18.9375rem;height:4rem;top:30.625rem;left:0.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1fFZDFI63E6n2OTNDlQe7Tm2gv7PrH0 { display:block; }
 }@media only screen and (max-width: 763px) { #MeAPIEnfOeylKUwNWqIDSZztdrQDdFKa { width:1.875rem;height:1.875rem;top:36.375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naZHPDADrRgcOVwqTRC0xrHq5I8LB2rm { width:15.0625rem;height:1.86865rem;top:40.125rem;left:2.4375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SJ3MiAOzQEukwf1I7bELTS3GFihXSw4D { width:18.9375rem;height:4rem;top:43rem;left:0.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzpQp8vE56wzOVzAQeqx7f6lWNx4kbk0 { display:block; }
 }@media only screen and (max-width: 763px) { #Xd4htHe57kOO8adrLmOuA84G5wRInScV { display:block; }#Xd4htHe57kOO8adrLmOuA84G5wRInScV > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACxz7fkhgVzqrHkIpMm4m5ZbhX0DsOay { width:6.5rem;height:1.25rem;top:3.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy4WZZygTmmGuzpkbwbXia9STpE3i2RN { width:20rem;height:4.548825rem;top:5.9765625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r { display:block; }#bQuOfnGRHPcElxhsekFJlE6lt0e4Hd5r > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSH0St3BTwC5wAbmFZlJkMBlJA3zAf0s { width:15.625rem;height:1.3rem;top:1.625rem;left:2.1875rem;text-align:center;text-align-last:center;color:#2a2a2a;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #MmyNOqXTPf2HCHOKA6lpvkfiiu4OfrcX { width:2.625rem;height:2.625rem;top:4.9250011444092rem;left:0.9375rem;display:block; }
#MmyNOqXTPf2HCHOKA6lpvkfiiu4OfrcX > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #h48BCJ1B3odlDUx1suXAKRVT1DArinVT { width:2.5625rem;height:2.5625rem;top:4.9562511444092rem;left:6.1875rem;display:block; }
#h48BCJ1B3odlDUx1suXAKRVT1DArinVT > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #wrs92mTmvUOuvE6uo1KTZvTxNrKPde5J { width:2.5625rem;height:2.5625rem;top:4.9562511444092rem;left:11.34375rem;display:block; }
#wrs92mTmvUOuvE6uo1KTZvTxNrKPde5J > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #hDyqG6Vx4iTpHvDSiCfDNGNH3cWmCvD9 { width:2.625rem;height:2.625rem;top:4.9250011444092rem;left:16.21875rem;display:block; }
#hDyqG6Vx4iTpHvDSiCfDNGNH3cWmCvD9 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg { display:block; }#uTRdTTbSaI2LQl8ilhnywgTqs9UT2fgg > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBHcNFeS8NTn50mwJJ5hSHhTQsgQrPfK { width:20rem;height:0.9746125rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }