.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#b3b3b3;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#xKrEfk4BWo8LFtcoLdMTk5Ml4xiItB7w { position:relative;display:block; }#xKrEfk4BWo8LFtcoLdMTk5Ml4xiItB7w { background-color: transparent; background-image: none; }#xKrEfk4BWo8LFtcoLdMTk5Ml4xiItB7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKrEfk4BWo8LFtcoLdMTk5Ml4xiItB7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKrEfk4BWo8LFtcoLdMTk5Ml4xiItB7w > .row .container > .video-iframe-container { display: none; }#xKrEfk4BWo8LFtcoLdMTk5Ml4xiItB7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKrEfk4BWo8LFtcoLdMTk5Ml4xiItB7w > .row > .video-iframe-container { display: none; }#xKrEfk4BWo8LFtcoLdMTk5Ml4xiItB7w > .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); }#xKrEfk4BWo8LFtcoLdMTk5Ml4xiItB7w { border-width: 0; border-radius: 0; }#xKrEfk4BWo8LFtcoLdMTk5Ml4xiItB7w > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xKrEfk4BWo8LFtcoLdMTk5Ml4xiItB7w > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b3b3b3;background-image:none;font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#olhZAA68BQonnqrcAx1QzxuqLK0CJ34R { color:#ffffff;display:block;width:61.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.787109375rem;left:6.75rem;height:1.3rem;display:block; }
#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/54bd15d8-9780-430c-b640-ee8c079fa989/testecaldelca.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf.adaptive-delivery-prevent-bg, #cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf.lazyload, #cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf.lazyloading { background-image: none; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container { background-color: transparent; background-image: none; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container > .video-iframe-container { display: none; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row > .video-iframe-container { display: none; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .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); }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container { border-width: 0; border-radius: 0; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container { font-size:0.875rem;font-family:arial;height:54.8125rem;width:75rem;position:relative;display:block; }#BbTCKlxyb0vyG6Iyqrv94B5Rxoabc0gS { color:#424242;display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:13.125rem;left:3.9990234375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#laRH9gpClDpRm8pzc3NL7i8UuMIAiu9I { color:#424242;display:block;width:40.875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.873756408691rem;left:3.9985790252686rem;height:10.240875rem;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; }
#BO8x41knM0iUf5Gqclis0PDTx8Ba4Qd7 { z-index:15003;top:35.122394561767rem;left:3.9973964691162rem;background-color:#8cc63f;background-image:none;border-top:0.0625rem solid #424242;border-left:0.0625rem solid #424242;border-right:0.0625rem solid #424242;border-bottom:0.0625rem solid #424242;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.75rem 0.75rem rgba(0,0,0,0.25) ;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;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RnRotqr1INTpeWrqBiVVvzK9GHcaAgTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FRafonVOkewVLiIFbWEtcvC681Aevc4S { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:12.9375rem;top:4.8740234375rem;left:3.4365234375rem;overflow:hidden;display:block; }
#o8Q9wk7UtCAwJihdziedRkvId6Ja9Rlt { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:12.9375rem;top:4.8740234375rem;left:3.4365234375rem;overflow:hidden;display:none; }
#ixVLwSdScyupgFkgXEHmLirBBMmDImeG { color:#424242;display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:13.125rem;left:3.9990234375rem;height:7.9609375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#qn6h8unM9oup2gdSTptWbehMXpQsSSKw { color:#424242;display:block;width:37.4370625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.874643325806rem;left:3.9994659423828rem;height:10.232625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ndTXmnug8iMbU1l1qUJfhDtIBh6Uxv3W { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:107.9375rem;width:69.5rem;display:none; }
#I3U62xPDHXAoolATWlE4frwsO1RySTaS { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:39.1845703125rem;left:4.0908203125rem;height:3.16731875rem;text-align:justify;text-align-last:initial;display:block; }
#yLxqDoO9nczce6otnWtDKXgTr21wwxpO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/54bd15d8-9780-430c-b640-ee8c079fa989/testecaldelca.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yLxqDoO9nczce6otnWtDKXgTr21wwxpO.adaptive-delivery-prevent-bg, #yLxqDoO9nczce6otnWtDKXgTr21wwxpO.lazyload, #yLxqDoO9nczce6otnWtDKXgTr21wwxpO.lazyloading { background-image: none; }#yLxqDoO9nczce6otnWtDKXgTr21wwxpO > .row .container { border-width: 0; border-radius: 0; }#yLxqDoO9nczce6otnWtDKXgTr21wwxpO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yLxqDoO9nczce6otnWtDKXgTr21wwxpO > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:none; }#DdF8OtLweDMx25DvqgJmH32FobK4vAxg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/54bd15d8-9780-430c-b640-ee8c079fa989/testecaldelca.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DdF8OtLweDMx25DvqgJmH32FobK4vAxg.adaptive-delivery-prevent-bg, #DdF8OtLweDMx25DvqgJmH32FobK4vAxg.lazyload, #DdF8OtLweDMx25DvqgJmH32FobK4vAxg.lazyloading { background-image: none; }#DdF8OtLweDMx25DvqgJmH32FobK4vAxg > .row .container { border-width: 0; border-radius: 0; }#DdF8OtLweDMx25DvqgJmH32FobK4vAxg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DdF8OtLweDMx25DvqgJmH32FobK4vAxg > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:none; }#HemAr7zq2ATUpXN1FlKSDBpVk9vnEqwW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HemAr7zq2ATUpXN1FlKSDBpVk9vnEqwW > .row .container { border-width: 0; border-radius: 0; }#HemAr7zq2ATUpXN1FlKSDBpVk9vnEqwW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HemAr7zq2ATUpXN1FlKSDBpVk9vnEqwW > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:none; }#rkiLR8dBrzcQIFTPT9TeVORaal9oHWLB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.6875rem;width:53rem;top:2.4375rem;left:11rem;display:block; }
#PT2sAzh1aQxXnlyQK03VxfvkRThbE0vT { background-color:#8cc63f;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.621125rem;height:2.93359375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.19140625rem;left:28.6884765625rem;display:block; }
#RTGhaOoHLIHTygdw9G1D7D6ATwGqpalx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UdU0kshTXtV19V67xNUVTkKQGv8EXVws { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:37.625rem;left:28.78125rem;height:3.16731875rem;text-align:justify;text-align-last:initial;display:block; }
#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#424242;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm > .row .container { background-color: transparent; background-image: none; }#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm > .row .container > .video-iframe-container { display: none; }#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm > .row > .video-iframe-container { display: none; }#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm > .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); }#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm > .row .container { border-width: 0; border-radius: 0; }#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm > .row .container { font-size:0.875rem;font-family:arial;height:87.25rem;width:75rem;position:relative;display:block; }#TbEDTWTQvzTbRZrfN70d74TOD5TnDnLn { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:5.6875rem;left:26.25rem;display:block; }
#CponJOTvyXiQV6cCB5W2ylGJNGRuXZw9 { color:#666666;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16.625rem;left:27.1875rem;height:5.12044375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vUp27B4psLDAQMM2XZISPx35l0BI5RSl { color:#8cc63f;display:block;width:13.562rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:11rem;left:29.9375rem;height:4.38585rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RVomtXvSm6QsAqAIz59EK5XbQtyXtnfd { position:absolute;display:block;z-index:15001;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:2.75rem;left:33.625rem;display:block; }
#hdeiUX7qcUordVEGTffWynELP75DTXJg { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:4.0625rem;left:34.9375rem;overflow:hidden;display:block; }
#KeaJynVDP9zxHhp405xLwRcck8cJzgmk { position:absolute;display:block;z-index:15005;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:56.4375rem;left:26.25rem;display:block; }
#vHyC7Xoys8c3TGbnvuLKM7oqUZZyne3q { color:#666666;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:67.3125rem;left:28.5625rem;height:6.82725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vr0kd6Tkf2TfR8t5fNp0ddZT2avNXHcQ { color:#8cc63f;display:block;width:16.31225rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:61.6875rem;left:28.5625rem;height:4.38585rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i6zLq8WPrFwqkDsob4gGILbDGB0zHKvG { position:absolute;display:block;z-index:15006;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:53.5rem;left:33.625rem;display:block; }
#vcfZBrktmXp42LmmvDbv0QiiD4zoTDN2 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:54.8125rem;left:34.9375rem;overflow:hidden;display:block; }
#hQZblX8rhxgMMUmXb2VqOE8v9Tye6WJN { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:30.6875rem;left:1.8125rem;display:block; }
#hbmZWtqN9ZNDJ00L0fZquhdkIqfRighs { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:56.375rem;left:1.8125rem;display:block; }
#nWlIZWBkJGqhdKf7573h6f40yEc9XpiE { color:#666666;display:block;width:15.5615rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:41.8125rem;left:4.5rem;height:5.12044375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FJWSG9EkHoiR6paZ1JtF6EnX1Zccft87 { color:#666666;display:block;width:16.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:67.3750038147rem;left:3.875rem;height:6.82725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dlIDCDC7In0vWH3U63udX60F9qeJLLgL { position:absolute;display:block;z-index:15015;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:30.75rem;left:26.25rem;display:block; }
#h4WiMm5iXbNK8Gt3t2OqTPo4IQFgXiFV { color:#666666;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:41.8125rem;left:28.125rem;height:6.82725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AI6TVbh6UTIx9DNiU0tO2HI6KG1MsFtK { color:#8cc63f;display:block;width:19.75rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:36.0185546875rem;left:26.84375rem;height:4.2252625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N9Nf8SzarOk2TW568LS6kJH7pMGf4D8T { color:#8cc63f;display:block;width:15.81175rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:35.9375rem;left:4.375rem;height:4.38585rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uIA8eKddAs3QW7voy3oztbT21MB6R3M6 { color:#8cc63f;display:block;width:15.81175rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:61.625rem;left:4.375rem;height:4.38585rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nbEUGLPiVd9sZ3ohkyM43dKx7HbsPoqk { position:absolute;display:block;z-index:15016;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:27.8125rem;left:33.625rem;display:block; }
#wD7zTltTTPAvk3Tvvh53y789BcZRSz33 { position:absolute;display:block;z-index:15021;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:27.75rem;left:9.1875rem;display:block; }
#yewXMUU3o3CFTLdSLF91yHKREZftfU3S { position:absolute;display:block;z-index:15026;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:53.4375rem;left:9.1875rem;display:block; }
#MR6Bd54cGZFbqyT91xe4bVO37npLKgwJ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:29.125rem;left:34.9375rem;overflow:hidden;display:block; }
#puHuBkMOqWJ1ggC1lOfkJkozIaFDl9lk { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:29.0625rem;left:10.5rem;overflow:hidden;display:block; }
#PaiMn2NQRCTD5WIgzS37yfvSmAaEJHWX { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:54.75rem;left:10.5rem;overflow:hidden;display:block; }
#SqL4T3orryoArHkqtqHXI6ngiZVJSbkb { background-color:#8cc63f;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6229375rem;height:2.93541875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:79.137504577638rem;left:28.6875rem;display:block; }
#u1esfuuh8qzzvg2uFcran0DozW8a91Qq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w09ORGQskTtLfyk9RDmdo1WUL9T5rLJC { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:5.625rem;left:50.875rem;display:block; }
#wI6B8gdFcuAMxPReZCT5TeWAp4okBuCc { color:#666666;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:16.436459720135rem;left:51.4375rem;height:6.82725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kXqbgNmnmUEPf8rsiih7mBz965NbzLn0 { color:#8cc63f;display:block;width:16.43675rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:10.875rem;left:53.125rem;height:4.38585rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o79KHKObHClnHU23uWP8pyIdJOcMW7FH { position:absolute;display:block;z-index:15016;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:2.6875rem;left:58.25rem;display:block; }
#bg0Soq91mGcoKNwNmUsKiDhCVEVfnHK4 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:4.0625rem;left:10.46875rem;overflow:hidden;display:block; }
#zi1y61mxixsDlU8T24B9eDSTIgTHNkHU { position:absolute;display:block;z-index:15020;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:5.75rem;left:1.8125rem;display:block; }
#a12t2JuPkoLVakmBzqpldLhTWdQZJy8E { color:#666666;display:block;width:19.25rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:16.625rem;left:2.65625rem;height:6.82725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sMdEKzV2fq4bZ5ElsE2tva9izZuSCZgm { color:#8cc63f;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:11rem;left:2.59375rem;height:4.38585rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uFymmTBUByMhy5WB1DibvGue4MeGk7Tv { position:absolute;display:block;z-index:15021;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:2.8125rem;left:9.1875rem;display:block; }
#mgyVmCTD7WDcKWu45ZSgDuVzLN8SS811 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.8115rem;width:28.125rem;top:29.6875rem;left:43.75rem;overflow:hidden;display:block; }
#Xm18o2gVGGK3y5NILZbxrwuThqZ3oghh { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:4.03125rem;left:59.500001907349rem;overflow:hidden;display:block; }
#CvklxGSktF6GSCQ53Mlea9tuUpbukWAz { position:absolute;display:block;z-index:15020;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:20.9375rem;top:5.75rem;left:1.8125rem;display:none; }
#WFTdw9iGTaefc3NpkTFRoQLpd3JCJJrZ { color:#666666;display:block;width:19.25rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:16.625rem;left:2.65625rem;height:6.8229375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Kzk8u4Xnrm5usQM03wTdx8ygXZhgtwpg { color:#8cc63f;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:11rem;left:2.59375rem;height:4.38715rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZR8M2FXiXo4ia0eG9zZOabQuT7fs3opB { position:absolute;display:block;z-index:15021;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:2.8125rem;left:9.1875rem;display:none; }
#I2CcM1NfO2ouedaG6zQr4nXRazE8bcoG { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:4.0625rem;left:10.46875rem;overflow:hidden;display:none; }
#VnBURVghtq2Xl0QvwldnJJf7KJKWlLDy { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:82.9375rem;left:28.78125rem;height:3.16731875rem;text-align:justify;text-align-last:initial;display:block; }
#fZ8vmFeUk6AaohTpNE0G3TvkglBkUe5b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#424242;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fZ8vmFeUk6AaohTpNE0G3TvkglBkUe5b > .row .container { border-width: 0; border-radius: 0; }#fZ8vmFeUk6AaohTpNE0G3TvkglBkUe5b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fZ8vmFeUk6AaohTpNE0G3TvkglBkUe5b > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:none; }#VUgTlhCnZv1eP1IHrBLteJAKGRCO9r32 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8cc63f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VUgTlhCnZv1eP1IHrBLteJAKGRCO9r32 > .row .container { border-width: 0; border-radius: 0; }#VUgTlhCnZv1eP1IHrBLteJAKGRCO9r32 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VUgTlhCnZv1eP1IHrBLteJAKGRCO9r32 > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:none; }#z1JaaFBIDnvB8RGexg7zTA0V9uTntgZL { background-color:#8cc63f;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6248125rem;height:2.9362rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.375rem;left:13.4375rem;display:none; }
#wf62xoNE9XauEAo7FIPrLFS9nxqzeklC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#COhcN7uBdPCIhdT1kfTHrSN0ZcnagGb7 { color:#ffffff;display:block;width:49.8123125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:3.6875rem;left:12.625rem;height:6.17404375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXx7n8O13TFvCXTvzp7P6GskOkR4ZONu { position:absolute;display:block;z-index:15069;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:24.0625rem;width:36.25rem;top:12.875rem;left:0rem;display:block; }
#GDCdruWC5QRvqCKH0Wcc5M8HpDQzRzAn { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13rem;border-top-right-radius:13rem;border-bottom-left-radius:13rem;border-bottom-right-radius:13rem;box-shadow: none;height:8.375rem;width:7.9375rem;top:14.65625rem;left:1.9375rem;overflow:hidden;display:block; }
#tqVxueWRcJZnWs6XAdc0UghfGJihtWWr { position:absolute;display:block;z-index:15064;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:24rem;width:36.25rem;top:12.875rem;left:38.75rem;display:block; }
#ZIShgf7ZZCzdqExFfgUMlDZmfZVyWMN2 { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:7.75rem;width:7.625rem;top:14.96875rem;left:40.6875rem;overflow:hidden;display:block; }
#FyMpIO6RfnTuRqgJiSz6peqkaMGdrcnt { color:#8cc63f;display:block;width:12.1245625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:17.3125rem;left:11.625rem;height:1.625rem;font-style:normal;display:block; }
#pFhwC6010mi3mHvHvlfrNQ5XDknslg0P { color:#8cc63f;display:block;width:12.1245625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:17.124465942382rem;left:50.74928855896rem;height:1.625rem;font-style:normal;display:block; }
#wAHfuENvglAeAZ0GAlWozOTp0ApK3ymD { color:#605444;display:block;width:12.1245625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:18.999465942382rem;left:50.74928855896rem;height:1.3rem;font-style:normal;display:block; }
#buXvly36Ia0rw7FTtJDykbSkC6796WmH { color:#605444;display:block;width:12.1245625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15082;line-height:1.3;letter-spacing:0;top:19.1875rem;left:11.625rem;height:1.3rem;font-style:normal;display:block; }
#iTkfDzcI00fRAbpw5nDnyZuGkVIE7PsW { color:#605444;display:block;width:34.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15087;line-height:1.6;letter-spacing:0;top:23.874298095703rem;left:39.718748092651rem;height:10.800775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hgIVV7SBOeBixccUiC6n2I6BZWd2oWsZ { color:#605444;display:block;width:33.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15092;line-height:1.6;letter-spacing:0;top:23.875rem;left:1.3125rem;height:12.6008875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pRSQhEmiMi8FaZUXoJdh3r7lSQogzoet { background-color:#424242;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.622375rem;height:2.9362rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:39.125rem;left:28.688804626465rem;display:block; }
#M3CQp78IPFEsJMFzUNh2CaRVMQwRouqH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HWPtv3IvEGwzJ6H9fJ22gsxdsndSyMPB { color:#8cc63f;display:block;width:12.1245625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:17.124465942382rem;left:50.74928855896rem;height:1.625rem;font-style:normal;display:none; }
#GDpTvGxVcVembLg4UbK10q8NODECQQTB { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:42.5625rem;left:28.78125rem;height:3.16731875rem;text-align:justify;text-align-last:initial;display:block; }
#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci { position:relative;display:block; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci { background-color: transparent; background-image: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container > .video-iframe-container { display: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row > .video-iframe-container { display: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .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); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci { border-width: 0; border-radius: 0; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:71.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OhGXnThDAMbuwwGJh6vdwpDKDT7XxEPP { color:#424242;display:block;width:44.125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:3.5rem;left:16rem;height:3.087025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:montserrat;color:#424242; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.5;overflow:hidden;height:auto;font-family:montserrat;color:#424242; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-trigger.adaptive-delivery-prevent-bg, #o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-trigger.lazyload, #o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-trigger.lazyloading { background-image: none; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T { box-sizing:content-box;height:auto;width:69.31125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15043;background-color:#fafafa;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.24827003479rem;left:1.5939674377441rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #KDZkQsJ9qTNUGaAGtxaseQnmTCTip411 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #P1VAUR8tJqFV4pHPtghUaU96baAwn7zc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ZOD0xCXm9thndv6Qye8Rxyy0zAFfg3C4 { display:block;position:relative; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #DhOvTE2tvVkKF2l96f0lSrgRAKKdtZHR {  }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #kflyBJThrzA1UDztTCSzBpfB2rXH1tuV {  }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ZdQwTPlTgtDRGTLnFML89bfIGittAX0T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #lsCBnFgV8K7nNf14N2lxbxRVXuCvwhZh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #mxtohQx8Bnepevzy6zsSbO19vuGnaZTS { display:block;position:relative; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #VaMbqTumFEopfxeWSffQPFhqVfAgTV3s {  }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #RIJuBxZCf794pKHp71OUpagZqi222fNM { display:none; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #umRFUAFfVPRqNT75ON8E2Ogi2BOnvmIs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #RxMA85BpQT2SnHE4sQOJ7eD2fOvUIQq3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #TEtvFwOyEbbgMuK6u6Q6JuiynFGBpttn { display:block;position:relative; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ATC2ly3rdpFlUo6eWMvRbvBaLmtKGZ2B {  }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #slcmBoZ9y7eU5qksG7ywOswwF4PlsFwf { display:none; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #hiyZupMlLq6EMA0q8heE2RQBISIbVoyL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #cyNELUN9DTcfO8c1uuPmDZTQVziTKNOK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #TayLgxqoZxGSO6wQ66XUt34Fpl4tx3Bu { display:block;position:relative; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #rs9mUOBoIADkCeTOpPwFbkVNU7fGvQe1 {  }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ZB3a04iXef7cSnvz4I7pZpp4zrWcTu8l { display:none; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #dTnPt3TZ3zQpvU3H8dMTsa8tMTSFv8KR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #RqB6c4Tyydm1B4onT1Fk0XTdk4aFG2x8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #SgfO1wUidAxmSJzsUnBKeDXHLvTapKSc { display:block;position:relative; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #QUi5yfm8ShnhSv6Q0WRNeIdmzomOwgM5 {  }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #FPq2kpaGXxv3d9El5oO3ShEPTdC7cLb5 { display:none; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #JauSL05W9nuTZ7NTDm4457RqpC1ABe20 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #UFAG76sxFI7fIxovlkiBIZI8HnOdZOXf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #Btb1GF6Hgk7qFDM8OGzI73uKC5NGRMD1 { display:block;position:relative; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #B0vBRODBfxXB2QbGydr7WMohFxmm8VxS {  }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #KiM5NiFUTEcMOCcSxCaas3wBqrRPI3aZ { display:none; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #KCUl8ausuK0ZoHhD9Q4olOBTvsrWv1fI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #V1BDitIA0pf9vfuvgW150IE39OfWMUHA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #NetZqTQSnDKRnxMTwiwK5lU1Fv2rthUV { display:block;position:relative; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #uqJ1T4HbariLfFJfrx6eEA3ZTMTMpQx4 {  }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #HcHGeRrxbFCn1TeMM9HLEJodzA0UJxU7 { display:none; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ucFG5gp20A4BUqEokH4cFiuAolW9u8qT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #nrCC1BXatQwmfiZ2TuQPtDGSvzAGI6fM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #R9q93QCmIC0I1yJDIHQ37JNSmgPCTmNX { display:block;position:relative; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #PwpbTfoOQBpvvf8377BN0Hxe7VD2oHmU {  }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T #fDBarc2kXmvu2zT0l4RFRqZNnNraUkpN { display:none; }
#zb8LRQQ3B5JRPIx2W6xcF6wHvct1Hv8k { background-color:#8cc63f;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6230625rem;height:2.93555rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:64.375rem;left:28.6875rem;display:block; }
#Jhmctz0DsgG7usBEgshOX2edJ3vTKhaX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uf4P8GqmTEHdR93lTxBOeGFRiS3W42hq { color:#8cc63f;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:58.4375rem;left:10.75rem;height:4.38585rem;text-align:center;text-align-last:center;display:block; }
#fHgZx0JvDQH00eUXb9M3LiE9BW0ZHdhK { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:67.8271484375rem;left:28.78125rem;height:3.16731875rem;text-align:justify;text-align-last:initial;display:block; }
#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { background-color: transparent; background-image: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container > .video-iframe-container { display: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container { display: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .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); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { border-width: 0; border-radius: 0; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { font-size:0.875rem;font-family:arial;height:9.0972225rem;width:75rem;position:relative;display:block; }#CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { color:#8cc63f;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:4.6679725646972rem;left:49.250003814698rem;height:1.225rem;font-style:normal;display:block; }
#rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { color:#8cc63f;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:4.7304725646972rem;left:32.187503814698rem;height:1.225rem;font-style:normal;display:block; }
#XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { color:#8cc63f;display:block;width:11.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:2.3125rem;left:61rem;height:1.05025rem;font-style:normal;display:block; }
#VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:4.5625038146972rem;left:30.312503814698rem; }
#IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:4.5625rem;left:47.4375rem; }
#IpxADuMglSSTvLSyxkfNmRArybUtZWdE { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49935rem;width:12.436rem;top:3.5915794372559rem;left:1.9357643127441rem;overflow:hidden;display:block; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:3.7152786254883rem;left:60.999355316162rem; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:3.7152786254883rem;left:64.905384063719rem; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:3.7152786254883rem;left:68.672962188719rem; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { position:relative;display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { background-color: transparent; background-image: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container > .video-iframe-container { display: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row > .video-iframe-container { display: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .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); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { border-width: 0; border-radius: 0; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { color:#605444;display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:0.63021087646487rem;left:25.312503814698rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xKrEfk4BWo8LFtcoLdMTk5Ml4xiItB7w { display:block; }#xKrEfk4BWo8LFtcoLdMTk5Ml4xiItB7w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olhZAA68BQonnqrcAx1QzxuqLK0CJ34R { top:0.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf { display:block; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbTCKlxyb0vyG6Iyqrv94B5Rxoabc0gS { top:13.125rem;left:0rem;width:47.6875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #laRH9gpClDpRm8pzc3NL7i8UuMIAiu9I { top:22.8125rem;left:0rem;width:40.875rem;height:10.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO8x41knM0iUf5Gqclis0PDTx8Ba4Qd7 { top:35.0625rem;left:0rem;width:17.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnRotqr1INTpeWrqBiVVvzK9GHcaAgTi { display:block; }
 }@media only screen and (max-width: 763px) { #FRafonVOkewVLiIFbWEtcvC681Aevc4S { top:4.8125rem;left:0rem;width:12.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8Q9wk7UtCAwJihdziedRkvId6Ja9Rlt { top:4.8125rem;left:0rem;width:12.9375rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ixVLwSdScyupgFkgXEHmLirBBMmDImeG { top:5.3125rem;left:0rem;width:18.125rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qn6h8unM9oup2gdSTptWbehMXpQsSSKw { top:15.3125rem;left:0rem;width:18.75rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndTXmnug8iMbU1l1qUJfhDtIBh6Uxv3W { width:47.75rem;height:74.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3U62xPDHXAoolATWlE4frwsO1RySTaS { top:39.125rem;left:0rem;width:17.4375rem;height:3.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLxqDoO9nczce6otnWtDKXgTr21wwxpO { display:none; }#yLxqDoO9nczce6otnWtDKXgTr21wwxpO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DdF8OtLweDMx25DvqgJmH32FobK4vAxg { display:none; }#DdF8OtLweDMx25DvqgJmH32FobK4vAxg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HemAr7zq2ATUpXN1FlKSDBpVk9vnEqwW { display:block; }#HemAr7zq2ATUpXN1FlKSDBpVk9vnEqwW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkiLR8dBrzcQIFTPT9TeVORaal9oHWLB { top:2.4375rem;left:0rem;width:47.75rem;height:26.746757075472rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT2sAzh1aQxXnlyQK03VxfvkRThbE0vT { width:17.5625rem;height:2.875rem;top:34.1875rem;left:15.0634765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTGhaOoHLIHTygdw9G1D7D6ATwGqpalx { display:block; }
 }@media only screen and (max-width: 763px) { #UdU0kshTXtV19V67xNUVTkKQGv8EXVws { top:37.625rem;left:15.15625rem;width:17.4375rem;height:3.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm { display:block; }#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbEDTWTQvzTbRZrfN70d74TOD5TnDnLn { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CponJOTvyXiQV6cCB5W2ylGJNGRuXZw9 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUp27B4psLDAQMM2XZISPx35l0BI5RSl { top:11rem;left:16.312501907349rem;width:13.5rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVomtXvSm6QsAqAIz59EK5XbQtyXtnfd { width:6.25rem;height:6.25rem;top:2.75rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdeiUX7qcUordVEGTffWynELP75DTXJg { top:4.0625rem;left:21.3125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeaJynVDP9zxHhp405xLwRcck8cJzgmk { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHyC7Xoys8c3TGbnvuLKM7oqUZZyne3q { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr0kd6Tkf2TfR8t5fNp0ddZT2avNXHcQ { top:61.6875rem;left:14.937501907349rem;width:16.25rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6zLq8WPrFwqkDsob4gGILbDGB0zHKvG { width:6.25rem;height:6.25rem;top:53.5rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcfZBrktmXp42LmmvDbv0QiiD4zoTDN2 { top:54.8125rem;left:21.3125rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQZblX8rhxgMMUmXb2VqOE8v9Tye6WJN { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbmZWtqN9ZNDJ00L0fZquhdkIqfRighs { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWlIZWBkJGqhdKf7573h6f40yEc9XpiE { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJWSG9EkHoiR6paZ1JtF6EnX1Zccft87 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlIDCDC7In0vWH3U63udX60F9qeJLLgL { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4WiMm5iXbNK8Gt3t2OqTPo4IQFgXiFV { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI6TVbh6UTIx9DNiU0tO2HI6KG1MsFtK { top:36rem;left:13.21875rem;width:19.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9Nf8SzarOk2TW568LS6kJH7pMGf4D8T { top:35.9375rem;left:0rem;width:15.75rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIA8eKddAs3QW7voy3oztbT21MB6R3M6 { top:61.625rem;left:0rem;width:15.75rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbEUGLPiVd9sZ3ohkyM43dKx7HbsPoqk { width:6.25rem;height:6.25rem;top:27.8125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD7zTltTTPAvk3Tvvh53y789BcZRSz33 { width:6.25rem;height:6.25rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yewXMUU3o3CFTLdSLF91yHKREZftfU3S { width:6.25rem;height:6.25rem;top:53.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR6Bd54cGZFbqyT91xe4bVO37npLKgwJ { top:29.125rem;left:21.3125rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puHuBkMOqWJ1ggC1lOfkJkozIaFDl9lk { top:29.0625rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaiMn2NQRCTD5WIgzS37yfvSmAaEJHWX { top:54.75rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqL4T3orryoArHkqtqHXI6ngiZVJSbkb { width:17.5625rem;height:2.875rem;top:79.125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1esfuuh8qzzvg2uFcran0DozW8a91Qq { display:block; }
 }@media only screen and (max-width: 763px) { #w09ORGQskTtLfyk9RDmdo1WUL9T5rLJC { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI6B8gdFcuAMxPReZCT5TeWAp4okBuCc { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXqbgNmnmUEPf8rsiih7mBz965NbzLn0 { top:10.875rem;left:31.375rem;width:16.375rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o79KHKObHClnHU23uWP8pyIdJOcMW7FH { width:6.1875rem;height:6.1875rem;top:2.6875rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg0Soq91mGcoKNwNmUsKiDhCVEVfnHK4 { top:4.0625rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi1y61mxixsDlU8T24B9eDSTIgTHNkHU { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a12t2JuPkoLVakmBzqpldLhTWdQZJy8E { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMdEKzV2fq4bZ5ElsE2tva9izZuSCZgm { top:11rem;left:0rem;width:19.375rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFymmTBUByMhy5WB1DibvGue4MeGk7Tv { width:6.25rem;height:6.25rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgyVmCTD7WDcKWu45ZSgDuVzLN8SS811 { top:29.6875rem;left:19.625rem;width:28.125rem;height:43.8115rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm18o2gVGGK3y5NILZbxrwuThqZ3oghh { top:4rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvklxGSktF6GSCQ53Mlea9tuUpbukWAz { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WFTdw9iGTaefc3NpkTFRoQLpd3JCJJrZ { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kzk8u4Xnrm5usQM03wTdx8ygXZhgtwpg { top:11rem;left:0rem;width:19.375rem;height:4.375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZR8M2FXiXo4ia0eG9zZOabQuT7fs3opB { width:6.25rem;height:6.25rem;top:2.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I2CcM1NfO2ouedaG6zQr4nXRazE8bcoG { top:4.0625rem;left:0rem;width:3.625rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VnBURVghtq2Xl0QvwldnJJf7KJKWlLDy { top:82.9375rem;left:15.15625rem;width:17.4375rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ8vmFeUk6AaohTpNE0G3TvkglBkUe5b { display:none; }#fZ8vmFeUk6AaohTpNE0G3TvkglBkUe5b > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VUgTlhCnZv1eP1IHrBLteJAKGRCO9r32 { display:block; }#VUgTlhCnZv1eP1IHrBLteJAKGRCO9r32 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1JaaFBIDnvB8RGexg7zTA0V9uTntgZL { width:17.5625rem;height:2.875rem;top:37.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wf62xoNE9XauEAo7FIPrLFS9nxqzeklC { display:block; }
 }@media only screen and (max-width: 763px) { #COhcN7uBdPCIhdT1kfTHrSN0ZcnagGb7 { width:47.75rem;height:6.125rem;top:3.6875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXx7n8O13TFvCXTvzp7P6GskOkR4ZONu { width:36.25rem;height:24.0625rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDCdruWC5QRvqCKH0Wcc5M8HpDQzRzAn { top:14.625rem;left:0rem;width:7.9375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqVxueWRcJZnWs6XAdc0UghfGJihtWWr { width:36.25rem;height:24rem;top:12.875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIShgf7ZZCzdqExFfgUMlDZmfZVyWMN2 { top:14.9375rem;left:27.0625rem;width:7.625rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyMpIO6RfnTuRqgJiSz6peqkaMGdrcnt { width:12.0625rem;height:1.625rem;top:17.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFhwC6010mi3mHvHvlfrNQ5XDknslg0P { width:12.0625rem;height:1.625rem;top:17.0625rem;left:35.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAHfuENvglAeAZ0GAlWozOTp0ApK3ymD { width:12.0625rem;height:1.25rem;top:18.9375rem;left:35.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #buXvly36Ia0rw7FTtJDykbSkC6796WmH { width:12.0625rem;height:1.25rem;top:19.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTkfDzcI00fRAbpw5nDnyZuGkVIE7PsW { width:34.6875rem;height:10.75rem;top:23.8125rem;left:13.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgIVV7SBOeBixccUiC6n2I6BZWd2oWsZ { width:33.5625rem;height:12.5625rem;top:23.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRSQhEmiMi8FaZUXoJdh3r7lSQogzoet { width:17.5625rem;height:2.875rem;top:39.125rem;left:15.063804626465rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3CQp78IPFEsJMFzUNh2CaRVMQwRouqH { display:block; }
 }@media only screen and (max-width: 763px) { #HWPtv3IvEGwzJ6H9fJ22gsxdsndSyMPB { width:9.5625rem;height:3.25rem;top:11.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GDpTvGxVcVembLg4UbK10q8NODECQQTB { top:42.5625rem;left:15.15625rem;width:17.4375rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTAZeEkJDXGqQW3C0KTA2CivT37zdgci { display:block; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhGXnThDAMbuwwGJh6vdwpDKDT7XxEPP { width:44.125rem;height:3.0625rem;top:3.5rem;left:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T { display:flex;height:auto;width:45.25rem;top:10.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #KDZkQsJ9qTNUGaAGtxaseQnmTCTip411 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #P1VAUR8tJqFV4pHPtghUaU96baAwn7zc {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ZOD0xCXm9thndv6Qye8Rxyy0zAFfg3C4 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #DhOvTE2tvVkKF2l96f0lSrgRAKKdtZHR {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #kflyBJThrzA1UDztTCSzBpfB2rXH1tuV {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ZdQwTPlTgtDRGTLnFML89bfIGittAX0T {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #lsCBnFgV8K7nNf14N2lxbxRVXuCvwhZh {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #mxtohQx8Bnepevzy6zsSbO19vuGnaZTS {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #VaMbqTumFEopfxeWSffQPFhqVfAgTV3s {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #RIJuBxZCf794pKHp71OUpagZqi222fNM {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #umRFUAFfVPRqNT75ON8E2Ogi2BOnvmIs {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #RxMA85BpQT2SnHE4sQOJ7eD2fOvUIQq3 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #TEtvFwOyEbbgMuK6u6Q6JuiynFGBpttn {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ATC2ly3rdpFlUo6eWMvRbvBaLmtKGZ2B {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #slcmBoZ9y7eU5qksG7ywOswwF4PlsFwf {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #hiyZupMlLq6EMA0q8heE2RQBISIbVoyL {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #cyNELUN9DTcfO8c1uuPmDZTQVziTKNOK {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #TayLgxqoZxGSO6wQ66XUt34Fpl4tx3Bu {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #rs9mUOBoIADkCeTOpPwFbkVNU7fGvQe1 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ZB3a04iXef7cSnvz4I7pZpp4zrWcTu8l {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #dTnPt3TZ3zQpvU3H8dMTsa8tMTSFv8KR {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #RqB6c4Tyydm1B4onT1Fk0XTdk4aFG2x8 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #SgfO1wUidAxmSJzsUnBKeDXHLvTapKSc {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #QUi5yfm8ShnhSv6Q0WRNeIdmzomOwgM5 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #FPq2kpaGXxv3d9El5oO3ShEPTdC7cLb5 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #JauSL05W9nuTZ7NTDm4457RqpC1ABe20 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #UFAG76sxFI7fIxovlkiBIZI8HnOdZOXf {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #Btb1GF6Hgk7qFDM8OGzI73uKC5NGRMD1 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #B0vBRODBfxXB2QbGydr7WMohFxmm8VxS {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #KiM5NiFUTEcMOCcSxCaas3wBqrRPI3aZ {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #KCUl8ausuK0ZoHhD9Q4olOBTvsrWv1fI {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #V1BDitIA0pf9vfuvgW150IE39OfWMUHA {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #NetZqTQSnDKRnxMTwiwK5lU1Fv2rthUV {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #uqJ1T4HbariLfFJfrx6eEA3ZTMTMpQx4 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #HcHGeRrxbFCn1TeMM9HLEJodzA0UJxU7 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ucFG5gp20A4BUqEokH4cFiuAolW9u8qT {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #nrCC1BXatQwmfiZ2TuQPtDGSvzAGI6fM {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #R9q93QCmIC0I1yJDIHQ37JNSmgPCTmNX {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #PwpbTfoOQBpvvf8377BN0Hxe7VD2oHmU {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #fDBarc2kXmvu2zT0l4RFRqZNnNraUkpN {  }
 }@media only screen and (max-width: 763px) { #zb8LRQQ3B5JRPIx2W6xcF6wHvct1Hv8k { width:17.5625rem;height:2.875rem;top:64.375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhmctz0DsgG7usBEgshOX2edJ3vTKhaX { display:block; }
 }@media only screen and (max-width: 763px) { #uf4P8GqmTEHdR93lTxBOeGFRiS3W42hq { top:58.4375rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHgZx0JvDQH00eUXb9M3LiE9BW0ZHdhK { top:67.8125rem;left:15.15625rem;width:17.4375rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { top:4.625rem;left:35.625003814698rem;width:7.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { top:4.6875rem;left:18.562503814698rem;width:12.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { top:2.3125rem;left:36rem;width:11.75rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { top:4.5625rem;left:16.687503814698rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { top:4.5625rem;left:33.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { top:3.5625rem;left:0rem;width:12.375rem;height:3.4821852886781rem;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { width:24.375rem;height:1.25rem;top:0.625rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#9d9d9d;background-image:none;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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) { #xKrEfk4BWo8LFtcoLdMTk5Ml4xiItB7w { display:block; }#xKrEfk4BWo8LFtcoLdMTk5Ml4xiItB7w > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olhZAA68BQonnqrcAx1QzxuqLK0CJ34R { width:20rem;height:2.923175rem;top:0.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/120e48f1-d4f3-4e51-bc7d-61f93db8a1e6/AntecipaoCmpradoresevendedores.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf.adaptive-delivery-prevent-bg, #cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf.lazyload, #cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf.lazyloading { background-image: none; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container { background-color: transparent; background-image: none; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container > .video-iframe-container { display: none; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row > .video-iframe-container { display: none; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .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); }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbTCKlxyb0vyG6Iyqrv94B5Rxoabc0gS { width:11.375rem;height:8.9355625rem;top:5.8125rem;left:0.78125rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #laRH9gpClDpRm8pzc3NL7i8UuMIAiu9I { width:18.75rem;height:9.7443125rem;top:12.875rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #BO8x41knM0iUf5Gqclis0PDTx8Ba4Qd7 { top:20.558159828186rem;left:0.7430555820465rem;width:13.763888875rem;height:2.388888875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnRotqr1INTpeWrqBiVVvzK9GHcaAgTi { display:block; }
 }@media only screen and (max-width: 763px) { #FRafonVOkewVLiIFbWEtcvC681Aevc4S { width:8.75rem;height:2.625rem;top:1.3125rem;left:5.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #o8Q9wk7UtCAwJihdziedRkvId6Ja9Rlt { width:8.75rem;height:2.625rem;top:1.3125rem;left:5.625rem;overflow:hidden;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ixVLwSdScyupgFkgXEHmLirBBMmDImeG { width:18.187125rem;height:;top:5.3746447563171rem;left:0.90553975105287rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #qn6h8unM9oup2gdSTptWbehMXpQsSSKw { width:18.75rem;height:4.875rem;top:12.8125rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ndTXmnug8iMbU1l1qUJfhDtIBh6Uxv3W { top:16.56406211853rem;left:13.437500536442rem;width:6.5625rem;height:10.375rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I3U62xPDHXAoolATWlE4frwsO1RySTaS { width:13.9375rem;height:2.68229375rem;top:24.2080078125rem;left:0.6552734375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yLxqDoO9nczce6otnWtDKXgTr21wwxpO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/54bd15d8-9780-430c-b640-ee8c079fa989/testecaldelca.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#yLxqDoO9nczce6otnWtDKXgTr21wwxpO.adaptive-delivery-prevent-bg, #yLxqDoO9nczce6otnWtDKXgTr21wwxpO.lazyload, #yLxqDoO9nczce6otnWtDKXgTr21wwxpO.lazyloading { background-image: none; }#yLxqDoO9nczce6otnWtDKXgTr21wwxpO > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DdF8OtLweDMx25DvqgJmH32FobK4vAxg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/54bd15d8-9780-430c-b640-ee8c079fa989/testecaldelca.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#DdF8OtLweDMx25DvqgJmH32FobK4vAxg.adaptive-delivery-prevent-bg, #DdF8OtLweDMx25DvqgJmH32FobK4vAxg.lazyload, #DdF8OtLweDMx25DvqgJmH32FobK4vAxg.lazyloading { background-image: none; }#DdF8OtLweDMx25DvqgJmH32FobK4vAxg > .row .container { width:20rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HemAr7zq2ATUpXN1FlKSDBpVk9vnEqwW { display:none; }#HemAr7zq2ATUpXN1FlKSDBpVk9vnEqwW > .row .container { width:20rem;height:20rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rkiLR8dBrzcQIFTPT9TeVORaal9oHWLB { height:11.224489795918rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT2sAzh1aQxXnlyQK03VxfvkRThbE0vT { width:12.625rem;height:2.3125rem;top:13.34765625rem;left:3.625rem;background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTGhaOoHLIHTygdw9G1D7D6ATwGqpalx { display:block; }
 }@media only screen and (max-width: 763px) { #UdU0kshTXtV19V67xNUVTkKQGv8EXVws { width:13.25rem;height:2.68229375rem;top:16.34765625rem;left:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm { display:block; }#QseIKH9PGta8A3eRMOF5TsCZN5oUh6fm > .row .container { width:20rem;height:136.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbEDTWTQvzTbRZrfN70d74TOD5TnDnLn { width:18rem;height:13.75rem;top:19.346351623535rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CponJOTvyXiQV6cCB5W2ylGJNGRuXZw9 { width:12.5rem;height:5.85069375rem;top:25.810764312744rem;left:3.7500001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUp27B4psLDAQMM2XZISPx35l0BI5RSl { width:12.5rem;height:3.574225rem;top:21.638889312744rem;left:3.7500001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVomtXvSm6QsAqAIz59EK5XbQtyXtnfd { width:4.375rem;height:4.375rem;top:16.6875rem;left:7.8125001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdeiUX7qcUordVEGTffWynELP75DTXJg { width:2.5rem;height:2.5rem;top:17.625rem;left:8.7500001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeaJynVDP9zxHhp405xLwRcck8cJzgmk { width:18rem;height:13.875rem;top:34.407985687256rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHyC7Xoys8c3TGbnvuLKM7oqUZZyne3q { width:16.3125rem;height:5.85069375rem;top:40.920139312744rem;left:1.8437501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr0kd6Tkf2TfR8t5fNp0ddZT2avNXHcQ { width:13.25rem;height:3.574225rem;top:37.221351623535rem;left:3.3750001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6zLq8WPrFwqkDsob4gGILbDGB0zHKvG { width:4.375rem;height:4.375rem;top:32.158851623535rem;left:7.8125001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcfZBrktmXp42LmmvDbv0QiiD4zoTDN2 { width:2.5rem;height:2.5rem;top:33.096351623535rem;left:8.6866322755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQZblX8rhxgMMUmXb2VqOE8v9Tye6WJN { width:18rem;height:12.4375rem;top:79.348957538606rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbmZWtqN9ZNDJ00L0fZquhdkIqfRighs { width:18rem;height:14.125rem;top:93.124999046325rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWlIZWBkJGqhdKf7573h6f40yEc9XpiE { width:15.5rem;height:4.38801875rem;top:85.874999165538rem;left:2.2500001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJWSG9EkHoiR6paZ1JtF6EnX1Zccft87 { width:16.0625rem;height:5.85069375rem;top:99.950520515444rem;left:1.9687501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlIDCDC7In0vWH3U63udX60F9qeJLLgL { width:18rem;height:13.75rem;top:64.346353530881rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4WiMm5iXbNK8Gt3t2OqTPo4IQFgXiFV { width:15.6875rem;height:4.38801875rem;top:72.341144561769rem;left:2.1562501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI6TVbh6UTIx9DNiU0tO2HI6KG1MsFtK { width:15.75rem;height:5.361325rem;top:66.595485687256rem;left:2.1250001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9Nf8SzarOk2TW568LS6kJH7pMGf4D8T { width:15.75rem;height:3.574225rem;top:81.874999046325rem;left:2.1250001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIA8eKddAs3QW7voy3oztbT21MB6R3M6 { width:15.75rem;height:3.574225rem;top:95.874999046325rem;left:2.1250001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbEUGLPiVd9sZ3ohkyM43dKx7HbsPoqk { width:4.375rem;height:4.375rem;top:61.845485687256rem;left:7.8125001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD7zTltTTPAvk3Tvvh53y789BcZRSz33 { width:4.375rem;height:4.375rem;top:76.937499046325rem;left:7.8125001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #yewXMUU3o3CFTLdSLF91yHKREZftfU3S { width:4.375rem;height:4.375rem;top:90.937499284744rem;left:7.8125001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR6Bd54cGZFbqyT91xe4bVO37npLKgwJ { width:2.5rem;height:2.5rem;top:62.782985687256rem;left:8.6875001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #puHuBkMOqWJ1ggC1lOfkJkozIaFDl9lk { width:2.5rem;height:2.5rem;top:77.874999046325rem;left:8.6875001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaiMn2NQRCTD5WIgzS37yfvSmAaEJHWX { width:2.5rem;height:2.5rem;top:91.875003457069rem;left:8.7499996423719rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqL4T3orryoArHkqtqHXI6ngiZVJSbkb { width:15.625rem;height:2.5rem;top:109.40079116821rem;left:2.1875000596046rem;background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1esfuuh8qzzvg2uFcran0DozW8a91Qq { display:block; }
 }@media only screen and (max-width: 763px) { #w09ORGQskTtLfyk9RDmdo1WUL9T5rLJC { width:18rem;height:13.625rem;top:49.471351623535rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI6B8gdFcuAMxPReZCT5TeWAp4okBuCc { width:17.625rem;height:5.85069375rem;top:55.922742843628rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXqbgNmnmUEPf8rsiih7mBz965NbzLn0 { width:12.625rem;height:3.574225rem;top:52.095485687256rem;left:3.6875001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o79KHKObHClnHU23uWP8pyIdJOcMW7FH { width:4.375rem;height:4.375rem;top:47.157985687256rem;left:7.8125001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg0Soq91mGcoKNwNmUsKiDhCVEVfnHK4 { width:2.5rem;height:2.5rem;top:48.095485687256rem;left:8.6875001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi1y61mxixsDlU8T24B9eDSTIgTHNkHU { width:18rem;height:13.1875rem;top:108.6875rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #a12t2JuPkoLVakmBzqpldLhTWdQZJy8E { width:17.5625rem;height:5.85rem;top:115.57378387451rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sMdEKzV2fq4bZ5ElsE2tva9izZuSCZgm { width:16.375rem;height:3.575rem;top:111.375rem;left:1.8125001192093rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFymmTBUByMhy5WB1DibvGue4MeGk7Tv { width:4.375rem;height:4.375rem;top:106.1875rem;left:7.8125001192094rem;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #mgyVmCTD7WDcKWu45ZSgDuVzLN8SS811 { width:13.4375rem;height:20.9375rem;top:113.8740234375rem;left:3.28125rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Xm18o2gVGGK3y5NILZbxrwuThqZ3oghh { width:2.5625rem;height:2.5625rem;top:107.1875rem;left:8.7187501192094rem;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #CvklxGSktF6GSCQ53Mlea9tuUpbukWAz { width:18rem;height:15.125rem;top:2.9375rem;left:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #WFTdw9iGTaefc3NpkTFRoQLpd3JCJJrZ { width:17.5625rem;height:5.85069375rem;top:10.341667175293rem;left:1.2187500596046rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Kzk8u4Xnrm5usQM03wTdx8ygXZhgtwpg { width:16.375rem;height:3.574225rem;top:6.0625rem;left:1.8125000596046rem;font-size:1.375rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #ZR8M2FXiXo4ia0eG9zZOabQuT7fs3opB { width:4.375rem;height:4.375rem;top:1.0625rem;left:7.8125007748606rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #I2CcM1NfO2ouedaG6zQr4nXRazE8bcoG { width:2.5rem;height:2.5rem;top:2rem;left:8.7500007748606rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #VnBURVghtq2Xl0QvwldnJJf7KJKWlLDy { width:15.3125rem;height:2.923175rem;top:112.4990234375rem;left:2.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ8vmFeUk6AaohTpNE0G3TvkglBkUe5b { display:none; }#fZ8vmFeUk6AaohTpNE0G3TvkglBkUe5b > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VUgTlhCnZv1eP1IHrBLteJAKGRCO9r32 { background-color:#ffffff;background-image:none;display:none; }#VUgTlhCnZv1eP1IHrBLteJAKGRCO9r32 > .row .container { width:20rem;height:62.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z1JaaFBIDnvB8RGexg7zTA0V9uTntgZL { width:17.5625rem;height:2.875rem;top:98.673828125rem;left:1.21875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #wf62xoNE9XauEAo7FIPrLFS9nxqzeklC { display:block; }
 }@media only screen and (max-width: 763px) { #COhcN7uBdPCIhdT1kfTHrSN0ZcnagGb7 { width:20rem;height:5.60546875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:400;font-style:normal;color:#8cc63f;display:block; }
 }@media only screen and (max-width: 763px) { #TXx7n8O13TFvCXTvzp7P6GskOkR4ZONu { width:20rem;height:21.625rem;top:8.10390663147rem;left:0rem;z-index:15007;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GDCdruWC5QRvqCKH0Wcc5M8HpDQzRzAn { width:5.875rem;height:6.1875rem;top:9.6669921875rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqVxueWRcJZnWs6XAdc0UghfGJihtWWr { width:20rem;height:24rem;top:30.916408538818rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ZIShgf7ZZCzdqExFfgUMlDZmfZVyWMN2 { width:7.625rem;height:7.7501362827794rem;top:33.009376525879rem;left:1.9359374642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyMpIO6RfnTuRqgJiSz6peqkaMGdrcnt { width:9.8125rem;height:1.4619125rem;top:12.103515625rem;left:10.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #pFhwC6010mi3mHvHvlfrNQ5XDknslg0P { width:9.5625rem;height:1.462675rem;top:35.228126525879rem;left:10.437500536442rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAHfuENvglAeAZ0GAlWozOTp0ApK3ymD { width:7.4375rem;height:1.3rem;top:36.790626525879rem;left:10.437500536442rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #buXvly36Ia0rw7FTtJDykbSkC6796WmH { width:8.0625rem;height:1.3rem;top:12.8125rem;left:8.625rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iTkfDzcI00fRAbpw5nDnyZuGkVIE7PsW { width:18rem;height:11.1892375rem;top:41.915626525879rem;left:0.99999994039537rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgIVV7SBOeBixccUiC6n2I6BZWd2oWsZ { width:18.3125rem;height:11.1892125rem;top:16.72812461853rem;left:0.84296876192094rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pRSQhEmiMi8FaZUXoJdh3r7lSQogzoet { width:15.625rem;height:2.5rem;top:56.166408538818rem;left:2.1875000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3CQp78IPFEsJMFzUNh2CaRVMQwRouqH { display:block; }
 }@media only screen and (max-width: 763px) { #HWPtv3IvEGwzJ6H9fJ22gsxdsndSyMPB { width:9.3125rem;height:1.462675rem;top:11.4375rem;left:8.625rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15076;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GDpTvGxVcVembLg4UbK10q8NODECQQTB { width:15.3125rem;height:2.923175rem;top:59.228904724121rem;left:2.3437500596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTAZeEkJDXGqQW3C0KTA2CivT37zdgci { background-color:#8cc63f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container { background-color: transparent; background-image: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container > .video-iframe-container { display: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row > .video-iframe-container { display: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .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); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container { border-width: 0; border-radius: 0; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container { width:20rem;height:84.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhGXnThDAMbuwwGJh6vdwpDKDT7XxEPP { width:16.5625rem;height:3.41363125rem;top:1.8212890625rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-element-container { background-color:#7db335;background-image:none; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-heading-text { color:#ffffff;font-size:0.875rem;height:auto; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-desc-text { color:#ffffff;font-size:0.875rem;height:auto; }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg"); }
#o0bZTshLLcfiNnXri3feRW7vcegNkS7T { display:flex;height:auto;width:17.5rem;top:5.171875rem;left:0rem;background-color:#8cc63f;background-image:none; }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #KDZkQsJ9qTNUGaAGtxaseQnmTCTip411 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #P1VAUR8tJqFV4pHPtghUaU96baAwn7zc {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ZOD0xCXm9thndv6Qye8Rxyy0zAFfg3C4 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #DhOvTE2tvVkKF2l96f0lSrgRAKKdtZHR {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #kflyBJThrzA1UDztTCSzBpfB2rXH1tuV {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ZdQwTPlTgtDRGTLnFML89bfIGittAX0T {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #lsCBnFgV8K7nNf14N2lxbxRVXuCvwhZh {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #mxtohQx8Bnepevzy6zsSbO19vuGnaZTS {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #VaMbqTumFEopfxeWSffQPFhqVfAgTV3s {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #RIJuBxZCf794pKHp71OUpagZqi222fNM {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #umRFUAFfVPRqNT75ON8E2Ogi2BOnvmIs {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #RxMA85BpQT2SnHE4sQOJ7eD2fOvUIQq3 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #TEtvFwOyEbbgMuK6u6Q6JuiynFGBpttn {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ATC2ly3rdpFlUo6eWMvRbvBaLmtKGZ2B {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #slcmBoZ9y7eU5qksG7ywOswwF4PlsFwf {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #hiyZupMlLq6EMA0q8heE2RQBISIbVoyL {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #cyNELUN9DTcfO8c1uuPmDZTQVziTKNOK {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #TayLgxqoZxGSO6wQ66XUt34Fpl4tx3Bu {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #rs9mUOBoIADkCeTOpPwFbkVNU7fGvQe1 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ZB3a04iXef7cSnvz4I7pZpp4zrWcTu8l {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #dTnPt3TZ3zQpvU3H8dMTsa8tMTSFv8KR {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #RqB6c4Tyydm1B4onT1Fk0XTdk4aFG2x8 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #SgfO1wUidAxmSJzsUnBKeDXHLvTapKSc {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #QUi5yfm8ShnhSv6Q0WRNeIdmzomOwgM5 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #FPq2kpaGXxv3d9El5oO3ShEPTdC7cLb5 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #JauSL05W9nuTZ7NTDm4457RqpC1ABe20 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #UFAG76sxFI7fIxovlkiBIZI8HnOdZOXf {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #Btb1GF6Hgk7qFDM8OGzI73uKC5NGRMD1 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #B0vBRODBfxXB2QbGydr7WMohFxmm8VxS {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #KiM5NiFUTEcMOCcSxCaas3wBqrRPI3aZ {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #KCUl8ausuK0ZoHhD9Q4olOBTvsrWv1fI {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #V1BDitIA0pf9vfuvgW150IE39OfWMUHA {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #NetZqTQSnDKRnxMTwiwK5lU1Fv2rthUV {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #uqJ1T4HbariLfFJfrx6eEA3ZTMTMpQx4 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #HcHGeRrxbFCn1TeMM9HLEJodzA0UJxU7 {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #ucFG5gp20A4BUqEokH4cFiuAolW9u8qT {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #nrCC1BXatQwmfiZ2TuQPtDGSvzAGI6fM {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #R9q93QCmIC0I1yJDIHQ37JNSmgPCTmNX {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #PwpbTfoOQBpvvf8377BN0Hxe7VD2oHmU {  }
 }@media only screen and (max-width: 763px) { #o0bZTshLLcfiNnXri3feRW7vcegNkS7T #fDBarc2kXmvu2zT0l4RFRqZNnNraUkpN {  }
 }@media only screen and (max-width: 763px) { #zb8LRQQ3B5JRPIx2W6xcF6wHvct1Hv8k { width:15.625rem;height:2.5rem;top:77.5rem;left:2.1875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#8cc63f;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhmctz0DsgG7usBEgshOX2edJ3vTKhaX { display:block; }
 }@media only screen and (max-width: 763px) { #uf4P8GqmTEHdR93lTxBOeGFRiS3W42hq { width:15.5625rem;height:8.12175rem;top:68.102345466613rem;left:2.2187500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fHgZx0JvDQH00eUXb9M3LiE9BW0ZHdhK { width:15.5rem;height:2.923175rem;top:80.8125rem;left:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { border-width: 0; border-radius: 0; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:20rem;height:15.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { width:8.5625rem;height:1.4rem;top:8.45703125rem;left:4.3134765625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { width:11.371125rem;height:1.4rem;top:6.05859375rem;left:4.3134765625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { width:20rem;height:1.3125rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { width:1.5625rem;height:1.5625rem;top:5.9765625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { width:1.5625rem;height:1.5625rem;top:8.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { width:7.3125rem;height:2rem;top:3.375rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { display:flex;width:3.125rem;height:3.125rem;top:11.25rem;left:3.6875rem; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { display:flex;width:3.125rem;height:3.125rem;top:11.25rem;left:8.5rem; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { display:flex;width:3.125rem;height:3.125rem;top:11.25rem;left:13.1875rem; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { display:none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { width:20rem;height:auto;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }