.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(0,11,63,0.55);background-image:url("https://images.assets-landingi.com/uc/a379fda2-1ff6-4bc8-b24d-b70ebd9e9589/35.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#OVcqSi4I5vOSyGrQT2U0lnDONoi74qwJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#314587;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OVcqSi4I5vOSyGrQT2U0lnDONoi74qwJ > .row .container { border-width: 0; border-radius: 0; }#OVcqSi4I5vOSyGrQT2U0lnDONoi74qwJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OVcqSi4I5vOSyGrQT2U0lnDONoi74qwJ > .row .container { font-size:14px;font-family:arial;height:129px;width:960px;position:relative;display:none; }#AJ51ymPCUX4gOgLi9C41gMhdxWOdCzKu { 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;height:63px;width:81px;top:36.46875px;left:63.9609375px;overflow:hidden;display:block; }
#pePNxGZgbfXvilqTJchkfWTOBkCOcmCr { background-color:rgba(0,0,0,0);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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:204px;height:39px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:45px;left:636px;display:block; }
#WAyOVXHfUqVLfla4R1NAp0FJxwaL3hxv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wrWlMq4HFRs7VraW6Mb9P7c0Itp785fZ { background-color:rgba(0,0,0,0);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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:204px;height:39px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:45px;left:269px;display:block; }
#DvJnLRtntw4cyV2CCTevFOZF51wc3T2q { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#STCEfqtFhpMpC6rAGfWxohxpLfQhQxAk { background-color:rgba(0,0,0,0);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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:204px;height:39px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:45px;left:495px;display:block; }
#C6EXZ9Zzq2tdqmkXR5HsbkKFH0ZVyDiZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#rEtrv7SSc0NpIGSVTNddUJO6TGyRwnTb { background-color:rgba(0,0,0,0);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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:204px;height:39px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:45px;left:386px;display:block; }
#eNu0eLeCDzJdowVaMzZMymNvQspaBT1T { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Kn8TywoTdmaVGb5sdTvi4ySBSuR7J2oo { background-color:rgba(0,0,0,0);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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:204px;height:39px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:45px;left:178px;display:block; }
#vBENTfRAgnX6fkucTex23dE5vVc99vR0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FZAfQ6KJwpor3L6Dmhwr35yXafWqtdCz { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:33.9844px;width:33.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:47px;left:849px; }
#kuPJKCwmbGUb66HPMEaa6TeAzDmmocp3 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:37.9922px;width:37.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:45.4921875px;left:894.9609375px; }
#WnzAQR2JebRXsdqXF0AVBq2zHFWXkHxm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/amJR4S1g/614_e7950fe6fb8697ee3c6f9384ed402dcd.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#WnzAQR2JebRXsdqXF0AVBq2zHFWXkHxm.adaptive-delivery-prevent-bg, #WnzAQR2JebRXsdqXF0AVBq2zHFWXkHxm.lazyload, #WnzAQR2JebRXsdqXF0AVBq2zHFWXkHxm.lazyloading { background-image: none; }#WnzAQR2JebRXsdqXF0AVBq2zHFWXkHxm > .row .container { background-color: transparent; background-image: none; }#WnzAQR2JebRXsdqXF0AVBq2zHFWXkHxm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,19,65,0.63); }#WnzAQR2JebRXsdqXF0AVBq2zHFWXkHxm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnzAQR2JebRXsdqXF0AVBq2zHFWXkHxm > .row .container > .video-iframe-container { display: none; }#WnzAQR2JebRXsdqXF0AVBq2zHFWXkHxm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,19,65,0.63); }#WnzAQR2JebRXsdqXF0AVBq2zHFWXkHxm > .row > .video-iframe-container { display: none; }#WnzAQR2JebRXsdqXF0AVBq2zHFWXkHxm > .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); }#WnzAQR2JebRXsdqXF0AVBq2zHFWXkHxm > .row .container { border-width: 0; border-radius: 0; }#WnzAQR2JebRXsdqXF0AVBq2zHFWXkHxm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WnzAQR2JebRXsdqXF0AVBq2zHFWXkHxm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WnzAQR2JebRXsdqXF0AVBq2zHFWXkHxm > .row .container { font-size:14px;font-family:arial;height:129px;width:960px;position:relative;display:block; }#nttpoyK1eeVhc7UI3GENIyeKeqAHzJr2 { 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;height:63px;width:81px;top:36.46875px;left:63.9609375px;overflow:hidden;display:block; }
#D5QhhQdZIdJJM7W2MKIFNyUKlGtULWRS { background-color:rgba(0,0,0,0);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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:204px;height:39px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:45px;left:593.00003051758px;display:block; }
#x4OzzD15EhJHnDfRcLhwsWRAQE9peR7s { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iPy3a9SGZq97zTN2fKb4TP7TyWtUEaTc { background-color:rgba(0,0,0,0);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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:204px;height:39px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:45px;left:171.46875px;display:block; }
#wF5AAh0Em9qK6CgWQfrz4147VFsBiMLk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#isCKkpgwg5woxhRyiJtaotlbT7SLhlRe { background-color:rgba(0,0,0,0);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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:204px;height:39px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:45px;left:442.9921875px;display:block; }
#clUecgzJbGw7o7ttbivEVWwwtwXAS8CR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qFCocz9IbLxMrlw01gcaUKTCkGGzeXQK { background-color:rgba(0,0,0,0);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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:204px;height:39px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:45px;left:307.96875px;display:block; }
#XHfTb04EHEaMNQmBQTDS8LMQFCTpHsmb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tT8Kvc2FuaHucUUimzLR2eHblTKlZiH0 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:33.9844px;width:33.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:47px;left:825px; }
#tT8Kvc2FuaHucUUimzLR2eHblTKlZiH0 > img { max-width: 100%;max-height:100%; }#J2u2Dtcb82co666ovDrku1pu9FZr3oqM { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:37.9922px;width:37.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:46px;left:871px; }
#IkeCzvCFeETUdl6ihKLbnw9QDF6zZ0xS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9a37289d-1990-4f09-8420-7c6856e4e193/1500pplageparadisiaque4005556877942_1.jpeg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;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; }#IkeCzvCFeETUdl6ihKLbnw9QDF6zZ0xS.adaptive-delivery-prevent-bg, #IkeCzvCFeETUdl6ihKLbnw9QDF6zZ0xS.lazyload, #IkeCzvCFeETUdl6ihKLbnw9QDF6zZ0xS.lazyloading { background-image: none; }#IkeCzvCFeETUdl6ihKLbnw9QDF6zZ0xS > .row .container { background-color: transparent; background-image: none; }#IkeCzvCFeETUdl6ihKLbnw9QDF6zZ0xS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,135,255,0.83); }#IkeCzvCFeETUdl6ihKLbnw9QDF6zZ0xS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkeCzvCFeETUdl6ihKLbnw9QDF6zZ0xS > .row .container > .video-iframe-container { display: none; }#IkeCzvCFeETUdl6ihKLbnw9QDF6zZ0xS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,135,255,0.83); }#IkeCzvCFeETUdl6ihKLbnw9QDF6zZ0xS > .row > .video-iframe-container { display: none; }#IkeCzvCFeETUdl6ihKLbnw9QDF6zZ0xS > .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); }#IkeCzvCFeETUdl6ihKLbnw9QDF6zZ0xS > .row .container { border-width: 0; border-radius: 0; }#IkeCzvCFeETUdl6ihKLbnw9QDF6zZ0xS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IkeCzvCFeETUdl6ihKLbnw9QDF6zZ0xS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IkeCzvCFeETUdl6ihKLbnw9QDF6zZ0xS > .row .container { font-size:14px;font-family:arial;height:592px;width:960px;position:relative;display:block; }#tm62l3FEqRpGbfmPWyNgQ7I8TnDafmwX { background-color:#0a7ed5;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:51px;border-top-right-radius:51px;border-bottom-left-radius:51px;border-bottom-right-radius:51px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:186.984px;height:28.9922px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:410.9765625px;left:144.328125px;display:block; }
#DRXV3cdRU7Lrr2WHQhhUyoTzRibBRMH1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#KM2gQKUcKEzWFAMmJQug3E0mT3wWRGRO { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:641px;width:882px;top:76px;left:64px;overflow:hidden;display:block; }
#kctNxEaPcfeDsZ98bTIRyywPCl0PCgEM { background-color:rgba(0,0,0,0);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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:186px;height:33px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:36px;left:196px;display:block; }
#aRJ1GaRztBHu9On7xXUvvMwPcB3LO8zM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#eSC1ci46ZeIxedAXuT9MkLvKLrfPf0lT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:186px;height:33px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:36px;left:338px;display:block; }
#ToDG1zHtXKlOHWfGo4cGXltPbT4W7sB8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#yomaeNTAcO8Sqiw9x38m9pMB6kGpJqdG { background-color:rgba(0,0,0,0);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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:186px;height:33px;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:36px;left:532px;display:block; }
#xfEpdUWWzNkPxDvDeCMJ5XSWlB3M3ZJs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#n8HZWaTq9bMoVyEh6Zh4BLNLPPwp9Iyq { position:absolute;display:block;z-index:15019;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:105px;width:105px;top:230.5px;left:628px;overflow:hidden;display:block; }
#dEIK6e2epFwKTT4edFNi5Vq7D7TCRaDX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab19412-4058-4b0c-b4ab-142b6a703c05/download7.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#dEIK6e2epFwKTT4edFNi5Vq7D7TCRaDX.adaptive-delivery-prevent-bg, #dEIK6e2epFwKTT4edFNi5Vq7D7TCRaDX.lazyload, #dEIK6e2epFwKTT4edFNi5Vq7D7TCRaDX.lazyloading { background-image: none; }#dEIK6e2epFwKTT4edFNi5Vq7D7TCRaDX > .row .container { background-color: transparent; background-image: none; }#dEIK6e2epFwKTT4edFNi5Vq7D7TCRaDX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,221,0,0.59); }#dEIK6e2epFwKTT4edFNi5Vq7D7TCRaDX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEIK6e2epFwKTT4edFNi5Vq7D7TCRaDX > .row .container > .video-iframe-container { display: none; }#dEIK6e2epFwKTT4edFNi5Vq7D7TCRaDX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,221,0,0.59); }#dEIK6e2epFwKTT4edFNi5Vq7D7TCRaDX > .row > .video-iframe-container { display: none; }#dEIK6e2epFwKTT4edFNi5Vq7D7TCRaDX > .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); }#dEIK6e2epFwKTT4edFNi5Vq7D7TCRaDX > .row .container { border-width: 0; border-radius: 0; }#dEIK6e2epFwKTT4edFNi5Vq7D7TCRaDX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dEIK6e2epFwKTT4edFNi5Vq7D7TCRaDX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dEIK6e2epFwKTT4edFNi5Vq7D7TCRaDX > .row .container { font-size:14px;font-family:arial;height:686px;width:960px;position:relative;display:block; }#okSo7860w4aGmqv59ZTexEEvEMy2isQo { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:137px;width:124px;top:398px;left:626px;overflow:hidden;display:block; }
#H3rtwJ91Lw3PIkbTdzlq6vSkK33p2mvD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:298.992px;width:271.992px;top:285px;left:29px;overflow:hidden;display:block; }
#zDBLsKidqsiSZ3riFlXp6hiwL8ZFTT7N { position:absolute;display:block;z-index:15013;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:381.997px;width:270.99px;top:243.47222900391px;left:29.461791992188px;overflow:hidden;display:block; }
#hxLIOoJfiFs4ttJilrbSInKz4dlbOT0I { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:381px;width:270px;top:243px;left:241px;overflow:hidden;display:block; }
#QM1tMTV7QBSJtKoT3pNCGfr6qQt8xG2Q { 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:381px;width:270px;top:243px;left:450px;overflow:hidden;display:block; }
#e4FA2NJdDdDQnIpmANl9erFeIu2828il { 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:381px;width:270px;top:245px;left:661px;overflow:hidden;display:block; }
#y6LPwNlzfNHeB78A1sJEyHpV9G2M77oM { background-color:#fde90e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#051b4a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.958px;height:24px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:561.27081298828px;left:83px;display:block; }
#qx4C3CLBc61fILefDSTIvlpCTU3DtLbb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cmmMlSG7nHiqsZ72MUllmEpscf1NBBS4 { background-color:#fde90e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#051b4a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.969px;height:24px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:558px;left:512px;display:block; }
#JgAHory00T5pIqwlkqllVDWotrGxC69t { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#SE2JCgxoXlvot8vbosSV07q0yls5hEIK { background-color:#07133c;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.969px;height:24px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:558px;left:301px;display:block; }
#vaCmVFwKrap7qlNE3RGIsNKBw6GEUWZ8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nW4V0NqKMCzqXke2NLZFBvg1ia6hgGTG { background-color:#07133c;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.969px;height:24px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:561.46875px;left:720px;display:block; }
#gvzKoxquq9r2NMNzObXVJAhlpdqbZmtf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JRaDWTF9ECvOLa7fkKNTezetUQr5tkuA { color:#10125f;display:block;width:960px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:137px;left:0px;height:93.5859px;text-align:center;text-align-last:center;display:block; }
#HTGVQri0gOnmDgcLpVyD9OB6Jc1FH5d8 { position:absolute;display:block;z-index:15019;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:367px;width:922px;top:685.96875px;left:0px;overflow:hidden;display:block; }
#th9l2Aq0BwKWekmkZeIlMHTBWFI9Mm73 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#086eae;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; }#th9l2Aq0BwKWekmkZeIlMHTBWFI9Mm73 > .row .container { background-color: transparent; background-image: none; }#th9l2Aq0BwKWekmkZeIlMHTBWFI9Mm73::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#th9l2Aq0BwKWekmkZeIlMHTBWFI9Mm73 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#th9l2Aq0BwKWekmkZeIlMHTBWFI9Mm73 > .row .container > .video-iframe-container { display: none; }#th9l2Aq0BwKWekmkZeIlMHTBWFI9Mm73 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#th9l2Aq0BwKWekmkZeIlMHTBWFI9Mm73 > .row > .video-iframe-container { display: none; }#th9l2Aq0BwKWekmkZeIlMHTBWFI9Mm73 > .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); }#th9l2Aq0BwKWekmkZeIlMHTBWFI9Mm73 > .row .container { border-width: 0; border-radius: 0; }#th9l2Aq0BwKWekmkZeIlMHTBWFI9Mm73 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#th9l2Aq0BwKWekmkZeIlMHTBWFI9Mm73 > .row .container { font-size:14px;font-family:arial;height:369px;width:960px;position:relative;display:block; }#Nhg6UU1rIsgmRrKgSXTxN9oc8JTTMila { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/10a088ba-9855-4623-94e6-12249e6da566/paris_na_primavera.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#Nhg6UU1rIsgmRrKgSXTxN9oc8JTTMila.adaptive-delivery-prevent-bg, #Nhg6UU1rIsgmRrKgSXTxN9oc8JTTMila.lazyload, #Nhg6UU1rIsgmRrKgSXTxN9oc8JTTMila.lazyloading { background-image: none; }#Nhg6UU1rIsgmRrKgSXTxN9oc8JTTMila > .row .container { background-color: transparent; background-image: none; }#Nhg6UU1rIsgmRrKgSXTxN9oc8JTTMila::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,135,255,0.15); }#Nhg6UU1rIsgmRrKgSXTxN9oc8JTTMila > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nhg6UU1rIsgmRrKgSXTxN9oc8JTTMila > .row .container > .video-iframe-container { display: none; }#Nhg6UU1rIsgmRrKgSXTxN9oc8JTTMila > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,135,255,0.15); }#Nhg6UU1rIsgmRrKgSXTxN9oc8JTTMila > .row > .video-iframe-container { display: none; }#Nhg6UU1rIsgmRrKgSXTxN9oc8JTTMila > .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); }#Nhg6UU1rIsgmRrKgSXTxN9oc8JTTMila > .row .container { border-width: 0; border-radius: 0; }#Nhg6UU1rIsgmRrKgSXTxN9oc8JTTMila::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nhg6UU1rIsgmRrKgSXTxN9oc8JTTMila > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nhg6UU1rIsgmRrKgSXTxN9oc8JTTMila > .row .container { font-size:14px;font-family:arial;height:858px;width:960px;position:relative;display:block; }#oGr8EGN48e3bANV5b7E677W6T5oKQmWZ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:676px;width:480px;top:77px;left:93px;overflow:hidden;display:block; }
#plcw3piIO4I3DWPRHM51ZlAXqtTaswH3 { background-color:#fde90e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#051b4a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:286px;height:48px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:634px;left:160.00003051758px;display:block; }
#hbxf9QwXhhTTcocSy0fstAlUoTDniG9e { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#oRJRXpWHc1IHfVgfpf62ztaxvbgCOp0l { 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:702px;width:702px;top:135.9609375px;left:221.9765625px;overflow:hidden;display:block; }
#Btuar3I2U7LrUzOAtpxHoIN6ppl2TkVl { position:absolute;display:block;z-index:15018;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:209px;width:209px;top:56.5px;left:375.5px;overflow:hidden;display:block; }
#FTGSOMOLmsZns3LJu1viO5XAV1yb7zqm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/be19875f-32ba-47fe-a84d-b9e255a55510/30.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#FTGSOMOLmsZns3LJu1viO5XAV1yb7zqm.adaptive-delivery-prevent-bg, #FTGSOMOLmsZns3LJu1viO5XAV1yb7zqm.lazyload, #FTGSOMOLmsZns3LJu1viO5XAV1yb7zqm.lazyloading { background-image: none; }#FTGSOMOLmsZns3LJu1viO5XAV1yb7zqm > .row .container { background-color: transparent; background-image: none; }#FTGSOMOLmsZns3LJu1viO5XAV1yb7zqm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,110,255,0.26); }#FTGSOMOLmsZns3LJu1viO5XAV1yb7zqm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTGSOMOLmsZns3LJu1viO5XAV1yb7zqm > .row .container > .video-iframe-container { display: none; }#FTGSOMOLmsZns3LJu1viO5XAV1yb7zqm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,110,255,0.26); }#FTGSOMOLmsZns3LJu1viO5XAV1yb7zqm > .row > .video-iframe-container { display: none; }#FTGSOMOLmsZns3LJu1viO5XAV1yb7zqm > .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); }#FTGSOMOLmsZns3LJu1viO5XAV1yb7zqm > .row .container { border-width: 0; border-radius: 0; }#FTGSOMOLmsZns3LJu1viO5XAV1yb7zqm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTGSOMOLmsZns3LJu1viO5XAV1yb7zqm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTGSOMOLmsZns3LJu1viO5XAV1yb7zqm > .row .container { font-size:14px;font-family:arial;height:494px;width:960px;position:relative;display:block; }#RsMRNgs2OVPy0GcHR7dSS4unvkWTVhNS { position:absolute;display:block;z-index:15019;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:474px;width:952.969px;top:18px;left:0px;overflow:hidden;display:block; }
#TCKuXC66cEkpFmaedP1KtSao42ZdyVx0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab19412-4058-4b0c-b4ab-142b6a703c05/download7.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#TCKuXC66cEkpFmaedP1KtSao42ZdyVx0.adaptive-delivery-prevent-bg, #TCKuXC66cEkpFmaedP1KtSao42ZdyVx0.lazyload, #TCKuXC66cEkpFmaedP1KtSao42ZdyVx0.lazyloading { background-image: none; }#TCKuXC66cEkpFmaedP1KtSao42ZdyVx0 > .row .container { background-color: transparent; background-image: none; }#TCKuXC66cEkpFmaedP1KtSao42ZdyVx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,102,255,0.83); }#TCKuXC66cEkpFmaedP1KtSao42ZdyVx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCKuXC66cEkpFmaedP1KtSao42ZdyVx0 > .row .container > .video-iframe-container { display: none; }#TCKuXC66cEkpFmaedP1KtSao42ZdyVx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,102,255,0.83); }#TCKuXC66cEkpFmaedP1KtSao42ZdyVx0 > .row > .video-iframe-container { display: none; }#TCKuXC66cEkpFmaedP1KtSao42ZdyVx0 > .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); }#TCKuXC66cEkpFmaedP1KtSao42ZdyVx0 > .row .container { border-width: 0; border-radius: 0; }#TCKuXC66cEkpFmaedP1KtSao42ZdyVx0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TCKuXC66cEkpFmaedP1KtSao42ZdyVx0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TCKuXC66cEkpFmaedP1KtSao42ZdyVx0 > .row .container { font-size:14px;font-family:arial;height:1454px;width:960px;position:relative;display:block; }#Hkff3nemJWPSSryXkloVnPrQ3x0ygb88 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:137px;width:124px;top:320px;left:654px;overflow:hidden;display:block; }
#UE5LCpQSJWW6XPQpDg0C1gVPfAsdP5TD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:298.992px;width:271.992px;top:207px;left:57px;overflow:hidden;display:block; }
#Gh404NUXP4CasKiJgZMau4T31de3Vc79 { position:absolute;display:block;z-index:15013;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:382px;width:271px;top:165px;left:57px;overflow:hidden;display:block; }
#s4Jz5PbF8gMZn37o8D1DF83pAADpXTz9 { color:#ffffff;display:block;width:552px;position:absolute;font-family:montserrat;font-size:41px;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:60px;left:245px;height:82px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MLJ1HTLnp07rqgJJ6oFOcJ5tBNoTAToM { position:absolute;display:block;z-index:15011;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:49.9688px;width:49.9688px;top:104px;left:286px;overflow:hidden;display:block; }
#lMqFADezpGmtheRTdgDA5W4lHi1goydt { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:381px;width:270px;top:165px;left:269px;overflow:hidden;display:block; }
#RaDfDolV1670UD3hZUavJV4aNDem6TB1 { 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:381px;width:270px;top:165px;left:478px;overflow:hidden;display:block; }
#d4JDnb6Uz3J2IZ6C4w9AdIITXMrL4CT8 { background-color:#fde90e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#051b4a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.969px;height:24px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:471.984375px;left:106.5px;display:block; }
#RlusZg7zXtN0caQS0kFxT0pJus20oquT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ThWuryJhNQwygVlw7kTKwLUeQGu7DOGd { background-color:#fde90e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#051b4a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.969px;height:24px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:471.984375px;left:539.953125px;display:block; }
#rblAsTBHs4VJCMVrU780J2gW2fRvhgN3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#EWPqzGPNmWnPZymDOQNucr5EhslCvVuh { background-color:#07133c;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.969px;height:24px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:471.984375px;left:328.96875px;display:block; }
#TTLUH728T9uxbKD6vGQO7CDxF7yso7NI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ANVmoLeZZRCTXEdUdTF2p4k0qpFuTiUo { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:382px;width:271px;top:519.984375px;left:57px;overflow:hidden;display:block; }
#PZCkx0P62183mVoGILf2KGT12IwTRWn5 { 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:381px;width:270px;top:521.4609375px;left:263.4375px;overflow:hidden;display:block; }
#k66mhr1yeLHWxzwooEn0hikLEAsPf1Te { 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:381px;width:270px;top:519.984375px;left:689.015625px;overflow:hidden;display:block; }
#NiOhmc1G3HDqnZSoJmWnD6MNQZL4ixKD { 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:381px;width:270px;top:870.9375px;left:269.4609375px;overflow:hidden;display:block; }
#PDEyPatuLDKlZVpr3KobDgu8GGEIakt9 { 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:381px;width:270px;top:870.9375px;left:57.984375px;overflow:hidden;display:block; }
#xxBLMKIluUemGdQbcmuofp5xh5CKK44z { 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:381px;width:270px;top:874.9375px;left:477.984375px;overflow:hidden;display:block; }
#AnttBq0hoAgrn3MFFpByVySEGDNcRm3t { 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:381px;width:270px;top:876px;left:690px;overflow:hidden;display:block; }
#eQulsvhneMpUGvthVib25FOCMbXbSucm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:162.969px;width:162.969px;top:20px;left:709px;overflow:hidden;display:block; }
#QS3bADfFIhhpXvHznfSuI8K8LagIQn58 { background-color:#fde90e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#051b4a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.922px;height:24px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:829.921875px;left:114.546875px;display:block; }
#hcOPbXViHk4mz6TzSwBec1NGTEy2nEHX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#RBtmDkcHI57U68lu1QCAteRakwSKPNo0 { background-color:#fde90e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#051b4a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.938px;height:24px;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1177.916595459px;left:748.00003051758px;display:block; }
#BLDRMKZ4FTFZrIQ2hlBMXhBKVRzONch0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#g5cdZfRAqNCSdes26wPTGFHORCizmnFL { background-color:#fde90e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#051b4a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.969px;height:24px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1177.9453125px;left:328.96875px;display:block; }
#x1ixQL8T7oZNTkwsNmL4HUHvlZdq1VCT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#beZaU2dWwV9k7a2V0xpeqkKaS1DJ8V1v { background-color:#07133c;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.938px;height:24px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:829.9375px;left:318.95834350586px;display:block; }
#AlZ2yTAWLsOK9DrGJoRf7UwOtriJXRfm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wQUKe1lE99X6UDFfmKWNpkFA7qIy9Ovl { background-color:#07133c;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.969px;height:24px;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:829.96875px;left:747.984375px;display:block; }
#sWlsxUOlAANPiVK8TZe7ZSSzSnKTVq0B { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BwRwsBcbtSsNBHE9JDvRbn5cTWc5b1cT { background-color:#07133c;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.938px;height:24px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1177.9375px;left:540.00003051758px;display:block; }
#r5DOf8PJCg0ne8KHq9IWOGERDR4MEUTr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#GFGIaFXv6d8LbBZQJlGDGvSovO97RhpE { background-color:#07133c;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.969px;height:24px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:1177.8984375px;left:123px;display:block; }
#OXCkgQfzdo6LlqUcNhl8dcNDeGpsuTqv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#yp2Z33N23ee0WJOdIzny7EeIOKHyLWLO { 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:136.969px;width:795px;top:1276.90625px;left:102.96875px;overflow:hidden;display:block; }
#F4iEGGAX2Q4X1tu8ATfspb0Q5fSgavKk { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:41px;width:54px;top:94px;left:149.40625px;overflow:hidden;display:block; }
#w8peRes5tQOeTXvrMPSFrpiyNDlFB9hX { 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:381px;width:270px;top:161.9765625px;left:690px;overflow:hidden;display:block; }
#ZpMHzc0f4gw6vMc4XhZJAKkxWqaic9Dd { background-color:#07133c;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.922px;height:24px;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:471.984375px;left:747.984375px;display:block; }
#QWQxIwKEXiOI2cON4hciZOFyZqEgn0tC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#oKyQyO44MvOg6WsIXDZyeMkqTfFrTc6i { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:381.984px;width:270.984px;top:519.9609375px;left:477.46875px;overflow:hidden;display:block; }
#N2gccsyTBL5NGFMX2mWmBn4Tfzeta4H9 { background-color:#fde90e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#051b4a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.969px;height:24px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:829.921875px;left:538.9921875px;display:block; }
#Zak5Nei8mQJK8EVINSmim4ANoVE7DMO1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#EQMrWunH5ezEDIvDIzUQ7FghPy0eQAEJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ab19412-4058-4b0c-b4ab-142b6a703c05/download7.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#EQMrWunH5ezEDIvDIzUQ7FghPy0eQAEJ.adaptive-delivery-prevent-bg, #EQMrWunH5ezEDIvDIzUQ7FghPy0eQAEJ.lazyload, #EQMrWunH5ezEDIvDIzUQ7FghPy0eQAEJ.lazyloading { background-image: none; }#EQMrWunH5ezEDIvDIzUQ7FghPy0eQAEJ > .row .container { background-color: transparent; background-image: none; }#EQMrWunH5ezEDIvDIzUQ7FghPy0eQAEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,222,0,0.79); }#EQMrWunH5ezEDIvDIzUQ7FghPy0eQAEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQMrWunH5ezEDIvDIzUQ7FghPy0eQAEJ > .row .container > .video-iframe-container { display: none; }#EQMrWunH5ezEDIvDIzUQ7FghPy0eQAEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,222,0,0.79); }#EQMrWunH5ezEDIvDIzUQ7FghPy0eQAEJ > .row > .video-iframe-container { display: none; }#EQMrWunH5ezEDIvDIzUQ7FghPy0eQAEJ > .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); }#EQMrWunH5ezEDIvDIzUQ7FghPy0eQAEJ > .row .container { border-width: 0; border-radius: 0; }#EQMrWunH5ezEDIvDIzUQ7FghPy0eQAEJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EQMrWunH5ezEDIvDIzUQ7FghPy0eQAEJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EQMrWunH5ezEDIvDIzUQ7FghPy0eQAEJ > .row .container { font-size:14px;font-family:arial;height:824px;width:960px;position:relative;display:block; }#UPeKTkTnduTEmahHgoOJyfON2iiUHcKE { position:absolute;display:block;z-index:15018;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:352px;width:250px;top:299px;left:666px;overflow:hidden;display:block; }
#wQruUI8UCdt2mo7mePSqX7HK8WdR2Obp { 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:355px;width:252px;top:298.47900390625px;left:474.95834350586px;overflow:hidden;display:block; }
#W8BHVofVE1NWxroTI5HcI81Q9vDp0c84 { background-color:#fde90e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#051b4a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.969px;height:24px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:586.96875px;left:720.984375px;display:block; }
#Xt0LnKERkLuSqbSGag4Uy1TpaLqtuXmD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#RP5ySZUitK9tbTi6pwcZlmpeWLSrLwKP { background-color:#07133c;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.958px;height:24px;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:586.97900390625px;left:527.37503051758px;display:block; }
#LUtdqR7D5JzTdgD3kisyXZMOrLwrQN7Q { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#aBULladcfEL639WsRSdN6z80LCGONzNI { 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:355px;width:252px;top:298px;left:276px;overflow:hidden;display:block; }
#qcyQlTa8EAlAJLJ5c1uG0mEycrR24f3D { background-color:#fde90e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#051b4a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.969px;height:24px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:587px;left:329px;display:block; }
#IxX3KOXIGMGnmuVnq0tcUb56IdLCClfr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#B5OxEWHUBCpIExVpCpcTeW9LMdXgeIv4 { 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:358px;width:254px;top:298px;left:75px;overflow:hidden;display:block; }
#xG2VKTRRmrmnK5c4tawflZ4tdXrHERCC { background-color:#07133c;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.922px;height:24px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:586.96875px;left:132.0234375px;display:block; }
#Go8pIBGM5qZpOhosHwVlrTRTzLt65oPz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dUOrr8gzIuHww9pF3IqTp6GFUL4Tg4nX { color:#062246;display:block;width:960px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:669.984375px;left:0px;height:93.5859px;text-align:center;text-align-last:center;display:block; }
#JI2pdMEHR6oG2GphpZTOre2p9W0fuK5X { position:absolute;display:block;z-index:15019;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:135px;width:810px;top:151.6875px;left:91px;overflow:hidden;display:block; }
#hfMUiMMZv8A2Q3LJXw32KTO2v44pwkce { color:#1222a2;display:block;width:960px;position:absolute;font-family:montserrat;font-size:56px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:80.9375px;left:0px;height:72.7734px;text-align:center;text-align-last:center;display:block; }
#tweT6UaAVFmiNH9rHZkZeLO2T3hR0Td3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/975cc2d7-a8f6-4ac7-bde0-ee4bf91b4ac3/nevepowdersnow.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#tweT6UaAVFmiNH9rHZkZeLO2T3hR0Td3.adaptive-delivery-prevent-bg, #tweT6UaAVFmiNH9rHZkZeLO2T3hR0Td3.lazyload, #tweT6UaAVFmiNH9rHZkZeLO2T3hR0Td3.lazyloading { background-image: none; }#tweT6UaAVFmiNH9rHZkZeLO2T3hR0Td3 > .row .container { background-color: transparent; background-image: none; }#tweT6UaAVFmiNH9rHZkZeLO2T3hR0Td3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tweT6UaAVFmiNH9rHZkZeLO2T3hR0Td3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tweT6UaAVFmiNH9rHZkZeLO2T3hR0Td3 > .row .container > .video-iframe-container { display: none; }#tweT6UaAVFmiNH9rHZkZeLO2T3hR0Td3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tweT6UaAVFmiNH9rHZkZeLO2T3hR0Td3 > .row > .video-iframe-container { display: none; }#tweT6UaAVFmiNH9rHZkZeLO2T3hR0Td3 > .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); }#tweT6UaAVFmiNH9rHZkZeLO2T3hR0Td3 > .row .container { border-width: 0; border-radius: 0; }#tweT6UaAVFmiNH9rHZkZeLO2T3hR0Td3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tweT6UaAVFmiNH9rHZkZeLO2T3hR0Td3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tweT6UaAVFmiNH9rHZkZeLO2T3hR0Td3 > .row .container { font-size:14px;font-family:arial;height:686px;width:960px;position:relative;display:block; }#yMy1EDAGWluAKyCukutEJZ6kRgeIP8pF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:137px;width:124px;top:398px;left:626px;overflow:hidden;display:block; }
#h13t9k5R2G9dDCtehOcKHDVfCXE9mGck { 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:450px;width:319px;top:171px;left:626px;overflow:hidden;display:block; }
#EQizogFxm7ain9wGWITIOCgTAN5U2qlp { 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-left-radius:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#051b4a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.969px;height:24px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:534.9609375px;left:700.96875px;display:block; }
#nKgc260xqQwDkUDOJt7JcEtJJdQ7zUJl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FIbWLWBWyo5kBNT1FcvL6xBQ1vB7mJ8b { 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:504px;width:701px;top:269px;left:0px;overflow:hidden;display:block; }
#mUMaTpiFLXXwpyBWkRkR4LvveTkknmh9 { 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:118px;width:173px;top:338.5px;left:521px;overflow:hidden;display:block; }
#lGPoBBMK9GsNIzldfvm31ls0sJ71xrky { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:41px;width:54px;top:64.5px;left:135.4375px;overflow:hidden;display:block; }
#xLSPiVRBIihccs9HnkAtunTa0S5znzPZ { position:absolute;display:block;z-index:15000;background-color:#183062;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:114px;border-top-right-radius:114px;border-bottom-left-radius:114px;border-bottom-right-radius:114px;height:88px;width:88px;top:41px;left:118.4375px;display:block; }
#liRCxZK9k9CLAALrhDA5OXPuERmEQKFy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9a37289d-1990-4f09-8420-7c6856e4e193/1500pplageparadisiaque4005556877942_1.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#liRCxZK9k9CLAALrhDA5OXPuERmEQKFy.adaptive-delivery-prevent-bg, #liRCxZK9k9CLAALrhDA5OXPuERmEQKFy.lazyload, #liRCxZK9k9CLAALrhDA5OXPuERmEQKFy.lazyloading { background-image: none; }#liRCxZK9k9CLAALrhDA5OXPuERmEQKFy > .row .container { background-color: transparent; background-image: none; }#liRCxZK9k9CLAALrhDA5OXPuERmEQKFy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,9,55,0.52); }#liRCxZK9k9CLAALrhDA5OXPuERmEQKFy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liRCxZK9k9CLAALrhDA5OXPuERmEQKFy > .row .container > .video-iframe-container { display: none; }#liRCxZK9k9CLAALrhDA5OXPuERmEQKFy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,9,55,0.52); }#liRCxZK9k9CLAALrhDA5OXPuERmEQKFy > .row > .video-iframe-container { display: none; }#liRCxZK9k9CLAALrhDA5OXPuERmEQKFy > .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); }#liRCxZK9k9CLAALrhDA5OXPuERmEQKFy > .row .container { border-width: 0; border-radius: 0; }#liRCxZK9k9CLAALrhDA5OXPuERmEQKFy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#liRCxZK9k9CLAALrhDA5OXPuERmEQKFy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#liRCxZK9k9CLAALrhDA5OXPuERmEQKFy > .row .container { font-size:14px;font-family:arial;height:591px;width:960px;position:relative;display:block; }#Bkra67ULRvnTTRctoTnT9agoTCZoICTR { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:137px;width:124px;top:369px;left:646px;overflow:hidden;display:block; }
#a8Ou1QTr44QsW4T2z3siJVI7d7PsmTHL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:298.992px;width:271.992px;top:255px;left:51px;overflow:hidden;display:block; }
#P4dqHQmcfoqpzwGc2FpbUnhFMg3TKiD8 { position:absolute;display:block;z-index:15013;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:360px;width:256px;top:208px;left:68px;overflow:hidden;display:block; }
#DIdviXtxoIbaxMhmIgWidhX8SVMSgf7T { background-color:#fde90e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#051b4a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:140px;height:24px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:494px;left:114px;display:block; }
#XbDMAybomGvnv5Qt7LmATcJfEKmeEasl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mBqrxapQew4RVB0dze7lDKOiwofrSDAg { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:168px;width:168px;top:89px;left:524px;overflow:hidden;display:block; }
#yHwbUV2LkK2QVLOBqtQOslIF7y0B8wkD { color:#ffffff;display:block;width:552px;position:absolute;font-family:dosis;font-size:38px;font-weight:400;z-index:15014;line-height:.9;letter-spacing:0;top:98px;left:219px;height:68.3438px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VttdJ6bdbi1yFgzFaOuMsyCcev23aITg { position:absolute;display:block;z-index:15000;background-color:#ffdc00;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:43px;border-top-right-radius:43px;border-bottom-left-radius:43px;border-bottom-right-radius:43px;height:34px;width:304px;top:140px;left:341px;display:block; }
#cGP1MpU2OzdS5WGqXTcuioy0Cpd6Bmvf { position:absolute;display:block;z-index:15004;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:163px;width:163px;top:28px;left:269px;overflow:hidden;display:block; }
#iLCQlBHPKbp9D4HMI2HwrUf3Eh7IRuUU { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:359px;width:255px;top:207px;left:270px;overflow:hidden;display:block; }
#nVgqAR1IkF2UTMoFVBmCft0oGbIl0o4Z { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:360px;width:255px;top:207px;left:465px;overflow:hidden;display:block; }
#G3O2khCSh7Far1NF7wl5STq8UtHzpP9v { 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:360px;width:255px;top:207px;left:660px;overflow:hidden;display:block; }
#MWe5Alv42w5TWkLrydrBaCzZTLz7gsQc { background-color:#fde90e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#051b4a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.969px;height:24px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:493.9921875px;left:523.9921875px;display:block; }
#dVvbOKaLJPwFJG4D1tbBpFsVEBlb5xSu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ikE9DKrkdImtzLMHBcW75tvC8zIPNBO9 { background-color:#07133c;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.969px;height:24px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:497.9921875px;left:716px;display:block; }
#AxzNzrk17ez50lGweXH9TzHmky4vfDx7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mPRhvdMPFhTevZmwGWu3pHUdBHIlJ2D6 { background-color:#07133c;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.938px;height:24px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:494.00001525879px;left:322.95834350586px;display:block; }
#i4smNkhUd84V73CvBqsOTCvMQvwTcQkD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#O4D6QuaKln5LU1Fvwnky6GptpH317BBJ { position:absolute;display:block;z-index:14999;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:66px;width:157.992px;top:109.4765625px;left:589.546875px;overflow:hidden;display:block; }
#bef8aQKDt16PWapehhmCQ4DTRCbPaqfR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d8b0d3f5-ef89-4398-ba38-c05593896dfd/viagemonibusmaispopularesbrasilcapa2019.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#bef8aQKDt16PWapehhmCQ4DTRCbPaqfR.adaptive-delivery-prevent-bg, #bef8aQKDt16PWapehhmCQ4DTRCbPaqfR.lazyload, #bef8aQKDt16PWapehhmCQ4DTRCbPaqfR.lazyloading { background-image: none; }#bef8aQKDt16PWapehhmCQ4DTRCbPaqfR > .row .container { background-color: transparent; background-image: none; }#bef8aQKDt16PWapehhmCQ4DTRCbPaqfR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,9,55,0.52); }#bef8aQKDt16PWapehhmCQ4DTRCbPaqfR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bef8aQKDt16PWapehhmCQ4DTRCbPaqfR > .row .container > .video-iframe-container { display: none; }#bef8aQKDt16PWapehhmCQ4DTRCbPaqfR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,9,55,0.52); }#bef8aQKDt16PWapehhmCQ4DTRCbPaqfR > .row > .video-iframe-container { display: none; }#bef8aQKDt16PWapehhmCQ4DTRCbPaqfR > .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); }#bef8aQKDt16PWapehhmCQ4DTRCbPaqfR > .row .container { border-width: 0; border-radius: 0; }#bef8aQKDt16PWapehhmCQ4DTRCbPaqfR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bef8aQKDt16PWapehhmCQ4DTRCbPaqfR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bef8aQKDt16PWapehhmCQ4DTRCbPaqfR > .row .container { font-size:14px;font-family:arial;height:1093px;width:960px;position:relative;display:block; }#Vx2TBI6VIWEwhL8TOp0mnJUTqLx8QT0R { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:137px;width:124px;top:371px;left:653px;overflow:hidden;display:block; }
#QlEQe4IgAAsXGeUa70Fi1SPxyJJHA6t1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:298.992px;width:271.992px;top:257px;left:58px;overflow:hidden;display:block; }
#B5AIzWXSufTrkP11ubQTJ5zuMiHZvReS { position:absolute;display:block;z-index:15013;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:360px;width:255px;top:210px;left:75px;overflow:hidden;display:block; }
#XxrfADmhFrO2uNbDgDDEXRPJgzzToXBP { background-color:#fde90e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#051b4a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:140px;height:24px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:496px;left:121px;display:block; }
#KZf0X4egUsl8o3q24XpGIb8UwVhC58z4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#epDSCzf70546naIiLxlRFlo94QXLP6f5 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:358px;width:254px;top:209px;left:277px;overflow:hidden;display:block; }
#o99oFZHUnpQFVk6Oghy8mftCLDc8XWDR { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:360px;width:255px;top:210px;left:473.45834350586px;overflow:hidden;display:block; }
#TTi1kf7Tty8BFImNDZu10Ei9dCmADH1C { 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:360px;width:255px;top:209px;left:667px;overflow:hidden;display:block; }
#wgLRpTzF4bvDzlOQtQEscaQbu0kC8TWi { background-color:#fde90e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#051b4a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.958px;height:24px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:495.99984741211px;left:531.00003051758px;display:block; }
#LraaxJvnTxoN7utJnfDq0LLFqA26x4Wl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pmydMOVe94BlTarx6KpLn3Q4fBlFn2I3 { 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:357px;width:253px;top:556px;left:76px;overflow:hidden;display:block; }
#l4fQqwguSi14dDbu7W8tk9Fn97EJQzee { 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:355px;width:252px;top:556px;left:277px;overflow:hidden;display:block; }
#RLDnIOM8XMvLOG2v6FzPiaXTgvpK88B4 { 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:354px;width:251px;top:556px;left:474px;overflow:hidden;display:block; }
#CpvTilPfWVHUaHTkPdXEnvHGDocf2aVr { position:absolute;display:block;z-index:15018;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:351px;width:249px;top:557px;left:667px;overflow:hidden;display:block; }
#f1rCXyqgFs1UCJg3eJhzB3IXidnk39mF { background-color:#07133c;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.958px;height:24px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:496.00016784668px;left:722.02090454102px;display:block; }
#WBwF5yS22gImAJSekNRSC6XmXdtoG1cx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iWqOeTvzgucLoFKXS3tgg12J29O9RTOT { background-color:#07133c;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.958px;height:24px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:496px;left:329.95834350586px;display:block; }
#fSJh0KDxeDfAM19hXMMoK3XRpFSsGrE1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#QkOITqmvSae21ptF7vT6mt8pTiNclSas { background-color:#07133c;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.958px;height:24px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:846px;left:123.97915649414px;display:block; }
#bgPvmWTnzzkBLdRmz3UFMEL8naqm9h0c { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wTzy4ScA57DZ1vT2r0sRtSO5RXdWHiZp { background-color:#07133c;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.969px;height:24px;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:846px;left:529px;display:block; }
#NV6TQH1f8CNF2v3MdkFtiUEUOm2x24Tf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Dg5i8g8z7wCUoPn5HUZTOD8rPc1Lbqbc { background-color:#fde90e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#051b4a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.969px;height:24px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:846px;left:327px;display:block; }
#z1ah1VUJTaThQqsdFSk2aDpWqG3R2XUV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zCOZdAVgvRfAIONC0lv1ktIA0Kkb9rRt { background-color:#fde90e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#051b4a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:139.969px;height:24px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:846px;left:711px;display:block; }
#XU4oVUihTbw1W8UG26OEVmkF1aiWpgJ2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#uh3tNpgF7DyM06zcXAyR9x85XhB5iA3T { 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:168px;width:924.984px;top:43.5px;left:35.015625px;overflow:hidden;display:block; }
#ccXplhHwf5WHaUGxUS48Q6FOJVSLwmG5 { 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:135px;width:810px;top:912.984375px;left:92.484375px;overflow:hidden;display:block; }
#iKE4AET12ghKJLFEftVG0V23KadxIaqR { color:#1a4376;display:block;width:16.9965px;position:absolute;font-family:"russo one";font-size:16px;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:96.704864501953px;left:727.45489501953px;height:20.7969px;font-style:normal;display:block; }
#RBgbMSKo4XSIpmDnyBtqENkAkmux7KvX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/8wJdRq3w/WhatsApp_Image_2022_07_15_at_14.35.40.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#RBgbMSKo4XSIpmDnyBtqENkAkmux7KvX.adaptive-delivery-prevent-bg, #RBgbMSKo4XSIpmDnyBtqENkAkmux7KvX.lazyload, #RBgbMSKo4XSIpmDnyBtqENkAkmux7KvX.lazyloading { background-image: none; }#RBgbMSKo4XSIpmDnyBtqENkAkmux7KvX > .row .container { background-color: transparent; background-image: none; }#RBgbMSKo4XSIpmDnyBtqENkAkmux7KvX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,112,255,0.99); }#RBgbMSKo4XSIpmDnyBtqENkAkmux7KvX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBgbMSKo4XSIpmDnyBtqENkAkmux7KvX > .row .container > .video-iframe-container { display: none; }#RBgbMSKo4XSIpmDnyBtqENkAkmux7KvX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,112,255,0.99); }#RBgbMSKo4XSIpmDnyBtqENkAkmux7KvX > .row > .video-iframe-container { display: none; }#RBgbMSKo4XSIpmDnyBtqENkAkmux7KvX > .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); }#RBgbMSKo4XSIpmDnyBtqENkAkmux7KvX > .row .container { border-width: 0; border-radius: 0; }#RBgbMSKo4XSIpmDnyBtqENkAkmux7KvX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RBgbMSKo4XSIpmDnyBtqENkAkmux7KvX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RBgbMSKo4XSIpmDnyBtqENkAkmux7KvX > .row .container { font-size:14px;font-family:arial;height:590px;width:960px;position:relative;display:block; }#NkRKCfNI1X0iacD2wIDvIyHlugeCveLN { color:#000000;display:block;width:465px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:112.7578125px;left:21.234375px;height:371.718px;text-align:left;text-align-last:left;display:block; }
#uwvqr9VR9zUCcbAnPofrE5O0RfxT68zW { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:462px;width:462px;top:67.640625px;left:477.4453125px;overflow:hidden;display:block; }
#J0xGScWJMqTF87I0l5Vg4eEbmn8WR8Vw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:298.969px;width:271.969px;top:67.640625px;left:440.015625px;overflow:hidden;display:block; }
#Ay9Z5mOd4EUmz6HQ4hu4ICUo4TWqdIDL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:295.992px;width:267.984px;top:82.453125px;left:684.4921875px;overflow:hidden;display:block; }
#Q17oIAqkirxmiOWeIJsiEG5qOxx02tWZ { position:absolute;display:block;z-index:15013;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-left-radius:43px;border-top-right-radius:43px;border-bottom-left-radius:43px;border-bottom-right-radius:43px;height:60px;width:462px;top:498px;left:478px;display:block; }
#JXsvdhfA0wIw1TNE4r4vXsTtBA94pZoQ { color:#071a56;display:block;width:258.984px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:518px;left:636px;height:28.5938px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J6S3y3T9LxXHxIA4yFraqBXMcXJXEKo3 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:30.9844px;width:30.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:517px;left:598px; }
#z03x91LuZaSUCzG3fM86gcSzRp2X1F28 { color:#071a56;display:block;width:258.961px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:517.703125px;left:526.984375px;height:28.5938px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H8pie1bMU7sfSkgxIutZaikKnFAVE0t8 { background-color:#ffee43;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:51px;border-top-right-radius:51px;border-bottom-left-radius:51px;border-bottom-right-radius:51px;box-sizing:border-box;color:#051b4a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:321.969px;height:39px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:508.5px;left:55.21875px;display:block; }
#nmUkE1KVHT8eyCTVi6FlSQz6RNqHcPRs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wabonodKyDgBIwxU3HZyZp8JAyFVTkzP { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:346px;width:462px;top:77.640625px;left:487.4453125px;overflow:hidden;display:block; }
#UBr9wMrCQpM5LFKarh7w5MWdOEOL7Twh { color:#000000;display:block;width:477px;position:absolute;font-family:montserrat;font-size:48px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:49.6171875px;left:21.234375px;height:62.3958px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MTnLd37F8NFcXS6tU2iKGThkeuDa8xHb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/kl94S8V8/jerusalem_1712855_960_720_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#MTnLd37F8NFcXS6tU2iKGThkeuDa8xHb.adaptive-delivery-prevent-bg, #MTnLd37F8NFcXS6tU2iKGThkeuDa8xHb.lazyload, #MTnLd37F8NFcXS6tU2iKGThkeuDa8xHb.lazyloading { background-image: none; }#MTnLd37F8NFcXS6tU2iKGThkeuDa8xHb > .row .container { background-color: transparent; background-image: none; }#MTnLd37F8NFcXS6tU2iKGThkeuDa8xHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,210,0,0.68); }#MTnLd37F8NFcXS6tU2iKGThkeuDa8xHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTnLd37F8NFcXS6tU2iKGThkeuDa8xHb > .row .container > .video-iframe-container { display: none; }#MTnLd37F8NFcXS6tU2iKGThkeuDa8xHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,210,0,0.68); }#MTnLd37F8NFcXS6tU2iKGThkeuDa8xHb > .row > .video-iframe-container { display: none; }#MTnLd37F8NFcXS6tU2iKGThkeuDa8xHb > .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); }#MTnLd37F8NFcXS6tU2iKGThkeuDa8xHb > .row .container { border-width: 0; border-radius: 0; }#MTnLd37F8NFcXS6tU2iKGThkeuDa8xHb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTnLd37F8NFcXS6tU2iKGThkeuDa8xHb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTnLd37F8NFcXS6tU2iKGThkeuDa8xHb > .row .container { font-size:14px;font-family:arial;height:441px;width:960px;position:relative;display:block; }#zxqiBxNMq44lA4LCt4Gdd7iCSKBL8g1a { color:#ffffff;display:block;width:486.984px;position:absolute;font-family:montserrat;font-size:55px;font-weight:normal;z-index:15002;line-height:.8;letter-spacing:0;top:199.78125px;left:46.5px;height:88px;display:block; }
#NlPc9vudgwq8llmNoqTBeP8AqT8zs1F4 { 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:189px;width:252px;top:189px;left:532px;overflow:hidden;display:block; }
#nOHqf5JfxtiPUHvQmz4nTl01GSsBX7iP { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:279px;width:279px;top:39px;left:631px;overflow:hidden;display:block; }
#lwFHx5x3ZGReudUFIiPP0Vd7sy8kGZiQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:226.992px;width:226.992px;top:92.5078125px;left:366.46875px;overflow:hidden;display:block; }
#TsSGq6cHdEDSt1azk2RKiqIom6Rp1NTJ { 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:302px;width:326px;top:171.390625px;left:634.0078125px;overflow:hidden;display:block; }
#qCiwLZQdZenbJnzxsCTuAlpXZudMz1AO { 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:301.992px;width:325.992px;top:173.390625px;left:634.0078125px;overflow:hidden;display:block; }
#vImsm9JprOLpJBBJWGNqy1LayD2TFuUd { position:absolute;display:block;z-index:15000;background-color:#103276;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:28px;border-top-right-radius:28px;border-bottom-left-radius:28px;border-bottom-right-radius:28px;height:90.9844px;width:514.992px;top:319.4765625px;left:434.484375px;display:block; }
#rwMmiMCdqavdSdk52wziTRyVT8iGUVIl { position:absolute;display:block;z-index:14999;background-color:rgba(10,27,65,0.94);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:28px;border-top-right-radius:28px;border-bottom-left-radius:28px;border-bottom-right-radius:28px;height:90.9844px;width:762px;top:97.375px;left:13.96875px;display:block; }
#iTn4pFLR4zgQLFgf67Fml9mbJsZX1GCF { position:absolute;display:block;z-index:15018;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:75.9844px;width:225.984px;top:326.9765625px;left:559.5px;overflow:hidden;display:block; }
#m5FpgNdcd51HKbMBWl0WNhBMOexHwo0m { color:#000000;display:block;width:406.969px;position:absolute;font-family:montserrat;font-size:30px;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;text-shadow:1px 1px 11px rgba(0,0,0,0.64);top:112.875px;left:60.46875px;height:60px;display:block; }
#TiQthNIpT442NI92uI9BBoQyvlPpoXQf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3064e1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TiQthNIpT442NI92uI9BBoQyvlPpoXQf > .row .container { border-width: 0; border-radius: 0; }#TiQthNIpT442NI92uI9BBoQyvlPpoXQf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TiQthNIpT442NI92uI9BBoQyvlPpoXQf > .row .container { font-size:14px;font-family:arial;height:390px;width:960px;position:relative;display:none; }#s3P2DLsEC3LTLDHNJRkpNXmNCOftJTgc { 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;height:296px;width:268px;top:57px;left:686px;overflow:hidden;display:block; }
#OoS3atTZ2vMHk14aPpN0y9BJpbBLwTAF { 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:158px;width:158px;top:121px;left:621px;overflow:hidden;display:block; }
#LKcQgHXOu6NC5QMySpVMFApHcuJXhURq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:137px;width:124px;top:212px;left:661px;overflow:hidden;display:block; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D .widget-form-header {  }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:264px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D .widget-input-text { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:264px;box-sizing:border-box;height:41px;color:#ffffff;font-size:14px;overflow:hidden;font-family:dosis;vertical-align:top; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D .widget-input-text {padding-top: 0; padding-bottom: 0;}#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D .widget-textarea { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:264px;box-sizing:border-box;height:70px;color:#ffffff;font-size:14px;overflow:hidden;font-family:dosis;vertical-align:top; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:264px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D .widget-input-select {padding-top: 0; padding-bottom: 0;}#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffe015;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:25px;margin-bottom:4px;margin-left:25px;display:block;box-sizing:border-box;font-size:14px;font-weight:bold;color:#080443;width:213px;height:55px;font-family:comfortaa;overflow:hidden;line-height:1.3; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:dosis;font-size:15px; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:dosis;font-size:15px; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:dosis;font-size:15px; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:dosis;font-size:15px; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:245px;overflow:hidden;font-style:normal; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D .widget-container { padding-top:1px;padding-right:0;padding-bottom:1px;padding-left:0;width:100%;font-size:0;height:auto; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D .widget-container:first-of-type{padding-top:0;}#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D .widget-container:last-of-type{padding-bottom:0;}#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:264px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:77.0859375px;left:427.9453125px; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:264px;display:block;vertical-align:top; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D {display:block;}#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:264px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:77.0859375px;left:427.9453125px; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D #M92GH2Ugn4DZquS5uDECLdX4GMdhEwRq { position:relative; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D #EnfTD8QHh2kzUXz9U7eP3OoG9uyMArNf { position:relative;display:none; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D #QqLWUCtF27lUCoPiW4kgJ3rKRIZeLUMs { position:relative; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D #WEMratbhzMkTXcuumtVCvTNxlWXaiSXT { position:relative; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D #k7X4sINZlsIcIK1MsGOae6gPH4pX29lJ { position:relative;display:none; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D #Re898DNiBNqGV79oV97lvoCCchTLgvzf { position:relative; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D #W1gQSZZDhh4AAznpJlHOZy6GfoqtCzPp { position:relative; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D #RhJePLufOFpS9mdyQhsM0SK0zpfTbcA0 { position:relative;display:none; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D #zgE0w0qfrgOqHgfTTaq34es2bGSV21A7 { position:relative; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D #nm52u0kEIT1I8TGvws6VTlB49yhtxpem { position:relative; }
#qy3WHEWQSwyH7isWp0xVPekJEoueSu4D #gPOTpzpkKgozt5K1veBEyTyT8QNVvc98 { position:relative; }
#xiQHWRJiSL7VGFzwGcuGGTQM328zx671 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:298.992px;width:271.992px;top:55.5px;left:39.984375px;overflow:hidden;display:block; }
#XzaEPuE6NbcSvT1buRdMACbBAyxFVdEV { color:#000000;display:block;width:288.984px;position:absolute;font-family:"open sans";font-size:42px;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:111px;left:116.953125px;height:168px;display:block; }
#sK7od9Xhu8pngr2brHg2AmAVi0Cekc2i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#081e54;background-image:url("https://images.assets-landingi.com/DAMJHsiQ/chmury_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sK7od9Xhu8pngr2brHg2AmAVi0Cekc2i.adaptive-delivery-prevent-bg, #sK7od9Xhu8pngr2brHg2AmAVi0Cekc2i.lazyload, #sK7od9Xhu8pngr2brHg2AmAVi0Cekc2i.lazyloading { background-image: none; }#sK7od9Xhu8pngr2brHg2AmAVi0Cekc2i > .row .container { border-width: 0; border-radius: 0; }#sK7od9Xhu8pngr2brHg2AmAVi0Cekc2i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sK7od9Xhu8pngr2brHg2AmAVi0Cekc2i > .row .container { font-size:14px;font-family:arial;height:354px;width:960px;position:relative;display:none; }#V6uxf3hEPnSt9PkJB0dmmJMeoPaBDtpC { color:#000000;display:block;width:498px;position:absolute;font-family:dosis;font-size:40px;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:32.953125px;left:385.96875px;height:120.023px;text-align:right;text-align-last:right;display:block; }
#fdPATroDiGP3rk0Eei8BUUw6HtqhWTxl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#081e54;background-image:url("https://images.assets-landingi.com/DAMJHsiQ/chmury_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fdPATroDiGP3rk0Eei8BUUw6HtqhWTxl.adaptive-delivery-prevent-bg, #fdPATroDiGP3rk0Eei8BUUw6HtqhWTxl.lazyload, #fdPATroDiGP3rk0Eei8BUUw6HtqhWTxl.lazyloading { background-image: none; }#fdPATroDiGP3rk0Eei8BUUw6HtqhWTxl > .row .container { border-width: 0; border-radius: 0; }#fdPATroDiGP3rk0Eei8BUUw6HtqhWTxl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fdPATroDiGP3rk0Eei8BUUw6HtqhWTxl > .row .container { font-size:14px;font-family:arial;height:354px;width:960px;position:relative;display:none; }#i2W6er1kO6RwrCrWQdeeal7AE6y5GlfR { color:#000000;display:block;width:498px;position:absolute;font-family:dosis;font-size:40px;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:32.953125px;left:385.96875px;height:120.023px;text-align:right;text-align-last:right;display:block; }
#z6mUtm9RsFLoa78P6oKrzLP804U21bfv { position:absolute;display:block;z-index:15000;background-color:#ffdc00;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:43px;border-top-right-radius:43px;border-bottom-left-radius:43px;border-bottom-right-radius:43px;height:33.9844px;width:303.984px;top:161px;left:122px;display:block; }
#rJvIXI5odfZi8VPmfNOPXVwywqn5EAzK { color:#ffffff;display:block;width:552px;position:absolute;font-family:dosis;font-size:38px;font-weight:400;z-index:15014;line-height:.9;letter-spacing:0;top:119px;left:0px;height:68.3438px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qWqGl4k7LspTPSuR3ytSTPTD2wmb24we { position:absolute;display:block;z-index:15019;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:214.969px;width:315px;top:320px;left:623px;overflow:hidden;display:block; }
#f9a7Vsv1KCpTIBToSVtUKTCrJxW9FCrF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/LFy38C5L/466505428.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#f9a7Vsv1KCpTIBToSVtUKTCrJxW9FCrF.adaptive-delivery-prevent-bg, #f9a7Vsv1KCpTIBToSVtUKTCrJxW9FCrF.lazyload, #f9a7Vsv1KCpTIBToSVtUKTCrJxW9FCrF.lazyloading { background-image: none; }#f9a7Vsv1KCpTIBToSVtUKTCrJxW9FCrF > .row .container { background-color: transparent; background-image: none; }#f9a7Vsv1KCpTIBToSVtUKTCrJxW9FCrF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,39,255,0.78); }#f9a7Vsv1KCpTIBToSVtUKTCrJxW9FCrF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9a7Vsv1KCpTIBToSVtUKTCrJxW9FCrF > .row .container > .video-iframe-container { display: none; }#f9a7Vsv1KCpTIBToSVtUKTCrJxW9FCrF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,39,255,0.78); }#f9a7Vsv1KCpTIBToSVtUKTCrJxW9FCrF > .row > .video-iframe-container { display: none; }#f9a7Vsv1KCpTIBToSVtUKTCrJxW9FCrF > .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); }#f9a7Vsv1KCpTIBToSVtUKTCrJxW9FCrF > .row .container { border-width: 0; border-radius: 0; }#f9a7Vsv1KCpTIBToSVtUKTCrJxW9FCrF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f9a7Vsv1KCpTIBToSVtUKTCrJxW9FCrF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f9a7Vsv1KCpTIBToSVtUKTCrJxW9FCrF > .row .container { font-size:14px;font-family:arial;height:643px;width:960px;position:relative;display:block; }#sQdX3cJt9r50rQqBNh95DBWC0bwzTs7T { color:#06054a;display:block;width:414px;position:absolute;font-family:"source sans pro";font-size:31px;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:118px;left:124px;height:49.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uXqEM6MBl1OlHDRxLC93CXZrSyEPnS9B { color:#0c0b4f;display:block;width:378.984px;position:absolute;font-family:montserrat;font-size:28px;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:151px;left:140px;height:44.8125px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#reSJzvx5i1KgS3WPEXRx5CpK8iUsMLr5 { position:absolute;display:block;z-index:15013;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:415.992px;width:627.984px;top:168px;left:76px;overflow:hidden;display:block; }
#hP2THWpgEvlTmM99ska9iMbXbad33602 { position:absolute;display:block;z-index:15014;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-left-radius:28px;border-top-right-radius:28px;border-bottom-left-radius:28px;border-bottom-right-radius:28px;height:91px;width:462px;top:112px;left:93px;display:block; }
#Df3awkdBMs6w58LexBSk24NGLBb5pRW8 { 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:219.984px;width:219.984px;top:33px;left:0px;overflow:hidden;display:block; }
#aOmBunzbVgbpQRAFxEDUqgvb10l5xxsJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:444px;width:402.984px;top:30px;left:557px;overflow:hidden;display:block; }
#k4XvpibKftDGoqbO535nsmb0Ptalelb6 { 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:507px;width:360px;top:33px;left:538px;overflow:hidden;display:block; }
#k3o3aAKcXb5VfPa7D4UL9ZTSSLJiQ1D9 { background-color:#fde90e;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-sizing:border-box;color:#051b4a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:204px;height:39px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:436px;left:604px;display:block; }
#hGOP33dZXMuy1bUAnZHyk9uVDh7mqF2P { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#F57WVnhhNdk96sWENHT4iyf4x8RJMGhk { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:0;width:0;top:67px;left:798px;overflow:hidden;display:block; }
#H1Ddfg4Q0OliBhM13rKl0TR38oDNBOlS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#20385d;background-image:url("https://images.assets-landingi.com/objBwVuP/chmur_blue.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#H1Ddfg4Q0OliBhM13rKl0TR38oDNBOlS.adaptive-delivery-prevent-bg, #H1Ddfg4Q0OliBhM13rKl0TR38oDNBOlS.lazyload, #H1Ddfg4Q0OliBhM13rKl0TR38oDNBOlS.lazyloading { background-image: none; }#H1Ddfg4Q0OliBhM13rKl0TR38oDNBOlS > .row .container { background-color: transparent; background-image: none; }#H1Ddfg4Q0OliBhM13rKl0TR38oDNBOlS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1Ddfg4Q0OliBhM13rKl0TR38oDNBOlS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1Ddfg4Q0OliBhM13rKl0TR38oDNBOlS > .row .container > .video-iframe-container { display: none; }#H1Ddfg4Q0OliBhM13rKl0TR38oDNBOlS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1Ddfg4Q0OliBhM13rKl0TR38oDNBOlS > .row > .video-iframe-container { display: none; }#H1Ddfg4Q0OliBhM13rKl0TR38oDNBOlS > .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); }#H1Ddfg4Q0OliBhM13rKl0TR38oDNBOlS > .row .container { border-width: 0; border-radius: 0; }#H1Ddfg4Q0OliBhM13rKl0TR38oDNBOlS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H1Ddfg4Q0OliBhM13rKl0TR38oDNBOlS > .row .container { font-size:14px;font-family:arial;height:305px;width:960px;position:relative;display:block; }#q7gBnOZKiCUnQmkuifi21IrmLXr5OiIo { 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:190px;width:190px;top:102px;left:674px;overflow:hidden;display:block; }
#y0eN0RJICuBLDolRRucMTbBoDpnFOVKT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:190px;width:190px;top:102px;left:15px;overflow:hidden;display:block; }
#ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny { 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; }#ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny > .row .container { background-color: transparent; background-image: none; }#ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny > .row .container > .video-iframe-container { display: none; }#ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny > .row > .video-iframe-container { display: none; }#ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny > .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); }#ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny > .row .container { border-width: 0; border-radius: 0; }#ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny > .row .container { font-size:14px;font-family:arial;height:665px;width:960px;position:relative;display:block; }#F9Wuq4TNmKDtlIDsaClIoXXurPCi1RR9 { color:#212580;display:block;width:285.984px;position:absolute;font-family:"open sans";font-size:40px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:73px;left:51px;height:52.0078px;font-style:normal;display:block; }
#q91mi0MpdEKq9Li3ukREMNub4gpPLDwE { color:#212580;display:block;width:361px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:185px;left:51px;height:28.5938px;font-style:normal;display:block; }
#nKHB0BBftNOywlNqFq5DRVbm4P4o9e4b { color:#212580;display:block;width:253.992px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:219px;left:51px;height:28.5938px;font-style:normal;display:block; }
#Tl3Sxpvp05plqWnNilwZdDFFldgwXMTT { color:#212580;display:block;width:356px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:249px;left:51px;height:28.5938px;font-style:normal;display:block; }
#yTpVuVAc4l9tAPuDDQ1IHI05qVpIairq { color:rgba(33,37,128,0.81);display:block;width:313px;position:absolute;font-family:"open sans";font-size:38px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:124.958984375px;left:51px;height:49.3828px;font-style:normal;display:block; }
#UQ6xX3bThO2akxJfh7zFBI7XhvvuOxEw { color:#212580;display:block;width:285.961px;position:absolute;font-family:"open sans";font-size:38px;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:81px;left:379px;height:83.5938px;font-style:normal;display:block; }
#uTsbtn53KT2hkDQTOkrtEzx9J597Ivt4 { color:#212580;display:block;width:360.984px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:173px;left:379px;height:28.5938px;font-style:normal;display:block; }
#XWEF8nxA2U8nuDu2UnZ8V5fui6brfFwp { color:#212580;display:block;width:360.961px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:203px;left:379px;height:28.5938px;font-style:normal;display:block; }
#D7VRN6p6Bz8BQglp3apN68kZkoSKxJNJ { color:#212580;display:block;width:250.992px;position:absolute;font-family:"open sans";font-size:31px;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:91.6640625px;left:680.9765625px;height:68.2031px;font-style:normal;display:block; }
#Zm8T0cno19edcetRA2re6GclaWnaksh1 { color:#212580;display:block;width:270px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:175.9921875px;left:680.9765625px;height:28.5938px;font-style:normal;display:block; }
#A2kkskD2632faTv1AXITQl38G5JerFXD { color:#212580;display:block;width:270px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:210.5859375px;left:680.9765625px;height:28.5938px;font-style:normal;display:block; }
#zf5VpsqVZi6isTimbLQ8LvSuyo20FvmR { color:#0c1664;display:block;width:904.945px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:314.90625px;left:27.4921875px;height:166.3121px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Viy87AFWUx9TwW8wkMor8FqpfN0G7now { position:absolute;display:block;z-index:15022;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:49.9922px;width:66px;top:539.15625px;left:456.5390625px;overflow:hidden;display:block; }
#pdoqbRqQarRM3IHzkbhIwNdDlT975XND { color:rgba(33,37,128,0.81);display:block;width:312.961px;position:absolute;font-family:"open sans";font-size:38px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:238.6171875px;left:363.9609375px;height:49.3828px;font-style:normal;display:block; }
#Wk0w5fJnE1i3PgpmafBrbR8UUMG6w7o0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Wk0w5fJnE1i3PgpmafBrbR8UUMG6w7o0 > .row .container { border-width: 0; border-radius: 0; }#Wk0w5fJnE1i3PgpmafBrbR8UUMG6w7o0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wk0w5fJnE1i3PgpmafBrbR8UUMG6w7o0 > .row .container { font-size:14px;font-family:arial;height:372px;width:960px;position:relative;display:none; }#hx0HVbgUiXJbwwMsH9TaSdS6OlHXZU0W { color:#212580;display:block;width:285.984px;position:absolute;font-family:"open sans";font-size:40px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:73px;left:51px;height:52.0078px;font-style:normal;display:block; }
#O3w35lzBB8V4Dn0FziUUB9CDFAadibfT { color:#212580;display:block;width:361px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:185px;left:51px;height:28.5938px;font-style:normal;display:block; }
#oitfmsABsgXECHumBGzQcl0lc3svBgtE { color:#212580;display:block;width:253.992px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:219px;left:51px;height:28.5938px;font-style:normal;display:block; }
#i9XTTIsb0PDOeo8n7EctiK4uTi71nQzW { color:#212580;display:block;width:356px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:249px;left:51px;height:28.5938px;font-style:normal;display:block; }
#P44OTCz4ED3hx2Ay1q2ScEAu62W9wvz7 { color:rgba(33,37,128,0.81);display:block;width:295px;position:absolute;font-family:"open sans";font-size:40px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:124.96875px;left:51px;height:52.0078px;font-style:normal;display:block; }
#fqdFVA9fJJMqksATieoFkLsxe4v07r50 { color:#212580;display:block;width:285.961px;position:absolute;font-family:"open sans";font-size:38px;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:81px;left:379px;height:83.5781px;font-style:normal;display:block; }
#ZKV21UHaivRb7mL1hroLJI3T5eTnTxdU { color:#212580;display:block;width:360.984px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:173px;left:379px;height:28.5938px;font-style:normal;display:block; }
#tbD6WwHBTWsVU9L9oy5H3TArKXfI9zmZ { color:#212580;display:block;width:360.961px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:203px;left:379px;height:28.5938px;font-style:normal;display:block; }
#dc2DT5y43MUHnWqmcThLJZaSomAw9eei { color:#212580;display:block;width:337.969px;position:absolute;font-family:"open sans";font-size:33px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:237px;left:379px;height:42.8906px;font-style:normal;display:block; }
#imFgfk3OOEsCPFsSI9bkA7bb2BBBbqQ4 { color:#212580;display:block;width:250.992px;position:absolute;font-family:"open sans";font-size:31px;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:91.6640625px;left:680.9765625px;height:68.2031px;font-style:normal;display:block; }
#sFwMK9ybyKOyUyoctUCTzWQfuorAPFxe { color:#212580;display:block;width:270px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:175.9921875px;left:680.9765625px;height:28.5938px;font-style:normal;display:block; }
#poFwr6VspRFIp9ed0nBd3swpUz2zAswu { color:#212580;display:block;width:270px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:210.5859375px;left:680.9765625px;height:28.5938px;font-style:normal;display:block; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI .widget-form-header {  }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:264px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI .widget-input-text { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:264px;box-sizing:border-box;height:41px;color:#ffffff;font-size:14px;overflow:hidden;font-family:dosis;vertical-align:top; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI .widget-input-text {padding-top: 0; padding-bottom: 0;}#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI .widget-textarea { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:264px;box-sizing:border-box;height:70px;color:#ffffff;font-size:14px;overflow:hidden;font-family:dosis;vertical-align:top; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:264px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI .widget-input-select {padding-top: 0; padding-bottom: 0;}#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#e2530d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:25px;margin-bottom:4px;margin-left:25px;display:block;box-sizing:border-box;font-size:22px;font-weight:bold;color:#f2f9ff;width:213px;height:55px;font-family:dosis;overflow:hidden; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:dosis;font-size:15px; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:dosis;font-size:15px; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:dosis;font-size:15px; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:dosis;font-size:15px; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:245px;overflow:hidden;font-style:normal; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI .widget-container { padding-top:1px;padding-right:0;padding-bottom:1px;padding-left:0;width:100%;font-size:0;height:auto; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI .widget-container:first-of-type{padding-top:0;}#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI .widget-container:last-of-type{padding-bottom:0;}#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:264px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:59.953125px;left:217.4765625px; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:264px;display:block;vertical-align:top; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI {display:block;}#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:264px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:59.953125px;left:217.4765625px; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI #JDTDOeJzIw4Om2onLTvyUplolWQTQdMv { position:relative; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI #qLGgr4IoQ0qL2vx2ZWzgDd3ifCdFpN8g { position:relative;display:none; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI #a4rXwGk1adq75Ur73drWxTMqlJvJ539y { position:relative; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI #oiwrm6WQyxDWRsEdgLm64sG98nn0JmNn { position:relative; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI #RnEzRrXcmPXKM5vNsay3DC5kPA5uZS5n { position:relative;display:none; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI #kXVLra2bU7vIdEKRh3GJL5XKNbVkVBRB { position:relative; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI #WrOz7h0LIJfZTviWMoxfJktBosOasV5u { position:relative; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI #aaBZ1TP4WEEpDc0iN00J9dTAxqQQpaX2 { position:relative;display:none; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI #BBc96xe5gKV4hHoZMGJHMJINfCTJ0Z1d { position:relative; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI #velGCBSmhDNKlATCJlW7M2kmlBAJqLTX { position:relative; }
#d5HVIs2vpgeJUhVrAtTuFaa4WSgofzvI #KUFyTkpoqdPtW19Dqp4nuABX9mIxyn77 { position:relative; }
#InPTdcPC8qy4Mp8C1ZTyFFwGukG3oCUr { color:#000000;display:block;width:270px;position:absolute;font-family:dosis;font-size:26px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:160.9921875px;left:434.4609375px;height:33.7734px;text-align:center;text-align-last:center;display:block; }
#B93ysKXpfkH2yATc9THDPqwrPMCtKUyg { color:#000000;display:block;width:276.984px;position:absolute;font-family:dosis;font-size:40px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:203.9765625px;left:663px;height:52.0078px;text-align:center;text-align-last:center;display:block; }
#TtlKXuN2qqQX867IarJheozGE89WdmBm { position:absolute;display:block;z-index:15021;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:153.984px;width:204px;top:78.2109375px;left:550.2421875px;overflow:hidden;display:block; }
