.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#oGyvAmnu1LwfdvI6XR0JsTq68DEH9Otf { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#oGyvAmnu1LwfdvI6XR0JsTq68DEH9Otf > .row .container { background-color: transparent; background-image: none; }#oGyvAmnu1LwfdvI6XR0JsTq68DEH9Otf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGyvAmnu1LwfdvI6XR0JsTq68DEH9Otf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGyvAmnu1LwfdvI6XR0JsTq68DEH9Otf > .row .container > .video-iframe-container { display: none; }#oGyvAmnu1LwfdvI6XR0JsTq68DEH9Otf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGyvAmnu1LwfdvI6XR0JsTq68DEH9Otf > .row > .video-iframe-container { display: none; }#oGyvAmnu1LwfdvI6XR0JsTq68DEH9Otf > .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); }#oGyvAmnu1LwfdvI6XR0JsTq68DEH9Otf > .row .container { border-width: 0; border-radius: 0; }#oGyvAmnu1LwfdvI6XR0JsTq68DEH9Otf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oGyvAmnu1LwfdvI6XR0JsTq68DEH9Otf > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;overflow:visible;position:relative;display:block; }#LcdFwd9iTHI3tgMRTnZAtKpXccsce1rG { background-color:#714b67;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:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:2.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.25rem;left:39.125rem;display:block; }
#PPml5epU72CVtfRGMXe6LO6JN7EPSzeV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DwyS8uI8HiZ6FGPrBm4S4NRz0tK0IhP3 { position:absolute;display:block;z-index:15000;background-color:#534350;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:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.75rem;width:3.375rem;top:1.25rem;left:51.3125rem;display:block; }
#ge5vEzTyxglbJfEyhKRv2L8IE0X7qq1q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93714375rem;width:1.93714375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.625rem;left:51.8125rem; }
#AytlH33ZldKOIgiTXGEkXOFZwCo23qOs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:10.5625rem;top:1.03125rem;left:2.2109375rem;overflow:hidden;display:block; }
#qpynGRdIfFN8HgZB7yKhgtqobV7JOENu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:7.8125rem;top:1.1875rem;left:14.2109375rem;overflow:hidden;display:block; }
#H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5 { background-color:#2e6885;background-image:url("https://images.assets-landingi.com/uc/dcd9a1f2-31c5-4416-a089-4147431aa73a/53046326.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5.adaptive-delivery-prevent-bg, #H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5.lazyload, #H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5.lazyloading { background-image: none; }#H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5 > .row .container { background-color: transparent; background-image: none; }#H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5 > .row .container > .video-iframe-container { display: none; }#H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5 > .row > .video-iframe-container { display: none; }#H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5 > .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); }#H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5 > .row .container { border-width: 0; border-radius: 0; }#H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5 > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#UgivymKK05mZ5uGFEkcxd6B8wJy9E82B { color:#ffffff;display:block;width:33.625rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:9.5rem;left:1.9375rem;height:7.1982375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LKpfoQFfWVi897IoB66XNMlNKEZ0u4eW { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:17.9375rem;left:1.9375rem;height:3.0869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xDpd4M17Pzbh0PaDDkGA6wseJttBo1HI { 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:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#11243a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.9375rem;left:2rem;display:block; }
#adhWKkRXMSTb4NVghax8RfbG3WIDghyR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l2Anqp5Ww2cr6VN5ZAZfRTXIWHlQ8aJr { position:absolute;display:block;z-index:15003;background-color:#714b67;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:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.75rem;width:3.375rem;top:23.9375rem;left:16.0625rem;display:block; }
#MKR4921i47bcBBZkxzA6x5FXI6AUH8OQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93714375rem;width:1.93714375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:24.3125rem;left:16.5625rem; }
#WNq2zAzBxUvX4gLdpDbkmZHpdb9oEQuP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:34.9375rem;top:7.4375rem;left:33.916288555195rem;overflow:hidden;display:block; }
#sEZKkn31aMK5vOt5MNPrFkKxLsPmcAGD { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:3.8125rem;top:10.6875rem;left:43.353515625rem;overflow:hidden;display:block; }
#BSiMd8hZc1KIzylGhUwXX3cfQpXA5D3x { position:relative;display:block; }#BSiMd8hZc1KIzylGhUwXX3cfQpXA5D3x { background-color: transparent; background-image: none; }#BSiMd8hZc1KIzylGhUwXX3cfQpXA5D3x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSiMd8hZc1KIzylGhUwXX3cfQpXA5D3x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSiMd8hZc1KIzylGhUwXX3cfQpXA5D3x > .row .container > .video-iframe-container { display: none; }#BSiMd8hZc1KIzylGhUwXX3cfQpXA5D3x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSiMd8hZc1KIzylGhUwXX3cfQpXA5D3x > .row > .video-iframe-container { display: none; }#BSiMd8hZc1KIzylGhUwXX3cfQpXA5D3x > .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); }#BSiMd8hZc1KIzylGhUwXX3cfQpXA5D3x { border-width: 0; border-radius: 0; }#BSiMd8hZc1KIzylGhUwXX3cfQpXA5D3x > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BSiMd8hZc1KIzylGhUwXX3cfQpXA5D3x > .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:1.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ka3I1adCEaigNzsJWeCMnWUEhlIGwbfT { position:relative;display:block; }#Ka3I1adCEaigNzsJWeCMnWUEhlIGwbfT { background-color: transparent; background-image: none; }#Ka3I1adCEaigNzsJWeCMnWUEhlIGwbfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ka3I1adCEaigNzsJWeCMnWUEhlIGwbfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ka3I1adCEaigNzsJWeCMnWUEhlIGwbfT > .row .container > .video-iframe-container { display: none; }#Ka3I1adCEaigNzsJWeCMnWUEhlIGwbfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ka3I1adCEaigNzsJWeCMnWUEhlIGwbfT > .row > .video-iframe-container { display: none; }#Ka3I1adCEaigNzsJWeCMnWUEhlIGwbfT > .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); }#Ka3I1adCEaigNzsJWeCMnWUEhlIGwbfT { border-width: 0; border-radius: 0; }#Ka3I1adCEaigNzsJWeCMnWUEhlIGwbfT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ka3I1adCEaigNzsJWeCMnWUEhlIGwbfT > .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:25.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qHWfuz8Txo1yu95btFBxWdfzK30m8iK1 { color:#30353b;display:block;width:24.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5625rem;left:2.625rem;height:5.84765625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ozqfdtuQC4D30upmh5MbZ8wAB52QPEPT { color:#30353b;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:2.0625rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:0.75rem;left:0rem;height:4.5371125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#SWe0NWT2ek3EfxUwbLyPdAApZT7ZL7zZ { color:#30353b;display:block;width:23.4375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.4375rem;left:2.625rem;height:7.109375rem;font-style:normal;overflow:hidden;display:block; }#SWe0NWT2ek3EfxUwbLyPdAApZT7ZL7zZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SWe0NWT2ek3EfxUwbLyPdAApZT7ZL7zZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/29673963-6579-4562-8380-ab9bbf86d2f8/negativesquaredcrossmark_274e.png); }
#RtKMTSoFpS2liiXHZ0CFUBW1WtaNegbd { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:22.1875rem;top:6.609375rem;left:32.375rem;overflow:hidden;display:block; }
#oJThHQxpsWV94IhiTsBsJ8DT4LrEIwh0 { color:#30353b;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:1.5rem;left:0rem;height:4.125rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#gO50gyx0MX1adpilrP5pJutDPMVLvfsc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gO50gyx0MX1adpilrP5pJutDPMVLvfsc > .row .container { background-color: transparent; background-image: none; }#gO50gyx0MX1adpilrP5pJutDPMVLvfsc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gO50gyx0MX1adpilrP5pJutDPMVLvfsc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gO50gyx0MX1adpilrP5pJutDPMVLvfsc > .row .container > .video-iframe-container { display: none; }#gO50gyx0MX1adpilrP5pJutDPMVLvfsc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gO50gyx0MX1adpilrP5pJutDPMVLvfsc > .row > .video-iframe-container { display: none; }#gO50gyx0MX1adpilrP5pJutDPMVLvfsc > .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); }#gO50gyx0MX1adpilrP5pJutDPMVLvfsc > .row .container { border-width: 0; border-radius: 0; }#gO50gyx0MX1adpilrP5pJutDPMVLvfsc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gO50gyx0MX1adpilrP5pJutDPMVLvfsc > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#Gx5mRWzg3lvbFLBEMMDNeTFHqRfOs68Z { position:absolute;display:block;z-index:15011;background-color:#1a1c24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.5625rem;width:10.5rem;top:1.1875rem;left:2.25rem;display:block; }
#h5GP3VTNiQ9fGT5A8ZcFRppZRVfwJyT0 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:9.5rem;top:1.5rem;left:2.75rem;overflow:hidden;display:block; }
#AkVHKPfclEqVJUz8JJlssmghXkOXb1VT { color:#11243a;display:block;width:14.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.625rem;left:0rem;height:1.4624rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eKFT0pBvbWTL3q1TDrGQNZV01TpL7hvU { position:absolute;display:block;z-index:15014;background-color:#1a1c24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.5625rem;width:10.5rem;top:1.1875rem;left:17.25rem;display:block; }
#SDRxU5Wd9Gucx0fZZPRlyTIvuCiu3ze1 { color:#11243a;display:block;width:14.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.625rem;left:15rem;height:1.4624rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WeBNSEOHAfTNO4ZMgTRA6aKGkzLDGZOq { position:absolute;display:block;z-index:15017;background-color:#1a1c24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.5625rem;width:10.5rem;top:1.1875rem;left:32.25rem;display:block; }
#ksg23N9UwCuw5vELeEtw1CuDP0yBIW38 { color:#11243a;display:block;width:15.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.625rem;left:30rem;height:1.4624rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dvuzPoxw5yseLdX9vSeN378irPDKqk56 { position:absolute;display:block;z-index:15020;background-color:#1a1c24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.5625rem;width:10.5rem;top:1.25rem;left:47.1875rem;display:block; }
#zphWTTTRAmZPTHzrvW2Va5O6TfxIreZe { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:14.875rem;top:1.59375rem;left:45rem;overflow:hidden;display:block; }
#noZcGHyHZTWDU7gVZzCdQTEHONrbgf8v { color:#11243a;display:block;width:15.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.625rem;left:44.9375rem;height:1.4624rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fpDoNF37eLpTtnAa1plUcJuSBt8A1FKo { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:10.9375rem;top:2.28125rem;left:17.03125rem;overflow:hidden;display:block; }
#M0qNk21OsfzzDCLIIrBmFX0ztxkD2VNd { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:15.375rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#JIyNAuaSLgbs3XcBM1OvPb564zeQvyaT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JIyNAuaSLgbs3XcBM1OvPb564zeQvyaT > .row .container { background-color: transparent; background-image: none; }#JIyNAuaSLgbs3XcBM1OvPb564zeQvyaT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIyNAuaSLgbs3XcBM1OvPb564zeQvyaT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIyNAuaSLgbs3XcBM1OvPb564zeQvyaT > .row .container > .video-iframe-container { display: none; }#JIyNAuaSLgbs3XcBM1OvPb564zeQvyaT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JIyNAuaSLgbs3XcBM1OvPb564zeQvyaT > .row > .video-iframe-container { display: none; }#JIyNAuaSLgbs3XcBM1OvPb564zeQvyaT > .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); }#JIyNAuaSLgbs3XcBM1OvPb564zeQvyaT > .row .container { border-width: 0; border-radius: 0; }#JIyNAuaSLgbs3XcBM1OvPb564zeQvyaT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JIyNAuaSLgbs3XcBM1OvPb564zeQvyaT > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:60rem;position:relative;display:block; }#LQW32sJnsRy6xEVpEpdhz6DwochfgfoI { position:absolute;display:block;z-index:15011;background-color:#f3f4f6;background-image:url("https://images.assets-landingi.com/uc/6f3b7427-b120-4932-96d6-f5b11af8ce80/Devecustom.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.5625rem;width:10.5rem;top:1.5rem;left:2.25rem;display:block; }#LQW32sJnsRy6xEVpEpdhz6DwochfgfoI.adaptive-delivery-prevent-bg, #LQW32sJnsRy6xEVpEpdhz6DwochfgfoI.lazyload, #LQW32sJnsRy6xEVpEpdhz6DwochfgfoI.lazyloading { background-image: none; }
#rnxSyqzxEATC3rMnFcEbsQanKSTD8UXF { color:#11243a;display:block;width:14.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.9375rem;left:0rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yNT3Qisr1gtHcTrUbyZGHqoODquHwSGN { position:absolute;display:block;z-index:15014;background-color:#1a1c24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.5625rem;width:10.5rem;top:1.5rem;left:17.25rem;display:block; }
#rgcGoDoheABMSyWy4OpAoPKTSSOdn6sJ { color:#11243a;display:block;width:14.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.9375rem;left:15rem;height:1.4624rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtgwyevS2frnTtMo0fiWHdRVP8oCwDHT { position:absolute;display:block;z-index:15017;background-color:#f3f4f6;background-image:url("https://images.assets-landingi.com/uc/15e37c0c-ee0e-43f5-b3f3-5dddf5c9d6b0/Infraestrutura.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.5625rem;width:10.5rem;top:1.5rem;left:32.25rem;display:block; }#TtgwyevS2frnTtMo0fiWHdRVP8oCwDHT.adaptive-delivery-prevent-bg, #TtgwyevS2frnTtMo0fiWHdRVP8oCwDHT.lazyload, #TtgwyevS2frnTtMo0fiWHdRVP8oCwDHT.lazyloading { background-image: none; }
#y543HJgvsdrtyLDRkzcJJNE3ZF16wH2T { color:#11243a;display:block;width:13.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.9375rem;left:30.75rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BNvZuaJMT4q09pcorZQ7ulkbaMSD5zpA { position:absolute;display:block;z-index:15020;background-color:#1a1c24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.5625rem;width:10.5rem;top:1.5625rem;left:47.1875rem;display:block; }
#NbLGrSo7nVLvbVEVopA29919VXJl0DZf { color:#11243a;display:block;width:15.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.9375rem;left:44.9375rem;height:1.4624rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VAKpcCs4Cp4TxZ3a9fU957kdVZvF20IJ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:9.5rem;top:2.0625rem;left:17.25rem;overflow:hidden;display:block; }
#rf5FZzH5ACFllxq4wiDC9p3I6OSm8I1Q { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:15rem;top:0.84375rem;left:45rem;overflow:hidden;display:block; }
#LLK58k5fNB7K6gzZhhz2TTbIMyXRcExP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LLK58k5fNB7K6gzZhhz2TTbIMyXRcExP > .row .container { background-color: transparent; background-image: none; }#LLK58k5fNB7K6gzZhhz2TTbIMyXRcExP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLK58k5fNB7K6gzZhhz2TTbIMyXRcExP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLK58k5fNB7K6gzZhhz2TTbIMyXRcExP > .row .container > .video-iframe-container { display: none; }#LLK58k5fNB7K6gzZhhz2TTbIMyXRcExP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLK58k5fNB7K6gzZhhz2TTbIMyXRcExP > .row > .video-iframe-container { display: none; }#LLK58k5fNB7K6gzZhhz2TTbIMyXRcExP > .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); }#LLK58k5fNB7K6gzZhhz2TTbIMyXRcExP > .row .container { border-width: 0; border-radius: 0; }#LLK58k5fNB7K6gzZhhz2TTbIMyXRcExP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LLK58k5fNB7K6gzZhhz2TTbIMyXRcExP > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:60rem;position:relative;display:block; }#iAMfdk47Mx8dJU3nCT6fVAdx4TT1urkt { color:#30353b;display:block;width:27.3125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.6875rem;left:30.8125rem;height:6.9043125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#i5uOvdBT8PugIQ4hB8OJ1crVIyuOU56I { color:#008a0e;display:block;width:24.9375rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:9.67236328125rem;left:31.96875rem;height:8.285125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#WSqAuL6ufoTNqmZOO3cUX550txzxoOzy { position:absolute;display:block;z-index:15010;background-color:#c3f7c8;background-image:none;border-top:0.0625rem solid #8ee895;border-left:0.0625rem solid #8ee895;border-right:0.0625rem solid #8ee895;border-bottom:0.0625rem solid #8ee895;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.875rem;width:27.3125rem;top:8.625rem;left:30.8125rem;display:block; }
#ehD6r4J8PWcZqraKG9rV6aM6qQaJKXTy { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19) ;height:12.0625rem;width:28.5rem;top:5.6953125rem;left:0.75rem;overflow:hidden;display:block; }
#GQm3ezufuRkWiSSH2FuQt9qCx0fRxb3U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1c24;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GQm3ezufuRkWiSSH2FuQt9qCx0fRxb3U > .row .container { background-color: transparent; background-image: none; }#GQm3ezufuRkWiSSH2FuQt9qCx0fRxb3U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQm3ezufuRkWiSSH2FuQt9qCx0fRxb3U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQm3ezufuRkWiSSH2FuQt9qCx0fRxb3U > .row .container > .video-iframe-container { display: none; }#GQm3ezufuRkWiSSH2FuQt9qCx0fRxb3U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQm3ezufuRkWiSSH2FuQt9qCx0fRxb3U > .row > .video-iframe-container { display: none; }#GQm3ezufuRkWiSSH2FuQt9qCx0fRxb3U > .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); }#GQm3ezufuRkWiSSH2FuQt9qCx0fRxb3U > .row .container { border-width: 0; border-radius: 0; }#GQm3ezufuRkWiSSH2FuQt9qCx0fRxb3U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GQm3ezufuRkWiSSH2FuQt9qCx0fRxb3U > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:60rem;position:relative;display:block; }#zg0TSFeLsIoi1bMU4V6t8fSvuealFiFT { 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:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#11243a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:14.125rem;left:21.8125rem;display:block; }
#BaemplGOQk9ipUiSEdbai2nnzLAOBfAm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wC58kukSMpgDdT0K0QgvC77Zcdo96nXN { position:absolute;display:block;z-index:15006;background-color:#714b67;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:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:3.25rem;width:3.375rem;top:14.0625rem;left:35.9375rem;display:block; }
#sxs9sGefdydEwM8ManF7RLxHRv8oP5Jo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.936525rem;width:1.936525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:14.75rem;left:36.625rem; }
#RVeFaTTfPa6Hhpk40eh7nq5D2WkcU9y4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:53.875rem;top:0.625rem;left:3.53125rem;overflow:hidden;display:block; }
#fH8ZfBQQ5EnJ3WgvrHmZwxKt3ThtmXyB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fH8ZfBQQ5EnJ3WgvrHmZwxKt3ThtmXyB > .row .container { background-color: transparent; background-image: none; }#fH8ZfBQQ5EnJ3WgvrHmZwxKt3ThtmXyB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH8ZfBQQ5EnJ3WgvrHmZwxKt3ThtmXyB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH8ZfBQQ5EnJ3WgvrHmZwxKt3ThtmXyB > .row .container > .video-iframe-container { display: none; }#fH8ZfBQQ5EnJ3WgvrHmZwxKt3ThtmXyB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH8ZfBQQ5EnJ3WgvrHmZwxKt3ThtmXyB > .row > .video-iframe-container { display: none; }#fH8ZfBQQ5EnJ3WgvrHmZwxKt3ThtmXyB > .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); }#fH8ZfBQQ5EnJ3WgvrHmZwxKt3ThtmXyB > .row .container { border-width: 0; border-radius: 0; }#fH8ZfBQQ5EnJ3WgvrHmZwxKt3ThtmXyB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fH8ZfBQQ5EnJ3WgvrHmZwxKt3ThtmXyB > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#ltRgsS3ZBqcDRo4wRaqrJpXhktMFE3fW { color:#30353b;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:3.7724609375rem;left:0rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xVTQCOlpm832S36DwtDrJ68ZlWOUnXbN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xVTQCOlpm832S36DwtDrJ68ZlWOUnXbN > .row .container { background-color: transparent; background-image: none; }#xVTQCOlpm832S36DwtDrJ68ZlWOUnXbN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVTQCOlpm832S36DwtDrJ68ZlWOUnXbN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVTQCOlpm832S36DwtDrJ68ZlWOUnXbN > .row .container > .video-iframe-container { display: none; }#xVTQCOlpm832S36DwtDrJ68ZlWOUnXbN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVTQCOlpm832S36DwtDrJ68ZlWOUnXbN > .row > .video-iframe-container { display: none; }#xVTQCOlpm832S36DwtDrJ68ZlWOUnXbN > .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); }#xVTQCOlpm832S36DwtDrJ68ZlWOUnXbN > .row .container { border-width: 0; border-radius: 0; }#xVTQCOlpm832S36DwtDrJ68ZlWOUnXbN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xVTQCOlpm832S36DwtDrJ68ZlWOUnXbN > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;position:relative;display:block; }#rqxLarrNzDSVLqC6hzfGtW6GyVyODLCP { color:#30353b;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.6484375rem;left:1.25rem;height:20.05859375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pvogZTFkklHvuPzpFf84OFdQ3DWl3MiB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:24.75rem;top:1.53125rem;left:33.040348101266rem;overflow:hidden;display:block; }
#g4iAJwrTAoZhlpt75sCWQdxPUqC574Ab { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:10.5625rem;top:8.9404296875rem;left:39.71875rem;overflow:hidden;display:block; }
#WZ4FKArFZy6psZm1tmBVH51fTOXoWut1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1c24;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WZ4FKArFZy6psZm1tmBVH51fTOXoWut1 > .row .container { background-color: transparent; background-image: none; }#WZ4FKArFZy6psZm1tmBVH51fTOXoWut1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ4FKArFZy6psZm1tmBVH51fTOXoWut1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ4FKArFZy6psZm1tmBVH51fTOXoWut1 > .row .container > .video-iframe-container { display: none; }#WZ4FKArFZy6psZm1tmBVH51fTOXoWut1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ4FKArFZy6psZm1tmBVH51fTOXoWut1 > .row > .video-iframe-container { display: none; }#WZ4FKArFZy6psZm1tmBVH51fTOXoWut1 > .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); }#WZ4FKArFZy6psZm1tmBVH51fTOXoWut1 > .row .container { border-width: 0; border-radius: 0; }#WZ4FKArFZy6psZm1tmBVH51fTOXoWut1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZ4FKArFZy6psZm1tmBVH51fTOXoWut1 > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:block; }#wPJLArh0ThZ6ZHwDS5a6KxlX59OkxTnA { color:#ffffff;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2.5rem;left:0rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WSoov6X2miqerT44y9iQUDf6f4o78rRb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1c24;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WSoov6X2miqerT44y9iQUDf6f4o78rRb > .row .container { background-color: transparent; background-image: none; }#WSoov6X2miqerT44y9iQUDf6f4o78rRb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSoov6X2miqerT44y9iQUDf6f4o78rRb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSoov6X2miqerT44y9iQUDf6f4o78rRb > .row .container > .video-iframe-container { display: none; }#WSoov6X2miqerT44y9iQUDf6f4o78rRb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSoov6X2miqerT44y9iQUDf6f4o78rRb > .row > .video-iframe-container { display: none; }#WSoov6X2miqerT44y9iQUDf6f4o78rRb > .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); }#WSoov6X2miqerT44y9iQUDf6f4o78rRb > .row .container { border-width: 0; border-radius: 0; }#WSoov6X2miqerT44y9iQUDf6f4o78rRb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WSoov6X2miqerT44y9iQUDf6f4o78rRb > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:60rem;position:relative;display:block; }#mEucZx4lGnsKT0FaaiIN5oLul61RILcl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:43.8125rem;top:1rem;left:8.09375rem;overflow:hidden;display:block; }
#N8P0TM3UQipWokMGSomOOVcW1FdiTATe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:60rem;display:none; }
#NVUT9n5S0bxtelc3PQ63OZuz2WFOPwo6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NVUT9n5S0bxtelc3PQ63OZuz2WFOPwo6 > .row .container { background-color: transparent; background-image: none; }#NVUT9n5S0bxtelc3PQ63OZuz2WFOPwo6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVUT9n5S0bxtelc3PQ63OZuz2WFOPwo6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVUT9n5S0bxtelc3PQ63OZuz2WFOPwo6 > .row .container > .video-iframe-container { display: none; }#NVUT9n5S0bxtelc3PQ63OZuz2WFOPwo6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVUT9n5S0bxtelc3PQ63OZuz2WFOPwo6 > .row > .video-iframe-container { display: none; }#NVUT9n5S0bxtelc3PQ63OZuz2WFOPwo6 > .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); }#NVUT9n5S0bxtelc3PQ63OZuz2WFOPwo6 > .row .container { border-width: 0; border-radius: 0; }#NVUT9n5S0bxtelc3PQ63OZuz2WFOPwo6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NVUT9n5S0bxtelc3PQ63OZuz2WFOPwo6 > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:60rem;position:relative;display:block; }#MxET3liofGgX93igItrXHduiTORS21Oc { color:#30353b;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:3.2099609375rem;left:0rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vlSJ28ETdBvFp1Wt3k6wwhTyviIgtwaG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vlSJ28ETdBvFp1Wt3k6wwhTyviIgtwaG > .row .container { background-color: transparent; background-image: none; }#vlSJ28ETdBvFp1Wt3k6wwhTyviIgtwaG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlSJ28ETdBvFp1Wt3k6wwhTyviIgtwaG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlSJ28ETdBvFp1Wt3k6wwhTyviIgtwaG > .row .container > .video-iframe-container { display: none; }#vlSJ28ETdBvFp1Wt3k6wwhTyviIgtwaG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlSJ28ETdBvFp1Wt3k6wwhTyviIgtwaG > .row > .video-iframe-container { display: none; }#vlSJ28ETdBvFp1Wt3k6wwhTyviIgtwaG > .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); }#vlSJ28ETdBvFp1Wt3k6wwhTyviIgtwaG > .row .container { border-width: 0; border-radius: 0; }#vlSJ28ETdBvFp1Wt3k6wwhTyviIgtwaG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vlSJ28ETdBvFp1Wt3k6wwhTyviIgtwaG > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:60rem;position:relative;display:block; }#BhdwmK8JDB4JEyfUoKyAvI9T4rSPszwy { color:#30353b;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5859375rem;left:1.25rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#Ch7ZnzOLL66lM4pNucGuD7toTM4LGTDX { position:absolute;display:block;z-index:15009;background-color:#1a1c24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.6875rem;width:28.125rem;top:1.5625rem;left:31.4375rem;display:block; }
#FcHNZ5VxxlrC3T1le4LDNor2p5OXKQPi { position:absolute;display:block;z-index:15012;background-color:#714b67;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:28.125rem;top:1.5859375rem;left:31.46875rem;display:block; }
#bVq3mrdNRzcDF21w4PCkAvtsBiAFf0Pu { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:6.01904296875rem;left:33.03125rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#bVq3mrdNRzcDF21w4PCkAvtsBiAFf0Pu li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#bVq3mrdNRzcDF21w4PCkAvtsBiAFf0Pu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bacb2743-c27c-4775-9d15-da03e8041d0f/marcadeverificacao.png); }
#Win75cXNqZNSewsniucGgG4owagOTQyz { background-color:#1a1c24;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:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.375rem;left:18.9375rem;display:block; }
#GLtovLt2XR1vVWoCFhRyFA6TifZrhfCL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b2kMJnMHDOM1hpMUylO47gfx6G0JuNbK { position:absolute;display:block;z-index:15003;background-color:#714b67;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:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:3.1875rem;width:3.375rem;top:33.375rem;left:35.75rem;display:block; }
#aR9QcRfWZAdElDegh5BlieoVG27Ossnl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.936525rem;width:1.936525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:34rem;left:36.3125rem; }
#fUpGgnemOUxytyNhh0PKTrDiXwT6suNl { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:28rem;top:10rem;left:1rem;overflow:hidden;display:block; }
#FVr458DXIrnfbEFFvLoteh4IOznL3Lit { color:#008a0e;display:block;width:21.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.3125rem;left:4.25rem;height:4.38574375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:left;text-align-last:left;display:block; }
#SgJfmxQhcMcttJZDBr3xwkTmv6sHFT3E { position:absolute;display:block;z-index:15002;background-color:#c3f7c8;background-image:none;border-top:0.0625rem solid #8ee895;border-left:0.0625rem solid #8ee895;border-right:0.0625rem solid #8ee895;border-bottom:0.0625rem solid #8ee895;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:4.5625rem;width:23.9375rem;top:16.4375rem;left:3.0625rem;display:block; }
#hBwzN0opdLkoyioQmEQC4KUDwWhhpbnu { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:14.9375rem;top:4.2109375rem;left:7.53125rem;overflow:hidden;display:block; }
#kMSzaEBZpV0lL5uDZI0f98DMkqdNu42u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kMSzaEBZpV0lL5uDZI0f98DMkqdNu42u > .row .container { background-color: transparent; background-image: none; }#kMSzaEBZpV0lL5uDZI0f98DMkqdNu42u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMSzaEBZpV0lL5uDZI0f98DMkqdNu42u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMSzaEBZpV0lL5uDZI0f98DMkqdNu42u > .row .container > .video-iframe-container { display: none; }#kMSzaEBZpV0lL5uDZI0f98DMkqdNu42u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMSzaEBZpV0lL5uDZI0f98DMkqdNu42u > .row > .video-iframe-container { display: none; }#kMSzaEBZpV0lL5uDZI0f98DMkqdNu42u > .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); }#kMSzaEBZpV0lL5uDZI0f98DMkqdNu42u > .row .container { border-width: 0; border-radius: 0; }#kMSzaEBZpV0lL5uDZI0f98DMkqdNu42u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kMSzaEBZpV0lL5uDZI0f98DMkqdNu42u > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:60rem;position:relative;display:block; }#msCibgqOHJQeV5WL2El4kg3eacUWoUIU { position:absolute;display:block;z-index:15004;background-color:#252733;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #714b67;border-left:0.1875rem solid #714b67;border-right:0.1875rem solid #714b67;border-bottom:0.1875rem solid #714b67;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:44.875rem;width:23.4375rem;top:1.5625rem;left:32.6875rem;display:block; }
#AwwBTL3aAOHzZopKevs9b6wcMBFJMmmD { position:absolute;display:block;z-index:15005;background-color:#714b67;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;box-shadow: none;height:4.5625rem;width:23.625rem;top:1.5625rem;left:32.6875rem;display:block; }
#WZPPeX8Iye5LQRbkmyd5aMru14BtV39X { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:2.4375rem;left:32.75rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-form-header { font-size:0.875rem; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:20rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-input-text { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-input-text {padding-top: 0; padding-bottom: 0;}#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-textarea { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:3.9375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-input-select { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:2.5625rem;color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-input-select {padding-top: 0; padding-bottom: 0;}#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#714b67;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:19.5625rem;height:3.6875rem;font-family:"open sans";overflow:hidden;text-align:center;text-align-last:center;line-height:1.6; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.8125rem;font-weight:400;color:#ababab;vertical-align:top;width:19rem;overflow:hidden;font-style:normal;float:none;line-height:1.4; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-container:first-of-type{padding-top:0;}#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-container:last-of-type{padding-bottom:0;}#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I  { background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.3125rem;top:6.5625rem;z-index:15004;position:absolute;font-size:0.875rem; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20rem;display:block;vertical-align:top; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#343e66;vertical-align:top;overflow:hidden;font-style:normal; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I {display:block;}#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I { background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.3125rem;top:6.5625rem;z-index:15004;position:absolute;font-size:0.875rem; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #borJVJdVW3NT6giooXnTaFHEEE3WyiNZ { position:relative; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #VWluILzM2FakbUiTM7Quedq2l9PyZ2GI { position:relative;display:none; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #t7IllO5ZULTx5smpOk3CxfGWr87m9vmn { position:relative; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #ZyT7XblVko9ztiQ748p2fakn4NsRqSpF { position:relative; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #UbqCP9VWUOTxJibTHbAvCWo8n1toERkJ { position:relative;display:none; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #kmQUHI3Kco3ZXfEAWqF0nv8hTv2OtQhT { position:relative; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #TaplycH7zaW10wklQkpKRTNsp5uTo0oO { position:relative; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #OBxzqlN396cOgt1sitFWQfD69lFdgXGJ { position:relative;display:none; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #c8fRhsl5rtAvMFaPt7AEoKxM6T6a1nad { position:relative; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #av4plWOmh1cdk1HET40TPBfCPcy5tR0P { position:relative; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #dwCt9V2wu0tTTfI8nAAA0zKFkTMk1608 { position:relative;display:none; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #vvJpHm5hdJUBOLENg0sG9qh95A6ho1QS { position:relative; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #oX1Tw0V1GmuoIfmv4J8TyWxPTBrO1V7V { position:relative; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #GcA6ayhZBewuBL5N8geVxTlrwFyeQh26 { position:relative;display:none; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #G1IxHPnqEHmt31QkDzWvRCEw08R91R7n { position:relative; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #yHgyP4TLEUc4uCo8Jt0ywH9PcbWdOToP { position:relative; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #waTZFs0DFugDk3L7HIPrRTBdNRm3rnEd { position:relative;display:none; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #TRSr3G9Q69zGCRx1Phaw5q6KsdyZfCoZ { position:relative; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #Baq0UN8AW5kbLhufCaFC9KJbBfJg7GKw { position:relative; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #SXJIuZWF4pnxeRkFZuvmCgutykRkwOQT { position:relative;display:none; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #RHxNJADZUwWRJrcJLp66GEOHRQfoUQf0 { position:relative; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #y6aFn2EJwi2eDxBdyI22J4y90tVuaeKk { position:relative; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #K90H0rBMa0MkkzKTiFv67zqQbO6xnvCU { position:relative;display:none; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #oG4BhOmFrHhhWTzdnRW4iGIQBrsKF8D8 { position:relative; }
#KT1Nm9xuka8e5OpumV0qt30c39iDX7Fs { position:relative;display:block; }
#dogPQkA2rS7WvHfkxK4HHl0VVHGFagkQ { position:relative;display:block; }
#skCO3Ov6Ui4coNt6IsnRsfFPNHZhrcoD { position:relative;display:block; }
#ANZrDrkn9tR0hN5vkohTVvbhqSvHzuTR { position:relative;display:block; }
#XPZrRUyhRy6A566QRMUoya0ZpL5gFUb8 { position:relative;display:block; }
#KO3PrU27mUUoRQSOsLAJdVGJfTmqea8s { position:relative;display:block; }
#zVWH5T3alMLZ2KEOI5h7otDIKm7zcLJM { position:relative;display:block; }
#l6EoOodmh9aq1o1mLD31sMrlHTXf3NWw { position:relative;display:block; }
#Lo5zX22WPHEoPcWAm6BWrlwaTJBmlmaG { position:relative;display:block; }
#EUzQDZAyMV47W36RTTab20gOIIF9xUBQ { position:relative;display:block; }
#UxQpv9JFGEpkOUtNfSxqQalETVuwdD2u { position:relative;display:block; }
#PyfbnBsriMtbmp9XGbhBzQV0SHHwEz5h { position:relative;display:block; }
#ehXXFpKr0AZmSKGW5S3vGmikwhCbHHoB { position:relative;display:block;z-index:100000;display:block; }
#duHN4zgRAneO7v7bDuvN4TSDP5M936Nd { position:relative;display:block;z-index:100000;display:block; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #U7AhuRg3RdUB7RKs32dBcFhX4WptZOZ5 { position:relative; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #lmE9VIwXId0ChESFeltoSchQt4GZKUma { position:relative; }
#M5gIJo10G4xq1XhwBTv0TI52TNAtZ1HS { color:#38383a;display:block;width:23.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:12.5rem;left:2.3125rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gUuaOMNeqRMcp14wULZtUSpI9T3DM7PI { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:6.1875rem;top:4.1875rem;left:2.9375rem;display:none; }
#A68fyNBxncgfTDvukHmkrTnBKm4WheMF { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:17.375rem;top:31.5625rem;left:2.3125rem;overflow:hidden;display:block; }
#rGbgXsUVr1IlP4nySTDA61dxBKVT1Lv7 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:31.375rem;top:3.5625rem;left:0rem;overflow:hidden;display:block; }
#pBmqSK5zw0cXGFm9KUbkQEEbMs0KPBub { color:#38383a;display:block;width:23.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:11.625rem;left:2.3125rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#IkptDEk3zHfCTgElWSiHzWzOr7c4HXHU { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:18.0625rem;top:24rem;left:2.3125rem;overflow:hidden;display:block; }
#fSPAfQUrOsdZtTDdxulym4wxhocBlJxb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#09121a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fSPAfQUrOsdZtTDdxulym4wxhocBlJxb > .row .container { background-color: transparent; background-image: none; }#fSPAfQUrOsdZtTDdxulym4wxhocBlJxb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSPAfQUrOsdZtTDdxulym4wxhocBlJxb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSPAfQUrOsdZtTDdxulym4wxhocBlJxb > .row .container > .video-iframe-container { display: none; }#fSPAfQUrOsdZtTDdxulym4wxhocBlJxb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSPAfQUrOsdZtTDdxulym4wxhocBlJxb > .row > .video-iframe-container { display: none; }#fSPAfQUrOsdZtTDdxulym4wxhocBlJxb > .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); }#fSPAfQUrOsdZtTDdxulym4wxhocBlJxb > .row .container { border-width: 0; border-radius: 0; }#fSPAfQUrOsdZtTDdxulym4wxhocBlJxb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fSPAfQUrOsdZtTDdxulym4wxhocBlJxb > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#WFCvezwpJcTekRcKmTJZzBgSkZJbcSH6 { color:rgba(255,255,255,0.77);display:block;width:51.5625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.5);top:1.599609375rem;left:4.21875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fwakq6mFsTGErzEUli4FUDM0VT3iuTa3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Fwakq6mFsTGErzEUli4FUDM0VT3iuTa3 > .row .container { background-color: transparent; background-image: none; }#Fwakq6mFsTGErzEUli4FUDM0VT3iuTa3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwakq6mFsTGErzEUli4FUDM0VT3iuTa3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwakq6mFsTGErzEUli4FUDM0VT3iuTa3 > .row .container > .video-iframe-container { display: none; }#Fwakq6mFsTGErzEUli4FUDM0VT3iuTa3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwakq6mFsTGErzEUli4FUDM0VT3iuTa3 > .row > .video-iframe-container { display: none; }#Fwakq6mFsTGErzEUli4FUDM0VT3iuTa3 > .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); }#Fwakq6mFsTGErzEUli4FUDM0VT3iuTa3 > .row .container { border-width: 0; border-radius: 0; }#Fwakq6mFsTGErzEUli4FUDM0VT3iuTa3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fwakq6mFsTGErzEUli4FUDM0VT3iuTa3 > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#qbrIVHf6VE3Zo5KsHvA8poCpfeO4h8HE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:56.6875rem; }
#qbrIVHf6VE3Zo5KsHvA8poCpfeO4h8HE > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oGyvAmnu1LwfdvI6XR0JsTq68DEH9Otf { display:block; }#oGyvAmnu1LwfdvI6XR0JsTq68DEH9Otf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcdFwd9iTHI3tgMRTnZAtKpXccsce1rG { width:12.9375rem;height:2.75rem;top:1.25rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPml5epU72CVtfRGMXe6LO6JN7EPSzeV { display:block; }
 }@media only screen and (max-width: 763px) { #DwyS8uI8HiZ6FGPrBm4S4NRz0tK0IhP3 { width:3.375rem;height:2.75rem;top:1.25rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge5vEzTyxglbJfEyhKRv2L8IE0X7qq1q { width:1.875rem;height:1.875rem;top:1.625rem;left:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AytlH33ZldKOIgiTXGEkXOFZwCo23qOs { width:10.5625rem;height:3.1875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpynGRdIfFN8HgZB7yKhgtqobV7JOENu { width:7.8125rem;height:2.875rem;top:1.1875rem;left:8.0859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5 { display:block; }#H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgivymKK05mZ5uGFEkcxd6B8wJy9E82B { width:33.625rem;height:7.1875rem;top:9.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKpfoQFfWVi897IoB66XNMlNKEZ0u4eW { width:30.3125rem;height:3.0625rem;top:17.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDpd4M17Pzbh0PaDDkGA6wseJttBo1HI { width:14.9375rem;height:2.75rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #adhWKkRXMSTb4NVghax8RfbG3WIDghyR { display:block; }
 }@media only screen and (max-width: 763px) { #l2Anqp5Ww2cr6VN5ZAZfRTXIWHlQ8aJr { width:3.375rem;height:2.75rem;top:23.9375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKR4921i47bcBBZkxzA6x5FXI6AUH8OQ { width:1.875rem;height:1.875rem;top:24.3125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNq2zAzBxUvX4gLdpDbkmZHpdb9oEQuP { width:34.9375rem;height:23.1875rem;top:7.4375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEZKkn31aMK5vOt5MNPrFkKxLsPmcAGD { width:3.8125rem;height:1.0625rem;top:10.6875rem;left:37.228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSiMd8hZc1KIzylGhUwXX3cfQpXA5D3x { display:block; }#BSiMd8hZc1KIzylGhUwXX3cfQpXA5D3x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ka3I1adCEaigNzsJWeCMnWUEhlIGwbfT { display:block; }#Ka3I1adCEaigNzsJWeCMnWUEhlIGwbfT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHWfuz8Txo1yu95btFBxWdfzK30m8iK1 { width:24.4375rem;height:5.8125rem;top:7.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozqfdtuQC4D30upmh5MbZ8wAB52QPEPT { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWe0NWT2ek3EfxUwbLyPdAApZT7ZL7zZ { width:23.4375rem;height:7.0625rem;top:15.4375rem;left:0rem;font-size:1.1875rem;display:block; }#SWe0NWT2ek3EfxUwbLyPdAApZT7ZL7zZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/29673963-6579-4562-8380-ab9bbf86d2f8/negativesquaredcrossmark_274e.png); }
 }@media only screen and (max-width: 763px) { #RtKMTSoFpS2liiXHZ0CFUBW1WtaNegbd { width:22.1875rem;height:17.375rem;top:6.5625rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJThHQxpsWV94IhiTsBsJ8DT4LrEIwh0 { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:none; }
 }@media only screen and (max-width: 763px) { #gO50gyx0MX1adpilrP5pJutDPMVLvfsc { display:block; }#gO50gyx0MX1adpilrP5pJutDPMVLvfsc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gx5mRWzg3lvbFLBEMMDNeTFHqRfOs68Z { width:10.5rem;height:10.5625rem;top:1.1875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5GP3VTNiQ9fGT5A8ZcFRppZRVfwJyT0 { width:9.5rem;height:9.5rem;top:1.5rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkVHKPfclEqVJUz8JJlssmghXkOXb1VT { width:14.75rem;height:1.4375rem;top:12.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKFT0pBvbWTL3q1TDrGQNZV01TpL7hvU { width:10.5rem;height:10.5625rem;top:1.1875rem;left:12.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDRxU5Wd9Gucx0fZZPRlyTIvuCiu3ze1 { width:14.8125rem;height:1.4375rem;top:12.625rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeBNSEOHAfTNO4ZMgTRA6aKGkzLDGZOq { width:10.5rem;height:10.5625rem;top:1.1875rem;left:24.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksg23N9UwCuw5vELeEtw1CuDP0yBIW38 { width:15.0625rem;height:1.4375rem;top:12.625rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvuzPoxw5yseLdX9vSeN378irPDKqk56 { width:10.5rem;height:10.5625rem;top:1.25rem;left:36.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zphWTTTRAmZPTHzrvW2Va5O6TfxIreZe { width:14.875rem;height:9.75rem;top:1.5625rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noZcGHyHZTWDU7gVZzCdQTEHONrbgf8v { width:15.0625rem;height:1.4375rem;top:12.625rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpDoNF37eLpTtnAa1plUcJuSBt8A1FKo { width:10.9375rem;height:8.375rem;top:2.25rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0qNk21OsfzzDCLIIrBmFX0ztxkD2VNd { width:15.375rem;height:12.1875rem;top:0rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIyNAuaSLgbs3XcBM1OvPb564zeQvyaT { display:block; }#JIyNAuaSLgbs3XcBM1OvPb564zeQvyaT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQW32sJnsRy6xEVpEpdhz6DwochfgfoI { width:10.5rem;height:10.5625rem;top:1.5rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnxSyqzxEATC3rMnFcEbsQanKSTD8UXF { width:14.75rem;height:2.875rem;top:12.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNT3Qisr1gtHcTrUbyZGHqoODquHwSGN { width:10.5rem;height:10.5625rem;top:1.5rem;left:12.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgcGoDoheABMSyWy4OpAoPKTSSOdn6sJ { width:14.8125rem;height:1.4375rem;top:12.9375rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtgwyevS2frnTtMo0fiWHdRVP8oCwDHT { width:10.5rem;height:10.5625rem;top:1.5rem;left:24.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y543HJgvsdrtyLDRkzcJJNE3ZF16wH2T { width:13.5rem;height:2.875rem;top:12.9375rem;left:22.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNvZuaJMT4q09pcorZQ7ulkbaMSD5zpA { width:10.5rem;height:10.5625rem;top:1.5625rem;left:36.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbLGrSo7nVLvbVEVopA29919VXJl0DZf { width:15.0625rem;height:1.4375rem;top:12.9375rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAKpcCs4Cp4TxZ3a9fU957kdVZvF20IJ { width:9.5rem;height:9.5rem;top:2.0625rem;left:12.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf5FZzH5ACFllxq4wiDC9p3I6OSm8I1Q { width:15rem;height:11.875rem;top:0.8125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLK58k5fNB7K6gzZhhz2TTbIMyXRcExP { display:block; }#LLK58k5fNB7K6gzZhhz2TTbIMyXRcExP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iAMfdk47Mx8dJU3nCT6fVAdx4TT1urkt { width:27.3125rem;height:5.5rem;top:1.6875rem;left:20.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5uOvdBT8PugIQ4hB8OJ1crVIyuOU56I { width:24.9375rem;height:6.875rem;top:9.625rem;left:22.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSqAuL6ufoTNqmZOO3cUX550txzxoOzy { width:27.3125rem;height:8.875rem;top:8.625rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehD6r4J8PWcZqraKG9rV6aM6qQaJKXTy { width:28.5rem;height:12.0625rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQm3ezufuRkWiSSH2FuQt9qCx0fRxb3U { display:block; }#GQm3ezufuRkWiSSH2FuQt9qCx0fRxb3U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zg0TSFeLsIoi1bMU4V6t8fSvuealFiFT { width:14.8125rem;height:3.125rem;top:14.125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaemplGOQk9ipUiSEdbai2nnzLAOBfAm { display:block; }
 }@media only screen and (max-width: 763px) { #wC58kukSMpgDdT0K0QgvC77Zcdo96nXN { width:3.375rem;height:3.25rem;top:14.0625rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxs9sGefdydEwM8ManF7RLxHRv8oP5Jo { width:1.875rem;height:1.875rem;top:14.75rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVeFaTTfPa6Hhpk40eh7nq5D2WkcU9y4 { width:47.75rem;height:11.854408352668rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH8ZfBQQ5EnJ3WgvrHmZwxKt3ThtmXyB { display:block; }#fH8ZfBQQ5EnJ3WgvrHmZwxKt3ThtmXyB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltRgsS3ZBqcDRo4wRaqrJpXhktMFE3fW { top:3.75rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVTQCOlpm832S36DwtDrJ68ZlWOUnXbN { display:block; }#xVTQCOlpm832S36DwtDrJ68ZlWOUnXbN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqxLarrNzDSVLqC6hzfGtW6GyVyODLCP { width:27.5rem;height:20rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvogZTFkklHvuPzpFf84OFdQ3DWl3MiB { width:24.75rem;height:19rem;top:1.5rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4iAJwrTAoZhlpt75sCWQdxPUqC574Ab { width:10.5625rem;height:3.9375rem;top:8.9375rem;left:30.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ4FKArFZy6psZm1tmBVH51fTOXoWut1 { display:block; }#WZ4FKArFZy6psZm1tmBVH51fTOXoWut1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPJLArh0ThZ6ZHwDS5a6KxlX59OkxTnA { top:2.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSoov6X2miqerT44y9iQUDf6f4o78rRb { display:block; }#WSoov6X2miqerT44y9iQUDf6f4o78rRb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEucZx4lGnsKT0FaaiIN5oLul61RILcl { width:43.8125rem;height:18rem;top:1rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8P0TM3UQipWokMGSomOOVcW1FdiTATe { width:47.75rem;height:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVUT9n5S0bxtelc3PQ63OZuz2WFOPwo6 { display:block; }#NVUT9n5S0bxtelc3PQ63OZuz2WFOPwo6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxET3liofGgX93igItrXHduiTORS21Oc { top:3.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlSJ28ETdBvFp1Wt3k6wwhTyviIgtwaG { display:block; }#vlSJ28ETdBvFp1Wt3k6wwhTyviIgtwaG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhdwmK8JDB4JEyfUoKyAvI9T4rSPszwy { width:27.5rem;height:8.25rem;top:1.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ch7ZnzOLL66lM4pNucGuD7toTM4LGTDX { width:28.125rem;height:29.6875rem;top:1.5625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcHNZ5VxxlrC3T1le4LDNor2p5OXKQPi { width:28.125rem;height:2.625rem;top:1.5625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVq3mrdNRzcDF21w4PCkAvtsBiAFf0Pu { top:6rem;left:22.8125rem;width:24.9375rem;height:;font-size:0.9375rem;display:block; }#bVq3mrdNRzcDF21w4PCkAvtsBiAFf0Pu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bacb2743-c27c-4775-9d15-da03e8041d0f/marcadeverificacao.png); }
 }@media only screen and (max-width: 763px) { #Win75cXNqZNSewsniucGgG4owagOTQyz { width:17.5625rem;height:3.1875rem;top:33.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLtovLt2XR1vVWoCFhRyFA6TifZrhfCL { display:block; }
 }@media only screen and (max-width: 763px) { #b2kMJnMHDOM1hpMUylO47gfx6G0JuNbK { width:3.375rem;height:3.1875rem;top:33.375rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR9QcRfWZAdElDegh5BlieoVG27Ossnl { width:1.875rem;height:1.875rem;top:34rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUpGgnemOUxytyNhh0PKTrDiXwT6suNl { width:28rem;height:19.125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVr458DXIrnfbEFFvLoteh4IOznL3Lit { width:21.625rem;height:2.875rem;top:17.3125rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgJfmxQhcMcttJZDBr3xwkTmv6sHFT3E { width:23.9375rem;height:4.5625rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBwzN0opdLkoyioQmEQC4KUDwWhhpbnu { width:14.9375rem;height:4.375rem;top:4.1875rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMSzaEBZpV0lL5uDZI0f98DMkqdNu42u { display:block; }#kMSzaEBZpV0lL5uDZI0f98DMkqdNu42u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #msCibgqOHJQeV5WL2El4kg3eacUWoUIU { width:23.4375rem;height:44.875rem;top:1.5625rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwwBTL3aAOHzZopKevs9b6wcMBFJMmmD { width:23.625rem;height:4.5625rem;top:1.5625rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZPPeX8Iye5LQRbkmyd5aMru14BtV39X { width:23.8125rem;height:3.125rem;top:2.4375rem;left:23.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-regular-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-input-text { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-input-text {padding-top: 0; padding-bottom: 0;}#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-textarea { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-input-select { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-input-select {padding-top: 0; padding-bottom: 0;}#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-input-button { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I  { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .radio-container { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I {display:block;}#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #borJVJdVW3NT6giooXnTaFHEEE3WyiNZ {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #VWluILzM2FakbUiTM7Quedq2l9PyZ2GI { display:none; }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #t7IllO5ZULTx5smpOk3CxfGWr87m9vmn {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #ZyT7XblVko9ztiQ748p2fakn4NsRqSpF {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #UbqCP9VWUOTxJibTHbAvCWo8n1toERkJ { display:none; }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #kmQUHI3Kco3ZXfEAWqF0nv8hTv2OtQhT {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #TaplycH7zaW10wklQkpKRTNsp5uTo0oO {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #OBxzqlN396cOgt1sitFWQfD69lFdgXGJ { display:none; }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #c8fRhsl5rtAvMFaPt7AEoKxM6T6a1nad {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #av4plWOmh1cdk1HET40TPBfCPcy5tR0P {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #dwCt9V2wu0tTTfI8nAAA0zKFkTMk1608 {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #vvJpHm5hdJUBOLENg0sG9qh95A6ho1QS {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #oX1Tw0V1GmuoIfmv4J8TyWxPTBrO1V7V {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #GcA6ayhZBewuBL5N8geVxTlrwFyeQh26 {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #G1IxHPnqEHmt31QkDzWvRCEw08R91R7n {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #yHgyP4TLEUc4uCo8Jt0ywH9PcbWdOToP {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #waTZFs0DFugDk3L7HIPrRTBdNRm3rnEd {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #TRSr3G9Q69zGCRx1Phaw5q6KsdyZfCoZ {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #Baq0UN8AW5kbLhufCaFC9KJbBfJg7GKw {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #SXJIuZWF4pnxeRkFZuvmCgutykRkwOQT {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #RHxNJADZUwWRJrcJLp66GEOHRQfoUQf0 {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #y6aFn2EJwi2eDxBdyI22J4y90tVuaeKk {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #K90H0rBMa0MkkzKTiFv67zqQbO6xnvCU {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #oG4BhOmFrHhhWTzdnRW4iGIQBrsKF8D8 {  }
 }@media only screen and (max-width: 763px) { #KT1Nm9xuka8e5OpumV0qt30c39iDX7Fs { display:block; }
 }@media only screen and (max-width: 763px) { #dogPQkA2rS7WvHfkxK4HHl0VVHGFagkQ { display:block; }
 }@media only screen and (max-width: 763px) { #skCO3Ov6Ui4coNt6IsnRsfFPNHZhrcoD { display:block; }
 }@media only screen and (max-width: 763px) { #ANZrDrkn9tR0hN5vkohTVvbhqSvHzuTR { display:block; }
 }@media only screen and (max-width: 763px) { #XPZrRUyhRy6A566QRMUoya0ZpL5gFUb8 { display:block; }
 }@media only screen and (max-width: 763px) { #KO3PrU27mUUoRQSOsLAJdVGJfTmqea8s { display:block; }
 }@media only screen and (max-width: 763px) { #zVWH5T3alMLZ2KEOI5h7otDIKm7zcLJM { display:block; }
 }@media only screen and (max-width: 763px) { #l6EoOodmh9aq1o1mLD31sMrlHTXf3NWw { display:block; }
 }@media only screen and (max-width: 763px) { #Lo5zX22WPHEoPcWAm6BWrlwaTJBmlmaG { display:block; }
 }@media only screen and (max-width: 763px) { #EUzQDZAyMV47W36RTTab20gOIIF9xUBQ { display:block; }
 }@media only screen and (max-width: 763px) { #UxQpv9JFGEpkOUtNfSxqQalETVuwdD2u { display:block; }
 }@media only screen and (max-width: 763px) { #PyfbnBsriMtbmp9XGbhBzQV0SHHwEz5h { display:block; }
 }@media only screen and (max-width: 763px) { #ehXXFpKr0AZmSKGW5S3vGmikwhCbHHoB { display:block; }
 }@media only screen and (max-width: 763px) { #duHN4zgRAneO7v7bDuvN4TSDP5M936Nd { display:block; }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #U7AhuRg3RdUB7RKs32dBcFhX4WptZOZ5 {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #lmE9VIwXId0ChESFeltoSchQt4GZKUma {  }
 }@media only screen and (max-width: 763px) { #M5gIJo10G4xq1XhwBTv0TI52TNAtZ1HS { width:23.75rem;height:9rem;top:12.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUuaOMNeqRMcp14wULZtUSpI9T3DM7PI { top:4.1875rem;left:0rem;width:6.125rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A68fyNBxncgfTDvukHmkrTnBKm4WheMF { width:17.375rem;height:6.3125rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGbgXsUVr1IlP4nySTDA61dxBKVT1Lv7 { width:31.375rem;height:7.0625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBmqSK5zw0cXGFm9KUbkQEEbMs0KPBub { width:19.125rem;height:3.625rem;top:4.625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IkptDEk3zHfCTgElWSiHzWzOr7c4HXHU { width:18.0625rem;height:5.1875rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSPAfQUrOsdZtTDdxulym4wxhocBlJxb { display:block; }#fSPAfQUrOsdZtTDdxulym4wxhocBlJxb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFCvezwpJcTekRcKmTJZzBgSkZJbcSH6 { width:43.7496875rem;height:7.6363625rem;top:20.375rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwakq6mFsTGErzEUli4FUDM0VT3iuTa3 { display:block; }#Fwakq6mFsTGErzEUli4FUDM0VT3iuTa3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbrIVHf6VE3Zo5KsHvA8poCpfeO4h8HE { width:3.3125rem;height:3.3125rem;top:0rem;left:44.4375rem;display:block; }
#qbrIVHf6VE3Zo5KsHvA8poCpfeO4h8HE > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oGyvAmnu1LwfdvI6XR0JsTq68DEH9Otf { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#oGyvAmnu1LwfdvI6XR0JsTq68DEH9Otf > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcdFwd9iTHI3tgMRTnZAtKpXccsce1rG { width:15.9375rem;height:2.6875rem;top:0.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPml5epU72CVtfRGMXe6LO6JN7EPSzeV { display:block; }
 }@media only screen and (max-width: 763px) { #DwyS8uI8HiZ6FGPrBm4S4NRz0tK0IhP3 { width:3.375rem;height:2.75rem;top:0.5625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge5vEzTyxglbJfEyhKRv2L8IE0X7qq1q { display:flex;width:1.875rem;height:1.875rem;top:0.9375rem;left:15.6875rem; }
 }@media only screen and (max-width: 763px) { #AytlH33ZldKOIgiTXGEkXOFZwCo23qOs { width:8.8125rem;height:2.75rem;top:4.9375rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpynGRdIfFN8HgZB7yKhgtqobV7JOENu { width:7.8125rem;height:2.875rem;top:1.1875rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5 { background-color:#30353b;background-image:url("https://images.assets-landingi.com/uc/3c224f5d-dff7-4de0-8ad6-5ff69c083645/mob2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5.adaptive-delivery-prevent-bg, #H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5.lazyload, #H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5.lazyloading { background-image: none; }#H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5 > .row .container { background-color: transparent; background-image: none; }#H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5 > .row .container > .video-iframe-container { display: none; }#H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5 > .row > .video-iframe-container { display: none; }#H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5 > .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); }#H0AUFmdpOKAh7AgZZsaWvDLQiS2ofdg5 > .row .container { width:20rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgivymKK05mZ5uGFEkcxd6B8wJy9E82B { width:19.25rem;height:6.298825rem;top:6.25rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LKpfoQFfWVi897IoB66XNMlNKEZ0u4eW { width:18.9375rem;height:3.8994125rem;top:13.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDpd4M17Pzbh0PaDDkGA6wseJttBo1HI { width:14.9375rem;height:2.75rem;top:33.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #adhWKkRXMSTb4NVghax8RfbG3WIDghyR { display:block; }
 }@media only screen and (max-width: 763px) { #l2Anqp5Ww2cr6VN5ZAZfRTXIWHlQ8aJr { width:3.375rem;height:2.75rem;top:33.6875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKR4921i47bcBBZkxzA6x5FXI6AUH8OQ { display:flex;width:1.875rem;height:1.875rem;top:34.0625rem;left:15.6875rem; }
 }@media only screen and (max-width: 763px) { #WNq2zAzBxUvX4gLdpDbkmZHpdb9oEQuP { width:20rem;height:13.2734375rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEZKkn31aMK5vOt5MNPrFkKxLsPmcAGD { width:3.1875rem;height:0.8125rem;top:20.9375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSiMd8hZc1KIzylGhUwXX3cfQpXA5D3x { display:block; }#BSiMd8hZc1KIzylGhUwXX3cfQpXA5D3x > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ka3I1adCEaigNzsJWeCMnWUEhlIGwbfT { display:block; }#Ka3I1adCEaigNzsJWeCMnWUEhlIGwbfT > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHWfuz8Txo1yu95btFBxWdfzK30m8iK1 { width:18.3125rem;height:6.499rem;top:7.3125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozqfdtuQC4D30upmh5MbZ8wAB52QPEPT { width:19.0625rem;height:0;top:1.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #SWe0NWT2ek3EfxUwbLyPdAApZT7ZL7zZ { width:16rem;height:8.999rem;top:15.1875rem;left:0.5625rem;font-size:1.1875rem;line-height:1.2;display:block; }#SWe0NWT2ek3EfxUwbLyPdAApZT7ZL7zZ li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#SWe0NWT2ek3EfxUwbLyPdAApZT7ZL7zZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/29673963-6579-4562-8380-ab9bbf86d2f8/negativesquaredcrossmark_274e.png); }
 }@media only screen and (max-width: 763px) { #RtKMTSoFpS2liiXHZ0CFUBW1WtaNegbd { width:20rem;height:15.7011875rem;top:25.7578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJThHQxpsWV94IhiTsBsJ8DT4LrEIwh0 { width:17.75rem;height:4.2744125rem;top:1.78125rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.2;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #gO50gyx0MX1adpilrP5pJutDPMVLvfsc { display:block; }#gO50gyx0MX1adpilrP5pJutDPMVLvfsc > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gx5mRWzg3lvbFLBEMMDNeTFHqRfOs68Z { width:6.25rem;height:6.25rem;top:1.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5GP3VTNiQ9fGT5A8ZcFRppZRVfwJyT0 { width:6.1875rem;height:6.1875rem;top:1.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkVHKPfclEqVJUz8JJlssmghXkOXb1VT { width:7.8125rem;height:1.29980625rem;top:8.8125rem;left:1.5625rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eKFT0pBvbWTL3q1TDrGQNZV01TpL7hvU { width:6.25rem;height:6.25rem;top:1.375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDRxU5Wd9Gucx0fZZPRlyTIvuCiu3ze1 { width:7.0625rem;height:1.29980625rem;top:8.8125rem;left:11.5rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WeBNSEOHAfTNO4ZMgTRA6aKGkzLDGZOq { width:6.25rem;height:6.25rem;top:11.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksg23N9UwCuw5vELeEtw1CuDP0yBIW38 { width:7.875rem;height:2.5996125rem;top:18.9375rem;left:1.5625rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dvuzPoxw5yseLdX9vSeN378irPDKqk56 { width:6.0625rem;height:6.125rem;top:11.5rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zphWTTTRAmZPTHzrvW2Va5O6TfxIreZe { width:6.6875rem;height:4.4375rem;top:11.25rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #noZcGHyHZTWDU7gVZzCdQTEHONrbgf8v { width:7.3125rem;height:2.5996125rem;top:18.9375rem;left:11.03125rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fpDoNF37eLpTtnAa1plUcJuSBt8A1FKo { width:7.5625rem;height:5.75rem;top:1.625rem;left:10.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0qNk21OsfzzDCLIIrBmFX0ztxkD2VNd { width:6.625rem;height:5.25rem;top:11.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIyNAuaSLgbs3XcBM1OvPb564zeQvyaT { display:block; }#JIyNAuaSLgbs3XcBM1OvPb564zeQvyaT > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQW32sJnsRy6xEVpEpdhz6DwochfgfoI { width:6.25rem;height:6.25rem;top:1.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnxSyqzxEATC3rMnFcEbsQanKSTD8UXF { width:7.8125rem;height:3.8994125rem;top:8.8125rem;left:1.5625rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yNT3Qisr1gtHcTrUbyZGHqoODquHwSGN { width:6.25rem;height:6.25rem;top:1.375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgcGoDoheABMSyWy4OpAoPKTSSOdn6sJ { width:7.0625rem;height:2.5996125rem;top:8.8125rem;left:11.5rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TtgwyevS2frnTtMo0fiWHdRVP8oCwDHT { width:6.25rem;height:6.25rem;top:14.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y543HJgvsdrtyLDRkzcJJNE3ZF16wH2T { width:7.875rem;height:3.8994125rem;top:21.5625rem;left:1.6875rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BNvZuaJMT4q09pcorZQ7ulkbaMSD5zpA { width:6.5rem;height:6.5625rem;top:14.0625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbLGrSo7nVLvbVEVopA29919VXJl0DZf { width:8.8125rem;height:1.29980625rem;top:21.875rem;left:10.3125rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VAKpcCs4Cp4TxZ3a9fU957kdVZvF20IJ { width:7.3125rem;height:7.3125rem;top:1.375rem;left:11.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf5FZzH5ACFllxq4wiDC9p3I6OSm8I1Q { width:9.3125rem;height:7.375rem;top:13.5rem;left:10.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLK58k5fNB7K6gzZhhz2TTbIMyXRcExP { display:block; }#LLK58k5fNB7K6gzZhhz2TTbIMyXRcExP > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iAMfdk47Mx8dJU3nCT6fVAdx4TT1urkt { width:20rem;height:8.285125rem;top:1.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5uOvdBT8PugIQ4hB8OJ1crVIyuOU56I { width:18.5rem;height:9.666rem;top:23.1875rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSqAuL6ufoTNqmZOO3cUX550txzxoOzy { width:20rem;height:12.125rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehD6r4J8PWcZqraKG9rV6aM6qQaJKXTy { width:20rem;height:8.464875rem;top:11.5498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQm3ezufuRkWiSSH2FuQt9qCx0fRxb3U { display:block; }#GQm3ezufuRkWiSSH2FuQt9qCx0fRxb3U > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zg0TSFeLsIoi1bMU4V6t8fSvuealFiFT { width:14.8125rem;height:3.125rem;top:6.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaemplGOQk9ipUiSEdbai2nnzLAOBfAm { display:block; }
 }@media only screen and (max-width: 763px) { #wC58kukSMpgDdT0K0QgvC77Zcdo96nXN { width:3.375rem;height:3.125rem;top:6.6875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxs9sGefdydEwM8ManF7RLxHRv8oP5Jo { display:flex;width:1.875rem;height:1.875rem;top:7.3125rem;left:15.6875rem; }
 }@media only screen and (max-width: 763px) { #RVeFaTTfPa6Hhpk40eh7nq5D2WkcU9y4 { width:19.25rem;height:4.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH8ZfBQQ5EnJ3WgvrHmZwxKt3ThtmXyB { display:block; }#fH8ZfBQQ5EnJ3WgvrHmZwxKt3ThtmXyB > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltRgsS3ZBqcDRo4wRaqrJpXhktMFE3fW { width:19.125rem;height:6.599125rem;top:3.1875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xVTQCOlpm832S36DwtDrJ68ZlWOUnXbN { display:block; }#xVTQCOlpm832S36DwtDrJ68ZlWOUnXbN > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqxLarrNzDSVLqC6hzfGtW6GyVyODLCP { width:18.75rem;height:20.79686875rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvogZTFkklHvuPzpFf84OFdQ3DWl3MiB { width:17.875rem;height:13.6875rem;top:22.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4iAJwrTAoZhlpt75sCWQdxPUqC574Ab { width:7.1875rem;height:2.625rem;top:27.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ4FKArFZy6psZm1tmBVH51fTOXoWut1 { display:block; }#WZ4FKArFZy6psZm1tmBVH51fTOXoWut1 > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPJLArh0ThZ6ZHwDS5a6KxlX59OkxTnA { width:20rem;height:3.0244125rem;top:1.9375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WSoov6X2miqerT44y9iQUDf6f4o78rRb { background-color:#11243a;background-image:none;display:block; }#WSoov6X2miqerT44y9iQUDf6f4o78rRb > .row .container { background-color: transparent; background-image: none; }#WSoov6X2miqerT44y9iQUDf6f4o78rRb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSoov6X2miqerT44y9iQUDf6f4o78rRb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSoov6X2miqerT44y9iQUDf6f4o78rRb > .row .container > .video-iframe-container { display: none; }#WSoov6X2miqerT44y9iQUDf6f4o78rRb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSoov6X2miqerT44y9iQUDf6f4o78rRb > .row > .video-iframe-container { display: none; }#WSoov6X2miqerT44y9iQUDf6f4o78rRb > .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); }#WSoov6X2miqerT44y9iQUDf6f4o78rRb > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEucZx4lGnsKT0FaaiIN5oLul61RILcl { width:13.9375rem;height:5.8125rem;top:11.637073516846rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8P0TM3UQipWokMGSomOOVcW1FdiTATe { top:0.4990234375rem;left:0rem;width:20rem;height:8.25rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NVUT9n5S0bxtelc3PQ63OZuz2WFOPwo6 { display:block; }#NVUT9n5S0bxtelc3PQ63OZuz2WFOPwo6 > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxET3liofGgX93igItrXHduiTORS21Oc { width:20rem;height:3.57421875rem;top:2.650390625rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vlSJ28ETdBvFp1Wt3k6wwhTyviIgtwaG { display:block; }#vlSJ28ETdBvFp1Wt3k6wwhTyviIgtwaG > .row .container { width:20rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhdwmK8JDB4JEyfUoKyAvI9T4rSPszwy { width:19.0625rem;height:9.098625rem;top:0.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ch7ZnzOLL66lM4pNucGuD7toTM4LGTDX { width:20rem;height:32.5625rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcHNZ5VxxlrC3T1le4LDNor2p5OXKQPi { width:20rem;height:2.625rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVq3mrdNRzcDF21w4PCkAvtsBiAFf0Pu { width:18.4375rem;height:26.875rem;top:25.5rem;left:0.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#bVq3mrdNRzcDF21w4PCkAvtsBiAFf0Pu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/bacb2743-c27c-4775-9d15-da03e8041d0f/marcadeverificacao.png); }
 }@media only screen and (max-width: 763px) { #Win75cXNqZNSewsniucGgG4owagOTQyz { width:17.5625rem;height:3.1875rem;top:57.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLtovLt2XR1vVWoCFhRyFA6TifZrhfCL { display:block; }
 }@media only screen and (max-width: 763px) { #b2kMJnMHDOM1hpMUylO47gfx6G0JuNbK { width:3.375rem;height:3.1875rem;top:57.125rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR9QcRfWZAdElDegh5BlieoVG27Ossnl { display:flex;width:1.875rem;height:1.875rem;top:50.875rem;left:17.1875rem; }
 }@media only screen and (max-width: 763px) { #fUpGgnemOUxytyNhh0PKTrDiXwT6suNl { width:20rem;height:13.6596875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVr458DXIrnfbEFFvLoteh4IOznL3Lit { width:14.9375rem;height:3.8994125rem;top:4.875rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SgJfmxQhcMcttJZDBr3xwkTmv6sHFT3E { width:16.25rem;height:5.4375rem;top:4.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBwzN0opdLkoyioQmEQC4KUDwWhhpbnu { width:14.25rem;height:4.1875rem;top:14.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMSzaEBZpV0lL5uDZI0f98DMkqdNu42u { display:block; }#kMSzaEBZpV0lL5uDZI0f98DMkqdNu42u > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #msCibgqOHJQeV5WL2El4kg3eacUWoUIU { width:19.625rem;height:38.1875rem;top:10.1875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #AwwBTL3aAOHzZopKevs9b6wcMBFJMmmD { width:20rem;height:4rem;top:10.1875rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #WZPPeX8Iye5LQRbkmyd5aMru14BtV39X { width:18.8125rem;height:2.3994125rem;top:11rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-regular-label { width:17.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-input-text { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;font-weight:300;font-style:normal;display:block;vertical-align:top; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-input-text {padding-top: 0; padding-bottom: 0;}#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-textarea { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;font-weight:300;font-style:normal;display:block;vertical-align:top; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-input-select { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;display:block;vertical-align:top;font-size:0.75rem;overflow:hidden;height:2.5625rem; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-input-select {padding-top: 0; padding-bottom: 0;}#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;font-size:0.9375rem;overflow:hidden; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I [class*="-text"]:-moz-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I [class*="-text"]::-moz-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I [class*="-text"]:-ms-input-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I [class*="-text"]::-webkit-input-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I  { width:17.125rem;height:auto;top:14rem;left:0.1875rem; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I .radio-container { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I {display:block;}#pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I { width:17.125rem;height:auto;top:14rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #borJVJdVW3NT6giooXnTaFHEEE3WyiNZ {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #VWluILzM2FakbUiTM7Quedq2l9PyZ2GI { display:none; }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #t7IllO5ZULTx5smpOk3CxfGWr87m9vmn {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #ZyT7XblVko9ztiQ748p2fakn4NsRqSpF {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #UbqCP9VWUOTxJibTHbAvCWo8n1toERkJ { display:none; }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #kmQUHI3Kco3ZXfEAWqF0nv8hTv2OtQhT {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #TaplycH7zaW10wklQkpKRTNsp5uTo0oO {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #OBxzqlN396cOgt1sitFWQfD69lFdgXGJ { display:none; }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #c8fRhsl5rtAvMFaPt7AEoKxM6T6a1nad {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #av4plWOmh1cdk1HET40TPBfCPcy5tR0P {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #dwCt9V2wu0tTTfI8nAAA0zKFkTMk1608 { display:none; }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #vvJpHm5hdJUBOLENg0sG9qh95A6ho1QS {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #oX1Tw0V1GmuoIfmv4J8TyWxPTBrO1V7V {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #GcA6ayhZBewuBL5N8geVxTlrwFyeQh26 {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #G1IxHPnqEHmt31QkDzWvRCEw08R91R7n {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #yHgyP4TLEUc4uCo8Jt0ywH9PcbWdOToP {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #waTZFs0DFugDk3L7HIPrRTBdNRm3rnEd {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #TRSr3G9Q69zGCRx1Phaw5q6KsdyZfCoZ {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #Baq0UN8AW5kbLhufCaFC9KJbBfJg7GKw {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #SXJIuZWF4pnxeRkFZuvmCgutykRkwOQT {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #RHxNJADZUwWRJrcJLp66GEOHRQfoUQf0 {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #y6aFn2EJwi2eDxBdyI22J4y90tVuaeKk {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #K90H0rBMa0MkkzKTiFv67zqQbO6xnvCU {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #oG4BhOmFrHhhWTzdnRW4iGIQBrsKF8D8 {  }
 }@media only screen and (max-width: 763px) { #KT1Nm9xuka8e5OpumV0qt30c39iDX7Fs { display:block; }
 }@media only screen and (max-width: 763px) { #dogPQkA2rS7WvHfkxK4HHl0VVHGFagkQ { display:block; }
 }@media only screen and (max-width: 763px) { #skCO3Ov6Ui4coNt6IsnRsfFPNHZhrcoD { display:block; }
 }@media only screen and (max-width: 763px) { #ANZrDrkn9tR0hN5vkohTVvbhqSvHzuTR { display:block; }
 }@media only screen and (max-width: 763px) { #XPZrRUyhRy6A566QRMUoya0ZpL5gFUb8 { display:block; }
 }@media only screen and (max-width: 763px) { #KO3PrU27mUUoRQSOsLAJdVGJfTmqea8s { display:block; }
 }@media only screen and (max-width: 763px) { #zVWH5T3alMLZ2KEOI5h7otDIKm7zcLJM { display:block; }
 }@media only screen and (max-width: 763px) { #l6EoOodmh9aq1o1mLD31sMrlHTXf3NWw { display:block; }
 }@media only screen and (max-width: 763px) { #Lo5zX22WPHEoPcWAm6BWrlwaTJBmlmaG { display:block; }
 }@media only screen and (max-width: 763px) { #EUzQDZAyMV47W36RTTab20gOIIF9xUBQ { display:block; }
 }@media only screen and (max-width: 763px) { #UxQpv9JFGEpkOUtNfSxqQalETVuwdD2u { display:block; }
 }@media only screen and (max-width: 763px) { #PyfbnBsriMtbmp9XGbhBzQV0SHHwEz5h { display:block; }
 }@media only screen and (max-width: 763px) { #ehXXFpKr0AZmSKGW5S3vGmikwhCbHHoB { display:block; }
 }@media only screen and (max-width: 763px) { #duHN4zgRAneO7v7bDuvN4TSDP5M936Nd { display:block; }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #U7AhuRg3RdUB7RKs32dBcFhX4WptZOZ5 {  }
 }@media only screen and (max-width: 763px) { #pV6Cf6zg8XMLpo78ObkWOUlK8vBOz05I #lmE9VIwXId0ChESFeltoSchQt4GZKUma {  }
 }@media only screen and (max-width: 763px) { #M5gIJo10G4xq1XhwBTv0TI52TNAtZ1HS { width:19.125rem;height:0;top:4.6328125rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;color:#38383a;display:none; }
 }@media only screen and (max-width: 763px) { #gUuaOMNeqRMcp14wULZtUSpI9T3DM7PI { width:6.18696875rem;height:0.43679rem;top:1.4373397827149rem;left:0.49982243776321rem;z-index:15003;background-color:#0043ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #A68fyNBxncgfTDvukHmkrTnBKm4WheMF { width:12.25rem;height:4.5625rem;top:50.8203125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGbgXsUVr1IlP4nySTDA61dxBKVT1Lv7 { width:20rem;height:4.6328125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBmqSK5zw0cXGFm9KUbkQEEbMs0KPBub { width:19.125rem;height:3.65625rem;top:4.6328125rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;color:#38383a;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #IkptDEk3zHfCTgElWSiHzWzOr7c4HXHU { width:18.0625rem;height:5.1875rem;top:56.6328125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSPAfQUrOsdZtTDdxulym4wxhocBlJxb { display:block; }#fSPAfQUrOsdZtTDdxulym4wxhocBlJxb > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFCvezwpJcTekRcKmTJZzBgSkZJbcSH6 { width:20rem;height:4.38574375rem;top:1.306640625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwakq6mFsTGErzEUli4FUDM0VT3iuTa3 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Fwakq6mFsTGErzEUli4FUDM0VT3iuTa3 > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbrIVHf6VE3Zo5KsHvA8poCpfeO4h8HE { display:flex;width:3.3125rem;height:3.3125rem;top:1.125rem;left:16rem; }
#qbrIVHf6VE3Zo5KsHvA8poCpfeO4h8HE > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; } }