.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e97dff1e-adb5-4680-93ff-2f8633ee9768/TopopginaSpace23X2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.adaptive-delivery-prevent-bg, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyload, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyloading { background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { background-color: transparent; background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .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); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { border-width: 0; border-radius: 0; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container {  }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { font-size:14px;font-family:arial;height:1216px;width:1200px;position:relative;display:block; }#kdFn3T9dvo1PMUXaEqzGUTmbp4JShrTd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:145px;width:410px;top:69px;left:136px;overflow:hidden;display:block; }
#CFl6r9Vu5dCMC09J6pWVTaSfKd0vI5Fq { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:364px;width:273px;top:778px;left:927px;overflow:hidden;display:block; }
#lTUi3m0UFUBWI3HbNnuDvQSUAUeXSo2T { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:372px;width:312px;top:842px;left:752px;overflow:hidden;display:block; }
#P5fKb03Mm8kC00ARyM7Cc1qfsUNKLdVK { color:#ffffff;display:block;width:362px;position:absolute;font-family:muli;font-size:39px;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:201.65625px;left:160px;height:50.6979px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#t5OaVEAVoTiE9kQNNqOlZFziTgTi2hIl { color:#2d9ced;display:block;width:368px;position:absolute;font-family:staatliches;font-size:39px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:251.34375px;left:157px;height:101.396px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lG9SnmCQsV4sU0ZTKGMRrk3OZgcgbPdM { color:#ffffff;display:block;width:464px;position:absolute;font-family:mavenpro;font-size:19px;font-weight:400;z-index:15024;line-height:1;letter-spacing:0;top:524px;left:93px;height:;font-style:normal;display:block; }#lG9SnmCQsV4sU0ZTKGMRrk3OZgcgbPdM li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#lG9SnmCQsV4sU0ZTKGMRrk3OZgcgbPdM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
#aNTivBcU11AWnTMUkQidXvoEuVhJtcr4 { color:#ffffff;display:block;width:421px;position:absolute;font-family:mavenpro;font-size:19px;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:464px;left:94px;height:;font-style:normal;display:block; }#aNTivBcU11AWnTMUkQidXvoEuVhJtcr4 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#aNTivBcU11AWnTMUkQidXvoEuVhJtcr4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
#TgLlByQk7bqGuLXqy8zWoVrzwe9Wr1LW { color:#ffffff;display:block;width:457px;position:absolute;font-family:mavenpro;font-size:19px;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:574px;left:92px;height:;font-style:normal;display:block; }#TgLlByQk7bqGuLXqy8zWoVrzwe9Wr1LW li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#TgLlByQk7bqGuLXqy8zWoVrzwe9Wr1LW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
#UP0JKQpe26DEoMhrbUkNCz2FotZCOpG2 { color:#ffffff;display:block;width:486px;position:absolute;font-family:mavenpro;font-size:19px;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:632px;left:92px;height:;font-style:normal;display:block; }#UP0JKQpe26DEoMhrbUkNCz2FotZCOpG2 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#UP0JKQpe26DEoMhrbUkNCz2FotZCOpG2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
#BwWbJdJNBOAAS0reZCcNKqHR6MfEuvlt { color:#ffffff;display:block;width:349px;position:absolute;font-family:mavenpro;font-size:19px;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:693px;left:92px;height:49.3958px;font-style:normal;display:block; }#BwWbJdJNBOAAS0reZCcNKqHR6MfEuvlt li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#BwWbJdJNBOAAS0reZCcNKqHR6MfEuvlt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
#Id4WNfETeG9HFc52u0WXowKcQAeZmaV3 { color:#ffffff;display:block;width:469px;position:absolute;font-family:mavenpro;font-size:19px;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:750px;left:91px;height:;font-style:normal;display:block; }#Id4WNfETeG9HFc52u0WXowKcQAeZmaV3 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Id4WNfETeG9HFc52u0WXowKcQAeZmaV3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
#bdJT1eifaBm5CpGH2Wbf4r7UvXzzL9bU { color:#ffffff;display:block;width:398px;position:absolute;font-family:mavenpro;font-size:19px;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:813.3125px;left:93px;height:;font-style:normal;display:block; }#bdJT1eifaBm5CpGH2Wbf4r7UvXzzL9bU li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#bdJT1eifaBm5CpGH2Wbf4r7UvXzzL9bU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
#WSBbHTiByTwDpOTUNplT3catDzPp2r2u { color:#ffffff;display:block;width:390px;position:absolute;font-family:mavenpro;font-size:19px;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:947.63540649414px;left:93px;height:;font-style:normal;display:block; }#WSBbHTiByTwDpOTUNplT3catDzPp2r2u li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#WSBbHTiByTwDpOTUNplT3catDzPp2r2u li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
#i4UqWdvr527Czx5E79XXVBnuadMIK2xh { color:#ffffff;display:block;width:508px;position:absolute;font-family:mavenpro;font-size:19px;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:1112.0000305176px;left:83px;height:45.5833px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fzORf2NiBv8rzeOLIwu68CDv09CAfN39 { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;height:366px;width:322px;top:815px;left:622px;overflow:hidden;display:block; }
#ChODwUWz1ECXHQPbCR06XJTrmRvgVcmZ { position:absolute;display:block;z-index:14992;background-color:rgba(0,0,0,0.5);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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 4px 4px rgba(255,255,255,0.5) ;height:742px;width:521px;top:332px;left:84px;display:block; }
#T06ciATmyaXzFatCQ3bvGx7IzBJrr6tw { color:#ffffff;display:block;width:497px;position:absolute;font-family:mavenpro;font-size:19px;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:347px;left:92.5px;height:;font-style:normal;display:block; }#T06ciATmyaXzFatCQ3bvGx7IzBJrr6tw li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#T06ciATmyaXzFatCQ3bvGx7IzBJrr6tw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
#yDNuBksqnvKziIiTwbbp9Ta4gdsmS3NT { color:#ffffff;display:block;width:365px;position:absolute;font-family:mavenpro;font-size:19px;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:405px;left:93px;height:;font-style:normal;display:block; }#yDNuBksqnvKziIiTwbbp9Ta4gdsmS3NT li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#yDNuBksqnvKziIiTwbbp9Ta4gdsmS3NT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
#vW83CTmpJd6die7NUm5FLe02JQBuCLz5 { color:#0eff00;display:block;width:398px;position:absolute;font-family:mavenpro;font-size:21px;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:1017.6354675293px;left:93px;height:;font-style:normal;display:block; }#vW83CTmpJd6die7NUm5FLe02JQBuCLz5 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#vW83CTmpJd6die7NUm5FLe02JQBuCLz5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
#EWFx7HOgH1XAfkGLTBq0CsrweVlQgZoT { color:#ffffff;display:block;width:384px;position:absolute;font-family:mavenpro;font-size:19px;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:875.30206298828px;left:93px;height:;font-style:normal;display:block; }#EWFx7HOgH1XAfkGLTBq0CsrweVlQgZoT li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#EWFx7HOgH1XAfkGLTBq0CsrweVlQgZoT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
#ZMbxCbtGevKgCWmDpkTmgiD5U69pSpl7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f132d281-164d-4a7b-b7e0-01d0f28c9d10/Prancheta6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ZMbxCbtGevKgCWmDpkTmgiD5U69pSpl7.adaptive-delivery-prevent-bg, #ZMbxCbtGevKgCWmDpkTmgiD5U69pSpl7.lazyload, #ZMbxCbtGevKgCWmDpkTmgiD5U69pSpl7.lazyloading { background-image: none; }#ZMbxCbtGevKgCWmDpkTmgiD5U69pSpl7 > .row .container { background-color: transparent; background-image: none; }#ZMbxCbtGevKgCWmDpkTmgiD5U69pSpl7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#ZMbxCbtGevKgCWmDpkTmgiD5U69pSpl7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMbxCbtGevKgCWmDpkTmgiD5U69pSpl7 > .row .container > .video-iframe-container { display: none; }#ZMbxCbtGevKgCWmDpkTmgiD5U69pSpl7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#ZMbxCbtGevKgCWmDpkTmgiD5U69pSpl7 > .row > .video-iframe-container { display: none; }#ZMbxCbtGevKgCWmDpkTmgiD5U69pSpl7 > .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); }#ZMbxCbtGevKgCWmDpkTmgiD5U69pSpl7 > .row .container { border-width: 0; border-radius: 0; }#ZMbxCbtGevKgCWmDpkTmgiD5U69pSpl7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#ZMbxCbtGevKgCWmDpkTmgiD5U69pSpl7 > .row > .video-iframe-container {  }#ZMbxCbtGevKgCWmDpkTmgiD5U69pSpl7 > .row .container { font-size:14px;font-family:arial;height:650px;width:1200px;position:relative;display:block; }#y1w6T1dUIt3oaIdohRBkrLiMdUX7xqGC { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.2);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:2000px;border-top-right-radius:2000px;border-bottom-left-radius:2000px;border-bottom-right-radius:2000px;height:529px;width:534px;top:64px;left:335px;display:none; }
#JUOo8xDDyTtlE3N6b9N53aIdKn99kNMu { position:absolute;display:block;z-index:15001;height:178px;width:393px;top:319.66668701172px;left:405.50006103516px;display:block; }
#rm0S54tH4RDZe4x815T4Tfk7JKyAIvWR { color:#ffffff;display:block;width:354px;position:absolute;font-family:"exo 2";font-size:43px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 7px rgba(0,0,0,0.5);top:143px;left:423.00006103516px;height:56.5625px;text-align:center;text-align-last:center;display:block; }
#QtlhA5HnvRrBqRP9AFflATiS8hW3dNlX { color:#ffffff;display:block;width:451px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(255,255,255,0.5);top:215.00001525879px;left:374.50006103516px;height:62.375px;text-align:center;text-align-last:center;display:block; }
#PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d1b15ce7-85da-4fd5-a230-05924c4d27c0/Prancheta1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC.adaptive-delivery-prevent-bg, #PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC.lazyload, #PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC.lazyloading { background-image: none; }#PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC > .row .container { background-color: transparent; background-image: none; }#PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC > .row .container > .video-iframe-container { display: none; }#PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC > .row > .video-iframe-container { display: none; }#PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC > .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); }#PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC > .row .container { border-width: 0; border-radius: 0; }#PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC > .row > .video-iframe-container {  }#PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC > .row .container { font-size:14px;font-family:arial;height:127px;width:1200px;position:relative;display:block; }#lCDoUxteidCDh3dKEDzvx9vBJpgHnfkd { color:#ffffff;display:block;width:570px;position:absolute;font-family:poppins;font-size:37px;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:24.999969482422px;left:319px;height:88.7916px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TdDtz8iTXBC837H96FaNA7ypeQoxoiSS { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #35383c, #000000);background-image: -moz-linear-gradient(180deg, #35383c, #000000);background-image: -ms-linear-gradient(180deg, #35383c, #000000);background-image: -o-linear-gradient(180deg, #35383c, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35383c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35383c', endColorstr='#000000' );";background-image: linear-gradient(180deg, #35383c, #000000);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:116px;width:1064px;top:11px;left:66px;display:block; }
#XBvwGaibriwHie1l6b4cGTNColuMTMNR { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:109px;width:188px;top:10.999969482422px;left:112px;overflow:hidden;display:block; }
#uytb5RFEDnw4EMGc5285KXGZKd01FoTz { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(292deg, #000000, #1c2b3a);background-image: -moz-linear-gradient(292deg, #000000, #1c2b3a);background-image: -ms-linear-gradient(292deg, #000000, #1c2b3a);background-image: -o-linear-gradient(292deg, #000000, #1c2b3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1c2b3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1c2b3a' );";background-image: linear-gradient(292deg, #000000, #1c2b3a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: 1px 1px 24px rgba(255,255,255,0.5) ;height:1080px;width:1125px;top:217.99999666214px;left:27px;display:none; }
#eOBtnlOed7VfR40hbRiTxRzApK0o7Wbe { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:150px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:0100px;height:160px;width:1127px;top:29px;left:30px;overflow:hidden;display:none; }
#CaMOr21cEA5t52iNW4VLD5hegTpQt7HV { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:55px;width:55px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:40.999969482422px;left:1022px; }
#uGD30CrDSav58hJmgiKsaBy9Np1o12gC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d1b15ce7-85da-4fd5-a230-05924c4d27c0/Prancheta1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#uGD30CrDSav58hJmgiKsaBy9Np1o12gC.adaptive-delivery-prevent-bg, #uGD30CrDSav58hJmgiKsaBy9Np1o12gC.lazyload, #uGD30CrDSav58hJmgiKsaBy9Np1o12gC.lazyloading { background-image: none; }#uGD30CrDSav58hJmgiKsaBy9Np1o12gC > .row .container { background-color: transparent; background-image: none; }#uGD30CrDSav58hJmgiKsaBy9Np1o12gC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGD30CrDSav58hJmgiKsaBy9Np1o12gC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGD30CrDSav58hJmgiKsaBy9Np1o12gC > .row .container > .video-iframe-container { display: none; }#uGD30CrDSav58hJmgiKsaBy9Np1o12gC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGD30CrDSav58hJmgiKsaBy9Np1o12gC > .row > .video-iframe-container { display: none; }#uGD30CrDSav58hJmgiKsaBy9Np1o12gC > .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); }#uGD30CrDSav58hJmgiKsaBy9Np1o12gC > .row .container { border-width: 0; border-radius: 0; }#uGD30CrDSav58hJmgiKsaBy9Np1o12gC > .row > .video-iframe-container {  }#uGD30CrDSav58hJmgiKsaBy9Np1o12gC > .row .container { font-size:14px;font-family:arial;height:1753px;width:1200px;position:relative;display:block; }#AJChpTsMFDJOCTuATXecKtIaHToMwTyn { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.5);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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:1753px;width:1064px;top:3.0517578125E-5px;left:66px;display:block; }
#lhD2AwobI2TURAPrdoVbCP5PNuzplS1k { color:#f8f8f8;display:block;width:260px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:37px;left:83px;height:20.8px;display:block; }
#UrDbIG6OytK9TxlvUMMmTdb0EwltMsrw { color:#ffffff;display:block;width:298px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:37px;left:444px;height:41.5833px;display:block; }
#nkz1RDP7EcgfumRzWV2p2NOqOwipTR6g { position:absolute;display:block;z-index:14999;background-color:#444454;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:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:268px;width:1070px;top:74px;left:55px;display:none; }
#lsbmp1Is0JVxTz7vdnXuwoe0kd5rwsbm { position:absolute;display:block;z-index:14999;background-color:#444454;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:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:268px;width:1070px;top:74px;left:55px;display:none; }
#uTHCQVFHMoq6LLS5oXvbZVsTwBKlFlW1 { color:#ffffff;display:block;width:257px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:41px;left:801px;height:41.5833px;display:block; }
#l3bm3BwyMmdoMwzbpiQcpQZsrc99INbc { position:absolute;display:block;z-index:15000;background-color:#444454;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:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:268px;width:1070px;top:326px;left:65px;display:none; }
#HUSbPLgnk68h9JhZZLM6dtCdaExMux2u { color:#000000;display:block;width:231px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:305px;left:83px;height:41.5833px;display:block; }
#fss3eWBn92eTW5UPw5NzJg5m5wWAPlNV { color:#000000;display:block;width:295px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:305px;left:444.00006103516px;height:41.5833px;display:block; }
#LNFKmaqUB6sBNNPg5hns5wWTvrmNh18T { color:#000000;display:block;width:224px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:305px;left:801.00006103516px;height:41.5833px;display:block; }
#stlttCD6z48lhkBiRTOqTyRTpDAFqAv1 { color:#f8f8f8;display:block;width:260px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:86.888885498047px;left:73px;height:20.4444px;display:none; }
#cKUf7w6bgOk6N8r2gMMdblqfTP01Acoa { position:absolute;display:block;z-index:14999;background-color:#444454;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:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:268px;width:1070px;top:74px;left:55px;display:none; }
#LE6ayqIFEIoyeT3Q7FAPfmnMRRMsa480 { color:#ffffff;display:block;width:298px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:86.888885498047px;left:433.5px;height:40.8889px;display:none; }
#VXrcECMDc9Ir2UKROpTKMF30Of89LnB9 { color:#ffffff;display:block;width:257px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:91.069458007812px;left:791px;height:40.8889px;display:none; }
#oVl7lZTIx6QDFJd27WycD6b93L04fVyL { position:absolute;display:block;z-index:15001;background-color:#444454;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:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:268px;width:1070px;top:628px;left:65px;display:none; }
#Aim3rwGs0uEFL4WParg5EzfTOpHQScaa { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(292deg, #000000, #1c2b3a);background-image: -moz-linear-gradient(292deg, #000000, #1c2b3a);background-image: -ms-linear-gradient(292deg, #000000, #1c2b3a);background-image: -o-linear-gradient(292deg, #000000, #1c2b3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1c2b3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1c2b3a' );";background-image: linear-gradient(292deg, #000000, #1c2b3a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: 1px 1px 24px rgba(255,255,255,0.5) ;height:1080px;width:1125px;top:217.99999666214px;left:27px;display:none; }
#rUuwZIDfEL2kcAOEbdRW9cm3GVbfEZGZ { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(292deg, #000000, #1c2b3a);background-image: -moz-linear-gradient(292deg, #000000, #1c2b3a);background-image: -ms-linear-gradient(292deg, #000000, #1c2b3a);background-image: -o-linear-gradient(292deg, #000000, #1c2b3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1c2b3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1c2b3a' );";background-image: linear-gradient(292deg, #000000, #1c2b3a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: 1px 1px 24px rgba(255,255,255,0.5) ;height:1080px;width:1125px;top:45px;left:564.39999389648px;display:none; }
#sKk5q9ieMfavFEctKzgdfQ7gNCds4Jwx { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(292deg, #000000, #1c2b3a);background-image: -moz-linear-gradient(292deg, #000000, #1c2b3a);background-image: -ms-linear-gradient(292deg, #000000, #1c2b3a);background-image: -o-linear-gradient(292deg, #000000, #1c2b3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1c2b3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1c2b3a' );";background-image: linear-gradient(292deg, #000000, #1c2b3a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: 1px 1px 24px rgba(255,255,255,0.5) ;height:1080px;width:1125px;top:45px;left:564.39999389648px;display:none; }
#CB2gZBz1MBqfJZklCmdlhb6kWuGe3HKk { color:#000000;display:block;width:314px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:588.00003051758px;left:83px;height:41.5833px;display:block; }
#AbdFcaI1ZxV30pV0GfhkWgmU3wfMiOVZ { color:#000000;display:block;width:228px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:588.00003051758px;left:444.00006103516px;height:41.5833px;display:block; }
#cU0fFuPTT9JWds7VW4yCmU3F3dWmrTwv { color:#000000;display:block;width:241px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:588.00003051758px;left:801.00006103516px;height:41.5833px;display:block; }
#d0CrIapNmALWy8iGPo88dmCJcTgDKg4g { position:absolute;display:block;z-index:15002;background-color:#444454;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:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:268px;width:1070px;top:931px;left:65px;display:none; }
#yIgTwBAq5i3wTxBmkAeLsWp3iNmdfXfh { color:#000000;display:block;width:308px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:881.00003051758px;left:85px;height:41.5833px;display:block; }
#lKmdgk2hbduOiGTz7dMXBB9ARFu3HuJa { color:#000000;display:block;width:308px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:881.00003051758px;left:446.00006103516px;height:41.5833px;display:block; }
#twZwsPeN9bb9SotT37c2GvvnnklfTZFJ { color:#000000;display:block;width:308px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:881.00003051758px;left:803.00006103516px;height:41.5833px;display:block; }
#y7o9es6bRxUtoxCZHCh1JH1RGWg5q04o { position:absolute;display:block;z-index:15003;background-color:#444454;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:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:268px;width:352px;top:1236px;left:65px;display:none; }
#NTbCMsDAN2mvtOH6qo8f7JtfuwvpWmP9 { color:#000000;display:block;width:266px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1177.0000457764px;left:83px;height:41.5833px;display:block; }
#x8t99yf5QcTZn8BrMSIL5d6qrnweUhMP { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(292deg, #000000, #1c2b3a);background-image: -moz-linear-gradient(292deg, #000000, #1c2b3a);background-image: -ms-linear-gradient(292deg, #000000, #1c2b3a);background-image: -o-linear-gradient(292deg, #000000, #1c2b3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1c2b3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1c2b3a' );";background-image: linear-gradient(292deg, #000000, #1c2b3a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: 1px 1px 24px rgba(255,255,255,0.5) ;height:1599px;width:1125px;top:0px;left:37.5px;display:none; }
#NJEGXtBAWlrBERKZkxqf065VbEecyJvL { position:absolute;display:block;z-index:15026;height:180px;width:320px;top:83.487498477101px;left:83px;display:block; }
#aC8h09nD2ExMUhHZavTSLlMLToIfFDkc { position:absolute;display:block;z-index:15027;height:180px;width:320px;top:84.487498477101px;left:440.00003051758px;display:block; }
#X4lTOd4aJkJSFuILo2e6iO0UBg27heZg { position:absolute;display:block;z-index:15028;height:180px;width:320px;top:83.475001528859px;left:791.98751831055px;display:block; }
#onPXCNIhE7O33JPGXKn9dWAhR5Q6uWkC { position:absolute;display:block;z-index:15029;height:180px;width:320px;top:359.19793701172px;left:83px;display:block; }
#DrNeESGk2lCdiEhKiUTptpt5ZXWPRkQn { position:absolute;display:block;z-index:15030;height:180px;width:320px;top:359.19793701172px;left:444.00006103516px;display:block; }
#aRAVpkqyERegUnPzRkA0JvMpOdQaBrf0 { position:absolute;display:block;z-index:15031;height:180px;width:320px;top:359.1875px;left:796.97918701172px;display:block; }
#hfekLEAOZWG1oqoVWRnLlMtngf1L0M4c { position:absolute;display:block;z-index:15032;height:180px;width:320px;top:638.79168701172px;left:83px;display:block; }
#rALFa2GuNq88W5IksnxeThPc483mIigZ { position:absolute;display:block;z-index:15033;height:180px;width:320px;top:638.79168701172px;left:440.00006103516px;display:block; }
#quZkeKowFAUoXiPlkwvHJiwiiqw6wJcq { position:absolute;display:block;z-index:15034;height:180px;width:320px;top:638.79168701172px;left:796.97918701172px;display:block; }
#gWAI9deaQlQoPk3b3TrD5skzDfQlvM9v { position:absolute;display:block;z-index:15035;height:180px;width:320px;top:941.79170227051px;left:83px;display:block; }
#tnvCKMOMCPJJRWe9HeVeMo2Vd8m4cIgm { position:absolute;display:block;z-index:15036;height:180px;width:320px;top:941.78128814697px;left:440.00006103516px;display:block; }
#WgavRGceFqf4GqxF4oTSa4Xp5NTtsJsc { position:absolute;display:block;z-index:15037;height:180px;width:320px;top:941.79170227051px;left:796.97918701172px;display:block; }
#GP72akHP8ggc8sMkIt1szJS1sfAWpSQv { position:absolute;display:block;z-index:15038;height:180px;width:320px;top:1233.5937957764px;left:83px;display:block; }
#nc94lytsNyiDKro0lXVVdZAG9RTssNK5 { color:#ffffff;display:block;width:225px;position:absolute;font-family:"muli black";font-size:20px;font-weight:normal;z-index:15022;line-height:1.1;letter-spacing:0;top:1505.6875610352px;left:127.5px;height:22px;text-align:center;text-align-last:center;display:block; }
#Sa7gTnDmUx2zqLTGcwcFT1iZ33CGLHaf { color:#ffffff;display:block;width:252px;position:absolute;font-family:muli;font-size:19px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1476.0000610352px;left:114px;height:24.6979px;text-align:center;text-align-last:center;display:block; }
#gNcdC9ob4fJwHpQGl82iXKZBsxOu8tdU { position:absolute;display:block;z-index:15024;height:180px;width:312px;top:1546.0000610352px;left:84px;display:block; }
#vDTNI7uE6uUEa7FVfdyG7lVeiFN51kbL { color:#ffffff;display:block;width:294px;position:absolute;font-family:"muli black";font-size:20px;font-weight:normal;z-index:15017;line-height:1;letter-spacing:0;top:1505.6875610352px;left:453.00006103516px;height:40px;text-align:center;text-align-last:center;display:block; }
#TshNg9lt7K8XenbDVpDbMGfhTXpK47hI { position:absolute;display:block;z-index:15025;height:180px;width:320px;top:1547.0000610352px;left:440.00006103516px;display:block; }
#DTkliislD8kfr7FnvB38kyTE3NrrnWIs { color:#ffffff;display:block;width:140px;position:absolute;font-family:muli;font-size:19px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:1476.0000610352px;left:527.00006103516px;height:24.6979px;text-align:center;text-align-last:center;display:block; }
#C26ODWC5u1V87hn3ACo0hxtcW5FVGC7O { color:#ffffff;display:block;width:297px;position:absolute;font-family:"muli black";font-size:20px;font-weight:normal;z-index:15017;line-height:1;letter-spacing:0;top:1513.0000610352px;left:816.00006103516px;height:20px;text-align:center;text-align-last:center;display:block; }
#olHBQ4reeEnhb616GlA7Umy6aUUtQKvk { position:absolute;display:block;z-index:15026;height:180px;width:320px;top:1546.0000610352px;left:798.00006103516px;display:block; }
#mMf2u3bDaideG3rH2dG7OQ9TTedyWyEm { color:#ffffff;display:block;width:132px;position:absolute;font-family:muli;font-size:19px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:1476.0000610352px;left:882.97918701172px;height:24.6979px;text-align:center;text-align-last:center;display:block; }
#T7MTUsSi9Nnp14XfLZL1gtwh2pqI3q3J { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:264px;width:436px;top:1147.0000457764px;left:583.00006103516px;overflow:hidden;display:block; }
#rZgBDev1iLUpzT4TPpOSqQDyeHofmvpE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:183px;width:272px;top:1163.0000457764px;left:654.00006103516px;overflow:hidden;display:block; }
#K6FPsXpEvhTHe8dahaMXoye3DofCfUDu { z-index:15013;top:1345.0000610352px;left:609.00006103516px;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 40px rgba(85,0,134,0.6) ;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:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:362px;height:87px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xPsDU0qcXqg6ewiJhLaCSTt5ec0uHJbm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d1b15ce7-85da-4fd5-a230-05924c4d27c0/Prancheta1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg.adaptive-delivery-prevent-bg, #rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg.lazyload, #rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg.lazyloading { background-image: none; }#rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg > .row .container { background-color: transparent; background-image: none; }#rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg > .row .container > .video-iframe-container { display: none; }#rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg > .row > .video-iframe-container { display: none; }#rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg > .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); }#rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg > .row .container { border-width: 0; border-radius: 0; }#rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg > .row > .video-iframe-container {  }#rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg > .row .container { font-size:14px;font-family:arial;height:25px;width:1200px;position:relative;display:block; }#Pa59qc5mNJlvmNS5DkKN7W3FRMIVWqLs { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #35383c);background-image: -moz-linear-gradient(180deg, #000000, #35383c);background-image: -ms-linear-gradient(180deg, #000000, #35383c);background-image: -o-linear-gradient(180deg, #000000, #35383c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#35383c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#35383c' );";background-image: linear-gradient(180deg, #000000, #35383c);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:30px;border-bottom-right-radius:30px;height:20px;width:1064px;top:0px;left:66px;display:block; }
#TU18BmBXmufQb9Xow31o7g2TkGpMWxCV { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(292deg, #000000, #1c2b3a);background-image: -moz-linear-gradient(292deg, #000000, #1c2b3a);background-image: -ms-linear-gradient(292deg, #000000, #1c2b3a);background-image: -o-linear-gradient(292deg, #000000, #1c2b3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1c2b3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1c2b3a' );";background-image: linear-gradient(292deg, #000000, #1c2b3a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: 1px 1px 24px rgba(255,255,255,0.5) ;height:1080px;width:1125px;top:217.99999666214px;left:27px;display:none; }
#cSPE1wUCrmTJClwzazXLUTTGqLHIWFR9 { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:150px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:0100px;height:160px;width:1127px;top:29px;left:30px;overflow:hidden;display:none; }
#ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ea15b9d-22f6-4d05-989b-0fbe77266b03/astronaut16741307678752730.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ.adaptive-delivery-prevent-bg, #ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ.lazyload, #ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ.lazyloading { background-image: none; }#ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ > .row .container { background-color: transparent; background-image: none; }#ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ > .row .container > .video-iframe-container { display: none; }#ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ > .row > .video-iframe-container { display: none; }#ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ > .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); }#ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ > .row .container { border-width: 0; border-radius: 0; }#ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ > .row > .video-iframe-container {  }#ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ > .row .container { font-size:14px;font-family:arial;height:127px;width:1200px;position:relative;display:block; }#D3TuJg8SxuR8PqRrLvZp9JRAzllVk4AU { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #131313, #000000);background-image: -moz-linear-gradient(180deg, #131313, #000000);background-image: -ms-linear-gradient(180deg, #131313, #000000);background-image: -o-linear-gradient(180deg, #131313, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#000000' );";background-image: linear-gradient(180deg, #131313, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:116px;width:1064px;top:11px;left:68px;display:block; }
#A6w1g1my5Tqnz3IAViDflC2CwXnqcgSZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:89px;width:180px;top:18px;left:99px;overflow:hidden;display:block; }
#OhLFWo4h0VSGwJyQc6Ofz0daTCHmhAZf { color:#ffffff;display:block;width:697px;position:absolute;font-family:poppins;font-size:37px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19px;left:251px;height:96.1876px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dF5VTco7bPEGPn7Pty6HytmQDydmZ0Cv { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:55px;width:55px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:42px;left:1018px; }
#mFJnhL67zVl3x9PIGaOPALND2QhRQo8n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4ea15b9d-22f6-4d05-989b-0fbe77266b03/astronaut16741307678752730.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#mFJnhL67zVl3x9PIGaOPALND2QhRQo8n.adaptive-delivery-prevent-bg, #mFJnhL67zVl3x9PIGaOPALND2QhRQo8n.lazyload, #mFJnhL67zVl3x9PIGaOPALND2QhRQo8n.lazyloading { background-image: none; }#mFJnhL67zVl3x9PIGaOPALND2QhRQo8n > .row .container { background-color: transparent; background-image: none; }#mFJnhL67zVl3x9PIGaOPALND2QhRQo8n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFJnhL67zVl3x9PIGaOPALND2QhRQo8n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFJnhL67zVl3x9PIGaOPALND2QhRQo8n > .row .container > .video-iframe-container { display: none; }#mFJnhL67zVl3x9PIGaOPALND2QhRQo8n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFJnhL67zVl3x9PIGaOPALND2QhRQo8n > .row > .video-iframe-container { display: none; }#mFJnhL67zVl3x9PIGaOPALND2QhRQo8n > .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); }#mFJnhL67zVl3x9PIGaOPALND2QhRQo8n > .row .container { border-width: 0; border-radius: 0; }#mFJnhL67zVl3x9PIGaOPALND2QhRQo8n > .row > .video-iframe-container {  }#mFJnhL67zVl3x9PIGaOPALND2QhRQo8n > .row .container { font-size:14px;font-family:arial;height:1055px;width:1200px;position:relative;display:block; }#Ui7Cd2nrdAW8BtP7TbEOyk7XhqxIitWm { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.5);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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:1055px;width:1064px;top:0px;left:68.322937011719px;display:block; }
#WfblewnEtmVMI5MIlTlhazEl6W5TiMdb { position:absolute;display:block;z-index:15001;height:236px;width:423px;top:28px;left:125.5px;display:block; }
#CoODsM6CGKwThIeuiTyOB9azWtuKd3Vv { color:#000000;display:block;width:412px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:272.625px;left:132px;height:41.5833px;text-align:left;text-align-last:left;display:block; }
#bU7XyJMVQRLrA9Uc1Lzhv8CqWxKuoVTe { position:absolute;display:block;z-index:15003;height:236px;width:423px;top:28px;left:648px;display:block; }
#ym5rLSCIC2LtRIWl68D0HHrCoWXEzki4 { color:#000000;display:block;width:414px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:272.61459350586px;left:652.50006103516px;height:41.5833px;text-align:left;text-align-last:left;display:block; }
#De88fy1UeEQ4xGiXiKT825gOfn38vOzd { position:absolute;display:block;z-index:15005;height:236px;width:423px;top:386px;left:126px;display:block; }
#LNzJ04IEl8qRPqlkIbOHcbVSOADtErUm { color:#000000;display:block;width:404px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:627px;left:135px;height:20.7917px;text-align:left;text-align-last:left;display:block; }
#w7w69apuMVDeI5nSBoEZuIFExtF1bwvQ { position:absolute;display:block;z-index:15007;height:236px;width:423px;top:386px;left:648px;display:block; }
#V4zasw6RrDA3a8kbyJXbgnxCtoXGa03F { color:#000000;display:block;width:412px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:628.98962402344px;left:657.50006103516px;height:41.5833px;text-align:left;text-align-last:left;display:block; }
#f5440x67a895u2KUMuIHrs3SqfVCOJUQ { position:absolute;display:block;z-index:15009;height:236px;width:423px;top:736px;left:126px;display:block; }
#mDObEfIo0XrbZGMZodC97UBiqPhguZN8 { color:#000000;display:block;width:399px;position:absolute;font-family:"montserrat 900";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:985px;left:138px;height:20.8px;text-align:left;text-align-last:left;display:block; }
#kvHWiURzlukCvSi5Z1vkT6xTrb9VL5d6 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(61deg, #ff0000, #5b0303);background-image: -moz-linear-gradient(61deg, #ff0000, #5b0303);background-image: -ms-linear-gradient(61deg, #ff0000, #5b0303);background-image: -o-linear-gradient(61deg, #ff0000, #5b0303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#5b0303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#5b0303' );";background-image: linear-gradient(61deg, #ff0000, #5b0303);background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:293px;width:422px;top:28px;left:125px;display:block; }
#WSi8mPpRxOsnCG8UKpHNnMgl9zRbJKkp { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(61deg, #ff0000, #5b0303);background-image: -moz-linear-gradient(61deg, #ff0000, #5b0303);background-image: -ms-linear-gradient(61deg, #ff0000, #5b0303);background-image: -o-linear-gradient(61deg, #ff0000, #5b0303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#5b0303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#5b0303' );";background-image: linear-gradient(61deg, #ff0000, #5b0303);background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:293px;width:422px;top:28px;left:647.50006103516px;display:block; }
#vNa3EN9UugT50Em3EudZIdK5c12uSMDq { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(61deg, #ff0000, #5b0303);background-image: -moz-linear-gradient(61deg, #ff0000, #5b0303);background-image: -ms-linear-gradient(61deg, #ff0000, #5b0303);background-image: -o-linear-gradient(61deg, #ff0000, #5b0303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#5b0303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#5b0303' );";background-image: linear-gradient(61deg, #ff0000, #5b0303);background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:293px;width:422px;top:385.5px;left:126px;display:block; }
#Cwwu9WbEeHc4Th2eR3JbLM7S4z4z8M6G { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(61deg, #ff0000, #5b0303);background-image: -moz-linear-gradient(61deg, #ff0000, #5b0303);background-image: -ms-linear-gradient(61deg, #ff0000, #5b0303);background-image: -o-linear-gradient(61deg, #ff0000, #5b0303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#5b0303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#5b0303' );";background-image: linear-gradient(61deg, #ff0000, #5b0303);background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:293px;width:422px;top:385.5px;left:647.50006103516px;display:block; }
#UNCrpGqOhTRlWTQAJBwRF9BI0XuMdJ48 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(61deg, #ff0000, #5b0303);background-image: -moz-linear-gradient(61deg, #ff0000, #5b0303);background-image: -ms-linear-gradient(61deg, #ff0000, #5b0303);background-image: -o-linear-gradient(61deg, #ff0000, #5b0303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#5b0303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#5b0303' );";background-image: linear-gradient(61deg, #ff0000, #5b0303);background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:293px;width:422px;top:736px;left:126px;display:block; }
#fmnOOLWn7asSJ0TseDP9NnT0U5uhfC09 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:188px;width:230px;top:755px;left:722px;overflow:hidden;display:block; }
#sugwLHeNoD6lPqG8pdRT4Ga8Ss6U5eq9 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:320px;width:515px;top:731px;left:602px;overflow:hidden;display:block; }
#zTbuRrSmL3Qh8GmyZHwGsT9uJMoMrTSr { z-index:15016;top:949px;left:660px;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 40px rgba(85,0,134,0.6) ;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:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:362px;height:61px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#skdtu7IvzzT2TctaCTaRSgTC7430Q25k { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ea15b9d-22f6-4d05-989b-0fbe77266b03/astronaut16741307678752730.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi.adaptive-delivery-prevent-bg, #VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi.lazyload, #VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi.lazyloading { background-image: none; }#VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi > .row .container { background-color: transparent; background-image: none; }#VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi > .row .container > .video-iframe-container { display: none; }#VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi > .row > .video-iframe-container { display: none; }#VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi > .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); }#VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi > .row .container { border-width: 0; border-radius: 0; }#VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi > .row > .video-iframe-container {  }#VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi > .row .container { font-size:14px;font-family:arial;height:25px;width:1200px;position:relative;display:block; }#Va27CFt4WeeuzyEs8qKC5H3Tu8MsrczM { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #131313);background-image: -moz-linear-gradient(180deg, #000000, #131313);background-image: -ms-linear-gradient(180deg, #000000, #131313);background-image: -o-linear-gradient(180deg, #000000, #131313);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313' );";background-image: linear-gradient(180deg, #000000, #131313);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:30px;border-bottom-right-radius:30px;height:20px;width:1064px;top:0px;left:68px;display:block; }
#SrZkOJKWT10oIrztVFhK48qLiXiJUFri { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e300c5f7-fcbd-4da2-afb7-5a7be467ddf7/Prancheta2.preview.mirror.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#SrZkOJKWT10oIrztVFhK48qLiXiJUFri.adaptive-delivery-prevent-bg, #SrZkOJKWT10oIrztVFhK48qLiXiJUFri.lazyload, #SrZkOJKWT10oIrztVFhK48qLiXiJUFri.lazyloading { background-image: none; }#SrZkOJKWT10oIrztVFhK48qLiXiJUFri > .row .container { background-color: transparent; background-image: none; }#SrZkOJKWT10oIrztVFhK48qLiXiJUFri::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#SrZkOJKWT10oIrztVFhK48qLiXiJUFri > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZkOJKWT10oIrztVFhK48qLiXiJUFri > .row .container > .video-iframe-container { display: none; }#SrZkOJKWT10oIrztVFhK48qLiXiJUFri > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#SrZkOJKWT10oIrztVFhK48qLiXiJUFri > .row > .video-iframe-container { display: none; }#SrZkOJKWT10oIrztVFhK48qLiXiJUFri > .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); }#SrZkOJKWT10oIrztVFhK48qLiXiJUFri > .row .container { border-width: 0; border-radius: 0; }#SrZkOJKWT10oIrztVFhK48qLiXiJUFri::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#SrZkOJKWT10oIrztVFhK48qLiXiJUFri > .row > .video-iframe-container {  }#SrZkOJKWT10oIrztVFhK48qLiXiJUFri > .row .container { font-size:14px;font-family:arial;height:127px;width:1200px;position:relative;display:block; }#GySuRxVhtDfPDth59q4wfCocgODUEJ5A { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #131313, #000000);background-image: -moz-linear-gradient(180deg, #131313, #000000);background-image: -ms-linear-gradient(180deg, #131313, #000000);background-image: -o-linear-gradient(180deg, #131313, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#000000' );";background-image: linear-gradient(180deg, #131313, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:116px;width:1064px;top:11px;left:68px;display:block; }
#r4KB1pz98cxy02fmBhUNNqTTSAvGKrOi { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:89px;width:256px;top:24px;left:87px;overflow:hidden;display:block; }
#alAJcoG3h20rr0ewSKiFNhC1IC8CGzxA { color:#ffffff;display:block;width:697px;position:absolute;font-family:poppins;font-size:37px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19px;left:251px;height:96.1876px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E3luNr4AlFKcUplGJf715MNeRZmN4oiH { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:55px;width:55px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:42px;left:1018px; }
#BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e300c5f7-fcbd-4da2-afb7-5a7be467ddf7/Prancheta2.preview.mirror.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5.adaptive-delivery-prevent-bg, #BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5.lazyload, #BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5.lazyloading { background-image: none; }#BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5 > .row .container { background-color: transparent; background-image: none; }#BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5 > .row .container > .video-iframe-container { display: none; }#BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5 > .row > .video-iframe-container { display: none; }#BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5 > .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); }#BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5 > .row .container { border-width: 0; border-radius: 0; }#BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5 > .row > .video-iframe-container {  }#BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5 > .row .container { font-size:14px;font-family:arial;height:1814px;width:1200px;position:relative;display:block; }#c4ugTsTLNXuFJ3w9obTL2PQ8bTHDuNS6 { position:absolute;display:block;z-index:15001;background-color:rgba(88,88,88,0.5);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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 3px rgba(255,255,255,0.5) ;height:261px;width:426px;top:31px;left:158px;display:block; }
#ov69oJnkzZeOqaVv5q5MVWZSh2pQtHt8 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.5);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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;height:1814px;width:1064px;top:0px;left:68.322937011719px;display:block; }
#h21vhva1u3NDOl4hlyCrk4fD0SmZToB6 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:39.864585876465px;left:245px;height:20.7917px;display:block; }
#naMSSJJ21teWOGESDA7QVrKT4GT72mLP { color:#000000;display:block;width:288px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:60.656257629395px;left:245px;height:41.5833px;display:block; }
#d3fEFD5xhNLmzeUefgzMcqLRFRGgutBJ { position:absolute;display:block;z-index:15008;height:180px;width:320px;top:104px;left:245px;display:block; }
#pDanLPtdoqRpZArv4PxZcdGiUE4fUTsl { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;height:246px;width:174px;top:38.5px;left:81px;overflow:hidden;display:block; }
#T8LS4E6Xa7zET1WppzwlirTkV6oTK94I { position:absolute;display:block;z-index:15009;background-color:rgba(88,88,88,0.5);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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 3px rgba(255,255,255,0.5) ;height:261px;width:426px;top:31px;left:677.00006103516px;display:block; }
#rk0naNTkcZENWKbA12fgr9V4ckakw9pn { position:absolute;display:block;z-index:15014;height:180px;width:320px;top:101.5625px;left:769.00006103516px;display:block; }
#ezDp8bDygdpKm5TTULtRPN7xG2Oz6hSc { color:#000000;display:block;width:312px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:60.791687011719px;left:769.00006103516px;height:41.5833px;display:block; }
#Tvhz9zcr3umHNga8T3yUJShvJiA0xFOH { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:40px;left:769.00006103516px;height:20.7917px;display:block; }
#VMDfRS0dwnWArixXLVl49LXwtBd7SCXz { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;height:246px;width:173px;top:38.5px;left:600.00006103516px;overflow:hidden;display:block; }
#QEvLchLShB6G7TdmBPGhPlS7ylC3KAht { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:246px;width:173px;top:329.5px;left:81.5px;overflow:hidden;display:block; }
#zb0CLPnP2GVnGEFU1UVhVsOIcpNpbG2e { position:absolute;display:block;z-index:15003;background-color:rgba(88,88,88,0.5);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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 3px rgba(255,255,255,0.5) ;height:261px;width:426px;top:322px;left:159px;display:block; }
#DKx7ZMgV03E9Hds28BirdO038LXwDBIk { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:329.5px;left:245px;height:20.7917px;display:block; }
#tpAWaMgNdDBTneetdqIuDgmnseGMLFAy { color:#000000;display:block;width:274px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:348.79168701172px;left:245px;height:41.5833px;display:block; }
#EgsQTxSO1UdoGhWM6fi82vqFn0PcaAvg { position:absolute;display:block;z-index:15013;height:180px;width:320px;top:396.16668701172px;left:245px;display:block; }
#DxxMW6PGLbm0sUlMCR4V8XNOCWApMieF { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;height:195px;width:153px;top:355px;left:610.00006103516px;overflow:hidden;display:block; }
#doDCVUitfrVqgiegUxI6PU97dAoZTfwH { position:absolute;display:block;z-index:15005;background-color:rgba(88,88,88,0.5);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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 3px rgba(255,255,255,0.5) ;height:261px;width:426px;top:322px;left:677.00006103516px;display:block; }
#hKe013rXTt4o7Dy2fBsxTOOPpFiO3Hz5 { position:absolute;display:block;z-index:15014;height:180px;width:320px;top:393.36462402344px;left:769.00006103516px;display:block; }
#u9ZfRKUF0wiXCpvXviMtqMbZAiOIA2Ow { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:329.5px;left:769.66668701172px;height:20.7917px;display:block; }
#sN7Tiiq7eQB9pEB1szmscHoEOvtA6V1i { color:#000000;display:block;width:312px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:350.29168701172px;left:769.00006103516px;height:20.7917px;display:block; }
#VuNCIWkAapQcc6D7o9UL0iTRzcGZTMIH { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;height:195px;width:153px;top:650.00002035499px;left:91px;overflow:hidden;display:block; }
#kJT2ZTz60PI3XldlyOThbkTWxI7Bmlx8 { position:absolute;display:block;z-index:15008;background-color:rgba(88,88,88,0.5);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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 3px rgba(255,255,255,0.5) ;height:261px;width:426px;top:617px;left:159px;display:block; }
#KKQJnLiNKnpcFiMZT3kre45BMU2rVmAu { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:624px;left:245px;height:20.7917px;display:block; }
#R4D1xPTHWxlsrtkPk5vhm1lvzaF6UKCs { color:#000000;display:block;width:274px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:644px;left:245px;height:41.5833px;display:block; }
#OsoWRO47Jq1fGLNpxTJJZfPdGTN8MBln { position:absolute;display:block;z-index:15018;height:180px;width:320px;top:691px;left:245px;display:block; }
#L69l7MlJwk3dp1gmipGkNZZ4OQQCTADE { position:absolute;display:block;z-index:15013;background-color:rgba(88,88,88,0.5);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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 3px rgba(255,255,255,0.5) ;height:261px;width:426px;top:617px;left:678px;display:block; }
#dckTHzSFcexGTGA1WPOLia7MwmECb7uf { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;height:195px;width:153px;top:650.00002035499px;left:606.00006103516px;overflow:hidden;display:block; }
#eyHJQ2NRn6MyXAAzcheSD2Ba4QPvUJlM { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:624px;left:764px;height:20.7917px;display:block; }
#oQxgQXLQKhLqMkw2W8vnpGu8VpoqmU8I { color:#000000;display:block;width:274px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:644px;left:764px;height:41.5833px;display:block; }
#dUuOU6SslVLcalyAmbPPnUIuAUMKSCmX { position:absolute;display:block;z-index:15023;height:180px;width:320px;top:691px;left:764px;display:block; }
#IU9o9BS2Q1Z1v0vPTqq2o5ReoRgRP5nZ { position:absolute;display:block;z-index:15013;background-color:rgba(88,88,88,0.5);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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 3px rgba(255,255,255,0.5) ;height:261px;width:426px;top:910px;left:159px;display:block; }
#CmrdV0FkCLsHif7LXvFtAtzGnxgTacmP { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;height:189px;width:132px;top:946.00003051758px;left:102px;overflow:hidden;display:block; }
#wvJK7SvH2BOJ2nNuLpSTJM9a7yA7Xfll { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:917px;left:245px;height:20.7917px;display:block; }
#ONnISMUgAobkyoqVPIcJo9sTc9ObbLVE { color:#000000;display:block;width:274px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:944px;left:245px;height:20.7917px;display:block; }
#oNbu2MZs8FylZSH1SZ6T7dSopA3qGzTI { position:absolute;display:block;z-index:15023;height:180px;width:320px;top:984px;left:245px;display:block; }
#oM7NvoxqzXi85aoFG16d9bFNbaKGotO3 { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;height:223px;width:171px;top:925px;left:600.00006103516px;overflow:hidden;display:block; }
#EkomllAua0Evnp4hyG2A2nfe5Oz0hq7b { position:absolute;display:block;z-index:15018;background-color:rgba(88,88,88,0.5);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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 3px rgba(255,255,255,0.5) ;height:261px;width:426px;top:910px;left:685px;display:block; }
#sKUnZFyS7TBBgeggDPnhu8x943g8tQTc { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:917px;left:771px;height:20.7917px;display:block; }
#FHeQ68BAKTBN5JiBuioT9UAx6UGgDOgG { color:#000000;display:block;width:274px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:938px;left:771px;height:41.5833px;display:block; }
#mWIHQ58q68PG86P8DwTHy7LwUemeieIb { position:absolute;display:block;z-index:15028;height:180px;width:320px;top:984px;left:771px;display:block; }
#Nd0SOzQ0gOOyMBBgTvyPg0UEGMLnHNPl { position:absolute;display:block;z-index:15014;background-color:rgba(88,88,88,0.5);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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 3px rgba(255,255,255,0.5) ;height:261px;width:426px;top:1206.9896240234px;left:158px;display:block; }
#bs8e0cyKpCEqaJwC4WnQsp2826Rb88tJ { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;height:239px;width:177px;top:1198.5px;left:79.5px;overflow:hidden;display:block; }
#tSFp3d3qv2OMmXdFaBqRRek9zQrlMJ1M { color:#ffffff;display:block;width:234px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:1242.9896240234px;left:245px;height:41.5834px;display:block; }
#H6XTTfzym3w4AtMF6crkHwHaJAcqOZzE { color:#ffffff;display:block;width:284px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:1301.09375px;left:245px;height:72.7917px;display:block; }
#gP7WxtVRqe7Hs0VISTt6CcVEOaMgR3sU { background-color:#af9d16;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 5px 6px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:50px;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:1396px;left:264px;display:block; }
#PmUbe3qhOwsipVGcGTVLW3SohtLkUmkc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kOQiH3KmKJNHD3BOTfikqcTQcdgpyFIT { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:1222.8646240234px;left:245px;height:20.7917px;display:block; }
#nV3Vhb1E7dpxqPEvtDIniZ4TRkUCAI2H { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:141px;top:1237.4895935059px;left:616.00006103516px;overflow:hidden;display:block; }
#PvveZo65UeoCHii2hPfBWovxyVhbiPnl { position:absolute;display:block;z-index:15018;background-color:rgba(88,88,88,0.5);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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 3px rgba(255,255,255,0.5) ;height:261px;width:426px;top:1207px;left:685px;display:block; }
#zZm78z61OhhVrBq1AIEBoLVohrd7etI4 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:1214px;left:771px;height:20.7917px;display:block; }
#bmc7rJVnWQgdpmAL81gS2RnV0vCfqfo1 { color:#000000;display:block;width:274px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:1234.4895935059px;left:769.00006103516px;height:41.5833px;display:block; }
#T1QtOk00UHvCdEUli46EfqgTKiAn5b4q { position:absolute;display:block;z-index:15028;height:180px;width:320px;top:1281px;left:771px;display:block; }
#PqNkD4qSRgH30KTGqguUGNiXtQSmbRDq { position:absolute;display:block;z-index:15023;background-color:rgba(88,88,88,0.5);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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 3px rgba(255,255,255,0.5) ;height:261px;width:426px;top:1512px;left:159px;display:block; }
#sigg2DD5Or1fCGTluTJFViVI5QXskWIN { color:#000000;display:block;width:274px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:1551px;left:245px;height:20.7917px;display:block; }
#Vf7AStCyogR7WZhFNN2QiW0p4UVeOlBB { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1519px;left:245px;height:20.7917px;display:block; }
#a0HsI2m5yT6G02pPEnBfM2N3zige4SBh { position:absolute;display:block;z-index:15033;height:180px;width:320px;top:1586px;left:245px;display:block; }
#SvllmUt6vc6yVXW4WkBTTUopaPCKz4c8 { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;height:198px;width:141px;top:1542px;left:90px;overflow:hidden;display:block; }
#tE8wCmeAsRUnkVBz5k2BEchI4Ds2V23a { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;height:212px;width:164px;top:1536.5px;left:605.66668701172px;overflow:hidden;display:block; }
#mfAANm1KO6S6rOeV9GOVCJcStvuvTA1r { position:absolute;display:block;z-index:15020;background-color:rgba(88,88,88,0.5);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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 3px rgba(255,255,255,0.5) ;height:261px;width:426px;top:1513px;left:695px;display:block; }
#oTUTh91ThVrOb0dgtpVw3OHEt8qt8TqQ { color:#ffffff;display:block;width:234px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:1565.875px;left:783.00006103516px;height:20.7917px;display:block; }
#XZtBdmTlyEBMSACPHqPexQOTdeJ57Q5i { color:#ffffff;display:block;width:284px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:1607px;left:782px;height:72.7917px;display:block; }
#tBHP194t4K4xcg26EKC6aB9ZyP5DN1vr { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1529px;left:782px;height:20.7917px;display:block; }
#gzDdfcaP8I1A6OcUkyD56rebElqCqGnx { background-color:#af9d16;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 5px 6px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:50px;text-decoration:none;z-index:15121;text-align:center;text-align-last:center;top:1702px;left:801px;display:block; }
#Tmg33B4pOcRLzx6T1RMxaqV8K0b1fU2P { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e300c5f7-fcbd-4da2-afb7-5a7be467ddf7/Prancheta2.preview.mirror.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN.adaptive-delivery-prevent-bg, #kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN.lazyload, #kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN.lazyloading { background-image: none; }#kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN > .row .container { background-color: transparent; background-image: none; }#kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN > .row .container > .video-iframe-container { display: none; }#kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN > .row > .video-iframe-container { display: none; }#kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN > .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); }#kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN > .row .container { border-width: 0; border-radius: 0; }#kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN > .row > .video-iframe-container {  }#kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN > .row .container { font-size:14px;font-family:arial;height:25px;width:1200px;position:relative;display:block; }#BcvaHhqPP7OenQXvmIWnRvs3KLrdvEDZ { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #131313);background-image: -moz-linear-gradient(180deg, #000000, #131313);background-image: -ms-linear-gradient(180deg, #000000, #131313);background-image: -o-linear-gradient(180deg, #000000, #131313);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313' );";background-image: linear-gradient(180deg, #000000, #131313);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:30px;border-bottom-right-radius:30px;height:20px;width:1064px;top:0px;left:68px;display:block; }
#G60dtWVz0DLdlKIeELWGsDXoxJ7URVCG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#G60dtWVz0DLdlKIeELWGsDXoxJ7URVCG > .row .container { background-color: transparent; background-image: none; }#G60dtWVz0DLdlKIeELWGsDXoxJ7URVCG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G60dtWVz0DLdlKIeELWGsDXoxJ7URVCG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G60dtWVz0DLdlKIeELWGsDXoxJ7URVCG > .row .container > .video-iframe-container { display: none; }#G60dtWVz0DLdlKIeELWGsDXoxJ7URVCG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G60dtWVz0DLdlKIeELWGsDXoxJ7URVCG > .row > .video-iframe-container { display: none; }#G60dtWVz0DLdlKIeELWGsDXoxJ7URVCG > .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); }#G60dtWVz0DLdlKIeELWGsDXoxJ7URVCG > .row .container { border-width: 0; border-radius: 0; }#G60dtWVz0DLdlKIeELWGsDXoxJ7URVCG > .row > .video-iframe-container {  }#G60dtWVz0DLdlKIeELWGsDXoxJ7URVCG > .row .container { font-size:14px;font-family:arial;height:183px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdFn3T9dvo1PMUXaEqzGUTmbp4JShrTd { width:410px;height:145px;top:69px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CFl6r9Vu5dCMC09J6pWVTaSfKd0vI5Fq { width:273px;height:364px;top:778px;left:491px;display:block; }
 }@media only screen and (max-width: 763px) { #lTUi3m0UFUBWI3HbNnuDvQSUAUeXSo2T { width:312px;height:372px;top:842px;left:452px;display:block; }
 }@media only screen and (max-width: 763px) { #P5fKb03Mm8kC00ARyM7Cc1qfsUNKLdVK { width:362px;height:50px;top:201px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #t5OaVEAVoTiE9kQNNqOlZFziTgTi2hIl { width:368px;height:50px;top:251px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #lG9SnmCQsV4sU0ZTKGMRrk3OZgcgbPdM { width:464px;height:;top:524px;left:0px;font-size:12px;display:block; }#lG9SnmCQsV4sU0ZTKGMRrk3OZgcgbPdM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #aNTivBcU11AWnTMUkQidXvoEuVhJtcr4 { width:421px;height:49px;top:464px;left:0px;font-size:12px;display:block; }#aNTivBcU11AWnTMUkQidXvoEuVhJtcr4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #TgLlByQk7bqGuLXqy8zWoVrzwe9Wr1LW { width:457px;height:;top:574px;left:0px;font-size:12px;display:block; }#TgLlByQk7bqGuLXqy8zWoVrzwe9Wr1LW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #UP0JKQpe26DEoMhrbUkNCz2FotZCOpG2 { width:486px;height:;top:632px;left:0px;font-size:12px;display:block; }#UP0JKQpe26DEoMhrbUkNCz2FotZCOpG2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #BwWbJdJNBOAAS0reZCcNKqHR6MfEuvlt { width:349px;height:49px;top:693px;left:0px;font-size:12px;display:block; }#BwWbJdJNBOAAS0reZCcNKqHR6MfEuvlt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #Id4WNfETeG9HFc52u0WXowKcQAeZmaV3 { width:469px;height:;top:750px;left:0px;font-size:12px;display:block; }#Id4WNfETeG9HFc52u0WXowKcQAeZmaV3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #bdJT1eifaBm5CpGH2Wbf4r7UvXzzL9bU { width:398px;height:;top:813px;left:0px;font-size:12px;display:block; }#bdJT1eifaBm5CpGH2Wbf4r7UvXzzL9bU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #WSBbHTiByTwDpOTUNplT3catDzPp2r2u { width:390px;height:49px;top:947px;left:0px;font-size:12px;display:block; }#WSBbHTiByTwDpOTUNplT3catDzPp2r2u li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #i4UqWdvr527Czx5E79XXVBnuadMIK2xh { width:508px;height:45px;top:1112px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #fzORf2NiBv8rzeOLIwu68CDv09CAfN39 { width:322px;height:366px;top:815px;left:404px;display:block; }
 }@media only screen and (max-width: 763px) { #ChODwUWz1ECXHQPbCR06XJTrmRvgVcmZ { width:521px;height:742px;top:332px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #T06ciATmyaXzFatCQ3bvGx7IzBJrr6tw { width:497px;height:;top:347px;left:0px;font-size:12px;display:block; }#T06ciATmyaXzFatCQ3bvGx7IzBJrr6tw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #yDNuBksqnvKziIiTwbbp9Ta4gdsmS3NT { width:365px;height:;top:405px;left:0px;font-size:12px;display:block; }#yDNuBksqnvKziIiTwbbp9Ta4gdsmS3NT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #vW83CTmpJd6die7NUm5FLe02JQBuCLz5 { width:398px;height:27px;top:1017px;left:0px;font-size:21px;display:block; }#vW83CTmpJd6die7NUm5FLe02JQBuCLz5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #EWFx7HOgH1XAfkGLTBq0CsrweVlQgZoT { width:384px;height:49px;top:875px;left:0px;font-size:12px;display:block; }#EWFx7HOgH1XAfkGLTBq0CsrweVlQgZoT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #ZMbxCbtGevKgCWmDpkTmgiD5U69pSpl7 { display:block; }#ZMbxCbtGevKgCWmDpkTmgiD5U69pSpl7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1w6T1dUIt3oaIdohRBkrLiMdUX7xqGC { width:534px;height:529px;top:64px;left:117px;display:block; }
 }@media only screen and (max-width: 763px) { #JUOo8xDDyTtlE3N6b9N53aIdKn99kNMu { width:393px;height:178px;top:319px;left:187.50006103516px;display:block; }
 }@media only screen and (max-width: 763px) { #rm0S54tH4RDZe4x815T4Tfk7JKyAIvWR { width:354px;height:55px;top:143px;left:205.00006103516px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #QtlhA5HnvRrBqRP9AFflATiS8hW3dNlX { width:451px;height:83px;top:215px;left:156.50006103516px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC { display:block; }#PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCDoUxteidCDh3dKEDzvx9vBJpgHnfkd { width:570px;height:88px;top:24px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TdDtz8iTXBC837H96FaNA7ypeQoxoiSS { width:764px;height:116px;top:11px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XBvwGaibriwHie1l6b4cGTNColuMTMNR { width:188px;height:109px;top:10px;left:3px;display:block; }
 }@media only screen and (max-width: 763px) { #uytb5RFEDnw4EMGc5285KXGZKd01FoTz { width:764px;height:1080px;top:217px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #eOBtnlOed7VfR40hbRiTxRzApK0o7Wbe { width:764px;height:108.46495119787px;top:29px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CaMOr21cEA5t52iNW4VLD5hegTpQt7HV { width:55px;height:55px;top:40px;left:695px;display:block; }
 }@media only screen and (max-width: 763px) { #uGD30CrDSav58hJmgiKsaBy9Np1o12gC { display:block; }#uGD30CrDSav58hJmgiKsaBy9Np1o12gC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJChpTsMFDJOCTuATXecKtIaHToMwTyn { width:764px;height:1753px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lhD2AwobI2TURAPrdoVbCP5PNuzplS1k { width:260px;height:20px;top:37px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UrDbIG6OytK9TxlvUMMmTdb0EwltMsrw { width:298px;height:41px;top:37px;left:226px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nkz1RDP7EcgfumRzWV2p2NOqOwipTR6g { width:764px;height:268px;top:74px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #lsbmp1Is0JVxTz7vdnXuwoe0kd5rwsbm { width:764px;height:268px;top:74px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #uTHCQVFHMoq6LLS5oXvbZVsTwBKlFlW1 { width:257px;height:41px;top:41px;left:507px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #l3bm3BwyMmdoMwzbpiQcpQZsrc99INbc { width:764px;height:268px;top:326px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HUSbPLgnk68h9JhZZLM6dtCdaExMux2u { width:231px;height:41px;top:305px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fss3eWBn92eTW5UPw5NzJg5m5wWAPlNV { width:295px;height:41px;top:305px;left:226.00006103516px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LNFKmaqUB6sBNNPg5hns5wWTvrmNh18T { width:224px;height:41px;top:305px;left:540px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #stlttCD6z48lhkBiRTOqTyRTpDAFqAv1 { width:260px;height:20px;top:86px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #cKUf7w6bgOk6N8r2gMMdblqfTP01Acoa { width:764px;height:268px;top:74px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #LE6ayqIFEIoyeT3Q7FAPfmnMRRMsa480 { width:298px;height:41px;top:86px;left:215.5px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #VXrcECMDc9Ir2UKROpTKMF30Of89LnB9 { width:257px;height:40px;top:91px;left:507px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #oVl7lZTIx6QDFJd27WycD6b93L04fVyL { width:764px;height:268px;top:628px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Aim3rwGs0uEFL4WParg5EzfTOpHQScaa { width:764px;height:1080px;top:217px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #rUuwZIDfEL2kcAOEbdRW9cm3GVbfEZGZ { width:764px;height:1080px;top:55px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #sKk5q9ieMfavFEctKzgdfQ7gNCds4Jwx { width:764px;height:1080px;top:55px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #CB2gZBz1MBqfJZklCmdlhb6kWuGe3HKk { width:314px;height:41px;top:588px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AbdFcaI1ZxV30pV0GfhkWgmU3wfMiOVZ { width:228px;height:41px;top:588px;left:226.00006103516px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cU0fFuPTT9JWds7VW4yCmU3F3dWmrTwv { width:241px;height:41px;top:588px;left:523px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #d0CrIapNmALWy8iGPo88dmCJcTgDKg4g { width:764px;height:268px;top:931px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yIgTwBAq5i3wTxBmkAeLsWp3iNmdfXfh { width:308px;height:41px;top:881px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lKmdgk2hbduOiGTz7dMXBB9ARFu3HuJa { width:308px;height:41px;top:881px;left:228.00006103516px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #twZwsPeN9bb9SotT37c2GvvnnklfTZFJ { width:308px;height:41px;top:881px;left:456px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #y7o9es6bRxUtoxCZHCh1JH1RGWg5q04o { width:352px;height:268px;top:1236px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NTbCMsDAN2mvtOH6qo8f7JtfuwvpWmP9 { width:266px;height:42px;top:1177px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #x8t99yf5QcTZn8BrMSIL5d6qrnweUhMP { width:764px;height:1599px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NJEGXtBAWlrBERKZkxqf065VbEecyJvL { width:320px;height:180px;top:83px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aC8h09nD2ExMUhHZavTSLlMLToIfFDkc { width:320px;height:180px;top:84px;left:222.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #X4lTOd4aJkJSFuILo2e6iO0UBg27heZg { width:320px;height:180px;top:83px;left:444px;display:block; }
 }@media only screen and (max-width: 763px) { #onPXCNIhE7O33JPGXKn9dWAhR5Q6uWkC { width:320px;height:180px;top:359px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DrNeESGk2lCdiEhKiUTptpt5ZXWPRkQn { width:320px;height:180px;top:359px;left:226.00006103516px;display:block; }
 }@media only screen and (max-width: 763px) { #aRAVpkqyERegUnPzRkA0JvMpOdQaBrf0 { width:320px;height:180px;top:359px;left:444px;display:block; }
 }@media only screen and (max-width: 763px) { #hfekLEAOZWG1oqoVWRnLlMtngf1L0M4c { width:320px;height:180px;top:638px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rALFa2GuNq88W5IksnxeThPc483mIigZ { width:320px;height:180px;top:638px;left:222.00006103516px;display:block; }
 }@media only screen and (max-width: 763px) { #quZkeKowFAUoXiPlkwvHJiwiiqw6wJcq { width:320px;height:180px;top:638px;left:444px;display:block; }
 }@media only screen and (max-width: 763px) { #gWAI9deaQlQoPk3b3TrD5skzDfQlvM9v { width:320px;height:180px;top:941px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tnvCKMOMCPJJRWe9HeVeMo2Vd8m4cIgm { width:320px;height:180px;top:941px;left:222.00006103516px;display:block; }
 }@media only screen and (max-width: 763px) { #WgavRGceFqf4GqxF4oTSa4Xp5NTtsJsc { width:320px;height:180px;top:941px;left:444px;display:block; }
 }@media only screen and (max-width: 763px) { #GP72akHP8ggc8sMkIt1szJS1sfAWpSQv { width:320px;height:180px;top:1233px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nc94lytsNyiDKro0lXVVdZAG9RTssNK5 { width:225px;height:22px;top:1505px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Sa7gTnDmUx2zqLTGcwcFT1iZ33CGLHaf { width:252px;height:24px;top:1476px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #gNcdC9ob4fJwHpQGl82iXKZBsxOu8tdU { width:312px;height:180px;top:1546px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vDTNI7uE6uUEa7FVfdyG7lVeiFN51kbL { width:294px;height:40px;top:1505px;left:235.00006103516px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TshNg9lt7K8XenbDVpDbMGfhTXpK47hI { width:320px;height:180px;top:1547px;left:222.00006103516px;display:block; }
 }@media only screen and (max-width: 763px) { #DTkliislD8kfr7FnvB38kyTE3NrrnWIs { width:140px;height:24px;top:1476px;left:309.00006103516px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #C26ODWC5u1V87hn3ACo0hxtcW5FVGC7O { width:297px;height:20px;top:1513px;left:467px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #olHBQ4reeEnhb616GlA7Umy6aUUtQKvk { width:320px;height:180px;top:1546px;left:444px;display:block; }
 }@media only screen and (max-width: 763px) { #mMf2u3bDaideG3rH2dG7OQ9TTedyWyEm { width:132px;height:24px;top:1476px;left:632px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #T7MTUsSi9Nnp14XfLZL1gtwh2pqI3q3J { width:436px;height:264px;top:1147px;left:328px;display:block; }
 }@media only screen and (max-width: 763px) { #rZgBDev1iLUpzT4TPpOSqQDyeHofmvpE { width:272px;height:183px;top:1163px;left:436.00006103516px;display:none; }
 }@media only screen and (max-width: 763px) { #K6FPsXpEvhTHe8dahaMXoye3DofCfUDu { top:1345px;left:391.00006103516px;width:362px;height:87px;display:block; }
 }@media only screen and (max-width: 763px) { #xPsDU0qcXqg6ewiJhLaCSTt5ec0uHJbm { display:block; }
 }@media only screen and (max-width: 763px) { #rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg { display:block; }#rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pa59qc5mNJlvmNS5DkKN7W3FRMIVWqLs { width:764px;height:20px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TU18BmBXmufQb9Xow31o7g2TkGpMWxCV { width:764px;height:1080px;top:217px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #cSPE1wUCrmTJClwzazXLUTTGqLHIWFR9 { width:764px;height:108.46495119787px;top:29px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ { display:block; }#ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3TuJg8SxuR8PqRrLvZp9JRAzllVk4AU { width:764px;height:116px;top:11px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #A6w1g1my5Tqnz3IAViDflC2CwXnqcgSZ { width:180px;height:89px;top:18px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OhLFWo4h0VSGwJyQc6Ofz0daTCHmhAZf { width:697px;height:96px;top:19px;left:33px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dF5VTco7bPEGPn7Pty6HytmQDydmZ0Cv { width:55px;height:55px;top:42px;left:709px;display:block; }
 }@media only screen and (max-width: 763px) { #mFJnhL67zVl3x9PIGaOPALND2QhRQo8n { display:block; }#mFJnhL67zVl3x9PIGaOPALND2QhRQo8n > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ui7Cd2nrdAW8BtP7TbEOyk7XhqxIitWm { width:764px;height:1055px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WfblewnEtmVMI5MIlTlhazEl6W5TiMdb { width:423px;height:236px;top:28px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CoODsM6CGKwThIeuiTyOB9azWtuKd3Vv { width:412px;height:42px;top:272px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bU7XyJMVQRLrA9Uc1Lzhv8CqWxKuoVTe { width:423px;height:236px;top:28px;left:341px;display:block; }
 }@media only screen and (max-width: 763px) { #ym5rLSCIC2LtRIWl68D0HHrCoWXEzki4 { width:414px;height:41px;top:272px;left:350px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #De88fy1UeEQ4xGiXiKT825gOfn38vOzd { width:423px;height:236px;top:386px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LNzJ04IEl8qRPqlkIbOHcbVSOADtErUm { width:404px;height:41px;top:627px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #w7w69apuMVDeI5nSBoEZuIFExtF1bwvQ { width:423px;height:236px;top:386px;left:341px;display:block; }
 }@media only screen and (max-width: 763px) { #V4zasw6RrDA3a8kbyJXbgnxCtoXGa03F { width:412px;height:41px;top:628px;left:352px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #f5440x67a895u2KUMuIHrs3SqfVCOJUQ { width:423px;height:236px;top:736px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mDObEfIo0XrbZGMZodC97UBiqPhguZN8 { width:399px;height:20px;top:985px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #kvHWiURzlukCvSi5Z1vkT6xTrb9VL5d6 { width:422px;height:293px;top:28px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WSi8mPpRxOsnCG8UKpHNnMgl9zRbJKkp { width:422px;height:293px;top:28px;left:340px;display:block; }
 }@media only screen and (max-width: 763px) { #vNa3EN9UugT50Em3EudZIdK5c12uSMDq { width:422px;height:293px;top:385px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Cwwu9WbEeHc4Th2eR3JbLM7S4z4z8M6G { width:422px;height:293px;top:385px;left:340px;display:block; }
 }@media only screen and (max-width: 763px) { #UNCrpGqOhTRlWTQAJBwRF9BI0XuMdJ48 { width:422px;height:293px;top:736px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fmnOOLWn7asSJ0TseDP9NnT0U5uhfC09 { width:230px;height:188px;top:755px;left:395px;display:block; }
 }@media only screen and (max-width: 763px) { #sugwLHeNoD6lPqG8pdRT4Ga8Ss6U5eq9 { width:515px;height:320px;top:731px;left:249px;display:block; }
 }@media only screen and (max-width: 763px) { #zTbuRrSmL3Qh8GmyZHwGsT9uJMoMrTSr { top:949px;left:382px;width:362px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #skdtu7IvzzT2TctaCTaRSgTC7430Q25k { display:block; }
 }@media only screen and (max-width: 763px) { #VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi { display:block; }#VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Va27CFt4WeeuzyEs8qKC5H3Tu8MsrczM { width:764px;height:20px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SrZkOJKWT10oIrztVFhK48qLiXiJUFri { display:block; }#SrZkOJKWT10oIrztVFhK48qLiXiJUFri > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GySuRxVhtDfPDth59q4wfCocgODUEJ5A { width:764px;height:116px;top:11px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #r4KB1pz98cxy02fmBhUNNqTTSAvGKrOi { width:256px;height:89px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #alAJcoG3h20rr0ewSKiFNhC1IC8CGzxA { width:697px;height:96px;top:19px;left:33px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #E3luNr4AlFKcUplGJf715MNeRZmN4oiH { width:55px;height:55px;top:42px;left:709px;display:block; }
 }@media only screen and (max-width: 763px) { #BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5 { display:block; }#BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4ugTsTLNXuFJ3w9obTL2PQ8bTHDuNS6 { width:426px;height:261px;top:31px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ov69oJnkzZeOqaVv5q5MVWZSh2pQtHt8 { width:764px;height:1814px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #h21vhva1u3NDOl4hlyCrk4fD0SmZToB6 { width:200px;height:20px;top:39px;left:136px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #naMSSJJ21teWOGESDA7QVrKT4GT72mLP { width:288px;height:42px;top:60px;left:107px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #d3fEFD5xhNLmzeUefgzMcqLRFRGgutBJ { width:320px;height:180px;top:104px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #pDanLPtdoqRpZArv4PxZcdGiUE4fUTsl { width:174px;height:246px;top:38px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #T8LS4E6Xa7zET1WppzwlirTkV6oTK94I { width:426px;height:261px;top:31px;left:338px;display:block; }
 }@media only screen and (max-width: 763px) { #rk0naNTkcZENWKbA12fgr9V4ckakw9pn { width:320px;height:180px;top:101px;left:442.00006103516px;display:block; }
 }@media only screen and (max-width: 763px) { #ezDp8bDygdpKm5TTULtRPN7xG2Oz6hSc { width:312px;height:41px;top:60px;left:442.00006103516px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Tvhz9zcr3umHNga8T3yUJShvJiA0xFOH { width:200px;height:20px;top:40px;left:442.00006103516px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VMDfRS0dwnWArixXLVl49LXwtBd7SCXz { width:173px;height:246px;top:38px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #QEvLchLShB6G7TdmBPGhPlS7ylC3KAht { width:173px;height:246px;top:329px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zb0CLPnP2GVnGEFU1UVhVsOIcpNpbG2e { width:426px;height:261px;top:322px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DKx7ZMgV03E9Hds28BirdO038LXwDBIk { width:200px;height:20px;top:329px;left:136px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tpAWaMgNdDBTneetdqIuDgmnseGMLFAy { width:274px;height:41px;top:348px;left:108px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EgsQTxSO1UdoGhWM6fi82vqFn0PcaAvg { width:320px;height:180px;top:396px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #DxxMW6PGLbm0sUlMCR4V8XNOCWApMieF { width:153px;height:195px;top:355px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #doDCVUitfrVqgiegUxI6PU97dAoZTfwH { width:426px;height:261px;top:322px;left:338px;display:block; }
 }@media only screen and (max-width: 763px) { #hKe013rXTt4o7Dy2fBsxTOOPpFiO3Hz5 { width:320px;height:180px;top:393px;left:442.00006103516px;display:block; }
 }@media only screen and (max-width: 763px) { #u9ZfRKUF0wiXCpvXviMtqMbZAiOIA2Ow { width:200px;height:20px;top:329px;left:442.66668701172px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sN7Tiiq7eQB9pEB1szmscHoEOvtA6V1i { width:312px;height:20px;top:350px;left:442.00006103516px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VuNCIWkAapQcc6D7o9UL0iTRzcGZTMIH { width:153px;height:195px;top:650px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kJT2ZTz60PI3XldlyOThbkTWxI7Bmlx8 { width:426px;height:261px;top:617px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KKQJnLiNKnpcFiMZT3kre45BMU2rVmAu { width:200px;height:20px;top:624px;left:136px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #R4D1xPTHWxlsrtkPk5vhm1lvzaF6UKCs { width:274px;height:41px;top:644px;left:108px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OsoWRO47Jq1fGLNpxTJJZfPdGTN8MBln { width:320px;height:180px;top:691px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #L69l7MlJwk3dp1gmipGkNZZ4OQQCTADE { width:426px;height:261px;top:617px;left:338px;display:block; }
 }@media only screen and (max-width: 763px) { #dckTHzSFcexGTGA1WPOLia7MwmECb7uf { width:153px;height:195px;top:650px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #eyHJQ2NRn6MyXAAzcheSD2Ba4QPvUJlM { width:200px;height:20px;top:624px;left:437px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oQxgQXLQKhLqMkw2W8vnpGu8VpoqmU8I { width:274px;height:41px;top:644px;left:437px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dUuOU6SslVLcalyAmbPPnUIuAUMKSCmX { width:320px;height:180px;top:691px;left:437px;display:block; }
 }@media only screen and (max-width: 763px) { #IU9o9BS2Q1Z1v0vPTqq2o5ReoRgRP5nZ { width:426px;height:261px;top:910px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CmrdV0FkCLsHif7LXvFtAtzGnxgTacmP { width:132px;height:189px;top:946px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wvJK7SvH2BOJ2nNuLpSTJM9a7yA7Xfll { width:200px;height:20px;top:917px;left:136px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ONnISMUgAobkyoqVPIcJo9sTc9ObbLVE { width:274px;height:20px;top:944px;left:108px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oNbu2MZs8FylZSH1SZ6T7dSopA3qGzTI { width:320px;height:180px;top:984px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #oM7NvoxqzXi85aoFG16d9bFNbaKGotO3 { width:171px;height:223px;top:925px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #EkomllAua0Evnp4hyG2A2nfe5Oz0hq7b { width:426px;height:261px;top:910px;left:338px;display:block; }
 }@media only screen and (max-width: 763px) { #sKUnZFyS7TBBgeggDPnhu8x943g8tQTc { width:200px;height:20px;top:917px;left:444px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FHeQ68BAKTBN5JiBuioT9UAx6UGgDOgG { width:274px;height:41px;top:938px;left:444px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mWIHQ58q68PG86P8DwTHy7LwUemeieIb { width:320px;height:180px;top:984px;left:444px;display:block; }
 }@media only screen and (max-width: 763px) { #Nd0SOzQ0gOOyMBBgTvyPg0UEGMLnHNPl { width:426px;height:261px;top:1206px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bs8e0cyKpCEqaJwC4WnQsp2826Rb88tJ { width:177px;height:239px;top:1198px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tSFp3d3qv2OMmXdFaBqRRek9zQrlMJ1M { width:234px;height:41px;top:1242px;left:136px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #H6XTTfzym3w4AtMF6crkHwHaJAcqOZzE { width:284px;height:72px;top:1301px;left:98px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #gP7WxtVRqe7Hs0VISTt6CcVEOaMgR3sU { width:250px;height:50px;top:1396px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #PmUbe3qhOwsipVGcGTVLW3SohtLkUmkc { display:block; }
 }@media only screen and (max-width: 763px) { #kOQiH3KmKJNHD3BOTfikqcTQcdgpyFIT { width:200px;height:20px;top:1222px;left:136px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nV3Vhb1E7dpxqPEvtDIniZ4TRkUCAI2H { width:141px;height:200px;top:1237px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #PvveZo65UeoCHii2hPfBWovxyVhbiPnl { width:426px;height:261px;top:1207px;left:338px;display:block; }
 }@media only screen and (max-width: 763px) { #zZm78z61OhhVrBq1AIEBoLVohrd7etI4 { width:200px;height:20px;top:1214px;left:444px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bmc7rJVnWQgdpmAL81gS2RnV0vCfqfo1 { width:274px;height:41px;top:1234px;left:442.00006103516px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T1QtOk00UHvCdEUli46EfqgTKiAn5b4q { width:320px;height:180px;top:1281px;left:444px;display:block; }
 }@media only screen and (max-width: 763px) { #PqNkD4qSRgH30KTGqguUGNiXtQSmbRDq { width:426px;height:261px;top:1512px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sigg2DD5Or1fCGTluTJFViVI5QXskWIN { width:274px;height:20px;top:1551px;left:108px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Vf7AStCyogR7WZhFNN2QiW0p4UVeOlBB { width:200px;height:20px;top:1519px;left:136px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #a0HsI2m5yT6G02pPEnBfM2N3zige4SBh { width:320px;height:180px;top:1586px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #SvllmUt6vc6yVXW4WkBTTUopaPCKz4c8 { width:141px;height:198px;top:1542px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tE8wCmeAsRUnkVBz5k2BEchI4Ds2V23a { width:164px;height:212px;top:1536px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #mfAANm1KO6S6rOeV9GOVCJcStvuvTA1r { width:426px;height:261px;top:1513px;left:338px;display:block; }
 }@media only screen and (max-width: 763px) { #oTUTh91ThVrOb0dgtpVw3OHEt8qt8TqQ { width:234px;height:20px;top:1565px;left:456.00006103516px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XZtBdmTlyEBMSACPHqPexQOTdeJ57Q5i { width:284px;height:72px;top:1607px;left:455px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #tBHP194t4K4xcg26EKC6aB9ZyP5DN1vr { width:200px;height:20px;top:1529px;left:455px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gzDdfcaP8I1A6OcUkyD56rebElqCqGnx { width:250px;height:50px;top:1702px;left:474px;display:block; }
 }@media only screen and (max-width: 763px) { #Tmg33B4pOcRLzx6T1RMxaqV8K0b1fU2P { display:block; }
 }@media only screen and (max-width: 763px) { #kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN { display:block; }#kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BcvaHhqPP7OenQXvmIWnRvs3KLrdvEDZ { width:764px;height:20px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #G60dtWVz0DLdlKIeELWGsDXoxJ7URVCG { display:block; }#G60dtWVz0DLdlKIeELWGsDXoxJ7URVCG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/befdc1d0-e835-4106-b40b-b28d588fa565/Fundodepgina.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.adaptive-delivery-prevent-bg, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyload, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyloading { background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { background-color: transparent; background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .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); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { border-width: 0; border-radius: 0; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container {  }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { width:320px;height:1341px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdFn3T9dvo1PMUXaEqzGUTmbp4JShrTd { width:235px;height:82px;top:387px;left:42px;display:block; }
 }@media only screen and (max-width: 763px) { #CFl6r9Vu5dCMC09J6pWVTaSfKd0vI5Fq { width:131px;height:173px;top:1114px;left:163px;display:block; }
 }@media only screen and (max-width: 763px) { #lTUi3m0UFUBWI3HbNnuDvQSUAUeXSo2T { width:141px;height:168px;top:1146px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #P5fKb03Mm8kC00ARyM7Cc1qfsUNKLdVK { width:320px;height:28.5938px;top:469px;left:0px;font-size:26px;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t5OaVEAVoTiE9kQNNqOlZFziTgTi2hIl { width:320px;height:28.5938px;top:506px;left:0px;font-size:26px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lG9SnmCQsV4sU0ZTKGMRrk3OZgcgbPdM { width:302px;height:24px;top:687px;left:6px;font-size:12px;display:block; }#lG9SnmCQsV4sU0ZTKGMRrk3OZgcgbPdM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #aNTivBcU11AWnTMUkQidXvoEuVhJtcr4 { width:304px;height:15.5938px;top:647px;left:4px;font-size:12px;display:block; }#aNTivBcU11AWnTMUkQidXvoEuVhJtcr4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #TgLlByQk7bqGuLXqy8zWoVrzwe9Wr1LW { width:302px;height:31.1875px;top:732px;left:6px;font-size:12px;display:block; }#TgLlByQk7bqGuLXqy8zWoVrzwe9Wr1LW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #UP0JKQpe26DEoMhrbUkNCz2FotZCOpG2 { width:305px;height:31.1875px;top:775px;left:5px;font-size:12px;display:block; }#UP0JKQpe26DEoMhrbUkNCz2FotZCOpG2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #BwWbJdJNBOAAS0reZCcNKqHR6MfEuvlt { width:265px;height:31.1875px;top:817.00003051758px;left:6.0000009536743px;font-size:12px;display:block; }#BwWbJdJNBOAAS0reZCcNKqHR6MfEuvlt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #Id4WNfETeG9HFc52u0WXowKcQAeZmaV3 { width:305px;height:15.5938px;top:862px;left:7px;font-size:12px;display:block; }#Id4WNfETeG9HFc52u0WXowKcQAeZmaV3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #bdJT1eifaBm5CpGH2Wbf4r7UvXzzL9bU { width:276px;height:15.5938px;top:892px;left:7px;font-size:12px;display:block; }#bdJT1eifaBm5CpGH2Wbf4r7UvXzzL9bU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #WSBbHTiByTwDpOTUNplT3catDzPp2r2u { width:261px;height:31.1875px;top:923px;left:7px;font-size:12px;display:block; }#WSBbHTiByTwDpOTUNplT3catDzPp2r2u li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #i4UqWdvr527Czx5E79XXVBnuadMIK2xh { width:311px;height:54px;top:1047px;left:4.5000009536743px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fzORf2NiBv8rzeOLIwu68CDv09CAfN39 { width:148px;height:169px;top:1113px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ChODwUWz1ECXHQPbCR06XJTrmRvgVcmZ { width:320px;height:471px;top:554px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #T06ciATmyaXzFatCQ3bvGx7IzBJrr6tw { width:306px;height:31.1875px;top:569.00001525879px;left:7.0000009536743px;font-size:12px;display:block; }#T06ciATmyaXzFatCQ3bvGx7IzBJrr6tw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #yDNuBksqnvKziIiTwbbp9Ta4gdsmS3NT { width:251px;height:31.1875px;top:606.81253051758px;left:7px;font-size:12px;display:block; }#yDNuBksqnvKziIiTwbbp9Ta4gdsmS3NT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #vW83CTmpJd6die7NUm5FLe02JQBuCLz5 { width:295px;height:15.5938px;top:993.1875px;left:8.5000009536743px;font-size:12px;display:block; }#vW83CTmpJd6die7NUm5FLe02JQBuCLz5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #EWFx7HOgH1XAfkGLTBq0CsrweVlQgZoT { width:306px;height:15.5938px;top:958px;left:7px;font-size:12px;display:block; }#EWFx7HOgH1XAfkGLTBq0CsrweVlQgZoT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/PDUhfOnp/vtg7jp_default_checkmark_round_plain_32px_00m00m000000000000001.png); }
 }@media only screen and (max-width: 763px) { #ZMbxCbtGevKgCWmDpkTmgiD5U69pSpl7 { display:block; }#ZMbxCbtGevKgCWmDpkTmgiD5U69pSpl7 > .row .container { width:320px;height:497px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1w6T1dUIt3oaIdohRBkrLiMdUX7xqGC { width:320px;height:196px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #JUOo8xDDyTtlE3N6b9N53aIdKn99kNMu { width:296px;height:166px;top:276.66667175293px;left:12.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #rm0S54tH4RDZe4x815T4Tfk7JKyAIvWR { width:320px;height:41.5938px;top:67px;left:0px;font-size:32px;text-shadow:1px 1px 7px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #QtlhA5HnvRrBqRP9AFflATiS8hW3dNlX { width:304px;height:124.75px;top:130px;left:8.0000009536743px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/77544a84-8aff-4788-b7c9-d693a6172589/Prancheta3.crop_320x334_0,301.preview.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC.adaptive-delivery-prevent-bg, #PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC.lazyload, #PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC.lazyloading { background-image: none; }#PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC > .row .container { background-color: transparent; background-image: none; }#PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC > .row .container > .video-iframe-container { display: none; }#PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC > .row > .video-iframe-container { display: none; }#PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC > .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); }#PSD6KwkDpuGDMKLsNwtvF6imF16eWuuC > .row .container { width:320px;height:118px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCDoUxteidCDh3dKEDzvx9vBJpgHnfkd { width:269px;height:36px;top:65.00004196167px;left:25.500000953674px;font-size:15px;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TdDtz8iTXBC837H96FaNA7ypeQoxoiSS { width:320px;height:109px;top:9px;left:0px;border-top-left-radius:30px;border-top-right-radius:030px;border-bottom-left-radius:0;border-bottom-right-radius:0;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #XBvwGaibriwHie1l6b4cGTNColuMTMNR { width:111px;height:63px;top:3px;left:104.50000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #uytb5RFEDnw4EMGc5285KXGZKd01FoTz { width:320px;height:1583px;top:1541.9899520874px;left:0px;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #eOBtnlOed7VfR40hbRiTxRzApK0o7Wbe { width:320px;height:45.430346051464px;top:22.999998480082px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #CaMOr21cEA5t52iNW4VLD5hegTpQt7HV { width:40px;height:40px;top:64px;left:268.00002002716px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #uGD30CrDSav58hJmgiKsaBy9Np1o12gC { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/77544a84-8aff-4788-b7c9-d693a6172589/Prancheta3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#uGD30CrDSav58hJmgiKsaBy9Np1o12gC.adaptive-delivery-prevent-bg, #uGD30CrDSav58hJmgiKsaBy9Np1o12gC.lazyload, #uGD30CrDSav58hJmgiKsaBy9Np1o12gC.lazyloading { background-image: none; }#uGD30CrDSav58hJmgiKsaBy9Np1o12gC > .row .container { background-color: transparent; background-image: none; }#uGD30CrDSav58hJmgiKsaBy9Np1o12gC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGD30CrDSav58hJmgiKsaBy9Np1o12gC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGD30CrDSav58hJmgiKsaBy9Np1o12gC > .row .container > .video-iframe-container { display: none; }#uGD30CrDSav58hJmgiKsaBy9Np1o12gC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGD30CrDSav58hJmgiKsaBy9Np1o12gC > .row > .video-iframe-container { display: none; }#uGD30CrDSav58hJmgiKsaBy9Np1o12gC > .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); }#uGD30CrDSav58hJmgiKsaBy9Np1o12gC > .row .container { width:320px;height:4374px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJChpTsMFDJOCTuATXecKtIaHToMwTyn { width:320px;height:244px;top:22.999908447266px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #lhD2AwobI2TURAPrdoVbCP5PNuzplS1k { width:260px;height:0;top:36.861198425293px;left:10.98611164093px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #UrDbIG6OytK9TxlvUMMmTdb0EwltMsrw { width:298px;height:0;top:299.88874816895px;left:10.98611164093px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #nkz1RDP7EcgfumRzWV2p2NOqOwipTR6g { width:320px;height:244px;top:289.98614501953px;left:0px;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #lsbmp1Is0JVxTz7vdnXuwoe0kd5rwsbm { width:320px;height:244px;top:47px;left:0px;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #uTHCQVFHMoq6LLS5oXvbZVsTwBKlFlW1 { width:257px;height:0;top:55px;left:12px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #l3bm3BwyMmdoMwzbpiQcpQZsrc99INbc { width:320px;height:244px;top:818px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #HUSbPLgnk68h9JhZZLM6dtCdaExMux2u { width:231px;height:41.5833px;top:771px;left:12px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fss3eWBn92eTW5UPw5NzJg5m5wWAPlNV { width:295px;height:41.5833px;top:1024px;left:12px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LNFKmaqUB6sBNNPg5hns5wWTvrmNh18T { width:224px;height:41.5833px;top:1274px;left:12px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #stlttCD6z48lhkBiRTOqTyRTpDAFqAv1 { width:260px;height:20.7917px;top:41px;left:12.000000953674px;font-size:16px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #cKUf7w6bgOk6N8r2gMMdblqfTP01Acoa { width:320px;height:4374px;top:0px;left:0px;z-index:15000;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:rgba(0,0,0,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LE6ayqIFEIoyeT3Q7FAPfmnMRRMsa480 { width:256px;height:41.5833px;top:270px;left:12px;font-size:16px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #VXrcECMDc9Ir2UKROpTKMF30Of89LnB9 { width:257px;height:41.5833px;top:519.39582824707px;left:12.000000953674px;font-size:16px;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #oVl7lZTIx6QDFJd27WycD6b93L04fVyL { width:320px;height:244px;top:1606px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Aim3rwGs0uEFL4WParg5EzfTOpHQScaa { width:2px;height:2px;top:454px;left:-80.60000038147px;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #rUuwZIDfEL2kcAOEbdRW9cm3GVbfEZGZ { width:320px;height:1583px;top:55px;left:0px;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #sKk5q9ieMfavFEctKzgdfQ7gNCds4Jwx { width:320px;height:1583px;top:55px;left:0px;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #CB2gZBz1MBqfJZklCmdlhb6kWuGe3HKk { width:297px;height:41.5833px;top:1529px;left:12.000000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AbdFcaI1ZxV30pV0GfhkWgmU3wfMiOVZ { width:228px;height:41.5833px;top:1781px;left:12px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cU0fFuPTT9JWds7VW4yCmU3F3dWmrTwv { width:241px;height:41.5833px;top:2034px;left:12px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #d0CrIapNmALWy8iGPo88dmCJcTgDKg4g { width:320px;height:244px;top:2393.4000005722px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #yIgTwBAq5i3wTxBmkAeLsWp3iNmdfXfh { width:308px;height:41.5833px;top:2289px;left:12px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lKmdgk2hbduOiGTz7dMXBB9ARFu3HuJa { width:308px;height:41.5833px;top:2548px;left:6px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #twZwsPeN9bb9SotT37c2GvvnnklfTZFJ { width:308px;height:41.5833px;top:2798px;left:8px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #y7o9es6bRxUtoxCZHCh1JH1RGWg5q04o { width:320px;height:244px;top:3190.4001464844px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #NTbCMsDAN2mvtOH6qo8f7JtfuwvpWmP9 { width:290px;height:41.5833px;top:3049px;left:9px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #x8t99yf5QcTZn8BrMSIL5d6qrnweUhMP { width:320px;height:1583px;top:185.00003051758px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #NJEGXtBAWlrBERKZkxqf065VbEecyJvL { width:312px;height:180px;top:71.975158691406px;left:3px;display:block; }
 }@media only screen and (max-width: 763px) { #aC8h09nD2ExMUhHZavTSLlMLToIfFDkc { width:312px;height:180px;top:312px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #X4lTOd4aJkJSFuILo2e6iO0UBg27heZg { width:312px;height:180px;top:561px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #onPXCNIhE7O33JPGXKn9dWAhR5Q6uWkC { width:312px;height:180px;top:813px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #DrNeESGk2lCdiEhKiUTptpt5ZXWPRkQn { width:313px;height:180px;top:1066px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #aRAVpkqyERegUnPzRkA0JvMpOdQaBrf0 { width:312px;height:180px;top:1316px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #hfekLEAOZWG1oqoVWRnLlMtngf1L0M4c { width:312px;height:180px;top:1570.5833740234px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #rALFa2GuNq88W5IksnxeThPc483mIigZ { width:312px;height:180px;top:1822px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #quZkeKowFAUoXiPlkwvHJiwiiqw6wJcq { width:312px;height:180px;top:2076px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #gWAI9deaQlQoPk3b3TrD5skzDfQlvM9v { width:312px;height:180px;top:2331px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #tnvCKMOMCPJJRWe9HeVeMo2Vd8m4cIgm { width:312px;height:180px;top:2590px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #WgavRGceFqf4GqxF4oTSa4Xp5NTtsJsc { width:312px;height:180px;top:2840px;left:3px;display:block; }
 }@media only screen and (max-width: 763px) { #GP72akHP8ggc8sMkIt1szJS1sfAWpSQv { width:312px;height:180px;top:3090px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #nc94lytsNyiDKro0lXVVdZAG9RTssNK5 { width:225px;height:17.5938px;top:3323px;left:48px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Sa7gTnDmUx2zqLTGcwcFT1iZ33CGLHaf { width:252px;height:24.6979px;top:3293px;left:34px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #gNcdC9ob4fJwHpQGl82iXKZBsxOu8tdU { width:312px;height:180px;top:3349.0001831055px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #vDTNI7uE6uUEa7FVfdyG7lVeiFN51kbL { width:294px;height:34px;top:3588px;left:13px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TshNg9lt7K8XenbDVpDbMGfhTXpK47hI { width:312px;height:180px;top:3634.0001831055px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #DTkliislD8kfr7FnvB38kyTE3NrrnWIs { width:140px;height:24.6979px;top:3562px;left:90px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #C26ODWC5u1V87hn3ACo0hxtcW5FVGC7O { width:297px;height:17px;top:3876px;left:12px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #olHBQ4reeEnhb616GlA7Umy6aUUtQKvk { width:312px;height:180px;top:3901px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #mMf2u3bDaideG3rH2dG7OQ9TTedyWyEm { width:132px;height:24.6979px;top:3846px;left:94px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #T7MTUsSi9Nnp14XfLZL1gtwh2pqI3q3J { width:320px;height:193.76146788991px;top:4114px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rZgBDev1iLUpzT4TPpOSqQDyeHofmvpE { width:272px;height:183px;top:4119px;left:24px;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #K6FPsXpEvhTHe8dahaMXoye3DofCfUDu { top:4271px;left:8px;width:304px;height:87px;z-index:15040;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #xPsDU0qcXqg6ewiJhLaCSTt5ec0uHJbm { display:block; }
 }@media only screen and (max-width: 763px) { #rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/77544a84-8aff-4788-b7c9-d693a6172589/Prancheta3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg.adaptive-delivery-prevent-bg, #rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg.lazyload, #rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg.lazyloading { background-image: none; }#rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg > .row .container { background-color: transparent; background-image: none; }#rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg > .row .container > .video-iframe-container { display: none; }#rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg > .row > .video-iframe-container { display: none; }#rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg > .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); }#rNC87UQ9yaoS2AWiV1iaT4whPJrte7vg > .row .container { width:320px;height:30px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pa59qc5mNJlvmNS5DkKN7W3FRMIVWqLs { width:320px;height:24px;top:0px;left:0px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:30px;border-bottom-right-radius:30px;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #TU18BmBXmufQb9Xow31o7g2TkGpMWxCV { width:320px;height:1583px;top:1541.9899520874px;left:0px;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #cSPE1wUCrmTJClwzazXLUTTGqLHIWFR9 { width:320px;height:45.430346051464px;top:22.999998480082px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ { background-color:#212e48;background-image:url("https://images.assets-landingi.com/uc/b4a0d42b-788c-44a2-b19e-bb5354265eb6/Prancheta4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ.adaptive-delivery-prevent-bg, #ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ.lazyload, #ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ.lazyloading { background-image: none; }#ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ > .row .container { background-color: transparent; background-image: none; }#ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ > .row .container > .video-iframe-container { display: none; }#ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ > .row > .video-iframe-container { display: none; }#ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ > .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); }#ApgaabE0Em12RJmE7id3IrOtAvIU1XPJ > .row .container { width:320px;height:139px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3TuJg8SxuR8PqRrLvZp9JRAzllVk4AU { width:320px;height:116px;top:23px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #A6w1g1my5Tqnz3IAViDflC2CwXnqcgSZ { width:106px;height:51px;top:25px;left:107.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #OhLFWo4h0VSGwJyQc6Ofz0daTCHmhAZf { width:243px;height:41.5834px;top:83.1875px;left:38.500000953674px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dF5VTco7bPEGPn7Pty6HytmQDydmZ0Cv { width:40px;height:40px;top:84px;left:256px;display:block; }
 }@media only screen and (max-width: 763px) { #mFJnhL67zVl3x9PIGaOPALND2QhRQo8n { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b4a0d42b-788c-44a2-b19e-bb5354265eb6/Prancheta4.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#mFJnhL67zVl3x9PIGaOPALND2QhRQo8n.adaptive-delivery-prevent-bg, #mFJnhL67zVl3x9PIGaOPALND2QhRQo8n.lazyload, #mFJnhL67zVl3x9PIGaOPALND2QhRQo8n.lazyloading { background-image: none; }#mFJnhL67zVl3x9PIGaOPALND2QhRQo8n > .row .container { background-color: transparent; background-image: none; }#mFJnhL67zVl3x9PIGaOPALND2QhRQo8n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFJnhL67zVl3x9PIGaOPALND2QhRQo8n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFJnhL67zVl3x9PIGaOPALND2QhRQo8n > .row .container > .video-iframe-container { display: none; }#mFJnhL67zVl3x9PIGaOPALND2QhRQo8n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFJnhL67zVl3x9PIGaOPALND2QhRQo8n > .row > .video-iframe-container { display: none; }#mFJnhL67zVl3x9PIGaOPALND2QhRQo8n > .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); }#mFJnhL67zVl3x9PIGaOPALND2QhRQo8n > .row .container { width:320px;height:1578px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ui7Cd2nrdAW8BtP7TbEOyk7XhqxIitWm { width:320px;height:1578px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WfblewnEtmVMI5MIlTlhazEl6W5TiMdb { width:312px;height:180px;top:15px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #CoODsM6CGKwThIeuiTyOB9azWtuKd3Vv { width:320px;height:36.4px;top:205.98958587646px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bU7XyJMVQRLrA9Uc1Lzhv8CqWxKuoVTe { width:312px;height:180px;top:282.98958587646px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #ym5rLSCIC2LtRIWl68D0HHrCoWXEzki4 { width:308px;height:54.6px;top:470.38542175293px;left:6.0000009536743px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #De88fy1UeEQ4xGiXiKT825gOfn38vOzd { width:312px;height:180px;top:563px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #LNzJ04IEl8qRPqlkIbOHcbVSOADtErUm { width:320px;height:36.4px;top:750px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w7w69apuMVDeI5nSBoEZuIFExtF1bwvQ { width:312px;height:180px;top:833.98959350586px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #V4zasw6RrDA3a8kbyJXbgnxCtoXGa03F { width:320px;height:36.4px;top:1022px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f5440x67a895u2KUMuIHrs3SqfVCOJUQ { width:312px;height:180px;top:1111.0000610352px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #mDObEfIo0XrbZGMZodC97UBiqPhguZN8 { width:306px;height:36.4px;top:1302.0000305176px;left:7.0000009536743px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kvHWiURzlukCvSi5Z1vkT6xTrb9VL5d6 { width:312px;height:231px;top:15px;left:3px;display:block; }
 }@media only screen and (max-width: 763px) { #WSi8mPpRxOsnCG8UKpHNnMgl9zRbJKkp { width:312px;height:243px;top:282.98958587646px;left:3px;display:block; }
 }@media only screen and (max-width: 763px) { #vNa3EN9UugT50Em3EudZIdK5c12uSMDq { width:312px;height:231px;top:563px;left:2.9791669845581px;display:block; }
 }@media only screen and (max-width: 763px) { #Cwwu9WbEeHc4Th2eR3JbLM7S4z4z8M6G { width:312px;height:231px;top:833.98962402344px;left:3px;display:block; }
 }@media only screen and (max-width: 763px) { #UNCrpGqOhTRlWTQAJBwRF9BI0XuMdJ48 { width:312px;height:231px;top:1111px;left:3px;display:block; }
 }@media only screen and (max-width: 763px) { #fmnOOLWn7asSJ0TseDP9NnT0U5uhfC09 { width:155px;height:126px;top:1373.9896240234px;left:82.500004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #sugwLHeNoD6lPqG8pdRT4Ga8Ss6U5eq9 { width:320px;height:198.83495145631px;top:1375.0000610352px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zTbuRrSmL3Qh8GmyZHwGsT9uJMoMrTSr { top:1502.8125610352px;left:24.000000953674px;width:272px;height:53px;z-index:15016;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #skdtu7IvzzT2TctaCTaRSgTC7430Q25k { display:block; }
 }@media only screen and (max-width: 763px) { #VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi { background-color:#212e48;background-image:url("https://images.assets-landingi.com/uc/b4a0d42b-788c-44a2-b19e-bb5354265eb6/Prancheta4.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi.adaptive-delivery-prevent-bg, #VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi.lazyload, #VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi.lazyloading { background-image: none; }#VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi > .row .container { background-color: transparent; background-image: none; }#VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi > .row .container > .video-iframe-container { display: none; }#VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi > .row > .video-iframe-container { display: none; }#VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi > .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); }#VJdGSt5ZEK4CTVFHrMEFlogrzBquuVMi > .row .container { width:320px;height:30px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Va27CFt4WeeuzyEs8qKC5H3Tu8MsrczM { width:320px;height:24px;top:0.00018310546875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SrZkOJKWT10oIrztVFhK48qLiXiJUFri { background-color:#212e48;background-image:url("https://images.assets-landingi.com/uc/f85ecbf4-706a-4e1e-b57d-b507427f2dfc/Prancheta5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#SrZkOJKWT10oIrztVFhK48qLiXiJUFri.adaptive-delivery-prevent-bg, #SrZkOJKWT10oIrztVFhK48qLiXiJUFri.lazyload, #SrZkOJKWT10oIrztVFhK48qLiXiJUFri.lazyloading { background-image: none; }#SrZkOJKWT10oIrztVFhK48qLiXiJUFri > .row .container { background-color: transparent; background-image: none; }#SrZkOJKWT10oIrztVFhK48qLiXiJUFri::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZkOJKWT10oIrztVFhK48qLiXiJUFri > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZkOJKWT10oIrztVFhK48qLiXiJUFri > .row .container > .video-iframe-container { display: none; }#SrZkOJKWT10oIrztVFhK48qLiXiJUFri > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZkOJKWT10oIrztVFhK48qLiXiJUFri > .row > .video-iframe-container { display: none; }#SrZkOJKWT10oIrztVFhK48qLiXiJUFri > .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); }#SrZkOJKWT10oIrztVFhK48qLiXiJUFri > .row .container { width:320px;height:139px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GySuRxVhtDfPDth59q4wfCocgODUEJ5A { width:320px;height:116px;top:23px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #r4KB1pz98cxy02fmBhUNNqTTSAvGKrOi { width:106px;height:37px;top:25px;left:107.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #alAJcoG3h20rr0ewSKiFNhC1IC8CGzxA { width:243px;height:41.5834px;top:78px;left:38.500000953674px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E3luNr4AlFKcUplGJf715MNeRZmN4oiH { width:40px;height:40px;top:84px;left:256px;display:block; }
 }@media only screen and (max-width: 763px) { #BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f85ecbf4-706a-4e1e-b57d-b507427f2dfc/Prancheta5.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5.adaptive-delivery-prevent-bg, #BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5.lazyload, #BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5.lazyloading { background-image: none; }#BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5 > .row .container { background-color: transparent; background-image: none; }#BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5 > .row .container > .video-iframe-container { display: none; }#BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5 > .row > .video-iframe-container { display: none; }#BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5 > .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); }#BdJzUM4c7zMJPtAJNW4BkhGO4bEaf0t5 > .row .container { width:320px;height:4010px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4ugTsTLNXuFJ3w9obTL2PQ8bTHDuNS6 { width:310px;height:275px;top:35px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #ov69oJnkzZeOqaVv5q5MVWZSh2pQtHt8 { width:320px;height:4009px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #h21vhva1u3NDOl4hlyCrk4fD0SmZToB6 { width:135px;height:20.7917px;top:52px;left:118px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #naMSSJJ21teWOGESDA7QVrKT4GT72mLP { width:172px;height:62.375px;top:72px;left:118px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d3fEFD5xhNLmzeUefgzMcqLRFRGgutBJ { width:296px;height:166px;top:165px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #pDanLPtdoqRpZArv4PxZcdGiUE4fUTsl { width:117px;height:166px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #T8LS4E6Xa7zET1WppzwlirTkV6oTK94I { width:310px;height:261px;top:366px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #rk0naNTkcZENWKbA12fgr9V4ckakw9pn { width:296px;height:166px;top:496px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ezDp8bDygdpKm5TTULtRPN7xG2Oz6hSc { width:173px;height:83.1667px;top:397px;left:30px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Tvhz9zcr3umHNga8T3yUJShvJiA0xFOH { width:128px;height:20.7917px;top:376px;left:30px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VMDfRS0dwnWArixXLVl49LXwtBd7SCXz { width:117px;height:166px;top:331px;left:203px;display:block; }
 }@media only screen and (max-width: 763px) { #QEvLchLShB6G7TdmBPGhPlS7ylC3KAht { width:117px;height:166px;top:662px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zb0CLPnP2GVnGEFU1UVhVsOIcpNpbG2e { width:310px;height:261px;top:695px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #DKx7ZMgV03E9Hds28BirdO038LXwDBIk { width:122px;height:20.7917px;top:712px;left:118px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tpAWaMgNdDBTneetdqIuDgmnseGMLFAy { width:192px;height:62.375px;top:734px;left:118px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EgsQTxSO1UdoGhWM6fi82vqFn0PcaAvg { width:296px;height:166px;top:828px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #DxxMW6PGLbm0sUlMCR4V8XNOCWApMieF { width:102px;height:132px;top:1012px;left:206.6666765213px;display:block; }
 }@media only screen and (max-width: 763px) { #doDCVUitfrVqgiegUxI6PU97dAoZTfwH { width:310px;height:261px;top:1030px;left:5.0000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #hKe013rXTt4o7Dy2fBsxTOOPpFiO3Hz5 { width:296px;height:166px;top:1159px;left:12.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #u9ZfRKUF0wiXCpvXviMtqMbZAiOIA2Ow { width:115px;height:20.7917px;top:1052px;left:30.000000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sN7Tiiq7eQB9pEB1szmscHoEOvtA6V1i { width:172px;height:20.7917px;top:1079px;left:30.500000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VuNCIWkAapQcc6D7o9UL0iTRzcGZTMIH { width:102px;height:132px;top:1366px;left:10.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #kJT2ZTz60PI3XldlyOThbkTWxI7Bmlx8 { width:310px;height:261px;top:1391.2292480469px;left:9.9895830154419px;display:block; }
 }@media only screen and (max-width: 763px) { #KKQJnLiNKnpcFiMZT3kre45BMU2rVmAu { width:146px;height:20.7917px;top:1405.875px;left:118.00000476837px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #R4D1xPTHWxlsrtkPk5vhm1lvzaF6UKCs { width:194px;height:62.375px;top:1426.6666870117px;left:118.00000476837px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OsoWRO47Jq1fGLNpxTJJZfPdGTN8MBln { width:296px;height:166px;top:1509.0000610352px;left:12.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #L69l7MlJwk3dp1gmipGkNZZ4OQQCTADE { width:310px;height:261px;top:1759.2396240234px;left:5.0000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #dckTHzSFcexGTGA1WPOLia7MwmECb7uf { width:102px;height:132px;top:1737px;left:206.6666765213px;display:block; }
 }@media only screen and (max-width: 763px) { #eyHJQ2NRn6MyXAAzcheSD2Ba4QPvUJlM { width:150px;height:20.7917px;top:1778px;left:30.000000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oQxgQXLQKhLqMkw2W8vnpGu8VpoqmU8I { width:194px;height:41.5833px;top:1798.7916870117px;left:30.000000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dUuOU6SslVLcalyAmbPPnUIuAUMKSCmX { width:296px;height:166px;top:1883px;left:12.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #IU9o9BS2Q1Z1v0vPTqq2o5ReoRgRP5nZ { width:310px;height:261px;top:2099px;left:5.0000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #CmrdV0FkCLsHif7LXvFtAtzGnxgTacmP { width:90px;height:129px;top:2073.2395935059px;left:12.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #wvJK7SvH2BOJ2nNuLpSTJM9a7yA7Xfll { width:187px;height:20.7917px;top:2114px;left:118.00000476837px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ONnISMUgAobkyoqVPIcJo9sTc9ObbLVE { width:146px;height:41.5833px;top:2143px;left:118.00000476837px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oNbu2MZs8FylZSH1SZ6T7dSopA3qGzTI { width:296px;height:166px;top:2218px;left:12.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #oM7NvoxqzXi85aoFG16d9bFNbaKGotO3 { width:115px;height:151px;top:2390.2292175293px;left:200.6666765213px;display:block; }
 }@media only screen and (max-width: 763px) { #EkomllAua0Evnp4hyG2A2nfe5Oz0hq7b { width:310px;height:261px;top:2433.0000610352px;left:5.0000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #sKUnZFyS7TBBgeggDPnhu8x943g8tQTc { width:172px;height:20.7917px;top:2455.3229980469px;left:30.000000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FHeQ68BAKTBN5JiBuioT9UAx6UGgDOgG { width:170px;height:41.5833px;top:2476.1042480469px;left:30.000000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mWIHQ58q68PG86P8DwTHy7LwUemeieIb { width:296px;height:166px;top:2550.0000610352px;left:12.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #Nd0SOzQ0gOOyMBBgTvyPg0UEGMLnHNPl { width:310px;height:261px;top:2756.5419921875px;left:5.0000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #bs8e0cyKpCEqaJwC4WnQsp2826Rb88tJ { width:121px;height:164px;top:2722px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tSFp3d3qv2OMmXdFaBqRRek9zQrlMJ1M { width:184px;height:62.375px;top:2792.6669921875px;left:118.00000476837px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #H6XTTfzym3w4AtMF6crkHwHaJAcqOZzE { width:284px;height:46.7812px;top:2876.1044921875px;left:18.000000953674px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gP7WxtVRqe7Hs0VISTt6CcVEOaMgR3sU { width:250px;height:50px;top:2945.0107421875px;left:35.000000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PmUbe3qhOwsipVGcGTVLW3SohtLkUmkc { display:block; }
 }@media only screen and (max-width: 763px) { #kOQiH3KmKJNHD3BOTfikqcTQcdgpyFIT { width:173px;height:20.7917px;top:2771.875px;left:118.00000476837px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nV3Vhb1E7dpxqPEvtDIniZ4TRkUCAI2H { width:95px;height:135px;top:3039.5314178467px;left:213.6666765213px;display:block; }
 }@media only screen and (max-width: 763px) { #PvveZo65UeoCHii2hPfBWovxyVhbiPnl { width:310px;height:261px;top:3064.0001831055px;left:5.0000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #zZm78z61OhhVrBq1AIEBoLVohrd7etI4 { width:200px;height:20.7917px;top:3079.0001831055px;left:30.000000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bmc7rJVnWQgdpmAL81gS2RnV0vCfqfo1 { width:195px;height:41.5833px;top:3109.4897460938px;left:30.000000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T1QtOk00UHvCdEUli46EfqgTKiAn5b4q { width:296px;height:166px;top:3174.5209960938px;left:12.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #PqNkD4qSRgH30KTGqguUGNiXtQSmbRDq { width:310px;height:261px;top:3386.9897460938px;left:5.0000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #sigg2DD5Or1fCGTluTJFViVI5QXskWIN { width:140px;height:20.7917px;top:3435.0001831055px;left:118.00000476837px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Vf7AStCyogR7WZhFNN2QiW0p4UVeOlBB { width:163px;height:20.7917px;top:3403.0001831055px;left:118.00000476837px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #a0HsI2m5yT6G02pPEnBfM2N3zige4SBh { width:296px;height:166px;top:3498.9793701172px;left:12.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #SvllmUt6vc6yVXW4WkBTTUopaPCKz4c8 { width:95px;height:135px;top:3363.9897460938px;left:5.0000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #tE8wCmeAsRUnkVBz5k2BEchI4Ds2V23a { width:110px;height:145px;top:3679.6356201172px;left:209.98958301544px;display:block; }
 }@media only screen and (max-width: 763px) { #mfAANm1KO6S6rOeV9GOVCJcStvuvTA1r { width:310px;height:261px;top:3717.8856201172px;left:5.0000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #oTUTh91ThVrOb0dgtpVw3OHEt8qt8TqQ { width:168px;height:41.5833px;top:3758.5106201172px;left:30.000000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XZtBdmTlyEBMSACPHqPexQOTdeJ57Q5i { width:284px;height:46.7812px;top:3824.6251831055px;left:18.000000953674px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBHP194t4K4xcg26EKC6aB9ZyP5DN1vr { width:200px;height:20.7917px;top:3737.7293701172px;left:30.000000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gzDdfcaP8I1A6OcUkyD56rebElqCqGnx { width:250px;height:50px;top:3897.0001831055px;left:35.000000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Tmg33B4pOcRLzx6T1RMxaqV8K0b1fU2P { display:block; }
 }@media only screen and (max-width: 763px) { #kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN { background-color:#212e48;background-image:url("https://images.assets-landingi.com/uc/f85ecbf4-706a-4e1e-b57d-b507427f2dfc/Prancheta5.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN.adaptive-delivery-prevent-bg, #kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN.lazyload, #kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN.lazyloading { background-image: none; }#kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN > .row .container { background-color: transparent; background-image: none; }#kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN > .row .container > .video-iframe-container { display: none; }#kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN > .row > .video-iframe-container { display: none; }#kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN > .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); }#kpJvO82ytBxQOzqHx2TW3uFJNnqIlhFN > .row .container { width:320px;height:30px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BcvaHhqPP7OenQXvmIWnRvs3KLrdvEDZ { width:320px;height:24px;top:0.00018310546875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #G60dtWVz0DLdlKIeELWGsDXoxJ7URVCG { display:block; }#G60dtWVz0DLdlKIeELWGsDXoxJ7URVCG > .row .container { width:320px;height:405px;position:relative;display:block; } }