.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6bc3c4, #00abca);background-image: -moz-linear-gradient(180deg, #6bc3c4, #00abca);background-image: -ms-linear-gradient(180deg, #6bc3c4, #00abca);background-image: -o-linear-gradient(180deg, #6bc3c4, #00abca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bc3c4', endColorstr='#00abca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bc3c4', endColorstr='#00abca' );";background-image: linear-gradient(180deg, #6bc3c4, #00abca);background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { background-color:transparent;background-image: -webkit-linear-gradient(32deg, #013666, #4a7faf);background-image: -moz-linear-gradient(32deg, #013666, #4a7faf);background-image: -ms-linear-gradient(32deg, #013666, #4a7faf);background-image: -o-linear-gradient(32deg, #013666, #4a7faf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#4a7faf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#4a7faf' );";background-image: linear-gradient(32deg, #013666, #4a7faf);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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { background-color: transparent; background-image: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .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); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { border-width: 0; border-radius: 0; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { font-size:14px;font-family:arial;height:860px;width:960px;overflow:visible;position:relative;display:block; }#N6bEHuRHSaWXHmmUz5VLQVOl2wKS3z7S { color:#ffffff;display:block;width:348px;position:absolute;font-family:inter;font-size:14px;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:211px;left:0px;height:201.6px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#bX5cTTTODypO0MFadGak9Xu9VdVev0Ca { position:absolute;display:block;z-index:15051;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:47px;width:100px;top:32px;left:430px;overflow:hidden;display:block; }
#cf89KPz20RsyOTawqaTfdeyA05S6hZe1 { color:#ffffff;display:block;width:427px;position:absolute;font-family:"dax medium";font-size:33px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:432.00003051758px;left:34.5px;height:128.7px;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; }
#Xv2BX1t4bpAOq7P7uXCczKb018bJiBG6 { position:absolute;display:block;z-index:14996;background-color:#013666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:0;box-shadow: 5px 5px 13px rgba(0,0,0,0.1) ;height:640px;width:442px;top:138px;left:518px;display:block; }
#NdnH9mezFlxt1GLxwhwduip1nB6To2H2 { position:absolute;display:block;z-index:15041;height:602px;width:411px;top:155px;left:534px;display:block; }
#BG44ZQ9eO4tmESnUpXoRkSaG6kDygkdG { color:#ffffff;display:block;width:424px;position:absolute;font-family:inter;font-size:18px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:663.76672363281px;left:38px;height:70.2px;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; }
#OPpaPgm0rQVGeT38l7sTrzZyqZZTx4pN { position:absolute;display:block;z-index:15052;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:331px;width:496px;top:101.00000762939px;left:0px;overflow:hidden;display:block; }
#BO34NK6tV61uWXWVSBT78IGe7vWBh2S4 { color:#ffffff;display:block;width:439px;position:absolute;font-family:"dax medium";font-size:22px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:584px;left:38px;height:57.2px;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; }
#BsgpphTEO7BfrbWt1ephOLRyultelybA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(20deg, #00abca, #00ada4);background-image: -moz-linear-gradient(20deg, #00abca, #00ada4);background-image: -ms-linear-gradient(20deg, #00abca, #00ada4);background-image: -o-linear-gradient(20deg, #00abca, #00ada4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abca', endColorstr='#00ada4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abca', endColorstr='#00ada4' );";background-image: linear-gradient(20deg, #00abca, #00ada4);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; }#BsgpphTEO7BfrbWt1ephOLRyultelybA > .row .container { background-color: transparent; background-image: none; }#BsgpphTEO7BfrbWt1ephOLRyultelybA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsgpphTEO7BfrbWt1ephOLRyultelybA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsgpphTEO7BfrbWt1ephOLRyultelybA > .row .container > .video-iframe-container { display: none; }#BsgpphTEO7BfrbWt1ephOLRyultelybA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsgpphTEO7BfrbWt1ephOLRyultelybA > .row > .video-iframe-container { display: none; }#BsgpphTEO7BfrbWt1ephOLRyultelybA > .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); }#BsgpphTEO7BfrbWt1ephOLRyultelybA > .row .container { border-width: 0; border-radius: 0; }#BsgpphTEO7BfrbWt1ephOLRyultelybA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BsgpphTEO7BfrbWt1ephOLRyultelybA > .row .container { font-size:14px;font-family:arial;height:394px;width:960px;position:relative;display:block; }#nJlU8IhQAvF9kGXTbciw0WWdhZeteuIp { color:#ffffff;display:block;width:427px;position:absolute;font-family:"dax medium";font-size:33px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:120px;left:369px;height:42.9px;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; }
#INfe7OxU2KFzu7UhrdsHltTiqfguETO1 { color:#ffffff;display:block;width:591px;position:absolute;font-family:inter;font-size:18px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:190px;left:369px;height:103.6px;text-align:left;text-align-last:left;display:block; }#INfe7OxU2KFzu7UhrdsHltTiqfguETO1 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#INfe7OxU2KFzu7UhrdsHltTiqfguETO1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_23221e5718ce7f6c5be6dc9b28dd24e78b744c6e.svg); }
#a6rfnqz1cmc1TQ9gMIPqgwMIzSmEkBQ2 { position:absolute;display:block;z-index:15020;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:312px;width:300px;top:37px;left:37px;overflow:hidden;display:block; }
#ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013666;background-image:url("https://images.assets-landingi.com/uc/5f758be8-4a74-43d2-b9da-0df1848f916e/PatternFlexge__2.png");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; }#ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw.adaptive-delivery-prevent-bg, #ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw.lazyload, #ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw.lazyloading { background-image: none; }#ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw > .row .container { background-color: transparent; background-image: none; }#ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw > .row .container > .video-iframe-container { display: none; }#ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw > .row > .video-iframe-container { display: none; }#ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw > .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); }#ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw > .row .container { border-width: 0; border-radius: 0; }#ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw > .row .container { font-size:14px;font-family:arial;height:1071px;width:960px;position:relative;display:block; }#Fi912IRKmrynMRaTvO5hcf13T5pG7kkm { color:#ffffff;display:block;width:873px;position:absolute;font-family:"dax medium";font-size:33px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:59.33332824707px;left:44.083312988281px;height:85.8px;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; }
#hwKRd43oenTp5PtmM29SW6J96qWR6IOq { color:#ffffff;display:block;width:346px;position:absolute;font-family:inter;font-size:21px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:221px;left:40px;height:109.2px;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; }
#yl46DaS1cR7BSsca5hHT55bJGQVIzZzV { color:#ffffff;display:block;width:373px;position:absolute;font-family:"dax medium";font-size:30px;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:372px;left:40px;height:210px;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; }
#N0bkGsw98X6aITUcMDTTv6PaTBwe0o78 { color:#ffffff;display:block;width:336.994px;position:absolute;font-family:"dax medium";font-size:20px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:186.99374389648px;left:531.97497558594px;height:26px;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; }
#WWt6A1XUxLoNte3IZGHzPiW32SEsq0fh { z-index:15004;top:913.00008773804px;left:232.5px;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #00abca, #11a9a1);background-image: -moz-linear-gradient(140deg, #00abca, #11a9a1);background-image: -ms-linear-gradient(140deg, #00abca, #11a9a1);background-image: -o-linear-gradient(140deg, #00abca, #11a9a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abca', endColorstr='#11a9a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abca', endColorstr='#11a9a1' );";background-image: linear-gradient(140deg, #00abca, #11a9a1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 5px 5px rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:495px;height:54px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NhZ5WJ3uGJIepRrdUwGiuwbfpZ59F6Rc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BJQlHe6Qgg86KzRDWbfI5hluO5z5C970 { position:absolute;display:block;z-index:15019;background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:61px;width:439px;top:228px;left:481px;display:block; }
#q3zFD2LUqbEydtR6o8y6Epo1DtRre3Ad { color:#f1f1f6;display:block;width:333px;position:absolute;font-family:inter;font-size:19px;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:237px;left:562px;height:45.6094px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zkEgizyEZwby4t4fwQc5d4PplXooxa4K { color:#f1f1f6;display:block;width:331px;position:absolute;font-family:inter;font-size:19px;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:308px;left:563px;height:45.6094px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L7WHgE5diDgmMoX4oGHLThhirVqml4sc { position:absolute;display:block;z-index:15021;background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:61px;width:439px;top:300px;left:481px;display:block; }
#TQtI1BVoETypS8z9e1qW1mpbIuZaTPKi { position:absolute;display:block;z-index:15023;background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:61px;width:439px;top:372px;left:481px;display:block; }
#H1t8mkTUCkxxZlZSPaDPoOK94n2hpZDy { color:#f1f1f6;display:block;width:311px;position:absolute;font-family:inter;font-size:19px;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:381px;left:562px;height:45.6094px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b2A37P30M6ZAoqXuptzLL9yxtRKTH68c { position:absolute;display:block;z-index:15025;background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:61px;width:439px;top:444px;left:481px;display:block; }
#LT8QqfDNgf14a4gdC5kJupclnywCTCFu { color:#f1f1f6;display:block;width:332px;position:absolute;font-family:inter;font-size:19px;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:452px;left:562px;height:45.6094px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lMTzxwho3nMudvoZlEPyBGy8uJITCmHa { position:absolute;display:block;z-index:15027;background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:61px;width:439px;top:518px;left:482px;display:block; }
#FEVXvfMgMrJkgevlDNhFm0aLUqRcsVWD { color:#f1f1f6;display:block;width:318px;position:absolute;font-family:inter;font-size:19px;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:527px;left:560px;height:45.6094px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wrSVHoo40NWkZwtF1z1baJVmITRFXef5 { position:absolute;display:block;z-index:15036;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:254px;width:960px;top:617px;left:0px;overflow:hidden;display:block; }
#aTJITkqWNWFSmBCptFDUc2KkDxXDTu1T { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:36px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:241.50001144409px;left:514.11671447754px; }
#UwZh72vGfTkvf36XQhTODTP7fE5E2fc7 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:36px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:313.80001449585px;left:514.11671447754px; }
#vR7DARyuDUymBLCAFBVdlKVTk0nS6ET9 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:36px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:385.50003051758px;left:514.11671447754px; }
#Jo9K08rCb970sCsiizbbnzCVevZGhOsu { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:36px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:460.00002288818px;left:514.11671447754px; }
#sRIvgZ9krUhdIJmVlT36MiiL61mQ11IB { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:36px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:531.50003051758px;left:514.11671447754px; }
#UEI3T1QbWTrDcHsZbJv8Ko5XHzGTatbq { 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:523px;width:960px;display:none; }
#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013666;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; }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row .container { background-color: transparent; background-image: none; }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row .container > .video-iframe-container { display: none; }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row > .video-iframe-container { display: none; }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .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); }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row .container { border-width: 0; border-radius: 0; }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row .container { font-size:14px;font-family:arial;height:117px;width:960px;position:relative;display:block; }#fEIaSdBq0JE6eb1MNIo7XtHRqpRzn5xb { position:absolute;display:block;z-index:15067;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:44px;width:94px;top:40.000030517578px;left:0px;overflow:hidden;display:block; }
#PUo4l4B5uCBwexcuSihCWTtwd7BtZkzD { position:absolute;display:block;z-index:15043;background-color:#6b2cf7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: 05px 10px 17px rgba(0,0,0,0.05) ;height:40px;width:40px;top:39px;left:801px;display:block; }
#BLw2nLUAvsggf32gJ6tPJ25MbeNiGsOo { position:absolute;display:block;z-index:15041;background-color:#6b2cf7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: 05px 10px 17px rgba(0,0,0,0.05) ;height:40px;width:40px;top:39px;left:861px;display:block; }
#fExH241pkNP50WtIDOETVDoliJnNJ6DH { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:23px;width:23px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:48px;left:809px; }
#fExH241pkNP50WtIDOETVDoliJnNJ6DH > img { max-width: 100%;max-height:100%; }#wtHZgTNiPIxmcFow2xi0WZeWQKNzB2c2 { box-sizing:content-box;color:#5d92ff;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:49px;left:872px; }
#wtHZgTNiPIxmcFow2xi0WZeWQKNzB2c2 > img { max-width: 100%;max-height:100%; }#wNRi09TZbh5qgR6A2mvd4gLaGCRraQcL { position:absolute;display:block;z-index:15045;background-color:#6b2cf7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: 05px 10px 17px rgba(0,0,0,0.05) ;height:40px;width:40px;top:39px;left:921px;display:block; }
#OaHf2a2K2tNXb8NzO1iFtD6903WdoHQK { box-sizing:content-box;color:#5d92ff;font-size:18px;font-weight:400;line-height:1;height:26px;width:26px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;top:47px;left:928px; }
#OaHf2a2K2tNXb8NzO1iFtD6903WdoHQK > img { max-width: 100%;max-height:100%; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { display:block; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6bEHuRHSaWXHmmUz5VLQVOl2wKS3z7S { width:320px;height:;top:196px;left:0px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #bX5cTTTODypO0MFadGak9Xu9VdVev0Ca { top:32px;left:332px;width:100px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #cf89KPz20RsyOTawqaTfdeyA05S6hZe1 { width:427px;height:128px;top:432px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Xv2BX1t4bpAOq7P7uXCczKb018bJiBG6 { width:442px;height:640px;top:138px;left:322px;display:block; }
 }@media only screen and (max-width: 763px) { #NdnH9mezFlxt1GLxwhwduip1nB6To2H2 { top:155px;left:353px;width:411px;height:602px;display:block; }
 }@media only screen and (max-width: 763px) { #BG44ZQ9eO4tmESnUpXoRkSaG6kDygkdG { width:424px;height:70px;top:663px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OPpaPgm0rQVGeT38l7sTrzZyqZZTx4pN { top:101px;left:0px;width:496px;height:331px;display:block; }
 }@media only screen and (max-width: 763px) { #BO34NK6tV61uWXWVSBT78IGe7vWBh2S4 { width:439px;height:57px;top:584px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BsgpphTEO7BfrbWt1ephOLRyultelybA { display:block; }#BsgpphTEO7BfrbWt1ephOLRyultelybA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJlU8IhQAvF9kGXTbciw0WWdhZeteuIp { width:427px;height:42px;top:120px;left:271px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #INfe7OxU2KFzu7UhrdsHltTiqfguETO1 { width:591px;height:103px;top:190px;left:173px;font-size:16px;display:block; }#INfe7OxU2KFzu7UhrdsHltTiqfguETO1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_23221e5718ce7f6c5be6dc9b28dd24e78b744c6e.svg); }
 }@media only screen and (max-width: 763px) { #a6rfnqz1cmc1TQ9gMIPqgwMIzSmEkBQ2 { top:37px;left:0px;width:300px;height:312px;display:block; }
 }@media only screen and (max-width: 763px) { #ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw { display:block; }#ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fi912IRKmrynMRaTvO5hcf13T5pG7kkm { width:764px;height:;top:59px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #hwKRd43oenTp5PtmM29SW6J96qWR6IOq { width:346px;height:109px;top:221px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #yl46DaS1cR7BSsca5hHT55bJGQVIzZzV { width:373px;height:210px;top:372px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #N0bkGsw98X6aITUcMDTTv6PaTBwe0o78 { width:336px;height:26px;top:186px;left:427px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WWt6A1XUxLoNte3IZGHzPiW32SEsq0fh { top:913px;left:134.5px;width:495px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #NhZ5WJ3uGJIepRrdUwGiuwbfpZ59F6Rc { display:block; }
 }@media only screen and (max-width: 763px) { #BJQlHe6Qgg86KzRDWbfI5hluO5z5C970 { top:228px;left:325px;width:439px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #q3zFD2LUqbEydtR6o8y6Epo1DtRre3Ad { top:237px;left:431px;width:333px;height:45px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zkEgizyEZwby4t4fwQc5d4PplXooxa4K { top:308px;left:433px;width:331px;height:45px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #L7WHgE5diDgmMoX4oGHLThhirVqml4sc { top:300px;left:325px;width:439px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #TQtI1BVoETypS8z9e1qW1mpbIuZaTPKi { top:372px;left:325px;width:439px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #H1t8mkTUCkxxZlZSPaDPoOK94n2hpZDy { top:381px;left:453px;width:311px;height:45px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b2A37P30M6ZAoqXuptzLL9yxtRKTH68c { top:444px;left:325px;width:439px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #LT8QqfDNgf14a4gdC5kJupclnywCTCFu { top:452px;left:432px;width:332px;height:45px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lMTzxwho3nMudvoZlEPyBGy8uJITCmHa { top:518px;left:325px;width:439px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #FEVXvfMgMrJkgevlDNhFm0aLUqRcsVWD { top:527px;left:446px;width:318px;height:45px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wrSVHoo40NWkZwtF1z1baJVmITRFXef5 { top:617px;left:0px;width:764px;height:202.14166666667px;display:block; }
 }@media only screen and (max-width: 763px) { #aTJITkqWNWFSmBCptFDUc2KkDxXDTu1T { top:241px;left:416.11671447754px;width:36px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #UwZh72vGfTkvf36XQhTODTP7fE5E2fc7 { top:313px;left:416.11671447754px;width:36px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #vR7DARyuDUymBLCAFBVdlKVTk0nS6ET9 { top:385px;left:416.11671447754px;width:36px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #Jo9K08rCb970sCsiizbbnzCVevZGhOsu { top:460px;left:416.11671447754px;width:36px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #sRIvgZ9krUhdIJmVlT36MiiL61mQ11IB { top:531px;left:416.11671447754px;width:36px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #UEI3T1QbWTrDcHsZbJv8Ko5XHzGTatbq { width:764px;height:416px;display:none; }
 }@media only screen and (max-width: 763px) { #Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 { display:block; }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fEIaSdBq0JE6eb1MNIo7XtHRqpRzn5xb { top:40px;left:0px;width:94px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #PUo4l4B5uCBwexcuSihCWTtwd7BtZkzD { top:39px;left:703px;width:39px;height:39px;display:block; }
 }@media only screen and (max-width: 763px) { #BLw2nLUAvsggf32gJ6tPJ25MbeNiGsOo { top:39px;left:724px;width:39px;height:39px;display:block; }
 }@media only screen and (max-width: 763px) { #fExH241pkNP50WtIDOETVDoliJnNJ6DH { top:48px;left:711px;width:22px;height:22px;display:block; }
#fExH241pkNP50WtIDOETVDoliJnNJ6DH > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #wtHZgTNiPIxmcFow2xi0WZeWQKNzB2c2 { top:49px;left:744px;width:19px;height:19px;display:block; }
#wtHZgTNiPIxmcFow2xi0WZeWQKNzB2c2 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #wNRi09TZbh5qgR6A2mvd4gLaGCRraQcL { top:39px;left:724px;width:39px;height:39px;display:block; }
 }@media only screen and (max-width: 763px) { #OaHf2a2K2tNXb8NzO1iFtD6903WdoHQK { top:47px;left:738px;width:25px;height:25px;display:block; }
#OaHf2a2K2tNXb8NzO1iFtD6903WdoHQK > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #013666, #6b2cf7);background-image: -moz-linear-gradient(180deg, #013666, #6b2cf7);background-image: -ms-linear-gradient(180deg, #013666, #6b2cf7);background-image: -o-linear-gradient(180deg, #013666, #6b2cf7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#6b2cf7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#6b2cf7' );";background-image: linear-gradient(180deg, #013666, #6b2cf7);background-size:cover !important;display:block; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { background-color: transparent; background-image: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .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); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { width:320px;height:1446px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6bEHuRHSaWXHmmUz5VLQVOl2wKS3z7S { width:320px;height:0;top:218.80000305176px;left:0px;font-size:14px;text-align:center;text-align-last:center;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #bX5cTTTODypO0MFadGak9Xu9VdVev0Ca { width:100px;height:47px;top:20px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #cf89KPz20RsyOTawqaTfdeyA05S6hZe1 { width:309px;height:85.725px;top:280.51861572266px;left:5.4562492370605px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xv2BX1t4bpAOq7P7uXCczKb018bJiBG6 { width:319.987px;height:841.987px;top:553.66870117188px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NdnH9mezFlxt1GLxwhwduip1nB6To2H2 { width:297px;height:807px;top:567.10620117188px;left:11.474999427795px;display:block; }
 }@media only screen and (max-width: 763px) { #BG44ZQ9eO4tmESnUpXoRkSaG6kDygkdG { width:319.987px;height:72.825px;top:458.13748168945px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPpaPgm0rQVGeT38l7sTrzZyqZZTx4pN { width:320px;height:213.54838709677px;top:66.974998474121px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BO34NK6tV61uWXWVSBT78IGe7vWBh2S4 { width:261.994px;height:64.8px;top:377.54998779297px;left:28.968747138977px;font-size:18px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BsgpphTEO7BfrbWt1ephOLRyultelybA { display:block; }#BsgpphTEO7BfrbWt1ephOLRyultelybA > .row .container { width:320px;height:303px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJlU8IhQAvF9kGXTbciw0WWdhZeteuIp { width:319.987px;height:28.575px;top:48.99382019043px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #INfe7OxU2KFzu7UhrdsHltTiqfguETO1 { width:288.994px;height:155.4px;top:106.76249694824px;left:15.468749046326px;font-size:16px;text-align:left;text-align-last:left;display:block; }#INfe7OxU2KFzu7UhrdsHltTiqfguETO1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_23221e5718ce7f6c5be6dc9b28dd24e78b744c6e.svg); }
 }@media only screen and (max-width: 763px) { #a6rfnqz1cmc1TQ9gMIPqgwMIzSmEkBQ2 { width:300px;height:312px;top:20px;left:10px;display:none; }
 }@media only screen and (max-width: 763px) { #ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw { background-color:#013666;background-image:url("https://images.assets-landingi.com/uc/5f758be8-4a74-43d2-b9da-0df1848f916e/PatternFlexge__2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw.adaptive-delivery-prevent-bg, #ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw.lazyload, #ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw.lazyloading { background-image: none; }#ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw > .row .container { background-color: transparent; background-image: none; }#ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw > .row .container > .video-iframe-container { display: none; }#ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw > .row > .video-iframe-container { display: none; }#ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw > .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); }#ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw > .row .container { border-width: 0; border-radius: 0; }#ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZfVvpzLfe39abLgP0JOoWa84u4bfRzkw > .row .container { width:320px;height:1116px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fi912IRKmrynMRaTvO5hcf13T5pG7kkm { width:255px;height:85.725px;top:47px;left:32px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hwKRd43oenTp5PtmM29SW6J96qWR6IOq { width:291.994px;height:54.6187px;top:153px;left:14px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yl46DaS1cR7BSsca5hHT55bJGQVIzZzV { width:274.987px;height:100.8px;top:238px;left:22px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N0bkGsw98X6aITUcMDTTv6PaTBwe0o78 { width:319.987px;height:18.2062px;top:357px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WWt6A1XUxLoNte3IZGHzPiW32SEsq0fh { top:1002px;left:8px;width:304px;height:54px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #NhZ5WJ3uGJIepRrdUwGiuwbfpZ59F6Rc { display:block; }
 }@media only screen and (max-width: 763px) { #BJQlHe6Qgg86KzRDWbfI5hluO5z5C970 { width:320px;height:61px;top:390px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #q3zFD2LUqbEydtR6o8y6Epo1DtRre3Ad { width:319.987px;height:38.3625px;top:401px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zkEgizyEZwby4t4fwQc5d4PplXooxa4K { width:319.987px;height:38.3625px;top:482px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L7WHgE5diDgmMoX4oGHLThhirVqml4sc { width:320px;height:61px;top:471px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TQtI1BVoETypS8z9e1qW1mpbIuZaTPKi { width:320px;height:61px;top:548px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #H1t8mkTUCkxxZlZSPaDPoOK94n2hpZDy { width:310.987px;height:38.3625px;top:559px;left:4px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b2A37P30M6ZAoqXuptzLL9yxtRKTH68c { width:320px;height:61px;top:629px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LT8QqfDNgf14a4gdC5kJupclnywCTCFu { width:319.987px;height:38.3625px;top:639px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lMTzxwho3nMudvoZlEPyBGy8uJITCmHa { width:320px;height:61px;top:710px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FEVXvfMgMrJkgevlDNhFm0aLUqRcsVWD { width:318px;height:38.3625px;top:720px;left:2px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wrSVHoo40NWkZwtF1z1baJVmITRFXef5 { width:320px;height:84.666666666667px;top:821.02495574951px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #aTJITkqWNWFSmBCptFDUc2KkDxXDTu1T { display:flex;width:36px;height:34px;top:528px;left:33px;display:none; }
 }@media only screen and (max-width: 763px) { #UwZh72vGfTkvf36XQhTODTP7fE5E2fc7 { display:flex;width:36px;height:34px;top:609px;left:33px;display:none; }
 }@media only screen and (max-width: 763px) { #vR7DARyuDUymBLCAFBVdlKVTk0nS6ET9 { display:flex;width:36px;height:34px;top:685.55003051758px;left:33.116714477539px;display:none; }
 }@media only screen and (max-width: 763px) { #Jo9K08rCb970sCsiizbbnzCVevZGhOsu { display:flex;width:36px;height:34px;top:769.05002288818px;left:33.116714477539px;display:none; }
 }@media only screen and (max-width: 763px) { #sRIvgZ9krUhdIJmVlT36MiiL61mQ11IB { display:flex;width:36px;height:34px;top:847.55003051758px;left:32.116714477539px;display:none; }
 }@media only screen and (max-width: 763px) { #UEI3T1QbWTrDcHsZbJv8Ko5XHzGTatbq { top:814px;left:20px;width:300px;height:162px;z-index:15042;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 { display:block; }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row .container { width:320px;height:258px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fEIaSdBq0JE6eb1MNIo7XtHRqpRzn5xb { width:91px;height:43px;top:20px;left:114px;display:block; }
 }@media only screen and (max-width: 763px) { #PUo4l4B5uCBwexcuSihCWTtwd7BtZkzD { width:39px;height:39px;top:82.981248828125px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #BLw2nLUAvsggf32gJ6tPJ25MbeNiGsOo { width:39px;height:39px;top:141.98124882812px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #fExH241pkNP50WtIDOETVDoliJnNJ6DH { display:flex;width:22px;height:22px;top:91.981248828125px;left:148px; }
#fExH241pkNP50WtIDOETVDoliJnNJ6DH > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #wtHZgTNiPIxmcFow2xi0WZeWQKNzB2c2 { display:flex;width:19px;height:19px;top:151.98124882812px;left:151px; }
#wtHZgTNiPIxmcFow2xi0WZeWQKNzB2c2 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #wNRi09TZbh5qgR6A2mvd4gLaGCRraQcL { width:39px;height:39px;top:200.98124882812px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #OaHf2a2K2tNXb8NzO1iFtD6903WdoHQK { width:25px;height:25px;top:208.98124882812px;left:147px;display:block; }
#OaHf2a2K2tNXb8NzO1iFtD6903WdoHQK > img { max-width: 100%;max-height:100%; } }