.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#012538;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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ea004218-0169-4026-af5a-d54e0dee9220/Seco01.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.adaptive-delivery-prevent-bg, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyload, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyloading { background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.47); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.47); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { border-width: 0; border-radius: 0; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:13rem;left:1.25rem;height:3.900925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SiV1tlrcBNei4ToOdo4pkrXx1GtKDIiI { color:#ffffff;display:block;width:38rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:17.9375rem;left:1.25rem;height:5.8513875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rg8FafmEKVMrvKxck9RGE6sOktFRnVJF { z-index:15003;top:37.375rem;left:4.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #00ff1b, #0e3300);background-image: -moz-linear-gradient(140deg, #00ff1b, #0e3300);background-image: -ms-linear-gradient(140deg, #00ff1b, #0e3300);background-image: -o-linear-gradient(140deg, #00ff1b, #0e3300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff1b', endColorstr='#0e3300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff1b', endColorstr='#0e3300' );";background-image: linear-gradient(140deg, #00ff1b, #0e3300);background-size:auto !important;border-top:0.1875rem solid #0cfa30;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:2;overflow:hidden;position:absolute;width:27.1875rem;height:4.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#puNX5G2PKToc8gTFMlDWz3DwyfG3znUo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RWLpw4DAH0v8UiOQfDCrLERfgaJJlt1I { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:0rem;left:8.125rem;display:block; }
#SBcosI0AmH3Bg5r766Tx8M3ZlveqKiq5 { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.875rem;width:34.5rem;top:0.1875rem;left:40.518465042114rem;overflow:hidden;display:block; }
#LeuGd4QEGEyFl0TFC6abb2HsOEuLn07v { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53.3125rem;width:31.9375rem;top:0rem;left:48.3955078125rem;overflow:hidden;display:block; }
#BGUboipuy3J977v5I7xRwcN0zihTdmum { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.4373125rem;width:33.3123125rem;top:9.21875rem;left:35.3095703125rem;overflow:hidden;display:block; }
#Uadv6GJJ0ITTZwvSdyMoy3T46CT4B5PK { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8123125rem;width:24.749625rem;top:9.65589427948rem;left:40.373224258423rem;overflow:hidden;display:block; }
#HIRrWccyulevKazBwTDhpAVrwQXl39IH { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:12.125rem;top:34.885301125rem;left:44.096930278111rem;overflow:hidden;display:block; }
#U9ZmvgKVslhwgHiOq24uXRc8cdyOTpgG { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:13.4375rem;top:30.8125rem;left:61.5625rem;overflow:hidden;display:block; }
#DogD8zb9zZO13mfhlTmMnaHyik4Tr2sq { position:absolute;display:block;z-index:14991;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:13.875rem;top:0rem;left:54.425782203674rem;overflow:hidden;display:block; }
#am0hHbglNlmGAOOqJ0XAtZRVVNN9vTdu { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:13.875rem;top:0rem;left:48.539966184701rem;overflow:hidden;display:block; }
#UsGagwiGDZzr5FcWnPlV8nmm7k7tsdqe { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:8.5rem;top:0rem;left:56.9150390625rem;overflow:hidden;display:block; }
#clXuvsSuDOcUAVmzukZQmuBm3o9sk7dl { color:#0073bc;display:block;width:32.6875rem;position:absolute;font-family:lato;font-size:4.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.125rem;left:2.25rem;height:5.44389375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FW57hscyFesKuwFSuw8fEI8ds1nCQhI3 { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:2.875rem;left:2.4375rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WvSH88lxhQLNT77Eaq3AIutVX775qfCr { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:8.75rem;left:2.375rem;height:2.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uKqaO68Cqsgk5cTfQV0kAzrSod4DMU0K { color:#ffffff;display:block;width:49.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:23.3232421875rem;left:1.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#M9zH78gJ5abbbkdlU4sE14VyW3CDddRh { z-index:15004;top:2.625rem;left:1.3125rem;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem solid #5d92ff;border-right:0;border-bottom:0.125rem solid #5d92ff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:2;overflow:hidden;position:absolute;width:34.0625rem;height:8.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FAFAkgma1BD6FFp5nQyXfv6hM1eN8yv5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b7QTGQgW5cPF99r53xFJiET6QDKyinuV { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:3.125rem;left:16.6875rem;height:1.7875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qybIGndyaeE99icg6PCEcPuieuM4gqCp { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:8.375rem;top:40.1875rem;left:63.36061320755rem;overflow:hidden;display:block; }
#ohzXn44eW33dyPpwxr6eR602GE66kGQS { position:absolute;display:block;z-index:14990;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:12.0625rem;top:42.930751800537rem;left:60.790838241577rem;overflow:hidden;display:block; }
#QCS8ixrTlvGXWUuTyHxcCqXOVcSphVA8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:21.5625rem;top:42.9306640625rem;left:7.75rem;overflow:hidden;display:block; }
#qCk2GKtBO4gsDEGnrOkKeQHkX5eJfFSQ { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:2.875rem;left:2.4375rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#F953FpOKTxC1CAP56GUSbBtoNl9w0cAl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;display:none; }
#es3dKD6TTGLnqNudNmEoFD0tw2wsM9K7 { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:13rem;left:1.25rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#VtKdpH1RS9HCyvCsLJvZtc0W7MLyNbkc { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:13rem;left:1.25rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#cTGQpcDKSUN2b9FxnS39kO3Ac5kHoAvg { color:#ffffff;display:block;width:49.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:23.3232421875rem;left:1.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#PeGgAkISLMnDS6dHogaIbECTRfFpzdGW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;display:none; }
#ANsEFrIexbkiPOzi3309PbyKWdVVJBME { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #081546, #0024ce);background-image: -moz-linear-gradient(150deg, #081546, #0024ce);background-image: -ms-linear-gradient(150deg, #081546, #0024ce);background-image: -o-linear-gradient(150deg, #081546, #0024ce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#081546', endColorstr='#0024ce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#081546', endColorstr='#0024ce' );";background-image: linear-gradient(150deg, #081546, #0024ce);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ANsEFrIexbkiPOzi3309PbyKWdVVJBME > .row .container { background-color: transparent; background-image: none; }#ANsEFrIexbkiPOzi3309PbyKWdVVJBME::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANsEFrIexbkiPOzi3309PbyKWdVVJBME > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANsEFrIexbkiPOzi3309PbyKWdVVJBME > .row .container > .video-iframe-container { display: none; }#ANsEFrIexbkiPOzi3309PbyKWdVVJBME > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANsEFrIexbkiPOzi3309PbyKWdVVJBME > .row > .video-iframe-container { display: none; }#ANsEFrIexbkiPOzi3309PbyKWdVVJBME > .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); }#ANsEFrIexbkiPOzi3309PbyKWdVVJBME > .row .container { border-width: 0; border-radius: 0; }#ANsEFrIexbkiPOzi3309PbyKWdVVJBME > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ANsEFrIexbkiPOzi3309PbyKWdVVJBME > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:block; }#VbR5PgmsdIwEDNl6VwsWePqG1TFpGLXC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2833;background-image:url("https://images.assets-landingi.com/uc/3b35676a-981e-4253-a680-378393b6c5c5/Rodap.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbR5PgmsdIwEDNl6VwsWePqG1TFpGLXC.adaptive-delivery-prevent-bg, #VbR5PgmsdIwEDNl6VwsWePqG1TFpGLXC.lazyload, #VbR5PgmsdIwEDNl6VwsWePqG1TFpGLXC.lazyloading { background-image: none; }#VbR5PgmsdIwEDNl6VwsWePqG1TFpGLXC > .row .container { background-color: transparent; background-image: none; }#VbR5PgmsdIwEDNl6VwsWePqG1TFpGLXC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbR5PgmsdIwEDNl6VwsWePqG1TFpGLXC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbR5PgmsdIwEDNl6VwsWePqG1TFpGLXC > .row .container > .video-iframe-container { display: none; }#VbR5PgmsdIwEDNl6VwsWePqG1TFpGLXC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbR5PgmsdIwEDNl6VwsWePqG1TFpGLXC > .row > .video-iframe-container { display: none; }#VbR5PgmsdIwEDNl6VwsWePqG1TFpGLXC > .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); }#VbR5PgmsdIwEDNl6VwsWePqG1TFpGLXC > .row .container { border-width: 0; border-radius: 0; }#VbR5PgmsdIwEDNl6VwsWePqG1TFpGLXC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbR5PgmsdIwEDNl6VwsWePqG1TFpGLXC > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#u4ntbR4ADh9nZbrpnwlH5glwyFGpCVFT { color:#ffffff;display:block;width:26.125rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:1.525390625rem;left:29.75rem;height:2.8875rem;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; }
#euLUqiPVnAZ9D21NqDF4c8t2RQpcPzIX { color:#00ff1b;display:block;width:8.8125rem;position:absolute;font-family:lato;font-size:4.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:0.125rem;left:19.5625rem;height:5.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IhUObkhNdofsDsNQ8RlDFbNr8T4pNdng { color:#ffffff;display:block;width:68.125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:5.5rem;left:3.4375rem;height:4.54900625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Onwvimf0h3g8brPrEaaGpF2By0zAvu8K { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;display:none; }
#gF1uVIr5eEGOegG4rT4CZipkZrqRBSMu { color:#ffffff;display:block;width:68.125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:5.5rem;left:3.4375rem;height:4.548825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zuaNKnbJx9ghrSL8UbpK2kOgycRI6xGC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #0024ce, #081546);background-image: -moz-linear-gradient(150deg, #0024ce, #081546);background-image: -ms-linear-gradient(150deg, #0024ce, #081546);background-image: -o-linear-gradient(150deg, #0024ce, #081546);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0024ce', endColorstr='#081546' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0024ce', endColorstr='#081546' );";background-image: linear-gradient(150deg, #0024ce, #081546);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zuaNKnbJx9ghrSL8UbpK2kOgycRI6xGC > .row .container { background-color: transparent; background-image: none; }#zuaNKnbJx9ghrSL8UbpK2kOgycRI6xGC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuaNKnbJx9ghrSL8UbpK2kOgycRI6xGC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuaNKnbJx9ghrSL8UbpK2kOgycRI6xGC > .row .container > .video-iframe-container { display: none; }#zuaNKnbJx9ghrSL8UbpK2kOgycRI6xGC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuaNKnbJx9ghrSL8UbpK2kOgycRI6xGC > .row > .video-iframe-container { display: none; }#zuaNKnbJx9ghrSL8UbpK2kOgycRI6xGC > .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); }#zuaNKnbJx9ghrSL8UbpK2kOgycRI6xGC > .row .container { border-width: 0; border-radius: 0; }#zuaNKnbJx9ghrSL8UbpK2kOgycRI6xGC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zuaNKnbJx9ghrSL8UbpK2kOgycRI6xGC > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:block; }#TszHWHHwVixx81OgTXmWgR5H7kHuf8oM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7feb19b7-a5c5-4fb6-b496-d5a21310b4da/Olhandopronada2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TszHWHHwVixx81OgTXmWgR5H7kHuf8oM.adaptive-delivery-prevent-bg, #TszHWHHwVixx81OgTXmWgR5H7kHuf8oM.lazyload, #TszHWHHwVixx81OgTXmWgR5H7kHuf8oM.lazyloading { background-image: none; }#TszHWHHwVixx81OgTXmWgR5H7kHuf8oM > .row .container { background-color: transparent; background-image: none; }#TszHWHHwVixx81OgTXmWgR5H7kHuf8oM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TszHWHHwVixx81OgTXmWgR5H7kHuf8oM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TszHWHHwVixx81OgTXmWgR5H7kHuf8oM > .row .container > .video-iframe-container { display: none; }#TszHWHHwVixx81OgTXmWgR5H7kHuf8oM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TszHWHHwVixx81OgTXmWgR5H7kHuf8oM > .row > .video-iframe-container { display: none; }#TszHWHHwVixx81OgTXmWgR5H7kHuf8oM > .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); }#TszHWHHwVixx81OgTXmWgR5H7kHuf8oM > .row .container { border-width: 0; border-radius: 0; }#TszHWHHwVixx81OgTXmWgR5H7kHuf8oM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TszHWHHwVixx81OgTXmWgR5H7kHuf8oM > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#u6nTG07X7xNTbwC8Mtzy3RuCPdn6tmkq { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:13.2890625rem;left:15.09375rem;height:7.801875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ti9NlaTX3KphcOnyVuF13z2GykS5sn1u { z-index:15000;top:24.125rem;left:29.15625rem;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -moz-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -ms-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -o-linear-gradient(150deg, #00ff1b, #0e3300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff1b', endColorstr='#0e3300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff1b', endColorstr='#0e3300' );";background-image: linear-gradient(150deg, #00ff1b, #0e3300);background-size:auto !important;border-top:0.1875rem solid #0cfa30;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:2;overflow:hidden;position:absolute;width:22.8125rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HtX2FU7gZRsnp7p5cTaVcVhXgh7dTFRs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A08Wf6Ulod6CxTbURCLJQEdO7x6IEZZr { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.5rem;left:22.625rem;height:6.4985625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTVDe42COXvR5Q9mfvyo2IezLQWHWIAl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:20.3125rem;top:22.9375rem;left:50.125rem;overflow:hidden;display:block; }
#epMnMhhSo1XS3vAs04yf89tFLhnxHQTA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:54.5625rem;display:none; }
#MSXV1eAgJ1Se5l9nFBPQRgC8ihFww1kZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:20.3125rem;top:22.9375rem;left:50.125rem;overflow:hidden;display:none; }
#O9Juwo56t5BuaKrZxBplDEzyaZh01n9b { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;display:none; }
#Fq64twaVaS8xifUazqaFk2my5LWKdWdD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #081546, #0024ce);background-image: -moz-linear-gradient(150deg, #081546, #0024ce);background-image: -ms-linear-gradient(150deg, #081546, #0024ce);background-image: -o-linear-gradient(150deg, #081546, #0024ce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#081546', endColorstr='#0024ce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#081546', endColorstr='#0024ce' );";background-image: linear-gradient(150deg, #081546, #0024ce);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fq64twaVaS8xifUazqaFk2my5LWKdWdD > .row .container { background-color: transparent; background-image: none; }#Fq64twaVaS8xifUazqaFk2my5LWKdWdD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq64twaVaS8xifUazqaFk2my5LWKdWdD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq64twaVaS8xifUazqaFk2my5LWKdWdD > .row .container > .video-iframe-container { display: none; }#Fq64twaVaS8xifUazqaFk2my5LWKdWdD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq64twaVaS8xifUazqaFk2my5LWKdWdD > .row > .video-iframe-container { display: none; }#Fq64twaVaS8xifUazqaFk2my5LWKdWdD > .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); }#Fq64twaVaS8xifUazqaFk2my5LWKdWdD > .row .container { border-width: 0; border-radius: 0; }#Fq64twaVaS8xifUazqaFk2my5LWKdWdD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fq64twaVaS8xifUazqaFk2my5LWKdWdD > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#Tz9mAFAFuNuGWKkWXztCDKIJsTpAGfHR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2833;background-image:url("https://images.assets-landingi.com/uc/4f165227-a440-452e-bf0d-9d2ba04fd28a/Fundo1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tz9mAFAFuNuGWKkWXztCDKIJsTpAGfHR.adaptive-delivery-prevent-bg, #Tz9mAFAFuNuGWKkWXztCDKIJsTpAGfHR.lazyload, #Tz9mAFAFuNuGWKkWXztCDKIJsTpAGfHR.lazyloading { background-image: none; }#Tz9mAFAFuNuGWKkWXztCDKIJsTpAGfHR > .row .container { background-color: transparent; background-image: none; }#Tz9mAFAFuNuGWKkWXztCDKIJsTpAGfHR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz9mAFAFuNuGWKkWXztCDKIJsTpAGfHR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz9mAFAFuNuGWKkWXztCDKIJsTpAGfHR > .row .container > .video-iframe-container { display: none; }#Tz9mAFAFuNuGWKkWXztCDKIJsTpAGfHR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tz9mAFAFuNuGWKkWXztCDKIJsTpAGfHR > .row > .video-iframe-container { display: none; }#Tz9mAFAFuNuGWKkWXztCDKIJsTpAGfHR > .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); }#Tz9mAFAFuNuGWKkWXztCDKIJsTpAGfHR > .row .container { border-width: 0; border-radius: 0; }#Tz9mAFAFuNuGWKkWXztCDKIJsTpAGfHR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tz9mAFAFuNuGWKkWXztCDKIJsTpAGfHR > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#dPegSnxvySB8oNcMC9p4QyFy0h8boylt { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:23rem;left:5.96875rem;height:1.9504625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DMBBveIxGzvOApg372us4TzxOvQtwX3K { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:25.061789512634rem;left:26.437320709229rem;height:2.9243625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pOwLGQtGCwpsidQrZ2PfoXzXUG59ikHX { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:23rem;left:31.03125rem;height:1.9504625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZvSWwosvmmlKi4yKAa394bN5qt9e6SM0 { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:23rem;left:57.96875rem;height:1.9504625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ek84g5TuPh3T0OxMMUcQU9vXf9rnRlAP { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:25.061789512634rem;left:51.374286651611rem;height:4.38654375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nSMBOra5oBzz7TnSZGPXtZX0NoAzzyLF { color:#ffffff;display:block;width:52.625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.625rem;left:11.1875rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mpmqAgnL2425RA8nDq5EBUAhX8aUTFUP { z-index:15001;top:49.234375rem;left:25.78125rem;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -moz-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -ms-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -o-linear-gradient(150deg, #00ff1b, #0e3300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff1b', endColorstr='#0e3300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff1b', endColorstr='#0e3300' );";background-image: linear-gradient(150deg, #00ff1b, #0e3300);background-size:auto !important;border-top:0.1875rem solid #0cfa30;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:2;overflow:hidden;position:absolute;width:23.4375rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tN8oX5LHsa6Im42ipq11dXex04IuCelR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dvmWxLh5m15mUAiEcnTRPiaTMN5P5EQi { color:#ffffff;display:block;width:44.875rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:4.6875rem;left:15.25rem;height:3.0875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pFI2zmXDv7hAes6vpySJWniQuL9lTPvR { color:#ffffff;display:block;width:48.1875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:41.375rem;left:13.59375rem;height:7.801875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GELmc7unBiafqaSoNkIr5K2mDvNeq1zA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5rem;width:24.5rem;top:9.40625rem;left:0rem;overflow:hidden;display:block; }
#R7IKx2QxxZW6czrKownTNwIQvnOwIR73 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5rem;width:24.5rem;top:9.40625rem;left:25.25rem;overflow:hidden;display:block; }
#LPfRdnTzX6VSeHKGenNnTr45vTNFyCnR { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5rem;width:24.5625rem;top:9.40625rem;left:50.4375rem;overflow:hidden;display:block; }
#HUAu5sFI1gWCkzX5SoUNJ5OcFgHpiCNF { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:25.061789512634rem;left:1.155891418457rem;height:7.310875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#udDI4vmhDtsLNx7l0osWih5iP2ePAqmE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;display:none; }
#NuutdU1nur0SrKvPZuvCTUH6Jx1ftTQ2 { color:#ffffff;display:block;width:21.937125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:31.623400688171rem;left:1.2162628173828rem;height:5.84871875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X4NaxTiCWfyf8CUgyVf1tS6htJWvQaWt { color:#ffffff;display:block;width:22.3748125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:34.852450370789rem;left:26.436435699463rem;height:2.9243625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JbFcEtEIsoUtNs7uTAuhNIt928kI2vzS { color:#ffffff;display:block;width:22.3739375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:27.021660804749rem;left:26.436435699463rem;height:8.7730625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wUiWfn4UvTetleVQbG34SgQlDTSCAXm9 { color:#ffffff;display:block;width:22.6243125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:31.871093034744rem;left:51.373401641846rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BuDqCmEqKIPTbK154SkMXXk13IXQ6qJV { color:#ffffff;display:block;width:22.6243125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:29.944957017899rem;left:51.373401641846rem;height:2.9243625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ATKps0wFpQwPzhSbO9yMTs2ACzRxr5Us { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #0024ce, #a2d4ff);background-image: -moz-linear-gradient(150deg, #0024ce, #a2d4ff);background-image: -ms-linear-gradient(150deg, #0024ce, #a2d4ff);background-image: -o-linear-gradient(150deg, #0024ce, #a2d4ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0024ce', endColorstr='#a2d4ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0024ce', endColorstr='#a2d4ff' );";background-image: linear-gradient(150deg, #0024ce, #a2d4ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ATKps0wFpQwPzhSbO9yMTs2ACzRxr5Us > .row .container { background-color: transparent; background-image: none; }#ATKps0wFpQwPzhSbO9yMTs2ACzRxr5Us::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATKps0wFpQwPzhSbO9yMTs2ACzRxr5Us > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATKps0wFpQwPzhSbO9yMTs2ACzRxr5Us > .row .container > .video-iframe-container { display: none; }#ATKps0wFpQwPzhSbO9yMTs2ACzRxr5Us > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATKps0wFpQwPzhSbO9yMTs2ACzRxr5Us > .row > .video-iframe-container { display: none; }#ATKps0wFpQwPzhSbO9yMTs2ACzRxr5Us > .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); }#ATKps0wFpQwPzhSbO9yMTs2ACzRxr5Us > .row .container { border-width: 0; border-radius: 0; }#ATKps0wFpQwPzhSbO9yMTs2ACzRxr5Us > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ATKps0wFpQwPzhSbO9yMTs2ACzRxr5Us > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#vo82rFoseUxcuwKcZ75alxITTAm4dOFe { 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/f6bdbdbd-02aa-430c-b5e9-da904b459002/SALA.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vo82rFoseUxcuwKcZ75alxITTAm4dOFe.adaptive-delivery-prevent-bg, #vo82rFoseUxcuwKcZ75alxITTAm4dOFe.lazyload, #vo82rFoseUxcuwKcZ75alxITTAm4dOFe.lazyloading { background-image: none; }#vo82rFoseUxcuwKcZ75alxITTAm4dOFe > .row .container { background-color: transparent; background-image: none; }#vo82rFoseUxcuwKcZ75alxITTAm4dOFe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo82rFoseUxcuwKcZ75alxITTAm4dOFe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo82rFoseUxcuwKcZ75alxITTAm4dOFe > .row .container > .video-iframe-container { display: none; }#vo82rFoseUxcuwKcZ75alxITTAm4dOFe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo82rFoseUxcuwKcZ75alxITTAm4dOFe > .row > .video-iframe-container { display: none; }#vo82rFoseUxcuwKcZ75alxITTAm4dOFe > .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); }#vo82rFoseUxcuwKcZ75alxITTAm4dOFe > .row .container { border-width: 0; border-radius: 0; }#vo82rFoseUxcuwKcZ75alxITTAm4dOFe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vo82rFoseUxcuwKcZ75alxITTAm4dOFe > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#phUv5lVIDgBsxPErzXGy9nSTM56ks8e4 { color:#ffffff;display:block;width:50.375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:4.4375rem;left:12.3125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#py2eElfArEffHRxF2nJs4gV2iDF9CrJI { color:#00ff1b;display:block;width:41.6875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.3125rem;left:16.65625rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MAWbKWlNEd02d1T9Wu1uPD3WdnHU61px { z-index:15002;top:42.984375rem;left:24.46875rem;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -moz-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -ms-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -o-linear-gradient(150deg, #00ff1b, #0e3300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff1b', endColorstr='#0e3300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff1b', endColorstr='#0e3300' );";background-image: linear-gradient(150deg, #00ff1b, #0e3300);background-size:auto !important;border-top:0.1875rem solid #0cfa30;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:2;overflow:hidden;position:absolute;width:26.0625rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#id9039DvVVIWkUK34qq3oC3f7UwXZOPE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TIR7D6EfiX3J9kau4JpuWWVrEoz8g1ER { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:19.8369140625rem;left:20.75rem;height:12.597625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#QJsfSvO9qfWAhXEoelowSnhrHlfrlr6U { color:#ffffff;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.0625rem;left:13.875rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SFqPEQ7GtE4oIOfSI4iqALDNrNDu4KUT { color:#00ff1b;display:block;width:24.9375rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.0625rem;left:25.03125rem;height:2.2744125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#oy6BSqL8Ar6DiU8QOWr5XPGq6WmSMDK3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:37.4375rem;top:15.9296875rem;left:18.78125rem;overflow:hidden;display:none; }
#Hy10wZyM6nZtscHPrRKJkR56rLptBzLv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:37.4375rem;top:15.9296875rem;left:18.78125rem;overflow:hidden;display:none; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq .accordion-element-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;flex-direction:column;align-items:center;background-color:rgba(57,58,58,0.6);background-image:none;vertical-align:top;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq .accordion-heading-text { display:block;position:relative;width:100%;font-family:lato;font-weight:700;font-size:1.25rem;color:#34ae05; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:lato;color:#ffffff; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_873677da4e591da5a43ecd9a8dc5e3d401541d4b.svg");background-size:contain !important; }#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq .accordion-trigger.adaptive-delivery-prevent-bg, #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq .accordion-trigger.lazyload, #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq .accordion-trigger.lazyloading { background-image: none; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq { box-sizing:content-box;height:auto;width:26.875rem;position:absolute;display:flex;flex-direction:column;gap:0.5rem;z-index:15020;background-color:rgba(0,37,58,0.5);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:13.8359375rem;left:22.75rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0;border-bottom:0.125rem solid #5d92ff;box-shadow: 0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #zCxOZad1pxcRQWN9Nl5dZ7amrJCxsRl5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #rlINqw7uXRHTfuTTGqBNCe6mWgedCamd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #d33CXRLTTdvHPPcqcPZSKVhEZ7UlvAG4 { display:block;position:relative; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #tJ7VTvw5gEurarpDFS56ArhdhBRGNqCf {  }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #msTwMk81pfeNf5a9J3hzuOs80w7QsqMs {  }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #IvsZISGx8iuIAVdG1Tdh1hTdIqrKITav { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #B5xleShSuHx9GDmEsQheAqFH24Nvs3be { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #vFUG9UctkywKM1wBWRM8i9I6qQlJm5JG { display:block;position:relative; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #VTQ7iUv4cdP4ABB5Qg98yOfnDm6hMz2r {  }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #t0DhglKVTPV2wuqrpTUtZPsVbi6GTGNc { display:none; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #eztK6580GpQNiLUvZLPfZwVOnALH2rTQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #n2L3cb1STb3eh3IveTV6Nb2zDVtUFaD5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #bL3TN6vnTTUuMn6TTFGEohBOeowNqUyO { display:block;position:relative; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #SVNNfl334d9kB4Tx3XMFVKcgGuQMJGar {  }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #Mf3dB8MVLWiURhNtrucira2vnrRUh4EP { display:none; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #kdp3G4m7gWKKEERyvvdq0OKcAE4Vp9xu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #AQenU5tc8tvsnsVt6gXZo5Zv25yS3Z9y { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #kfcttohHSbzMxWQ0kLSDC59iC2c8IOtB { display:block;position:relative; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #zbu95k8Ri1HVPER6PMTwZLvIB1FwQf7m {  }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #sZtbKsVJIRMTqSrKfvXfnZUpTWViQ1gC { display:none; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #dvcbeThBlQymrx2J5uKHwePstDEorxHC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #bG2onAt4zK3bkfpdsnhkvrbDXvMLorXM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #HOqCKyEuG9QChhMpORg01pACR74DCSvh { display:block;position:relative; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #KPfwzn0xhz7hq5kvCT32Fm8Z79q9ZrIT {  }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #ccm85l1gIHksuw92W7PasBcAs1UDBfU4 { display:none; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #C9damDqXQIFKpCR05Gf8pR5HcXo4UsuN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #booIGASJiefB0bnMznr0oXBF9U5k4xnm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #rBB24ZFaed35tqJnaBmTGHWmKo4gTKcX { display:block;position:relative; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #G59Okm9Fb5F10r3cpCtPrH5ThNPsXlxa {  }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #C5JB6Ulu9IgQcSVmn9iQgfo4k62kzoDs { display:none; }
#NHCRsNNrszTt2bQH6bw8HGcmn1Okxn2e { color:#00ff1b;display:block;width:24.9375rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:11.5625rem;left:25.0625rem;height:2.2745rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EvHaxiNknfV0NQZJ0JiP1QSpINnVAolD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;display:none; }
#knSWGloRuAPJNgSdG3nZFfUXv0NdTdzn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #0024ce, #a2d4ff);background-image: -moz-linear-gradient(150deg, #0024ce, #a2d4ff);background-image: -ms-linear-gradient(150deg, #0024ce, #a2d4ff);background-image: -o-linear-gradient(150deg, #0024ce, #a2d4ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0024ce', endColorstr='#a2d4ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0024ce', endColorstr='#a2d4ff' );";background-image: linear-gradient(150deg, #0024ce, #a2d4ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#knSWGloRuAPJNgSdG3nZFfUXv0NdTdzn > .row .container { background-color: transparent; background-image: none; }#knSWGloRuAPJNgSdG3nZFfUXv0NdTdzn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knSWGloRuAPJNgSdG3nZFfUXv0NdTdzn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knSWGloRuAPJNgSdG3nZFfUXv0NdTdzn > .row .container > .video-iframe-container { display: none; }#knSWGloRuAPJNgSdG3nZFfUXv0NdTdzn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knSWGloRuAPJNgSdG3nZFfUXv0NdTdzn > .row > .video-iframe-container { display: none; }#knSWGloRuAPJNgSdG3nZFfUXv0NdTdzn > .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); }#knSWGloRuAPJNgSdG3nZFfUXv0NdTdzn > .row .container { border-width: 0; border-radius: 0; }#knSWGloRuAPJNgSdG3nZFfUXv0NdTdzn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#knSWGloRuAPJNgSdG3nZFfUXv0NdTdzn > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#eHSp7GzhKp7mvbLMvOBvtEDJf3nN8oip { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;display:none; }
#Zf65t7zxgzQEV6iqFbUMqFQFgBwsl23f { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;display:none; }
#HpmV04Ebc3rt3HTJif1pNIbmebUL8X4x { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;display:none; }
#cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#012538;background-image:url("https://images.assets-landingi.com/uc/fd32c6a0-1e41-4db9-a3ad-219783d45132/Formao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL.adaptive-delivery-prevent-bg, #cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL.lazyload, #cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL.lazyloading { background-image: none; }#cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL > .row .container { background-color: transparent; background-image: none; }#cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL > .row .container > .video-iframe-container { display: none; }#cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL > .row > .video-iframe-container { display: none; }#cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL > .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); }#cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL > .row .container { border-width: 0; border-radius: 0; }#cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#n1ZfGeD0B3rAx4vFEtmZsWo2RdrXT2B3 { color:#00ff1b;display:block;width:15.25rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.25rem;left:23.5625rem;height:2.4375rem;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; }
#gBIJoe55vIcCRagslQr6gUt0O6gLofwG { color:#ffffff;display:block;width:49.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:6.3125rem;left:23.5625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LcVcvlMlm9NXbzrAAVzVOmJS504OgPFw { color:#ffffff;display:block;width:35.125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:24.42578125rem;left:32.75rem;height:2.275rem;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; }
#mT6DwmATHoJZEPuL0pdJUcP48UTi4R2C { color:#00ff1b;display:block;width:8.8125rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:22.9375rem;left:23.5625rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QKBIsNKHlEG0R35UTH9ilMtWpbmWzxhS { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:31.125rem;left:23.5625rem;height:12.7468125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Hb6bogtPRt66Qwh3oDC8iTIz4nAMPcF5 { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:29.3125rem;left:23.5625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NJ3ahXTul1akFRvxweqvzbANTPMMKNXu { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:11.3125rem;left:23.5625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pUlEDr8tKRy2VpW1O4INpsLiA1i1pZ4A { color:#ffffff;display:block;width:51.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:14.3125rem;left:23.5625rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#h1a7tarUbW0bnpvpSGo60Bk4gDh9ESaG { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:3.1875rem;left:23.5625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#spdMNPSHUXFvUiSawFAz25N6a8DzsiAF { z-index:15002;top:42.25rem;left:36.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -moz-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -ms-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -o-linear-gradient(150deg, #00ff1b, #0e3300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff1b', endColorstr='#0e3300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff1b', endColorstr='#0e3300' );";background-image: linear-gradient(150deg, #00ff1b, #0e3300);background-size:auto !important;border-top:0.1875rem solid #0cfa30;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:2;overflow:hidden;position:absolute;width:23.4375rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i21LPexysmLvZ0IQ3HKTI3luMF7tNucV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HMFy0TW5qvb1Q698yl61CfopxE2fWaQJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:19.375rem;top:32.1875rem;left:53.125rem;overflow:hidden;display:block; }
#mXBAqn5OxJFcdB8O5n1Bx6J7gGixiVS1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;display:none; }
#ScR2nJcV21dQa3PtmclOTWLw1EAQ6Vlp { position:relative;display:none; }#ScR2nJcV21dQa3PtmclOTWLw1EAQ6Vlp { border-width: 0; border-radius: 0; }#ScR2nJcV21dQa3PtmclOTWLw1EAQ6Vlp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ScR2nJcV21dQa3PtmclOTWLw1EAQ6Vlp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nnOW0CrTCQRy3C1M7caHSfrxWll5xkIM { color:#00ff1b;display:block;width:15.25rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.25rem;left:23.5625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mOX1MCuqMkc8vlWKTleZgqorKs62wPTu { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:3.1875rem;left:23.5625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#OR5pLCIxHl8ekc2c0rG1oB6DTmHBS6sx { color:#ffffff;display:block;width:49.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:6.3125rem;left:23.5625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#B3Fp9aVzT6fGxsaMtrnIAzArI8QAKRwQ { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:11.3125rem;left:23.5625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#GkGCAHbS4FtGGwSzDFQtDALOTrvfIfGA { color:#ffffff;display:block;width:51.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:14.3125rem;left:23.5625rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#ZVS70HBpT7qNpCAnT0Al3rmOBLvwkO2f { color:#00ff1b;display:block;width:8.8125rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:22.9375rem;left:23.5625rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#OcpryDAAz1M8zDKgZMDkG1QmosbDGzWf { color:#ffffff;display:block;width:35.125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:24.42578125rem;left:32.75rem;height:2.2744125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#EPKnrBfoGwdVAvOheg9itJ53hGb7Sbau { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:31.125rem;left:23.5625rem;height:12.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#ONSFpbc70FaQ5VygH2mCwuQ4x6DzDgHk { z-index:15002;top:42.25rem;left:36.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -moz-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -ms-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -o-linear-gradient(150deg, #00ff1b, #0e3300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff1b', endColorstr='#0e3300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff1b', endColorstr='#0e3300' );";background-image: linear-gradient(150deg, #00ff1b, #0e3300);background-size:auto !important;border-top:0.1875rem solid #0cfa30;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:2;overflow:hidden;position:absolute;width:23.4375rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#du7149IsgI2HTBaGvePNDp2XULDyfHxN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rnlv8wfH1h4MgVTaD8lxo4KUHSWR3u9B { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:19.375rem;top:32.1875rem;left:53.125rem;overflow:hidden;display:none; }
#DCEz6mBRuRc48P45VkRWksliGQgMim1N { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;display:none; }
#sAbvEWJTtPPLgQhI76W4s0wE2xdTqQCy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #0024ce, #a2d4ff);background-image: -moz-linear-gradient(150deg, #0024ce, #a2d4ff);background-image: -ms-linear-gradient(150deg, #0024ce, #a2d4ff);background-image: -o-linear-gradient(150deg, #0024ce, #a2d4ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0024ce', endColorstr='#a2d4ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0024ce', endColorstr='#a2d4ff' );";background-image: linear-gradient(150deg, #0024ce, #a2d4ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sAbvEWJTtPPLgQhI76W4s0wE2xdTqQCy > .row .container { background-color: transparent; background-image: none; }#sAbvEWJTtPPLgQhI76W4s0wE2xdTqQCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAbvEWJTtPPLgQhI76W4s0wE2xdTqQCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAbvEWJTtPPLgQhI76W4s0wE2xdTqQCy > .row .container > .video-iframe-container { display: none; }#sAbvEWJTtPPLgQhI76W4s0wE2xdTqQCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAbvEWJTtPPLgQhI76W4s0wE2xdTqQCy > .row > .video-iframe-container { display: none; }#sAbvEWJTtPPLgQhI76W4s0wE2xdTqQCy > .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); }#sAbvEWJTtPPLgQhI76W4s0wE2xdTqQCy > .row .container { border-width: 0; border-radius: 0; }#sAbvEWJTtPPLgQhI76W4s0wE2xdTqQCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sAbvEWJTtPPLgQhI76W4s0wE2xdTqQCy > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#TfzOdT9JqXbpuzXsa3h7WClxzs4BTSdO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;display:none; }
#OkaA1xbQZ77h7H1Vvown9CT6Iibso6TW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;display:none; }
#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/58ef8c27-88ed-4470-8c9b-ac1f6e4fe399/casalcama.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4.adaptive-delivery-prevent-bg, #RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4.lazyload, #RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4.lazyloading { background-image: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { background-color: transparent; background-image: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container > .video-iframe-container { display: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row > .video-iframe-container { display: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .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); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { border-width: 0; border-radius: 0; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#wARq6aJ7fR3WvWkhEaGEAe2nXZ8Brnnc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;display:none; }
#woZ25tTHZ8v5zIkbEd3lghq1pq1q1UQZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;display:none; }
#pPcGFfXGBq1F5iRX9EhHZkvGmWNU3hdh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #0024ce, #a2d4ff);background-image: -moz-linear-gradient(150deg, #0024ce, #a2d4ff);background-image: -ms-linear-gradient(150deg, #0024ce, #a2d4ff);background-image: -o-linear-gradient(150deg, #0024ce, #a2d4ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0024ce', endColorstr='#a2d4ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0024ce', endColorstr='#a2d4ff' );";background-image: linear-gradient(150deg, #0024ce, #a2d4ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pPcGFfXGBq1F5iRX9EhHZkvGmWNU3hdh > .row .container { background-color: transparent; background-image: none; }#pPcGFfXGBq1F5iRX9EhHZkvGmWNU3hdh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPcGFfXGBq1F5iRX9EhHZkvGmWNU3hdh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPcGFfXGBq1F5iRX9EhHZkvGmWNU3hdh > .row .container > .video-iframe-container { display: none; }#pPcGFfXGBq1F5iRX9EhHZkvGmWNU3hdh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPcGFfXGBq1F5iRX9EhHZkvGmWNU3hdh > .row > .video-iframe-container { display: none; }#pPcGFfXGBq1F5iRX9EhHZkvGmWNU3hdh > .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); }#pPcGFfXGBq1F5iRX9EhHZkvGmWNU3hdh > .row .container { border-width: 0; border-radius: 0; }#pPcGFfXGBq1F5iRX9EhHZkvGmWNU3hdh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pPcGFfXGBq1F5iRX9EhHZkvGmWNU3hdh > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#x2EJz5PSc3rfC09RmXmKcCt2UAox01xI { 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/e39a0895-e9f8-43ae-91e3-df5c0e813bd8/PINA8.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x2EJz5PSc3rfC09RmXmKcCt2UAox01xI.adaptive-delivery-prevent-bg, #x2EJz5PSc3rfC09RmXmKcCt2UAox01xI.lazyload, #x2EJz5PSc3rfC09RmXmKcCt2UAox01xI.lazyloading { background-image: none; }#x2EJz5PSc3rfC09RmXmKcCt2UAox01xI > .row .container { background-color: transparent; background-image: none; }#x2EJz5PSc3rfC09RmXmKcCt2UAox01xI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2EJz5PSc3rfC09RmXmKcCt2UAox01xI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2EJz5PSc3rfC09RmXmKcCt2UAox01xI > .row .container > .video-iframe-container { display: none; }#x2EJz5PSc3rfC09RmXmKcCt2UAox01xI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2EJz5PSc3rfC09RmXmKcCt2UAox01xI > .row > .video-iframe-container { display: none; }#x2EJz5PSc3rfC09RmXmKcCt2UAox01xI > .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); }#x2EJz5PSc3rfC09RmXmKcCt2UAox01xI > .row .container { border-width: 0; border-radius: 0; }#x2EJz5PSc3rfC09RmXmKcCt2UAox01xI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x2EJz5PSc3rfC09RmXmKcCt2UAox01xI > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#EfXhL7M7k0PIkXmbTSLytEhuuxWXyeOP { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,66,100,0.5) ;height:35.75rem;width:64rem;top:0rem;left:5.5rem;display:block; }
#hRGNiyC690vgHVzATFHMLsCUf9DAwuTN { z-index:15003;top:37.9375rem;left:25.78125rem;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -moz-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -ms-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -o-linear-gradient(150deg, #00ff1b, #0e3300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff1b', endColorstr='#0e3300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff1b', endColorstr='#0e3300' );";background-image: linear-gradient(150deg, #00ff1b, #0e3300);background-size:auto !important;border-top:0.1875rem solid #0cfa30;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:2;overflow:hidden;position:absolute;width:23.4375rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#woI9W4gI3GLlDACQX1geccwHNO11IkPB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RxyQJfbi85OuhLsQFXAEeRC9oJTU6khU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#eqWI2P12AVUFTTCdCFdS2oAPf5esd37y { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:110.5625rem;width:61.9375rem;display:none; }
#HJK50Fu4FLTAi8tiDSSkhJnMuOhlLycE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/58ef8c27-88ed-4470-8c9b-ac1f6e4fe399/casalcama.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HJK50Fu4FLTAi8tiDSSkhJnMuOhlLycE.adaptive-delivery-prevent-bg, #HJK50Fu4FLTAi8tiDSSkhJnMuOhlLycE.lazyload, #HJK50Fu4FLTAi8tiDSSkhJnMuOhlLycE.lazyloading { background-image: none; }#HJK50Fu4FLTAi8tiDSSkhJnMuOhlLycE > .row .container { border-width: 0; border-radius: 0; }#HJK50Fu4FLTAi8tiDSSkhJnMuOhlLycE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HJK50Fu4FLTAi8tiDSSkhJnMuOhlLycE > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:none; }#bGLKEafCAFSpTtwMSBNspCCnKnqsiUtr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #0024ce, #a2d4ff);background-image: -moz-linear-gradient(150deg, #0024ce, #a2d4ff);background-image: -ms-linear-gradient(150deg, #0024ce, #a2d4ff);background-image: -o-linear-gradient(150deg, #0024ce, #a2d4ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0024ce', endColorstr='#a2d4ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0024ce', endColorstr='#a2d4ff' );";background-image: linear-gradient(150deg, #0024ce, #a2d4ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bGLKEafCAFSpTtwMSBNspCCnKnqsiUtr > .row .container { background-color: transparent; background-image: none; }#bGLKEafCAFSpTtwMSBNspCCnKnqsiUtr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGLKEafCAFSpTtwMSBNspCCnKnqsiUtr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGLKEafCAFSpTtwMSBNspCCnKnqsiUtr > .row .container > .video-iframe-container { display: none; }#bGLKEafCAFSpTtwMSBNspCCnKnqsiUtr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGLKEafCAFSpTtwMSBNspCCnKnqsiUtr > .row > .video-iframe-container { display: none; }#bGLKEafCAFSpTtwMSBNspCCnKnqsiUtr > .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); }#bGLKEafCAFSpTtwMSBNspCCnKnqsiUtr > .row .container { border-width: 0; border-radius: 0; }#bGLKEafCAFSpTtwMSBNspCCnKnqsiUtr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bGLKEafCAFSpTtwMSBNspCCnKnqsiUtr > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#JgAzluS2xg74DbnI6IwtuFWG05F0IW6x { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;display:none; }
#LpTo2p4IOi75d4mVdTKegTTub3LovC3g { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;display:none; }
#CSf6TgffgUtTQVTk4qS1PTCpPdwdwA0N { position:relative;display:none; }#CSf6TgffgUtTQVTk4qS1PTCpPdwdwA0N { border-width: 0; border-radius: 0; }#CSf6TgffgUtTQVTk4qS1PTCpPdwdwA0N > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CSf6TgffgUtTQVTk4qS1PTCpPdwdwA0N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VPfeoTHcTUF7LrNbNrBUMIlTv4rROa2n { color:#ffffff;display:block;width:45.375rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.8984375rem;left:14.8125rem;height:3.41264375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#oEycwwJQKqRwG10nEM5AVHfcvCcsWVnA { color:#00ff1b;display:block;width:47.4375rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.0625rem;left:13.78125rem;height:3.8999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kPvBIu61R2uw821Z7SEQGpbqTRCHTi83 { z-index:15003;top:15.1875rem;left:25.75rem;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -moz-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -ms-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -o-linear-gradient(150deg, #00ff1b, #0e3300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff1b', endColorstr='#0e3300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff1b', endColorstr='#0e3300' );";background-image: linear-gradient(150deg, #00ff1b, #0e3300);background-size:auto !important;border-top:0.1875rem solid #0cfa30;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:2;overflow:hidden;position:absolute;width:23.4375rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#nHTOCGdhJZoVpwBx8n7gK3egZP80sDTH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vJPKdpA9pOuyNdfsMz1s7e9Hu9JW63XB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;display:none; }
#BuOyJiwrTvPFBHNouZ04EVIVKqkCSiD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2833;background-image:url("https://images.assets-landingi.com/uc/4f165227-a440-452e-bf0d-9d2ba04fd28a/Fundo1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BuOyJiwrTvPFBHNouZ04EVIVKqkCSiD8.adaptive-delivery-prevent-bg, #BuOyJiwrTvPFBHNouZ04EVIVKqkCSiD8.lazyload, #BuOyJiwrTvPFBHNouZ04EVIVKqkCSiD8.lazyloading { background-image: none; }#BuOyJiwrTvPFBHNouZ04EVIVKqkCSiD8 > .row .container { background-color: transparent; background-image: none; }#BuOyJiwrTvPFBHNouZ04EVIVKqkCSiD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuOyJiwrTvPFBHNouZ04EVIVKqkCSiD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuOyJiwrTvPFBHNouZ04EVIVKqkCSiD8 > .row .container > .video-iframe-container { display: none; }#BuOyJiwrTvPFBHNouZ04EVIVKqkCSiD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuOyJiwrTvPFBHNouZ04EVIVKqkCSiD8 > .row > .video-iframe-container { display: none; }#BuOyJiwrTvPFBHNouZ04EVIVKqkCSiD8 > .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); }#BuOyJiwrTvPFBHNouZ04EVIVKqkCSiD8 > .row .container { border-width: 0; border-radius: 0; }#BuOyJiwrTvPFBHNouZ04EVIVKqkCSiD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BuOyJiwrTvPFBHNouZ04EVIVKqkCSiD8 > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#t34gN7b9MugVZlmucwXwTA0c9HlhHCPO { color:#ffffff;display:block;width:55.8125rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0.8125rem;left:9.59375rem;height:3.0875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WqWmKgNGzkslTrH2KWNqg5RrTXB1XhTM { color:#ffffff;display:block;width:68.375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:3.5859375rem;left:3.3125rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PrXRLhDBS290qSftpDTwBqtB53grOpa6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f2833;background-image:url("https://images.assets-landingi.com/uc/4f165227-a440-452e-bf0d-9d2ba04fd28a/Fundo1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PrXRLhDBS290qSftpDTwBqtB53grOpa6.adaptive-delivery-prevent-bg, #PrXRLhDBS290qSftpDTwBqtB53grOpa6.lazyload, #PrXRLhDBS290qSftpDTwBqtB53grOpa6.lazyloading { background-image: none; }#PrXRLhDBS290qSftpDTwBqtB53grOpa6 > .row .container { background-color: transparent; background-image: none; }#PrXRLhDBS290qSftpDTwBqtB53grOpa6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrXRLhDBS290qSftpDTwBqtB53grOpa6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrXRLhDBS290qSftpDTwBqtB53grOpa6 > .row .container > .video-iframe-container { display: none; }#PrXRLhDBS290qSftpDTwBqtB53grOpa6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrXRLhDBS290qSftpDTwBqtB53grOpa6 > .row > .video-iframe-container { display: none; }#PrXRLhDBS290qSftpDTwBqtB53grOpa6 > .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); }#PrXRLhDBS290qSftpDTwBqtB53grOpa6 > .row .container { border-width: 0; border-radius: 0; }#PrXRLhDBS290qSftpDTwBqtB53grOpa6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PrXRLhDBS290qSftpDTwBqtB53grOpa6 > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:block; }#BOMCHASa9T40WVNKFnQC69nbHGsX67Iu { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.5625rem;width:14.6875rem;top:0rem;left:30.09375rem;display:block; }
#PBQ3TsiUeipwr5p3BDfQ5128feVLrAWc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:110.5625rem;width:61.9375rem;display:none; }
#S4e8hWGpeiRe4NrL6HkTPCH2TzZ77ool { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:15rem;top:3.4375rem;left:15.0625rem;overflow:hidden;display:block; }
#uJk7Cty4ctebtx783UxGnoiT9tq1iy8h { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:10.3125rem;left:15.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KJQ4GCtxCP4q7c4SINAZSXaJ4qEKrsTA { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:15rem;top:3.4375rem;left:45.0625rem;overflow:hidden;display:block; }
#qQgPDxCpim4T2J4m9OtFPPd6ozhzRQTQ { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:10.3125rem;left:60.8125rem;height:10.4971875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ouXBdx1QblhFQAp1gmi5c3K6WNCbw1pl { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:15rem;top:3.375rem;left:60rem;overflow:hidden;display:block; }
#UX64NDwegRh3RxXT4oho04XpuV9QTrUk { color:#000000;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:10.3125rem;left:45.9375rem;height:10.4971875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v8ups7BWeOK8O5CLOOIvGv8Z4Qw9RBg6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:15rem;top:3.5rem;left:0rem;overflow:hidden;display:block; }
#OmMoIo40RFMJIgUNe8W9L8MZTwTmQycD { color:#000000;display:block;width:13.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:10.3125rem;left:0.625rem;height:10.4971875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WOK2DCuyZPb9u2XaphgalLPF8DGT13vk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #0024ce, #a2d4ff);background-image: -moz-linear-gradient(150deg, #0024ce, #a2d4ff);background-image: -ms-linear-gradient(150deg, #0024ce, #a2d4ff);background-image: -o-linear-gradient(150deg, #0024ce, #a2d4ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0024ce', endColorstr='#a2d4ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0024ce', endColorstr='#a2d4ff' );";background-image: linear-gradient(150deg, #0024ce, #a2d4ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WOK2DCuyZPb9u2XaphgalLPF8DGT13vk > .row .container { background-color: transparent; background-image: none; }#WOK2DCuyZPb9u2XaphgalLPF8DGT13vk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOK2DCuyZPb9u2XaphgalLPF8DGT13vk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOK2DCuyZPb9u2XaphgalLPF8DGT13vk > .row .container > .video-iframe-container { display: none; }#WOK2DCuyZPb9u2XaphgalLPF8DGT13vk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOK2DCuyZPb9u2XaphgalLPF8DGT13vk > .row > .video-iframe-container { display: none; }#WOK2DCuyZPb9u2XaphgalLPF8DGT13vk > .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); }#WOK2DCuyZPb9u2XaphgalLPF8DGT13vk > .row .container { border-width: 0; border-radius: 0; }#WOK2DCuyZPb9u2XaphgalLPF8DGT13vk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOK2DCuyZPb9u2XaphgalLPF8DGT13vk > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#HGz0W9RKX27oLy5ZphW5DBgJ2brlIelv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;display:none; }
#DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8a85c698-b744-43ab-a1f0-18c63ed043fb/Vemconversar2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65.adaptive-delivery-prevent-bg, #DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65.lazyload, #DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65.lazyloading { background-image: none; }#DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65 > .row .container { background-color: transparent; background-image: none; }#DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65 > .row .container > .video-iframe-container { display: none; }#DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65 > .row > .video-iframe-container { display: none; }#DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65 > .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); }#DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65 > .row .container { border-width: 0; border-radius: 0; }#DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65 > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#JiQ2c09JfasglHKWMstT2DhXXsIMgdXm { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:22.9375rem;top:25.875rem;left:4.875rem;overflow:hidden;display:block; }
#nUrLTfu47TbVQTWL36ZMailHmK57N5n4 { z-index:15003;top:27.5625rem;left:25.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -moz-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -ms-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -o-linear-gradient(150deg, #00ff1b, #0e3300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff1b', endColorstr='#0e3300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff1b', endColorstr='#0e3300' );";background-image: linear-gradient(150deg, #00ff1b, #0e3300);background-size:auto !important;border-top:0.1875rem solid #0cfa30;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:2;overflow:hidden;position:absolute;width:23.4375rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Hw65gmokD7i6F3kTvNJA2VQqb9SPcllh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EZGefWctOVCRFQo9kFURrvBaTgrQJfS9 { color:rgba(255,255,255,0.8);display:block;width:33.625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15008;line-height:.6;letter-spacing:0;top:35.4619140625rem;left:20.6875rem;height:0.7871125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Jvn8XB678aUfP0deRbk7SrRi33w98cEs { color:rgba(255,255,255,0.8);display:block;width:33.625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15008;line-height:.6;letter-spacing:0;top:24.1494140625rem;left:20.6875rem;height:0.7871125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#O9heT10tV9g6hEbauWBKBoEopiQnWlqh { z-index:15003;top:15.1875rem;left:25.75rem;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -moz-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -ms-linear-gradient(150deg, #00ff1b, #0e3300);background-image: -o-linear-gradient(150deg, #00ff1b, #0e3300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff1b', endColorstr='#0e3300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff1b', endColorstr='#0e3300' );";background-image: linear-gradient(150deg, #00ff1b, #0e3300);background-size:auto !important;border-top:0.1875rem solid #0cfa30;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:2;overflow:hidden;position:absolute;width:23.4375rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#nQqbdn9FTnFxEz3P1OsVOHeCxQCygiT8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oHcloJRSGlIcaAWauN75OtDXMFhuWWJw { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:22.9375rem;top:13.5rem;left:46.5rem;overflow:hidden;display:none; }
#RG3IUreQKQ1EQt2wyQiA0X9tqHLXmVfl { color:#00ff1b;display:block;width:47.4375rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.75rem;left:13.8125rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SnAoKTcgE14VoSN574bo6s4XnfFnViSw { color:#ffffff;display:block;width:44.0625rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:5.5625rem;left:16.75rem;height:3.0869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MkTLnpkD4k0h7kQcS2y6SmOLNRKTVSu7 { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:9.875rem;left:21.625rem;height:16.99575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pTBQIcqJQlZo2nU7CT77vk8TJyHia47k { color:#00ff1b;display:block;width:47.4375rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.5rem;left:12.5625rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Lwo8yhhrqqSd5pp3ZNJ3TKinSEtGdCXP { color:#ffffff;display:block;width:44.0625rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.3125rem;left:15.5rem;height:3.0869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#T5n0H6nl7xMEucTdLVCCW9nwTsGdmgwH { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:10.4375rem;left:20.40625rem;height:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#ffdgMGGi2JhCIKIIyFFMtp8qan5zty7G { color:#00ff1b;display:block;width:47.4375rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.5rem;left:12.5625rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HIrvebuFAcNrdUORiiTJTtFSPRyeUqPe { color:rgba(255,255,255,0.8);display:block;width:33.625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15008;line-height:.6;letter-spacing:0;top:24.1494140625rem;left:20.6875rem;height:0.7871125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#StTQDVttS9AvuwkNeZKNz6wgUdGa71Et { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:9.875rem;left:21.625rem;height:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#spAf64x8PoTwRdLu16iU25NOrXPDRdGM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;display:none; }
#WBXQTvO8EWcNCLwsyGr8uTlgkcMuahNZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;display:none; }
#ftSHvAuHoRSAwncgCRl8zSG8Gg2pKB9m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #0024ce, #a2d4ff);background-image: -moz-linear-gradient(150deg, #0024ce, #a2d4ff);background-image: -ms-linear-gradient(150deg, #0024ce, #a2d4ff);background-image: -o-linear-gradient(150deg, #0024ce, #a2d4ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0024ce', endColorstr='#a2d4ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0024ce', endColorstr='#a2d4ff' );";background-image: linear-gradient(150deg, #0024ce, #a2d4ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ftSHvAuHoRSAwncgCRl8zSG8Gg2pKB9m > .row .container { background-color: transparent; background-image: none; }#ftSHvAuHoRSAwncgCRl8zSG8Gg2pKB9m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftSHvAuHoRSAwncgCRl8zSG8Gg2pKB9m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftSHvAuHoRSAwncgCRl8zSG8Gg2pKB9m > .row .container > .video-iframe-container { display: none; }#ftSHvAuHoRSAwncgCRl8zSG8Gg2pKB9m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftSHvAuHoRSAwncgCRl8zSG8Gg2pKB9m > .row > .video-iframe-container { display: none; }#ftSHvAuHoRSAwncgCRl8zSG8Gg2pKB9m > .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); }#ftSHvAuHoRSAwncgCRl8zSG8Gg2pKB9m > .row .container { border-width: 0; border-radius: 0; }#ftSHvAuHoRSAwncgCRl8zSG8Gg2pKB9m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ftSHvAuHoRSAwncgCRl8zSG8Gg2pKB9m > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#WlzTaLdHhxsySIXWLFqwnQ2c2ENmazor { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;display:none; }
#CagxsIEHTkvxivKqMtvc2DbchqwA8lTo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;display:none; }
#qhIEF7DS6SudbgCrcB4p8cGnvEJDenG8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001e2e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qhIEF7DS6SudbgCrcB4p8cGnvEJDenG8 > .row .container { background-color: transparent; background-image: none; }#qhIEF7DS6SudbgCrcB4p8cGnvEJDenG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhIEF7DS6SudbgCrcB4p8cGnvEJDenG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhIEF7DS6SudbgCrcB4p8cGnvEJDenG8 > .row .container > .video-iframe-container { display: none; }#qhIEF7DS6SudbgCrcB4p8cGnvEJDenG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhIEF7DS6SudbgCrcB4p8cGnvEJDenG8 > .row > .video-iframe-container { display: none; }#qhIEF7DS6SudbgCrcB4p8cGnvEJDenG8 > .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); }#qhIEF7DS6SudbgCrcB4p8cGnvEJDenG8 > .row .container { border-width: 0; border-radius: 0; }#qhIEF7DS6SudbgCrcB4p8cGnvEJDenG8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qhIEF7DS6SudbgCrcB4p8cGnvEJDenG8 > .row .container { font-size:0.875rem;font-family:arial;height:2.3125rem;width:75rem;position:relative;display:block; }#MhQ2nDl9XzOwaF8T4Do8ITokwDdDFgFV { color:rgba(255,255,255,0.8);display:block;width:26.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15007;line-height:.6;letter-spacing:0;top:0.8369140625rem;left:24.4375rem;height:1.35rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JMvvWm6G0DEFSQpG3aIXRUpF08yEQ8q4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #0024ce, #a2d4ff);background-image: -moz-linear-gradient(150deg, #0024ce, #a2d4ff);background-image: -ms-linear-gradient(150deg, #0024ce, #a2d4ff);background-image: -o-linear-gradient(150deg, #0024ce, #a2d4ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0024ce', endColorstr='#a2d4ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0024ce', endColorstr='#a2d4ff' );";background-image: linear-gradient(150deg, #0024ce, #a2d4ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JMvvWm6G0DEFSQpG3aIXRUpF08yEQ8q4 > .row .container { background-color: transparent; background-image: none; }#JMvvWm6G0DEFSQpG3aIXRUpF08yEQ8q4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMvvWm6G0DEFSQpG3aIXRUpF08yEQ8q4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMvvWm6G0DEFSQpG3aIXRUpF08yEQ8q4 > .row .container > .video-iframe-container { display: none; }#JMvvWm6G0DEFSQpG3aIXRUpF08yEQ8q4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMvvWm6G0DEFSQpG3aIXRUpF08yEQ8q4 > .row > .video-iframe-container { display: none; }#JMvvWm6G0DEFSQpG3aIXRUpF08yEQ8q4 > .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); }#JMvvWm6G0DEFSQpG3aIXRUpF08yEQ8q4 > .row .container { border-width: 0; border-radius: 0; }#JMvvWm6G0DEFSQpG3aIXRUpF08yEQ8q4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMvvWm6G0DEFSQpG3aIXRUpF08yEQ8q4 > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { width:46.875rem;height:3.875rem;top:13rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiV1tlrcBNei4ToOdo4pkrXx1GtKDIiI { width:38rem;height:5.875rem;top:17.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg8FafmEKVMrvKxck9RGE6sOktFRnVJF { top:37.375rem;left:0rem;width:27.1875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puNX5G2PKToc8gTFMlDWz3DwyfG3znUo { display:block; }
 }@media only screen and (max-width: 763px) { #RWLpw4DAH0v8UiOQfDCrLERfgaJJlt1I { width:;height:;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBcosI0AmH3Bg5r766Tx8M3ZlveqKiq5 { top:0.1875rem;left:13.25rem;width:34.5rem;height:49.875806401939rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeuGd4QEGEyFl0TFC6abb2HsOEuLn07v { top:0rem;left:15.8125rem;width:31.9375rem;height:53.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGUboipuy3J977v5I7xRwcN0zihTdmum { top:9.1875rem;left:14.5rem;width:33.25rem;height:41.359999549705rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uadv6GJJ0ITTZwvSdyMoy3T46CT4B5PK { top:9.625rem;left:23.0625rem;width:24.6875rem;height:30.734969311404rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIRrWccyulevKazBwTDhpAVrwQXl39IH { top:34.875rem;left:30.471930278111rem;width:12.125rem;height:15.062823790794rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9ZmvgKVslhwgHiOq24uXRc8cdyOTpgG { top:30.8125rem;left:34.3125rem;width:13.4375rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DogD8zb9zZO13mfhlTmMnaHyik4Tr2sq { top:0rem;left:32.875rem;width:13.875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #am0hHbglNlmGAOOqJ0XAtZRVVNN9vTdu { top:0rem;left:33.875rem;width:13.875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsGagwiGDZzr5FcWnPlV8nmm7k7tsdqe { top:0rem;left:39.25rem;width:8.5rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #clXuvsSuDOcUAVmzukZQmuBm3o9sk7dl { width:32.6875rem;height:5.4375rem;top:4.125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW57hscyFesKuwFSuw8fEI8ds1nCQhI3 { width:14.6875rem;height:2rem;top:2.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvSH88lxhQLNT77Eaq3AIutVX775qfCr { width:33.375rem;height:2.0625rem;top:8.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKqaO68Cqsgk5cTfQV0kAzrSod4DMU0K { width:47.75rem;height:;top:23.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9zH78gJ5abbbkdlU4sE14VyW3CDddRh { top:2.625rem;left:0rem;width:34.0625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAFAkgma1BD6FFp5nQyXfv6hM1eN8yv5 { display:block; }
 }@media only screen and (max-width: 763px) { #b7QTGQgW5cPF99r53xFJiET6QDKyinuV { width:17.875rem;height:1.75rem;top:3.125rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qybIGndyaeE99icg6PCEcPuieuM4gqCp { top:40.1875rem;left:39.375rem;width:8.375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohzXn44eW33dyPpwxr6eR602GE66kGQS { top:42.875rem;left:35.6875rem;width:12.0625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCS8ixrTlvGXWUuTyHxcCqXOVcSphVA8 { top:42.875rem;left:0rem;width:21.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCk2GKtBO4gsDEGnrOkKeQHkX5eJfFSQ { width:10.75rem;height:;top:38.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F953FpOKTxC1CAP56GUSbBtoNl9w0cAl { width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #es3dKD6TTGLnqNudNmEoFD0tw2wsM9K7 { width:20rem;height:;top:39.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VtKdpH1RS9HCyvCsLJvZtc0W7MLyNbkc { width:20rem;height:;top:57.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTGQpcDKSUN2b9FxnS39kO3Ac5kHoAvg { width:20rem;height:;top:51.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PeGgAkISLMnDS6dHogaIbECTRfFpzdGW { width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ANsEFrIexbkiPOzi3309PbyKWdVVJBME { display:block; }#ANsEFrIexbkiPOzi3309PbyKWdVVJBME > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbR5PgmsdIwEDNl6VwsWePqG1TFpGLXC { display:block; }#VbR5PgmsdIwEDNl6VwsWePqG1TFpGLXC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4ntbR4ADh9nZbrpnwlH5glwyFGpCVFT { width:26.125rem;height:2.875rem;top:1.5rem;left:16.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #euLUqiPVnAZ9D21NqDF4c8t2RQpcPzIX { width:8.8125rem;height:5.6875rem;top:0.125rem;left:5.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhUObkhNdofsDsNQ8RlDFbNr8T4pNdng { width:47.75rem;height:;top:5.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onwvimf0h3g8brPrEaaGpF2By0zAvu8K { width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gF1uVIr5eEGOegG4rT4CZipkZrqRBSMu { width:20rem;height:;top:6.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zuaNKnbJx9ghrSL8UbpK2kOgycRI6xGC { display:block; }#zuaNKnbJx9ghrSL8UbpK2kOgycRI6xGC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TszHWHHwVixx81OgTXmWgR5H7kHuf8oM { display:block; }#TszHWHHwVixx81OgTXmWgR5H7kHuf8oM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6nTG07X7xNTbwC8Mtzy3RuCPdn6tmkq { width:47.75rem;height:7.75rem;top:13.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti9NlaTX3KphcOnyVuF13z2GykS5sn1u { top:24.125rem;left:15.53125rem;width:22.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtX2FU7gZRsnp7p5cTaVcVhXgh7dTFRs { display:block; }
 }@media only screen and (max-width: 763px) { #A08Wf6Ulod6CxTbURCLJQEdO7x6IEZZr { width:35.875rem;height:6.5rem;top:4.5rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTVDe42COXvR5Q9mfvyo2IezLQWHWIAl { top:22.9375rem;left:27.4375rem;width:20.3125rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #epMnMhhSo1XS3vAs04yf89tFLhnxHQTA { width:47.75rem;height:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSXV1eAgJ1Se5l9nFBPQRgC8ihFww1kZ { top:22.9375rem;left:27.4375rem;width:20.3125rem;height:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9Juwo56t5BuaKrZxBplDEzyaZh01n9b { width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fq64twaVaS8xifUazqaFk2my5LWKdWdD { display:block; }#Fq64twaVaS8xifUazqaFk2my5LWKdWdD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tz9mAFAFuNuGWKkWXztCDKIJsTpAGfHR { display:block; }#Tz9mAFAFuNuGWKkWXztCDKIJsTpAGfHR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPegSnxvySB8oNcMC9p4QyFy0h8boylt { width:11.6875rem;height:1.9375rem;top:23rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMBBveIxGzvOApg372us4TzxOvQtwX3K { width:22.3125rem;height:;top:25rem;left:12.812320709229rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOwLGQtGCwpsidQrZ2PfoXzXUG59ikHX { width:12.9375rem;height:1.9375rem;top:23rem;left:17.40625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvSWwosvmmlKi4yKAa394bN5qt9e6SM0 { width:10.0625rem;height:1.9375rem;top:23rem;left:37.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek84g5TuPh3T0OxMMUcQU9vXf9rnRlAP { width:22.5625rem;height:;top:25rem;left:25.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSMBOra5oBzz7TnSZGPXtZX0NoAzzyLF { width:47.75rem;height:3.25rem;top:1.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpmqAgnL2425RA8nDq5EBUAhX8aUTFUP { top:49.1875rem;left:12.15625rem;width:23.4375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN8oX5LHsa6Im42ipq11dXex04IuCelR { display:block; }
 }@media only screen and (max-width: 763px) { #dvmWxLh5m15mUAiEcnTRPiaTMN5P5EQi { width:44.875rem;height:3.0625rem;top:4.6875rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFI2zmXDv7hAes6vpySJWniQuL9lTPvR { width:47.75rem;height:7.75rem;top:41.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GELmc7unBiafqaSoNkIr5K2mDvNeq1zA { top:9.375rem;left:0rem;width:24.5rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7IKx2QxxZW6czrKownTNwIQvnOwIR73 { top:9.375rem;left:11.625rem;width:24.5rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPfRdnTzX6VSeHKGenNnTr45vTNFyCnR { top:9.375rem;left:23.1875rem;width:24.5625rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUAu5sFI1gWCkzX5SoUNJ5OcFgHpiCNF { width:21.875rem;height:;top:25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udDI4vmhDtsLNx7l0osWih5iP2ePAqmE { width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuutdU1nur0SrKvPZuvCTUH6Jx1ftTQ2 { width:21.875rem;height:5.8125rem;top:31.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4NaxTiCWfyf8CUgyVf1tS6htJWvQaWt { width:22.3125rem;height:2.875rem;top:34.8125rem;left:12.811435699463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbFcEtEIsoUtNs7uTAuhNIt928kI2vzS { width:22.3125rem;height:8.75rem;top:27rem;left:12.811435699463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUiWfn4UvTetleVQbG34SgQlDTSCAXm9 { width:22.5625rem;height:;top:31.8125rem;left:25.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuDqCmEqKIPTbK154SkMXXk13IXQ6qJV { width:22.5625rem;height:2.875rem;top:29.9375rem;left:25.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATKps0wFpQwPzhSbO9yMTs2ACzRxr5Us { display:block; }#ATKps0wFpQwPzhSbO9yMTs2ACzRxr5Us > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vo82rFoseUxcuwKcZ75alxITTAm4dOFe { display:block; }#vo82rFoseUxcuwKcZ75alxITTAm4dOFe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phUv5lVIDgBsxPErzXGy9nSTM56ks8e4 { width:47.75rem;height:2.4375rem;top:4.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #py2eElfArEffHRxF2nJs4gV2iDF9CrJI { width:41.6875rem;height:3.25rem;top:1.3125rem;left:3.03125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAWbKWlNEd02d1T9Wu1uPD3WdnHU61px { top:42.9375rem;left:10.84375rem;width:26.0625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #id9039DvVVIWkUK34qq3oC3f7UwXZOPE { display:block; }
 }@media only screen and (max-width: 763px) { #TIR7D6EfiX3J9kau4JpuWWVrEoz8g1ER { width:37.5625rem;height:;top:19.8125rem;left:7.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJsfSvO9qfWAhXEoelowSnhrHlfrlr6U { width:47.25rem;height:3.5625rem;top:7.0625rem;left:0.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFqPEQ7GtE4oIOfSI4iqALDNrNDu4KUT { width:24.9375rem;height:2.25rem;top:17.0625rem;left:11.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy6BSqL8Ar6DiU8QOWr5XPGq6WmSMDK3 { top:15.875rem;left:5.15625rem;width:37.4375rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy10wZyM6nZtscHPrRKJkR56rLptBzLv { top:15.875rem;left:5.15625rem;width:37.4375rem;height:18.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq { display:flex;height:auto;width:27.8125rem;top:3.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #zCxOZad1pxcRQWN9Nl5dZ7amrJCxsRl5 {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #rlINqw7uXRHTfuTTGqBNCe6mWgedCamd {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #d33CXRLTTdvHPPcqcPZSKVhEZ7UlvAG4 {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #tJ7VTvw5gEurarpDFS56ArhdhBRGNqCf {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #msTwMk81pfeNf5a9J3hzuOs80w7QsqMs {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #IvsZISGx8iuIAVdG1Tdh1hTdIqrKITav {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #B5xleShSuHx9GDmEsQheAqFH24Nvs3be {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #vFUG9UctkywKM1wBWRM8i9I6qQlJm5JG {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #VTQ7iUv4cdP4ABB5Qg98yOfnDm6hMz2r {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #t0DhglKVTPV2wuqrpTUtZPsVbi6GTGNc {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #eztK6580GpQNiLUvZLPfZwVOnALH2rTQ {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #n2L3cb1STb3eh3IveTV6Nb2zDVtUFaD5 {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #bL3TN6vnTTUuMn6TTFGEohBOeowNqUyO {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #SVNNfl334d9kB4Tx3XMFVKcgGuQMJGar {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #Mf3dB8MVLWiURhNtrucira2vnrRUh4EP {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #kdp3G4m7gWKKEERyvvdq0OKcAE4Vp9xu {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #AQenU5tc8tvsnsVt6gXZo5Zv25yS3Z9y {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #kfcttohHSbzMxWQ0kLSDC59iC2c8IOtB {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #zbu95k8Ri1HVPER6PMTwZLvIB1FwQf7m {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #sZtbKsVJIRMTqSrKfvXfnZUpTWViQ1gC {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #dvcbeThBlQymrx2J5uKHwePstDEorxHC {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #bG2onAt4zK3bkfpdsnhkvrbDXvMLorXM {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #HOqCKyEuG9QChhMpORg01pACR74DCSvh {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #KPfwzn0xhz7hq5kvCT32Fm8Z79q9ZrIT {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #ccm85l1gIHksuw92W7PasBcAs1UDBfU4 {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #C9damDqXQIFKpCR05Gf8pR5HcXo4UsuN {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #booIGASJiefB0bnMznr0oXBF9U5k4xnm {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #rBB24ZFaed35tqJnaBmTGHWmKo4gTKcX {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #G59Okm9Fb5F10r3cpCtPrH5ThNPsXlxa {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #C5JB6Ulu9IgQcSVmn9iQgfo4k62kzoDs {  }
 }@media only screen and (max-width: 763px) { #NHCRsNNrszTt2bQH6bw8HGcmn1Okxn2e { width:24.9375rem;height:2.25rem;top:11.5625rem;left:11.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvHaxiNknfV0NQZJ0JiP1QSpINnVAolD { width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #knSWGloRuAPJNgSdG3nZFfUXv0NdTdzn { display:block; }#knSWGloRuAPJNgSdG3nZFfUXv0NdTdzn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHSp7GzhKp7mvbLMvOBvtEDJf3nN8oip { width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zf65t7zxgzQEV6iqFbUMqFQFgBwsl23f { width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HpmV04Ebc3rt3HTJif1pNIbmebUL8X4x { width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL { display:block; }#cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1ZfGeD0B3rAx4vFEtmZsWo2RdrXT2B3 { width:15.25rem;height:2.4375rem;top:1.25rem;left:9.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBIJoe55vIcCRagslQr6gUt0O6gLofwG { width:47.75rem;height:3.75rem;top:6.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcVcvlMlm9NXbzrAAVzVOmJS504OgPFw { width:35.125rem;height:;top:24.375rem;left:12.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT6DwmATHoJZEPuL0pdJUcP48UTi4R2C { width:8.8125rem;height:5.25rem;top:22.9375rem;left:9.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKBIsNKHlEG0R35UTH9ilMtWpbmWzxhS { width:47.75rem;height:12.6875rem;top:31.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb6bogtPRt66Qwh3oDC8iTIz4nAMPcF5 { width:27.1875rem;height:1.875rem;top:29.3125rem;left:9.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ3ahXTul1akFRvxweqvzbANTPMMKNXu { width:47.75rem;height:3.75rem;top:11.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUlEDr8tKRy2VpW1O4INpsLiA1i1pZ4A { width:47.75rem;height:7.5rem;top:14.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1a7tarUbW0bnpvpSGo60Bk4gDh9ESaG { width:15.1875rem;height:1.875rem;top:3.1875rem;left:9.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spdMNPSHUXFvUiSawFAz25N6a8DzsiAF { top:42.25rem;left:22.9375rem;width:23.4375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i21LPexysmLvZ0IQ3HKTI3luMF7tNucV { display:block; }
 }@media only screen and (max-width: 763px) { #HMFy0TW5qvb1Q698yl61CfopxE2fWaQJ { top:32.1875rem;left:28.375rem;width:19.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXBAqn5OxJFcdB8O5n1Bx6J7gGixiVS1 { width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ScR2nJcV21dQa3PtmclOTWLw1EAQ6Vlp { display:none; }#ScR2nJcV21dQa3PtmclOTWLw1EAQ6Vlp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nnOW0CrTCQRy3C1M7caHSfrxWll5xkIM { width:15.25rem;height:2.4375rem;top:1.25rem;left:9.9375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOX1MCuqMkc8vlWKTleZgqorKs62wPTu { width:15.1875rem;height:1.875rem;top:3.1875rem;left:9.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OR5pLCIxHl8ekc2c0rG1oB6DTmHBS6sx { width:47.75rem;height:3.75rem;top:6.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B3Fp9aVzT6fGxsaMtrnIAzArI8QAKRwQ { width:47.75rem;height:3.75rem;top:11.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkGCAHbS4FtGGwSzDFQtDALOTrvfIfGA { width:47.75rem;height:7.5rem;top:14.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZVS70HBpT7qNpCAnT0Al3rmOBLvwkO2f { width:8.8125rem;height:5.25rem;top:22.9375rem;left:9.9375rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OcpryDAAz1M8zDKgZMDkG1QmosbDGzWf { width:35.125rem;height:;top:24.375rem;left:12.625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EPKnrBfoGwdVAvOheg9itJ53hGb7Sbau { width:20rem;height:9.625rem;top:32.1875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONSFpbc70FaQ5VygH2mCwuQ4x6DzDgHk { top:42.25rem;left:22.9375rem;width:23.4375rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #du7149IsgI2HTBaGvePNDp2XULDyfHxN { display:block; }
 }@media only screen and (max-width: 763px) { #Rnlv8wfH1h4MgVTaD8lxo4KUHSWR3u9B { top:32.1875rem;left:28.375rem;width:19.375rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCEz6mBRuRc48P45VkRWksliGQgMim1N { width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sAbvEWJTtPPLgQhI76W4s0wE2xdTqQCy { display:block; }#sAbvEWJTtPPLgQhI76W4s0wE2xdTqQCy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfzOdT9JqXbpuzXsa3h7WClxzs4BTSdO { width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OkaA1xbQZ77h7H1Vvown9CT6Iibso6TW { width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 { display:block; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wARq6aJ7fR3WvWkhEaGEAe2nXZ8Brnnc { width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #woZ25tTHZ8v5zIkbEd3lghq1pq1q1UQZ { width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPcGFfXGBq1F5iRX9EhHZkvGmWNU3hdh { display:block; }#pPcGFfXGBq1F5iRX9EhHZkvGmWNU3hdh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2EJz5PSc3rfC09RmXmKcCt2UAox01xI { display:block; }#x2EJz5PSc3rfC09RmXmKcCt2UAox01xI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfXhL7M7k0PIkXmbTSLytEhuuxWXyeOP { top:0rem;left:0rem;width:47.75rem;height:26.6728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRGNiyC690vgHVzATFHMLsCUf9DAwuTN { top:37.9375rem;left:12.15625rem;width:23.4375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #woI9W4gI3GLlDACQX1geccwHNO11IkPB { display:block; }
 }@media only screen and (max-width: 763px) { #RxyQJfbi85OuhLsQFXAEeRC9oJTU6khU { display:none; }
 }@media only screen and (max-width: 763px) { #eqWI2P12AVUFTTCdCFdS2oAPf5esd37y { width:46.4375rem;height:82.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJK50Fu4FLTAi8tiDSSkhJnMuOhlLycE { display:none; }#HJK50Fu4FLTAi8tiDSSkhJnMuOhlLycE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bGLKEafCAFSpTtwMSBNspCCnKnqsiUtr { display:block; }#bGLKEafCAFSpTtwMSBNspCCnKnqsiUtr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgAzluS2xg74DbnI6IwtuFWG05F0IW6x { width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LpTo2p4IOi75d4mVdTKegTTub3LovC3g { width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSf6TgffgUtTQVTk4qS1PTCpPdwdwA0N { display:none; }#CSf6TgffgUtTQVTk4qS1PTCpPdwdwA0N > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VPfeoTHcTUF7LrNbNrBUMIlTv4rROa2n { width:45.375rem;height:3.375rem;top:7.875rem;left:1.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oEycwwJQKqRwG10nEM5AVHfcvCcsWVnA { width:47.4375rem;height:3.875rem;top:4.0625rem;left:0.15625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPvBIu61R2uw821Z7SEQGpbqTRCHTi83 { top:15.1875rem;left:12.125rem;width:23.4375rem;height:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nHTOCGdhJZoVpwBx8n7gK3egZP80sDTH { display:block; }
 }@media only screen and (max-width: 763px) { #vJPKdpA9pOuyNdfsMz1s7e9Hu9JW63XB { width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BuOyJiwrTvPFBHNouZ04EVIVKqkCSiD8 { display:block; }#BuOyJiwrTvPFBHNouZ04EVIVKqkCSiD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t34gN7b9MugVZlmucwXwTA0c9HlhHCPO { width:47.75rem;height:3.0625rem;top:0.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqWmKgNGzkslTrH2KWNqg5RrTXB1XhTM { width:47.75rem;height:2.875rem;top:3.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrXRLhDBS290qSftpDTwBqtB53grOpa6 { display:block; }#PrXRLhDBS290qSftpDTwBqtB53grOpa6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOMCHASa9T40WVNKFnQC69nbHGsX67Iu { top:0rem;left:16.46875rem;width:14.6875rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBQ3TsiUeipwr5p3BDfQ5128feVLrAWc { width:46.4375rem;height:82.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4e8hWGpeiRe4NrL6HkTPCH2TzZ77ool { top:3.4375rem;left:1.4375rem;width:15rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJk7Cty4ctebtx783UxGnoiT9tq1iy8h { width:13.125rem;height:;top:10.25rem;left:2.1242866516113rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJQ4GCtxCP4q7c4SINAZSXaJ4qEKrsTA { top:3.4375rem;left:31.4375rem;width:15rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQgPDxCpim4T2J4m9OtFPPd6ozhzRQTQ { width:13.6875rem;height:10.5rem;top:10.3125rem;left:34.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouXBdx1QblhFQAp1gmi5c3K6WNCbw1pl { top:3.375rem;left:32.75rem;width:15rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX64NDwegRh3RxXT4oho04XpuV9QTrUk { width:13.25rem;height:;top:10.3125rem;left:32.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8ups7BWeOK8O5CLOOIvGv8Z4Qw9RBg6 { top:3.5rem;left:0rem;width:15rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmMoIo40RFMJIgUNe8W9L8MZTwTmQycD { width:13.625rem;height:10.5rem;top:10.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOK2DCuyZPb9u2XaphgalLPF8DGT13vk { display:block; }#WOK2DCuyZPb9u2XaphgalLPF8DGT13vk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGz0W9RKX27oLy5ZphW5DBgJ2brlIelv { width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65 { display:block; }#DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiQ2c09JfasglHKWMstT2DhXXsIMgdXm { top:25.875rem;left:0rem;width:22.9375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUrLTfu47TbVQTWL36ZMailHmK57N5n4 { top:27.5625rem;left:12.1875rem;width:23.4375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hw65gmokD7i6F3kTvNJA2VQqb9SPcllh { display:block; }
 }@media only screen and (max-width: 763px) { #EZGefWctOVCRFQo9kFURrvBaTgrQJfS9 { width:33.625rem;height:0.75rem;top:35.4375rem;left:7.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvn8XB678aUfP0deRbk7SrRi33w98cEs { width:20rem;height:2.25rem;top:48.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9heT10tV9g6hEbauWBKBoEopiQnWlqh { top:15.1875rem;left:12.125rem;width:23.4375rem;height:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQqbdn9FTnFxEz3P1OsVOHeCxQCygiT8 { display:block; }
 }@media only screen and (max-width: 763px) { #oHcloJRSGlIcaAWauN75OtDXMFhuWWJw { top:13.5rem;left:24.8125rem;width:22.875rem;height:8.1650614868562rem;display:none; }
 }@media only screen and (max-width: 763px) { #RG3IUreQKQ1EQt2wyQiA0X9tqHLXmVfl { width:47.4375rem;height:3.875rem;top:1.75rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnAoKTcgE14VoSN574bo6s4XnfFnViSw { width:44.0625rem;height:3.0625rem;top:5.5625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkTLnpkD4k0h7kQcS2y6SmOLNRKTVSu7 { width:33.25rem;height:17rem;top:9.875rem;left:8rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTBQIcqJQlZo2nU7CT77vk8TJyHia47k { width:47.4375rem;height:3.875rem;top:2.5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lwo8yhhrqqSd5pp3ZNJ3TKinSEtGdCXP { width:44.0625rem;height:3.0625rem;top:6.3125rem;left:1.875rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5n0H6nl7xMEucTdLVCCW9nwTsGdmgwH { width:33.25rem;height:17rem;top:10.4375rem;left:6.78125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ffdgMGGi2JhCIKIIyFFMtp8qan5zty7G { width:47.4375rem;height:3.875rem;top:2.5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIrvebuFAcNrdUORiiTJTtFSPRyeUqPe { width:20rem;height:2.25rem;top:48.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #StTQDVttS9AvuwkNeZKNz6wgUdGa71Et { width:20rem;height:10.1875rem;top:8.5625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #spAf64x8PoTwRdLu16iU25NOrXPDRdGM { width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBXQTvO8EWcNCLwsyGr8uTlgkcMuahNZ { width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ftSHvAuHoRSAwncgCRl8zSG8Gg2pKB9m { display:block; }#ftSHvAuHoRSAwncgCRl8zSG8Gg2pKB9m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlzTaLdHhxsySIXWLFqwnQ2c2ENmazor { width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CagxsIEHTkvxivKqMtvc2DbchqwA8lTo { width:20rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qhIEF7DS6SudbgCrcB4p8cGnvEJDenG8 { display:block; }#qhIEF7DS6SudbgCrcB4p8cGnvEJDenG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhQ2nDl9XzOwaF8T4Do8ITokwDdDFgFV { width:26.125rem;height:1.3125rem;top:0.8125rem;left:10.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMvvWm6G0DEFSQpG3aIXRUpF08yEQ8q4 { display:block; }#JMvvWm6G0DEFSQpG3aIXRUpF08yEQ8q4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8436cf0c-8f50-4ebb-973b-fd43673775f0/MOBCARREIRA.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1ba9dcb0-c88a-4109-9dba-1679ccf8b28b/LinhaMaior.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.adaptive-delivery-prevent-bg, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyload, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyloading { background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { border-width: 0; border-radius: 0; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { width:20rem;height:5.19921875rem;top:39.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #SiV1tlrcBNei4ToOdo4pkrXx1GtKDIiI { width:20rem;height:5.1953125rem;top:45.375002861023rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rg8FafmEKVMrvKxck9RGE6sOktFRnVJF { top:59.511722564698rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #0cfa30;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #puNX5G2PKToc8gTFMlDWz3DwyfG3znUo { display:block; }
 }@media only screen and (max-width: 763px) { #RWLpw4DAH0v8UiOQfDCrLERfgaJJlt1I { top:28.912109375rem;left:0rem;width:20rem;height:0.625rem;z-index:15004;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SBcosI0AmH3Bg5r766Tx8M3ZlveqKiq5 { width:20rem;height:28.912125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeuGd4QEGEyFl0TFC6abb2HsOEuLn07v { width:20rem;height:33.38475rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGUboipuy3J977v5I7xRwcN0zihTdmum { width:16.6875rem;height:20.8125rem;top:0rem;left:3.1843975602742rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uadv6GJJ0ITTZwvSdyMoy3T46CT4B5PK { width:20rem;height:24.899187845974rem;top:118.5039265625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIRrWccyulevKazBwTDhpAVrwQXl39IH { width:12.125rem;height:15.0625rem;top:143.73341875rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9ZmvgKVslhwgHiOq24uXRc8cdyOTpgG { width:13.4375rem;height:16.6875rem;top:190.67091875rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DogD8zb9zZO13mfhlTmMnaHyik4Tr2sq { width:13.875rem;height:17.1875rem;top:159.85841875rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #am0hHbglNlmGAOOqJ0XAtZRVVNN9vTdu { width:13.875rem;height:17.1875rem;top:159.85841875rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsGagwiGDZzr5FcWnPlV8nmm7k7tsdqe { width:8.5rem;height:10.625rem;top:159.85841875rem;left:8.6142578125rem;display:none; }
 }@media only screen and (max-width: 763px) { #clXuvsSuDOcUAVmzukZQmuBm3o9sk7dl { width:18.4375rem;height:3.0875rem;top:31.703778505326rem;left:0.65625rem;text-align:left;text-align-last:left;font-size:2.375rem;z-index:15008;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FW57hscyFesKuwFSuw8fEI8ds1nCQhI3 { width:10.75rem;height:1.4625rem;top:31.89218711853rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #WvSH88lxhQLNT77Eaq3AIutVX775qfCr { width:18.5rem;height:1.21875rem;top:34.422528624534rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #uKqaO68Cqsgk5cTfQV0kAzrSod4DMU0K { width:20rem;height:10.2305rem;top:52.06640625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #M9zH78gJ5abbbkdlU4sE14VyW3CDddRh { top:29.860679626465rem;left:0rem;width:19.9625rem;height:7.775rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAFAkgma1BD6FFp5nQyXfv6hM1eN8yv5 { display:block; }
 }@media only screen and (max-width: 763px) { #b7QTGQgW5cPF99r53xFJiET6QDKyinuV { width:12.6875rem;height:1.21875rem;top:35.703778743744rem;left:7.2194013595581rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15008;color:#0073bc;display:block; }
 }@media only screen and (max-width: 763px) { #qybIGndyaeE99icg6PCEcPuieuM4gqCp { width:8.375rem;height:10.4375rem;top:200.04591875rem;left:10.5078125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ohzXn44eW33dyPpwxr6eR602GE66kGQS { width:12.0625rem;height:9.6875rem;top:202.7890828125rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCS8ixrTlvGXWUuTyHxcCqXOVcSphVA8 { width:13.5625rem;height:3.375rem;top:63.26171875rem;left:3.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qCk2GKtBO4gsDEGnrOkKeQHkX5eJfFSQ { width:9.625rem;height:1.4625rem;top:30.541669130326rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #F953FpOKTxC1CAP56GUSbBtoNl9w0cAl { top:29.0625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #es3dKD6TTGLnqNudNmEoFD0tw2wsM9K7 { width:20rem;height:2.59765625rem;top:38.812502861023rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #VtKdpH1RS9HCyvCsLJvZtc0W7MLyNbkc { width:20rem;height:3.8964875rem;top:40.875002861023rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #cTGQpcDKSUN2b9FxnS39kO3Ac5kHoAvg { width:20rem;height:7.350875rem;top:50.324222564698rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:300;font-style:normal;z-index:15003;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PeGgAkISLMnDS6dHogaIbECTRfFpzdGW { top:65.125rem;left:0rem;width:20rem;height:0.0625rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ANsEFrIexbkiPOzi3309PbyKWdVVJBME { display:none; }#ANsEFrIexbkiPOzi3309PbyKWdVVJBME > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbR5PgmsdIwEDNl6VwsWePqG1TFpGLXC { display:block; }#VbR5PgmsdIwEDNl6VwsWePqG1TFpGLXC > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4ntbR4ADh9nZbrpnwlH5glwyFGpCVFT { width:17.875rem;height:2.0125rem;top:3.0947265625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #euLUqiPVnAZ9D21NqDF4c8t2RQpcPzIX { width:5.75rem;height:3.14896875rem;top:0.5625rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhUObkhNdofsDsNQ8RlDFbNr8T4pNdng { width:20rem;height:4.546875rem;top:5.7314453125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #Onwvimf0h3g8brPrEaaGpF2By0zAvu8K { top:10.5rem;left:0rem;width:20rem;height:0.0625rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gF1uVIr5eEGOegG4rT4CZipkZrqRBSMu { width:20rem;height:3.41175625rem;top:5.6396484375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #zuaNKnbJx9ghrSL8UbpK2kOgycRI6xGC { display:none; }#zuaNKnbJx9ghrSL8UbpK2kOgycRI6xGC > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TszHWHHwVixx81OgTXmWgR5H7kHuf8oM { background-color:#090e11;background-image:url("https://images.assets-landingi.com/uc/977440f1-1841-4147-91e5-b6bb9877edb4/NDA.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#TszHWHHwVixx81OgTXmWgR5H7kHuf8oM.adaptive-delivery-prevent-bg, #TszHWHHwVixx81OgTXmWgR5H7kHuf8oM.lazyload, #TszHWHHwVixx81OgTXmWgR5H7kHuf8oM.lazyloading { background-image: none; }#TszHWHHwVixx81OgTXmWgR5H7kHuf8oM > .row .container { background-color: transparent; background-image: none; }#TszHWHHwVixx81OgTXmWgR5H7kHuf8oM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TszHWHHwVixx81OgTXmWgR5H7kHuf8oM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TszHWHHwVixx81OgTXmWgR5H7kHuf8oM > .row .container > .video-iframe-container { display: none; }#TszHWHHwVixx81OgTXmWgR5H7kHuf8oM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TszHWHHwVixx81OgTXmWgR5H7kHuf8oM > .row > .video-iframe-container { display: none; }#TszHWHHwVixx81OgTXmWgR5H7kHuf8oM > .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); }#TszHWHHwVixx81OgTXmWgR5H7kHuf8oM > .row .container { width:20rem;height:36.624114990234rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6nTG07X7xNTbwC8Mtzy3RuCPdn6tmkq { width:18.4375rem;height:9.84375rem;top:22.232422590256rem;left:0.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.5;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Ti9NlaTX3KphcOnyVuF13z2GykS5sn1u { top:31.669922590256rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:1.25rem;z-index:15002;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #0cfa30;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #HtX2FU7gZRsnp7p5cTaVcVhXgh7dTFRs { display:block; }
 }@media only screen and (max-width: 763px) { #A08Wf6Ulod6CxTbURCLJQEdO7x6IEZZr { width:20rem;height:3.575rem;top:11.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #FTVDe42COXvR5Q9mfvyo2IezLQWHWIAl { width:13.5625rem;height:4.75rem;top:37.419921875rem;left:3.21875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #epMnMhhSo1XS3vAs04yf89tFLhnxHQTA { top:20.0625rem;left:0rem;width:20rem;height:4.125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MSXV1eAgJ1Se5l9nFBPQRgC8ihFww1kZ { width:12.625rem;height:4.25rem;top:4.5625rem;left:7.375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #O9Juwo56t5BuaKrZxBplDEzyaZh01n9b { top:36.561850309372rem;left:0rem;width:20rem;height:0.0625rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Fq64twaVaS8xifUazqaFk2my5LWKdWdD { display:none; }#Fq64twaVaS8xifUazqaFk2my5LWKdWdD > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tz9mAFAFuNuGWKkWXztCDKIJsTpAGfHR { display:block; }#Tz9mAFAFuNuGWKkWXztCDKIJsTpAGfHR > .row .container { width:20rem;height:98.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPegSnxvySB8oNcMC9p4QyFy0h8boylt { width:11.6875rem;height:1.7875rem;top:19.515625715256rem;left:4.09375rem;text-align:left;text-align-last:left;font-size:1.375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #DMBBveIxGzvOApg372us4TzxOvQtwX3K { width:18.375rem;height:2.6260625rem;top:46.168621063233rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15008;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pOwLGQtGCwpsidQrZ2PfoXzXUG59ikHX { width:12.9375rem;height:1.7875rem;top:44.381511688233rem;left:3.53125rem;text-align:left;text-align-last:left;font-size:1.375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ZvSWwosvmmlKi4yKAa394bN5qt9e6SM0 { width:8.875rem;height:1.7875rem;top:69.35351753235rem;left:5.5625rem;text-align:left;text-align-last:left;font-size:1.375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ek84g5TuPh3T0OxMMUcQU9vXf9rnRlAP { width:18.5rem;height:3.9391rem;top:71.077592849731rem;left:0.68714487552644rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15008;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nSMBOra5oBzz7TnSZGPXtZX0NoAzzyLF { width:17.9375rem;height:3.900925rem;top:0.9375rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #mpmqAgnL2425RA8nDq5EBUAhX8aUTFUP { top:93.667974472044rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:1.25rem;z-index:15002;border-top:0.125rem solid #0cfa30;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN8oX5LHsa6Im42ipq11dXex04IuCelR { display:block; }
 }@media only screen and (max-width: 763px) { #dvmWxLh5m15mUAiEcnTRPiaTMN5P5EQi { width:19rem;height:3.25rem;top:4.9850234985351rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #pFI2zmXDv7hAes6vpySJWniQuL9lTPvR { width:18.9375rem;height:10.49625rem;top:83.560552597044rem;left:0.53125rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GELmc7unBiafqaSoNkIr5K2mDvNeq1zA { width:20rem;height:24.8974375rem;top:8.5416669845581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7IKx2QxxZW6czrKownTNwIQvnOwIR73 { width:20rem;height:24.8974375rem;top:33.470705032349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPfRdnTzX6VSeHKGenNnTr45vTNFyCnR { width:20rem;height:24.834rem;top:58.330080032349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUAu5sFI1gWCkzX5SoUNJ5OcFgHpiCNF { width:18.25rem;height:6.5651875rem;top:21.364877700806rem;left:0.874467253685rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15008;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #udDI4vmhDtsLNx7l0osWih5iP2ePAqmE { top:98.874351501462rem;left:0rem;width:20rem;height:0.0625rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NuutdU1nur0SrKvPZuvCTUH6Jx1ftTQ2 { width:18.499625rem;height:3.9391rem;top:27.359197616577rem;left:0.87357950210569rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15008;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #X4NaxTiCWfyf8CUgyVf1tS6htJWvQaWt { width:18.0610625rem;height:2.6260625rem;top:54.434478759766rem;left:0.84357237815856rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15008;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JbFcEtEIsoUtNs7uTAuhNIt928kI2vzS { width:18.125rem;height:7.8781875rem;top:47.683414459229rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15008;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wUiWfn4UvTetleVQbG34SgQlDTSCAXm9 { width:18.9373125rem;height:5.25213125rem;top:73.873224258425rem;left:0.65500712394713rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15008;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BuDqCmEqKIPTbK154SkMXXk13IXQ6qJV { width:18.2493125rem;height:2.6260625rem;top:79.187854766844rem;left:0.68607950210569rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15008;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ATKps0wFpQwPzhSbO9yMTs2ACzRxr5Us { background-color:transparent;background-image:none;display:none; }#ATKps0wFpQwPzhSbO9yMTs2ACzRxr5Us > .row .container { width:20rem;height:2.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vo82rFoseUxcuwKcZ75alxITTAm4dOFe { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c550ea8b-adfc-4b08-bafb-b540ea4a0e03/MOBSALA.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vo82rFoseUxcuwKcZ75alxITTAm4dOFe.adaptive-delivery-prevent-bg, #vo82rFoseUxcuwKcZ75alxITTAm4dOFe.lazyload, #vo82rFoseUxcuwKcZ75alxITTAm4dOFe.lazyloading { background-image: none; }#vo82rFoseUxcuwKcZ75alxITTAm4dOFe > .row .container { background-color: transparent; background-image: none; }#vo82rFoseUxcuwKcZ75alxITTAm4dOFe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo82rFoseUxcuwKcZ75alxITTAm4dOFe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo82rFoseUxcuwKcZ75alxITTAm4dOFe > .row .container > .video-iframe-container { display: none; }#vo82rFoseUxcuwKcZ75alxITTAm4dOFe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo82rFoseUxcuwKcZ75alxITTAm4dOFe > .row > .video-iframe-container { display: none; }#vo82rFoseUxcuwKcZ75alxITTAm4dOFe > .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); }#vo82rFoseUxcuwKcZ75alxITTAm4dOFe > .row .container { width:20rem;height:50.749649047852rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phUv5lVIDgBsxPErzXGy9nSTM56ks8e4 { width:15.25rem;height:2.76278125rem;top:4.63671875rem;left:2.3748222589493rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #py2eElfArEffHRxF2nJs4gV2iDF9CrJI { width:20rem;height:3.900925rem;top:0.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #MAWbKWlNEd02d1T9Wu1uPD3WdnHU61px { top:44.712356567382rem;left:0.49893462657929rem;width:18.9994375rem;height:3.516333125rem;font-size:1.125rem;z-index:15002;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #id9039DvVVIWkUK34qq3oC3f7UwXZOPE { display:block; }
 }@media only screen and (max-width: 763px) { #TIR7D6EfiX3J9kau4JpuWWVrEoz8g1ER { width:18.5625rem;height:7.350875rem;top:17.276039123535rem;left:0.84375rem;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #QJsfSvO9qfWAhXEoelowSnhrHlfrlr6U { width:18.3125rem;height:4.87215625rem;top:7.419921875rem;left:0.84339487552644rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #SFqPEQ7GtE4oIOfSI4iqALDNrNDu4KUT { width:17.6243125rem;height:1.62464375rem;top:14.985795021057rem;left:1.186967253685rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #oy6BSqL8Ar6DiU8QOWr5XPGq6WmSMDK3 { width:20rem;height:9.625rem;top:16.199867248535rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hy10wZyM6nZtscHPrRKJkR56rLptBzLv { width:20rem;height:9.375rem;top:4.0870027542114rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq .accordion-element-container { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-top:0.0625rem solid #2763df;border-left:0.0625rem solid #2763df;border-right:0.0625rem solid #2763df;border-bottom:0.0625rem solid #2763df; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq .accordion-heading-text { font-size:1.0625rem;height:auto; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq .accordion-desc-text { font-size:0.8125rem;height:auto; }
#vDeWtyDyT56KVChWUCTCMWK0yiuR5STq { display:flex;height:auto;width:19.0625rem;top:16.733664512634rem;left:-0.2121804356575rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #2763df;border-left:0.125rem solid #2763df;border-right:0rem solid #2763df;border-bottom:0.125rem solid #2763df; }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #zCxOZad1pxcRQWN9Nl5dZ7amrJCxsRl5 {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #rlINqw7uXRHTfuTTGqBNCe6mWgedCamd {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #d33CXRLTTdvHPPcqcPZSKVhEZ7UlvAG4 {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #tJ7VTvw5gEurarpDFS56ArhdhBRGNqCf {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #msTwMk81pfeNf5a9J3hzuOs80w7QsqMs {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #IvsZISGx8iuIAVdG1Tdh1hTdIqrKITav {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #B5xleShSuHx9GDmEsQheAqFH24Nvs3be {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #vFUG9UctkywKM1wBWRM8i9I6qQlJm5JG {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #VTQ7iUv4cdP4ABB5Qg98yOfnDm6hMz2r {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #t0DhglKVTPV2wuqrpTUtZPsVbi6GTGNc {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #eztK6580GpQNiLUvZLPfZwVOnALH2rTQ {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #n2L3cb1STb3eh3IveTV6Nb2zDVtUFaD5 {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #bL3TN6vnTTUuMn6TTFGEohBOeowNqUyO {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #SVNNfl334d9kB4Tx3XMFVKcgGuQMJGar {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #Mf3dB8MVLWiURhNtrucira2vnrRUh4EP {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #kdp3G4m7gWKKEERyvvdq0OKcAE4Vp9xu {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #AQenU5tc8tvsnsVt6gXZo5Zv25yS3Z9y {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #kfcttohHSbzMxWQ0kLSDC59iC2c8IOtB {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #zbu95k8Ri1HVPER6PMTwZLvIB1FwQf7m {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #sZtbKsVJIRMTqSrKfvXfnZUpTWViQ1gC {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #dvcbeThBlQymrx2J5uKHwePstDEorxHC {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #bG2onAt4zK3bkfpdsnhkvrbDXvMLorXM {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #HOqCKyEuG9QChhMpORg01pACR74DCSvh {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #KPfwzn0xhz7hq5kvCT32Fm8Z79q9ZrIT {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #ccm85l1gIHksuw92W7PasBcAs1UDBfU4 {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #C9damDqXQIFKpCR05Gf8pR5HcXo4UsuN {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #booIGASJiefB0bnMznr0oXBF9U5k4xnm {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #rBB24ZFaed35tqJnaBmTGHWmKo4gTKcX {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #G59Okm9Fb5F10r3cpCtPrH5ThNPsXlxa {  }
 }@media only screen and (max-width: 763px) { #vDeWtyDyT56KVChWUCTCMWK0yiuR5STq #C5JB6Ulu9IgQcSVmn9iQgfo4k62kzoDs {  }
 }@media only screen and (max-width: 763px) { #NHCRsNNrszTt2bQH6bw8HGcmn1Okxn2e { width:20rem;height:1.54385625rem;top:33.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #EvHaxiNknfV0NQZJ0JiP1QSpINnVAolD { top:50.687143325806rem;left:0rem;width:20rem;height:0.062144875rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #knSWGloRuAPJNgSdG3nZFfUXv0NdTdzn { display:none; }#knSWGloRuAPJNgSdG3nZFfUXv0NdTdzn > .row .container { width:20rem;height:1.12428855896rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eHSp7GzhKp7mvbLMvOBvtEDJf3nN8oip { top:0.87624740600588rem;left:0rem;width:20rem;height:0.061257125rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Zf65t7zxgzQEV6iqFbUMqFQFgBwsl23f { top:0.93838882446287rem;left:0rem;width:20rem;height:0.062144875rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HpmV04Ebc3rt3HTJif1pNIbmebUL8X4x { top:1.0617885589599rem;left:0rem;width:20rem;height:0.062144875rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL { background-color:#012538;background-image:url("https://images.assets-landingi.com/uc/8436cf0c-8f50-4ebb-973b-fd43673775f0/MOBCARREIRA.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL.adaptive-delivery-prevent-bg, #cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL.lazyload, #cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL.lazyloading { background-image: none; }#cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL > .row .container { background-color: transparent; background-image: none; }#cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL > .row .container > .video-iframe-container { display: none; }#cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL > .row > .video-iframe-container { display: none; }#cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL > .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); }#cZOWHCaWd24KSpyIK7rbIKzEszxUPLNL > .row .container { width:20rem;height:28.936782836914rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1ZfGeD0B3rAx4vFEtmZsWo2RdrXT2B3 { width:15rem;height:2.03125rem;top:30rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBIJoe55vIcCRagslQr6gUt0O6gLofwG { width:20rem;height:5.25rem;top:34.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LcVcvlMlm9NXbzrAAVzVOmJS504OgPFw { width:17.9980625rem;height:3.8496125rem;top:57.4375rem;left:1rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mT6DwmATHoJZEPuL0pdJUcP48UTi4R2C { width:6.5625rem;height:3.5rem;top:54.5rem;left:5.7177734375rem;text-align:center;text-align-last:center;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKBIsNKHlEG0R35UTH9ilMtWpbmWzxhS { width:20rem;height:9.666rem;top:62.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hb6bogtPRt66Qwh3oDC8iTIz4nAMPcF5 { width:20rem;height:3rem;top:59.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJ3ahXTul1akFRvxweqvzbANTPMMKNXu { width:20rem;height:5.25rem;top:40.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pUlEDr8tKRy2VpW1O4INpsLiA1i1pZ4A { width:20rem;height:7.875rem;top:45.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #h1a7tarUbW0bnpvpSGo60Bk4gDh9ESaG { width:12.125rem;height:1.59375rem;top:31.94921875rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #spdMNPSHUXFvUiSawFAz25N6a8DzsiAF { top:71.640625rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:1.25rem;z-index:15002;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #0cfa30;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #i21LPexysmLvZ0IQ3HKTI3luMF7tNucV { display:block; }
 }@media only screen and (max-width: 763px) { #HMFy0TW5qvb1Q698yl61CfopxE2fWaQJ { width:19.375rem;height:5rem;top:75.703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXBAqn5OxJFcdB8O5n1Bx6J7gGixiVS1 { top:28.8743125rem;left:0rem;width:20rem;height:0.0625rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ScR2nJcV21dQa3PtmclOTWLw1EAQ6Vlp { background-color:#012538;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ScR2nJcV21dQa3PtmclOTWLw1EAQ6Vlp > .row .container { background-color: transparent; background-image: none; }#ScR2nJcV21dQa3PtmclOTWLw1EAQ6Vlp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScR2nJcV21dQa3PtmclOTWLw1EAQ6Vlp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScR2nJcV21dQa3PtmclOTWLw1EAQ6Vlp > .row .container > .video-iframe-container { display: none; }#ScR2nJcV21dQa3PtmclOTWLw1EAQ6Vlp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScR2nJcV21dQa3PtmclOTWLw1EAQ6Vlp > .row > .video-iframe-container { display: none; }#ScR2nJcV21dQa3PtmclOTWLw1EAQ6Vlp > .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); }#ScR2nJcV21dQa3PtmclOTWLw1EAQ6Vlp > .row .container { border-width: 0; border-radius: 0; }#ScR2nJcV21dQa3PtmclOTWLw1EAQ6Vlp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ScR2nJcV21dQa3PtmclOTWLw1EAQ6Vlp > .row .container { width:20rem;height:49.688743591309rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnOW0CrTCQRy3C1M7caHSfrxWll5xkIM { width:15rem;height:2.03125rem;top:0.8125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #mOX1MCuqMkc8vlWKTleZgqorKs62wPTu { width:12.125rem;height:1.59375rem;top:2.75rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #OR5pLCIxHl8ekc2c0rG1oB6DTmHBS6sx { width:20rem;height:5.25213125rem;top:4.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #B3Fp9aVzT6fGxsaMtrnIAzArI8QAKRwQ { width:20rem;height:5.25213125rem;top:10.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #GkGCAHbS4FtGGwSzDFQtDALOTrvfIfGA { width:20rem;height:7.87821875rem;top:15.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ZVS70HBpT7qNpCAnT0Al3rmOBLvwkO2f { width:6.5625rem;height:3.5rem;top:24.125rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:2.5rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #OcpryDAAz1M8zDKgZMDkG1QmosbDGzWf { width:17.9980625rem;height:3.85rem;top:27.0625rem;left:1rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #EPKnrBfoGwdVAvOheg9itJ53hGb7Sbau { width:20rem;height:9.6635rem;top:32.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ONSFpbc70FaQ5VygH2mCwuQ4x6DzDgHk { top:40.625rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:1.25rem;z-index:15012;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #0cfa30;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #du7149IsgI2HTBaGvePNDp2XULDyfHxN { display:block; }
 }@media only screen and (max-width: 763px) { #Rnlv8wfH1h4MgVTaD8lxo4KUHSWR3u9B { width:19.375rem;height:5rem;top:44.625rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #DCEz6mBRuRc48P45VkRWksliGQgMim1N { top:49.626304626465rem;left:0rem;width:20rem;height:0.0611979375rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sAbvEWJTtPPLgQhI76W4s0wE2xdTqQCy { display:none; }#sAbvEWJTtPPLgQhI76W4s0wE2xdTqQCy > .row .container { width:20rem;height:0.68838691711425rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TfzOdT9JqXbpuzXsa3h7WClxzs4BTSdO { top:0.56374359130859rem;left:0rem;width:20rem;height:0.062144875rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OkaA1xbQZ77h7H1Vvown9CT6Iibso6TW { top:0.62588691711425rem;left:0rem;width:20rem;height:0.061257125rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/58ef8c27-88ed-4470-8c9b-ac1f6e4fe399/casalcama.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4.adaptive-delivery-prevent-bg, #RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4.lazyload, #RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4.lazyloading { background-image: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { border-width: 0; border-radius: 0; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { width:20rem;height:13.7509765625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wARq6aJ7fR3WvWkhEaGEAe2nXZ8Brnnc { top:13.68874168396rem;left:0rem;width:20rem;height:0.061257125rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #woZ25tTHZ8v5zIkbEd3lghq1pq1q1UQZ { top:13.687839508057rem;left:0rem;width:20rem;height:0.061257125rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pPcGFfXGBq1F5iRX9EhHZkvGmWNU3hdh { background-color:#1f2833;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pPcGFfXGBq1F5iRX9EhHZkvGmWNU3hdh > .row .container { border-width: 0; border-radius: 0; }#pPcGFfXGBq1F5iRX9EhHZkvGmWNU3hdh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pPcGFfXGBq1F5iRX9EhHZkvGmWNU3hdh > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x2EJz5PSc3rfC09RmXmKcCt2UAox01xI { background-color:transparent;background-image: -webkit-linear-gradient(0deg, #182938, #011b27);background-image: -moz-linear-gradient(0deg, #182938, #011b27);background-image: -ms-linear-gradient(0deg, #182938, #011b27);background-image: -o-linear-gradient(0deg, #182938, #011b27);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#182938', endColorstr='#011b27' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#182938', endColorstr='#011b27' );";background-image: linear-gradient(0deg, #182938, #011b27);background-size:cover !important;display:block; }#x2EJz5PSc3rfC09RmXmKcCt2UAox01xI > .row .container { background-color: transparent; background-image: none; }#x2EJz5PSc3rfC09RmXmKcCt2UAox01xI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2EJz5PSc3rfC09RmXmKcCt2UAox01xI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2EJz5PSc3rfC09RmXmKcCt2UAox01xI > .row .container > .video-iframe-container { display: none; }#x2EJz5PSc3rfC09RmXmKcCt2UAox01xI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2EJz5PSc3rfC09RmXmKcCt2UAox01xI > .row > .video-iframe-container { display: none; }#x2EJz5PSc3rfC09RmXmKcCt2UAox01xI > .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); }#x2EJz5PSc3rfC09RmXmKcCt2UAox01xI > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfXhL7M7k0PIkXmbTSLytEhuuxWXyeOP { height:11.0625rem;width:20rem;top:35.9375rem;left:0rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #hRGNiyC690vgHVzATFHMLsCUf9DAwuTN { top:37.9375rem;left:0rem;width:19rem;height:4.8125rem;font-size:1.25rem;z-index:15002;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #0cfa30;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #woI9W4gI3GLlDACQX1geccwHNO11IkPB { display:block; }
 }@media only screen and (max-width: 763px) { #RxyQJfbi85OuhLsQFXAEeRC9oJTU6khU { top:0.125rem;left:0.6875rem;width:18.625rem;height:33.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #eqWI2P12AVUFTTCdCFdS2oAPf5esd37y { top:0rem;left:0.3125rem;width:19.375rem;height:34.5625rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HJK50Fu4FLTAi8tiDSSkhJnMuOhlLycE { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/58ef8c27-88ed-4470-8c9b-ac1f6e4fe399/casalcama.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HJK50Fu4FLTAi8tiDSSkhJnMuOhlLycE.adaptive-delivery-prevent-bg, #HJK50Fu4FLTAi8tiDSSkhJnMuOhlLycE.lazyload, #HJK50Fu4FLTAi8tiDSSkhJnMuOhlLycE.lazyloading { background-image: none; }#HJK50Fu4FLTAi8tiDSSkhJnMuOhlLycE > .row .container { background-color: transparent; background-image: none; }#HJK50Fu4FLTAi8tiDSSkhJnMuOhlLycE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJK50Fu4FLTAi8tiDSSkhJnMuOhlLycE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJK50Fu4FLTAi8tiDSSkhJnMuOhlLycE > .row .container > .video-iframe-container { display: none; }#HJK50Fu4FLTAi8tiDSSkhJnMuOhlLycE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJK50Fu4FLTAi8tiDSSkhJnMuOhlLycE > .row > .video-iframe-container { display: none; }#HJK50Fu4FLTAi8tiDSSkhJnMuOhlLycE > .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); }#HJK50Fu4FLTAi8tiDSSkhJnMuOhlLycE > .row .container { border-width: 0; border-radius: 0; }#HJK50Fu4FLTAi8tiDSSkhJnMuOhlLycE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HJK50Fu4FLTAi8tiDSSkhJnMuOhlLycE > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGLKEafCAFSpTtwMSBNspCCnKnqsiUtr { background-color:#1f2833;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bGLKEafCAFSpTtwMSBNspCCnKnqsiUtr > .row .container { border-width: 0; border-radius: 0; }#bGLKEafCAFSpTtwMSBNspCCnKnqsiUtr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bGLKEafCAFSpTtwMSBNspCCnKnqsiUtr > .row .container { width:20rem;height:0.62713050842285rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JgAzluS2xg74DbnI6IwtuFWG05F0IW6x { top:0.56373310089111rem;left:0rem;width:20rem;height:0.061257125rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LpTo2p4IOi75d4mVdTKegTTub3LovC3g { top:0.56463050842285rem;left:0rem;width:20rem;height:0.061257125rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CSf6TgffgUtTQVTk4qS1PTCpPdwdwA0N { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #012538, #000000);background-image: -moz-linear-gradient(180deg, #012538, #000000);background-image: -ms-linear-gradient(180deg, #012538, #000000);background-image: -o-linear-gradient(180deg, #012538, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#012538', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#012538', endColorstr='#000000' );";background-image: linear-gradient(180deg, #012538, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CSf6TgffgUtTQVTk4qS1PTCpPdwdwA0N > .row .container { background-color: transparent; background-image: none; }#CSf6TgffgUtTQVTk4qS1PTCpPdwdwA0N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSf6TgffgUtTQVTk4qS1PTCpPdwdwA0N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSf6TgffgUtTQVTk4qS1PTCpPdwdwA0N > .row .container > .video-iframe-container { display: none; }#CSf6TgffgUtTQVTk4qS1PTCpPdwdwA0N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSf6TgffgUtTQVTk4qS1PTCpPdwdwA0N > .row > .video-iframe-container { display: none; }#CSf6TgffgUtTQVTk4qS1PTCpPdwdwA0N > .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); }#CSf6TgffgUtTQVTk4qS1PTCpPdwdwA0N > .row .container { border-width: 0; border-radius: 0; }#CSf6TgffgUtTQVTk4qS1PTCpPdwdwA0N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSf6TgffgUtTQVTk4qS1PTCpPdwdwA0N > .row .container { width:20rem;height:13.314453125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPfeoTHcTUF7LrNbNrBUMIlTv4rROa2n { width:20rem;height:3.0877125rem;top:4.3619785308838rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15013;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oEycwwJQKqRwG10nEM5AVHfcvCcsWVnA { width:18.25rem;height:3.900925rem;top:0.1875rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #kPvBIu61R2uw821Z7SEQGpbqTRCHTi83 { top:8.25rem;left:0.5rem;width:18.9994375rem;height:3.38636375rem;font-size:1.25rem;z-index:15007;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #0cfa30;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #nHTOCGdhJZoVpwBx8n7gK3egZP80sDTH { display:block; }
 }@media only screen and (max-width: 763px) { #vJPKdpA9pOuyNdfsMz1s7e9Hu9JW63XB { top:13.251953125rem;left:0rem;width:20rem;height:0.060546875rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BuOyJiwrTvPFBHNouZ04EVIVKqkCSiD8 { display:block; }#BuOyJiwrTvPFBHNouZ04EVIVKqkCSiD8 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t34gN7b9MugVZlmucwXwTA0c9HlhHCPO { width:17.9375rem;height:2.9243625rem;top:0.3125rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #WqWmKgNGzkslTrH2KWNqg5RrTXB1XhTM { width:20rem;height:2.43608125rem;top:3.1725311279297rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #PrXRLhDBS290qSftpDTwBqtB53grOpa6 { display:block; }#PrXRLhDBS290qSftpDTwBqtB53grOpa6 > .row .container { width:20rem;height:118.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOMCHASa9T40WVNKFnQC69nbHGsX67Iu { width:18.625rem;height:33.75rem;top:0.029953002929688rem;left:0.6875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #PBQ3TsiUeipwr5p3BDfQ5128feVLrAWc { top:0rem;left:0.3125rem;width:19.375rem;height:34.5625rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S4e8hWGpeiRe4NrL6HkTPCH2TzZ77ool { width:15rem;height:19.625rem;top:56.75rem;left:2.5rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #uJk7Cty4ctebtx783UxGnoiT9tq1iy8h { width:13.1875rem;height:11.25rem;top:63.625rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15008;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KJQ4GCtxCP4q7c4SINAZSXaJ4qEKrsTA { width:15rem;height:19.625rem;top:77.625rem;left:2.5rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #qQgPDxCpim4T2J4m9OtFPPd6ozhzRQTQ { width:13.6875rem;height:11.25rem;top:105.4375rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15008;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ouXBdx1QblhFQAp1gmi5c3K6WNCbw1pl { width:15rem;height:19.6875rem;top:98.5rem;left:2.5rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #UX64NDwegRh3RxXT4oho04XpuV9QTrUk { width:13.25rem;height:11.25rem;top:84.5rem;left:3.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15008;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #v8ups7BWeOK8O5CLOOIvGv8Z4Qw9RBg6 { width:15rem;height:19.6875rem;top:35.8125rem;left:2.5rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #OmMoIo40RFMJIgUNe8W9L8MZTwTmQycD { width:13.625rem;height:11.25rem;top:42.625rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15008;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WOK2DCuyZPb9u2XaphgalLPF8DGT13vk { background-color:#1f2833;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WOK2DCuyZPb9u2XaphgalLPF8DGT13vk > .row .container { border-width: 0; border-radius: 0; }#WOK2DCuyZPb9u2XaphgalLPF8DGT13vk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOK2DCuyZPb9u2XaphgalLPF8DGT13vk > .row .container { width:20rem;height:0.626953125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HGz0W9RKX27oLy5ZphW5DBgJ2brlIelv { top:0.564453125rem;left:0rem;width:20rem;height:0.060546875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65 { background-color:#090e11;background-image:url("https://images.assets-landingi.com/uc/c35d738c-b10d-4fdc-a2fc-7852ea89fdf7/FINALORIGINAL.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65.adaptive-delivery-prevent-bg, #DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65.lazyload, #DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65.lazyloading { background-image: none; }#DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65 > .row .container { background-color: transparent; background-image: none; }#DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65 > .row .container > .video-iframe-container { display: none; }#DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65 > .row > .video-iframe-container { display: none; }#DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65 > .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); }#DRm8DIBGpxsDV5r1CtRdr0h7klxWTt65 > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiQ2c09JfasglHKWMstT2DhXXsIMgdXm { width:20rem;height:7.1386875rem;top:41.0859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nUrLTfu47TbVQTWL36ZMailHmK57N5n4 { top:37.6484375rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:1.25rem;z-index:15002;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #0cfa30;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #Hw65gmokD7i6F3kTvNJA2VQqb9SPcllh { display:block; }
 }@media only screen and (max-width: 763px) { #EZGefWctOVCRFQo9kFURrvBaTgrQJfS9 { width:20rem;height:1.048825rem;top:48.474609375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jvn8XB678aUfP0deRbk7SrRi33w98cEs { width:20rem;height:2.2745rem;top:48.912109375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #O9heT10tV9g6hEbauWBKBoEopiQnWlqh { top:23.356710910797rem;left:0rem;width:20rem;height:3.39702rem;font-size:1.25rem;z-index:15012;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #0cfa30;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #nQqbdn9FTnFxEz3P1OsVOHeCxQCygiT8 { display:block; }
 }@media only screen and (max-width: 763px) { #oHcloJRSGlIcaAWauN75OtDXMFhuWWJw { width:14.375rem;height:5rem;top:0rem;left:2.8124998807907rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #RG3IUreQKQ1EQt2wyQiA0X9tqHLXmVfl { width:20rem;height:1.62464375rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #SnAoKTcgE14VoSN574bo6s4XnfFnViSw { width:20rem;height:1.298825rem;top:5.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #MkTLnpkD4k0h7kQcS2y6SmOLNRKTVSu7 { width:20rem;height:10.198875rem;top:8.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTBQIcqJQlZo2nU7CT77vk8TJyHia47k { width:20rem;height:0;top:48.623046875rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #Lwo8yhhrqqSd5pp3ZNJ3TKinSEtGdCXP { width:20rem;height:0;top:52.435546875rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #T5n0H6nl7xMEucTdLVCCW9nwTsGdmgwH { width:20rem;height:0;top:56.560546875rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #ffdgMGGi2JhCIKIIyFFMtp8qan5zty7G { width:20rem;height:0;top:46.685546875rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #HIrvebuFAcNrdUORiiTJTtFSPRyeUqPe { width:20rem;height:2.2745rem;top:19.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15014;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #StTQDVttS9AvuwkNeZKNz6wgUdGa71Et { width:20rem;height:11.0440625rem;top:8.0729675292969rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #spAf64x8PoTwRdLu16iU25NOrXPDRdGM { top:22.125rem;left:0rem;width:20rem;height:0.0594815625rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WBXQTvO8EWcNCLwsyGr8uTlgkcMuahNZ { top:19.23899269104rem;left:0rem;width:20rem;height:0.0594815625rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ftSHvAuHoRSAwncgCRl8zSG8Gg2pKB9m { background-color:#1f2833;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ftSHvAuHoRSAwncgCRl8zSG8Gg2pKB9m > .row .container { border-width: 0; border-radius: 0; }#ftSHvAuHoRSAwncgCRl8zSG8Gg2pKB9m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ftSHvAuHoRSAwncgCRl8zSG8Gg2pKB9m > .row .container { width:20rem;height:0.689453125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WlzTaLdHhxsySIXWLFqwnQ2c2ENmazor { top:0.564453125rem;left:0rem;width:20rem;height:0.060546875rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CagxsIEHTkvxivKqMtvc2DbchqwA8lTo { top:0.626953125rem;left:0rem;width:20rem;height:0.060546875rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qhIEF7DS6SudbgCrcB4p8cGnvEJDenG8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #012538);background-image: -moz-linear-gradient(180deg, #000000, #012538);background-image: -ms-linear-gradient(180deg, #000000, #012538);background-image: -o-linear-gradient(180deg, #000000, #012538);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#012538' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#012538' );";background-image: linear-gradient(180deg, #000000, #012538);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qhIEF7DS6SudbgCrcB4p8cGnvEJDenG8 > .row .container { background-color: transparent; background-image: none; }#qhIEF7DS6SudbgCrcB4p8cGnvEJDenG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhIEF7DS6SudbgCrcB4p8cGnvEJDenG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhIEF7DS6SudbgCrcB4p8cGnvEJDenG8 > .row .container > .video-iframe-container { display: none; }#qhIEF7DS6SudbgCrcB4p8cGnvEJDenG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhIEF7DS6SudbgCrcB4p8cGnvEJDenG8 > .row > .video-iframe-container { display: none; }#qhIEF7DS6SudbgCrcB4p8cGnvEJDenG8 > .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); }#qhIEF7DS6SudbgCrcB4p8cGnvEJDenG8 > .row .container { border-width: 0; border-radius: 0; }#qhIEF7DS6SudbgCrcB4p8cGnvEJDenG8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qhIEF7DS6SudbgCrcB4p8cGnvEJDenG8 > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhQ2nDl9XzOwaF8T4Do8ITokwDdDFgFV { width:20rem;height:0.9002125rem;top:0.4140625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMvvWm6G0DEFSQpG3aIXRUpF08yEQ8q4 { background-color:#1f2833;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JMvvWm6G0DEFSQpG3aIXRUpF08yEQ8q4 > .row .container { border-width: 0; border-radius: 0; }#JMvvWm6G0DEFSQpG3aIXRUpF08yEQ8q4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMvvWm6G0DEFSQpG3aIXRUpF08yEQ8q4 > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }