.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#000000;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PonIsOKbPKM8Jlet2vKfuukANOC3ig6Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PonIsOKbPKM8Jlet2vKfuukANOC3ig6Q > .row .container { background-color: transparent; background-image: none; }#PonIsOKbPKM8Jlet2vKfuukANOC3ig6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PonIsOKbPKM8Jlet2vKfuukANOC3ig6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PonIsOKbPKM8Jlet2vKfuukANOC3ig6Q > .row .container > .video-iframe-container { display: none; }#PonIsOKbPKM8Jlet2vKfuukANOC3ig6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PonIsOKbPKM8Jlet2vKfuukANOC3ig6Q > .row > .video-iframe-container { display: none; }#PonIsOKbPKM8Jlet2vKfuukANOC3ig6Q > .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); }#PonIsOKbPKM8Jlet2vKfuukANOC3ig6Q > .row .container { border-width: 0; border-radius: 0; }#PonIsOKbPKM8Jlet2vKfuukANOC3ig6Q > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#PDLXQILImTUhDcCRaKP96Gt9WdaQrTK4 { color:#282828;display:block;width:18.4375rem;position:absolute;font-family:"montserrat up";font-size:1.6875rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:0.5625rem;left:24rem;height:2.1933625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hnT4TSuxJlgX3z0qUT7ebq5oWTSKFC9r { position:absolute;display:block;z-index:100036;background-color:transparent;background-image: -webkit-linear-gradient(110deg, #ff4848, #fe5d00);background-image: -moz-linear-gradient(110deg, #ff4848, #fe5d00);background-image: -ms-linear-gradient(110deg, #ff4848, #fe5d00);background-image: -o-linear-gradient(110deg, #ff4848, #fe5d00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4848', endColorstr='#fe5d00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4848', endColorstr='#fe5d00' );";background-image: linear-gradient(110deg, #ff4848, #fe5d00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:1.4375rem;width:4.75rem;top:0.9375rem;left:18.75rem;display:block; }
#whyAPqyHhnL3qvOpcUA48WiI064urK8f { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:1.0625rem;left:18.9375rem;height:1.13736875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(121deg, #ff4848, #fe5d00);background-image: -moz-linear-gradient(121deg, #ff4848, #fe5d00);background-image: -ms-linear-gradient(121deg, #ff4848, #fe5d00);background-image: -o-linear-gradient(121deg, #ff4848, #fe5d00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4848', endColorstr='#fe5d00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4848', endColorstr='#fe5d00' );";background-image: linear-gradient(121deg, #ff4848, #fe5d00);background-size:contain !important;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#ffffff;padding-top:0.333125rem;padding-right:0.29875rem;padding-bottom:0.333125rem;padding-left:0.29875rem;display:block;align-items:center;width:1.7925rem;min-width:1.7925rem;height:1.791875rem;position:relative;font-family:arial;font-size:1.333125rem;font-weight:700;line-height:28.67px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl .widget-text.counter-label { background-color:;background-image:none;color:#01d8a9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.208125rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:2.389375rem;height:0;position:relative;font-family:arial;font-size:0.5rem;font-weight:700;line-height:0;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:13.5625rem;height:2.66625rem;padding-top:0.041875rem;padding-right:0.0425rem;padding-bottom:0.041875rem;padding-left:0.0425rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.3125rem;left:42.75rem;z-index:100038; }
#PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #ahwS8CL985ngqhvrJoptFEWUUVIKGTuc { display:flex;position:relative;top:0rem;left:0rem; }
#PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #RMfLddVxhxih49R0eqGl4u6yK9KEwbe5 { width:auto; }
#PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #F6ndMI67ZlFwgi631TRL3ytUolNUO5oF {  }
#PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #JzCg0TG8Pmc8LTeRZLooDHucVe3G1Zc5 { display:flex;position:relative;top:0rem;left:0rem; }
#PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #fkXh7NOatHNx23q6i4KWEfTVLCB0lgQc {  }
#PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #HD5T8senZvZOR2urdVxFQatpl5lrzh7U {  }
#PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #IT0rG2uEuyI1c4gMxLo9o48clW3EmzHy { display:flex;position:relative;top:0rem;left:0rem; }
#PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #Jx6Ba2HUF6EfbGER6drw25lCMFvTnmEG {  }
#PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #m7mcT4DC6WPPygNW9TyWkQcaX6diEeV6 {  }
#PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #JBTS3Svra2whUAIE3eEzHTQSbyQ95dQb { display:flex;position:relative;top:0rem;left:0rem; }
#PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #gF9aIqSGyopbRAklo9EF2guwG2No56rD {  }
#PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #lvSZRrXEGsGJ2dU8xcorW0wn6Tsw92TC {  }
#TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/712d99f3-06c1-4f9d-8fc6-3b1bf32524e2/FundoDesktop.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp.adaptive-delivery-prevent-bg, #TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp.lazyload, #TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp.lazyloading { background-image: none; }#TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp > .row .container { background-color: transparent; background-image: none; }#TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp > .row .container > .video-iframe-container { display: none; }#TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp > .row > .video-iframe-container { display: none; }#TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp > .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); }#TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp > .row .container { border-width: 0; border-radius: 0; }#TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp > .row .container { font-size:0.875rem;font-family:arial;height:67.375rem;width:75rem;position:relative;display:block; }#RqUdwgF3C7eXKAV6R3FspemH608KRoJC { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:7.75rem;top:1.5625rem;left:33.625rem;overflow:hidden;display:block; }
#Z9teK1MazZ9Q2r827aikHZSsVUDvUy8L { box-sizing:content-box;color:#ff5164;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 1.5rem #000000;display:block;z-index:100065;top:59.5rem;left:13.75rem;display:block; }
#TJrFJyASmLboJCPagD5qIaGufwJfyImu { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:"montserrat up";font-size:1rem;font-weight:normal;z-index:100066;line-height:1.1;letter-spacing:0;top:59.962890625rem;left:17.5625rem;height:2.199225rem;text-align:left;text-align-last:left;display:block; }
#zwTg1SSoUruqMBHJhksz0XC8Imxpzaw0 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"montserrat up";font-size:1rem;font-weight:normal;z-index:100064;line-height:1.3;letter-spacing:0;top:60.4375rem;left:5.875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#WF2qGOQrBFShEaR9RgiCHcbk62RXyTze { box-sizing:content-box;color:#ff5164;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 1.5rem #000000;display:block;z-index:100063;top:59.5rem;left:2.75rem;display:block; }
#D2NvLyiWDncXeX77KsVbV0XCuGsTUn6k { color:#ffffff;display:block;width:41.3125rem;position:absolute;font-family:"montserrat up";font-size:1.25rem;font-weight:400;z-index:100026;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.3125rem #000000;top:7.5rem;left:16.84375rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#It9cDkn27tThDG4UfAfUw1uLNm7v3MZN { color:#ffffff;display:block;width:56.5rem;position:absolute;font-family:"montserrat up";font-size:2rem;font-weight:700;z-index:100029;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem #000000;top:11.6875rem;left:9.25rem;height:6.599625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#okpglCEotrEKTk1rFooMeVSK38fxGExd { color:#ffffff;display:block;width:28.5625rem;position:absolute;font-family:"montserrat up";font-size:1.125rem;font-weight:400;z-index:100028;line-height:1.3;letter-spacing:0;top:33.224609375rem;left:1.84375rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IEqUoxZEev2DUXsq8AeGwkiiznBhS3Cw { position:absolute;display:block;z-index:100068;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:14.0625rem;top:25.5625rem;left:33.625rem;overflow:hidden;display:block; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-form-header { font-size:0.875rem; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:23.125rem;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; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:23.125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-input-text {padding-top: 0; padding-bottom: 0;}#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:23.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:23.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-input-select {padding-top: 0; padding-bottom: 0;}#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-input-checkbox { width:1rem;height:1rem;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; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(112deg, #fe5d00, #ff4848);background-image: -moz-linear-gradient(112deg, #fe5d00, #ff4848);background-image: -ms-linear-gradient(112deg, #fe5d00, #ff4848);background-image: -o-linear-gradient(112deg, #fe5d00, #ff4848);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe5d00', endColorstr='#ff4848' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe5d00', endColorstr='#ff4848' );";background-image: linear-gradient(112deg, #fe5d00, #ff4848);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;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:23.125rem;height:3.4375rem;font-family:"montserrat up";overflow:hidden; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp [class*="-text"]:-moz-placeholder { color:#717171;font-family:"open sans";font-size:0.875rem; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp [class*="-text"]::-moz-placeholder { color:#717171;font-family:"open sans";font-size:0.875rem; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp [class*="-text"]:-ms-input-placeholder { color:#717171;font-family:"open sans";font-size:0.875rem; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp [class*="-text"]::-webkit-input-placeholder { color:#717171;font-family:"open sans";font-size:0.875rem; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21.75rem;overflow:hidden;font-style:normal;float:none; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .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; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .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:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-container:first-of-type{padding-top:0;}#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-container:last-of-type{padding-bottom:0;}#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100069;position:absolute;top:36.8125rem;left:3.3125rem;font-size:0.875rem; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.125rem;display:block;vertical-align:top; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp {display:block;}#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100069;position:absolute;top:36.8125rem;left:3.3125rem;font-size:0.875rem; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp #NR8Smwv5RvyMeLtBNvZDkAunQEgRnfuW { position:relative; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp #ad0p5NuiliCxIo0cmCizuo1xQX0lT7rW { position:relative; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp #iqGZVHJJbMaXkIplo40xSIhPKSKvm4z6 { position:relative; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp #IgB0IH4OK0pZqAZpkrFdi5T5vXg88bgP { position:relative; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp #y0157UKtuTyH3Km4I79aR9r3l92z4piF { position:relative; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp #UTaFsTaRWvp1kGHPzmcqQsvBwyTs06rR { position:relative; }
#s9nRItLBI4lf5rddRQFgRwNecNiPD7xp { position:relative;display:block; }
#qwpcn1yxiv28NgTGSGSD4tRGXwKSOunq { position:relative;display:block; }
#ZPX0baiSnktS1S742UVGEZLoWde5dzAT { position:relative;display:block; }
#WLsZelSTzTayVWRz8SHmbcFiwdGUQH2e { position:relative;display:block; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp #W3yrIB2Ss5zU494FdPFBq1LapIhxPL8a { position:relative; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp #pvFPPmlxvXQT4Hg04OHfqMQhKSsNa8Tk { position:relative; }
#CK8TfPNrZ7fcq8mmvFZrTfdDxtQSsBTc { box-sizing:content-box;color:#ff6b00;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 1.5rem #000000;display:block;z-index:100064;top:50.3125rem;left:4.5625rem;display:block; }
#X52Qimr4T5brKwMJ99cU5L8geo8FHRXi { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:"montserrat up";font-size:0.75rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:50rem;left:6.9375rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zPNSC3l4XaF6IIWfnvEzPBSdXPO8Tx67 { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:2.5625rem;width:75rem;top:64.8125rem;left:0rem;display:block; }
#fDJaTNVFt52WHT22hQ6UnkzP2Ia8f68z { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.75rem;width:22.125rem;top:20rem;left:4.78125rem;overflow:hidden;display:block; }
#ozSxyK7Re2wHk1zPXqnp6T1xNIJGaxyT { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45.5625rem;width:36.875rem;top:21.25rem;left:38.125rem;overflow:hidden;display:block; }
#cE0rBcZH7LcsR0Vbg2doXg3FFki3Rykt { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:"montserrat up";font-size:2rem;font-weight:700;z-index:100030;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.83);top:55.8125rem;left:2.75rem;height:2.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XvcdxmMOo5QgM2K0Uf0eJr21Rfcqw3xS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XvcdxmMOo5QgM2K0Uf0eJr21Rfcqw3xS > .row .container { background-color: transparent; background-image: none; }#XvcdxmMOo5QgM2K0Uf0eJr21Rfcqw3xS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvcdxmMOo5QgM2K0Uf0eJr21Rfcqw3xS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvcdxmMOo5QgM2K0Uf0eJr21Rfcqw3xS > .row .container > .video-iframe-container { display: none; }#XvcdxmMOo5QgM2K0Uf0eJr21Rfcqw3xS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvcdxmMOo5QgM2K0Uf0eJr21Rfcqw3xS > .row > .video-iframe-container { display: none; }#XvcdxmMOo5QgM2K0Uf0eJr21Rfcqw3xS > .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); }#XvcdxmMOo5QgM2K0Uf0eJr21Rfcqw3xS > .row .container { border-width: 0; border-radius: 0; }#XvcdxmMOo5QgM2K0Uf0eJr21Rfcqw3xS > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#dCppZE5K3DD3DyTMWiHwoBOtAaTKWA0O { color:#212121;display:block;width:29.75rem;position:absolute;font-family:"montserrat up";font-size:2.375rem;font-weight:700;z-index:100027;line-height:1.1;letter-spacing:0;top:2.9375rem;left:45.25rem;height:5.22395625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#p4KId5qucewPZHJBxsMFcFn6OwfIeuAr { color:#252525;display:block;width:39.125rem;position:absolute;font-family:"montserrat up";font-size:1.125rem;font-weight:400;z-index:100029;line-height:1.6;letter-spacing:0;top:8.9443359375rem;left:35.875rem;height:30.59113125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#XcAFHHGCTyXmP2oT2iwLUg8LOAWNSOTF { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.4375rem;width:33.4375rem;top:8.162109375rem;left:0rem;overflow:hidden;display:block; }
#b0fBsptplE7xzTB1uDy5kb7nU9oQ55V4 { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:2.5625rem;width:75rem;top:64.8125rem;left:0rem;display:none; }
#Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eecda258-ae79-4020-bcc4-7e5f439f93bc/fundo31.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc.adaptive-delivery-prevent-bg, #Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc.lazyload, #Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc.lazyloading { background-image: none; }#Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc > .row .container { background-color: transparent; background-image: none; }#Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.41); }#Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc > .row .container > .video-iframe-container { display: none; }#Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.41); }#Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc > .row > .video-iframe-container { display: none; }#Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc > .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); }#Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc > .row .container { border-width: 0; border-radius: 0; }#Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc > .row .container { font-size:0.875rem;font-family:arial;height:97.875rem;width:75rem;position:relative;display:block; }#RJz7JZihzsSbCM2736bcRRWoTWtZiwhg { background-color:transparent;background-image: -webkit-linear-gradient(278deg, #fe5d00, #ff4848);background-image: -moz-linear-gradient(278deg, #fe5d00, #ff4848);background-image: -ms-linear-gradient(278deg, #fe5d00, #ff4848);background-image: -o-linear-gradient(278deg, #fe5d00, #ff4848);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe5d00', endColorstr='#ff4848' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe5d00', endColorstr='#ff4848' );";background-image: linear-gradient(278deg, #fe5d00, #ff4848);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"montserrat up";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.8125rem;height:5.5rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:63.5rem;left:1.6875rem;display:block; }
#GHfvJaJ1RSe5uJ532KaoUu1wGXTEgWRP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UvAqTPgd8Rr7urhr7iZ2cG6TP6P9bC51 { color:#ffffff;display:block;width:47.875rem;position:absolute;font-family:"montserrat up";font-size:2.375rem;font-weight:700;z-index:100028;line-height:1.1;letter-spacing:0;top:3.1875rem;left:27.125rem;height:5.22395625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OubZxe79ZcgIFuRKTRMfgbTJMTEF0gls { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:51.5625rem;width:30.625rem;top:12rem;left:1.28125rem;overflow:hidden;display:block; }
#wupviprLDqGRVQnJ5OTMe0szTrau1Q1C { color:#ffffff;display:block;width:41.6875rem;position:absolute;font-family:"montserrat up";font-size:1.125rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:15.3125rem;left:33.3125rem;height:46.79165625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#x0teKTyp1dZ4eA87XUyTDEZWtARWl0hn { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.125rem;width:14.0625rem;top:73.875rem;left:22.0625rem;overflow:hidden;display:block; }
#kQu1rTTUVqgtNviUPPvyTvnScrgiko2r { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.0625rem;width:12.5625rem;top:73rem;left:30.125rem;overflow:hidden;display:block; }
#VIJ3mNRZZf8otbVILBJGMxdWPtJNZlXh { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5rem;width:17.4375rem;top:73rem;left:35.5625rem;overflow:hidden;display:block; }
#C1iJK7GGLSiBaQfSvXtlQGtO9l1dwFLZ { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:"montserrat up";font-size:1.125rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:96.4140625rem;left:17.96875rem;height:1.4622375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#fLy5hu1UcTxuLppzGTGJhC0w65OxZVfg { color:#fd646e;display:block;width:44.5625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:9.5625rem;left:30.4375rem;height:4.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XG2LUQ1hTgbpT5hsKdvCfbXaOvLuuGzk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/712d99f3-06c1-4f9d-8fc6-3b1bf32524e2/FundoDesktop.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#XG2LUQ1hTgbpT5hsKdvCfbXaOvLuuGzk.adaptive-delivery-prevent-bg, #XG2LUQ1hTgbpT5hsKdvCfbXaOvLuuGzk.lazyload, #XG2LUQ1hTgbpT5hsKdvCfbXaOvLuuGzk.lazyloading { background-image: none; }#XG2LUQ1hTgbpT5hsKdvCfbXaOvLuuGzk > .row .container { background-color: transparent; background-image: none; }#XG2LUQ1hTgbpT5hsKdvCfbXaOvLuuGzk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#XG2LUQ1hTgbpT5hsKdvCfbXaOvLuuGzk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XG2LUQ1hTgbpT5hsKdvCfbXaOvLuuGzk > .row .container > .video-iframe-container { display: none; }#XG2LUQ1hTgbpT5hsKdvCfbXaOvLuuGzk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#XG2LUQ1hTgbpT5hsKdvCfbXaOvLuuGzk > .row > .video-iframe-container { display: none; }#XG2LUQ1hTgbpT5hsKdvCfbXaOvLuuGzk > .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); }#XG2LUQ1hTgbpT5hsKdvCfbXaOvLuuGzk > .row .container { border-width: 0; border-radius: 0; }#XG2LUQ1hTgbpT5hsKdvCfbXaOvLuuGzk > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#ivfectSHo86sQ08KA6aKHvWanzCCXJHt { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.625rem #eb0514 ;height:22.1875rem;width:12.5rem;top:20.25rem;left:62.5rem;overflow:hidden;display:block; }
#Nmnv1KBhFEeWchBW5qKs6kWHzwS0RWV1 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.625rem #eb0514 ;height:22.1875rem;width:12.5rem;top:20.25rem;left:47.0625rem;overflow:hidden;display:block; }
#kwBtUHsap6s5ZkXO6oQQhhrPCKBoDyIt { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.625rem #eb0514 ;height:22.1875rem;width:12.5rem;top:20.25rem;left:31.25rem;overflow:hidden;display:block; }
#iqFotFgQEk449TbQ6vPKOW08WaobeU0P { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.625rem #eb0514 ;height:22.1875rem;width:12.4375rem;top:20.25rem;left:15.5625rem;overflow:hidden;display:block; }
#S6Wo4T5VcpGotrFRXzx6QihlJcEEXtoH { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:16.5rem;left:17.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NctFVinXvyySVRI1z1Q3VUiH8TtNIiOC { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:16.5rem;left:33.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fRi9OOPsOodrr6BVcupJulgM9JDlwgQb { color:#ffffff;display:block;width:8rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:16.5rem;left:49.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mkCMEdhNtnRonw3zHUPQ4dPKNBpPHtUN { color:#ffffff;display:block;width:8.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:16.5rem;left:64.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k6E38Rxbz8uqk7lIOE191tfdJnmUzRy3 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.625rem #eb0514 ;height:22.375rem;width:12.5rem;top:20.1875rem;left:0rem;overflow:hidden;display:block; }
#CRgdcAqeQrGRMJzcpEWoiT3nKWywAzBA { color:#ffffff;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:16.5rem;left:2.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kGnbgNX7wpD5SyuHSNEnA1HpVvURkwoL { position:absolute;display:block;z-index:100038;background-color:#eb0514;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:1.4375rem;width:4.75rem;top:36.75rem;left:66.375rem;display:block; }
#IF8Om1bXSI7T6SRsLpGxfZfVfgJvKyct { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:36.875rem;left:66.5625rem;height:1.13736875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HSDk0qm2x8sTGzXtJWwCWFFqMKkGu6yt { color:#ffffff;display:block;width:51.625rem;position:absolute;font-family:"montserrat up";font-size:2.375rem;font-weight:700;z-index:100028;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.97);top:3.5rem;left:11.6875rem;height:5.22395625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KWPOJipwHT0RX0cvpUW3PQik2UZ3Km8D { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:"montserrat up";font-size:1.25rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:9.78125rem;left:23.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ntcJvfHHpZHhNIGxikclHikNGxyUv2e2 { background-color:transparent;background-image: -webkit-linear-gradient(278deg, #fe5d00, #ff4848);background-image: -moz-linear-gradient(278deg, #fe5d00, #ff4848);background-image: -ms-linear-gradient(278deg, #fe5d00, #ff4848);background-image: -o-linear-gradient(278deg, #fe5d00, #ff4848);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe5d00', endColorstr='#ff4848' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe5d00', endColorstr='#ff4848' );";background-image: linear-gradient(278deg, #fe5d00, #ff4848);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"montserrat up";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.375rem;height:4rem;text-decoration:none;z-index:100035;text-align:center;text-align-last:center;top:47.71875rem;left:24.3125rem;display:block; }
#CReDnVS7w2tUytLXhUhRTkd6NqT8ptrz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Qx1akt8WyR1MMWwiL20as2pfy1iLTAVi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#Qx1akt8WyR1MMWwiL20as2pfy1iLTAVi > .row .container { background-color: transparent; background-image: none; }#Qx1akt8WyR1MMWwiL20as2pfy1iLTAVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qx1akt8WyR1MMWwiL20as2pfy1iLTAVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qx1akt8WyR1MMWwiL20as2pfy1iLTAVi > .row .container > .video-iframe-container { display: none; }#Qx1akt8WyR1MMWwiL20as2pfy1iLTAVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qx1akt8WyR1MMWwiL20as2pfy1iLTAVi > .row > .video-iframe-container { display: none; }#Qx1akt8WyR1MMWwiL20as2pfy1iLTAVi > .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); }#Qx1akt8WyR1MMWwiL20as2pfy1iLTAVi > .row .container { border-width: 0; border-radius: 0; }#Qx1akt8WyR1MMWwiL20as2pfy1iLTAVi > .row .container { font-size:0.875rem;font-family:"montserrat 900";height:47.6875rem;width:75rem;position:relative;display:block; }#VGZPFBrWkfN5HhGE0TQPCaSmR5tdpSb4 { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #0076ad, #000000);background-image: -moz-linear-gradient(42deg, #0076ad, #000000);background-image: -ms-linear-gradient(42deg, #0076ad, #000000);background-image: -o-linear-gradient(42deg, #0076ad, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076ad', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076ad', endColorstr='#000000' );";background-image: linear-gradient(42deg, #0076ad, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:35.1875rem;width:52.5rem;top:9.9375rem;left:9.125rem;display:block; }
#hNf9SNcakotfcgSHACVLK92WI9DP2t4o { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:"montserrat jr";font-size:0.875rem;font-weight:400;z-index:100003;line-height:1.4;letter-spacing:0;top:11.5625rem;left:10.75rem;height:4.8984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HJryDeSlprn3iBPnJn4ufnpk7T0eRaKa { color:#ffffff;display:block;width:34rem;position:absolute;font-family:"montserrat jr";font-size:2.375rem;font-weight:400;z-index:100042;line-height:1.2;letter-spacing:0;top:5.9375rem;left:9.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fcrd52gcQ4bOaIMWcDBk8SrTdti7QB44 { color:#ffffff;display:block;width:37.25rem;position:absolute;font-family:"montserrat jr";font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:17.5625rem;left:10.75rem;height:2.44921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yryDtzPnyZpKLDfmOeETBWlK4lVwr9WK { color:#ffffff;display:block;width:36.6875rem;position:absolute;font-family:"montserrat jr";font-size:0.875rem;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:20.9140625rem;left:10.75rem;height:3.673825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Go1kSeZ6S8WNXIASpcVk8rlIuKJXWQeU { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5rem;width:14.375rem;top:8.5rem;left:3.375rem;overflow:hidden;display:none; }
#qJBwxZfJ79APDg8EgWKE3N8iCTVc1PAq { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.3125rem;width:18.4375rem;top:17.8125rem;left:48rem;overflow:hidden;display:block; }
#c4AA8D7TqU1yZOFRzqBBMx3huqtkU3aV { position:absolute;display:block;z-index:100045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:1.875rem;height:23.625rem;width:18.9375rem;top:0.0625rem;left:47.4375rem;overflow:hidden;display:block; }
#dLNE7WO7k0koaQIvHl2xQpohuonTkX5k { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:102.75rem;width:74.9375rem;display:none; }
#yp92kefosp8DPEaeUInX60dv929xXG8F { color:#ffffff;display:block;width:48.3125rem;position:absolute;font-family:"montserrat jr";font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:26.6875rem;left:10.75rem;height:4.8984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N3hLJPn2IKvLkWWHMCi7Kxkrh0FuS6Gz { color:#ffffff;display:block;width:47.1875rem;position:absolute;font-family:"montserrat jr";font-size:0.875rem;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:33.875rem;left:10.75rem;height:3.673825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kSzKLK3i3Oqpq1pDOWpJMc4r0l6InUN5 { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:"montserrat jr";font-size:0.875rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:39.75rem;left:10.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#waGdyTR5uV5L2XdNxQyS9Py4ymUCz8aX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#waGdyTR5uV5L2XdNxQyS9Py4ymUCz8aX > .row .container { background-color: transparent; background-image: none; }#waGdyTR5uV5L2XdNxQyS9Py4ymUCz8aX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waGdyTR5uV5L2XdNxQyS9Py4ymUCz8aX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waGdyTR5uV5L2XdNxQyS9Py4ymUCz8aX > .row .container > .video-iframe-container { display: none; }#waGdyTR5uV5L2XdNxQyS9Py4ymUCz8aX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waGdyTR5uV5L2XdNxQyS9Py4ymUCz8aX > .row > .video-iframe-container { display: none; }#waGdyTR5uV5L2XdNxQyS9Py4ymUCz8aX > .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); }#waGdyTR5uV5L2XdNxQyS9Py4ymUCz8aX > .row .container { border-width: 0; border-radius: 0; }#waGdyTR5uV5L2XdNxQyS9Py4ymUCz8aX > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #PonIsOKbPKM8Jlet2vKfuukANOC3ig6Q { display:block; }#PonIsOKbPKM8Jlet2vKfuukANOC3ig6Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PDLXQILImTUhDcCRaKP96Gt9WdaQrTK4 { width:18.875rem;height:2.1933625rem;top:23.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hnT4TSuxJlgX3z0qUT7ebq5oWTSKFC9r { width:9.9375rem;height:2.1875rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #whyAPqyHhnL3qvOpcUA48WiI064urK8f { width:9.8125rem;height:1.4619125rem;top:20.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl { width:18rem;height:5.0625rem;display:flex;top:0rem;left:28.375rem;z-index:100038;display:none; }
 }@media only screen and (max-width: 1199px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #ahwS8CL985ngqhvrJoptFEWUUVIKGTuc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #RMfLddVxhxih49R0eqGl4u6yK9KEwbe5 {  }
 }@media only screen and (max-width: 1199px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #F6ndMI67ZlFwgi631TRL3ytUolNUO5oF {  }
 }@media only screen and (max-width: 1199px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #JzCg0TG8Pmc8LTeRZLooDHucVe3G1Zc5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #fkXh7NOatHNx23q6i4KWEfTVLCB0lgQc {  }
 }@media only screen and (max-width: 1199px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #HD5T8senZvZOR2urdVxFQatpl5lrzh7U {  }
 }@media only screen and (max-width: 1199px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #IT0rG2uEuyI1c4gMxLo9o48clW3EmzHy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #Jx6Ba2HUF6EfbGER6drw25lCMFvTnmEG {  }
 }@media only screen and (max-width: 1199px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #m7mcT4DC6WPPygNW9TyWkQcaX6diEeV6 {  }
 }@media only screen and (max-width: 1199px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #JBTS3Svra2whUAIE3eEzHTQSbyQ95dQb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #gF9aIqSGyopbRAklo9EF2guwG2No56rD {  }
 }@media only screen and (max-width: 1199px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #lvSZRrXEGsGJ2dU8xcorW0wn6Tsw92TC {  }
 }@media only screen and (max-width: 1199px) { #TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp { display:block; }#TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp > .row .container { width:47.75rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RqUdwgF3C7eXKAV6R3FspemH608KRoJC { width:4.5625rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z9teK1MazZ9Q2r827aikHZSsVUDvUy8L { width:3.125rem;height:3.125rem;top:59.5rem;left:0.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJrFJyASmLboJCPagD5qIaGufwJfyImu { width:16.75rem;height:2.1875rem;top:59.9375rem;left:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zwTg1SSoUruqMBHJhksz0XC8Imxpzaw0 { width:7.5rem;height:1.25rem;top:60.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WF2qGOQrBFShEaR9RgiCHcbk62RXyTze { width:3.125rem;height:3.125rem;top:59.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D2NvLyiWDncXeX77KsVbV0XCuGsTUn6k { width:42.25rem;height:2.923825rem;top:29.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #It9cDkn27tThDG4UfAfUw1uLNm7v3MZN { width:18.875rem;height:2.1933625rem;top:23.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #okpglCEotrEKTk1rFooMeVSK38fxGExd { width:42.25rem;height:2.923825rem;top:29.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IEqUoxZEev2DUXsq8AeGwkiiznBhS3Cw { width:14.0625rem;height:11.25rem;top:25.5625rem;left:20rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-regular-label { width:23.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-input-text { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-input-text {padding-top: 0; padding-bottom: 0;}#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-textarea { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-input-select { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-input-select {padding-top: 0; padding-bottom: 0;}#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-input-button { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-checkbox-label { width:21.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp  { width:23.125rem;height:auto;top:36.8125rem;left:0rem; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .radio-container { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp {display:block;}#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp { width:23.125rem;height:auto;top:36.8125rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp #NR8Smwv5RvyMeLtBNvZDkAunQEgRnfuW {  }
 }@media only screen and (max-width: 1199px) { #GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp #ad0p5NuiliCxIo0cmCizuo1xQX0lT7rW {  }
 }@media only screen and (max-width: 1199px) { #GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp #iqGZVHJJbMaXkIplo40xSIhPKSKvm4z6 {  }
 }@media only screen and (max-width: 1199px) { #GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp #IgB0IH4OK0pZqAZpkrFdi5T5vXg88bgP {  }
 }@media only screen and (max-width: 1199px) { #GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp #y0157UKtuTyH3Km4I79aR9r3l92z4piF {  }
 }@media only screen and (max-width: 1199px) { #GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp #UTaFsTaRWvp1kGHPzmcqQsvBwyTs06rR {  }
 }@media only screen and (max-width: 1199px) { #s9nRItLBI4lf5rddRQFgRwNecNiPD7xp { display:block; }
 }@media only screen and (max-width: 1199px) { #qwpcn1yxiv28NgTGSGSD4tRGXwKSOunq { display:block; }
 }@media only screen and (max-width: 1199px) { #ZPX0baiSnktS1S742UVGEZLoWde5dzAT { display:block; }
 }@media only screen and (max-width: 1199px) { #WLsZelSTzTayVWRz8SHmbcFiwdGUQH2e { display:block; }
 }@media only screen and (max-width: 1199px) { #GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp #W3yrIB2Ss5zU494FdPFBq1LapIhxPL8a {  }
 }@media only screen and (max-width: 1199px) { #GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp #pvFPPmlxvXQT4Hg04OHfqMQhKSsNa8Tk {  }
 }@media only screen and (max-width: 1199px) { #CK8TfPNrZ7fcq8mmvFZrTfdDxtQSsBTc { width:2.125rem;height:2.125rem;top:50.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X52Qimr4T5brKwMJ99cU5L8geo8FHRXi { width:42.25rem;height:2.923825rem;top:29.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zPNSC3l4XaF6IIWfnvEzPBSdXPO8Tx67 { width:47.75rem;height:2.5625rem;top:64.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fDJaTNVFt52WHT22hQ6UnkzP2Ia8f68z { width:5.875rem;height:2.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ozSxyK7Re2wHk1zPXqnp6T1xNIJGaxyT { width:36.875rem;height:45.5625rem;top:21.25rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cE0rBcZH7LcsR0Vbg2doXg3FFki3Rykt { width:18.875rem;height:2.1933625rem;top:23.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XvcdxmMOo5QgM2K0Uf0eJr21Rfcqw3xS { display:block; }#XvcdxmMOo5QgM2K0Uf0eJr21Rfcqw3xS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dCppZE5K3DD3DyTMWiHwoBOtAaTKWA0O { width:42.25rem;height:2.923825rem;top:29.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p4KId5qucewPZHJBxsMFcFn6OwfIeuAr { width:42.25rem;height:2.923825rem;top:29.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XcAFHHGCTyXmP2oT2iwLUg8LOAWNSOTF { width:33.4375rem;height:33.4375rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b0fBsptplE7xzTB1uDy5kb7nU9oQ55V4 { width:47.75rem;height:2.5625rem;top:64.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc { display:block; }#Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RJz7JZihzsSbCM2736bcRRWoTWtZiwhg { width:29.8125rem;height:5.5rem;top:63.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GHfvJaJ1RSe5uJ532KaoUu1wGXTEgWRP { display:block; }
 }@media only screen and (max-width: 1199px) { #UvAqTPgd8Rr7urhr7iZ2cG6TP6P9bC51 { width:42.25rem;height:2.923825rem;top:29.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OubZxe79ZcgIFuRKTRMfgbTJMTEF0gls { width:30.625rem;height:51.5625rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wupviprLDqGRVQnJ5OTMe0szTrau1Q1C { width:42.25rem;height:2.923825rem;top:29.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x0teKTyp1dZ4eA87XUyTDEZWtARWl0hn { width:14.0625rem;height:19.125rem;top:73.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kQu1rTTUVqgtNviUPPvyTvnScrgiko2r { width:12.5625rem;height:21.0625rem;top:73rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VIJ3mNRZZf8otbVILBJGMxdWPtJNZlXh { width:17.4375rem;height:23.5rem;top:73rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C1iJK7GGLSiBaQfSvXtlQGtO9l1dwFLZ { width:42.25rem;height:2.923825rem;top:29.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fLy5hu1UcTxuLppzGTGJhC0w65OxZVfg { width:44.5625rem;height:4.0625rem;top:9.5625rem;left:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XG2LUQ1hTgbpT5hsKdvCfbXaOvLuuGzk { display:block; }#XG2LUQ1hTgbpT5hsKdvCfbXaOvLuuGzk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ivfectSHo86sQ08KA6aKHvWanzCCXJHt { width:7.0625rem;height:12.5625rem;top:2.9375rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nmnv1KBhFEeWchBW5qKs6kWHzwS0RWV1 { width:7.0625rem;height:12.5625rem;top:2.9375rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kwBtUHsap6s5ZkXO6oQQhhrPCKBoDyIt { width:7.0625rem;height:12.5625rem;top:2.9375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iqFotFgQEk449TbQ6vPKOW08WaobeU0P { width:7.0625rem;height:12.5625rem;top:2.9375rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S6Wo4T5VcpGotrFRXzx6QihlJcEEXtoH { width:8.4375rem;height:1.21875rem;top:1.625rem;left:9.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NctFVinXvyySVRI1z1Q3VUiH8TtNIiOC { width:8.5rem;height:1.21875rem;top:1.625rem;left:19.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fRi9OOPsOodrr6BVcupJulgM9JDlwgQb { width:8rem;height:1.21875rem;top:1.625rem;left:29.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mkCMEdhNtnRonw3zHUPQ4dPKNBpPHtUN { width:8.375rem;height:1.21875rem;top:1.625rem;left:39.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k6E38Rxbz8uqk7lIOE191tfdJnmUzRy3 { width:7.0625rem;height:12.5625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CRgdcAqeQrGRMJzcpEWoiT3nKWywAzBA { width:7.9375rem;height:1.21875rem;top:1.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kGnbgNX7wpD5SyuHSNEnA1HpVvURkwoL { width:9.9375rem;height:2.1875rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IF8Om1bXSI7T6SRsLpGxfZfVfgJvKyct { width:9.8125rem;height:1.4619125rem;top:20.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HSDk0qm2x8sTGzXtJWwCWFFqMKkGu6yt { width:42.25rem;height:2.923825rem;top:29.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KWPOJipwHT0RX0cvpUW3PQik2UZ3Km8D { width:27.75rem;height:3.25rem;top:9.75rem;left:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ntcJvfHHpZHhNIGxikclHikNGxyUv2e2 { width:26.375rem;height:4rem;top:47.6875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CReDnVS7w2tUytLXhUhRTkd6NqT8ptrz { display:block; }
 }@media only screen and (max-width: 1199px) { #Qx1akt8WyR1MMWwiL20as2pfy1iLTAVi { display:block; }#Qx1akt8WyR1MMWwiL20as2pfy1iLTAVi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VGZPFBrWkfN5HhGE0TQPCaSmR5tdpSb4 { width:47.75rem;height:35.1875rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hNf9SNcakotfcgSHACVLK92WI9DP2t4o { width:38.25rem;height:4.875rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HJryDeSlprn3iBPnJn4ufnpk7T0eRaKa { width:34rem;height:;top:5.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fcrd52gcQ4bOaIMWcDBk8SrTdti7QB44 { width:37.25rem;height:2.4375rem;top:17.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yryDtzPnyZpKLDfmOeETBWlK4lVwr9WK { width:36.6875rem;height:4.875rem;top:20.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Go1kSeZ6S8WNXIASpcVk8rlIuKJXWQeU { width:14.375rem;height:19.5rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qJBwxZfJ79APDg8EgWKE3N8iCTVc1PAq { width:18.4375rem;height:8.3125rem;top:17.8125rem;left:29.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #c4AA8D7TqU1yZOFRzqBBMx3huqtkU3aV { width:18.9375rem;height:23.625rem;top:0.0625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dLNE7WO7k0koaQIvHl2xQpohuonTkX5k { width:47.6875rem;height:65.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yp92kefosp8DPEaeUInX60dv929xXG8F { width:47.75rem;height:6.0625rem;top:26.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N3hLJPn2IKvLkWWHMCi7Kxkrh0FuS6Gz { width:47.1875rem;height:4.875rem;top:33.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kSzKLK3i3Oqpq1pDOWpJMc4r0l6InUN5 { width:47.5rem;height:3.625rem;top:39.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #waGdyTR5uV5L2XdNxQyS9Py4ymUCz8aX { display:block; }#waGdyTR5uV5L2XdNxQyS9Py4ymUCz8aX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #PonIsOKbPKM8Jlet2vKfuukANOC3ig6Q { display:block; }#PonIsOKbPKM8Jlet2vKfuukANOC3ig6Q > .row .container { width:20rem;height:1.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDLXQILImTUhDcCRaKP96Gt9WdaQrTK4 { width:12.375rem;height:1.4622375rem;top:0.125rem;left:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnT4TSuxJlgX3z0qUT7ebq5oWTSKFC9r { width:4.1875rem;height:1.375rem;top:0.1875rem;left:1.75rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whyAPqyHhnL3qvOpcUA48WiI064urK8f { width:5.0625rem;height:1.0559875rem;top:0.3125rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl { width:18rem;height:5.0625rem;display:flex;top:0rem;left:0.9560546875rem;z-index:100038;display:none; }
 }@media only screen and (max-width: 763px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #ahwS8CL985ngqhvrJoptFEWUUVIKGTuc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #RMfLddVxhxih49R0eqGl4u6yK9KEwbe5 {  }
 }@media only screen and (max-width: 763px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #F6ndMI67ZlFwgi631TRL3ytUolNUO5oF {  }
 }@media only screen and (max-width: 763px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #JzCg0TG8Pmc8LTeRZLooDHucVe3G1Zc5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #fkXh7NOatHNx23q6i4KWEfTVLCB0lgQc {  }
 }@media only screen and (max-width: 763px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #HD5T8senZvZOR2urdVxFQatpl5lrzh7U {  }
 }@media only screen and (max-width: 763px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #IT0rG2uEuyI1c4gMxLo9o48clW3EmzHy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #Jx6Ba2HUF6EfbGER6drw25lCMFvTnmEG {  }
 }@media only screen and (max-width: 763px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #m7mcT4DC6WPPygNW9TyWkQcaX6diEeV6 {  }
 }@media only screen and (max-width: 763px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #JBTS3Svra2whUAIE3eEzHTQSbyQ95dQb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #gF9aIqSGyopbRAklo9EF2guwG2No56rD {  }
 }@media only screen and (max-width: 763px) { #PAr4noCMRpSoklXpP0sA2ytdnbHUlFJl #lvSZRrXEGsGJ2dU8xcorW0wn6Tsw92TC {  }
 }@media only screen and (max-width: 763px) { #TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp { background-color:rgba(0,0,0,0.67);background-image:url("https://images.assets-landingi.com/uc/dd8146a7-f9de-4c45-91fe-11e21be6349c/Fundomobile.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp.adaptive-delivery-prevent-bg, #TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp.lazyload, #TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp.lazyloading { background-image: none; }#TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp > .row .container { background-color: transparent; background-image: none; }#TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp > .row .container > .video-iframe-container { display: none; }#TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp > .row > .video-iframe-container { display: none; }#TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp > .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); }#TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp > .row .container { border-width: 0; border-radius: 0; }#TKcGWDsvO3kHM426rkudxKZ3q3R7CcTp > .row .container { width:20rem;height:84.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqUdwgF3C7eXKAV6R3FspemH608KRoJC { width:6.25rem;height:3.75rem;top:0.8125rem;left:6.875rem;z-index:99994;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Z9teK1MazZ9Q2r827aikHZSsVUDvUy8L { width:2.1875rem;height:2.1875rem;top:55.875rem;left:9.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJrFJyASmLboJCPagD5qIaGufwJfyImu { width:7.9375rem;height:2.47460625rem;top:55.8125rem;left:12.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwTg1SSoUruqMBHJhksz0XC8Imxpzaw0 { width:7.5rem;height:1.13736875rem;top:56.5rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF2qGOQrBFShEaR9RgiCHcbk62RXyTze { width:2.1875rem;height:2.1875rem;top:55.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2NvLyiWDncXeX77KsVbV0XCuGsTUn6k { width:20rem;height:3.298825rem;top:24.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #It9cDkn27tThDG4UfAfUw1uLNm7v3MZN { width:20rem;height:11.5481875rem;top:11.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #okpglCEotrEKTk1rFooMeVSK38fxGExd { width:20rem;height:3.8984375rem;top:32.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IEqUoxZEev2DUXsq8AeGwkiiznBhS3Cw { width:6.0625rem;height:4.8125rem;top:62rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-input-text {padding-top: 0; padding-bottom: 0;}#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-input-select {padding-top: 0; padding-bottom: 0;}#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp  { width:17.5rem;height:auto;top:36.0859375rem;left:0rem; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp {display:block;}#GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp { width:17.5rem;height:auto;top:36.0859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp #NR8Smwv5RvyMeLtBNvZDkAunQEgRnfuW {  }
 }@media only screen and (max-width: 763px) { #GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp #ad0p5NuiliCxIo0cmCizuo1xQX0lT7rW {  }
 }@media only screen and (max-width: 763px) { #GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp #iqGZVHJJbMaXkIplo40xSIhPKSKvm4z6 {  }
 }@media only screen and (max-width: 763px) { #GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp #IgB0IH4OK0pZqAZpkrFdi5T5vXg88bgP {  }
 }@media only screen and (max-width: 763px) { #GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp #y0157UKtuTyH3Km4I79aR9r3l92z4piF {  }
 }@media only screen and (max-width: 763px) { #GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp #UTaFsTaRWvp1kGHPzmcqQsvBwyTs06rR {  }
 }@media only screen and (max-width: 763px) { #s9nRItLBI4lf5rddRQFgRwNecNiPD7xp { display:block; }
 }@media only screen and (max-width: 763px) { #qwpcn1yxiv28NgTGSGSD4tRGXwKSOunq { display:block; }
 }@media only screen and (max-width: 763px) { #ZPX0baiSnktS1S742UVGEZLoWde5dzAT { display:block; }
 }@media only screen and (max-width: 763px) { #WLsZelSTzTayVWRz8SHmbcFiwdGUQH2e { display:block; }
 }@media only screen and (max-width: 763px) { #GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp #W3yrIB2Ss5zU494FdPFBq1LapIhxPL8a {  }
 }@media only screen and (max-width: 763px) { #GHMdWy2UPbPIkUllwE5MxlkHWTeqxCPp #pvFPPmlxvXQT4Hg04OHfqMQhKSsNa8Tk {  }
 }@media only screen and (max-width: 763px) { #CK8TfPNrZ7fcq8mmvFZrTfdDxtQSsBTc { width:2.125rem;height:2.125rem;top:51.375rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X52Qimr4T5brKwMJ99cU5L8geo8FHRXi { width:15.875rem;height:2.4375rem;top:51.1875rem;left:3.125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zPNSC3l4XaF6IIWfnvEzPBSdXPO8Tx67 { width:20rem;height:2.5625rem;top:81.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDJaTNVFt52WHT22hQ6UnkzP2Ia8f68z { width:13.6875rem;height:6.4375rem;top:4.25rem;left:3.15625rem;z-index:99994;display:block; }
 }@media only screen and (max-width: 763px) { #ozSxyK7Re2wHk1zPXqnp6T1xNIJGaxyT { width:20rem;height:24.75rem;top:59.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE0rBcZH7LcsR0Vbg2doXg3FFki3Rykt { width:20rem;height:1.51236875rem;top:29.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XvcdxmMOo5QgM2K0Uf0eJr21Rfcqw3xS { display:block; }#XvcdxmMOo5QgM2K0Uf0eJr21Rfcqw3xS > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCppZE5K3DD3DyTMWiHwoBOtAaTKWA0O { width:20rem;height:3.57421875rem;top:1rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p4KId5qucewPZHJBxsMFcFn6OwfIeuAr { width:20rem;height:49.5878375rem;top:5.45703125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XcAFHHGCTyXmP2oT2iwLUg8LOAWNSOTF { width:20rem;height:20rem;top:55.0439453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0fBsptplE7xzTB1uDy5kb7nU9oQ55V4 { width:20rem;height:2.5625rem;top:0rem;left:0rem;z-index:100004;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/712d99f3-06c1-4f9d-8fc6-3b1bf32524e2/FundoDesktop.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc.adaptive-delivery-prevent-bg, #Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc.lazyload, #Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc.lazyloading { background-image: none; }#Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc > .row .container { background-color: transparent; background-image: none; }#Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc > .row .container > .video-iframe-container { display: none; }#Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc > .row > .video-iframe-container { display: none; }#Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc > .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); }#Rz8t3xq3WVph7RTTFOZHUvAuZQHS7bzc > .row .container { width:20rem;height:137.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJz7JZihzsSbCM2736bcRRWoTWtZiwhg { width:20rem;height:4rem;top:128.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHfvJaJ1RSe5uJ532KaoUu1wGXTEgWRP { display:block; }
 }@media only screen and (max-width: 763px) { #UvAqTPgd8Rr7urhr7iZ2cG6TP6P9bC51 { width:20rem;height:4.5371125rem;top:2.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OubZxe79ZcgIFuRKTRMfgbTJMTEF0gls { width:13.25rem;height:22.375rem;top:9.63671875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wupviprLDqGRVQnJ5OTMe0szTrau1Q1C { width:20rem;height:79.26830625rem;top:32.76171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x0teKTyp1dZ4eA87XUyTDEZWtARWl0hn { width:8.5rem;height:11.625rem;top:114.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQu1rTTUVqgtNviUPPvyTvnScrgiko2r { width:8.75rem;height:14.75rem;top:112.625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIJ3mNRZZf8otbVILBJGMxdWPtJNZlXh { width:10.75rem;height:14.5625rem;top:113.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1iJK7GGLSiBaQfSvXtlQGtO9l1dwFLZ { width:20rem;height:2.2747375rem;top:135.400390625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fLy5hu1UcTxuLppzGTGJhC0w65OxZVfg { width:20rem;height:1.7871125rem;top:6.78515625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XG2LUQ1hTgbpT5hsKdvCfbXaOvLuuGzk { display:block; }#XG2LUQ1hTgbpT5hsKdvCfbXaOvLuuGzk > .row .container { width:20rem;height:81.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivfectSHo86sQ08KA6aKHvWanzCCXJHt { width:9.375rem;height:17.25rem;top:55.125rem;left:5.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmnv1KBhFEeWchBW5qKs6kWHzwS0RWV1 { width:9.375rem;height:17.25rem;top:34.25rem;left:10.625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwBtUHsap6s5ZkXO6oQQhhrPCKBoDyIt { width:9.375rem;height:17.25rem;top:34.25rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqFotFgQEk449TbQ6vPKOW08WaobeU0P { width:9.375rem;height:16.6875rem;top:13.375rem;left:10.625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6Wo4T5VcpGotrFRXzx6QihlJcEEXtoH { width:6.25rem;height:1.21875rem;top:11.3125rem;left:12.1875rem;font-size:0.9375rem;color:#ff3535;display:block; }
 }@media only screen and (max-width: 763px) { #NctFVinXvyySVRI1z1Q3VUiH8TtNIiOC { width:6.4375rem;height:1.21875rem;top:32.5625rem;left:1.5rem;font-size:0.9375rem;color:#ff3535;display:block; }
 }@media only screen and (max-width: 763px) { #fRi9OOPsOodrr6BVcupJulgM9JDlwgQb { width:6.25rem;height:1.21875rem;top:32.5625rem;left:12.1875rem;font-size:0.9375rem;color:#ff3535;display:block; }
 }@media only screen and (max-width: 763px) { #mkCMEdhNtnRonw3zHUPQ4dPKNBpPHtUN { width:7.0625rem;height:1.21875rem;top:53.3125rem;left:7rem;font-size:0.9375rem;color:#ff3535;display:block; }
 }@media only screen and (max-width: 763px) { #k6E38Rxbz8uqk7lIOE191tfdJnmUzRy3 { width:9.375rem;height:17.25rem;top:13.375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRgdcAqeQrGRMJzcpEWoiT3nKWywAzBA { width:5.875rem;height:1.21875rem;top:11.3125rem;left:1.75rem;font-size:0.9375rem;color:#ff3535;display:block; }
 }@media only screen and (max-width: 763px) { #kGnbgNX7wpD5SyuHSNEnA1HpVvURkwoL { width:4.75rem;height:1.4375rem;top:67.93408203125rem;left:8.125rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF8Om1bXSI7T6SRsLpGxfZfVfgJvKyct { width:4.3125rem;height:1.05615rem;top:68.125rem;left:8.34375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSDk0qm2x8sTGzXtJWwCWFFqMKkGu6yt { width:20rem;height:4.330075rem;top:1.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWPOJipwHT0RX0cvpUW3PQik2UZ3Km8D { width:20rem;height:2.59895625rem;top:6.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntcJvfHHpZHhNIGxikclHikNGxyUv2e2 { width:20rem;height:4rem;top:74.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CReDnVS7w2tUytLXhUhRTkd6NqT8ptrz { display:block; }
 }@media only screen and (max-width: 763px) { #Qx1akt8WyR1MMWwiL20as2pfy1iLTAVi { background-color:transparent;background-image:url("https://images.assets-landingi.com/Zah7A6M3/4b09755a_ilko_00000000000000000001o.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Qx1akt8WyR1MMWwiL20as2pfy1iLTAVi.adaptive-delivery-prevent-bg, #Qx1akt8WyR1MMWwiL20as2pfy1iLTAVi.lazyload, #Qx1akt8WyR1MMWwiL20as2pfy1iLTAVi.lazyloading { background-image: none; }#Qx1akt8WyR1MMWwiL20as2pfy1iLTAVi > .row .container { background-color: transparent; background-image: none; }#Qx1akt8WyR1MMWwiL20as2pfy1iLTAVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.37); }#Qx1akt8WyR1MMWwiL20as2pfy1iLTAVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qx1akt8WyR1MMWwiL20as2pfy1iLTAVi > .row .container > .video-iframe-container { display: none; }#Qx1akt8WyR1MMWwiL20as2pfy1iLTAVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.37); }#Qx1akt8WyR1MMWwiL20as2pfy1iLTAVi > .row > .video-iframe-container { display: none; }#Qx1akt8WyR1MMWwiL20as2pfy1iLTAVi > .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); }#Qx1akt8WyR1MMWwiL20as2pfy1iLTAVi > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGZPFBrWkfN5HhGE0TQPCaSmR5tdpSb4 { width:20rem;height:51.625rem;top:4.1875rem;left:0rem;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #0076ad, #000000);background-image: -moz-linear-gradient(42deg, #0076ad, #000000);background-image: -ms-linear-gradient(42deg, #0076ad, #000000);background-image: -o-linear-gradient(42deg, #0076ad, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076ad', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076ad', endColorstr='#000000' );";background-image: linear-gradient(42deg, #0076ad, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hNf9SNcakotfcgSHACVLK92WI9DP2t4o { width:9.1875rem;height:12.509125rem;top:5.25rem;left:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJryDeSlprn3iBPnJn4ufnpk7T0eRaKa { width:15.875rem;height:2.69921875rem;top:0.80078125rem;left:0.875rem;font-size:1.5rem;color:#484848;line-height:.9;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fcrd52gcQ4bOaIMWcDBk8SrTdti7QB44 { width:18.5625rem;height:1.92448125rem;top:18.1875rem;left:0.75rem;font-size:0.6875rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #yryDtzPnyZpKLDfmOeETBWlK4lVwr9WK { width:18.625rem;height:5.7734375rem;top:20.6875rem;left:0.6875rem;font-size:0.6875rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #Go1kSeZ6S8WNXIASpcVk8rlIuKJXWQeU { width:14.375rem;height:19.5rem;top:34.1875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJBwxZfJ79APDg8EgWKE3N8iCTVc1PAq { width:18.4375rem;height:8.3125rem;top:56.125rem;left:0.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4AA8D7TqU1yZOFRzqBBMx3huqtkU3aV { width:18.9375rem;height:23.625rem;top:0.0625rem;left:0.5rem;border-top-left-radius:1.875rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dLNE7WO7k0koaQIvHl2xQpohuonTkX5k { top:5.25rem;left:10.4375rem;width:9.0625rem;height:12.5625rem;z-index:100046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yp92kefosp8DPEaeUInX60dv929xXG8F { width:18.6875rem;height:10.4948125rem;top:26.93212890625rem;left:0.65625rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N3hLJPn2IKvLkWWHMCi7Kxkrh0FuS6Gz { width:18.375rem;height:8.3958125rem;top:37.9072265625rem;left:0.6875rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kSzKLK3i3Oqpq1pDOWpJMc4r0l6InUN5 { width:18.6875rem;height:7.346375rem;top:47.060546875rem;left:0.65625rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #waGdyTR5uV5L2XdNxQyS9Py4ymUCz8aX { display:block; }#waGdyTR5uV5L2XdNxQyS9Py4ymUCz8aX > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }