.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/290fab1c-3f91-45e4-b30d-cf8f1784bdb1/HeaderDesk_NovasEstampas.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:60rem;position:relative;display:block; }#iwHZiyKw3R7XOgagcdW80JwUIx4ZAmUB { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.6875rem;width:26.6875rem;top:6rem;left:26.6875rem;overflow:hidden;display:block; }
#gMJ9H1mmUusUvUADUdShO2dtoJETBuHV { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:15.1875rem;left:7.9375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TaywtBT7TK9JPn23dPy0U3u2JVmqHUVz { position:absolute;display:block;z-index:100002;background-color:rgba(54,66,192,0.99);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:3.0625rem;width:20.6875rem;top:14.6875rem;left:7.1875rem;display:block; }
#XsQo4h75mfaiWa70JXzngGPp6WqffK4G { color:#000000;display:block;width:23.75rem;position:absolute;font-family:nunito;font-size:2.5rem;font-weight:400;z-index:100004;line-height:.8;letter-spacing:0;top:20.0625rem;left:7.1875rem;height:8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DGxW7SFLEPb7lxT8BOqmL0StA0dHqIZ3 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:8.3125rem;top:5.9375rem;left:46.1875rem;overflow:hidden;display:block; }
#VcPvwGeqrhXvg07uAtQtlDO7QcbU6Hm3 { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:33.875rem;left:12.6875rem;display:block; }
#eBIqIpguThUZvQQ1Hf91RUMmKgncmhiO { position:absolute;display:block;z-index:99999;background-color:#00ffae;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.29) ;height:2.3125rem;width:34.5rem;top:33.9375rem;left:12.125rem;display:block; }
#NqWGW7zvkvZNC0O3gkHkzxoz629OghBn { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:34.5rem;left:15.4375rem;height:1.29980625rem;display:block; }
#q4xvFGgPnRR1wnmZLBRABaGzt7GwS5uG { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:7.8125rem;top:8.3125rem;left:7.9375rem;overflow:hidden;display:block; }
#QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1a;background-image:url("https://images.assets-landingi.com/HYuHoE11/FUNDOROXO.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa.adaptive-delivery-prevent-bg, #QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa.lazyload, #QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa.lazyloading { background-image: none; }#QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa > .row .container { background-color: transparent; background-image: none; }#QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa > .row .container > .video-iframe-container { display: none; }#QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa > .row > .video-iframe-container { display: none; }#QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa > .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); }#QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa > .row .container { border-width: 0; border-radius: 0; }#QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:60rem;position:relative;display:block; }#lxWnT81zv9JqzPXZq9hF1FH9GF6wJgs8 { color:#ffffff;display:block;width:22rem;position:absolute;font-family:nunito;font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1;letter-spacing:0;top:3.75rem;left:29.0625rem;height:6.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GBJoXFZ4TZbqHO1terIFW8OyrHqX9nm3 { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:nunito;font-size:1.6875rem;font-weight:400;z-index:100001;line-height:.9;letter-spacing:0;top:12.8125rem;left:29.0625rem;height:3.0371125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#XAqpc8KuNsq6sHRsVk35PcukkUC6Keyt { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.75rem 0.75rem 0.8125rem rgba(0,0,0,0.5) ;height:20.9375rem;width:19.375rem;top:0rem;left:6.75rem;overflow:hidden;display:block; }
#odaO50iUcyQsmy2GlImbQ86x4B97sBL8 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:8.3125rem;top:11.6875rem;left:2.125rem;overflow:hidden;display:block; }
#U5G5iQq1mWTrMrJ3GlHqO9LmnLGVAp7E { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:16rem;display:none; }
#ot1h1A9GLzbkZUUdJC2lghL49f1F0iG5 { position:relative;display:none; }#ot1h1A9GLzbkZUUdJC2lghL49f1F0iG5 { border-width: 0; border-radius: 0; }#ot1h1A9GLzbkZUUdJC2lghL49f1F0iG5 > .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:60rem;position:relative;display:none; }#todUG7G0noQRa4I5AufCbVwxmWfFl2qo { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:8.3125rem;top:7rem;left:45.25rem;overflow:hidden;display:none; }
#fD49WbiNhlu6wDo6vf4iWSEmLvQ0UZBG { position:absolute;display:block;z-index:99999;background-color:#00ffae;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.29) ;height:2.3125rem;width:34.5rem;top:33.9375rem;left:12.125rem;display:none; }
#lbZTqVrhIKyAV1bZqVFylZVu0GRPzVpR { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:34.5rem;left:15.4375rem;height:1.25rem;display:none; }
#eHbT4mvZ6WShH2USv2lc0AApdmhh9qiV { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:33.875rem;left:12.6875rem;display:none; }
#qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/65687a2c-61bb-4812-b823-d1c79294f654/bgpadrao2.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF.adaptive-delivery-prevent-bg, #qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF.lazyload, #qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF.lazyloading { background-image: none; }#qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF > .row .container { background-color: transparent; background-image: none; }#qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF > .row .container > .video-iframe-container { display: none; }#qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF > .row > .video-iframe-container { display: none; }#qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF > .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); }#qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF > .row .container { border-width: 0; border-radius: 0; }#qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#JxPgcpFo7M9FebA73CueJUTi4ql2pJHo { color:#000000;display:block;width:33.375rem;position:absolute;font-family:nunito;font-size:1.875rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:10.25rem;left:13.6875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s4TLimJp3ITWQAyuccqnAsyhSHBu5IqB { position:absolute;display:block;z-index:100002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 1.0625rem rgba(0,0,0,0.5) ;height:3.3125rem;width:24.6875rem;top:4.0625rem;left:18.0625rem;display:block; }
#uz3p7X7kZaJTw8IQhbIThrk7cdKhokhg { color:#ffffff;display:block;width:44.375rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:4.875rem;left:8.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mZBI95J8VqfmPfNHilhZNNLMQh99IxwM { box-sizing:content-box;color:#00ffae;font-size:11.625rem;font-weight:400;line-height:1;height:16.625rem;width:16.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.8125rem;left:7.4375rem;display:block; }
#P7TOJ6TfsPEokfXVsLBIHEy4RgWWFter { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:18.4375rem;left:16.1875rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#Jb4TwlBCRSk59mxaJ96TT4lOalJXNMJB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00ffae;background-image:none;position:relative;display:block; }#Jb4TwlBCRSk59mxaJ96TT4lOalJXNMJB > .row .container { background-color: transparent; background-image: none; }#Jb4TwlBCRSk59mxaJ96TT4lOalJXNMJB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jb4TwlBCRSk59mxaJ96TT4lOalJXNMJB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jb4TwlBCRSk59mxaJ96TT4lOalJXNMJB > .row .container > .video-iframe-container { display: none; }#Jb4TwlBCRSk59mxaJ96TT4lOalJXNMJB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jb4TwlBCRSk59mxaJ96TT4lOalJXNMJB > .row > .video-iframe-container { display: none; }#Jb4TwlBCRSk59mxaJ96TT4lOalJXNMJB > .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); }#Jb4TwlBCRSk59mxaJ96TT4lOalJXNMJB > .row .container { border-width: 0; border-radius: 0; }#Jb4TwlBCRSk59mxaJ96TT4lOalJXNMJB > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:block; }#KZz4AHf91V6orGT2nMBTXGHzlJqDozpH { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;height:13.875rem;width:28.375rem;top:4.9375rem;left:23.625rem;display:block; }
#V6E0eOJVbLRr5Fc7NonZTgwgVBii1apK { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.125rem;left:12.75rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rB4QNlDkOSdOUvrmGVNcH4rM6GkgVWan { color:#1e1e1e;display:block;width:44.375rem;position:absolute;font-family:nunito;font-size:1.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:9.25rem;left:15.625rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#De3RRczMkPQp8OJNqS7o11vP6WUyemTE { color:#1e1e1e;display:block;width:44.375rem;position:absolute;font-family:nunito;font-size:3.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:11.75rem;left:15.625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JwPLQVvQlyC1qIdN6ag3TW6p3tT6d27K { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#EAcInECZvgKxT9l3yPGmrqczH4wR5rNv { position:absolute;display:block;z-index:100000;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 1.0625rem rgba(0,0,0,0.5) ;height:4.5rem;width:25.0625rem;top:3.3125rem;left:10.4375rem;display:block; }
#xcv1ULxMURQS6tGmcdvCHtquf5xczSS9 { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.4375rem;width:11.4375rem;top:3.3125rem;left:6.75rem;overflow:hidden;display:block; }
#QXHyveZO3aEZmOEhS7PIqpEXIXxPPCuX { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#p9ZKzzQ5WSHQGbJ7QbgTL0fsFngT3P6s { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.4375rem;width:11.4375rem;top:3.3125rem;left:6.75rem;overflow:hidden;display:none; }
#TyPP57c7VOSuB4yua4CRzRkKO1htIOpX { position:relative;display:none; }#TyPP57c7VOSuB4yua4CRzRkKO1htIOpX { border-width: 0; border-radius: 0; }#TyPP57c7VOSuB4yua4CRzRkKO1htIOpX > .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:60rem;position:relative;display:none; }#JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1a;background-image:url("https://images.assets-landingi.com/HYuHoE11/FUNDOROXO.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD.adaptive-delivery-prevent-bg, #JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD.lazyload, #JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD.lazyloading { background-image: none; }#JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD > .row .container { background-color: transparent; background-image: none; }#JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD > .row .container > .video-iframe-container { display: none; }#JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD > .row > .video-iframe-container { display: none; }#JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD > .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); }#JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD > .row .container { border-width: 0; border-radius: 0; }#JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:60rem;position:relative;display:block; }#kLgx4J2N2U3GHhOSAtUgEe2puOyZoSP8 { color:#ffffff;display:block;width:22rem;position:absolute;font-family:nunito;font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1;letter-spacing:0;top:5.625rem;left:31.875rem;height:4.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rQvq098XWiZMK48JNpan1n2vbznBOebe { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:nunito;font-size:1.6875rem;font-weight:400;z-index:100001;line-height:.9;letter-spacing:0;top:12.4375rem;left:31.875rem;height:3.0371125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#hcycL5F4Iani6fV9gvWzVcIT5zywHS2s { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.75rem 0.75rem 0.8125rem rgba(0,0,0,0.5) ;height:20.9375rem;width:19.375rem;top:0rem;left:9.8125rem;overflow:hidden;display:block; }
#A2Z1qT3vmbnvZ1TFNFoeJesaWvl4DWBU { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:8.3125rem;top:11.6875rem;left:5.1875rem;overflow:hidden;display:block; }
#geVGRd61J5vJcCrHSTmJrODJI9vR5k0L { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:16rem;display:none; }
#lTPoanBTyMv78sIaRRAEKTTFT9UNmOoz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/65687a2c-61bb-4812-b823-d1c79294f654/bgpadrao2.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn.adaptive-delivery-prevent-bg, #uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn.lazyload, #uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn.lazyloading { background-image: none; }#uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn > .row .container { background-color: transparent; background-image: none; }#uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn > .row .container > .video-iframe-container { display: none; }#uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn > .row > .video-iframe-container { display: none; }#uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn > .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); }#uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn > .row .container { border-width: 0; border-radius: 0; }#uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#EbGCJJ1wyT5csUDTaXOKag1CO7gKWiNP { color:#000000;display:block;width:33.375rem;position:absolute;font-family:nunito;font-size:1.875rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:10.25rem;left:13.6875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mMc0soWsqAnLwTaQTayIKIrLPHKkxfCg { position:absolute;display:block;z-index:100002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 1.0625rem rgba(0,0,0,0.5) ;height:3.3125rem;width:24.6875rem;top:4.0625rem;left:18.0625rem;display:block; }
#VC2JGXEdolm4Anfm8EMxErJIIOigp5TC { color:#ffffff;display:block;width:44.375rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:4.875rem;left:8.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wfPPXvbfhKtxS9X6B5tKCz9xune4ODME { box-sizing:content-box;color:#00ffae;font-size:11.625rem;font-weight:400;line-height:1;height:16.625rem;width:16.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.8125rem;left:7.4375rem;display:block; }
#QQCde8eTvq2KdEf91wiL6Mht3zfukg3P { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:18.4375rem;left:16.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ek0yyzQNK6hk2uqsi25hKAugeJg5mwqT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00ffae;background-image:none;position:relative;display:block; }#ek0yyzQNK6hk2uqsi25hKAugeJg5mwqT > .row .container { background-color: transparent; background-image: none; }#ek0yyzQNK6hk2uqsi25hKAugeJg5mwqT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ek0yyzQNK6hk2uqsi25hKAugeJg5mwqT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ek0yyzQNK6hk2uqsi25hKAugeJg5mwqT > .row .container > .video-iframe-container { display: none; }#ek0yyzQNK6hk2uqsi25hKAugeJg5mwqT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ek0yyzQNK6hk2uqsi25hKAugeJg5mwqT > .row > .video-iframe-container { display: none; }#ek0yyzQNK6hk2uqsi25hKAugeJg5mwqT > .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); }#ek0yyzQNK6hk2uqsi25hKAugeJg5mwqT > .row .container { border-width: 0; border-radius: 0; }#ek0yyzQNK6hk2uqsi25hKAugeJg5mwqT > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:block; }#ysBHifnvrHuN3UWJ2J2zdGTMkdUuKJOM { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;height:13.875rem;width:31.3125rem;top:5.375rem;left:10.3125rem;display:block; }
#z26cMEwfQ8kuHcV3MIwR3B2HsGq9PvIy { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.5625rem;left:23.0625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tf7voKtP6kUSiXzr7kvztuJ2mUCAQA7q { color:#1e1e1e;display:block;width:28.5625rem;position:absolute;font-family:nunito;font-size:2.8125rem;font-weight:400;z-index:100003;line-height:1;letter-spacing:0;top:8.125rem;left:11.6875rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PPK3fJX5Utkh1XGPxsQJEIHLXfJTNAVE { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#euCc5sZWp3UE2uZgJPakhFJbu7cyTrPV { position:absolute;display:block;z-index:100000;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 1.0625rem rgba(0,0,0,0.5) ;height:3.875rem;width:25.0625rem;top:3.375rem;left:20.75rem;display:block; }
#Z3aEydwrhEkrxtbO7BlRBerTB2o8hQ6x { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.4375rem;width:11.4375rem;top:3.375rem;left:41.625rem;overflow:hidden;display:block; }
#WJOahcLqFlNVxJvd8T4Hxm0cgA87PzRg { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#DT04LViuqx5geMRGveXhOivueGFZIeF1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b9d5da;background-image:url("https://images.assets-landingi.com/uc/8a686a42-0c3f-431b-a1fd-2a534c22cd28/bgblack.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#DT04LViuqx5geMRGveXhOivueGFZIeF1.adaptive-delivery-prevent-bg, #DT04LViuqx5geMRGveXhOivueGFZIeF1.lazyload, #DT04LViuqx5geMRGveXhOivueGFZIeF1.lazyloading { background-image: none; }#DT04LViuqx5geMRGveXhOivueGFZIeF1 > .row .container { background-color: transparent; background-image: none; }#DT04LViuqx5geMRGveXhOivueGFZIeF1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DT04LViuqx5geMRGveXhOivueGFZIeF1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DT04LViuqx5geMRGveXhOivueGFZIeF1 > .row .container > .video-iframe-container { display: none; }#DT04LViuqx5geMRGveXhOivueGFZIeF1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DT04LViuqx5geMRGveXhOivueGFZIeF1 > .row > .video-iframe-container { display: none; }#DT04LViuqx5geMRGveXhOivueGFZIeF1 > .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); }#DT04LViuqx5geMRGveXhOivueGFZIeF1 > .row .container { border-width: 0; border-radius: 0; }#DT04LViuqx5geMRGveXhOivueGFZIeF1 > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#xUSCqc1vHq5F382dUJhWLXTMVRwOw6cy { color:#ffffff;display:block;width:25.875rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:4rem;left:27.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B9hcJySPTASA7CmHwN69dVpw6sAXmiZW { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #00ffae;border-left:0.1875rem solid #00ffae;border-right:0.1875rem solid #00ffae;border-bottom:0.1875rem solid #00ffae;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;height:3.0625rem;width:25.8125rem;top:3.0625rem;left:27.375rem;display:block; }
#VaiylpyQJa7tIGdHuuE6VDZkGNFdXay6 { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:nunito;font-size:2.6875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:8.25rem;left:27.375rem;height:3.49365rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xSAlgqqZ1SiJ0s8ACc6U026xzTKEfTdF { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:12.1875rem;left:27.4375rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#Tcu8c1oX4sDZksN4mmNW0aKNAySMSCmc { z-index:100003;top:19.625rem;left:27.375rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00ffae, #02ab9a);background-image: -moz-linear-gradient(173deg, #00ffae, #02ab9a);background-image: -ms-linear-gradient(173deg, #00ffae, #02ab9a);background-image: -o-linear-gradient(173deg, #00ffae, #02ab9a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffae', endColorstr='#02ab9a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffae', endColorstr='#02ab9a' );";background-image: linear-gradient(173deg, #00ffae, #02ab9a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kWpIb5urLvVEiDK4S5AckXhzyHShq57a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OD5yxhZVAiVKwcXBTniDTfCORJOqcToS { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.375rem 0.5rem 0.1875rem rgba(0,0,0,0.5) ;height:26.75rem;width:23.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#BptD7I6kVvU9bbiA60ETT0V3mRH8iaf6 { position:relative;display:none; }#BptD7I6kVvU9bbiA60ETT0V3mRH8iaf6 { border-width: 0; border-radius: 0; }#BptD7I6kVvU9bbiA60ETT0V3mRH8iaf6 > .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:60rem;position:relative;display:none; }#OAQyxm3nicFEQhqD0ZTTJzAMOCrIi87J { position:relative;display:block; }#OAQyxm3nicFEQhqD0ZTTJzAMOCrIi87J { background-color: transparent; background-image: none; }#OAQyxm3nicFEQhqD0ZTTJzAMOCrIi87J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OAQyxm3nicFEQhqD0ZTTJzAMOCrIi87J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OAQyxm3nicFEQhqD0ZTTJzAMOCrIi87J > .row .container > .video-iframe-container { display: none; }#OAQyxm3nicFEQhqD0ZTTJzAMOCrIi87J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OAQyxm3nicFEQhqD0ZTTJzAMOCrIi87J > .row > .video-iframe-container { display: none; }#OAQyxm3nicFEQhqD0ZTTJzAMOCrIi87J > .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); }#OAQyxm3nicFEQhqD0ZTTJzAMOCrIi87J { border-width: 0; border-radius: 0; }#OAQyxm3nicFEQhqD0ZTTJzAMOCrIi87J > .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:74.5rem;width:60rem;position:relative;display:block; }#tubovc3xgr7sa7uGiekzIsz6adizU21k { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:"vcr osd mono";font-size:4.6875rem;font-weight:normal;z-index:100002;line-height:1;letter-spacing:0;top:6.8125rem;left:6.4375rem;height:9.375rem;text-align:left;text-align-last:left;display:block; }
#TvTURPl63ncJDgu0qctvbMBegVZhl5Cv { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1;letter-spacing:0;top:5rem;left:26.875rem;height:11.25rem;text-align:justify;text-align-last:initial;display:block; }
#X0t6U37GDZo4JORgtCD0FTKNlGNk8Nip { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.625rem;width:47.4375rem;top:19.4375rem;left:6.3125rem;display:block; }
#UkJdc6SJVfkWcUa6qc16oKGe9a1eFCec { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:"vcr osd mono";font-size:1.5625rem;font-weight:normal;z-index:100004;line-height:1;letter-spacing:0;top:3.75rem;left:6.4375rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#qeS7DTZ9ckkU0KrsJDPxTzh6Ad5hdxhT { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:32.375rem;top:47.5625rem;left:13.8125rem;display:block; }
#FctpTVIHTKFBMVEFTxn7UvPXXfWdoE6f { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.2;letter-spacing:0;top:51.8125rem;left:27.75rem;height:13.4961rem;text-align:justify;text-align-last:initial;display:block; }
#UoHmmWTtFTcZfIkvLlZxwHxq7bQlTsvd { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5rem;width:19.5rem;top:50.8125rem;left:6.4375rem;overflow:hidden;display:block; }
#bJcWTrgHuAKa0tdc8EBvLkPt2aSag0hk { z-index:100004;top:65.6875rem;left:27.75rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00ffae, #02ab9a);background-image: -moz-linear-gradient(173deg, #00ffae, #02ab9a);background-image: -ms-linear-gradient(173deg, #00ffae, #02ab9a);background-image: -o-linear-gradient(173deg, #00ffae, #02ab9a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffae', endColorstr='#02ab9a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffae', endColorstr='#02ab9a' );";background-image: linear-gradient(173deg, #00ffae, #02ab9a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#l5rKJNHXLQg7poWZ0vs7o6LWycOaSbMR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eTyVLKRqJ5uId8zynGODMRp4hUMte4Qm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191919;background-image:none;position:relative;display:block; }#eTyVLKRqJ5uId8zynGODMRp4hUMte4Qm > .row .container { background-color: transparent; background-image: none; }#eTyVLKRqJ5uId8zynGODMRp4hUMte4Qm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eTyVLKRqJ5uId8zynGODMRp4hUMte4Qm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eTyVLKRqJ5uId8zynGODMRp4hUMte4Qm > .row .container > .video-iframe-container { display: none; }#eTyVLKRqJ5uId8zynGODMRp4hUMte4Qm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eTyVLKRqJ5uId8zynGODMRp4hUMte4Qm > .row > .video-iframe-container { display: none; }#eTyVLKRqJ5uId8zynGODMRp4hUMte4Qm > .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); }#eTyVLKRqJ5uId8zynGODMRp4hUMte4Qm > .row .container { border-width: 0; border-radius: 0; }#eTyVLKRqJ5uId8zynGODMRp4hUMte4Qm > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#LeStrIEPT6EVOU6moKvT8w9xxKf9Bu8M { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:7.8125rem;top:2.8125rem;left:7.3125rem;overflow:hidden;display:block; }
#TSMSGHG3E2pgMXMLXCU6K3dNVqdWFVNP { display:block;width:34.625rem;position:absolute;font-family:nunito;font-size:0.6875rem;font-weight:700;z-index:100007;line-height:1.1;letter-spacing:0;top:2.0625rem;left:18.0625rem;height:3.02345rem;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#CNNcigclXH9ZCG4ysZCWySPARvaKOReq { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:6.8125rem;left:18.0625rem;display:block; }
#aA3CHBXGiUxnFbraWMNp6UfHv4OdkZ69 { box-sizing:content-box;color:#ffffff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:6.75rem;left:20rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwHZiyKw3R7XOgagcdW80JwUIx4ZAmUB { top:6rem;left:20.5625rem;width:26.6875rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMJ9H1mmUusUvUADUdShO2dtoJETBuHV { top:15.1875rem;left:1.8125rem;width:18.75rem;height:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaywtBT7TK9JPn23dPy0U3u2JVmqHUVz { top:14.6875rem;left:1.0625rem;width:20.6875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsQo4h75mfaiWa70JXzngGPp6WqffK4G { top:20.0625rem;left:1.0625rem;width:23.75rem;height:8rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGxW7SFLEPb7lxT8BOqmL0StA0dHqIZ3 { top:5.9375rem;left:39.4375rem;width:8.3125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcPvwGeqrhXvg07uAtQtlDO7QcbU6Hm3 { top:33.875rem;left:6.5625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBIqIpguThUZvQQ1Hf91RUMmKgncmhiO { top:33.9375rem;left:6rem;width:34.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqWGW7zvkvZNC0O3gkHkzxoz629OghBn { top:34.5rem;left:9.3125rem;width:32.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4xvFGgPnRR1wnmZLBRABaGzt7GwS5uG { top:8.3125rem;left:1.8125rem;width:7.8125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa { display:none; }#QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lxWnT81zv9JqzPXZq9hF1FH9GF6wJgs8 { top:3.75rem;left:22.9375rem;width:22rem;height:6.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBJoXFZ4TZbqHO1terIFW8OyrHqX9nm3 { top:12.8125rem;left:22.9375rem;width:20.6875rem;height:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAqpc8KuNsq6sHRsVk35PcukkUC6Keyt { top:0rem;left:0.625rem;width:19.375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #odaO50iUcyQsmy2GlImbQ86x4B97sBL8 { top:11.6875rem;left:0rem;width:8.3125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5G5iQq1mWTrMrJ3GlHqO9LmnLGVAp7E { width:16rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #ot1h1A9GLzbkZUUdJC2lghL49f1F0iG5 { display:none; }#ot1h1A9GLzbkZUUdJC2lghL49f1F0iG5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #todUG7G0noQRa4I5AufCbVwxmWfFl2qo { top:7rem;left:39.125rem;width:8.3125rem;height:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fD49WbiNhlu6wDo6vf4iWSEmLvQ0UZBG { top:33.9375rem;left:6rem;width:34.5rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lbZTqVrhIKyAV1bZqVFylZVu0GRPzVpR { top:21.8125rem;left:0rem;width:17.375rem;height:2.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHbT4mvZ6WShH2USv2lc0AApdmhh9qiV { top:33.875rem;left:6.5625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF { display:block; }#qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JxPgcpFo7M9FebA73CueJUTi4ql2pJHo { top:10.25rem;left:7.5625rem;width:33.375rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4TLimJp3ITWQAyuccqnAsyhSHBu5IqB { top:4.0625rem;left:11.9375rem;width:24.6875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz3p7X7kZaJTw8IQhbIThrk7cdKhokhg { top:4.875rem;left:2.0625rem;width:44.375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZBI95J8VqfmPfNHilhZNNLMQh99IxwM { top:1.8125rem;left:1.3125rem;width:16.625rem;height:16.625rem;font-size:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7TOJ6TfsPEokfXVsLBIHEy4RgWWFter { top:18.4375rem;left:10.0625rem;width:26.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb4TwlBCRSk59mxaJ96TT4lOalJXNMJB { display:none; }#Jb4TwlBCRSk59mxaJ96TT4lOalJXNMJB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KZz4AHf91V6orGT2nMBTXGHzlJqDozpH { top:4.9375rem;left:17.5rem;width:28.375rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6E0eOJVbLRr5Fc7NonZTgwgVBii1apK { top:4.125rem;left:6.625rem;width:20.4375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB4QNlDkOSdOUvrmGVNcH4rM6GkgVWan { top:9.25rem;left:3.375rem;width:44.375rem;height:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #De3RRczMkPQp8OJNqS7o11vP6WUyemTE { top:11.75rem;left:3.375rem;width:44.375rem;height:4.0625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwPLQVvQlyC1qIdN6ag3TW6p3tT6d27K { display:none; }
 }@media only screen and (max-width: 763px) { #EAcInECZvgKxT9l3yPGmrqczH4wR5rNv { top:3.3125rem;left:4.3125rem;width:25.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcv1ULxMURQS6tGmcdvCHtquf5xczSS9 { top:3.3125rem;left:0.625rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXHyveZO3aEZmOEhS7PIqpEXIXxPPCuX { display:none; }
 }@media only screen and (max-width: 763px) { #p9ZKzzQ5WSHQGbJ7QbgTL0fsFngT3P6s { top:3.3125rem;left:0.625rem;width:11.4375rem;height:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyPP57c7VOSuB4yua4CRzRkKO1htIOpX { display:none; }#TyPP57c7VOSuB4yua4CRzRkKO1htIOpX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD { display:none; }#JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kLgx4J2N2U3GHhOSAtUgEe2puOyZoSP8 { top:5.625rem;left:25.75rem;width:22rem;height:4.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQvq098XWiZMK48JNpan1n2vbznBOebe { top:12.4375rem;left:25.75rem;width:20.6875rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcycL5F4Iani6fV9gvWzVcIT5zywHS2s { top:0rem;left:3.6875rem;width:19.375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2Z1qT3vmbnvZ1TFNFoeJesaWvl4DWBU { top:11.6875rem;left:0rem;width:8.3125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #geVGRd61J5vJcCrHSTmJrODJI9vR5k0L { width:16rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTPoanBTyMv78sIaRRAEKTTFT9UNmOoz { display:none; }
 }@media only screen and (max-width: 763px) { #uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn { display:block; }#uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EbGCJJ1wyT5csUDTaXOKag1CO7gKWiNP { top:10.25rem;left:7.5625rem;width:33.375rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMc0soWsqAnLwTaQTayIKIrLPHKkxfCg { top:4.0625rem;left:11.9375rem;width:24.6875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC2JGXEdolm4Anfm8EMxErJIIOigp5TC { top:4.875rem;left:2.0625rem;width:44.375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfPPXvbfhKtxS9X6B5tKCz9xune4ODME { top:1.8125rem;left:1.3125rem;width:16.625rem;height:16.625rem;font-size:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQCde8eTvq2KdEf91wiL6Mht3zfukg3P { top:18.4375rem;left:10.0625rem;width:26.8125rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek0yyzQNK6hk2uqsi25hKAugeJg5mwqT { display:none; }#ek0yyzQNK6hk2uqsi25hKAugeJg5mwqT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ysBHifnvrHuN3UWJ2J2zdGTMkdUuKJOM { top:5.375rem;left:4.1875rem;width:31.3125rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z26cMEwfQ8kuHcV3MIwR3B2HsGq9PvIy { top:4.5625rem;left:16.9375rem;width:20.4375rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf7voKtP6kUSiXzr7kvztuJ2mUCAQA7q { top:8.125rem;left:5.5625rem;width:28.5625rem;height:8.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPK3fJX5Utkh1XGPxsQJEIHLXfJTNAVE { display:none; }
 }@media only screen and (max-width: 763px) { #euCc5sZWp3UE2uZgJPakhFJbu7cyTrPV { top:3.375rem;left:14.625rem;width:25.0625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3aEydwrhEkrxtbO7BlRBerTB2o8hQ6x { top:3.375rem;left:35.5rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJOahcLqFlNVxJvd8T4Hxm0cgA87PzRg { display:none; }
 }@media only screen and (max-width: 763px) { #DT04LViuqx5geMRGveXhOivueGFZIeF1 { display:block; }#DT04LViuqx5geMRGveXhOivueGFZIeF1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUSCqc1vHq5F382dUJhWLXTMVRwOw6cy { top:4rem;left:21.25rem;width:25.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9hcJySPTASA7CmHwN69dVpw6sAXmiZW { top:3.0625rem;left:21.25rem;width:25.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaiylpyQJa7tIGdHuuE6VDZkGNFdXay6 { top:8.25rem;left:21.25rem;width:23.6875rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSAlgqqZ1SiJ0s8ACc6U026xzTKEfTdF { top:12.1875rem;left:21.3125rem;width:23.6875rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcu8c1oX4sDZksN4mmNW0aKNAySMSCmc { top:19.625rem;left:19.6875rem;width:28.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWpIb5urLvVEiDK4S5AckXhzyHShq57a { display:block; }
 }@media only screen and (max-width: 763px) { #OD5yxhZVAiVKwcXBTniDTfCORJOqcToS { top:0rem;left:0rem;width:23.125rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BptD7I6kVvU9bbiA60ETT0V3mRH8iaf6 { display:none; }#BptD7I6kVvU9bbiA60ETT0V3mRH8iaf6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OAQyxm3nicFEQhqD0ZTTJzAMOCrIi87J { display:none; }#OAQyxm3nicFEQhqD0ZTTJzAMOCrIi87J > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tubovc3xgr7sa7uGiekzIsz6adizU21k { top:6.8125rem;left:0.3125rem;width:21.3125rem;height:9.375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvTURPl63ncJDgu0qctvbMBegVZhl5Cv { top:5rem;left:20.75rem;width:26.9375rem;height:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0t6U37GDZo4JORgtCD0FTKNlGNk8Nip { top:19.4375rem;left:0.1875rem;width:47.4375rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkJdc6SJVfkWcUa6qc16oKGe9a1eFCec { top:3.75rem;left:0.3125rem;width:31.5625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeS7DTZ9ckkU0KrsJDPxTzh6Ad5hdxhT { top:47.5625rem;left:7.6875rem;width:32.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FctpTVIHTKFBMVEFTxn7UvPXXfWdoE6f { top:51.8125rem;left:21.625rem;width:22.5625rem;height:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoHmmWTtFTcZfIkvLlZxwHxq7bQlTsvd { top:50.8125rem;left:0.3125rem;width:19.5rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJcWTrgHuAKa0tdc8EBvLkPt2aSag0hk { top:65.6875rem;left:21.625rem;width:22.5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5rKJNHXLQg7poWZ0vs7o6LWycOaSbMR { display:block; }
 }@media only screen and (max-width: 763px) { #eTyVLKRqJ5uId8zynGODMRp4hUMte4Qm { display:none; }#eTyVLKRqJ5uId8zynGODMRp4hUMte4Qm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LeStrIEPT6EVOU6moKvT8w9xxKf9Bu8M { top:2.8125rem;left:1.1875rem;width:7.8125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSMSGHG3E2pgMXMLXCU6K3dNVqdWFVNP { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNNcigclXH9ZCG4ysZCWySPARvaKOReq { top:6.8125rem;left:11.9375rem;width:2rem;height:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aA3CHBXGiUxnFbraWMNp6UfHv4OdkZ69 { top:6.75rem;left:13.875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#afbdd7;background-image:url("https://images.assets-landingi.com/uc/faa214f5-9baa-4d28-b4fa-f88bff8a6fef/HeaderMobile_NovasEstampas.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwHZiyKw3R7XOgagcdW80JwUIx4ZAmUB { width:18.25rem;height:18.25rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMJ9H1mmUusUvUADUdShO2dtoJETBuHV { width:17.25rem;height:1.21875rem;top:10.75rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaywtBT7TK9JPn23dPy0U3u2JVmqHUVz { width:15.625rem;height:2.125rem;top:10.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsQo4h75mfaiWa70JXzngGPp6WqffK4G { width:18.125rem;height:6rem;top:14.1875rem;left:0.9375rem;font-size:1.5rem;line-height:1;text-align:center;text-align-last:center;font-weight:400;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DGxW7SFLEPb7lxT8BOqmL0StA0dHqIZ3 { width:6.0625rem;height:6rem;top:20.125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcPvwGeqrhXvg07uAtQtlDO7QcbU6Hm3 { width:2.1875rem;height:2.1875rem;top:42.5625rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBIqIpguThUZvQQ1Hf91RUMmKgncmhiO { width:20rem;height:4.375rem;top:43.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqWGW7zvkvZNC0O3gkHkzxoz629OghBn { width:17.375rem;height:2.5996125rem;top:44.8125rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q4xvFGgPnRR1wnmZLBRABaGzt7GwS5uG { width:4.75rem;height:2.4375rem;top:6.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa { background-color:#0043f3;background-image:url("https://images.assets-landingi.com/HYuHoE11/FUNDOROXO.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa.adaptive-delivery-prevent-bg, #QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa.lazyload, #QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa.lazyloading { background-image: none; }#QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa > .row .container { background-color: transparent; background-image: none; }#QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa > .row .container > .video-iframe-container { display: none; }#QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa > .row > .video-iframe-container { display: none; }#QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa > .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); }#QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa > .row .container { border-width: 0; border-radius: 0; }#QnbH7ceh2DbcMXVzHC5T8OVB3RphbEGa > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxWnT81zv9JqzPXZq9hF1FH9GF6wJgs8 { width:15.6875rem;height:4.6875rem;top:5.5625rem;left:2.15625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GBJoXFZ4TZbqHO1terIFW8OyrHqX9nm3 { width:12.5625rem;height:1.9121125rem;top:11.8125rem;left:3.71875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XAqpc8KuNsq6sHRsVk35PcukkUC6Keyt { width:19.375rem;height:20.9375rem;top:27rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #odaO50iUcyQsmy2GlImbQ86x4B97sBL8 { width:8.3125rem;height:8.25rem;top:17.5rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U5G5iQq1mWTrMrJ3GlHqO9LmnLGVAp7E { top:1.125rem;left:15.03125rem;width:2.875rem;height:3.5625rem;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ot1h1A9GLzbkZUUdJC2lghL49f1F0iG5 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/767cc3a3-5000-47ac-8a26-3e18efdd08c0/Laugh.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ot1h1A9GLzbkZUUdJC2lghL49f1F0iG5.adaptive-delivery-prevent-bg, #ot1h1A9GLzbkZUUdJC2lghL49f1F0iG5.lazyload, #ot1h1A9GLzbkZUUdJC2lghL49f1F0iG5.lazyloading { background-image: none; }#ot1h1A9GLzbkZUUdJC2lghL49f1F0iG5 > .row .container { background-color: transparent; background-image: none; }#ot1h1A9GLzbkZUUdJC2lghL49f1F0iG5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ot1h1A9GLzbkZUUdJC2lghL49f1F0iG5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ot1h1A9GLzbkZUUdJC2lghL49f1F0iG5 > .row .container > .video-iframe-container { display: none; }#ot1h1A9GLzbkZUUdJC2lghL49f1F0iG5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ot1h1A9GLzbkZUUdJC2lghL49f1F0iG5 > .row > .video-iframe-container { display: none; }#ot1h1A9GLzbkZUUdJC2lghL49f1F0iG5 > .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); }#ot1h1A9GLzbkZUUdJC2lghL49f1F0iG5 > .row .container { border-width: 0; border-radius: 0; }#ot1h1A9GLzbkZUUdJC2lghL49f1F0iG5 > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #todUG7G0noQRa4I5AufCbVwxmWfFl2qo { width:6.0625rem;height:6rem;top:4.625rem;left:10.75rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #fD49WbiNhlu6wDo6vf4iWSEmLvQ0UZBG { width:14.625rem;height:2.8125rem;top:20.5rem;left:2.6875rem;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lbZTqVrhIKyAV1bZqVFylZVu0GRPzVpR { width:13.5rem;height:1.94921875rem;top:21rem;left:3.25rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #eHbT4mvZ6WShH2USv2lc0AApdmhh9qiV { width:2.1875rem;height:2.1875rem;top:24rem;left:-3.1875rem;font-size:1.5rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF { background-color:#b1b8ce;background-image:url("https://images.assets-landingi.com/uc/65687a2c-61bb-4812-b823-d1c79294f654/bgpadrao2.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF.adaptive-delivery-prevent-bg, #qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF.lazyload, #qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF.lazyloading { background-image: none; }#qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF > .row .container { background-color: transparent; background-image: none; }#qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF > .row .container > .video-iframe-container { display: none; }#qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF > .row > .video-iframe-container { display: none; }#qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF > .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); }#qtDkFJpkF7W4mhfX6TT96AOu5sp52tvF > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JxPgcpFo7M9FebA73CueJUTi4ql2pJHo { width:17.4375rem;height:4.125rem;top:10.5625rem;left:1.28125rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #s4TLimJp3ITWQAyuccqnAsyhSHBu5IqB { width:20rem;height:3.3125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz3p7X7kZaJTw8IQhbIThrk7cdKhokhg { width:20rem;height:1.13720625rem;top:4.3125rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mZBI95J8VqfmPfNHilhZNNLMQh99IxwM { width:14.375rem;height:14.375rem;top:5.4375rem;left:2.8125rem;font-size:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7TOJ6TfsPEokfXVsLBIHEy4RgWWFter { width:11.5rem;height:2.923825rem;top:19.125rem;left:4.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jb4TwlBCRSk59mxaJ96TT4lOalJXNMJB { display:block; }#Jb4TwlBCRSk59mxaJ96TT4lOalJXNMJB > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZz4AHf91V6orGT2nMBTXGHzlJqDozpH { width:17.625rem;height:14.0625rem;top:22.125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V6E0eOJVbLRr5Fc7NonZTgwgVBii1apK { width:17.9375rem;height:2.76171875rem;top:8.375rem;left:1.0625rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rB4QNlDkOSdOUvrmGVNcH4rM6GkgVWan { width:9rem;height:1.86865rem;top:13.5rem;left:10.0625rem;font-size:1.4375rem;font-weight:400;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #De3RRczMkPQp8OJNqS7o11vP6WUyemTE { width:20rem;height:3.8999rem;top:15.3125rem;left:0rem;font-size:3rem;font-weight:700;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JwPLQVvQlyC1qIdN6ag3TW6p3tT6d27K { top:4.9375rem;left:0rem;width:19.75rem;height:5.5rem;z-index:99998;background-color:#252525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EAcInECZvgKxT9l3yPGmrqczH4wR5rNv { width:20rem;height:4.5rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcv1ULxMURQS6tGmcdvCHtquf5xczSS9 { width:11.4375rem;height:11.4375rem;top:0rem;left:4.3125rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #QXHyveZO3aEZmOEhS7PIqpEXIXxPPCuX { top:16.75rem;left:2.6875rem;width:16.25rem;height:3rem;z-index:99996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #p9ZKzzQ5WSHQGbJ7QbgTL0fsFngT3P6s { width:11.4375rem;height:11.4375rem;top:15.3125rem;left:4.3125rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #TyPP57c7VOSuB4yua4CRzRkKO1htIOpX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ebc5db90-5e43-4899-9d53-745f0c4868f7/DSC0224121.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TyPP57c7VOSuB4yua4CRzRkKO1htIOpX.adaptive-delivery-prevent-bg, #TyPP57c7VOSuB4yua4CRzRkKO1htIOpX.lazyload, #TyPP57c7VOSuB4yua4CRzRkKO1htIOpX.lazyloading { background-image: none; }#TyPP57c7VOSuB4yua4CRzRkKO1htIOpX > .row .container { background-color: transparent; background-image: none; }#TyPP57c7VOSuB4yua4CRzRkKO1htIOpX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TyPP57c7VOSuB4yua4CRzRkKO1htIOpX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TyPP57c7VOSuB4yua4CRzRkKO1htIOpX > .row .container > .video-iframe-container { display: none; }#TyPP57c7VOSuB4yua4CRzRkKO1htIOpX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TyPP57c7VOSuB4yua4CRzRkKO1htIOpX > .row > .video-iframe-container { display: none; }#TyPP57c7VOSuB4yua4CRzRkKO1htIOpX > .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); }#TyPP57c7VOSuB4yua4CRzRkKO1htIOpX > .row .container { border-width: 0; border-radius: 0; }#TyPP57c7VOSuB4yua4CRzRkKO1htIOpX > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD { background-color:#0039f3;background-image:url("https://images.assets-landingi.com/HYuHoE11/FUNDOROXO.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD.adaptive-delivery-prevent-bg, #JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD.lazyload, #JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD.lazyloading { background-image: none; }#JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD > .row .container { background-color: transparent; background-image: none; }#JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD > .row .container > .video-iframe-container { display: none; }#JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD > .row > .video-iframe-container { display: none; }#JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD > .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); }#JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD > .row .container { border-width: 0; border-radius: 0; }#JBPf3AMM7FqZuCh6dR0GlUO8rPNZ1sqD > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kLgx4J2N2U3GHhOSAtUgEe2puOyZoSP8 { width:15.6875rem;height:3.25rem;top:6.625rem;left:2.1875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rQvq098XWiZMK48JNpan1n2vbznBOebe { width:14.375rem;height:4.94970625rem;top:11.6875rem;left:2.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hcycL5F4Iani6fV9gvWzVcIT5zywHS2s { width:19.375rem;height:20.9375rem;top:27rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2Z1qT3vmbnvZ1TFNFoeJesaWvl4DWBU { width:8.3125rem;height:8.25rem;top:17.5rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #geVGRd61J5vJcCrHSTmJrODJI9vR5k0L { top:2.0625rem;left:14.375rem;width:2.875rem;height:3.5625rem;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lTPoanBTyMv78sIaRRAEKTTFT9UNmOoz { top:2.25rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:100008;color:#00ffae;display:block; }
 }@media only screen and (max-width: 763px) { #uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn { background-color:#b9bcd8;background-image:url("https://images.assets-landingi.com/uc/65687a2c-61bb-4812-b823-d1c79294f654/bgpadrao2.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn.adaptive-delivery-prevent-bg, #uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn.lazyload, #uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn.lazyloading { background-image: none; }#uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn > .row .container { background-color: transparent; background-image: none; }#uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn > .row .container > .video-iframe-container { display: none; }#uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn > .row > .video-iframe-container { display: none; }#uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn > .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); }#uwmWgRlT7tUTPwBZa6MPKirD6x2yQTcn > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EbGCJJ1wyT5csUDTaXOKag1CO7gKWiNP { width:17.4375rem;height:4.125rem;top:13.25rem;left:1.3125rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mMc0soWsqAnLwTaQTayIKIrLPHKkxfCg { width:20rem;height:3.3125rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC2JGXEdolm4Anfm8EMxErJIIOigp5TC { width:20rem;height:1.7871125rem;top:8.375rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wfPPXvbfhKtxS9X6B5tKCz9xune4ODME { width:4.75rem;height:4.75rem;top:1.875rem;left:7.625rem;font-size:3.3125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QQCde8eTvq2KdEf91wiL6Mht3zfukg3P { width:13.125rem;height:2.92480625rem;top:19.5625rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ek0yyzQNK6hk2uqsi25hKAugeJg5mwqT { display:block; }#ek0yyzQNK6hk2uqsi25hKAugeJg5mwqT > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysBHifnvrHuN3UWJ2J2zdGTMkdUuKJOM { width:17.625rem;height:14.0625rem;top:22.125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z26cMEwfQ8kuHcV3MIwR3B2HsGq9PvIy { width:17.9375rem;height:1.3808625rem;top:9.05908203125rem;left:1.03125rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Tf7voKtP6kUSiXzr7kvztuJ2mUCAQA7q { width:17.625rem;height:6.5625rem;top:14.0625rem;left:1.1875rem;font-size:1.5625rem;font-weight:400;font-style:normal;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PPK3fJX5Utkh1XGPxsQJEIHLXfJTNAVE { top:4.9375rem;left:0rem;width:19.75rem;height:5.5rem;z-index:99998;background-color:#252525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #euCc5sZWp3UE2uZgJPakhFJbu7cyTrPV { width:20rem;height:4.5rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3aEydwrhEkrxtbO7BlRBerTB2o8hQ6x { width:11.4375rem;height:11.4375rem;top:0rem;left:4.3125rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #WJOahcLqFlNVxJvd8T4Hxm0cgA87PzRg { top:9.625rem;left:0rem;width:20rem;height:12.75rem;z-index:99996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DT04LViuqx5geMRGveXhOivueGFZIeF1 { background-color:#282828;background-image:url("https://images.assets-landingi.com/uc/2ede6ed3-5c6a-454a-b538-2d86ea73bddd/bgblack2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DT04LViuqx5geMRGveXhOivueGFZIeF1.adaptive-delivery-prevent-bg, #DT04LViuqx5geMRGveXhOivueGFZIeF1.lazyload, #DT04LViuqx5geMRGveXhOivueGFZIeF1.lazyloading { background-image: none; }#DT04LViuqx5geMRGveXhOivueGFZIeF1 > .row .container { background-color: transparent; background-image: none; }#DT04LViuqx5geMRGveXhOivueGFZIeF1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DT04LViuqx5geMRGveXhOivueGFZIeF1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DT04LViuqx5geMRGveXhOivueGFZIeF1 > .row .container > .video-iframe-container { display: none; }#DT04LViuqx5geMRGveXhOivueGFZIeF1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DT04LViuqx5geMRGveXhOivueGFZIeF1 > .row > .video-iframe-container { display: none; }#DT04LViuqx5geMRGveXhOivueGFZIeF1 > .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); }#DT04LViuqx5geMRGveXhOivueGFZIeF1 > .row .container { border-width: 0; border-radius: 0; }#DT04LViuqx5geMRGveXhOivueGFZIeF1 > .row .container { width:20rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUSCqc1vHq5F382dUJhWLXTMVRwOw6cy { width:15.125rem;height:2.88671875rem;top:5.1875rem;left:2.5625rem;font-size:1.3125rem;font-weight:700;font-style:normal;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #B9hcJySPTASA7CmHwN69dVpw6sAXmiZW { width:18.8125rem;height:4.375rem;top:4.125rem;left:0.5rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #e8e8e8;border-left:0.25rem solid #e8e8e8;border-right:0.25rem solid #e8e8e8;border-bottom:0.25rem solid #e8e8e8;display:block; }
 }@media only screen and (max-width: 763px) { #VaiylpyQJa7tIGdHuuE6VDZkGNFdXay6 { width:20rem;height:1.79980625rem;top:11.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:.9;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xSAlgqqZ1SiJ0s8ACc6U026xzTKEfTdF { width:18.375rem;height:4.048825rem;top:15.3125rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Tcu8c1oX4sDZksN4mmNW0aKNAySMSCmc { top:22.3125rem;left:0.5rem;width:19rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWpIb5urLvVEiDK4S5AckXhzyHShq57a { display:block; }
 }@media only screen and (max-width: 763px) { #OD5yxhZVAiVKwcXBTniDTfCORJOqcToS { width:20rem;height:23.135135135135rem;top:22.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BptD7I6kVvU9bbiA60ETT0V3mRH8iaf6 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/63e87f40-9a86-4c15-8fb9-8edd6db6cee8/DSC09707.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#BptD7I6kVvU9bbiA60ETT0V3mRH8iaf6.adaptive-delivery-prevent-bg, #BptD7I6kVvU9bbiA60ETT0V3mRH8iaf6.lazyload, #BptD7I6kVvU9bbiA60ETT0V3mRH8iaf6.lazyloading { background-image: none; }#BptD7I6kVvU9bbiA60ETT0V3mRH8iaf6 > .row .container { background-color: transparent; background-image: none; }#BptD7I6kVvU9bbiA60ETT0V3mRH8iaf6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BptD7I6kVvU9bbiA60ETT0V3mRH8iaf6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BptD7I6kVvU9bbiA60ETT0V3mRH8iaf6 > .row .container > .video-iframe-container { display: none; }#BptD7I6kVvU9bbiA60ETT0V3mRH8iaf6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BptD7I6kVvU9bbiA60ETT0V3mRH8iaf6 > .row > .video-iframe-container { display: none; }#BptD7I6kVvU9bbiA60ETT0V3mRH8iaf6 > .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); }#BptD7I6kVvU9bbiA60ETT0V3mRH8iaf6 > .row .container { border-width: 0; border-radius: 0; }#BptD7I6kVvU9bbiA60ETT0V3mRH8iaf6 > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAQyxm3nicFEQhqD0ZTTJzAMOCrIi87J { display:block; }#OAQyxm3nicFEQhqD0ZTTJzAMOCrIi87J > .row .container { width:20rem;height:86.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tubovc3xgr7sa7uGiekzIsz6adizU21k { width:13.75rem;height:6.125rem;top:4.875rem;left:0.6875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvTURPl63ncJDgu0qctvbMBegVZhl5Cv { width:18.625rem;height:12rem;top:13.5625rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0t6U37GDZo4JORgtCD0FTKNlGNk8Nip { height:11.225296442687rem;width:20rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkJdc6SJVfkWcUa6qc16oKGe9a1eFCec { width:8.375rem;height:1.125rem;top:3.25rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeS7DTZ9ckkU0KrsJDPxTzh6Ad5hdxhT { width:20rem;height:0.125rem;top:42.287125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FctpTVIHTKFBMVEFTxn7UvPXXfWdoE6f { width:18.375rem;height:11.9970625rem;top:44.787109375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoHmmWTtFTcZfIkvLlZxwHxq7bQlTsvd { width:20rem;height:20rem;top:57.474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJcWTrgHuAKa0tdc8EBvLkPt2aSag0hk { top:79.662109375rem;left:0.5rem;width:19rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5rKJNHXLQg7poWZ0vs7o6LWycOaSbMR { display:block; }
 }@media only screen and (max-width: 763px) { #eTyVLKRqJ5uId8zynGODMRp4hUMte4Qm { display:block; }#eTyVLKRqJ5uId8zynGODMRp4hUMte4Qm > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeStrIEPT6EVOU6moKvT8w9xxKf9Bu8M { width:7.8125rem;height:3.9375rem;top:2.125rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSMSGHG3E2pgMXMLXCU6K3dNVqdWFVNP { width:17.8125rem;height:6.1875rem;top:9.0625rem;left:1.09375rem;font-size:0.6875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CNNcigclXH9ZCG4ysZCWySPARvaKOReq { top:17.8125rem;left:8rem;width:2rem;height:2rem;z-index:100009;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aA3CHBXGiUxnFbraWMNp6UfHv4OdkZ69 { top:17.75rem;left:9.9375rem;width:2.0625rem;height:2.0625rem;z-index:100010;font-size:1.4375rem;color:#ffffff;display:block; }
 }