.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:226,247,234;--color-primary-1:167,232,191;--color-primary-2:109,217,149;--color-primary-3:37,211,102;--color-primary-4:11,192,78;--color-secondary-0:255,246,204;--color-secondary-1:255,229,102;--color-secondary-2:255,211,0;--color-secondary-3:251,209,0;--color-secondary-4:51,42,0;--color-tertiary-0:255,255,255;--color-tertiary-1:186,186,186;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Archivo";--paragraphs-font-family:"Archivo"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDPv57RWPQfi7Nyk2tDDit2hbEJx0OdB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/49f0cc20-aff1-46d4-b718-68e3229a0065/subtledots2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GDPv57RWPQfi7Nyk2tDDit2hbEJx0OdB.adaptive-delivery-prevent-bg, #GDPv57RWPQfi7Nyk2tDDit2hbEJx0OdB.lazyload, #GDPv57RWPQfi7Nyk2tDDit2hbEJx0OdB.lazyloading { background-image: none; }#GDPv57RWPQfi7Nyk2tDDit2hbEJx0OdB > .row .container { background-color: transparent; background-image: none; }#GDPv57RWPQfi7Nyk2tDDit2hbEJx0OdB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDPv57RWPQfi7Nyk2tDDit2hbEJx0OdB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDPv57RWPQfi7Nyk2tDDit2hbEJx0OdB > .row .container > .video-iframe-container { display: none; }#GDPv57RWPQfi7Nyk2tDDit2hbEJx0OdB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDPv57RWPQfi7Nyk2tDDit2hbEJx0OdB > .row > .video-iframe-container { display: none; }#GDPv57RWPQfi7Nyk2tDDit2hbEJx0OdB > .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); }#GDPv57RWPQfi7Nyk2tDDit2hbEJx0OdB > .row .container { border-width: 0; border-radius: 0; }#GDPv57RWPQfi7Nyk2tDDit2hbEJx0OdB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GDPv57RWPQfi7Nyk2tDDit2hbEJx0OdB > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;position:relative;display:block; }#Pm9Fv4hpINDGk69ulaeoTZE30z3cl5JP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.2495rem;width:22.6875rem;top:5.6865234375rem;left:26.15625rem;overflow:hidden;display:block; }
#pCKdnzTyTZTv2b8IfGfVumMF7yb9DdHV { color:#25367e;display:block;width:54.8115rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:14.0595703125rem;left:10.0927734375rem;height:13.125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#rkETUx3hlTTbsiBpHebAc9bZaLdJnhzb { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.8125rem solid rgba(var(--color-primary-4),1);border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.25rem 0rem #299502 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"archivo black";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.750725rem;height:4.311525rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.75rem;left:18.8125rem;display:block; }
#qXkF5IB5qElQoLyfHWGOqmLLl4W6Fec1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GTernscekJiArp75ItfgKzph4em8lgdT { color:rgba(var(--color-tertiary-4),1);display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:41.875rem;left:7.71875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;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; }
#yroviHq1GDvAXvaWPqMKhJXoMUhVfgFA { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.8125rem;font-weight:400;line-height:1;height:2.6245125rem;width:2.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:35.5625rem;left:19.375rem;display:block; }
#d3WTlLValhNiJtaZlvEkN96hV8Z1HHJt { color:rgba(var(--color-tertiary-4),1);display:block;width:50.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:30.6240234375rem;left:14.68505859375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#svVWKZamkeQURO2QP3XUVSv7rmWT7tCT { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:31.09375rem;left:35rem;display:block; }
#lGVsonzZlCZekaLwNFaBvMi5CRRTqpIQ { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:41.53125rem;left:21.875rem;display:block; }
#WAsoDoQHcTeP3nMfiqlVkG9bcx4RfRJf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#FqV9zpvERu2HXUREbcHk3TH8NznOUCfh { background-color:#25367e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.8125rem solid #25367e;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.25rem 0rem #05165f ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"archivo black";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:4.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.75rem;left:39rem;display:block; }
#VBdws7od6cwASU5gKJp4AXJkTgFGWz5i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MtXEbcDTh0kJb1Fllq0FlKwSTTVJKrJb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:35.9375rem;left:40.25rem; }
#xahZTNMORqUNL8dKhxGwS0hisqskAatt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #25367e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#25367e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:1.0625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:41.96875rem;left:45.65625rem;display:block; }
#vvadiZ6gsg6SpHDCQg74zrBpXL7AtsHE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bAhnaFJnqb1uPf8Le0C8UaNToAB3UyDR { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:3.375rem;top:4.0625rem;left:70.5625rem;overflow:hidden;display:block; }
#Tdzd5FiPwlF4BQdTmPilfnu4TqRoHRBV { box-sizing:content-box;height:5.75rem;width:5.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#25367e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.625rem;left:69.25rem;display:block; }
#B92MMDmfErT5TxE6WzXgAvemGOvAcGVV { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:4.25rem;top:2.5rem;left:69.9375rem;overflow:hidden;display:block; }
#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/49f0cc20-aff1-46d4-b718-68e3229a0065/subtledots2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV.adaptive-delivery-prevent-bg, #ERxpvs7LSFesbZEwtt7qxtidzsabL9bV.lazyload, #ERxpvs7LSFesbZEwtt7qxtidzsabL9bV.lazyloading { background-image: none; }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV > .row .container { background-color: transparent; background-image: none; }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV > .row .container > .video-iframe-container { display: none; }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV > .row > .video-iframe-container { display: none; }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV > .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); }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV > .row .container { border-width: 0; border-radius: 0; }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#O6EVtpHJKv6lKfS0FHzmXoIAxtEzkATu { 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:12.125rem;width:16.3125rem;top:1.25rem;left:1.21875rem;overflow:hidden;display:block; }
#NPpUQk1COfJBFlf91aaJ65hVmF0vUMWC { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.6875rem;width:16.25rem;top:8.09375rem;left:1.25rem;display:block; }
#ZCKxkUtnUaSRovQo97HMShdl0CH7l1PW { color:#25367e;display:block;width:12.5rem;position:absolute;font-family:"archivo black";font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:12.3125rem;left:3.125rem;height:3.65625rem;font-style:normal;display:block; }
#ZkUR9EGTcCTSS49casVQQlbi8aRwnmJc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.96875rem;left:3.125rem;height:6.5rem;font-style:normal;display:block; }
#TUrpklFsEShH2VPIGpd6Z7oBZ6rbtGgv { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:11.5rem;top:3.5625rem;left:18.8125rem;overflow:hidden;display:block; }
#PGwnH8cgRSKT6tZiw9SFoKkfyGoXSV3C { 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:8.8125rem;width:14.0625rem;top:4.5625rem;left:23.561215753424rem;overflow:hidden;display:block; }
#Q70imP17dCurkK48PIxX7GtmILMOxaOf { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:19.5rem;top:4.15625rem;left:40.1875rem;overflow:hidden;display:block; }
#Vol9S5GSebWmnlfaglQ4VIDt07qiy5Tz { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:9.9375rem;top:4rem;left:38.279347826087rem;overflow:hidden;display:block; }
#qtTSxWiAMdGM7R5GhbWPM98wFPTkACTl { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:9.875rem;top:5rem;left:56.6875rem;overflow:hidden;display:block; }
#dy7ooTpZNHEplCPwnIoodPG5TWTPuqfL { 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:5.6875rem;width:13.375rem;top:5.375rem;left:62.206460674157rem;overflow:hidden;display:block; }
#PGHbfnbXHMeJGl1OImQRclEZwe1IpbiV { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.6875rem;width:16.25rem;top:8.1875rem;left:20rem;display:block; }
#ZEVS3JXsM31L1RNZ4o1T0FW611P5Mv0M { color:#25367e;display:block;width:12.5rem;position:absolute;font-family:"archivo black";font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.375rem;left:21.875rem;height:3.65625rem;font-style:normal;display:block; }
#DKlHXxubKOHdBNgFxC98uReLFUs5RvnP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.0625rem;left:21.875rem;height:6.5rem;font-style:normal;display:block; }
#R2v65oa4aDQTtJONmxZBouQG8U6Puwdb { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.6875rem;width:16.25rem;top:8.3125rem;left:38.75rem;display:block; }
#KKLM0JrAlCI90DnrTrcbMtZLCoQzQmtX { color:#25367e;display:block;width:12.5rem;position:absolute;font-family:"archivo black";font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.5rem;left:40.625rem;height:3.65625rem;font-style:normal;display:block; }
#R5Ol8hcTkEfOWswDTE2k7ArFERTinTyF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.1875rem;left:40.625rem;height:6.5rem;font-style:normal;display:block; }
#F36HfsFeEOy1GALsmPk23oswZNZhJVTy { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.6875rem;width:16.25rem;top:8.1875rem;left:57.5rem;display:block; }
#qtbJGpSHi2PHNLcT8tORb68BD6ugm85d { color:#25367e;display:block;width:12.5rem;position:absolute;font-family:"archivo black";font-size:2.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.375rem;left:59.375rem;height:3.65625rem;font-style:normal;display:block; }
#SXX60pOvcrHyfcZdBMvKhK7Wo9cZi9du { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.0625rem;left:59.375rem;height:6.5rem;font-style:normal;display:block; }
#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv > .row .container { background-color: transparent; background-image: none; }#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv > .row .container > .video-iframe-container { display: none; }#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv > .row > .video-iframe-container { display: none; }#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv > .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); }#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv > .row .container { border-width: 0; border-radius: 0; }#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;position:relative;display:block; }#egzyXTtwDL1HydSot3EP2KEqqKqPbLlt { color:#25367e;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.041015625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QBkHh9crBctvAS2RhvKMNhL6b7Ox6mdC { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ef6a5eae-f36f-4feb-aa7f-5b27814eec4e/download4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:8.625rem;top:11.875rem;left:0rem;display:block; }#QBkHh9crBctvAS2RhvKMNhL6b7Ox6mdC.adaptive-delivery-prevent-bg, #QBkHh9crBctvAS2RhvKMNhL6b7Ox6mdC.lazyload, #QBkHh9crBctvAS2RhvKMNhL6b7Ox6mdC.lazyloading { background-image: none; }
#PUKRr4ImJUC3BzUs8dBttkBW4nGqT5DF { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/092e1e9b-071b-41ca-b695-6512bee27acb/amprilogotipoheaderv2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:8.125rem;top:12rem;left:11.0625rem;display:block; }#PUKRr4ImJUC3BzUs8dBttkBW4nGqT5DF.adaptive-delivery-prevent-bg, #PUKRr4ImJUC3BzUs8dBttkBW4nGqT5DF.lazyload, #PUKRr4ImJUC3BzUs8dBttkBW4nGqT5DF.lazyloading { background-image: none; }
#SOPrVZf1lCGs0dDvRfyU982VRqMnsSJM { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e2a18d51-c67f-45ce-b9cf-e590a7d7cfb5/arcaretentores5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:10.875rem;top:11.03125rem;left:20.1875rem;display:block; }#SOPrVZf1lCGs0dDvRfyU982VRqMnsSJM.adaptive-delivery-prevent-bg, #SOPrVZf1lCGs0dDvRfyU982VRqMnsSJM.lazyload, #SOPrVZf1lCGs0dDvRfyU982VRqMnsSJM.lazyloading { background-image: none; }
#XPUqMtRD8Myyw9mdePpygibhOH3N5QyQ { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4fd6b21e-cea5-4ba8-9b92-3e32e79f7881/download.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:9.375rem;top:11.53125rem;left:55.3125rem;display:block; }#XPUqMtRD8Myyw9mdePpygibhOH3N5QyQ.adaptive-delivery-prevent-bg, #XPUqMtRD8Myyw9mdePpygibhOH3N5QyQ.lazyload, #XPUqMtRD8Myyw9mdePpygibhOH3N5QyQ.lazyloading { background-image: none; }
#fiZXXTrU2LSTdarU2leX4ycZTc80hT5z { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e12c161d-e9bf-47b9-a158-b259599b1728/80077653_10157235561704232_2941916988462596096_n.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9.1875rem;top:11.75rem;left:44.125rem;display:block; }#fiZXXTrU2LSTdarU2leX4ycZTc80hT5z.adaptive-delivery-prevent-bg, #fiZXXTrU2LSTdarU2leX4ycZTc80hT5z.lazyload, #fiZXXTrU2LSTdarU2leX4ycZTc80hT5z.lazyloading { background-image: none; }
#CXnDxmTB6TQuiVviPUmZI5IWBA8nQBZw { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f8ff7781-c235-48da-8488-621acf7d9170/Logomarca.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:9.625rem;top:11.375rem;left:31.9375rem;display:block; }#CXnDxmTB6TQuiVviPUmZI5IWBA8nQBZw.adaptive-delivery-prevent-bg, #CXnDxmTB6TQuiVviPUmZI5IWBA8nQBZw.lazyload, #CXnDxmTB6TQuiVviPUmZI5IWBA8nQBZw.lazyloading { background-image: none; }
#JTSO70GqQ8sL4ZT1JD5euTkD7xihVdpm { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/df140a81-392c-437b-bb96-ee5dbf9f79b6/D_NQ_NP_714451MLB28391026559_102018O.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:9.1875rem;top:11.46875rem;left:65.8125rem;display:block; }#JTSO70GqQ8sL4ZT1JD5euTkD7xihVdpm.adaptive-delivery-prevent-bg, #JTSO70GqQ8sL4ZT1JD5euTkD7xihVdpm.lazyload, #JTSO70GqQ8sL4ZT1JD5euTkD7xihVdpm.lazyloading { background-image: none; }
#TJftiW9oMhdOEQg8z68OrxRfsJpaFEJn { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4ba0ba4b-81be-4f89-a004-bcb23ad5302b/croppedlogo1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.9375rem;top:2.5rem;left:0rem;display:none; }#TJftiW9oMhdOEQg8z68OrxRfsJpaFEJn.adaptive-delivery-prevent-bg, #TJftiW9oMhdOEQg8z68OrxRfsJpaFEJn.lazyload, #TJftiW9oMhdOEQg8z68OrxRfsJpaFEJn.lazyloading { background-image: none; }
#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT > .row .container { background-color: transparent; background-image: none; }#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT > .row .container > .video-iframe-container { display: none; }#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT > .row > .video-iframe-container { display: none; }#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT > .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); }#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT > .row .container { border-width: 0; border-radius: 0; }#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#vwHcI1tSrvTgrBMsHJwRo8ec5yNZ5hsN { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4ba0ba4b-81be-4f89-a004-bcb23ad5302b/croppedlogo1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.9375rem;top:2.5rem;left:0rem;display:block; }#vwHcI1tSrvTgrBMsHJwRo8ec5yNZ5hsN.adaptive-delivery-prevent-bg, #vwHcI1tSrvTgrBMsHJwRo8ec5yNZ5hsN.lazyload, #vwHcI1tSrvTgrBMsHJwRo8ec5yNZ5hsN.lazyloading { background-image: none; }
#uvsgVCiTNmTbbKwD3a6T3ptyl9I20lUa { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5d83ea22-2bb7-46f5-88f5-5ec0ca1b5699/logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:7.25rem;top:3.25rem;left:10.6875rem;display:block; }#uvsgVCiTNmTbbKwD3a6T3ptyl9I20lUa.adaptive-delivery-prevent-bg, #uvsgVCiTNmTbbKwD3a6T3ptyl9I20lUa.lazyload, #uvsgVCiTNmTbbKwD3a6T3ptyl9I20lUa.lazyloading { background-image: none; }
#CN7Ci3PIEnVIwMTAHTDyaUl6E1LcS8tg { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/31f5bb6a-ac21-488f-8b24-d91bf256239e/logo1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:10.875rem;top:2.21875rem;left:41rem;display:block; }#CN7Ci3PIEnVIwMTAHTDyaUl6E1LcS8tg.adaptive-delivery-prevent-bg, #CN7Ci3PIEnVIwMTAHTDyaUl6E1LcS8tg.lazyload, #CN7Ci3PIEnVIwMTAHTDyaUl6E1LcS8tg.lazyloading { background-image: none; }
#fsI99m2V7Xqaqfy7yWfO5h9WCnIRtCwm { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5f6be249-0e56-4400-8671-5bcd1df70165/MARCAMAZIAUTOMOTIVA.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:9.9375rem;top:2.28125rem;left:31.0625rem;display:block; }#fsI99m2V7Xqaqfy7yWfO5h9WCnIRtCwm.adaptive-delivery-prevent-bg, #fsI99m2V7Xqaqfy7yWfO5h9WCnIRtCwm.lazyload, #fsI99m2V7Xqaqfy7yWfO5h9WCnIRtCwm.lazyloading { background-image: none; }
#WMBKZmTzSMrhTUm0bw9FehC6zTRRDmNx { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/32ba434a-d23d-4c6a-add8-6b9fc6ce47fb/mahlelogo2019.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:7.5625rem;top:3.125rem;left:21.1875rem;display:block; }#WMBKZmTzSMrhTUm0bw9FehC6zTRRDmNx.adaptive-delivery-prevent-bg, #WMBKZmTzSMrhTUm0bw9FehC6zTRRDmNx.lazyload, #WMBKZmTzSMrhTUm0bw9FehC6zTRRDmNx.lazyloading { background-image: none; }
#EHOL5zdLBZLyT3WTHN46UVmCmCoPKT9u { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f57ad51b-09d4-4a40-b66d-cef12e1d9925/D_NQ_NP_881471MLB43013585750_082020O.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:9.5rem;top:2.4375rem;left:51.875rem;display:block; }#EHOL5zdLBZLyT3WTHN46UVmCmCoPKT9u.adaptive-delivery-prevent-bg, #EHOL5zdLBZLyT3WTHN46UVmCmCoPKT9u.lazyload, #EHOL5zdLBZLyT3WTHN46UVmCmCoPKT9u.lazyloading { background-image: none; }
#Gsbc2VFsJfC6yPzW4QBnI328bPG1UeZr { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c6713edf-cb8c-480c-b61c-7ac16621f392/logonakata.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:10.875rem;top:2rem;left:64.125rem;display:block; }#Gsbc2VFsJfC6yPzW4QBnI328bPG1UeZr.adaptive-delivery-prevent-bg, #Gsbc2VFsJfC6yPzW4QBnI328bPG1UeZr.lazyload, #Gsbc2VFsJfC6yPzW4QBnI328bPG1UeZr.lazyloading { background-image: none; }
#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf > .row .container { background-color: transparent; background-image: none; }#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf > .row .container > .video-iframe-container { display: none; }#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf > .row > .video-iframe-container { display: none; }#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf > .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); }#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf > .row .container { border-width: 0; border-radius: 0; }#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#ShtZTZC3FvXv9Nm1nsA9zxl5VIi0Ebh1 { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c633a4e8-552b-4e2f-a9dd-5111c36dba23/logo2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:9.75rem;top:1.25rem;left:0rem;display:block; }#ShtZTZC3FvXv9Nm1nsA9zxl5VIi0Ebh1.adaptive-delivery-prevent-bg, #ShtZTZC3FvXv9Nm1nsA9zxl5VIi0Ebh1.lazyload, #ShtZTZC3FvXv9Nm1nsA9zxl5VIi0Ebh1.lazyloading { background-image: none; }
#LeXrOSqJUX4IM1Esc9wfl4SfJ2TwDkSe { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68410172-0cd5-4ee4-b81a-f5ec55780e2f/243x100xlogotiposuloypngpagespeedico1jQWGO3lE.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:10.875rem;top:0.90625rem;left:34.3125rem;display:block; }#LeXrOSqJUX4IM1Esc9wfl4SfJ2TwDkSe.adaptive-delivery-prevent-bg, #LeXrOSqJUX4IM1Esc9wfl4SfJ2TwDkSe.lazyload, #LeXrOSqJUX4IM1Esc9wfl4SfJ2TwDkSe.lazyloading { background-image: none; }
#t9AfqvibLfnszt399WqDGHsqxFuTlw7t { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/939d3767-0236-446d-9c5b-69a69c81fe09/12194558_796065877170706_7971174414025029823_o.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:10.3125rem;top:1.25rem;left:22.25rem;display:block; }#t9AfqvibLfnszt399WqDGHsqxFuTlw7t.adaptive-delivery-prevent-bg, #t9AfqvibLfnszt399WqDGHsqxFuTlw7t.lazyload, #t9AfqvibLfnszt399WqDGHsqxFuTlw7t.lazyloading { background-image: none; }
#BiuodVCTBGSOnZkX681KTDc39BGBK6O6 { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/396fa4fd-46e9-4df2-80fa-0091c84276c1/riosulenselogopng.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:7.5625rem;top:1.6875rem;left:12.5625rem;display:block; }#BiuodVCTBGSOnZkX681KTDc39BGBK6O6.adaptive-delivery-prevent-bg, #BiuodVCTBGSOnZkX681KTDc39BGBK6O6.lazyload, #BiuodVCTBGSOnZkX681KTDc39BGBK6O6.lazyloading { background-image: none; }
#slv8VBmVznptTwsTHcwGci1mm66xSPOl { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/707cd220-5989-4c6b-9b86-20bea5b6bbf0/logo_taranto.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:12.4375rem;top:0.59375rem;left:49.4375rem;display:block; }#slv8VBmVznptTwsTHcwGci1mm66xSPOl.adaptive-delivery-prevent-bg, #slv8VBmVznptTwsTHcwGci1mm66xSPOl.lazyload, #slv8VBmVznptTwsTHcwGci1mm66xSPOl.lazyloading { background-image: none; }
#R1TXszEi7bl9B0rhLmq9beUHiOJob8Ix { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/13706eae-137f-4834-bea2-3fccfb0c28a6/WhatsAppImage20230314at164923.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:9.875rem;top:1.1875rem;left:65.125rem;display:block; }#R1TXszEi7bl9B0rhLmq9beUHiOJob8Ix.adaptive-delivery-prevent-bg, #R1TXszEi7bl9B0rhLmq9beUHiOJob8Ix.lazyload, #R1TXszEi7bl9B0rhLmq9beUHiOJob8Ix.lazyloading { background-image: none; }
#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu > .row .container { background-color: transparent; background-image: none; }#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu > .row .container > .video-iframe-container { display: none; }#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu > .row > .video-iframe-container { display: none; }#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu > .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); }#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu > .row .container { border-width: 0; border-radius: 0; }#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:75rem;position:relative;display:block; }#FV0FZH9RxrPTgA8Z7pxMM6lKZ8mTrDs5 { color:#25367e;display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.78125rem;left:15.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sdu6phOQMXVxvJBq2kuxow91KzOPxyDR { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.8125rem solid rgba(var(--color-primary-4),1);border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.25rem 0rem #299502 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"archivo black";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:4.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:10.811767578125rem;left:25.4365234375rem;display:block; }
#tBaL4HmpwnvsHiPGbev1zDFcBMOVfNsP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JTEc8frn4818WgNcDwkflGPZaZopQ62o { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.8125rem;font-weight:400;line-height:1;height:2.6245125rem;width:2.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:11.6552734375rem;left:26.560791015625rem;display:block; }
#rZO7a8VhKF0yWWonAS1sGcaczTebyX6l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/49f0cc20-aff1-46d4-b718-68e3229a0065/subtledots2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rZO7a8VhKF0yWWonAS1sGcaczTebyX6l.adaptive-delivery-prevent-bg, #rZO7a8VhKF0yWWonAS1sGcaczTebyX6l.lazyload, #rZO7a8VhKF0yWWonAS1sGcaczTebyX6l.lazyloading { background-image: none; }#rZO7a8VhKF0yWWonAS1sGcaczTebyX6l > .row .container { border-width: 0; border-radius: 0; }#rZO7a8VhKF0yWWonAS1sGcaczTebyX6l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rZO7a8VhKF0yWWonAS1sGcaczTebyX6l > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:none; }#Gw15ukBO0T7yB2o7Kpd1XN1XOJbtEKtn { color:#25367e;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:6.041015625rem;left:26.625rem;height:37.9189125rem;font-style:normal;display:block; }
#Zr1f7CEKLko9OH59J3Poo372drSXHEoR { color:rgba(var(--color-primary-3),1);display:block;width:1.625rem;position:absolute;font-family:"font awesome";font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:6.041015625rem;left:25rem;height:37.9189125rem;font-style:normal;display:block; }
#S057cmwmX3WZziPN9plZO8bTCxEIHADg { color:#25367e;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:6.0625rem;left:51.625rem;height:36.11325rem;font-style:normal;display:block; }
#vMZ9ki3gn0xpQznUFAdi3ptseGETHtsQ { color:rgba(var(--color-primary-3),1);display:block;width:1.625rem;position:absolute;font-family:"font awesome";font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:6.0625rem;left:50rem;height:36.11325rem;font-style:normal;display:block; }
#NDNa6HXmcG1LUIVT011E5JkaKOxf2QhE { color:#25367e;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.041015625rem;left:0rem;height:7.3125rem;font-style:normal;display:block; }
#WXD3lF1GfNWz7xkOQbt5C5GzHHzlaRF5 { color:#25367e;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.71875rem;left:0rem;height:6.5rem;font-style:normal;display:block; }
#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ > .row .container { background-color: transparent; background-image: none; }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ > .row .container > .video-iframe-container { display: none; }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ > .row > .video-iframe-container { display: none; }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ > .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); }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ > .row .container { border-width: 0; border-radius: 0; }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;position:relative;display:block; }#W91Vrt7xLxlSNECzu1stfHx3lSO8zThR { color:#25367e;display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5rem;left:1.9375rem;height:4.875rem;font-style:normal;display:block; }
#TMBlA2ugDhUCMxBEplFMabhUGWPnHt9K { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.25rem 0rem #299502 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"archivo black";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:7.75rem;left:59.125rem;display:block; }
#DLdMt6teBxDRu1TArbTnR3TW2uNRX6lX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fOwcV9XVKVqpHlzZgtmkdsT0VTfwP2BH { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.3125rem 0.5625rem rgba(var(--color-tertiary-4),0.11) ;height:9.375rem;width:75rem;top:5.375rem;left:0rem;display:block; }
#TUpx0qTWEUSiibH1ZQz6THiXdKpK8uhc { 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:6.3125rem;width:18.75rem;display:none; }
#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO { position:relative;display:block; }#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO { background-color: transparent; background-image: none; }#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO > .row .container > .video-iframe-container { display: none; }#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO > .row > .video-iframe-container { display: none; }#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO > .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); }#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO { border-width: 0; border-radius: 0; }#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO > .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; }#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:49.5rem;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; }#M2JX9HNW7Sgf45dUzfHgqxAGW9XtWimD { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d01b51f7-7123-4b35-bcd3-d597ef7151b1/CapturadeTela20220225as171433.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:26.4375rem;top:11.125rem;left:7.3125rem;display:block; }#M2JX9HNW7Sgf45dUzfHgqxAGW9XtWimD.adaptive-delivery-prevent-bg, #M2JX9HNW7Sgf45dUzfHgqxAGW9XtWimD.lazyload, #M2JX9HNW7Sgf45dUzfHgqxAGW9XtWimD.lazyloading { background-image: none; }
#pMWc2sEutJ2MgHnXhEs9lRc2Exs89eri { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b2088d7e-c57e-4bc8-85ac-0cc2f8f68f93/CapturadeTela20220225as171445.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:26.4375rem;top:11.125rem;left:41.1875rem;display:block; }#pMWc2sEutJ2MgHnXhEs9lRc2Exs89eri.adaptive-delivery-prevent-bg, #pMWc2sEutJ2MgHnXhEs9lRc2Exs89eri.lazyload, #pMWc2sEutJ2MgHnXhEs9lRc2Exs89eri.lazyloading { background-image: none; }
#gahfxhkCDqTPKmMXwngpFBLn6ucVAC4e { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0252c9bd-da3f-4f65-8901-c541a665be36/CapturadeTela20220225as171423.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:26.4375rem;top:26rem;left:7.3125rem;display:block; }#gahfxhkCDqTPKmMXwngpFBLn6ucVAC4e.adaptive-delivery-prevent-bg, #gahfxhkCDqTPKmMXwngpFBLn6ucVAC4e.lazyload, #gahfxhkCDqTPKmMXwngpFBLn6ucVAC4e.lazyloading { background-image: none; }
#qTOeXpgTMlFK9NKi6Jl12E6gG6fJNmzx { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1cceb1a1-baf5-4bc3-a46e-afe4f07ab718/CapturadeTela20220225as171451.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:26.4375rem;top:23.625rem;left:41.1875rem;display:block; }#qTOeXpgTMlFK9NKi6Jl12E6gG6fJNmzx.adaptive-delivery-prevent-bg, #qTOeXpgTMlFK9NKi6Jl12E6gG6fJNmzx.lazyload, #qTOeXpgTMlFK9NKi6Jl12E6gG6fJNmzx.lazyloading { background-image: none; }
#u79AzLd3T3X2tKcJK3rQAnk0JnkN5WHE { color:#25367e;display:block;width:44.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4375rem;left:15.21875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JsanL9qrCLnMS7ZVS441MfpC769TggPd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f7acf474-581f-417b-a988-d7670d217043/bannermra.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd.adaptive-delivery-prevent-bg, #JsanL9qrCLnMS7ZVS441MfpC769TggPd.lazyload, #JsanL9qrCLnMS7ZVS441MfpC769TggPd.lazyloading { background-image: none; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row .container { background-color: transparent; background-image: none; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,54,126,0.23); }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row .container > .video-iframe-container { display: none; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,54,126,0.23); }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row > .video-iframe-container { display: none; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .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); }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row .container { border-width: 0; border-radius: 0; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#TSy4IbDQ68AP0hgNzBzbCMvXvTHMsJIb { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.3125rem;left:18.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RktTJmOTU7Q8o5anKl7GUmTvXwfRMtJe { color:rgba(var(--color-secondary-3),1);display:block;width:58.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5rem;left:8.4375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iR4twt0D91c2S3vI9AUOMkcKgAxXsK3L { color:rgba(var(--color-secondary-3),1);display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.0625rem;left:8.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZPbCSsp9Xea6pUChH3vuF0e0VqKiIUiJ { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:1.9995125rem;width:1.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:15.8125rem;left:24.8125rem;display:block; }
#cgPLlnaXQDJ5XkkD3uQR41aN6RfvqSdP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#25367e;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; }#cgPLlnaXQDJ5XkkD3uQR41aN6RfvqSdP > .row .container { background-color: transparent; background-image: none; }#cgPLlnaXQDJ5XkkD3uQR41aN6RfvqSdP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgPLlnaXQDJ5XkkD3uQR41aN6RfvqSdP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgPLlnaXQDJ5XkkD3uQR41aN6RfvqSdP > .row .container > .video-iframe-container { display: none; }#cgPLlnaXQDJ5XkkD3uQR41aN6RfvqSdP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgPLlnaXQDJ5XkkD3uQR41aN6RfvqSdP > .row > .video-iframe-container { display: none; }#cgPLlnaXQDJ5XkkD3uQR41aN6RfvqSdP > .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); }#cgPLlnaXQDJ5XkkD3uQR41aN6RfvqSdP > .row .container { border-width: 0; border-radius: 0; }#cgPLlnaXQDJ5XkkD3uQR41aN6RfvqSdP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cgPLlnaXQDJ5XkkD3uQR41aN6RfvqSdP > .row .container { font-size:0.875rem;font-family:arial;height:57.875rem;width:75rem;position:relative;display:block; }#zHdilgVG0JAHnCVaUrFxZXyb2UJCyJdh { color:rgba(var(--color-secondary-3),1);display:block;width:64.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4rem;left:5.34375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fogoqk8kVxTXSXQ83T6QsLMMTlTMTBEs { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:"archivo black";font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:28.8125rem;left:52.25rem;height:3.09375rem;font-style:normal;display:block; }
#NbKL0z5ZMHkgsVr3yBT5s4Ef1470sDiq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:32.625rem;left:52.25rem;height:3.25rem;font-style:normal;display:block; }
#htpXA5BtrEXds3b0AtJ6mrlFBGBW2Tt7 { color:rgba(var(--color-secondary-3),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:37.5625rem;left:52.25rem;height:2.0317375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UbkQfEXbmJnV9fuHiTvBHvqST9yUiuxe { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:37.4375rem;left:64rem;display:block; }
#CUby9N6VlDWCv6tTvhmqRkJ0JB2E36BC { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.6875rem solid rgba(var(--color-primary-4),1);border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.25rem 0rem #299502 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:40.875rem;left:52.25rem;display:block; }
#w8123TXDTHIrLPCAQu2yKqMmI492eX6k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dqugr9HqNTu8CH8Q82BUwdgccIzwln1W { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:41.6875rem;left:53.125rem;display:block; }
#iRTeTZGngAxpPvJ3AtRQG4MQh8da8ukn { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/48cdc2a7-77fe-4c78-b915-abfdab740a9b/WhatsAppImage20220324at081945.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:16.125rem;top:11.5625rem;left:52.25rem;display:block; }#iRTeTZGngAxpPvJ3AtRQG4MQh8da8ukn.adaptive-delivery-prevent-bg, #iRTeTZGngAxpPvJ3AtRQG4MQh8da8ukn.lazyload, #iRTeTZGngAxpPvJ3AtRQG4MQh8da8ukn.lazyloading { background-image: none; }
#hs8679FgeFSAlFFrMsLxrQZJNqWv2Mho { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:"archivo black";font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:28.75rem;left:26.25rem;height:3.09375rem;font-style:normal;display:block; }
#M1VfPMf2XlOZhLwT5MamZskwWfRaoRSu { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:32.5625rem;left:26.25rem;height:3.25rem;font-style:normal;display:block; }
#xVoIQExbInBnUQeIsuIpb7kL5ws917XA { color:rgba(var(--color-secondary-3),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:37.5rem;left:26.25rem;height:2.0317375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uJkl6lb5NbITrRFnfVrwQoslJQVOM4PC { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:37.375rem;left:38.4375rem;display:block; }
#EKD7G6gSSIldIZH92VbaTUvAKwy8U3m3 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.6875rem solid rgba(var(--color-primary-4),1);border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.25rem 0rem #299502 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:40.8125rem;left:26.25rem;display:block; }
#hdem0EZgQBKe78BtZNG4EsVBmsRzmXk7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nsKG84LZcws54hbOhlExueSsZffmqAuf { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:41.625rem;left:27.125rem;display:block; }
#o8O0c5NxCdaBSy2E3OKGtnbSEALflU20 { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d3e50df7-20c5-43b6-8800-842cb9fd4387/WhatsAppImage20220311at151729.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:16.125rem;top:11.5rem;left:26.25rem;display:block; }#o8O0c5NxCdaBSy2E3OKGtnbSEALflU20.adaptive-delivery-prevent-bg, #o8O0c5NxCdaBSy2E3OKGtnbSEALflU20.lazyload, #o8O0c5NxCdaBSy2E3OKGtnbSEALflU20.lazyloading { background-image: none; }
#Zc1KJaUbQWLvBMO8bBwrO8ddkHB5CUXH { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.6875rem solid rgba(var(--color-primary-4),1);border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.8125rem;left:10rem;display:none; }
#d46AqutnbpQbCSQ8QWufFLBAyH70fFHQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y6r9d8bAxAnMu2bytyabVfkNp9xTrQkQ { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.6875rem solid rgba(var(--color-primary-4),1);border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.8125rem;left:10rem;display:none; }
#wpMJEmOwkaNUPaEZFXiRa7vbUSwbpKqT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HLNddyoTvfP2w5P9K4TG00WR2sEPkd3u { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1de88c0a-9ecc-4b3d-a4fd-61921bea836d/CapturadeTela20220225as164841.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:8.8125rem;width:22.3125rem;top:11.9375rem;left:10rem;display:none; }#HLNddyoTvfP2w5P9K4TG00WR2sEPkd3u.adaptive-delivery-prevent-bg, #HLNddyoTvfP2w5P9K4TG00WR2sEPkd3u.lazyload, #HLNddyoTvfP2w5P9K4TG00WR2sEPkd3u.lazyloading { background-image: none; }
#lsa954QtbcC9scbl6LpOxtZbUPCrzEoh { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1de88c0a-9ecc-4b3d-a4fd-61921bea836d/CapturadeTela20220225as164841.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.4375rem rgba(var(--color-tertiary-4),0.19) ;height:8.8125rem;width:22.3125rem;top:11.9375rem;left:10rem;display:none; }#lsa954QtbcC9scbl6LpOxtZbUPCrzEoh.adaptive-delivery-prevent-bg, #lsa954QtbcC9scbl6LpOxtZbUPCrzEoh.lazyload, #lsa954QtbcC9scbl6LpOxtZbUPCrzEoh.lazyloading { background-image: none; }
#qz2PlNHXZQEapEOn7HcRIlvLvNHS4HwA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:27.75rem;left:52.25rem;height:1.13725rem;font-style:normal;display:block; }
#dbd4Di3Vqd0GAeHluLIsVUTRfeN1aED6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:27.6875rem;left:26rem;height:1.13725rem;font-style:normal;display:block; }
#SnDol203uyuBU7rGDTTo4LAfEnKifw2Z { color:rgba(var(--color-secondary-3),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:37.4375rem;left:0rem;height:2.0317375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RFtpvTTz4SGiNz9Wwhiwi211bnQHcAGr { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:37.3125rem;left:12rem;display:block; }
#G5kthMvHyt9p3POXL3C1zhX5JcNekdM9 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.6875rem solid rgba(var(--color-primary-4),1);border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.25rem 0rem #299502 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:40.75rem;left:0rem;display:block; }
#yfvhEMxxEh6S09Zq5sTxkXmBr3hMeQ7V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wnx8nNAg8Ct7RWHBGsEvIUM8hnelyahN { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:41.5625rem;left:0.875rem;display:block; }
#iLEuF8TcTrS80dpPgxAQyTCeIVyIBkQM { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:32.5rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#wT5XkzQp9VlyyuHrr7WT7OUx6z5vGKi3 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:"archivo black";font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:28.6875rem;left:0rem;height:3.09375rem;font-style:normal;display:block; }
#S6D9vkg7OxKhcQrKKkcHhrZvfkzU6as5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:27.4375rem;left:0rem;height:1.13725rem;font-style:normal;display:block; }
#UcG2nPD4RglwbtpSew1ahFsTB79Ek68o { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/778e0930-29e5-44cf-b079-1f2d889358b7/whatsappimage20240418at104229662126e7a04f0.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:16.125rem;top:11.4375rem;left:0rem;display:block; }#UcG2nPD4RglwbtpSew1ahFsTB79Ek68o.adaptive-delivery-prevent-bg, #UcG2nPD4RglwbtpSew1ahFsTB79Ek68o.lazyload, #UcG2nPD4RglwbtpSew1ahFsTB79Ek68o.lazyloading { background-image: none; }
#svPVXQm5cA8mnrpRqDsclCTAnFqvnvT5 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.6875rem solid rgba(var(--color-primary-4),1);border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.8125rem;left:10rem;display:none; }
#zulPcdgh2O8FAWfOwkKJcI75Qq2k05q0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#abeEclVgbvWaH1Rv4JtkpOabDGMywvV7 { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1de88c0a-9ecc-4b3d-a4fd-61921bea836d/CapturadeTela20220225as164841.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.4375rem rgba(var(--color-tertiary-4),0.19) ;height:8.8125rem;width:22.3125rem;top:11.9375rem;left:10rem;display:none; }#abeEclVgbvWaH1Rv4JtkpOabDGMywvV7.adaptive-delivery-prevent-bg, #abeEclVgbvWaH1Rv4JtkpOabDGMywvV7.lazyload, #abeEclVgbvWaH1Rv4JtkpOabDGMywvV7.lazyloading { background-image: none; }
#eSFRCI0iu7hnnynB0xG6QsKJBazCutXf { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:46.25rem;left:0rem;display:block; }
#qOxeEfG3Adr8db9d7sIAS4NoPff1ZAKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vSIoWXw9Ezf0ubOBITtKrKyBlCtUnEk2 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:46.25rem;left:26.25rem;display:block; }
#ZNpNDbIweOVJeAD8THhAeUMDtdq0TCsb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G7liNciLDAcckQNSLyPAwQO3CH4wrxpl { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:46.25rem;left:52.25rem;display:block; }
#VmZ5NSpxwxqroE0aCJfwdAJ91eCBJiRM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h47TyuxO57SxNdzZVrcIxUFKhdz5yfaa { position:relative;display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #h47TyuxO57SxNdzZVrcIxUFKhdz5yfaa > .row .container { position:relative;display:block; }#RZmgnlichT9z4b82iiVcvXwIb0RBT68G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b2754;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#RZmgnlichT9z4b82iiVcvXwIb0RBT68G > .row .container { background-color: transparent; background-image: none; }#RZmgnlichT9z4b82iiVcvXwIb0RBT68G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZmgnlichT9z4b82iiVcvXwIb0RBT68G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZmgnlichT9z4b82iiVcvXwIb0RBT68G > .row .container > .video-iframe-container { display: none; }#RZmgnlichT9z4b82iiVcvXwIb0RBT68G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZmgnlichT9z4b82iiVcvXwIb0RBT68G > .row > .video-iframe-container { display: none; }#RZmgnlichT9z4b82iiVcvXwIb0RBT68G > .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); }#RZmgnlichT9z4b82iiVcvXwIb0RBT68G > .row .container { border-width: 0; border-radius: 0; }#RZmgnlichT9z4b82iiVcvXwIb0RBT68G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZmgnlichT9z4b82iiVcvXwIb0RBT68G > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#JItdkwmfvz56TaDk4fTuKUsvbPnC1hTL { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.25rem 0rem #299502 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:2.9375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0.8115234375rem;left:59.1865234375rem;display:block; }
#carsh0Lc73wyu1KEDLATpd0J79vbPswx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rDAznp3DAWmwdRMUVtIMmqpHt8lSiPSf { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid #09699d;border-left:2.6875rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid #09699d;border-bottom:0rem solid #09699d;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.25rem 0rem #d7a000 ;box-sizing:border-box;color:#25367e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.9375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:0.8740234375rem;left:47.123046875rem;display:block; }
#NyInRbw31ZeWwqz17JN5kTb14gt0y947 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rzIc4RULWWdTLrUnhGqXvvR4FgbfxKEO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.3740234375rem;left:48.0927734375rem; }
#qsE1IowNHpfA1z4mIERU4Q40ch93D3a5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:7.3125rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#iJzS8MEMAsKvtkD9R8VVWeT5mwPtbttz { color:#00fb26;display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.775390625rem;left:39.0625rem;height:1.13725rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GDPv57RWPQfi7Nyk2tDDit2hbEJx0OdB { display:block; }#GDPv57RWPQfi7Nyk2tDDit2hbEJx0OdB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pm9Fv4hpINDGk69ulaeoTZE30z3cl5JP { width:22.6875rem;height:7.2495rem;top:5.625rem;left:12.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCKdnzTyTZTv2b8IfGfVumMF7yb9DdHV { width:47.75rem;height:13.125rem;top:14rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkETUx3hlTTbsiBpHebAc9bZaLdJnhzb { width:18.75rem;height:4.25rem;top:34.75rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXkF5IB5qElQoLyfHWGOqmLLl4W6Fec1 { display:block; }
 }@media only screen and (max-width: 763px) { #GTernscekJiArp75ItfgKzph4em8lgdT { width:47.75rem;height:1.25rem;top:41.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yroviHq1GDvAXvaWPqMKhJXoMUhVfgFA { width:2.5625rem;height:2.5625rem;top:35.5625rem;left:5.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3WTlLValhNiJtaZlvEkN96hV8Z1HHJt { width:47.75rem;height:1.875rem;top:30.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svVWKZamkeQURO2QP3XUVSv7rmWT7tCT { width:0.9375rem;height:0.9375rem;top:31.0625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGVsonzZlCZekaLwNFaBvMi5CRRTqpIQ { width:1.6875rem;height:1.6875rem;top:41.5rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAsoDoQHcTeP3nMfiqlVkG9bcx4RfRJf { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqV9zpvERu2HXUREbcHk3TH8NznOUCfh { width:17.1875rem;height:4.3125rem;top:34.75rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBdws7od6cwASU5gKJp4AXJkTgFGWz5i { display:block; }
 }@media only screen and (max-width: 763px) { #MtXEbcDTh0kJb1Fllq0FlKwSTTVJKrJb { width:2rem;height:2rem;top:35.9375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xahZTNMORqUNL8dKhxGwS0hisqskAatt { width:7.8125rem;height:1.0625rem;top:41.9375rem;left:32.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvadiZ6gsg6SpHDCQg74zrBpXL7AtsHE { display:block; }
 }@media only screen and (max-width: 763px) { #bAhnaFJnqb1uPf8Le0C8UaNToAB3UyDR { width:3.375rem;height:2.4375rem;top:4.0625rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdzd5FiPwlF4BQdTmPilfnu4TqRoHRBV { width:5.75rem;height:5.75rem;top:1.625rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #B92MMDmfErT5TxE6WzXgAvemGOvAcGVV { width:4.25rem;height:1.3125rem;top:2.5rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERxpvs7LSFesbZEwtt7qxtidzsabL9bV { display:block; }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6EVtpHJKv6lKfS0FHzmXoIAxtEzkATu { width:16.3125rem;height:12.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPpUQk1COfJBFlf91aaJ65hVmF0vUMWC { width:16.25rem;height:15.6875rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCKxkUtnUaSRovQo97HMShdl0CH7l1PW { width:12.5rem;height:3.625rem;top:12.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkUR9EGTcCTSS49casVQQlbi8aRwnmJc { width:12.5rem;height:6.5rem;top:15.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUrpklFsEShH2VPIGpd6Z7oBZ6rbtGgv { width:11.5rem;height:8.5625rem;top:3.5625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGwnH8cgRSKT6tZiw9SFoKkfyGoXSV3C { width:14.0625rem;height:8.8125rem;top:4.5625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q70imP17dCurkK48PIxX7GtmILMOxaOf { width:19.5rem;height:6.75rem;top:4.125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vol9S5GSebWmnlfaglQ4VIDt07qiy5Tz { width:9.9375rem;height:6.4375rem;top:4rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtTSxWiAMdGM7R5GhbWPM98wFPTkACTl { width:9.875rem;height:5.375rem;top:5rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy7ooTpZNHEplCPwnIoodPG5TWTPuqfL { width:13.375rem;height:5.6875rem;top:5.375rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGHbfnbXHMeJGl1OImQRclEZwe1IpbiV { width:16.25rem;height:15.6875rem;top:8.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEVS3JXsM31L1RNZ4o1T0FW611P5Mv0M { width:12.5rem;height:3.625rem;top:12.375rem;left:11.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKlHXxubKOHdBNgFxC98uReLFUs5RvnP { width:12.5rem;height:6.5rem;top:16.0625rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2v65oa4aDQTtJONmxZBouQG8U6Puwdb { width:16.25rem;height:15.6875rem;top:8.3125rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKLM0JrAlCI90DnrTrcbMtZLCoQzQmtX { width:12.5rem;height:3.625rem;top:12.5rem;left:23.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5Ol8hcTkEfOWswDTE2k7ArFERTinTyF { width:12.5rem;height:6.5rem;top:16.1875rem;left:23.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F36HfsFeEOy1GALsmPk23oswZNZhJVTy { width:16.25rem;height:15.6875rem;top:8.1875rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtbJGpSHi2PHNLcT8tORb68BD6ugm85d { width:12.5rem;height:3.625rem;top:12.375rem;left:35.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXX60pOvcrHyfcZdBMvKhK7Wo9cZi9du { width:12.5rem;height:6.5rem;top:16.0625rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv { display:block; }#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egzyXTtwDL1HydSot3EP2KEqqKqPbLlt { width:47.75rem;height:2.375rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBkHh9crBctvAS2RhvKMNhL6b7Ox6mdC { width:8.625rem;height:4rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUKRr4ImJUC3BzUs8dBttkBW4nGqT5DF { width:8.125rem;height:3.875rem;top:12rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOPrVZf1lCGs0dDvRfyU982VRqMnsSJM { width:10.875rem;height:5.375rem;top:11rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPUqMtRD8Myyw9mdePpygibhOH3N5QyQ { width:9.375rem;height:4.5rem;top:11.5rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiZXXTrU2LSTdarU2leX4ycZTc80hT5z { width:9.1875rem;height:4.375rem;top:11.75rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXnDxmTB6TQuiVviPUmZI5IWBA8nQBZw { width:9.625rem;height:4.6875rem;top:11.375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTSO70GqQ8sL4ZT1JD5euTkD7xihVdpm { width:9.1875rem;height:4.5rem;top:11.4375rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJftiW9oMhdOEQg8z68OrxRfsJpaFEJn { width:8.9375rem;height:4.375rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT { display:block; }#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwHcI1tSrvTgrBMsHJwRo8ec5yNZ5hsN { width:8.9375rem;height:4.375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvsgVCiTNmTbbKwD3a6T3ptyl9I20lUa { width:7.25rem;height:3.5rem;top:3.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN7Ci3PIEnVIwMTAHTDyaUl6E1LcS8tg { width:10.875rem;height:4.9375rem;top:2.1875rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsI99m2V7Xqaqfy7yWfO5h9WCnIRtCwm { width:9.9375rem;height:4.8125rem;top:2.25rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMBKZmTzSMrhTUm0bw9FehC6zTRRDmNx { width:7.5625rem;height:3.625rem;top:3.125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHOL5zdLBZLyT3WTHN46UVmCmCoPKT9u { width:9.5rem;height:4.5rem;top:2.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsbc2VFsJfC6yPzW4QBnI328bPG1UeZr { width:10.875rem;height:5.375rem;top:2rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf { display:block; }#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShtZTZC3FvXv9Nm1nsA9zxl5VIi0Ebh1 { width:9.75rem;height:4.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeXrOSqJUX4IM1Esc9wfl4SfJ2TwDkSe { width:10.875rem;height:5.375rem;top:0.875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9AfqvibLfnszt399WqDGHsqxFuTlw7t { width:10.3125rem;height:5.0625rem;top:1.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiuodVCTBGSOnZkX681KTDc39BGBK6O6 { width:7.5625rem;height:3.6875rem;top:1.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #slv8VBmVznptTwsTHcwGci1mm66xSPOl { width:12.4375rem;height:6rem;top:0.5625rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1TXszEi7bl9B0rhLmq9beUHiOJob8Ix { width:9.875rem;height:4.8125rem;top:1.1875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu { display:block; }#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FV0FZH9RxrPTgA8Z7pxMM6lKZ8mTrDs5 { width:44.1875rem;height:3.1875rem;top:4.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdu6phOQMXVxvJBq2kuxow91KzOPxyDR { width:24.125rem;height:4.3125rem;top:10.75rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBaL4HmpwnvsHiPGbev1zDFcBMOVfNsP { display:block; }
 }@media only screen and (max-width: 763px) { #JTEc8frn4818WgNcDwkflGPZaZopQ62o { width:2.5625rem;height:2.5625rem;top:11.625rem;left:15.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZO7a8VhKF0yWWonAS1sGcaczTebyX6l { display:block; }#rZO7a8VhKF0yWWonAS1sGcaczTebyX6l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gw15ukBO0T7yB2o7Kpd1XN1XOJbtEKtn { width:12.5rem;height:37.875rem;top:6rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr1f7CEKLko9OH59J3Poo372drSXHEoR { width:1.625rem;height:37.875rem;top:6rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S057cmwmX3WZziPN9plZO8bTCxEIHADg { width:12.5rem;height:36.0625rem;top:6.0625rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMZ9ki3gn0xpQznUFAdi3ptseGETHtsQ { width:1.625rem;height:36.0625rem;top:6.0625rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDNa6HXmcG1LUIVT011E5JkaKOxf2QhE { width:19.4375rem;height:7.3125rem;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXD3lF1GfNWz7xkOQbt5C5GzHHzlaRF5 { width:17.1875rem;height:6.5rem;top:14.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ { display:block; }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W91Vrt7xLxlSNECzu1stfHx3lSO8zThR { width:47.75rem;height:4.875rem;top:7.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMBlA2ugDhUCMxBEplFMabhUGWPnHt9K { width:12.5rem;height:4.3125rem;top:7.75rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLdMt6teBxDRu1TArbTnR3TW2uNRX6lX { display:block; }
 }@media only screen and (max-width: 763px) { #fOwcV9XVKVqpHlzZgtmkdsT0VTfwP2BH { width:47.75rem;height:9.375rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUpx0qTWEUSiibH1ZQz6THiXdKpK8uhc { width:18.75rem;height:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO { display:block; }#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2JX9HNW7Sgf45dUzfHgqxAGW9XtWimD { width:26.4375rem;height:12.5rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMWc2sEutJ2MgHnXhEs9lRc2Exs89eri { width:26.4375rem;height:12.5rem;top:11.125rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gahfxhkCDqTPKmMXwngpFBLn6ucVAC4e { width:26.4375rem;height:18.25rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTOeXpgTMlFK9NKi6Jl12E6gG6fJNmzx { width:26.4375rem;height:12.5rem;top:23.625rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u79AzLd3T3X2tKcJK3rQAnk0JnkN5WHE { width:44.5625rem;height:3.625rem;top:4.4375rem;left:1.59375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsanL9qrCLnMS7ZVS441MfpC769TggPd { display:block; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSy4IbDQ68AP0hgNzBzbCMvXvTHMsJIb { width:37.25rem;height:1.625rem;top:11.3125rem;left:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RktTJmOTU7Q8o5anKl7GUmTvXwfRMtJe { width:47.75rem;height:3.625rem;top:7.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR4twt0D91c2S3vI9AUOMkcKgAxXsK3L { width:47.75rem;height:1.5625rem;top:16.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPbCSsp9Xea6pUChH3vuF0e0VqKiIUiJ { width:1.9375rem;height:1.9375rem;top:15.8125rem;left:11.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgPLlnaXQDJ5XkkD3uQR41aN6RfvqSdP { display:block; }#cgPLlnaXQDJ5XkkD3uQR41aN6RfvqSdP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHdilgVG0JAHnCVaUrFxZXyb2UJCyJdh { width:47.75rem;height:3.625rem;top:4rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fogoqk8kVxTXSXQ83T6QsLMMTlTMTBEs { width:22.75rem;height:3.0625rem;top:28.8125rem;left:25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbKL0z5ZMHkgsVr3yBT5s4Ef1470sDiq { width:12.5rem;height:3.25rem;top:32.625rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htpXA5BtrEXds3b0AtJ6mrlFBGBW2Tt7 { width:13.9375rem;height:2rem;top:37.5625rem;left:33.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbkQfEXbmJnV9fuHiTvBHvqST9yUiuxe { width:2.25rem;height:2.25rem;top:37.4375rem;left:45.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUby9N6VlDWCv6tTvhmqRkJ0JB2E36BC { width:14.0625rem;height:4.3125rem;top:40.875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8123TXDTHIrLPCAQu2yKqMmI492eX6k { display:block; }
 }@media only screen and (max-width: 763px) { #Dqugr9HqNTu8CH8Q82BUwdgccIzwln1W { width:2.625rem;height:2.625rem;top:41.6875rem;left:39.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRTeTZGngAxpPvJ3AtRQG4MQh8da8ukn { width:16.125rem;height:13.4375rem;top:11.5625rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs8679FgeFSAlFFrMsLxrQZJNqWv2Mho { width:22.75rem;height:3.0625rem;top:28.75rem;left:12.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1VfPMf2XlOZhLwT5MamZskwWfRaoRSu { width:18.3125rem;height:3.25rem;top:32.5625rem;left:12.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVoIQExbInBnUQeIsuIpb7kL5ws917XA { width:13.9375rem;height:2rem;top:37.5rem;left:12.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJkl6lb5NbITrRFnfVrwQoslJQVOM4PC { width:2.25rem;height:2.25rem;top:37.375rem;left:24.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKD7G6gSSIldIZH92VbaTUvAKwy8U3m3 { width:14.0625rem;height:4.3125rem;top:40.8125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdem0EZgQBKe78BtZNG4EsVBmsRzmXk7 { display:block; }
 }@media only screen and (max-width: 763px) { #nsKG84LZcws54hbOhlExueSsZffmqAuf { width:2.625rem;height:2.625rem;top:41.625rem;left:13.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8O0c5NxCdaBSy2E3OKGtnbSEALflU20 { width:16.125rem;height:13.4375rem;top:11.5rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc1KJaUbQWLvBMO8bBwrO8ddkHB5CUXH { width:14.0625rem;height:4.3125rem;top:33.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d46AqutnbpQbCSQ8QWufFLBAyH70fFHQ { display:block; }
 }@media only screen and (max-width: 763px) { #y6r9d8bAxAnMu2bytyabVfkNp9xTrQkQ { width:14.0625rem;height:4.3125rem;top:33.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpMJEmOwkaNUPaEZFXiRa7vbUSwbpKqT { display:block; }
 }@media only screen and (max-width: 763px) { #HLNddyoTvfP2w5P9K4TG00WR2sEPkd3u { width:22.3125rem;height:8.8125rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lsa954QtbcC9scbl6LpOxtZbUPCrzEoh { width:22.3125rem;height:8.8125rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qz2PlNHXZQEapEOn7HcRIlvLvNHS4HwA { width:12.5rem;height:1.125rem;top:27.75rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbd4Di3Vqd0GAeHluLIsVUTRfeN1aED6 { width:12.5rem;height:1.125rem;top:27.6875rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnDol203uyuBU7rGDTTo4LAfEnKifw2Z { width:13.9375rem;height:2rem;top:37.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFtpvTTz4SGiNz9Wwhiwi211bnQHcAGr { width:2.25rem;height:2.25rem;top:37.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5kthMvHyt9p3POXL3C1zhX5JcNekdM9 { width:14.0625rem;height:4.3125rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfvhEMxxEh6S09Zq5sTxkXmBr3hMeQ7V { display:block; }
 }@media only screen and (max-width: 763px) { #Wnx8nNAg8Ct7RWHBGsEvIUM8hnelyahN { width:2.625rem;height:2.625rem;top:41.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLEuF8TcTrS80dpPgxAQyTCeIVyIBkQM { width:13.8125rem;height:3.25rem;top:32.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT5XkzQp9VlyyuHrr7WT7OUx6z5vGKi3 { width:22.75rem;height:3.0625rem;top:28.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6D9vkg7OxKhcQrKKkcHhrZvfkzU6as5 { width:12.5rem;height:1.125rem;top:27.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcG2nPD4RglwbtpSew1ahFsTB79Ek68o { width:16.125rem;height:13.4375rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #svPVXQm5cA8mnrpRqDsclCTAnFqvnvT5 { width:14.0625rem;height:4.3125rem;top:33.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zulPcdgh2O8FAWfOwkKJcI75Qq2k05q0 { display:block; }
 }@media only screen and (max-width: 763px) { #abeEclVgbvWaH1Rv4JtkpOabDGMywvV7 { width:22.3125rem;height:8.8125rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eSFRCI0iu7hnnynB0xG6QsKJBazCutXf { width:14.0625rem;height:4.3125rem;top:46.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOxeEfG3Adr8db9d7sIAS4NoPff1ZAKT { display:block; }
 }@media only screen and (max-width: 763px) { #vSIoWXw9Ezf0ubOBITtKrKyBlCtUnEk2 { width:14.0625rem;height:4.3125rem;top:46.25rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNpNDbIweOVJeAD8THhAeUMDtdq0TCsb { display:block; }
 }@media only screen and (max-width: 763px) { #G7liNciLDAcckQNSLyPAwQO3CH4wrxpl { width:14.0625rem;height:4.3125rem;top:46.25rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmZ5NSpxwxqroE0aCJfwdAJ91eCBJiRM { display:block; }
 }@media only screen and (max-width: 763px) { #h47TyuxO57SxNdzZVrcIxUFKhdz5yfaa { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #h47TyuxO57SxNdzZVrcIxUFKhdz5yfaa > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZmgnlichT9z4b82iiVcvXwIb0RBT68G { display:block; }#RZmgnlichT9z4b82iiVcvXwIb0RBT68G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JItdkwmfvz56TaDk4fTuKUsvbPnC1hTL { width:15.6875rem;height:2.9375rem;top:0.75rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #carsh0Lc73wyu1KEDLATpd0J79vbPswx { display:block; }
 }@media only screen and (max-width: 763px) { #rDAznp3DAWmwdRMUVtIMmqpHt8lSiPSf { width:11.4375rem;height:2.9375rem;top:0.8125rem;left:33.498046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyInRbw31ZeWwqz17JN5kTb14gt0y947 { display:block; }
 }@media only screen and (max-width: 763px) { #rzIc4RULWWdTLrUnhGqXvvR4FgbfxKEO { width:1.8125rem;height:1.8125rem;top:1.3125rem;left:34.4677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsE1IowNHpfA1z4mIERU4Q40ch93D3a5 { width:7.3125rem;height:2.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJzS8MEMAsKvtkD9R8VVWeT5mwPtbttz { width:6.9375rem;height:1.125rem;top:1.75rem;left:25.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GDPv57RWPQfi7Nyk2tDDit2hbEJx0OdB { display:block; }#GDPv57RWPQfi7Nyk2tDDit2hbEJx0OdB > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pm9Fv4hpINDGk69ulaeoTZE30z3cl5JP { width:14.4375rem;height:4.5625rem;top:3.4375rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCKdnzTyTZTv2b8IfGfVumMF7yb9DdHV { width:20rem;height:7.69925rem;top:9.45068359375rem;left:0rem;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rkETUx3hlTTbsiBpHebAc9bZaLdJnhzb { width:18.688475rem;height:3.4375rem;top:22.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXkF5IB5qElQoLyfHWGOqmLLl4W6Fec1 { display:block; }
 }@media only screen and (max-width: 763px) { #GTernscekJiArp75ItfgKzph4em8lgdT { width:20rem;height:0.87535625rem;top:37.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yroviHq1GDvAXvaWPqMKhJXoMUhVfgFA { width:2.625rem;height:2.625rem;top:22.8125rem;left:1.0617896318436rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3WTlLValhNiJtaZlvEkN96hV8Z1HHJt { width:19.9995rem;height:1.5rem;top:18.125rem;left:0rem;font-size:0.9375rem;line-height:1.6;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #svVWKZamkeQURO2QP3XUVSv7rmWT7tCT { width:0.5rem;height:0.5rem;top:18.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGVsonzZlCZekaLwNFaBvMi5CRRTqpIQ { width:1.6875rem;height:1.6875rem;top:36.905536651611rem;left:2.1546519994736rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAsoDoQHcTeP3nMfiqlVkG9bcx4RfRJf { top:20.4375rem;left:4.1875rem;width:11.8125rem;height:0.125rem;z-index:14999;background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FqV9zpvERu2HXUREbcHk3TH8NznOUCfh { width:17.1875rem;height:4.3125rem;top:26.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBdws7od6cwASU5gKJp4AXJkTgFGWz5i { display:block; }
 }@media only screen and (max-width: 763px) { #MtXEbcDTh0kJb1Fllq0FlKwSTTVJKrJb { display:flex;width:2rem;height:2rem;top:27.999820709229rem;left:3.1249998807907rem; }
 }@media only screen and (max-width: 763px) { #xahZTNMORqUNL8dKhxGwS0hisqskAatt { width:7.0625rem;height:1.0625rem;top:32.875rem;left:6.5rem;font-size:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #25367e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;color:#25367e;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vvadiZ6gsg6SpHDCQg74zrBpXL7AtsHE { display:block; }
 }@media only screen and (max-width: 763px) { #bAhnaFJnqb1uPf8Le0C8UaNToAB3UyDR { width:2.75rem;height:1.75rem;top:2.625rem;left:17.6575rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdzd5FiPwlF4BQdTmPilfnu4TqRoHRBV { width:4rem;height:4rem;top:1.125rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #B92MMDmfErT5TxE6WzXgAvemGOvAcGVV { width:3.0625rem;height:0.75rem;top:1.75rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERxpvs7LSFesbZEwtt7qxtidzsabL9bV { display:block; }#ERxpvs7LSFesbZEwtt7qxtidzsabL9bV > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6EVtpHJKv6lKfS0FHzmXoIAxtEzkATu { width:9.6875rem;height:7.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPpUQk1COfJBFlf91aaJ65hVmF0vUMWC { width:9.375rem;height:11.25rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCKxkUtnUaSRovQo97HMShdl0CH7l1PW { width:8.75rem;height:2.11230625rem;top:7.4375rem;left:0.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkUR9EGTcCTSS49casVQQlbi8aRwnmJc { width:8.3125rem;height:4.546875rem;top:9.78125rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUrpklFsEShH2VPIGpd6Z7oBZ6rbtGgv { width:11.5rem;height:8.5625rem;top:31.6875rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGwnH8cgRSKT6tZiw9SFoKkfyGoXSV3C { width:9.9375rem;height:6.125rem;top:1.8125rem;left:10.006674757281rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q70imP17dCurkK48PIxX7GtmILMOxaOf { width:16.375rem;height:5.625rem;top:17.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vol9S5GSebWmnlfaglQ4VIDt07qiy5Tz { width:9.1875rem;height:5.9375rem;top:19.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtTSxWiAMdGM7R5GhbWPM98wFPTkACTl { width:9.875rem;height:5.375rem;top:101.375rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dy7ooTpZNHEplCPwnIoodPG5TWTPuqfL { width:9.5625rem;height:3.875rem;top:20.75rem;left:10.282786885246rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGHbfnbXHMeJGl1OImQRclEZwe1IpbiV { width:9.375rem;height:11.25rem;top:5.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEVS3JXsM31L1RNZ4o1T0FW611P5Mv0M { width:7.3125rem;height:2.0317375rem;top:7.4775390625rem;left:11.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKlHXxubKOHdBNgFxC98uReLFUs5RvnP { width:8rem;height:4.546875rem;top:9.78125rem;left:11.474609375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2v65oa4aDQTtJONmxZBouQG8U6Puwdb { width:9.375rem;height:12.125rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKLM0JrAlCI90DnrTrcbMtZLCoQzQmtX { width:7.125rem;height:2.0317375rem;top:25.9375rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5Ol8hcTkEfOWswDTE2k7ArFERTinTyF { width:8.0625rem;height:4.546875rem;top:27.96875rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F36HfsFeEOy1GALsmPk23oswZNZhJVTy { width:9.375rem;height:11.875rem;top:23.1875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtbJGpSHi2PHNLcT8tORb68BD6ugm85d { width:5.625rem;height:2.0317375rem;top:25.9375rem;left:11.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXX60pOvcrHyfcZdBMvKhK7Wo9cZi9du { width:7.75rem;height:5.68359375rem;top:27.96875rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv { display:block; }#zfdeMVLCvTUf1iwh39TtNk9ZiZwymezv > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egzyXTtwDL1HydSot3EP2KEqqKqPbLlt { width:19.4375rem;height:6.1875rem;top:3.6875rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QBkHh9crBctvAS2RhvKMNhL6b7Ox6mdC { width:8.625rem;height:4rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUKRr4ImJUC3BzUs8dBttkBW4nGqT5DF { width:8.125rem;height:3.875rem;top:12.375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOPrVZf1lCGs0dDvRfyU982VRqMnsSJM { width:8.4375rem;height:5.375rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPUqMtRD8Myyw9mdePpygibhOH3N5QyQ { width:8.1875rem;height:4.5rem;top:25.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiZXXTrU2LSTdarU2leX4ycZTc80hT5z { width:9.1875rem;height:4.375rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXnDxmTB6TQuiVviPUmZI5IWBA8nQBZw { width:7.875rem;height:4.6875rem;top:18.78125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTSO70GqQ8sL4ZT1JD5euTkD7xihVdpm { width:8.8125rem;height:4.5rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJftiW9oMhdOEQg8z68OrxRfsJpaFEJn { width:7.4375rem;height:4rem;top:32.4375rem;left:12.455882352941rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT { display:block; }#J7pZZAuWkbNE03uqZxbTQM6TmKvqAQtT > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwHcI1tSrvTgrBMsHJwRo8ec5yNZ5hsN { width:8.9375rem;height:4.375rem;top:1.25rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uvsgVCiTNmTbbKwD3a6T3ptyl9I20lUa { width:7.25rem;height:3.5rem;top:0rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN7Ci3PIEnVIwMTAHTDyaUl6E1LcS8tg { width:7.75rem;height:4.9375rem;top:6rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsI99m2V7Xqaqfy7yWfO5h9WCnIRtCwm { width:8.125rem;height:4.8125rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMBKZmTzSMrhTUm0bw9FehC6zTRRDmNx { width:7.5625rem;height:3.625rem;top:0rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHOL5zdLBZLyT3WTHN46UVmCmCoPKT9u { width:8.125rem;height:3.8125rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsbc2VFsJfC6yPzW4QBnI328bPG1UeZr { width:8.0625rem;height:3.9375rem;top:13.46875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf { display:block; }#mg9MCOT5LT5bhuXoxBwSBsuNcSchcrFf > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShtZTZC3FvXv9Nm1nsA9zxl5VIi0Ebh1 { width:8.625rem;height:4.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeXrOSqJUX4IM1Esc9wfl4SfJ2TwDkSe { width:8.3125rem;height:4.0625rem;top:5.625rem;left:11.556547619047rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9AfqvibLfnszt399WqDGHsqxFuTlw7t { width:8rem;height:5.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiuodVCTBGSOnZkX681KTDc39BGBK6O6 { width:7.5625rem;height:3.6875rem;top:0rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slv8VBmVznptTwsTHcwGci1mm66xSPOl { width:8.25rem;height:3.9375rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1TXszEi7bl9B0rhLmq9beUHiOJob8Ix { width:8.1875rem;height:3.9375rem;top:11rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu { display:block; }#Sfu2cQbExFUMhGSrgeT5hfKekz63Pauu > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FV0FZH9RxrPTgA8Z7pxMM6lKZ8mTrDs5 { width:20rem;height:2.2734375rem;top:2.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdu6phOQMXVxvJBq2kuxow91KzOPxyDR { width:18.6875rem;height:4.25rem;top:5.711911328125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBaL4HmpwnvsHiPGbev1zDFcBMOVfNsP { display:block; }
 }@media only screen and (max-width: 763px) { #JTEc8frn4818WgNcDwkflGPZaZopQ62o { width:2.56225625rem;height:2.56225625rem;top:6.49951171875rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZO7a8VhKF0yWWonAS1sGcaczTebyX6l { display:none; }#rZO7a8VhKF0yWWonAS1sGcaczTebyX6l > .row .container { width:20rem;height:50.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Gw15ukBO0T7yB2o7Kpd1XN1XOJbtEKtn { width:7.8125rem;height:31.23343125rem;top:16.8125rem;left:1.4375rem;font-size:0.875rem;font-family:"archivo narrow";display:block; }
 }@media only screen and (max-width: 763px) { #Zr1f7CEKLko9OH59J3Poo372drSXHEoR { width:1.625rem;height:31.23343125rem;top:16.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S057cmwmX3WZziPN9plZO8bTCxEIHADg { width:6.375rem;height:29.746125rem;top:16.8125rem;left:13.625rem;font-size:0.875rem;font-family:"archivo narrow";display:block; }
 }@media only screen and (max-width: 763px) { #vMZ9ki3gn0xpQznUFAdi3ptseGETHtsQ { width:1.625rem;height:29.746125rem;top:16.8125rem;left:12.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDNa6HXmcG1LUIVT011E5JkaKOxf2QhE { width:19.4375rem;height:6.1875rem;top:3.6875rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WXD3lF1GfNWz7xkOQbt5C5GzHHzlaRF5 { width:20rem;height:3.47265625rem;top:10.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ { display:block; }#R6SdE4tDXGRzw2JwO9VkR8Whlvo3TseZ > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W91Vrt7xLxlSNECzu1stfHx3lSO8zThR { width:17.1875rem;height:3.9375rem;top:3.75rem;left:1.1875rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TMBlA2ugDhUCMxBEplFMabhUGWPnHt9K { width:9.0625rem;height:2.625rem;top:9.3125rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLdMt6teBxDRu1TArbTnR3TW2uNRX6lX { display:block; }
 }@media only screen and (max-width: 763px) { #fOwcV9XVKVqpHlzZgtmkdsT0VTfwP2BH { width:20rem;height:11.875rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUpx0qTWEUSiibH1ZQz6THiXdKpK8uhc { top:9.8125rem;left:13.4375rem;width:4.875rem;height:1.625rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO { display:block; }#XpGTTIgx0qJ1hzVOuT0I0H8pgaolGsiO > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2JX9HNW7Sgf45dUzfHgqxAGW9XtWimD { width:20rem;height:10.5625rem;top:9.57421875rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d01b51f7-7123-4b35-bcd3-d597ef7151b1/CapturadeTela20220225as171433.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#M2JX9HNW7Sgf45dUzfHgqxAGW9XtWimD.adaptive-delivery-prevent-bg, #M2JX9HNW7Sgf45dUzfHgqxAGW9XtWimD.lazyload, #M2JX9HNW7Sgf45dUzfHgqxAGW9XtWimD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pMWc2sEutJ2MgHnXhEs9lRc2Exs89eri { width:20rem;height:10rem;top:23.07421875rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b2088d7e-c57e-4bc8-85ac-0cc2f8f68f93/CapturadeTela20220225as171445.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pMWc2sEutJ2MgHnXhEs9lRc2Exs89eri.adaptive-delivery-prevent-bg, #pMWc2sEutJ2MgHnXhEs9lRc2Exs89eri.lazyload, #pMWc2sEutJ2MgHnXhEs9lRc2Exs89eri.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gahfxhkCDqTPKmMXwngpFBLn6ucVAC4e { width:20rem;height:16.3125rem;top:36.88671875rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0252c9bd-da3f-4f65-8901-c541a665be36/CapturadeTela20220225as171423.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gahfxhkCDqTPKmMXwngpFBLn6ucVAC4e.adaptive-delivery-prevent-bg, #gahfxhkCDqTPKmMXwngpFBLn6ucVAC4e.lazyload, #gahfxhkCDqTPKmMXwngpFBLn6ucVAC4e.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qTOeXpgTMlFK9NKi6Jl12E6gG6fJNmzx { width:20rem;height:9.125rem;top:55.38671875rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1cceb1a1-baf5-4bc3-a46e-afe4f07ab718/CapturadeTela20220225as171451.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qTOeXpgTMlFK9NKi6Jl12E6gG6fJNmzx.adaptive-delivery-prevent-bg, #qTOeXpgTMlFK9NKi6Jl12E6gG6fJNmzx.lazyload, #qTOeXpgTMlFK9NKi6Jl12E6gG6fJNmzx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #u79AzLd3T3X2tKcJK3rQAnk0JnkN5WHE { width:16.75rem;height:4.0625rem;top:2.9375rem;left:0.875rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JsanL9qrCLnMS7ZVS441MfpC769TggPd { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f7acf474-581f-417b-a988-d7670d217043/bannermra.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0.4375rem solid #fbd100;display:block; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd.adaptive-delivery-prevent-bg, #JsanL9qrCLnMS7ZVS441MfpC769TggPd.lazyload, #JsanL9qrCLnMS7ZVS441MfpC769TggPd.lazyloading { background-image: none; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row .container { background-color: transparent; background-image: none; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,54,126,0.23); }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row .container > .video-iframe-container { display: none; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,54,126,0.23); }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row > .video-iframe-container { display: none; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .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); }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row .container { border-width: 0; border-radius: 0; }#JsanL9qrCLnMS7ZVS441MfpC769TggPd > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSy4IbDQ68AP0hgNzBzbCMvXvTHMsJIb { width:20rem;height:1.13769375rem;top:8.19921875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RktTJmOTU7Q8o5anKl7GUmTvXwfRMtJe { width:20rem;height:4.125rem;top:3.5rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iR4twt0D91c2S3vI9AUOMkcKgAxXsK3L { width:20rem;height:1.13769375rem;top:13.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPbCSsp9Xea6pUChH3vuF0e0VqKiIUiJ { width:2rem;height:2rem;top:12rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgPLlnaXQDJ5XkkD3uQR41aN6RfvqSdP { display:block; }#cgPLlnaXQDJ5XkkD3uQR41aN6RfvqSdP > .row .container { width:20rem;height:128.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHdilgVG0JAHnCVaUrFxZXyb2UJCyJdh { width:18.1875rem;height:5.84765625rem;top:4.75rem;left:0.90625rem;font-size:1.5rem;font-family:"archivo black";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Fogoqk8kVxTXSXQ83T6QsLMMTlTMTBEs { width:20rem;height:2.0625rem;top:65.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#fbd100;display:block; }
 }@media only screen and (max-width: 763px) { #NbKL0z5ZMHkgsVr3yBT5s4Ef1470sDiq { width:20rem;height:1.13725rem;top:67.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htpXA5BtrEXds3b0AtJ6mrlFBGBW2Tt7 { width:13.9375rem;height:1.38139375rem;top:82.875rem;left:3.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UbkQfEXbmJnV9fuHiTvBHvqST9yUiuxe { width:2.25rem;height:2.25rem;top:49.6025625rem;left:8.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CUby9N6VlDWCv6tTvhmqRkJ0JB2E36BC { width:14.0625rem;height:4.3125rem;top:69.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8123TXDTHIrLPCAQu2yKqMmI492eX6k { display:block; }
 }@media only screen and (max-width: 763px) { #Dqugr9HqNTu8CH8Q82BUwdgccIzwln1W { width:2.625rem;height:2.625rem;top:70.25rem;left:3.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRTeTZGngAxpPvJ3AtRQG4MQh8da8ukn { width:17.5rem;height:9.8125rem;top:54.0625rem;left:1.25rem;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:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs8679FgeFSAlFFrMsLxrQZJNqWv2Mho { width:12.375rem;height:2.0625rem;top:101.75rem;left:3.8125rem;font-size:1.875rem;color:#fbd100;display:block; }
 }@media only screen and (max-width: 763px) { #M1VfPMf2XlOZhLwT5MamZskwWfRaoRSu { width:14.0625rem;height:2.2734375rem;top:103.875rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xVoIQExbInBnUQeIsuIpb7kL5ws917XA { width:13.9375rem;height:1.38139375rem;top:119.9375rem;left:3rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJkl6lb5NbITrRFnfVrwQoslJQVOM4PC { width:2.25rem;height:2.25rem;top:59.8838125rem;left:8.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKD7G6gSSIldIZH92VbaTUvAKwy8U3m3 { width:14.0625rem;height:4.3125rem;top:106.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdem0EZgQBKe78BtZNG4EsVBmsRzmXk7 { display:block; }
 }@media only screen and (max-width: 763px) { #nsKG84LZcws54hbOhlExueSsZffmqAuf { width:2.625rem;height:2.625rem;top:107.625rem;left:3.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8O0c5NxCdaBSy2E3OKGtnbSEALflU20 { width:17.5rem;height:9.625rem;top:90.9375rem;left:1.25rem;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:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc1KJaUbQWLvBMO8bBwrO8ddkHB5CUXH { width:14.0625rem;height:3rem;top:79.1875rem;left:2.96875rem;z-index:15008;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;box-shadow: none;background-color:transparent;background-image:none;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #d46AqutnbpQbCSQ8QWufFLBAyH70fFHQ { display:block; }
 }@media only screen and (max-width: 763px) { #y6r9d8bAxAnMu2bytyabVfkNp9xTrQkQ { width:14.0625rem;height:3rem;top:116.375rem;left:2.96875rem;z-index:15009;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;box-shadow: none;background-color:transparent;background-image:none;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpMJEmOwkaNUPaEZFXiRa7vbUSwbpKqT { display:block; }
 }@media only screen and (max-width: 763px) { #HLNddyoTvfP2w5P9K4TG00WR2sEPkd3u { width:17.5rem;height:28.125rem;top:57.9375rem;left:1.25rem;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;z-index:15004;background-color:#293c84;background-image:none;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #lsa954QtbcC9scbl6LpOxtZbUPCrzEoh { width:17.5rem;height:29.4375rem;top:94.625rem;left:1.25rem;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;z-index:15005;background-color:#293c84;background-image:none;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.19) ;display:block; }
 }@media only screen and (max-width: 763px) { #qz2PlNHXZQEapEOn7HcRIlvLvNHS4HwA { width:12.5rem;height:1.13725rem;top:52.6875rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dbd4Di3Vqd0GAeHluLIsVUTRfeN1aED6 { width:12.5rem;height:1.13725rem;top:89.6875rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SnDol203uyuBU7rGDTTo4LAfEnKifw2Z { width:13.875rem;height:1.38139375rem;top:45.75rem;left:3.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RFtpvTTz4SGiNz9Wwhiwi211bnQHcAGr { width:2.25rem;height:2.25rem;top:37.3125rem;left:8.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G5kthMvHyt9p3POXL3C1zhX5JcNekdM9 { width:14rem;height:4.3125rem;top:31.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfvhEMxxEh6S09Zq5sTxkXmBr3hMeQ7V { display:block; }
 }@media only screen and (max-width: 763px) { #Wnx8nNAg8Ct7RWHBGsEvIUM8hnelyahN { width:2.625rem;height:2.625rem;top:32.5625rem;left:3.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLEuF8TcTrS80dpPgxAQyTCeIVyIBkQM { width:16.8125rem;height:1.13725rem;top:30.23828125rem;left:1.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wT5XkzQp9VlyyuHrr7WT7OUx6z5vGKi3 { width:19.9980625rem;height:2.0625rem;top:27.4375rem;left:0.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#fbd100;display:block; }
 }@media only screen and (max-width: 763px) { #S6D9vkg7OxKhcQrKKkcHhrZvfkzU6as5 { width:12.4350625rem;height:1.13725rem;top:11.625rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UcG2nPD4RglwbtpSew1ahFsTB79Ek68o { width:17.5rem;height:13.3730625rem;top:13.4375rem;left:1.25rem;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:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #svPVXQm5cA8mnrpRqDsclCTAnFqvnvT5 { width:14rem;height:3rem;top:41.5rem;left:3rem;z-index:15009;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;box-shadow: none;background-color:transparent;background-image:none;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zulPcdgh2O8FAWfOwkKJcI75Qq2k05q0 { display:block; }
 }@media only screen and (max-width: 763px) { #abeEclVgbvWaH1Rv4JtkpOabDGMywvV7 { width:17.5rem;height:28.125rem;top:20.8125rem;left:1.3125rem;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;z-index:15006;background-color:#293c84;background-image:none;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.19) ;display:block; }
 }@media only screen and (max-width: 763px) { #eSFRCI0iu7hnnynB0xG6QsKJBazCutXf { width:14rem;height:3rem;top:37.25rem;left:3rem;font-size:1.0625rem;border-top:0.0625rem solid #ffd400;border-left:0.0625rem solid #ffd400;border-right:0.0625rem solid #ffd400;border-bottom:0.25rem solid #ffd400;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;color:#ffd400;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qOxeEfG3Adr8db9d7sIAS4NoPff1ZAKT { display:block; }
 }@media only screen and (max-width: 763px) { #vSIoWXw9Ezf0ubOBITtKrKyBlCtUnEk2 { width:14rem;height:3rem;top:112.3125rem;left:3rem;font-size:1.125rem;border-top:0.0625rem solid #fbd100;border-left:0.0625rem solid #fbd100;border-right:0.0625rem solid #fbd100;border-bottom:0.25rem solid #fbd100;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;color:#fbd100;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZNpNDbIweOVJeAD8THhAeUMDtdq0TCsb { display:block; }
 }@media only screen and (max-width: 763px) { #G7liNciLDAcckQNSLyPAwQO3CH4wrxpl { width:14rem;height:3rem;top:74.9375rem;left:3rem;font-size:1.125rem;border-top:0.0625rem solid #fbd100;border-left:0.0625rem solid #fbd100;border-right:0.0625rem solid #fbd100;border-bottom:0.1875rem solid #fbd100;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;color:#fbd100;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VmZ5NSpxwxqroE0aCJfwdAJ91eCBJiRM { display:block; }
 }@media only screen and (max-width: 763px) { #h47TyuxO57SxNdzZVrcIxUFKhdz5yfaa { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #h47TyuxO57SxNdzZVrcIxUFKhdz5yfaa > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZmgnlichT9z4b82iiVcvXwIb0RBT68G { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#RZmgnlichT9z4b82iiVcvXwIb0RBT68G > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JItdkwmfvz56TaDk4fTuKUsvbPnC1hTL { width:10.75rem;height:2.3125rem;top:1rem;left:8.625rem;font-size:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #carsh0Lc73wyu1KEDLATpd0J79vbPswx { display:block; }
 }@media only screen and (max-width: 763px) { #rDAznp3DAWmwdRMUVtIMmqpHt8lSiPSf { width:6.3125rem;height:2.3125rem;top:0.625rem;left:0rem;font-size:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #NyInRbw31ZeWwqz17JN5kTb14gt0y947 { display:block; }
 }@media only screen and (max-width: 763px) { #rzIc4RULWWdTLrUnhGqXvvR4FgbfxKEO { width:1.4375rem;height:1.4375rem;top:6.9375rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qsE1IowNHpfA1z4mIERU4Q40ch93D3a5 { width:5.375rem;height:1.6875rem;top:18.1875rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #iJzS8MEMAsKvtkD9R8VVWeT5mwPtbttz { width:6.9375rem;height:0.9747875rem;top:1.712890625rem;left:1.1875rem;font-size:0.75rem;color:#00ff51;text-align:right;text-align-last:right;display:block; }
 }