.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-input-select option {
  color: #000;
}
.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 {
  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:#ffffff;background-image:none;position:relative;display:block; }
#QIRKtXDC3Q7ozMatGwLDBbZttULggwUq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIRKtXDC3Q7ozMatGwLDBbZttULggwUq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIRKtXDC3Q7ozMatGwLDBbZttULggwUq > .row > .video-iframe-container { display: none; }#QIRKtXDC3Q7ozMatGwLDBbZttULggwUq > .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); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT { background-color:#cccccc;background-image:url("https://images.assets-landingi.com/U75Cy24h/bg_top.jpg");background-position:top 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;display:block; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT.adaptive-delivery-prevent-bg, #CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT.lazyload, #CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT.lazyloading { background-image: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { background-color: transparent; background-image: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container > .video-iframe-container { display: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row > .video-iframe-container { display: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .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); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { border-width: 0; border-radius: 0; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { width:960px;height:853px;font-size:14px;font-family:arial;position:relative;display:block; }#IdN6MQKLgcVhDtWyGuL3aTQ889llEKXt { position:absolute;display:block;z-index:14998;background-color:#20344f;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;height:853px;width:164px;top:0px;left:0px;display:block; }
#L1aUrvI3JRCUTnuxw13STpRe4thnRABC { position:absolute;display:block;z-index:15002;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;height:1px;width:122px;top:132px;left:21px;display:block; }
#gbWDqk0X6km7QIi7P4bwF7p72z716zKh { color:#ffffff;display:block;width:532px;position:absolute;font-family:signika;font-size:48px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:201px;left:27px;height:124.7778px;font-style:normal;display:block; }
#HXRb04ZaQVuUfUFd1HFCGH9SZeWgO3mc { color:#ffffff;display:block;width:532px;position:absolute;font-family:signika;font-size:24px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:335px;left:27px;height:31.1944px;font-style:normal;display:block; }
#GfTpEZVuWOSFOrbBTsmQbU74Ni3M9KUq { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:2px solid #3f88f6;border-left:2px solid #3f88f6;border-right:2px solid #3f88f6;border-bottom:2px solid #3f88f6;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;height:32px;width:32px;top:392.5px;left:21px;display:block; }
#qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 { color:#ffffff;display:block;width:418px;position:absolute;font-family:signika;font-size:24px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:392.5px;left:45.5px;height:;font-style:normal;display:block; }#qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 li:not(:first-child){ padding-top:26px;padding-right:0;padding-bottom:0;padding-left:0; }#qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/4fdfeSIb/arrow.png); }
#NH7d2rSJbQkVgQDx7KwNbu9btett7G9A { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:2px solid #3f88f6;border-left:2px solid #3f88f6;border-right:2px solid #3f88f6;border-bottom:2px solid #3f88f6;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;height:32px;width:32px;top:447.50006103516px;left:21px;display:block; }
#Mg88cogrUJGf0Qew8JauxlTQ8wKJBbki { background-color:#3f88f6;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:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:signika;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:232px;height:70px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:572px;left:27px;display:block; }
#LVuPEhCN6as98KKf7X98MqDtSD4UuFom { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PS5Ub7iDvb2wlW7poApI5inlgUh9gibP { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:2px solid #3f88f6;border-left:2px solid #3f88f6;border-right:2px solid #3f88f6;border-bottom:2px solid #3f88f6;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;height:32px;width:32px;top:503.40277099609px;left:21px;display:block; }
#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 { 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; }#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 > .row .container { background-color: transparent; background-image: none; }#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 > .row .container > .video-iframe-container { display: none; }#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 > .row > .video-iframe-container { display: none; }#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 > .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); }#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 > .row .container { border-width: 0; border-radius: 0; }#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 > .row .container { font-size:14px;font-family:arial;height:100px;width:960px;position:relative;display:block; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/C1b2eref/bg_section_1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE.adaptive-delivery-prevent-bg, #pUtyuHWC5HdBCtd38lWgazH2Axy7biBE.lazyload, #pUtyuHWC5HdBCtd38lWgazH2Axy7biBE.lazyloading { background-image: none; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row .container { background-color: transparent; background-image: none; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row .container > .video-iframe-container { display: none; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row > .video-iframe-container { display: none; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .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); }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row .container { border-width: 0; border-radius: 0; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row .container { font-size:14px;font-family:arial;height:657px;width:960px;position:relative;display:block; }#DscFbKtoni3sBg03JVi6VxTNm2evE05M { color:#ffffff;display:block;width:433px;position:absolute;font-family:signika;font-size:36px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:63.000061035156px;left:0px;height:46.7917px;font-style:normal;display:block; }
#aiPRL3o4QTaVVip2ZeIwEsXue8UIZvaU { color:#ffffff;display:block;width:395px;position:absolute;font-family:signika;font-size:18px;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:135.7639465332px;left:0px;height:54px;font-style:normal;display:block; }
#Mtt6GSoxDq5cem0f0D6XqobwluloCpiP { color:#ffffff;display:block;width:395px;position:absolute;font-family:signika;font-size:16px;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:209.34729003906px;left:0px;height:380.722px;font-style:normal;display:block; }
#GQWR6ENJDHyVLqfTQoQAsupuCRRozArB { background-color:#3f88f6;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:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:signika;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:232px;height:70px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:559.00009155273px;left:669.5px;display:block; }
#Rp1P43I8BVw2uRBwxSMz73TQyQAITkih { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IHi1kni8NVkvEEc8UDtdD7rsFdogPQN7 { position:absolute;display:block;z-index:15013;background-color:#3f88f6;background-image:url("https://images.assets-landingi.com/d6CnI043/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;height:73px;width:73px;top:146px;left:433px;display:block; }#IHi1kni8NVkvEEc8UDtdD7rsFdogPQN7.adaptive-delivery-prevent-bg, #IHi1kni8NVkvEEc8UDtdD7rsFdogPQN7.lazyload, #IHi1kni8NVkvEEc8UDtdD7rsFdogPQN7.lazyloading { background-image: none; }
#ZDgIrEMPnwHTVEeJ8LfeD2mD5fGmcnQJ { color:#ffffff;display:block;width:63px;position:absolute;font-family:signika;font-size:12px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:155px;left:438px;height:15.5972px;font-style:normal;display:block; }
#ereSaIqwX7q6xCc5XXSudlEQLKNruCUv { color:#ffffff;display:block;width:148px;position:absolute;font-family:signika;font-size:18px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:148px;left:521.5px;height:46.7778px;font-style:normal;display:block; }
#TlBXnciKwVAZI84NnolXsOEZMDL6PuDs { color:#3f88f6;display:block;width:140px;position:absolute;font-family:signika;font-size:18px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:148px;left:794px;height:46.7778px;font-style:normal;display:block; }
#BMfGVpNZeFxayFAeL5kQ3N96K0DGmnQV { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/C18TBrb4/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;height:73px;width:73px;top:146px;left:705px;display:block; }#BMfGVpNZeFxayFAeL5kQ3N96K0DGmnQV.adaptive-delivery-prevent-bg, #BMfGVpNZeFxayFAeL5kQ3N96K0DGmnQV.lazyload, #BMfGVpNZeFxayFAeL5kQ3N96K0DGmnQV.lazyloading { background-image: none; }
#ikOLAMNe3V4XSovcgrVdya6VNCWzJvQy { color:#20344f;display:block;width:63px;position:absolute;font-family:signika;font-size:12px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:155px;left:710px;height:15.5972px;font-style:normal;display:block; }
#f49pEGN05tlZaePDi2yFgnKDbTRw1hkR { color:#3f88f6;display:block;width:140px;position:absolute;font-family:signika;font-size:18px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:265px;left:522px;height:46.7778px;font-style:normal;display:block; }
#Fe2LDLzA1JaXNqvJGIJcPwqVMgZtJdv8 { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dCXPbbd1/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;height:73px;width:73px;top:263px;left:433px;display:block; }#Fe2LDLzA1JaXNqvJGIJcPwqVMgZtJdv8.adaptive-delivery-prevent-bg, #Fe2LDLzA1JaXNqvJGIJcPwqVMgZtJdv8.lazyload, #Fe2LDLzA1JaXNqvJGIJcPwqVMgZtJdv8.lazyloading { background-image: none; }
#CJSgRU9z7aRFDLB3zAxI1nA479BSQxUB { color:#20344f;display:block;width:63px;position:absolute;font-family:signika;font-size:12px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:272px;left:438px;height:15.5972px;font-style:normal;display:block; }
#fiJBopOroDk5sm7i6IpxoSr53i4Q4SFo { position:absolute;display:block;z-index:15016;background-color:#3f88f6;background-image:url("https://images.assets-landingi.com/nc86SN9b/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;height:73px;width:73px;top:263px;left:705px;display:block; }#fiJBopOroDk5sm7i6IpxoSr53i4Q4SFo.adaptive-delivery-prevent-bg, #fiJBopOroDk5sm7i6IpxoSr53i4Q4SFo.lazyload, #fiJBopOroDk5sm7i6IpxoSr53i4Q4SFo.lazyloading { background-image: none; }
#MTVQ83seDmctapWCneDaWP2233QTMIpa { color:#ffffff;display:block;width:63px;position:absolute;font-family:signika;font-size:12px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:272px;left:710px;height:15.5972px;font-style:normal;display:block; }
#Z9xDccX7GuOuF5bz84ZMGZaitgJyGiHJ { color:#ffffff;display:block;width:140px;position:absolute;font-family:signika;font-size:18px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:265px;left:794px;height:46.7778px;font-style:normal;display:block; }
#LPm6JOxKnQB3b0UInKKwLMzfBJll3MOc { position:absolute;display:block;z-index:15019;background-color:#3f88f6;background-image:url("https://images.assets-landingi.com/Cawbeata/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;height:73px;width:73px;top:379px;left:433px;display:block; }#LPm6JOxKnQB3b0UInKKwLMzfBJll3MOc.adaptive-delivery-prevent-bg, #LPm6JOxKnQB3b0UInKKwLMzfBJll3MOc.lazyload, #LPm6JOxKnQB3b0UInKKwLMzfBJll3MOc.lazyloading { background-image: none; }
#Q0plUi6mWKTmCw5oOdTxwMacZWxGupoP { color:#ffffff;display:block;width:63px;position:absolute;font-family:signika;font-size:12px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:388px;left:438px;height:15.5972px;font-style:normal;display:block; }
#A4yMgdItySMTtVO5cEw9URcX4woTq85c { color:#ffffff;display:block;width:140px;position:absolute;font-family:signika;font-size:18px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:381px;left:522px;height:70.1667px;font-style:normal;display:block; }
#uPcsMxam9H9CCalTVrgsMckz8MHSxSxc { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1ucqbfGr/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;height:73px;width:73px;top:379px;left:705px;display:block; }#uPcsMxam9H9CCalTVrgsMckz8MHSxSxc.adaptive-delivery-prevent-bg, #uPcsMxam9H9CCalTVrgsMckz8MHSxSxc.lazyload, #uPcsMxam9H9CCalTVrgsMckz8MHSxSxc.lazyloading { background-image: none; }
#sQAm7yEHq1huiDT1w3b6lXmIi0FweU7e { color:#20344f;display:block;width:63px;position:absolute;font-family:signika;font-size:12px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:388px;left:710px;height:15.5972px;font-style:normal;display:block; }
#okicg9ADICnJzlaW6SnmZD9QEEDXTctx { color:#3f88f6;display:block;width:140px;position:absolute;font-family:signika;font-size:18px;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:381px;left:794px;height:46.7778px;font-style:normal;display:block; }
#ls55vw7s092suhWvfqIsighMZRb5TV8A { color:#3f88f6;display:block;width:140px;position:absolute;font-family:signika;font-size:18px;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:488px;left:522px;height:70.1667px;font-style:normal;display:block; }
#RnolheTQlwF660Phg4LxnikKxT8I8g0o { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/frceB0Q0/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;height:73px;width:73px;top:486px;left:433px;display:block; }#RnolheTQlwF660Phg4LxnikKxT8I8g0o.adaptive-delivery-prevent-bg, #RnolheTQlwF660Phg4LxnikKxT8I8g0o.lazyload, #RnolheTQlwF660Phg4LxnikKxT8I8g0o.lazyloading { background-image: none; }
#f7GlTipmb73kZZuBsWcIV1z5rfkBGpQ9 { color:#20344f;display:block;width:63px;position:absolute;font-family:signika;font-size:12px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:495px;left:438px;height:15.5972px;font-style:normal;display:block; }
#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 { 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; }#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 > .row .container { background-color: transparent; background-image: none; }#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 > .row .container > .video-iframe-container { display: none; }#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 > .row > .video-iframe-container { display: none; }#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 > .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); }#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 > .row .container { border-width: 0; border-radius: 0; }#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 > .row .container { font-size:14px;font-family:arial;height:100px;width:960px;position:relative;display:block; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/eF2TVbcP/bg_section_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc.adaptive-delivery-prevent-bg, #Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc.lazyload, #Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc.lazyloading { background-image: none; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row .container { background-color: transparent; background-image: none; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row .container > .video-iframe-container { display: none; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row > .video-iframe-container { display: none; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .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); }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row .container { border-width: 0; border-radius: 0; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row .container { font-size:14px;font-family:arial;height:657px;width:960px;position:relative;display:block; }#os81s9LWUlzPpSQEsoPmROPEa3BwuArX { color:#ffffff;display:block;width:395px;position:absolute;font-family:signika;font-size:36px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:101px;left:565px;height:93.5833px;font-style:normal;display:block; }
#H9U4mSe09O9ldqdRCJM0Wf3N8TsCXqEA { color:#ffffff;display:block;width:395px;position:absolute;font-family:signika;font-size:16px;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:212.98609924316px;left:565px;height:353.5274px;font-style:normal;display:block; }
#nQcmMHNfiNx2fRqdX87BQXOlF7K67dF1 { background-color:#3f88f6;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:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:signika;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:232px;height:70px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:553.98608398438px;left:565px;display:block; }
#dwPyb3fNxVdTDcZsdAs4ccDJxtNgphyp { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 { 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; }#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 > .row .container { background-color: transparent; background-image: none; }#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 > .row .container > .video-iframe-container { display: none; }#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 > .row > .video-iframe-container { display: none; }#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 > .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); }#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 > .row .container { border-width: 0; border-radius: 0; }#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 > .row .container { font-size:14px;font-family:arial;height:100px;width:960px;position:relative;display:block; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gg3nw32W/bg_footer.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46.adaptive-delivery-prevent-bg, #UvnBTN1k4PEK25PMtpzx2H96eE6b4l46.lazyload, #UvnBTN1k4PEK25PMtpzx2H96eE6b4l46.lazyloading { background-image: none; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row .container { background-color: transparent; background-image: none; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row .container > .video-iframe-container { display: none; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row > .video-iframe-container { display: none; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .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); }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row .container { border-width: 0; border-radius: 0; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row .container { font-size:14px;font-family:arial;height:859px;width:960px;position:relative;display:block; }#sLWbcv089FTlTEJIrXX0bzbHCRpJvzeL { color:#ffffff;display:block;width:960px;position:absolute;font-family:signika;font-size:36px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:100px;left:0px;height:46.7917px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GuaoHFHVZVT22A3ONQdcS5IOPGye77Vn { position:absolute;display:block;z-index:15001;background-color:#20344f;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;height:231px;width:116px;top:210px;left:90px;display:block; }
#aNEOMqrQ8Mh1JEdQZR7yGy85kT2GqD1Q { position:absolute;display:block;z-index:15002;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;height:231px;width:224px;top:210px;left:206px;display:block; }
#TTAMThlCWZi36U8fTT6tdrJPMciKsdFN { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:51px;width:71px;top:300px;left:113px;overflow:hidden;display:block; }
#OdepHyTo22MsvyBPsKhzEhUeDKm0JQVI { color:#ffffff;display:block;width:340px;position:absolute;font-family:signika;font-size:18px;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:487px;left:90px;height:100.778px;text-align:center;text-align-last:center;display:block; }
#nfGhgrcPEtWL91OhAXKZr3fIt6iZtDMf { color:#3f88f6;display:block;width:340px;position:absolute;font-family:signika;font-size:18px;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:602px;left:90px;height:25.1944px;text-align:center;text-align-last:center;display:block; }
#IT5GmnmSlNJiMMz2rc1uQwFFZVeK5bEn { background-color:#3f88f6;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:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:signika;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:232px;height:70px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:689px;left:90px;display:block; }
#QtmI2by6Jf7TplNEznWNbB2ofgtkPVRz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pHT2rdoVskNiUGrwhdSM6TP97fXkh0Qm { 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;height:233px;width:342px;top:210.00000762939px;left:90px;overflow:hidden;display:block; }
#rXA8KZSuhp9f4yVKiUwUWJwvMuPqHmQn { position:absolute;display:block;z-index:15016;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;height:240px;width:368px;top:205.50000762939px;left:516px;overflow:hidden;display:block; }
#lKrHk1JPtThNVdwm50602uS7rmE7KNbO { position:absolute;display:block;z-index:15017;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;height:140px;width:369px;top:496.20835876465px;left:525.58331298828px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT { display:block; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdN6MQKLgcVhDtWyGuL3aTQ889llEKXt { width:164px;height:853px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #L1aUrvI3JRCUTnuxw13STpRe4thnRABC { width:122px;height:1px;top:132px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gbWDqk0X6km7QIi7P4bwF7p72z716zKh { width:532px;height:124px;top:201px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #HXRb04ZaQVuUfUFd1HFCGH9SZeWgO3mc { width:532px;height:31px;top:335px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #GfTpEZVuWOSFOrbBTsmQbU74Ni3M9KUq { width:32px;height:32px;top:392px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 { width:418px;height:;top:392px;left:0px;font-size:18px;display:block; }#qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/4fdfeSIb/arrow.png); }
 }@media only screen and (max-width: 763px) { #NH7d2rSJbQkVgQDx7KwNbu9btett7G9A { width:32px;height:32px;top:447px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Mg88cogrUJGf0Qew8JauxlTQ8wKJBbki { width:232px;height:70px;top:572px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LVuPEhCN6as98KKf7X98MqDtSD4UuFom { display:block; }
 }@media only screen and (max-width: 763px) { #PS5Ub7iDvb2wlW7poApI5inlgUh9gibP { width:32px;height:32px;top:503px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 { display:block; }#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUtyuHWC5HdBCtd38lWgazH2Axy7biBE { display:block; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DscFbKtoni3sBg03JVi6VxTNm2evE05M { width:433px;height:46px;top:63px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #aiPRL3o4QTaVVip2ZeIwEsXue8UIZvaU { width:395px;height:54px;top:135px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Mtt6GSoxDq5cem0f0D6XqobwluloCpiP { width:395px;height:380px;top:209px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GQWR6ENJDHyVLqfTQoQAsupuCRRozArB { width:232px;height:70px;top:559px;left:522.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Rp1P43I8BVw2uRBwxSMz73TQyQAITkih { display:block; }
 }@media only screen and (max-width: 763px) { #IHi1kni8NVkvEEc8UDtdD7rsFdogPQN7 { width:73px;height:73px;top:146px;left:309px;display:block; }
 }@media only screen and (max-width: 763px) { #ZDgIrEMPnwHTVEeJ8LfeD2mD5fGmcnQJ { width:63px;height:15px;top:155px;left:319px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ereSaIqwX7q6xCc5XXSudlEQLKNruCUv { width:148px;height:47px;top:148px;left:382px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TlBXnciKwVAZI84NnolXsOEZMDL6PuDs { width:140px;height:46px;top:148px;left:624px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #BMfGVpNZeFxayFAeL5kQ3N96K0DGmnQV { width:73px;height:73px;top:146px;left:558px;display:block; }
 }@media only screen and (max-width: 763px) { #ikOLAMNe3V4XSovcgrVdya6VNCWzJvQy { width:63px;height:15px;top:155px;left:563px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #f49pEGN05tlZaePDi2yFgnKDbTRw1hkR { width:140px;height:46px;top:265px;left:382px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Fe2LDLzA1JaXNqvJGIJcPwqVMgZtJdv8 { width:73px;height:73px;top:263px;left:309px;display:block; }
 }@media only screen and (max-width: 763px) { #CJSgRU9z7aRFDLB3zAxI1nA479BSQxUB { width:63px;height:15px;top:272px;left:319px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #fiJBopOroDk5sm7i6IpxoSr53i4Q4SFo { width:73px;height:73px;top:263px;left:558px;display:block; }
 }@media only screen and (max-width: 763px) { #MTVQ83seDmctapWCneDaWP2233QTMIpa { width:63px;height:15px;top:272px;left:563px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Z9xDccX7GuOuF5bz84ZMGZaitgJyGiHJ { width:140px;height:46px;top:265px;left:624px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LPm6JOxKnQB3b0UInKKwLMzfBJll3MOc { width:73px;height:73px;top:379px;left:309px;display:block; }
 }@media only screen and (max-width: 763px) { #Q0plUi6mWKTmCw5oOdTxwMacZWxGupoP { width:63px;height:15px;top:388px;left:319px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #A4yMgdItySMTtVO5cEw9URcX4woTq85c { width:140px;height:70px;top:381px;left:382px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uPcsMxam9H9CCalTVrgsMckz8MHSxSxc { width:73px;height:73px;top:379px;left:558px;display:block; }
 }@media only screen and (max-width: 763px) { #sQAm7yEHq1huiDT1w3b6lXmIi0FweU7e { width:63px;height:15px;top:388px;left:563px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #okicg9ADICnJzlaW6SnmZD9QEEDXTctx { width:140px;height:46px;top:381px;left:624px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ls55vw7s092suhWvfqIsighMZRb5TV8A { width:140px;height:70px;top:488px;left:382px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RnolheTQlwF660Phg4LxnikKxT8I8g0o { width:73px;height:73px;top:486px;left:309px;display:block; }
 }@media only screen and (max-width: 763px) { #f7GlTipmb73kZZuBsWcIV1z5rfkBGpQ9 { width:63px;height:15px;top:495px;left:319px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 { display:block; }#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc { display:block; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os81s9LWUlzPpSQEsoPmROPEa3BwuArX { width:395px;height:93px;top:101px;left:369px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #H9U4mSe09O9ldqdRCJM0Wf3N8TsCXqEA { width:395px;height:353px;top:212px;left:369px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nQcmMHNfiNx2fRqdX87BQXOlF7K67dF1 { width:232px;height:70px;top:553px;left:467px;display:block; }
 }@media only screen and (max-width: 763px) { #dwPyb3fNxVdTDcZsdAs4ccDJxtNgphyp { display:block; }
 }@media only screen and (max-width: 763px) { #qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 { display:block; }#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 { display:block; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLWbcv089FTlTEJIrXX0bzbHCRpJvzeL { width:764px;height:46px;top:100px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #GuaoHFHVZVT22A3ONQdcS5IOPGye77Vn { width:116px;height:231px;top:210px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aNEOMqrQ8Mh1JEdQZR7yGy85kT2GqD1Q { width:224px;height:231px;top:210px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #TTAMThlCWZi36U8fTT6tdrJPMciKsdFN { width:71px;height:51px;top:300px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #OdepHyTo22MsvyBPsKhzEhUeDKm0JQVI { width:340px;height:100px;top:487px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nfGhgrcPEtWL91OhAXKZr3fIt6iZtDMf { width:340px;height:25px;top:602px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IT5GmnmSlNJiMMz2rc1uQwFFZVeK5bEn { width:232px;height:70px;top:689px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QtmI2by6Jf7TplNEznWNbB2ofgtkPVRz { display:block; }
 }@media only screen and (max-width: 763px) { #pHT2rdoVskNiUGrwhdSM6TP97fXkh0Qm { top:210px;left:0px;width:342px;height:233px;display:block; }
 }@media only screen and (max-width: 763px) { #rXA8KZSuhp9f4yVKiUwUWJwvMuPqHmQn { top:205px;left:396px;width:368px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #lKrHk1JPtThNVdwm50602uS7rmE7KNbO { top:496px;left:395px;width:369px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT { background-color:#cccccc;background-image:url("https://images.assets-landingi.com/U75Cy24h/bg_top.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT.adaptive-delivery-prevent-bg, #CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT.lazyload, #CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT.lazyloading { background-image: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { background-color: transparent; background-image: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container > .video-iframe-container { display: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row > .video-iframe-container { display: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .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); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { width:320px;height:622px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdN6MQKLgcVhDtWyGuL3aTQ889llEKXt { width:164px;height:547px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #L1aUrvI3JRCUTnuxw13STpRe4thnRABC { width:92px;height:1px;top:83px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gbWDqk0X6km7QIi7P4bwF7p72z716zKh { width:306px;height:78px;top:93px;left:10px;font-size:30px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HXRb04ZaQVuUfUFd1HFCGH9SZeWgO3mc { width:268px;height:52px;top:181px;left:10px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GfTpEZVuWOSFOrbBTsmQbU74Ni3M9KUq { width:32px;height:32px;top:237px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 { width:254px;height:145.556px;top:244px;left:26px;font-size:18px;text-align:left;text-align-last:left;display:block; }#qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/4fdfeSIb/arrow.png); }
 }@media only screen and (max-width: 763px) { #NH7d2rSJbQkVgQDx7KwNbu9btett7G9A { width:32px;height:32px;top:288px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Mg88cogrUJGf0Qew8JauxlTQ8wKJBbki { width:212px;height:60px;top:405px;left:10px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #LVuPEhCN6as98KKf7X98MqDtSD4UuFom { display:block; }
 }@media only screen and (max-width: 763px) { #PS5Ub7iDvb2wlW7poApI5inlgUh9gibP { width:30px;height:30px;top:336.33333587646px;left:10.76393364093px;display:block; }
 }@media only screen and (max-width: 763px) { #zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 { display:block; }#zBPJvZhgwQpfWastcZ4ADzgD5NbXcql9 > .row .container { width:320px;height:40px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUtyuHWC5HdBCtd38lWgazH2Axy7biBE { background-color:#20344f;background-image:url("https://images.assets-landingi.com/C1b2eref/bg_section_1.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE.adaptive-delivery-prevent-bg, #pUtyuHWC5HdBCtd38lWgazH2Axy7biBE.lazyload, #pUtyuHWC5HdBCtd38lWgazH2Axy7biBE.lazyloading { background-image: none; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row .container { background-color: transparent; background-image: none; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row .container > .video-iframe-container { display: none; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row > .video-iframe-container { display: none; }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .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); }#pUtyuHWC5HdBCtd38lWgazH2Axy7biBE > .row .container { width:320px;height:1237px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DscFbKtoni3sBg03JVi6VxTNm2evE05M { width:320px;height:31.1944px;top:20px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aiPRL3o4QTaVVip2ZeIwEsXue8UIZvaU { width:320px;height:72px;top:51px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mtt6GSoxDq5cem0f0D6XqobwluloCpiP { width:320px;height:356.8751px;top:136.99999332428px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GQWR6ENJDHyVLqfTQoQAsupuCRRozArB { width:212px;height:60px;top:1158px;left:54px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Rp1P43I8BVw2uRBwxSMz73TQyQAITkih { display:block; }
 }@media only screen and (max-width: 763px) { #IHi1kni8NVkvEEc8UDtdD7rsFdogPQN7 { width:73px;height:73px;top:519px;left:53px;display:block; }
 }@media only screen and (max-width: 763px) { #ZDgIrEMPnwHTVEeJ8LfeD2mD5fGmcnQJ { width:63px;height:15.5972px;top:547.69445133209px;left:108.88889026642px;font-size:12px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ereSaIqwX7q6xCc5XXSudlEQLKNruCUv { width:155px;height:41.5833px;top:611px;left:16px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlBXnciKwVAZI84NnolXsOEZMDL6PuDs { width:155px;height:44.1944px;top:610px;left:165px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BMfGVpNZeFxayFAeL5kQ3N96K0DGmnQV { width:73px;height:73px;top:519px;left:206px;display:block; }
 }@media only screen and (max-width: 763px) { #ikOLAMNe3V4XSovcgrVdya6VNCWzJvQy { width:63px;height:15.5972px;top:316px;left:211px;font-size:12px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f49pEGN05tlZaePDi2yFgnKDbTRw1hkR { width:155px;height:41.5833px;top:756px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fe2LDLzA1JaXNqvJGIJcPwqVMgZtJdv8 { width:73px;height:73px;top:671px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #CJSgRU9z7aRFDLB3zAxI1nA479BSQxUB { width:63px;height:15.5972px;top:504.30556583405px;left:53.98611164093px;font-size:12px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fiJBopOroDk5sm7i6IpxoSr53i4Q4SFo { width:73px;height:73px;top:671px;left:206px;display:block; }
 }@media only screen and (max-width: 763px) { #MTVQ83seDmctapWCneDaWP2233QTMIpa { width:63px;height:15.5972px;top:532.99999332428px;left:53.98611164093px;font-size:12px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z9xDccX7GuOuF5bz84ZMGZaitgJyGiHJ { width:155px;height:41.5833px;top:756px;left:165px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LPm6JOxKnQB3b0UInKKwLMzfBJll3MOc { width:73px;height:73px;top:832px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #Q0plUi6mWKTmCw5oOdTxwMacZWxGupoP { width:63px;height:15.5972px;top:841px;left:46px;font-size:12px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A4yMgdItySMTtVO5cEw9URcX4woTq85c { width:155px;height:41.5833px;top:915px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uPcsMxam9H9CCalTVrgsMckz8MHSxSxc { width:73px;height:73px;top:832px;left:206px;display:block; }
 }@media only screen and (max-width: 763px) { #sQAm7yEHq1huiDT1w3b6lXmIi0FweU7e { width:63px;height:15.5972px;top:841px;left:211px;font-size:12px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #okicg9ADICnJzlaW6SnmZD9QEEDXTctx { width:155px;height:41.5833px;top:915px;left:165px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ls55vw7s092suhWvfqIsighMZRb5TV8A { width:155px;height:41.5833px;top:1078px;left:82px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RnolheTQlwF660Phg4LxnikKxT8I8g0o { width:73px;height:73px;top:995px;left:124px;display:block; }
 }@media only screen and (max-width: 763px) { #f7GlTipmb73kZZuBsWcIV1z5rfkBGpQ9 { width:63px;height:15.5972px;top:1004px;left:129px;font-size:12px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 { display:block; }#GuaOvKlZ3T6B4QXCiZMMkGTeGBzhrSz6 > .row .container { width:320px;height:40px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/eF2TVbcP/bg_section_2.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc.adaptive-delivery-prevent-bg, #Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc.lazyload, #Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc.lazyloading { background-image: none; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row .container { background-color: transparent; background-image: none; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row .container > .video-iframe-container { display: none; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row > .video-iframe-container { display: none; }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .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); }#Fz881gM5zIzRTSLQmrQPHJSM0Lw4aSzc > .row .container { width:320px;height:528px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os81s9LWUlzPpSQEsoPmROPEa3BwuArX { width:320px;height:62.3889px;top:81px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H9U4mSe09O9ldqdRCJM0Wf3N8TsCXqEA { width:320px;height:309.2919px;top:170.98609924316px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQcmMHNfiNx2fRqdX87BQXOlF7K67dF1 { width:212px;height:60px;top:453.00001144409px;left:53.98611164093px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #dwPyb3fNxVdTDcZsdAs4ccDJxtNgphyp { display:block; }
 }@media only screen and (max-width: 763px) { #qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 { display:block; }#qu1sTFNNFSsNTpBEWpoH4TzZuHXOr3e9 > .row .container { width:320px;height:40px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gg3nw32W/bg_footer.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46.adaptive-delivery-prevent-bg, #UvnBTN1k4PEK25PMtpzx2H96eE6b4l46.lazyload, #UvnBTN1k4PEK25PMtpzx2H96eE6b4l46.lazyloading { background-image: none; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row .container { background-color: transparent; background-image: none; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row .container > .video-iframe-container { display: none; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row > .video-iframe-container { display: none; }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .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); }#UvnBTN1k4PEK25PMtpzx2H96eE6b4l46 > .row .container { width:320px;height:1013px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLWbcv089FTlTEJIrXX0bzbHCRpJvzeL { width:320px;height:31.1944px;top:20px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GuaoHFHVZVT22A3ONQdcS5IOPGye77Vn { width:300px;height:72px;top:69px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #aNEOMqrQ8Mh1JEdQZR7yGy85kT2GqD1Q { width:300px;height:140px;top:141px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #TTAMThlCWZi36U8fTT6tdrJPMciKsdFN { width:43px;height:31px;top:89px;left:138.5px;display:block; }
 }@media only screen and (max-width: 763px) { #OdepHyTo22MsvyBPsKhzEhUeDKm0JQVI { width:320px;height:89.5556px;top:313px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nfGhgrcPEtWL91OhAXKZr3fIt6iZtDMf { width:320px;height:22.3889px;top:411px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IT5GmnmSlNJiMMz2rc1uQwFFZVeK5bEn { width:212px;height:60px;top:882.98614501953px;left:53.98611164093px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QtmI2by6Jf7TplNEznWNbB2ofgtkPVRz { display:block; }
 }@media only screen and (max-width: 763px) { #pHT2rdoVskNiUGrwhdSM6TP97fXkh0Qm { width:320px;height:218.01169590643px;top:73.874954223633px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rXA8KZSuhp9f4yVKiUwUWJwvMuPqHmQn { width:320px;height:208.69565217391px;top:469.00007629395px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lKrHk1JPtThNVdwm50602uS7rmE7KNbO { width:320px;height:121.40921409214px;top:728.68064880371px;left:0px;display:block; }
 }