.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:218,242,236;--color-primary-1:143,217,197;--color-primary-2:68,191,158;--color-primary-3:37,211,102;--color-primary-4:3,157,125;--color-secondary-0:252,215,232;--color-secondary-1:247,134,186;--color-secondary-2:242,53,140;--color-secondary-3:239,3,111;--color-secondary-4:131,50,87;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:128,128,128;--color-tertiary-3:77,77,77;--color-tertiary-4:0,0,0;--headlines-font-family:"signika";--paragraphs-font-family:"signika"; }@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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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:57.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NeHNQT1lfqwOgdWwsEucz6FhquciitCK { color:rgba(var(--color-tertiary-2),1);display:block;width:42.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;top:25.0625rem;left:0rem;height:11.4375rem;font-style:normal;display:block; }
#QRo8vULuoD4T70qigu0ZtuSOTBgzzPED { color:#e6076f;display:block;width:3.75rem;position:absolute;font-family:arial;font-size:3.5625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:33rem;left:0rem;height:3.5625rem;font-style:normal;display:block; }
#ML4PsuebUyBmen2SsmODsMaTFVyD2osV { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:38rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#aI2mKcplT6xn0trnOAOgGr1IBLZEAa0C { position:absolute;display:block;z-index:15007;height:38.75rem;width:38.75rem;top:13rem;left:41.5625rem;display:block; }
#frDrlRabOy987dluVOkneZJUWfEdK9or { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vUSsUO1R/blur.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.5rem;width:69.5625rem;top:-1.3125rem;left:26.5rem;display:block; }#frDrlRabOy987dluVOkneZJUWfEdK9or.adaptive-delivery-prevent-bg, #frDrlRabOy987dluVOkneZJUWfEdK9or.lazyload, #frDrlRabOy987dluVOkneZJUWfEdK9or.lazyloading { background-image: none; }
#IAUe1GP85uiHRtOge7KB4B7pfwPZaAvO { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);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;box-sizing:border-box;color:rgba(var(--color-primary-2),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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.3125rem;left:53.75rem;display:block; }
#AsdgwALHz117ba2JM27m2ec8ggsxy7tL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KlZnNXGOu6fbgTU9rOcyycUQLQhtVtWq { 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.25rem solid #bc0559;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;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.3125rem;left:67.1875rem;display:block; }
#SKFfgymzvOnkz5QRIZ2cRWyH6ZTlpIhm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FaDlpu84t7yOJFLEerVSmHwXGqOa2qWq { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/KXPPGic3/Balance_Foot_Logo_01_04.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:23.9375rem;top:2.3125rem;left:0rem;display:block; }#FaDlpu84t7yOJFLEerVSmHwXGqOa2qWq.adaptive-delivery-prevent-bg, #FaDlpu84t7yOJFLEerVSmHwXGqOa2qWq.lazyload, #FaDlpu84t7yOJFLEerVSmHwXGqOa2qWq.lazyloading { background-image: none; }
#BOkgJvzT2fcURryKHy8FZC4zOzUmTgoU { color:rgba(var(--color-primary-2),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:22.3125rem;left:2.1875rem;height:1.1875rem;font-style:normal;display:block; }
#Qak1PVAEf1qSp6F36y5uZPLQpL40VTZo { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:21.84375rem;left:0rem;display:block; }
#uZC2C3uBP8xT7b3aquHl10XKsQKTOcW3 { position:absolute;display:block;z-index:15007;height:38.75rem;width:38.75rem;top:13rem;left:41.5625rem;display:none; }
#lnPcO4frc0Cnff0DqVvlpkVm9KTmr4Vz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#lBhsqx1yoT4ewcWnlKph9QgUHEEiGTaB { position:relative;display:block; }#lBhsqx1yoT4ewcWnlKph9QgUHEEiGTaB { background-color: transparent; background-image: none; }#lBhsqx1yoT4ewcWnlKph9QgUHEEiGTaB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBhsqx1yoT4ewcWnlKph9QgUHEEiGTaB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBhsqx1yoT4ewcWnlKph9QgUHEEiGTaB > .row .container > .video-iframe-container { display: none; }#lBhsqx1yoT4ewcWnlKph9QgUHEEiGTaB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBhsqx1yoT4ewcWnlKph9QgUHEEiGTaB > .row > .video-iframe-container { display: none; }#lBhsqx1yoT4ewcWnlKph9QgUHEEiGTaB > .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); }#lBhsqx1yoT4ewcWnlKph9QgUHEEiGTaB { border-width: 0; border-radius: 0; }#lBhsqx1yoT4ewcWnlKph9QgUHEEiGTaB > .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; }#lBhsqx1yoT4ewcWnlKph9QgUHEEiGTaB > .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:9.9375rem;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; }#HIZyAFfq48vDTycfHM33qsbEgcPzQklh { color:rgba(var(--color-primary-2),1);display:block;width:42.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.9375rem;left:16.4375rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FWMiaboZitBwXb8L07ZM6XzPQqAEpKrg { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:2rem;left:15.625rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ozGRU9oRssPomRdu775l58vNI5Asoe15 { position:relative;display:block; }#ozGRU9oRssPomRdu775l58vNI5Asoe15 { background-color: transparent; background-image: none; }#ozGRU9oRssPomRdu775l58vNI5Asoe15::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozGRU9oRssPomRdu775l58vNI5Asoe15 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozGRU9oRssPomRdu775l58vNI5Asoe15 > .row .container > .video-iframe-container { display: none; }#ozGRU9oRssPomRdu775l58vNI5Asoe15 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozGRU9oRssPomRdu775l58vNI5Asoe15 > .row > .video-iframe-container { display: none; }#ozGRU9oRssPomRdu775l58vNI5Asoe15 > .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); }#ozGRU9oRssPomRdu775l58vNI5Asoe15 { border-width: 0; border-radius: 0; }#ozGRU9oRssPomRdu775l58vNI5Asoe15 > .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; }#ozGRU9oRssPomRdu775l58vNI5Asoe15 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e6076f;background-image:none;font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lCyOuZxuiPSN15G3pCDOT2PQnmW12CJk { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/gXblrsCs/delivery.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:5.375rem;top:0.625rem;left:2.65625rem;display:block; }#lCyOuZxuiPSN15G3pCDOT2PQnmW12CJk.adaptive-delivery-prevent-bg, #lCyOuZxuiPSN15G3pCDOT2PQnmW12CJk.lazyload, #lCyOuZxuiPSN15G3pCDOT2PQnmW12CJk.lazyloading { background-image: none; }
#n8WlrQnJ9i6wRE7w9lo9aZzz1pSsCeic { color:rgba(var(--color-tertiary-0),1);display:block;width:63.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:1.3125rem;left:9.125rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QGlwKhdltIna83PfPD7BPgSIxuTSqBnW { position:relative;display:block; }#QGlwKhdltIna83PfPD7BPgSIxuTSqBnW { background-color: transparent; background-image: none; }#QGlwKhdltIna83PfPD7BPgSIxuTSqBnW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGlwKhdltIna83PfPD7BPgSIxuTSqBnW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGlwKhdltIna83PfPD7BPgSIxuTSqBnW > .row .container > .video-iframe-container { display: none; }#QGlwKhdltIna83PfPD7BPgSIxuTSqBnW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGlwKhdltIna83PfPD7BPgSIxuTSqBnW > .row > .video-iframe-container { display: none; }#QGlwKhdltIna83PfPD7BPgSIxuTSqBnW > .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); }#QGlwKhdltIna83PfPD7BPgSIxuTSqBnW { border-width: 0; border-radius: 0; }#QGlwKhdltIna83PfPD7BPgSIxuTSqBnW > .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; }#QGlwKhdltIna83PfPD7BPgSIxuTSqBnW > .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:4.0625rem;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; }#B4EwOrJHEAs9uuXRBZvzNniVVzhZfknR { color:rgba(var(--color-tertiary-2),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:2.5rem;left:18.125rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hCVubn0SGOotgagf5KZynVLPbe0TQTIF { position:relative;display:block; }#hCVubn0SGOotgagf5KZynVLPbe0TQTIF { background-color: transparent; background-image: none; }#hCVubn0SGOotgagf5KZynVLPbe0TQTIF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCVubn0SGOotgagf5KZynVLPbe0TQTIF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCVubn0SGOotgagf5KZynVLPbe0TQTIF > .row .container > .video-iframe-container { display: none; }#hCVubn0SGOotgagf5KZynVLPbe0TQTIF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCVubn0SGOotgagf5KZynVLPbe0TQTIF > .row > .video-iframe-container { display: none; }#hCVubn0SGOotgagf5KZynVLPbe0TQTIF > .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); }#hCVubn0SGOotgagf5KZynVLPbe0TQTIF { border-width: 0; border-radius: 0; }#hCVubn0SGOotgagf5KZynVLPbe0TQTIF > .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; }#hCVubn0SGOotgagf5KZynVLPbe0TQTIF > .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:3.4375rem;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; }#xZVNPBifBVz61DCneR1sgQzneqZSVRDs { position:relative;display:block; }#xZVNPBifBVz61DCneR1sgQzneqZSVRDs { background-color: transparent; background-image: none; }#xZVNPBifBVz61DCneR1sgQzneqZSVRDs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZVNPBifBVz61DCneR1sgQzneqZSVRDs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZVNPBifBVz61DCneR1sgQzneqZSVRDs > .row .container > .video-iframe-container { display: none; }#xZVNPBifBVz61DCneR1sgQzneqZSVRDs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZVNPBifBVz61DCneR1sgQzneqZSVRDs > .row > .video-iframe-container { display: none; }#xZVNPBifBVz61DCneR1sgQzneqZSVRDs > .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); }#xZVNPBifBVz61DCneR1sgQzneqZSVRDs { border-width: 0; border-radius: 0; }#xZVNPBifBVz61DCneR1sgQzneqZSVRDs > .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; }#xZVNPBifBVz61DCneR1sgQzneqZSVRDs > .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:5.4375rem;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; }#dyeuiHoZvfzLVBFDfKSdWGUO75MqXTWS { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.03125rem;left:15.625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aMbMMgU06z1w8Ji7gc1LaeK0kDWJSyUx { position:relative;display:block; }#aMbMMgU06z1w8Ji7gc1LaeK0kDWJSyUx { background-color: transparent; background-image: none; }#aMbMMgU06z1w8Ji7gc1LaeK0kDWJSyUx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMbMMgU06z1w8Ji7gc1LaeK0kDWJSyUx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMbMMgU06z1w8Ji7gc1LaeK0kDWJSyUx > .row .container > .video-iframe-container { display: none; }#aMbMMgU06z1w8Ji7gc1LaeK0kDWJSyUx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMbMMgU06z1w8Ji7gc1LaeK0kDWJSyUx > .row > .video-iframe-container { display: none; }#aMbMMgU06z1w8Ji7gc1LaeK0kDWJSyUx > .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); }#aMbMMgU06z1w8Ji7gc1LaeK0kDWJSyUx { border-width: 0; border-radius: 0; }#aMbMMgU06z1w8Ji7gc1LaeK0kDWJSyUx > .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; }#aMbMMgU06z1w8Ji7gc1LaeK0kDWJSyUx > .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:2.75rem;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; }#g70B6lbm2WTMt7SCepFGIfs9VlVVlnwn { color:rgba(var(--color-primary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:0rem;left:15.625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a7CPni4c7OWtJ5Odw8mtQaOMqAubpTTH { position:relative;display:block; }#a7CPni4c7OWtJ5Odw8mtQaOMqAubpTTH { background-color: transparent; background-image: none; }#a7CPni4c7OWtJ5Odw8mtQaOMqAubpTTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7CPni4c7OWtJ5Odw8mtQaOMqAubpTTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7CPni4c7OWtJ5Odw8mtQaOMqAubpTTH > .row .container > .video-iframe-container { display: none; }#a7CPni4c7OWtJ5Odw8mtQaOMqAubpTTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7CPni4c7OWtJ5Odw8mtQaOMqAubpTTH > .row > .video-iframe-container { display: none; }#a7CPni4c7OWtJ5Odw8mtQaOMqAubpTTH > .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); }#a7CPni4c7OWtJ5Odw8mtQaOMqAubpTTH { border-width: 0; border-radius: 0; }#a7CPni4c7OWtJ5Odw8mtQaOMqAubpTTH > .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; }#a7CPni4c7OWtJ5Odw8mtQaOMqAubpTTH > .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:38.8125rem;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; }#zI3HIgNKpQ2C1f4GnFfdVy8hkyGSQdKi { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:13.4375rem;width:22.5rem;top:0rem;left:0rem;display:block; }
#qfk52iHOZE24giIMeDDk7vz6EuMiZ5Pf { position:absolute;display:block;z-index:14997;background-color:#fafafa;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:20.6875rem;width:22.5rem;top:13.4375rem;left:0rem;display:block; }
#QxAi6HUFrt9NRxiF9KUrVZBu71yODNG5 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:26.25rem;left:2.125rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VJnTTEiavXLID4HEw7FBazSEksr76Qn0 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.3125rem;left:18.5rem;display:block; }
#HJxgvP4gW2rk6lZ1xeWTVq9yIv1btcbx { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:31rem;left:19.09375rem;display:block; }
#ihnqoucIeNtBfeg3p6AktCFKix7hiHTs { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:31.6875rem;left:2.125rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FWgechugfwT7krIGGkDwGVGo4b1RxKnH { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.0625rem;width:18.5rem;top:30.3125rem;left:0rem;display:block; }
#v8wLfpZB15AGS1T1o4BcXb0ES7sSLmhx { background-color:transparent;background-image:none;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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:4.0625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:30.3125rem;left:0rem;display:block; }
#lKdahNVLup5bGMPouDOqzhwOZczpVtFq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Trtefu1DsZVp31vvwmmDJEocTJIFF28d { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:13.4375rem;width:22.5rem;top:0rem;left:52.4375rem;display:block; }
#TEKxI8E5Nc2uJ23ohGiG1zF1Pyenoth9 { position:absolute;display:block;z-index:15010;background-color:#fafafa;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:20.6875rem;width:22.5rem;top:13.4375rem;left:52.4375rem;display:block; }
#rXg6wJxH1PfX08SG20qvuvLliqX8hd6X { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:26.25rem;left:54.5625rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TxEIw96UwL53tIN7URm46neQqwaO9d7T { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.3125rem;left:70.9375rem;display:block; }
#lWP67J0OWE34v4MIxUw3SDcxszBhA6hA { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:31rem;left:71.5625rem;display:block; }
#DEQweVQ7WFi0JyiiMpJd3MAtnnbFKF4V { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:31.6875rem;left:54.5625rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BTVtMAHRZZDRp1E5JNfRTebRfo6lSiMx { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.0625rem;width:18.5rem;top:30.3125rem;left:52.4375rem;display:block; }
#JCPC2BtHXWNkOU1HTP5U3IT9apByxhXc { background-color:transparent;background-image:none;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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:4.0625rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:30.3125rem;left:52.4375rem;display:block; }
#txITIT6KI1sOHTl7Z0LuPOBUSkNUqq8h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X43JAC0x6IVnTGVbsQsRZTaScLdDG4CJ { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:15.5625rem;left:54.5rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WIlfs7RUTvS4asmfOqVF8WmWruJFxleq { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.2;letter-spacing:0;top:19.25rem;left:54.5rem;height:5.249025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kHhDuiOIoPsUltfevbAXawgqWpaBwCON { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:24.4375rem;left:54.5rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E84mTpb3HrMIPxNhOf5RGdLidug3IiZP { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:15.5625rem;left:2.1875rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lf2SZ3XNs56fbMUfz68l3N9mPaTcH5zG { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:19.25rem;left:2.25rem;height:4.546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GMTFThwR2ryVvtJ5J9rzRtL07zZ0S9zt { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:24.4375rem;left:2.1875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H9sQ13kHbMaRCUh0H4s3TGTTqCprvTDi { position:absolute;display:block;z-index:15023;background-color:#fafafa;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:20.6875rem;width:22.5rem;top:13.4375rem;left:26.25rem;display:block; }
#pnJy7aLgiRD8SGA3PbpH2H2skAfqABx4 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.0625rem;width:18.5rem;top:30.3125rem;left:26.25rem;display:block; }
#UgHyklm2CbtWnhMPWOamP30LdVrfJ6rg { background-color:transparent;background-image:none;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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:4.0625rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:30.3125rem;left:26.25rem;display:block; }
#lDiN075wbzX8EUAJLCdKmUME5pzyBrPq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GA06ZeSfuso0d0iiK0RUbhSTuQvTkALy { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:24.4375rem;left:28.1875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qETarE0vDK8riSU2ZVQnfC9lkB9ZqCcs { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:26.25rem;left:28.375rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A2NVTCZHnAiOoDyy0pZXM7S50GIWT0ne { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.3125rem;left:44.75rem;display:block; }
#NTfBTWqyILpXvTl99i4Id1ERcq2lfTpp { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.4;letter-spacing:0;top:31.6875rem;left:28.375rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ydqTX5uDcMzkn7bEKMGchdMk6SKUTE6q { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:19.25rem;left:28.25rem;height:4.546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F15Jt51UmvKzJmaSQeqvIaaLFsmwmWfZ { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:31rem;left:45.375rem;display:block; }
#HX2Ao2tshFamKbMkcUvTekb5rpBnC7IU { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:15.5625rem;left:28.1875rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rf3ouXbB4qRSUAf04xeNde2rbXlmCXzo { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:13.4375rem;width:22.5rem;top:0rem;left:26.25rem;display:block; }
#F1yHgMXfap5SQrDq7duhmHP7kvkmHVQW { position:absolute;display:block;z-index:15027;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/hHwoVr6g/pronada_03.png");background-position:center left !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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.375rem;width:6.25rem;top:0.4375rem;left:40.9375rem;display:block; }#F1yHgMXfap5SQrDq7duhmHP7kvkmHVQW.adaptive-delivery-prevent-bg, #F1yHgMXfap5SQrDq7duhmHP7kvkmHVQW.lazyload, #F1yHgMXfap5SQrDq7duhmHP7kvkmHVQW.lazyloading { background-image: none; }
#oTTg4geQtoamuD8KFNJS9Lt86My7rGRA { position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/OuGJwqa7/pronada_05.png");background-position:center left !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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.375rem;width:6.25rem;top:6.65625rem;left:40.9375rem;display:block; }#oTTg4geQtoamuD8KFNJS9Lt86My7rGRA.adaptive-delivery-prevent-bg, #oTTg4geQtoamuD8KFNJS9Lt86My7rGRA.lazyload, #oTTg4geQtoamuD8KFNJS9Lt86My7rGRA.lazyloading { background-image: none; }
#ENmA0419c2ZtpLyXyFwCGMCApPcu8M7d { position:absolute;display:block;z-index:15058;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/shMafH2v/palmilha.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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.5rem;width:9.25rem;top:0.53125rem;left:29.375rem;display:block; }#ENmA0419c2ZtpLyXyFwCGMCApPcu8M7d.adaptive-delivery-prevent-bg, #ENmA0419c2ZtpLyXyFwCGMCApPcu8M7d.lazyload, #ENmA0419c2ZtpLyXyFwCGMCApPcu8M7d.lazyloading { background-image: none; }
#eh37kThs2cKcuX4MViKyqrLI6ayILGkA { position:absolute;display:block;z-index:15061;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/shMafH2v/palmilha.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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.5rem;width:9.25rem;top:0.5625rem;left:2.75rem;display:block; }#eh37kThs2cKcuX4MViKyqrLI6ayILGkA.adaptive-delivery-prevent-bg, #eh37kThs2cKcuX4MViKyqrLI6ayILGkA.lazyload, #eh37kThs2cKcuX4MViKyqrLI6ayILGkA.lazyloading { background-image: none; }
#cG4sfy1iTvT8LuQTOwOtvu3I9m7dmcbx { position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/c5XtUs2s/supinada_03.jpg");background-position:center left !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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.375rem;width:6.25rem;top:0.4375rem;left:14.3125rem;display:block; }#cG4sfy1iTvT8LuQTOwOtvu3I9m7dmcbx.adaptive-delivery-prevent-bg, #cG4sfy1iTvT8LuQTOwOtvu3I9m7dmcbx.lazyload, #cG4sfy1iTvT8LuQTOwOtvu3I9m7dmcbx.lazyloading { background-image: none; }
#mIp896gmFp1CuwoFXwgvRe8KT1xHw5by { position:absolute;display:block;z-index:15031;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/ZWNQteot/Captura_de_Tela_2021_03_19_a_s_14.40.17.png");background-position:center left !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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.375rem;width:6.25rem;top:6.6875rem;left:14.3125rem;display:block; }#mIp896gmFp1CuwoFXwgvRe8KT1xHw5by.adaptive-delivery-prevent-bg, #mIp896gmFp1CuwoFXwgvRe8KT1xHw5by.lazyload, #mIp896gmFp1CuwoFXwgvRe8KT1xHw5by.lazyloading { background-image: none; }
#VyPpIKvTdHD0uBwaMNRRihHVTnhAMRJI { position:absolute;display:block;z-index:15060;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/shMafH2v/palmilha.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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.5rem;width:9.25rem;top:0.5rem;left:53.4375rem;display:block; }#VyPpIKvTdHD0uBwaMNRRihHVTnhAMRJI.adaptive-delivery-prevent-bg, #VyPpIKvTdHD0uBwaMNRRihHVTnhAMRJI.lazyload, #VyPpIKvTdHD0uBwaMNRRihHVTnhAMRJI.lazyloading { background-image: none; }
#aR2vk4r7ihTqepOTIRFot2bURIXxPlMD { position:absolute;display:block;z-index:15062;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/QRJV2bea/Captura_de_Tela_2021_03_19_a_s_14.35.15.png");background-position:center left !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-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.6875rem;width:9.5625rem;top:1.9375rem;left:63.9375rem;display:block; }#aR2vk4r7ihTqepOTIRFot2bURIXxPlMD.adaptive-delivery-prevent-bg, #aR2vk4r7ihTqepOTIRFot2bURIXxPlMD.lazyload, #aR2vk4r7ihTqepOTIRFot2bURIXxPlMD.lazyloading { background-image: none; }
#riVBIdIEAosBzIVliXK9FcBMNfq9DuCK { background-color:transparent;background-image:none;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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:4.0625rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:31.25rem;left:52.4375rem;display:none; }
#sKKSHQH8PZb0uD90cOlEJ9nDCZzq4kzm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z9DD1BZayozs8hU7iCeHhi2dvoV4Ie0E { background-color:transparent;background-image:none;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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:4.0625rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:31.25rem;left:52.4375rem;display:none; }
#yfmUbhaOQFa3EpkOz4pO4WfxAUiFiIDI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cey2LHr7Sta5MnbyFRytIdDBvXvzqT4n { position:relative;display:block; }#Cey2LHr7Sta5MnbyFRytIdDBvXvzqT4n { background-color: transparent; background-image: none; }#Cey2LHr7Sta5MnbyFRytIdDBvXvzqT4n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cey2LHr7Sta5MnbyFRytIdDBvXvzqT4n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cey2LHr7Sta5MnbyFRytIdDBvXvzqT4n > .row .container > .video-iframe-container { display: none; }#Cey2LHr7Sta5MnbyFRytIdDBvXvzqT4n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cey2LHr7Sta5MnbyFRytIdDBvXvzqT4n > .row > .video-iframe-container { display: none; }#Cey2LHr7Sta5MnbyFRytIdDBvXvzqT4n > .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); }#Cey2LHr7Sta5MnbyFRytIdDBvXvzqT4n { border-width: 0; border-radius: 0; }#Cey2LHr7Sta5MnbyFRytIdDBvXvzqT4n > .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; }#Cey2LHr7Sta5MnbyFRytIdDBvXvzqT4n > .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:38.8125rem;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; }#M0BSWIPw1ToQuIAA1XfCEUahLcrPeO8t { position:absolute;display:block;z-index:15008;background-color:#fafafa;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:20.6875rem;width:22.5rem;top:13.4375rem;left:13.125rem;display:block; }
#PyuioW6NG38ouXsxqcnH43x1Cvg4Uyf0 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.3125rem;left:31.625rem;display:block; }
#thwOKITtMfT70NZAEZHEzREw5t2p1mtI { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:31rem;left:32.1875rem;display:block; }
#WKF7mKityxBFZZXWlNKHboSnFLhFiJBI { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:31.6875rem;left:15.25rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UbZKh7T54P0MSALdyRoDdIH5wFvk1QXk { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:27.75rem;left:15rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VaFv3SOXSwf2FqKiK4MGfX9KWrNuIDFE { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:25.1875rem;left:14.9375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rB7RVTuiRMCq3UNnQO96oLsXJ4ECAvIT { color:rgba(var(--color-tertiary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:19.1875rem;left:15.0625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yZz3Toi9aBEaFXNuAGBHfJlBNI9UPfcm { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:15.5625rem;left:15rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GCOn22XqvrvicUSq5Na9tMv2lqERaHXd { background-color:transparent;background-image:none;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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:4.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:30.3125rem;left:13.25rem;display:block; }
#TfiFOKGItkcfXJ4HhHCBDOx9boBe02go { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zfqFTQBfk4ONwAS2FJGBqNJnxThnktXT { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/YlteFLNy/Minicunhas_Adesivas.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-left-radius:1.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.4375rem;width:10.9375rem;top:0rem;left:14.125rem;display:block; }#zfqFTQBfk4ONwAS2FJGBqNJnxThnktXT.adaptive-delivery-prevent-bg, #zfqFTQBfk4ONwAS2FJGBqNJnxThnktXT.lazyload, #zfqFTQBfk4ONwAS2FJGBqNJnxThnktXT.lazyloading { background-image: none; }
#lgeo6Nxi9rpAIE3tiFWWQsJIed4WnoAG { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:13.4375rem;width:22.5rem;top:0rem;left:13.125rem;display:block; }
#owHchB6baxfnGhpA5uTVsBuJRQJ4ZcIE { position:absolute;display:block;z-index:15019;background-color:#fafafa;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:20.6875rem;width:22.5rem;top:13.4375rem;left:39.375rem;display:block; }
#hbNpPN4q5JNyOSagF1Qm48cLiopo383E { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.3125rem;left:57.875rem;display:block; }
#gwVqsQ8SIKbkwkrCbMWis1Q4DTHwMXsu { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:31rem;left:58.4375rem;display:block; }
#U2seQ4pUmlfGeHTPpecgfAOQu77WxVrG { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:31.6875rem;left:41.5rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S2QBEUrlW9N6tyHEoMHAag3OzK26ct2R { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:27.75rem;left:41.25rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UBECvH9bgLPRVHRAsfpf1msPIUHbu6yW { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:25.1875rem;left:41.1875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mZrTCBw4o4f2fglvoU6OyMHP3prVa11k { color:rgba(var(--color-tertiary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:19.1875rem;left:41.3125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zoM9UefiNLvsrFsxsAqAxoashH7Sw1xh { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:15.5625rem;left:41.25rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ibWhTUELSaB6BRngNbPzuXlBgTulEQwU { background-color:transparent;background-image:none;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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:4.0625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:30.3125rem;left:39.5rem;display:block; }
#PXl1ItCq9dt2P1o9779TAA16BOitDHy1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ve75mMwQrKXsN1JxrIgzZE03TIfNU0tM { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/YlteFLNy/Minicunhas_Adesivas.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-left-radius:1.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.4375rem;width:11rem;top:0rem;left:40.625rem;display:block; }#Ve75mMwQrKXsN1JxrIgzZE03TIfNU0tM.adaptive-delivery-prevent-bg, #Ve75mMwQrKXsN1JxrIgzZE03TIfNU0tM.lazyload, #Ve75mMwQrKXsN1JxrIgzZE03TIfNU0tM.lazyloading { background-image: none; }
#Q3NRyJFDGIvhUfoJGvsDLv2FPyJTeMNq { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:13.4375rem;width:22.5rem;top:0rem;left:39.375rem;display:block; }
#iptpgW9OAd7OgBdh24k5AEnzL19okdkZ { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/ghmnXylI/Captura_de_Tela_2021_03_16_a_s_11.24.53_2_.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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.5rem;width:8.9375rem;top:3rem;left:25.875rem;display:block; }#iptpgW9OAd7OgBdh24k5AEnzL19okdkZ.adaptive-delivery-prevent-bg, #iptpgW9OAd7OgBdh24k5AEnzL19okdkZ.lazyload, #iptpgW9OAd7OgBdh24k5AEnzL19okdkZ.lazyloading { background-image: none; }
#nXVCn2iUQmXn6Vd8T6cIX9ezkV00VBK6 { position:absolute;display:block;z-index:15031;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/KyQR1wUx/Captura_de_Tela_2021_03_16_a_s_11.25.07_3_.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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.5rem;width:8.9375rem;top:3rem;left:52rem;display:block; }#nXVCn2iUQmXn6Vd8T6cIX9ezkV00VBK6.adaptive-delivery-prevent-bg, #nXVCn2iUQmXn6Vd8T6cIX9ezkV00VBK6.lazyload, #nXVCn2iUQmXn6Vd8T6cIX9ezkV00VBK6.lazyloading { background-image: none; }
#V1vriS0aSzImB6k0qE7kN0LeyZ1GVAac { position:relative;display:block; }#V1vriS0aSzImB6k0qE7kN0LeyZ1GVAac { background-color: transparent; background-image: none; }#V1vriS0aSzImB6k0qE7kN0LeyZ1GVAac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1vriS0aSzImB6k0qE7kN0LeyZ1GVAac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1vriS0aSzImB6k0qE7kN0LeyZ1GVAac > .row .container > .video-iframe-container { display: none; }#V1vriS0aSzImB6k0qE7kN0LeyZ1GVAac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1vriS0aSzImB6k0qE7kN0LeyZ1GVAac > .row > .video-iframe-container { display: none; }#V1vriS0aSzImB6k0qE7kN0LeyZ1GVAac > .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); }#V1vriS0aSzImB6k0qE7kN0LeyZ1GVAac { border-width: 0; border-radius: 0; }#V1vriS0aSzImB6k0qE7kN0LeyZ1GVAac > .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; }#V1vriS0aSzImB6k0qE7kN0LeyZ1GVAac > .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:2.75rem;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; }#Q1JR40TUIs0bwJRvm9OB2hq5mB6sX54k { color:rgba(var(--color-primary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:0rem;left:15.625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vUyG00vl7msm0W1rNaU5tKikzQbvThlE { position:relative;display:block; }#vUyG00vl7msm0W1rNaU5tKikzQbvThlE { background-color: transparent; background-image: none; }#vUyG00vl7msm0W1rNaU5tKikzQbvThlE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUyG00vl7msm0W1rNaU5tKikzQbvThlE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUyG00vl7msm0W1rNaU5tKikzQbvThlE > .row .container > .video-iframe-container { display: none; }#vUyG00vl7msm0W1rNaU5tKikzQbvThlE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUyG00vl7msm0W1rNaU5tKikzQbvThlE > .row > .video-iframe-container { display: none; }#vUyG00vl7msm0W1rNaU5tKikzQbvThlE > .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); }#vUyG00vl7msm0W1rNaU5tKikzQbvThlE { border-width: 0; border-radius: 0; }#vUyG00vl7msm0W1rNaU5tKikzQbvThlE > .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; }#vUyG00vl7msm0W1rNaU5tKikzQbvThlE > .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:2.75rem;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; }#uHQ1tfgsDWaJAH2fIJSQg04mGlSuqvGt { position:relative;display:block; }#uHQ1tfgsDWaJAH2fIJSQg04mGlSuqvGt { background-color: transparent; background-image: none; }#uHQ1tfgsDWaJAH2fIJSQg04mGlSuqvGt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHQ1tfgsDWaJAH2fIJSQg04mGlSuqvGt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHQ1tfgsDWaJAH2fIJSQg04mGlSuqvGt > .row .container > .video-iframe-container { display: none; }#uHQ1tfgsDWaJAH2fIJSQg04mGlSuqvGt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHQ1tfgsDWaJAH2fIJSQg04mGlSuqvGt > .row > .video-iframe-container { display: none; }#uHQ1tfgsDWaJAH2fIJSQg04mGlSuqvGt > .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); }#uHQ1tfgsDWaJAH2fIJSQg04mGlSuqvGt { border-width: 0; border-radius: 0; }#uHQ1tfgsDWaJAH2fIJSQg04mGlSuqvGt > .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; }#uHQ1tfgsDWaJAH2fIJSQg04mGlSuqvGt > .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:38.8125rem;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; }#wTmUPgJN4JcwwP1skxzB2wLVU3UgJC0d { position:absolute;display:block;z-index:15008;background-color:#fafafa;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:20.6875rem;width:22.5rem;top:13.4375rem;left:52.4375rem;display:block; }
#dAdfgc3UeISqRvSP7NyItTqQDVSMiLSx { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.3125rem;left:70.9375rem;display:block; }
#DTB42nn57bdsEzJhSAgVmcvRKm3sRMST { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:31rem;left:71.5rem;display:block; }
#UFdNrQk21C4Aed4uqfFAqNiJubokEncq { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:31.6875rem;left:54.5625rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cmTFJGDTsWzJLHxGQgH7ZKoTNhs8TQrU { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.0625rem;width:18.5rem;top:30.3125rem;left:52.4375rem;display:block; }
#Zmsmrt5lELEye08TOP98oaSNpdPExzym { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:26.25rem;left:54.5625rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#goPWVdZbeU52gNO0wJCBfwcrBIXoU5Qi { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:24.375rem;left:54.5rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vTzpG1VUBmrXW68x708u6A9zQW1ecXvU { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:17.625rem;left:54.375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xgJ21BxqywGO2nkApJAFb7JAutkWumAv { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:15.5625rem;left:54.3125rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Aqq9V9ILzcucwTfdlHL8EMEnG5xe1nv4 { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/tHTJoJ6b/unnamed_9_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.6875rem;width:18.25rem;top:0.375rem;left:54.5625rem;display:block; }#Aqq9V9ILzcucwTfdlHL8EMEnG5xe1nv4.adaptive-delivery-prevent-bg, #Aqq9V9ILzcucwTfdlHL8EMEnG5xe1nv4.lazyload, #Aqq9V9ILzcucwTfdlHL8EMEnG5xe1nv4.lazyloading { background-image: none; }
#MEqIxAbq2SzsT3y0DgSvKWAmvQFbHN89 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:13.4375rem;width:22.5rem;top:0rem;left:52.4375rem;display:block; }
#f98wxta1u2Sxk0yQSoT7KkWZbDKUQuef { background-color:transparent;background-image:none;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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:4.0625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:30.3125rem;left:52.8125rem;display:block; }
#btdh4yXPsnWZoezv7rIa30FkmTOhq2QJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mFVcfUJJZcvNNlyngJ0ABxiHpuT7UVql { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.3125rem;left:18.5rem;display:block; }
#Xy7dBmGABScwkWI53S2uNoeSTF06pf2Z { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.0625rem;width:18.5rem;top:30.3125rem;left:0rem;display:block; }
#pspMDUGbw8ezxERrgnlnUOXIQEzN3GAA { background-color:transparent;background-image:none;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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:4.0625rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:30.3125rem;left:0rem;display:block; }
#gD6wDi0pc9ZwmCGoNihb3AsfME4t4Khn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AXMsDEulttWr3ZcqThG2hoNIn7TWHiqB { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:31rem;left:19.125rem;display:block; }
#RfRgEK0t6pLDy7eO4ZxmA1mPaunVv0IP { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.4;letter-spacing:0;top:31.6875rem;left:2.125rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QplFq3SGDETvgUxqolsFTGfsFTTaVfoM { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:13.4375rem;width:22.5rem;top:0rem;left:0rem;display:block; }
#vPSJ26BIkZQMe6LQDOFO7Co51P4GsrEV { position:absolute;display:block;z-index:15023;background-color:#fafafa;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:20.6875rem;width:22.5rem;top:13.4375rem;left:0rem;display:block; }
#s9WkZGuqGAi1X0iQsXewJBTXc23oBm0b { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:26.25rem;left:2.125rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mKC7UBM78JAvEqTl5M86DAUJ3JpfIT5y { position:absolute;display:block;z-index:15026;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/ahOBSNI0/Palmilha_Esportiva.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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.625rem;width:18.0625rem;top:0.9375rem;left:2.25rem;display:block; }#mKC7UBM78JAvEqTl5M86DAUJ3JpfIT5y.adaptive-delivery-prevent-bg, #mKC7UBM78JAvEqTl5M86DAUJ3JpfIT5y.lazyload, #mKC7UBM78JAvEqTl5M86DAUJ3JpfIT5y.lazyloading { background-image: none; }
#udwBnBiZ0QQ1CFTuiBwFIhmTzIAKusPs { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:15.5625rem;left:2.0625rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DUEmmlm86eIyN48andMhC5PTB7OcG4M3 { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15046;line-height:1.2;letter-spacing:0;top:19.25rem;left:2.0625rem;height:4.87305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dxL2eRoaacdc0cd9NPZd77PGDgRBMiZU { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15046;line-height:1;letter-spacing:0;top:24.4375rem;left:2.0625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uepVpPsDPXuRQFBnbRrxBVBUWHRyefQl { position:absolute;display:block;z-index:14997;background-color:#fafafa;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:20.6875rem;width:22.5rem;top:13.4375rem;left:26.25rem;display:block; }
#utGGMtzFEZZ5Jm1Q76yPpxpt8LgeCpOM { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:26.375rem;left:28.375rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#McWzzMEpU4usg4Ts4CMmWsPwpnN6cRWS { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.3125rem;left:44.75rem;display:block; }
#vAWUphxJ08utoFT47AqfLtylRVTqUx4v { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.0625rem;width:18.5rem;top:30.3125rem;left:26.25rem;display:block; }
#npUgOVAln7Ns2XspIKyXZq1L2JSHrneB { background-color:transparent;background-image:none;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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:4.0625rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:30.3125rem;left:26.25rem;display:block; }
#MiJRsn2T3iNlfDOX7TTLl7h1ttXRwKGF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#taggNlzlRZuy26O1rKuh96hEbHGAq7td { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:31rem;left:45.375rem;display:block; }
#dMviW6JTlGl4uFDiWTU4UquQZs0hk5A3 { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:31.6875rem;left:28.375rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hHFSxwuxkT2g8AVxTcsZWwonbbXSSTWv { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:24.125rem;left:28.375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bVZEHTH3TZe9koN8xibSA0PcX2JMRCyR { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:17.6875rem;left:28.25rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XLdTl4wqxpcTVqc0Kc6ITOEuDlImkJPW { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:15.5625rem;left:28.1875rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LAa61NgtTsxKnFTgk1D22m42aXRSyhn5 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:13.4375rem;width:22.5rem;top:0rem;left:26.25rem;display:block; }
#fnpSsfrqu70BvUEbqFngTMwhmF6enrfg { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/oy1tZo7R/unnamed_4_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.6875rem;width:18.25rem;top:0.375rem;left:28.375rem;display:block; }#fnpSsfrqu70BvUEbqFngTMwhmF6enrfg.adaptive-delivery-prevent-bg, #fnpSsfrqu70BvUEbqFngTMwhmF6enrfg.lazyload, #fnpSsfrqu70BvUEbqFngTMwhmF6enrfg.lazyloading { background-image: none; }
#O8v4mLLq64E8GmfOiFqH45U0kKygr9bc { position:relative;display:block; }#O8v4mLLq64E8GmfOiFqH45U0kKygr9bc { background-color: transparent; background-image: none; }#O8v4mLLq64E8GmfOiFqH45U0kKygr9bc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8v4mLLq64E8GmfOiFqH45U0kKygr9bc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8v4mLLq64E8GmfOiFqH45U0kKygr9bc > .row .container > .video-iframe-container { display: none; }#O8v4mLLq64E8GmfOiFqH45U0kKygr9bc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8v4mLLq64E8GmfOiFqH45U0kKygr9bc > .row > .video-iframe-container { display: none; }#O8v4mLLq64E8GmfOiFqH45U0kKygr9bc > .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); }#O8v4mLLq64E8GmfOiFqH45U0kKygr9bc { border-width: 0; border-radius: 0; }#O8v4mLLq64E8GmfOiFqH45U0kKygr9bc > .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; }#O8v4mLLq64E8GmfOiFqH45U0kKygr9bc > .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:38.8125rem;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; }#e85aXTsMBintTDJuLri8wypdTUrv7RAm { position:absolute;display:block;z-index:15019;background-color:#fafafa;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:20.6875rem;width:22.5rem;top:13.4375rem;left:26.25rem;display:block; }
#rq6NCBfxe542GU9XuVTfud9dyk6yv0MZ { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.0625rem;width:18.5rem;top:30.3125rem;left:26.25rem;display:block; }
#Ptg1KiUOkNuTaxQztVOu6hkLsfKEoTNq { background-color:transparent;background-image:none;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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:4.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:30.3125rem;left:26.5rem;display:block; }
#UKZEefHZAIKHTLoDGk5REZ92I977GVx3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dPH55WmRseLb0gkUwtA2LBK5SMQeRk1h { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:31.6875rem;left:28.375rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MIwf5DhhHZ5A6B0OnlwL1RBQDbW6iC9O { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:26.875rem;left:28.3125rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XSTDMCQuSfaRenCwTSiDQbGHkhlhEwt1 { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.3125rem;left:44.75rem;display:block; }
#uouEvGJHeBMDZCFi2Wl3XSWen1MUZILD { color:rgba(var(--color-tertiary-2),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:17.625rem;left:28.1875rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h1ysWaCKJm1Pd0S4usHBPDQEpQwHiWFK { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:24.5rem;left:28.1875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GTqeUbEyESiNhvv6MoKXlpqTtD24ixkg { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:31rem;left:45.3125rem;display:block; }
#kblT7JAlVWx0JL4Mkx5TQ2REZ2fwvoyT { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:15.5625rem;left:28.125rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AE04ZD7U7ykoBoIVgMG7h8CQmhb6c3vv { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:13.4375rem;width:22.5rem;top:0rem;left:26.25rem;display:block; }
#uRFVS4tmdUnZPBBVCtitWhcGOrwvZWet { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/0O135hf0/unnamed_11_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.6875rem;width:20.625rem;top:0.375rem;left:27.25rem;display:block; }#uRFVS4tmdUnZPBBVCtitWhcGOrwvZWet.adaptive-delivery-prevent-bg, #uRFVS4tmdUnZPBBVCtitWhcGOrwvZWet.lazyload, #uRFVS4tmdUnZPBBVCtitWhcGOrwvZWet.lazyloading { background-image: none; }
#k5CExZTH26Ngux96xdW0vFLg5OEZ9AO9 { position:relative;display:block; }#k5CExZTH26Ngux96xdW0vFLg5OEZ9AO9 { background-color: transparent; background-image: none; }#k5CExZTH26Ngux96xdW0vFLg5OEZ9AO9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5CExZTH26Ngux96xdW0vFLg5OEZ9AO9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5CExZTH26Ngux96xdW0vFLg5OEZ9AO9 > .row .container > .video-iframe-container { display: none; }#k5CExZTH26Ngux96xdW0vFLg5OEZ9AO9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5CExZTH26Ngux96xdW0vFLg5OEZ9AO9 > .row > .video-iframe-container { display: none; }#k5CExZTH26Ngux96xdW0vFLg5OEZ9AO9 > .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); }#k5CExZTH26Ngux96xdW0vFLg5OEZ9AO9 { border-width: 0; border-radius: 0; }#k5CExZTH26Ngux96xdW0vFLg5OEZ9AO9 > .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; }#k5CExZTH26Ngux96xdW0vFLg5OEZ9AO9 > .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:2.75rem;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; }#wyPFRPne7aez8ksqS7O4m1FVGSZHDSae { position:relative;display:block; }#wyPFRPne7aez8ksqS7O4m1FVGSZHDSae { background-color: transparent; background-image: none; }#wyPFRPne7aez8ksqS7O4m1FVGSZHDSae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyPFRPne7aez8ksqS7O4m1FVGSZHDSae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyPFRPne7aez8ksqS7O4m1FVGSZHDSae > .row .container > .video-iframe-container { display: none; }#wyPFRPne7aez8ksqS7O4m1FVGSZHDSae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyPFRPne7aez8ksqS7O4m1FVGSZHDSae > .row > .video-iframe-container { display: none; }#wyPFRPne7aez8ksqS7O4m1FVGSZHDSae > .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); }#wyPFRPne7aez8ksqS7O4m1FVGSZHDSae { border-width: 0; border-radius: 0; }#wyPFRPne7aez8ksqS7O4m1FVGSZHDSae > .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; }#wyPFRPne7aez8ksqS7O4m1FVGSZHDSae > .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:2.75rem;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; }#RUwPiWipCiVbnTCAPWUThLR6CdFX4swc { color:rgba(var(--color-primary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:0rem;left:15.625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GJvIykTDn6sDFwoL5INR8VTtFrGVaNH4 { position:relative;display:block; }#GJvIykTDn6sDFwoL5INR8VTtFrGVaNH4 { background-color: transparent; background-image: none; }#GJvIykTDn6sDFwoL5INR8VTtFrGVaNH4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJvIykTDn6sDFwoL5INR8VTtFrGVaNH4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJvIykTDn6sDFwoL5INR8VTtFrGVaNH4 > .row .container > .video-iframe-container { display: none; }#GJvIykTDn6sDFwoL5INR8VTtFrGVaNH4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJvIykTDn6sDFwoL5INR8VTtFrGVaNH4 > .row > .video-iframe-container { display: none; }#GJvIykTDn6sDFwoL5INR8VTtFrGVaNH4 > .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); }#GJvIykTDn6sDFwoL5INR8VTtFrGVaNH4 { border-width: 0; border-radius: 0; }#GJvIykTDn6sDFwoL5INR8VTtFrGVaNH4 > .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; }#GJvIykTDn6sDFwoL5INR8VTtFrGVaNH4 > .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:38.8125rem;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; }#UIgymr8ftQk6ONTGWlIi7WWhz28R5NfX { position:absolute;display:block;z-index:15019;background-color:#fafafa;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:20.6875rem;width:22.5rem;top:13.4375rem;left:13.125rem;display:block; }
#PEfTvWr9Tpm9q3rgvvqteMFHNTZqufqz { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.3125rem;left:31.625rem;display:block; }
#R2GERlsOoJXLITaXFDUTyZRJg6swVkg4 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:31rem;left:32.1875rem;display:block; }
#bqhoXs2dXzlwhM4TtwUTGza8w83FEcv2 { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:31.6875rem;left:15.25rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iqod8RoshCCksFzHO6UmzuaxKz7MSKJt { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.0625rem;width:18.5rem;top:30.3125rem;left:13.125rem;display:block; }
#g8tOLQv0v8KU7QVl6lJsSbIVGlaU4Dav { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:26.875rem;left:15.25rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TRVEczoXwaVhA5xL1d1TSIz1l4pKI296 { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:24.625rem;left:15.0625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EBk1yXAvooHRw1blx4VqTEwsxFVxy2Ck { color:rgba(var(--color-tertiary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:19.0625rem;left:15rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VikwpR5pUPdlhuJZus7bIhpeR2iVchGe { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:15.5625rem;left:15rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uqVS8EimUZTtB9vQQR0GfRKTWcGa1lNC { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/Y4mUewFH/Palmilha_Metatarsalgia_Inteiric_a.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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.0625rem;width:16.5625rem;top:0.6875rem;left:16.0625rem;display:block; }#uqVS8EimUZTtB9vQQR0GfRKTWcGa1lNC.adaptive-delivery-prevent-bg, #uqVS8EimUZTtB9vQQR0GfRKTWcGa1lNC.lazyload, #uqVS8EimUZTtB9vQQR0GfRKTWcGa1lNC.lazyloading { background-image: none; }
#PLSKGGtauOJddtiqGWJ9ZoN57pdm4p5U { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:13.4375rem;width:22.5rem;top:0rem;left:13.125rem;display:block; }
#wf7w2hAAxvFhQfmQhATToPFF6SyEkT9X { background-color:transparent;background-image:none;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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:4.0625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:30.3125rem;left:13.3125rem;display:block; }
#zd0dGfnQvZr5PvVQyRRnp2wEUP97AE5q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZnfeGz1oi5npQbgtlgAG2VnhTNarugK2 { position:absolute;display:block;z-index:14997;background-color:#fafafa;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:20.6875rem;width:22.5rem;top:13.4375rem;left:39.3125rem;display:block; }
#TL7kogN9unCiuOaMB6FwyFflCpoLAVVF { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:15.5625rem;left:41.25rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BqE4XP2qPDnDZTzedmkfkc7X7sN8zwkR { color:rgba(var(--color-tertiary-2),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:18.875rem;left:41.25rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LFfWnTUfg31xsz8FcqnHWn6o9aqeJpw5 { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:24.5rem;left:41.125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dXp1Qu8hQrFEUElR1XDG5UESTQ37uTEe { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:27rem;left:41.25rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GSdsltLXAWG2UcC8rThMbhBpALeBxnKA { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.3125rem;left:57.8125rem;display:block; }
#WoUaGFrtd6LHacrvmiNmZQWhCZPlwsNb { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:31rem;left:58.4375rem;display:block; }
#zwmaixvNurCGVhvytGzxpQ52MAQA9OMk { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:31.6875rem;left:41.4375rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q5LF95bDEACnJkre3A35WHZb3t5aOf5v { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.0625rem;width:18.5rem;top:30.3125rem;left:39.3125rem;display:block; }
#nLunrfGswXo80e3lOB0fpuKebT8nTIll { background-color:transparent;background-image:none;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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:4.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:30.3125rem;left:39.3125rem;display:block; }
#DG9s7Altw6SNxdWunbN5dBy008lcHwlJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RnfpXWOiivIknQtLFELEvo5m00ITkoVg { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/kvOan6Es/Piloto_Adesivo.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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.6875rem;width:14.4375rem;top:0.375rem;left:43.375rem;display:block; }#RnfpXWOiivIknQtLFELEvo5m00ITkoVg.adaptive-delivery-prevent-bg, #RnfpXWOiivIknQtLFELEvo5m00ITkoVg.lazyload, #RnfpXWOiivIknQtLFELEvo5m00ITkoVg.lazyloading { background-image: none; }
#sfHpUzo6J8uSUvDXO55MLz8KxuoZb2vO { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:13.4375rem;width:22.5rem;top:0rem;left:39.3125rem;display:block; }
#BT5NkAlDJayPHTuKMeo2Xacto7rukaRr { position:relative;display:block; }#BT5NkAlDJayPHTuKMeo2Xacto7rukaRr { background-color: transparent; background-image: none; }#BT5NkAlDJayPHTuKMeo2Xacto7rukaRr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT5NkAlDJayPHTuKMeo2Xacto7rukaRr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT5NkAlDJayPHTuKMeo2Xacto7rukaRr > .row .container > .video-iframe-container { display: none; }#BT5NkAlDJayPHTuKMeo2Xacto7rukaRr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT5NkAlDJayPHTuKMeo2Xacto7rukaRr > .row > .video-iframe-container { display: none; }#BT5NkAlDJayPHTuKMeo2Xacto7rukaRr > .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); }#BT5NkAlDJayPHTuKMeo2Xacto7rukaRr { border-width: 0; border-radius: 0; }#BT5NkAlDJayPHTuKMeo2Xacto7rukaRr > .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; }#BT5NkAlDJayPHTuKMeo2Xacto7rukaRr > .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:2.75rem;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; }#CiZnW8P8gKyOsw3TDTgJq3bAtFV6cEqn { position:relative;display:block; }#CiZnW8P8gKyOsw3TDTgJq3bAtFV6cEqn { background-color: transparent; background-image: none; }#CiZnW8P8gKyOsw3TDTgJq3bAtFV6cEqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiZnW8P8gKyOsw3TDTgJq3bAtFV6cEqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiZnW8P8gKyOsw3TDTgJq3bAtFV6cEqn > .row .container > .video-iframe-container { display: none; }#CiZnW8P8gKyOsw3TDTgJq3bAtFV6cEqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiZnW8P8gKyOsw3TDTgJq3bAtFV6cEqn > .row > .video-iframe-container { display: none; }#CiZnW8P8gKyOsw3TDTgJq3bAtFV6cEqn > .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); }#CiZnW8P8gKyOsw3TDTgJq3bAtFV6cEqn { border-width: 0; border-radius: 0; }#CiZnW8P8gKyOsw3TDTgJq3bAtFV6cEqn > .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; }#CiZnW8P8gKyOsw3TDTgJq3bAtFV6cEqn > .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:2.75rem;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; }#ziiFg4vIM3uNlDPDrFuk52K8TbVncPpV { color:rgba(var(--color-primary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:0rem;left:15.625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DxcbVCBvzilo3astW2ZwnADxTCUI5QUC { position:relative;display:block; }#DxcbVCBvzilo3astW2ZwnADxTCUI5QUC { background-color: transparent; background-image: none; }#DxcbVCBvzilo3astW2ZwnADxTCUI5QUC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxcbVCBvzilo3astW2ZwnADxTCUI5QUC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxcbVCBvzilo3astW2ZwnADxTCUI5QUC > .row .container > .video-iframe-container { display: none; }#DxcbVCBvzilo3astW2ZwnADxTCUI5QUC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxcbVCBvzilo3astW2ZwnADxTCUI5QUC > .row > .video-iframe-container { display: none; }#DxcbVCBvzilo3astW2ZwnADxTCUI5QUC > .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); }#DxcbVCBvzilo3astW2ZwnADxTCUI5QUC { border-width: 0; border-radius: 0; }#DxcbVCBvzilo3astW2ZwnADxTCUI5QUC > .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; }#DxcbVCBvzilo3astW2ZwnADxTCUI5QUC > .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:39.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iErc9NKVpZFpvgxEbPaVhKE6Qzqt77yk { position:absolute;display:block;z-index:15019;background-color:#fafafa;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:20.6875rem;width:22.5rem;top:13.4375rem;left:39.375rem;display:block; }
#QqnbDZPfSBMAXXacDFB6LE866Jq0DMPL { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.3125rem;left:57.875rem;display:block; }
#HfZBemEV17h6lylGtMvtJZDO2xb8eDgq { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:31rem;left:58.4375rem;display:block; }
#GQw5G4duFqi7W0bsTEI4zwRGl1hBTUGB { background-color:transparent;background-image:none;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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:4.0625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:30.3125rem;left:39.875rem;display:block; }
#r90RIuiXFH5I7xu3SEHd2TKJ0ZTJMBAo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gF2s4F0LQ48UxO1RCTPwRsXNSxKoLHT8 { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:31.6875rem;left:41.5rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R2tS9b0OF3DQdd3uxpIWGLSu44HCBbkE { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.0625rem;width:18.5rem;top:30.3125rem;left:39.375rem;display:block; }
#QfSAhP530wVBu42k3zM2qVeypX35R6zl { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:26.3125rem;left:41.5625rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aOnqBX6OZn0JbQKATUhOXX6ZlkvrKTX3 { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:23.75rem;left:41.4375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MD6ZcphVRgzbZg7rX5upbt2GTWgNyhFL { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:17.625rem;left:41.3125rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V5ti7Ld306oU5kTqOGAUscfJnHpGGTn4 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:15.5625rem;left:41.25rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b7CkpGgXJq7C3aMBfLwT1At1PNooZSTC { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/5GeNvvXW/unnamed_8_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.6875rem;width:18.25rem;top:0.375rem;left:41.5rem;display:block; }#b7CkpGgXJq7C3aMBfLwT1At1PNooZSTC.adaptive-delivery-prevent-bg, #b7CkpGgXJq7C3aMBfLwT1At1PNooZSTC.lazyload, #b7CkpGgXJq7C3aMBfLwT1At1PNooZSTC.lazyloading { background-image: none; }
#Ie9ZewmeckApsuM2OAM0ePDZdlBkHEgN { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:13.4375rem;width:22.5rem;top:0rem;left:39.375rem;display:block; }
#dZ0F69nOCB56CrulvLHBOVIIkEy8xQxd { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-2),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.3125rem;left:31.625rem;display:block; }
#q67NT2suyKCeR01RAw4iOo4vkUOFKL0J { background-color:transparent;background-image:none;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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:4.0625rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:30.3125rem;left:13.625rem;display:block; }
#zIqRJamURZHuQn1MSwdisHmkgwgUyGQV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LNXchylKQSEFGK8fIZLZSDAspxMo6PSf { position:absolute;display:block;z-index:15031;background-color:#fafafa;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:20.6875rem;width:22.5rem;top:13.4375rem;left:13.125rem;display:block; }
#FlWvk41PyX6WxUDgxZJQUMWQSxyUw9IJ { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:31rem;left:32.1875rem;display:block; }
#RvfoHzbG295WDwKzX978IlfPnG1ZZPbO { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.4;letter-spacing:0;top:31.6875rem;left:15.25rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oZfMA9QeMwG6SDtZhQ0smlMXarrPoWCm { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.0625rem;width:18.5rem;top:30.3125rem;left:13.125rem;display:block; }
#kgn4VyCWTKdvWiOetgUQCTtPTg0eQfG5 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.4;letter-spacing:0;top:26.0625rem;left:15.25rem;height:2.7744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FfzcSFOGRnvylg14AbW8LD6tHhk5nvbh { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:23.5rem;left:15.125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GpcOGFTkyFzzhncCrUk7yyP0J58RCyrZ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:17.625rem;left:15.0625rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EgEwQIyw2NGgbwJTvN89KzX6UC5ALuGh { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:15.5625rem;left:15rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pv73infZATpKqxfdZtJZCqcn4p1enaxo { position:absolute;display:block;z-index:15034;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/5GeNvvXW/unnamed_8_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.6875rem;width:18.25rem;top:0.375rem;left:15.25rem;display:block; }#Pv73infZATpKqxfdZtJZCqcn4p1enaxo.adaptive-delivery-prevent-bg, #Pv73infZATpKqxfdZtJZCqcn4p1enaxo.lazyload, #Pv73infZATpKqxfdZtJZCqcn4p1enaxo.lazyloading { background-image: none; }
#WIzQbFuh1oeA0VygDmiq1OpQZKGvS7vZ { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:13.4375rem;width:22.5rem;top:0rem;left:13.125rem;display:block; }
#EJQRCzckJlMAM9rD1bz2pS8a3EzvqCBJ { position:relative;display:block; }#EJQRCzckJlMAM9rD1bz2pS8a3EzvqCBJ { background-color: transparent; background-image: none; }#EJQRCzckJlMAM9rD1bz2pS8a3EzvqCBJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJQRCzckJlMAM9rD1bz2pS8a3EzvqCBJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJQRCzckJlMAM9rD1bz2pS8a3EzvqCBJ > .row .container > .video-iframe-container { display: none; }#EJQRCzckJlMAM9rD1bz2pS8a3EzvqCBJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJQRCzckJlMAM9rD1bz2pS8a3EzvqCBJ > .row > .video-iframe-container { display: none; }#EJQRCzckJlMAM9rD1bz2pS8a3EzvqCBJ > .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); }#EJQRCzckJlMAM9rD1bz2pS8a3EzvqCBJ { border-width: 0; border-radius: 0; }#EJQRCzckJlMAM9rD1bz2pS8a3EzvqCBJ > .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; }#EJQRCzckJlMAM9rD1bz2pS8a3EzvqCBJ > .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:2.75rem;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; }#Evih8UofNo7zXly6k3Xahtm8ryWTmzoR { position:relative;display:block; }#Evih8UofNo7zXly6k3Xahtm8ryWTmzoR { background-color: transparent; background-image: none; }#Evih8UofNo7zXly6k3Xahtm8ryWTmzoR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Evih8UofNo7zXly6k3Xahtm8ryWTmzoR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Evih8UofNo7zXly6k3Xahtm8ryWTmzoR > .row .container > .video-iframe-container { display: none; }#Evih8UofNo7zXly6k3Xahtm8ryWTmzoR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Evih8UofNo7zXly6k3Xahtm8ryWTmzoR > .row > .video-iframe-container { display: none; }#Evih8UofNo7zXly6k3Xahtm8ryWTmzoR > .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); }#Evih8UofNo7zXly6k3Xahtm8ryWTmzoR { border-width: 0; border-radius: 0; }#Evih8UofNo7zXly6k3Xahtm8ryWTmzoR > .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; }#Evih8UofNo7zXly6k3Xahtm8ryWTmzoR > .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:2.75rem;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; }#Eq2kCNHhN8TXubJ6sU8H1aWOP8W6XM2T { color:rgba(var(--color-primary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:0rem;left:15.625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IxTLHcGVQQfhgbr401DqJs3auheOA3oU { position:relative;display:block; }#IxTLHcGVQQfhgbr401DqJs3auheOA3oU { background-color: transparent; background-image: none; }#IxTLHcGVQQfhgbr401DqJs3auheOA3oU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxTLHcGVQQfhgbr401DqJs3auheOA3oU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxTLHcGVQQfhgbr401DqJs3auheOA3oU > .row .container > .video-iframe-container { display: none; }#IxTLHcGVQQfhgbr401DqJs3auheOA3oU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxTLHcGVQQfhgbr401DqJs3auheOA3oU > .row > .video-iframe-container { display: none; }#IxTLHcGVQQfhgbr401DqJs3auheOA3oU > .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); }#IxTLHcGVQQfhgbr401DqJs3auheOA3oU { border-width: 0; border-radius: 0; }#IxTLHcGVQQfhgbr401DqJs3auheOA3oU > .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; }#IxTLHcGVQQfhgbr401DqJs3auheOA3oU > .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:38.8125rem;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; }#kbFcC86W3nqWIApFgPDlexXcax0EQEka { position:absolute;display:block;z-index:14996;background-color:#fafafa;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:20.6875rem;width:22.5rem;top:13.4375rem;left:0rem;display:block; }
#HkdOPFvHC4OGDFMaedGHgKx9KsrUe4N3 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.3125rem;left:18.5rem;display:block; }
#ofycZaDN0GXlHDiu06XFKNs0KyLuUTTz { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:31rem;left:19.0625rem;display:block; }
#nqHivTTPTwmC62wUN0beDlwNT4LkkRZM { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:31.6875rem;left:2.125rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cPUMw9lvSAxZG5INi2WFo0vyLsMpU120 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.0625rem;width:18.5rem;top:30.3125rem;left:0rem;display:block; }
#KlFUQOfsxB1W4wAwieeRDtxHqAwcWkyw { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:24.4375rem;left:1.75rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R1x9ndAV2Rbna4ZXNd91waaVeviZvy1M { color:rgba(var(--color-tertiary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:17.625rem;left:1.9375rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X6HXxatGSCAf6Eu388meVRtEfqfwkAKw { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:15.5625rem;left:1.875rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LgMKnK8V8Bvgcy5ECQfUBAm8o60VPNqA { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/KWufbzOc/Espac_ador_de_Joanete.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.6875rem;width:15rem;top:0rem;left:3.75rem;display:block; }#LgMKnK8V8Bvgcy5ECQfUBAm8o60VPNqA.adaptive-delivery-prevent-bg, #LgMKnK8V8Bvgcy5ECQfUBAm8o60VPNqA.lazyload, #LgMKnK8V8Bvgcy5ECQfUBAm8o60VPNqA.lazyloading { background-image: none; }
#qoKUkQIyHxZU7bbexL2y2ipuCS2Wut83 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:13.4375rem;width:22.5rem;top:0rem;left:0rem;display:block; }
#HTiNtVSekHCkvzKrIuxpgUCNZWgb7IUK { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:26.625rem;left:1.875rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iIJ4TpFzmrAdqok9mF1C8ROfCOIeghAK { background-color:transparent;background-image:none;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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:4.0625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:30.3125rem;left:0.25rem;display:block; }
#qkWHaRCBkQpN9gNCqArWLIbeRZZvXRck { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sb6hXVdqtzmZ5T0V7GAQtvl2Fcopxnk8 { position:absolute;display:block;z-index:15008;background-color:#fafafa;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:20.6875rem;width:22.5rem;top:13.4375rem;left:52.5rem;display:block; }
#B1icZZh2fZadvKo5QRz8kdMHHtKGbs9L { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:23.25rem;left:54.375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LCuGpxn9yadSSk71RU11Ale7lCvd4BVe { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:19.625rem;left:54.4375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vAqwCykR8lvNsHtV9JUUiUdcQBDMKCHq { color:rgba(var(--color-tertiary-2),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:15.5625rem;left:54.375rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BuN62Stda3KziQme61qzHRTiCiWGzPro { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/xNiQ1QEv/unnamed_3_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.6875rem;width:18.25rem;top:0.375rem;left:54.625rem;display:block; }#BuN62Stda3KziQme61qzHRTiCiWGzPro.adaptive-delivery-prevent-bg, #BuN62Stda3KziQme61qzHRTiCiWGzPro.lazyload, #BuN62Stda3KziQme61qzHRTiCiWGzPro.lazyloading { background-image: none; }
#hib3StS5mJMeh9xwAlOr7ad3J2pKHMx9 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:13.4375rem;width:22.5rem;top:0rem;left:52.5rem;display:block; }
#nLxwTm9Tq96XnUEIeqOHEsThDnpt65b6 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.4;letter-spacing:0;top:26rem;left:54.5rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tdoldAhOkuwVTg4aZpOHrQLMyVkWGapu { position:absolute;display:block;z-index:15020;background-color:#fafafa;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:20.6875rem;width:22.5rem;top:13.4375rem;left:26.25rem;display:block; }
#yinfEU8kz7G8PTw0MxFPqchTVzDI5coB { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:23.25rem;left:28.0625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I9CnCscxpkJPppPNwZl7DfWkMztiB3Qf { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/zfG3Zxsm/Protetor_de_Calos.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.6875rem;width:18.25rem;top:0rem;left:28.375rem;display:block; }#I9CnCscxpkJPppPNwZl7DfWkMztiB3Qf.adaptive-delivery-prevent-bg, #I9CnCscxpkJPppPNwZl7DfWkMztiB3Qf.lazyload, #I9CnCscxpkJPppPNwZl7DfWkMztiB3Qf.lazyloading { background-image: none; }
#SB30Xsp5ZTBDD5q6zpNbBC6UMZoy9pgO { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:13.4375rem;width:22.5rem;top:0rem;left:26.25rem;display:block; }
#VOgRHmh0CiGmVwPKNFzApdfL7DgyQ5Zq { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.3125rem;left:70.6875rem;display:block; }
#ImzWzlpXnV2sH0euPKoo9L6aiD9wwAe3 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:31rem;left:71.25rem;display:block; }
#ViW0yTd9e3eJ50i3UiudVk3GTy8VmGCo { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:31.6875rem;left:54.625rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iOMqdQ0Erfap5A5dLLRnyZgvoOHCISnr { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.0625rem;width:18.5rem;top:30.3125rem;left:52.5rem;display:block; }
#oNTTE3uBDmzhzW1J9kHMh2cLTfRITOV3 { background-color:transparent;background-image:none;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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.625rem;height:4.0625rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:30.3125rem;left:52.1875rem;display:block; }
#xfk42P84S17St8woM4KDt3UUum5pN79X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gqnqwmstSfUOkFy3h8zKlT3iqyR5JoEl { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.3125rem;left:44.75rem;display:block; }
#o7BCScGd09tEZgUMJcK0rFgJr2GTqRnc { background-color:transparent;background-image:none;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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:4.0625rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:30.3125rem;left:26.5rem;display:block; }
#MhPAP0Sx7hsxwB2vxsTDg2Rg8N4ZHTP2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hOTL81UJuIR3GZSV7R0aP5q4XW6l0Wn9 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:31rem;left:45.3125rem;display:block; }
#PTWiv4ieCX2HbJUKuaxdhpPD7Saz4OlT { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:31.6875rem;left:28.375rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U85iUPntTTIA6CAupMBUbm83ZG4wRuAm { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.0625rem;width:18.5rem;top:30.3125rem;left:26.25rem;display:block; }
#bCQVSznEow5L6wVZXObE0UnoylcEMbil { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:26.375rem;left:28.25rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ed5eQJB4TTR4SVqikDdQHvk0IMADdZGP { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1;letter-spacing:0;top:17.625rem;left:28.1875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q6ElKcsvOAFtZziRTLb9GxrcvywRT7zd { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:15.5625rem;left:28.125rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wvGopXgSIpQNQkcXZKdOdrzE3TFDobl0 { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:31.6875rem;left:54.625rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#vSeEKAQs0SSRdC2WaJUsLLWSmMK4sLa3 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.0625rem;width:18.5rem;top:30.3125rem;left:52.5rem;display:none; }
#bxSTtcN2p3Z5ioMGPS3V4kocchN0l7Q5 { position:relative;display:block; }#bxSTtcN2p3Z5ioMGPS3V4kocchN0l7Q5 { background-color: transparent; background-image: none; }#bxSTtcN2p3Z5ioMGPS3V4kocchN0l7Q5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxSTtcN2p3Z5ioMGPS3V4kocchN0l7Q5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxSTtcN2p3Z5ioMGPS3V4kocchN0l7Q5 > .row .container > .video-iframe-container { display: none; }#bxSTtcN2p3Z5ioMGPS3V4kocchN0l7Q5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxSTtcN2p3Z5ioMGPS3V4kocchN0l7Q5 > .row > .video-iframe-container { display: none; }#bxSTtcN2p3Z5ioMGPS3V4kocchN0l7Q5 > .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); }#bxSTtcN2p3Z5ioMGPS3V4kocchN0l7Q5 { border-width: 0; border-radius: 0; }#bxSTtcN2p3Z5ioMGPS3V4kocchN0l7Q5 > .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; }#bxSTtcN2p3Z5ioMGPS3V4kocchN0l7Q5 > .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:9.25rem;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; }#fyoyZlyECRD24qvvOtTbACckcWtllXWz { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:6.1875rem;left:15.625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f15oVBCc2JqAl7cZgLB5SiBz1PvCw3Pe { position:relative;display:block; }#f15oVBCc2JqAl7cZgLB5SiBz1PvCw3Pe { background-color: transparent; background-image: none; }#f15oVBCc2JqAl7cZgLB5SiBz1PvCw3Pe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f15oVBCc2JqAl7cZgLB5SiBz1PvCw3Pe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f15oVBCc2JqAl7cZgLB5SiBz1PvCw3Pe > .row .container > .video-iframe-container { display: none; }#f15oVBCc2JqAl7cZgLB5SiBz1PvCw3Pe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f15oVBCc2JqAl7cZgLB5SiBz1PvCw3Pe > .row > .video-iframe-container { display: none; }#f15oVBCc2JqAl7cZgLB5SiBz1PvCw3Pe > .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); }#f15oVBCc2JqAl7cZgLB5SiBz1PvCw3Pe { border-width: 0; border-radius: 0; }#f15oVBCc2JqAl7cZgLB5SiBz1PvCw3Pe > .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; }#f15oVBCc2JqAl7cZgLB5SiBz1PvCw3Pe > .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:41.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T7Gl9GMDLbenuLsO4CJXuPmkZaTlVhn0 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4dbd143f-0906-4a5c-9e7e-865d5ef4a7f9/WhatsAppImage20221202at082800.crop_1280x1098_0,166.preview.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:13.4375rem;width:22.5rem;top:0rem;left:26.25rem;display:block; }#T7Gl9GMDLbenuLsO4CJXuPmkZaTlVhn0.adaptive-delivery-prevent-bg, #T7Gl9GMDLbenuLsO4CJXuPmkZaTlVhn0.lazyload, #T7Gl9GMDLbenuLsO4CJXuPmkZaTlVhn0.lazyloading { background-image: none; }
#SI3mby4eV3WSoldmXpXkOkC6ZmtiKxM1 { position:absolute;display:block;z-index:14997;background-color:#fafafa;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:20.6875rem;width:22.5rem;top:13.4375rem;left:26.25rem;display:block; }
#PrvLPQ9wVK3XU2hgXVHEvmeLRwvwNodJ { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:15.5625rem;left:28.1875rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ArgDNvAL0cS4hILDJTRzHAENKkkleoQO { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:26.125rem;left:28.125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dNT6MdvlueQKbfTp5wrkDtnKCsnpxKvr { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.3125rem;left:44.75rem;display:block; }
#X8UIbZxqS8Fc6S5R1rsIXQnbCANb2tVB { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:31rem;left:45.375rem;display:block; }
#oKZXEBlsZinPKLv3WwXWMHnRArBMKNgN { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:31.6875rem;left:28.375rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lErTBAbXQMociu130k5Tt3wKaTVkgNT5 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.0625rem;width:18.5rem;top:30.3125rem;left:26.25rem;display:block; }
#lzkZOKCv2lpzNJ64eHzdWArCLMmk2FCe { position:absolute;display:block;z-index:15008;background-color:#fafafa;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:20.6875rem;width:22.5rem;top:13.4375rem;left:52.4375rem;display:block; }
#huznhrVFTt7cApkyC9rVRJxhkavZeJyS { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.3125rem;left:70.9375rem;display:block; }
#xZpepcG6mfuTksgt4hPVkM0mozaNm8d4 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:31rem;left:71.5rem;display:block; }
#Nklxqf1cqDD5Gu5MThECAMdCQwBkIr88 { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:31.6875rem;left:54.5625rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xOGWxiJDqSAr0IVFoUOzSJSV2f12LW1w { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.0625rem;width:18.5rem;top:30.3125rem;left:52.4375rem;display:block; }
#H0c8Rbz5lgw7CTOCuqPzicO3ASxgBPQP { color:rgba(var(--color-tertiary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:17.75rem;left:54.3125rem;height:6.9970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iyD0du8BwLNGtVP870Wy6zGaXBCXCTwB { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:26.125rem;left:54.1875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IxBqqorEpG7TToJfm9duaxcCDmfq02TI { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:15.5625rem;left:54.3125rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T2tkPy5LxUwBnhCT6c3rf0J7EaNl5KCs { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c6768f53-778f-4481-9963-6707c7693b4d/WhatsAppImage20230412at13301021.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.4375rem;width:22.5rem;top:0rem;left:52.5rem;display:block; }#T2tkPy5LxUwBnhCT6c3rf0J7EaNl5KCs.adaptive-delivery-prevent-bg, #T2tkPy5LxUwBnhCT6c3rf0J7EaNl5KCs.lazyload, #T2tkPy5LxUwBnhCT6c3rf0J7EaNl5KCs.lazyloading { background-image: none; }
#ufZZ53B7WhWGKU1Z1rl2zRUl8NzSFcka { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:13.4375rem;width:22.5rem;top:0rem;left:52.4375rem;display:block; }
#OZom8UlF4M66JX4lEsr6i7wutnUSQzVs { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:18.0625rem;left:28.1875rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iSuuTuZ8Qxx5t90hXyUMMXGG86oOHg2p { background-color:transparent;background-image:none;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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.0625rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:30.3125rem;left:52.8125rem;display:block; }
#BaEP1An6oe1UJvCvyWTJgwJS2NIXoqX1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t82bapyGQXwqczqRGo2wEZoiZqgkyu17 { background-color:transparent;background-image:none;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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:4.0625rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:30.3125rem;left:26.25rem;display:block; }
#zJ2xnOHSzTvcXk2I7w7s9MA0V6X3lxWg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d3GCAZFe5d8CGRMULOnvTZsQ7LnSyPeb { position:absolute;display:block;z-index:15019;background-color:#fafafa;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:20.6875rem;width:22.5rem;top:13.4375rem;left:0.5625rem;display:block; }
#H8CgqK7iQkFxu9ve4wImeKfeT0ruoLnW { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.3125rem;left:19.0625rem;display:block; }
#NbhRJoOHmFchQoez8egbFDVpiG8xfZUo { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:31rem;left:19.625rem;display:block; }
#oExfLbzJ6M0lMXTsea493OBfkAUMiGJv { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:26.8125rem;left:2.5rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LsdxgFlemv1M4POQ0XSZJRDVpaUalfVz { color:rgba(var(--color-tertiary-2),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:17.625rem;left:2.5rem;height:8.3965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xFuVHy8zasJKdZfNzRdcTqwB2LTBwcRl { background-color:transparent;background-image:none;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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:4.0625rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:30.3125rem;left:0.8125rem;display:block; }
#EA16swVL22au3cUBaI4CSJqOIniDrr6D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZZ6KlIhcEaOInSZDGdvWGbp6S8tpOIEE { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:31.6875rem;left:2.6875rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rnq9QbCwP2ugIBZcvKf7LqFJuIkBTQCT { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.0625rem;width:18.5rem;top:30.3125rem;left:0.5625rem;display:block; }
#t9NeiTNVOQd5auMTPg4Kb8PCx3xCiOtV { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:15.5625rem;left:2.4375rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jt8V3GPBX2IFOfDyePIgqRy3QUkkPz2V { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/515qFWXT/Posicionador_de_dedos.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.6875rem;width:20.6875rem;top:0rem;left:0.5625rem;display:block; }#Jt8V3GPBX2IFOfDyePIgqRy3QUkkPz2V.adaptive-delivery-prevent-bg, #Jt8V3GPBX2IFOfDyePIgqRy3QUkkPz2V.lazyload, #Jt8V3GPBX2IFOfDyePIgqRy3QUkkPz2V.lazyloading { background-image: none; }
#EVaU8H5XKRKVbtBUfybG5tqPFK9OdArm { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:13.4375rem;width:22.5rem;top:0rem;left:0.5625rem;display:block; }
#Mvb2aXtuqkzKxH4rT4hgyxIbw0pCfSC6 { color:rgba(var(--color-tertiary-2),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15043;line-height:1.4;letter-spacing:0;top:27.0625rem;left:14.6875rem;height:1.3994125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QrHPX6B6Vi8uEqMOHtsAzboz2sRKEAim { color:rgba(var(--color-tertiary-2),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15044;line-height:1.4;letter-spacing:0;top:26.375rem;left:40.4375rem;height:1.3994125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#b7mlfu5VKg0fBgVeBbn9myywoDKZKLOZ { color:rgba(var(--color-tertiary-2),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15045;line-height:1.4;letter-spacing:0;top:26.375rem;left:66.5625rem;height:1.3994125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oryoslKAnclAeehXOZLld8Pibo8SyJBZ { position:relative;display:block; }#oryoslKAnclAeehXOZLld8Pibo8SyJBZ { background-color: transparent; background-image: none; }#oryoslKAnclAeehXOZLld8Pibo8SyJBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oryoslKAnclAeehXOZLld8Pibo8SyJBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oryoslKAnclAeehXOZLld8Pibo8SyJBZ > .row .container > .video-iframe-container { display: none; }#oryoslKAnclAeehXOZLld8Pibo8SyJBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oryoslKAnclAeehXOZLld8Pibo8SyJBZ > .row > .video-iframe-container { display: none; }#oryoslKAnclAeehXOZLld8Pibo8SyJBZ > .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); }#oryoslKAnclAeehXOZLld8Pibo8SyJBZ { border-width: 0; border-radius: 0; }#oryoslKAnclAeehXOZLld8Pibo8SyJBZ > .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; }#oryoslKAnclAeehXOZLld8Pibo8SyJBZ > .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:43.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HvdEhhxBfdPKNTrH8KsKZWb6w4IZ1cV0 { position:absolute;display:block;z-index:15016;background-color:#fafafa;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:20.6875rem;width:22.5rem;top:13.4375rem;left:26.25rem;display:block; }
#KQDmPzIQoocDFOJM72y9ZUAbVqAbGvvV { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.0625rem;width:18.5rem;top:30.3125rem;left:26.25rem;display:block; }
#dbK2dO8o6K8KVRZe8QGZXlVML4gZsdE7 { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:31.6875rem;left:28.375rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kTaK87NvE2wZXT9ISDtnFbHFFKczWTGE { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:27.25rem;left:28rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UqmKrT30cvtXIN70DJLOXXt9Sc7WS6ck { color:rgba(var(--color-tertiary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:19.5rem;left:28.0625rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#okbQE17S2uQJw5Ts6BIDyynThKy61AMg { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:15.5625rem;left:28.125rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wxb3svQJrre1znDECiSWa07SmpdXPtGM { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:13.4375rem;width:22.5rem;top:0rem;left:26.25rem;display:block; }
#NsRrl2GAFSJzLrC1HKZGb5XMk2qVLTv4 { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f76c0eb4-89fe-4b6a-9ac8-58bba0872249/whatsappimage20250423at0952126808ed513abfd.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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.0625rem;width:16.125rem;top:0.125rem;left:29.1875rem;display:block; }#NsRrl2GAFSJzLrC1HKZGb5XMk2qVLTv4.adaptive-delivery-prevent-bg, #NsRrl2GAFSJzLrC1HKZGb5XMk2qVLTv4.lazyload, #NsRrl2GAFSJzLrC1HKZGb5XMk2qVLTv4.lazyloading { background-image: none; }
#PqL8Ii6wTAKJtA1BBJDTV2oFmloNICLe { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:31rem;left:45.25rem;display:block; }
#loAIqGu5mLfVkkmiJz0517TfARDyLGki { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.3125rem;left:44.6875rem;display:block; }
#DcVvSt89Me0hHefBDy6ZgOBSEFHh8bMr { background-color:transparent;background-image:none;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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.125rem;height:4.0625rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:30.3125rem;left:26.625rem;display:block; }
#FnZGWLEBwCCm0JGSdZ5a7sSSNokWzeou { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cECRpUDxsfyfMDxmZtLPc2LvItv8T5nT { position:absolute;display:block;z-index:15016;background-color:#fafafa;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:20.6875rem;width:22.5rem;top:13.4375rem;left:0rem;display:block; }
#C3HwayUUEHftfhlhE8fs3xBA5PgKm0vg { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.0625rem;width:18.5rem;top:30.3125rem;left:0rem;display:block; }
#Pp7ZehTvToOAFOSJxwlkBQqFG5k41kMZ { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:31.6875rem;left:2.125rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hTtxxEq4KsTOKv5BXoq7Pvzc6MThoTSa { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:26.125rem;left:1.75rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iBIqNXDiqFS3dGor7Iz0flgABiVXI70G { color:rgba(var(--color-tertiary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:19.5rem;left:1.8125rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iWpSMmHU1DPRBD8ysAnZsX8WyiVM5aVE { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:31rem;left:19rem;display:block; }
#IgyJkWBsh3VvPskIT0xHMPrH2FK4GcpD { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.3125rem;left:18.4375rem;display:block; }
#DDRQa8bF4KRbpAvpeel4an0mU1MhXd8I { background-color:transparent;background-image:none;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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:4.0625rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:30.3125rem;left:0.25rem;display:block; }
#FWCuARFiH7p3LKxo2xShg7yRM0bQJ8ee { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wU1f9tw1VqZ7ZyMsk2Vhx3ChKBNSBhp2 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:15.5625rem;left:1.875rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XgWVZzO552eFc4Z5Z2fE2CBKuMJ70SQA { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:13.4375rem;width:22.5rem;top:0rem;left:0rem;display:block; }
#boeJSTu80m5xD3yGWRkdxtUvg5vehP8A { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/XYjFrMkq/unnamed_2_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.6875rem;width:18.25rem;top:0.375rem;left:2.125rem;display:block; }#boeJSTu80m5xD3yGWRkdxtUvg5vehP8A.adaptive-delivery-prevent-bg, #boeJSTu80m5xD3yGWRkdxtUvg5vehP8A.lazyload, #boeJSTu80m5xD3yGWRkdxtUvg5vehP8A.lazyloading { background-image: none; }
#oe1nmQaGZCXOASbf4MDtZwL5PrpJKVNd { color:rgba(var(--color-tertiary-2),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15046;line-height:1.4;letter-spacing:0;top:27.5rem;left:39.4375rem;height:1.3994125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vvubRCXQn5CfXI7C5g13KT9AuRcMFCsB { color:rgba(var(--color-tertiary-2),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15047;line-height:1.4;letter-spacing:0;top:26.5rem;left:11.75rem;height:1.3994125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kwOE6xAUWcVVJLGaVX4kMM209dJA65Be { position:absolute;display:block;z-index:15028;background-color:#fafafa;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;height:20.6875rem;width:22.5rem;top:13.4375rem;left:52.5rem;display:block; }
#BSo2HTa1xuxWHQcXTk1ZiGx6ggyLrdDw { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:27.25rem;left:54.25rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K2OG1RSnd9Bse92yO1K8TzFVJWIyis4Z { color:rgba(var(--color-tertiary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:19.5rem;left:54.3125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cF1Owa4o9WoQUTDwHQsrstBOTnRSeg1i { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:15.5625rem;left:54.375rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hKnMBI4U6d16qqN5lsS7siLwn48uqZRs { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.16) ;height:13.4375rem;width:22.5rem;top:0rem;left:52.5rem;display:block; }
#p6h4V2kzVNdXEvN1d0hyTTtNR6C33g5L { position:absolute;display:block;z-index:15031;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ed7aac1e-de14-4271-b164-ada12884cfcf/muleta.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.0625rem;width:20.5rem;top:0.125rem;left:53.5rem;display:block; }#p6h4V2kzVNdXEvN1d0hyTTtNR6C33g5L.adaptive-delivery-prevent-bg, #p6h4V2kzVNdXEvN1d0hyTTtNR6C33g5L.lazyload, #p6h4V2kzVNdXEvN1d0hyTTtNR6C33g5L.lazyloading { background-image: none; }
#sJRfM4HUzapU9JFaw5EmML5oVIDwfewp { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.0625rem;width:18.5rem;top:30.3125rem;left:52.5rem;display:block; }
#rhe1XkMBHoWVzapurIpdyod5IlBfg9zs { color:rgba(var(--color-primary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15037;line-height:1.4;letter-spacing:0;top:31.6875rem;left:54.625rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qlCm9i4LdV6Vmif3TVQLsptHWhATQ3NX { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:31rem;left:71.5rem;display:block; }
#Qgu5qzbTe0I3TO0HxqkChICyXlDdP1WL { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.0625rem;width:4.0625rem;top:30.3125rem;left:70.9375rem;display:block; }
#RtdK59myfoyUzmogoJN9MT7IZdeyp6Ip { background-color:transparent;background-image:none;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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.125rem;height:4.0625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:30.3125rem;left:52.875rem;display:block; }
#DUiWHg2nRDi01EZhCmc0BfRq4BtlRVQg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ADOSVAXs8neiZ9n41XWUGI3NLedLSrQW { position:relative;display:block; }#ADOSVAXs8neiZ9n41XWUGI3NLedLSrQW { background-color: transparent; background-image: none; }#ADOSVAXs8neiZ9n41XWUGI3NLedLSrQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADOSVAXs8neiZ9n41XWUGI3NLedLSrQW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADOSVAXs8neiZ9n41XWUGI3NLedLSrQW > .row .container > .video-iframe-container { display: none; }#ADOSVAXs8neiZ9n41XWUGI3NLedLSrQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADOSVAXs8neiZ9n41XWUGI3NLedLSrQW > .row > .video-iframe-container { display: none; }#ADOSVAXs8neiZ9n41XWUGI3NLedLSrQW > .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); }#ADOSVAXs8neiZ9n41XWUGI3NLedLSrQW { border-width: 0; border-radius: 0; }#ADOSVAXs8neiZ9n41XWUGI3NLedLSrQW > .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; }#ADOSVAXs8neiZ9n41XWUGI3NLedLSrQW > .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:9.9375rem;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; }#OOTovxPKVHWmaNkoHH196XR938IMTBhb { color:rgba(var(--color-tertiary-2),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:1.25rem;left:18.125rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rJQOa0UB31mtF24dZfhuWLw9RCMtbJpW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#rJQOa0UB31mtF24dZfhuWLw9RCMtbJpW > .row .container { background-color: transparent; background-image: none; }#rJQOa0UB31mtF24dZfhuWLw9RCMtbJpW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJQOa0UB31mtF24dZfhuWLw9RCMtbJpW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJQOa0UB31mtF24dZfhuWLw9RCMtbJpW > .row .container > .video-iframe-container { display: none; }#rJQOa0UB31mtF24dZfhuWLw9RCMtbJpW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJQOa0UB31mtF24dZfhuWLw9RCMtbJpW > .row > .video-iframe-container { display: none; }#rJQOa0UB31mtF24dZfhuWLw9RCMtbJpW > .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); }#rJQOa0UB31mtF24dZfhuWLw9RCMtbJpW > .row .container { border-width: 0; border-radius: 0; }#rJQOa0UB31mtF24dZfhuWLw9RCMtbJpW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rJQOa0UB31mtF24dZfhuWLw9RCMtbJpW > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#aML8f9TTdo1Pdn5C4FIeoOtrJvUgym6L { color:rgba(var(--color-tertiary-0),1);display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:7.6875rem;left:0rem;height:9.375rem;font-style:normal;display:block; }
#hpc2AiySx4N0pCAWcEK6c2k5U0IlRAWQ { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:1.28125rem;left:0rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q5P9CODUgTriufEIPwvTipg9T7OBPb9P { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:8rem;left:38.875rem;height:10.5rem;font-style:normal;display:block; }
#qZdlkfbtTb8f6dGTzHigDnxxTTqNA6tv { position:absolute;display:block;z-index:14998;background-color:#e6076f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.8125rem;width:61.4375rem;top:0rem;left:-22.5rem;display:block; }
#lK2B1mK18ObT5ZO6bhWuIPUaSGgmcRqO { color:rgba(var(--color-tertiary-0),1);display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:14995;line-height:1.1;letter-spacing:0;top:18.375rem;left:0rem;height:4.94921875rem;font-style:normal;display:block; }
#rAOflahDywPvrHVZ4GmqlZo3IQodgrxP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b38e;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; }#rAOflahDywPvrHVZ4GmqlZo3IQodgrxP > .row .container { background-color: transparent; background-image: none; }#rAOflahDywPvrHVZ4GmqlZo3IQodgrxP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAOflahDywPvrHVZ4GmqlZo3IQodgrxP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAOflahDywPvrHVZ4GmqlZo3IQodgrxP > .row .container > .video-iframe-container { display: none; }#rAOflahDywPvrHVZ4GmqlZo3IQodgrxP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAOflahDywPvrHVZ4GmqlZo3IQodgrxP > .row > .video-iframe-container { display: none; }#rAOflahDywPvrHVZ4GmqlZo3IQodgrxP > .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); }#rAOflahDywPvrHVZ4GmqlZo3IQodgrxP > .row .container { border-width: 0; border-radius: 0; }#rAOflahDywPvrHVZ4GmqlZo3IQodgrxP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rAOflahDywPvrHVZ4GmqlZo3IQodgrxP > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#z1gr830O6XDs7f0KKVg1mALltXSGdXZu { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:12.5625rem;left:2.3125rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZlaSRZkAuJ5c661xlx9XWbPsm4fRUoUQ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:12.5625rem;left:15.875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UXmvJ95X3RJSMn1H412fIW1tV9Evg4o1 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:12.5625rem;left:28rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NrgrQRhTsmGAgKJvxFBf5032aXRkBFae { position:absolute;display:block;z-index:15006;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.1875rem;width:7.1875rem;top:3.875rem;left:3.71875rem;overflow:hidden;display:block; }
#BdfTn4ykfEZAErx5UCJEVpHSnv5OHO8C { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:3.875rem;left:16.5625rem;overflow:hidden;display:block; }
#X8OELkmX9bXOtT2UwkpFELlxFFB7XC4k { position:absolute;display:block;z-index:15008;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.1875rem;width:7.1875rem;top:3.875rem;left:29.78125rem;overflow:hidden;display:block; }
#sgPHllUX6TmJSFDwK52tkQIJdkGHP8Xe { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:12.5625rem;left:43.8125rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R4JWERqzMWNZW60My299Tk8XgI3buPnh { 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:7.1875rem;width:7.1875rem;top:3.875rem;left:45.625rem;overflow:hidden;display:block; }
#RlOUhU2liQ4QsMGSbw4O2v8qXTOFxlOe { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:12.5rem;left:61.125rem;height:7.5rem;font-style:normal;display:block; }
#vkCJ6wZRNz6AZTkB5efylRWJLTlCkISX { position:absolute;display:block;z-index:15009;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.1875rem;width:7.1875rem;top:3.9375rem;left:61.125rem;overflow:hidden;display:block; }
#vBWcWGT48gQx5071INHBUiTax4GHumMV { position:absolute;display:block;z-index:15002;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:38.875rem;top:0rem;left:59.03125rem;display:block; }
#BrArqsiJmQT3L8cZ9PRHqptTDKMLhPOf { 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:none; }#BrArqsiJmQT3L8cZ9PRHqptTDKMLhPOf > .row .container { border-width: 0; border-radius: 0; }#BrArqsiJmQT3L8cZ9PRHqptTDKMLhPOf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BrArqsiJmQT3L8cZ9PRHqptTDKMLhPOf > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:none; }#RWe3SeIkvhopfaUHhuT0I6xk0a1kxJJd { color:rgba(var(--color-tertiary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:6.65625rem;left:21.5rem;height:5.625rem;font-style:normal;display:block; }
#AJZlBVTNKwJsvNQ5BW42qcDtT42SL31D { z-index:15006;top:7.125rem;left:48.25rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #39a32b;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;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VtR0TozWCDqfxGy7cc0ibfNqllbabfni { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C4i4oIKbnTvXtGTmaDEaDa93bI2Ce41d { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/3Kjjlcim/logonovo.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:10.875rem;width:13.4375rem;top:3.625rem;left:4.625rem;display:block; }#C4i4oIKbnTvXtGTmaDEaDa93bI2Ce41d.adaptive-delivery-prevent-bg, #C4i4oIKbnTvXtGTmaDEaDa93bI2Ce41d.lazyload, #C4i4oIKbnTvXtGTmaDEaDa93bI2Ce41d.lazyloading { background-image: none; }
#Bw1v9fl1tXXCh6ytNE8HuPcW1P6shVXx { z-index:15007;top:7.125rem;left:62.3125rem;background-color:#131313;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #3f3e3e;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;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GnQO7rI8tOChSqINollqg5zDAikq23MK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m8PCMrtXexCyX4p1JVBWlmDANshQNNub { 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; }#m8PCMrtXexCyX4p1JVBWlmDANshQNNub > .row .container { background-color: transparent; background-image: none; }#m8PCMrtXexCyX4p1JVBWlmDANshQNNub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8PCMrtXexCyX4p1JVBWlmDANshQNNub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8PCMrtXexCyX4p1JVBWlmDANshQNNub > .row .container > .video-iframe-container { display: none; }#m8PCMrtXexCyX4p1JVBWlmDANshQNNub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8PCMrtXexCyX4p1JVBWlmDANshQNNub > .row > .video-iframe-container { display: none; }#m8PCMrtXexCyX4p1JVBWlmDANshQNNub > .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); }#m8PCMrtXexCyX4p1JVBWlmDANshQNNub > .row .container { border-width: 0; border-radius: 0; }#m8PCMrtXexCyX4p1JVBWlmDANshQNNub > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m8PCMrtXexCyX4p1JVBWlmDANshQNNub > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#iFRZXRyirmRExzGckkr5GO2iM7XXpVbG { position:relative;display:block; }#iFRZXRyirmRExzGckkr5GO2iM7XXpVbG { background-color: transparent; background-image: none; }#iFRZXRyirmRExzGckkr5GO2iM7XXpVbG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFRZXRyirmRExzGckkr5GO2iM7XXpVbG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFRZXRyirmRExzGckkr5GO2iM7XXpVbG > .row .container > .video-iframe-container { display: none; }#iFRZXRyirmRExzGckkr5GO2iM7XXpVbG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFRZXRyirmRExzGckkr5GO2iM7XXpVbG > .row > .video-iframe-container { display: none; }#iFRZXRyirmRExzGckkr5GO2iM7XXpVbG > .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); }#iFRZXRyirmRExzGckkr5GO2iM7XXpVbG { border-width: 0; border-radius: 0; }#iFRZXRyirmRExzGckkr5GO2iM7XXpVbG > .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; }#iFRZXRyirmRExzGckkr5GO2iM7XXpVbG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #17ac4f;background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.25rem;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; }#a8MM5243BsDcKwDctX54UnH3cxMp5SqD { color:rgba(var(--color-tertiary-0),1);display:block;width:32.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.375rem;left:4.21875rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EF2eq96W9x8RDB17wC35DuGUscmunTnO { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);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;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:4.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:6.875rem;left:45.96875rem;display:block; }
#k1XPL2fpgTeGgXwQVFxfnT6LN9bFw1M3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LqQKqAkZhX4oMLqVCThTzLGyZC5cKO52 { position:relative;display:block; }#LqQKqAkZhX4oMLqVCThTzLGyZC5cKO52 { background-color: transparent; background-image: none; }#LqQKqAkZhX4oMLqVCThTzLGyZC5cKO52::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqQKqAkZhX4oMLqVCThTzLGyZC5cKO52 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqQKqAkZhX4oMLqVCThTzLGyZC5cKO52 > .row .container > .video-iframe-container { display: none; }#LqQKqAkZhX4oMLqVCThTzLGyZC5cKO52 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqQKqAkZhX4oMLqVCThTzLGyZC5cKO52 > .row > .video-iframe-container { display: none; }#LqQKqAkZhX4oMLqVCThTzLGyZC5cKO52 > .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); }#LqQKqAkZhX4oMLqVCThTzLGyZC5cKO52 { border-width: 0; border-radius: 0; }#LqQKqAkZhX4oMLqVCThTzLGyZC5cKO52 > .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; }#LqQKqAkZhX4oMLqVCThTzLGyZC5cKO52 > .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:4.1875rem;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; }#VkAnyuA34LuRGBwiQyvPUraiw42oETgh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#VkAnyuA34LuRGBwiQyvPUraiw42oETgh > .row .container { background-color: transparent; background-image: none; }#VkAnyuA34LuRGBwiQyvPUraiw42oETgh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkAnyuA34LuRGBwiQyvPUraiw42oETgh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkAnyuA34LuRGBwiQyvPUraiw42oETgh > .row .container > .video-iframe-container { display: none; }#VkAnyuA34LuRGBwiQyvPUraiw42oETgh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkAnyuA34LuRGBwiQyvPUraiw42oETgh > .row > .video-iframe-container { display: none; }#VkAnyuA34LuRGBwiQyvPUraiw42oETgh > .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); }#VkAnyuA34LuRGBwiQyvPUraiw42oETgh > .row .container { border-width: 0; border-radius: 0; }#VkAnyuA34LuRGBwiQyvPUraiw42oETgh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VkAnyuA34LuRGBwiQyvPUraiw42oETgh > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#yLXiHVX2smk9tpWWluNFenlXEsAArOsg { color:rgba(var(--color-tertiary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:5.25rem;left:0rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dPJJ8BcnZC0k5tT7TwGX9gRMAlzELLDC { color:rgba(var(--color-tertiary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:5.25rem;left:30.0625rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PQ293B53FJAJy1PisDw6oGqETtndPMy2 { color:#e6076f;display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:5rem;left:66.8125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LxEl6rg4LHcOdoL7LbDJc0qCMsHy2W3c { color:#39a32b;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:6.625rem;left:30.0625rem;height:2.90625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#grhhN8UvlRCIxW5IurX4CGiPBfl3CchI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#grhhN8UvlRCIxW5IurX4CGiPBfl3CchI > .row .container { background-color: transparent; background-image: none; }#grhhN8UvlRCIxW5IurX4CGiPBfl3CchI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grhhN8UvlRCIxW5IurX4CGiPBfl3CchI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grhhN8UvlRCIxW5IurX4CGiPBfl3CchI > .row .container > .video-iframe-container { display: none; }#grhhN8UvlRCIxW5IurX4CGiPBfl3CchI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grhhN8UvlRCIxW5IurX4CGiPBfl3CchI > .row > .video-iframe-container { display: none; }#grhhN8UvlRCIxW5IurX4CGiPBfl3CchI > .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); }#grhhN8UvlRCIxW5IurX4CGiPBfl3CchI > .row .container { border-width: 0; border-radius: 0; }#grhhN8UvlRCIxW5IurX4CGiPBfl3CchI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#grhhN8UvlRCIxW5IurX4CGiPBfl3CchI > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#TXEpSKHn041awUEgtL7B4uG3zLT1lC5Z { color:rgba(var(--color-tertiary-0),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:1.84375rem;left:26.8125rem;height:1.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xRUBU9oTTmXWR4yQzvBb5q1TTSBhUEx8 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#xRUBU9oTTmXWR4yQzvBb5q1TTSBhUEx8 { background-color: transparent; background-image: none; }#xRUBU9oTTmXWR4yQzvBb5q1TTSBhUEx8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRUBU9oTTmXWR4yQzvBb5q1TTSBhUEx8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRUBU9oTTmXWR4yQzvBb5q1TTSBhUEx8 > .row .container > .video-iframe-container { display: none; }#xRUBU9oTTmXWR4yQzvBb5q1TTSBhUEx8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRUBU9oTTmXWR4yQzvBb5q1TTSBhUEx8 > .row > .video-iframe-container { display: none; }#xRUBU9oTTmXWR4yQzvBb5q1TTSBhUEx8 > .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); }#xRUBU9oTTmXWR4yQzvBb5q1TTSBhUEx8 { border-width: 0; border-radius: 0; }#xRUBU9oTTmXWR4yQzvBb5q1TTSBhUEx8 > .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; }#xRUBU9oTTmXWR4yQzvBb5q1TTSBhUEx8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:5.8125rem;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; }#svhI8iMtd23qdl0GtE4LAPZ3aqOgRZAB { 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.1875rem solid #39a32b;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;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.375rem;height:4.375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:70.625rem;display:block; }
#WcGuAmiTMsSlWHRHwLmMfpaOPA1wR4bn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NQvRkWHrScxUcwVkCk9L4lK9LF7TGgGD { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.375rem;left:71.125rem;display:block; }
#SIvampDROLwz7SW2BwPTDJV55uFK60Ep { background-color:transparent;background-image:none;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;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:4.3125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0rem;left:70.5625rem;display:block; }
#QO9ctTEaC3qixAW8HoaDmdLDoLtAqGfT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXUQnRMkxvgzwvNL66GwJaBw7TiUnvRu { position:absolute;display:block;z-index:14999;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-4),0.17) ;height:5.75rem;width:13.1875rem;top:0rem;left:0rem;display:block; }
#uKkS2zlRWinuZQVNitqIM2GvTtNQQqbd { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/KXPPGic3/Balance_Foot_Logo_01_04.png");background-position:top right !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.8125rem;width:9.25rem;top:1.21875rem;left:1.96875rem;display:block; }#uKkS2zlRWinuZQVNitqIM2GvTtNQQqbd.adaptive-delivery-prevent-bg, #uKkS2zlRWinuZQVNitqIM2GvTtNQQqbd.lazyload, #uKkS2zlRWinuZQVNitqIM2GvTtNQQqbd.lazyloading { background-image: none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeHNQT1lfqwOgdWwsEucz6FhquciitCK { width:42.1875rem;height:11.4375rem;top:25.0625rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRo8vULuoD4T70qigu0ZtuSOTBgzzPED { width:3.75rem;height:3.5625rem;top:33rem;left:0rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML4PsuebUyBmen2SsmODsMaTFVyD2osV { width:32.5rem;height:1.75rem;top:38rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI2mKcplT6xn0trnOAOgGr1IBLZEAa0C { width:38.75rem;height:38.75rem;top:13rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #frDrlRabOy987dluVOkneZJUWfEdK9or { width:47.75rem;height:52.5rem;top:-1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAUe1GP85uiHRtOge7KB4B7pfwPZaAvO { width:12.5625rem;height:2.875rem;top:2.3125rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsdgwALHz117ba2JM27m2ec8ggsxy7tL { display:block; }
 }@media only screen and (max-width: 763px) { #KlZnNXGOu6fbgTU9rOcyycUQLQhtVtWq { width:7.8125rem;height:2.875rem;top:2.3125rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKFfgymzvOnkz5QRIZ2cRWyH6ZTlpIhm { display:block; }
 }@media only screen and (max-width: 763px) { #FaDlpu84t7yOJFLEerVSmHwXGqOa2qWq { width:23.9375rem;height:15.875rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOkgJvzT2fcURryKHy8FZC4zOzUmTgoU { width:30.125rem;height:1.1875rem;top:22.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qak1PVAEf1qSp6F36y5uZPLQpL40VTZo { width:1.9375rem;height:1.9375rem;top:21.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZC2C3uBP8xT7b3aquHl10XKsQKTOcW3 { width:38.75rem;height:38.75rem;top:13rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #lnPcO4frc0Cnff0DqVvlpkVm9KTmr4Vz { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lBhsqx1yoT4ewcWnlKph9QgUHEEiGTaB { display:block; }#lBhsqx1yoT4ewcWnlKph9QgUHEEiGTaB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIZyAFfq48vDTycfHM33qsbEgcPzQklh { width:42.1875rem;height:3.125rem;top:2.9375rem;left:2.8125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWMiaboZitBwXb8L07ZM6XzPQqAEpKrg { width:43.75rem;height:0.9375rem;top:2rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozGRU9oRssPomRdu775l58vNI5Asoe15 { display:block; }#ozGRU9oRssPomRdu775l58vNI5Asoe15 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCyOuZxuiPSN15G3pCDOT2PQnmW12CJk { width:5.375rem;height:3.625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8WlrQnJ9i6wRE7w9lo9aZzz1pSsCeic { width:47.75rem;height:2.5rem;top:1.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGlwKhdltIna83PfPD7BPgSIxuTSqBnW { display:block; }#QGlwKhdltIna83PfPD7BPgSIxuTSqBnW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4EwOrJHEAs9uuXRBZvzNniVVzhZfknR { width:38.75rem;height:1.5625rem;top:2.5rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCVubn0SGOotgagf5KZynVLPbe0TQTIF { display:block; }#hCVubn0SGOotgagf5KZynVLPbe0TQTIF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZVNPBifBVz61DCneR1sgQzneqZSVRDs { display:block; }#xZVNPBifBVz61DCneR1sgQzneqZSVRDs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyeuiHoZvfzLVBFDfKSdWGUO75MqXTWS { width:43.75rem;height:1.875rem;top:3rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMbMMgU06z1w8Ji7gc1LaeK0kDWJSyUx { display:block; }#aMbMMgU06z1w8Ji7gc1LaeK0kDWJSyUx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g70B6lbm2WTMt7SCepFGIfs9VlVVlnwn { width:43.75rem;height:1.5625rem;top:0rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7CPni4c7OWtJ5Odw8mtQaOMqAubpTTH { display:block; }#a7CPni4c7OWtJ5Odw8mtQaOMqAubpTTH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zI3HIgNKpQ2C1f4GnFfdVy8hkyGSQdKi { width:22.5rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfk52iHOZE24giIMeDDk7vz6EuMiZ5Pf { width:22.5rem;height:20.6875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxAi6HUFrt9NRxiF9KUrVZBu71yODNG5 { width:15.25rem;height:2.75rem;top:26.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJnTTEiavXLID4HEw7FBazSEksr76Qn0 { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJxgvP4gW2rk6lZ1xeWTVq9yIv1btcbx { width:2.5625rem;height:2.5625rem;top:31rem;left:13.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihnqoucIeNtBfeg3p6AktCFKix7hiHTs { width:15.9375rem;height:1.3125rem;top:31.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWgechugfwT7krIGGkDwGVGo4b1RxKnH { width:18.5rem;height:4.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8wLfpZB15AGS1T1o4BcXb0ES7sSLmhx { width:23.125rem;height:4.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKdahNVLup5bGMPouDOqzhwOZczpVtFq { display:block; }
 }@media only screen and (max-width: 763px) { #Trtefu1DsZVp31vvwmmDJEocTJIFF28d { width:22.5rem;height:13.4375rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEKxI8E5Nc2uJ23ohGiG1zF1Pyenoth9 { width:22.5rem;height:20.6875rem;top:13.4375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXg6wJxH1PfX08SG20qvuvLliqX8hd6X { width:15.25rem;height:2.75rem;top:26.25rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxEIw96UwL53tIN7URm46neQqwaO9d7T { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWP67J0OWE34v4MIxUw3SDcxszBhA6hA { width:2.5625rem;height:2.5625rem;top:31rem;left:45.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEQweVQ7WFi0JyiiMpJd3MAtnnbFKF4V { width:15.9375rem;height:1.3125rem;top:31.6875rem;left:31.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTVtMAHRZZDRp1E5JNfRTebRfo6lSiMx { width:18.5rem;height:4.0625rem;top:30.3125rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCPC2BtHXWNkOU1HTP5U3IT9apByxhXc { width:22rem;height:4.0625rem;top:30.3125rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txITIT6KI1sOHTl7Z0LuPOBUSkNUqq8h { display:block; }
 }@media only screen and (max-width: 763px) { #X43JAC0x6IVnTGVbsQsRZTaScLdDG4CJ { width:17.625rem;height:3.125rem;top:15.5625rem;left:30rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIlfs7RUTvS4asmfOqVF8WmWruJFxleq { width:20rem;height:5rem;top:19.25rem;left:27.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHhDuiOIoPsUltfevbAXawgqWpaBwCON { width:19.0625rem;height:1.875rem;top:24.4375rem;left:28.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E84mTpb3HrMIPxNhOf5RGdLidug3IiZP { width:17.625rem;height:3.125rem;top:15.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf2SZ3XNs56fbMUfz68l3N9mPaTcH5zG { width:20rem;height:4.5rem;top:19.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMTFThwR2ryVvtJ5J9rzRtL07zZ0S9zt { width:19.0625rem;height:1.875rem;top:24.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9sQ13kHbMaRCUh0H4s3TGTTqCprvTDi { width:22.5rem;height:20.6875rem;top:13.4375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnJy7aLgiRD8SGA3PbpH2H2skAfqABx4 { width:18.5rem;height:4.0625rem;top:30.3125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgHyklm2CbtWnhMPWOamP30LdVrfJ6rg { width:22.4375rem;height:4.0625rem;top:30.3125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDiN075wbzX8EUAJLCdKmUME5pzyBrPq { display:block; }
 }@media only screen and (max-width: 763px) { #GA06ZeSfuso0d0iiK0RUbhSTuQvTkALy { width:19.0625rem;height:1.875rem;top:24.4375rem;left:12.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qETarE0vDK8riSU2ZVQnfC9lkB9ZqCcs { width:15.25rem;height:2.75rem;top:26.25rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2NVTCZHnAiOoDyy0pZXM7S50GIWT0ne { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTfBTWqyILpXvTl99i4Id1ERcq2lfTpp { width:15.9375rem;height:1.3125rem;top:31.6875rem;left:15.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydqTX5uDcMzkn7bEKMGchdMk6SKUTE6q { width:20rem;height:4.5rem;top:19.25rem;left:11.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F15Jt51UmvKzJmaSQeqvIaaLFsmwmWfZ { width:2.5625rem;height:2.5625rem;top:31rem;left:29.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX2Ao2tshFamKbMkcUvTekb5rpBnC7IU { width:17.625rem;height:3.125rem;top:15.5625rem;left:14.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf3ouXbB4qRSUAf04xeNde2rbXlmCXzo { width:22.5rem;height:13.4375rem;top:0rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1yHgMXfap5SQrDq7duhmHP7kvkmHVQW { width:6.25rem;height:6.375rem;top:0.4375rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTg4geQtoamuD8KFNJS9Lt86My7rGRA { width:6.25rem;height:6.375rem;top:6.625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENmA0419c2ZtpLyXyFwCGMCApPcu8M7d { width:9.25rem;height:12.5rem;top:0.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh37kThs2cKcuX4MViKyqrLI6ayILGkA { width:9.25rem;height:12.5rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG4sfy1iTvT8LuQTOwOtvu3I9m7dmcbx { width:6.25rem;height:6.375rem;top:0.4375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIp896gmFp1CuwoFXwgvRe8KT1xHw5by { width:6.25rem;height:6.375rem;top:6.6875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyPpIKvTdHD0uBwaMNRRihHVTnhAMRJI { width:9.25rem;height:12.5rem;top:0.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR2vk4r7ihTqepOTIRFot2bURIXxPlMD { width:9.5625rem;height:9.6875rem;top:1.9375rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #riVBIdIEAosBzIVliXK9FcBMNfq9DuCK { width:22rem;height:4.0625rem;top:31.25rem;left:25.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sKKSHQH8PZb0uD90cOlEJ9nDCZzq4kzm { display:block; }
 }@media only screen and (max-width: 763px) { #Z9DD1BZayozs8hU7iCeHhi2dvoV4Ie0E { width:22rem;height:4.0625rem;top:31.25rem;left:25.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfmUbhaOQFa3EpkOz4pO4WfxAUiFiIDI { display:block; }
 }@media only screen and (max-width: 763px) { #Cey2LHr7Sta5MnbyFRytIdDBvXvzqT4n { display:block; }#Cey2LHr7Sta5MnbyFRytIdDBvXvzqT4n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0BSWIPw1ToQuIAA1XfCEUahLcrPeO8t { width:22.5rem;height:20.6875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyuioW6NG38ouXsxqcnH43x1Cvg4Uyf0 { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thwOKITtMfT70NZAEZHEzREw5t2p1mtI { width:2.5625rem;height:2.5625rem;top:31rem;left:18.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKF7mKityxBFZZXWlNKHboSnFLhFiJBI { width:15.9375rem;height:1.3125rem;top:31.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbZKh7T54P0MSALdyRoDdIH5wFvk1QXk { width:15.25rem;height:2.75rem;top:27.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaFv3SOXSwf2FqKiK4MGfX9KWrNuIDFE { width:19.0625rem;height:1.875rem;top:25.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB7RVTuiRMCq3UNnQO96oLsXJ4ECAvIT { width:18.8125rem;height:4.75rem;top:19.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZz3Toi9aBEaFXNuAGBHfJlBNI9UPfcm { width:17.625rem;height:3.125rem;top:15.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCOn22XqvrvicUSq5Na9tMv2lqERaHXd { width:22.1875rem;height:4.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfiFOKGItkcfXJ4HhHCBDOx9boBe02go { display:block; }
 }@media only screen and (max-width: 763px) { #zfqFTQBfk4ONwAS2FJGBqNJnxThnktXT { width:10.9375rem;height:13.4375rem;top:0rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgeo6Nxi9rpAIE3tiFWWQsJIed4WnoAG { width:22.5rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #owHchB6baxfnGhpA5uTVsBuJRQJ4ZcIE { width:22.5rem;height:20.6875rem;top:13.4375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbNpPN4q5JNyOSagF1Qm48cLiopo383E { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwVqsQ8SIKbkwkrCbMWis1Q4DTHwMXsu { width:2.5625rem;height:2.5625rem;top:31rem;left:35.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2seQ4pUmlfGeHTPpecgfAOQu77WxVrG { width:15.9375rem;height:1.3125rem;top:31.6875rem;left:15.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2QBEUrlW9N6tyHEoMHAag3OzK26ct2R { width:15.25rem;height:2.75rem;top:27.75rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBECvH9bgLPRVHRAsfpf1msPIUHbu6yW { width:19.0625rem;height:1.875rem;top:25.1875rem;left:12.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZrTCBw4o4f2fglvoU6OyMHP3prVa11k { width:18.8125rem;height:4.75rem;top:19.1875rem;left:12.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoM9UefiNLvsrFsxsAqAxoashH7Sw1xh { width:17.625rem;height:3.125rem;top:15.5625rem;left:14.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibWhTUELSaB6BRngNbPzuXlBgTulEQwU { width:22.1875rem;height:4.0625rem;top:30.3125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXl1ItCq9dt2P1o9779TAA16BOitDHy1 { display:block; }
 }@media only screen and (max-width: 763px) { #Ve75mMwQrKXsN1JxrIgzZE03TIfNU0tM { width:11rem;height:13.4375rem;top:0rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3NRyJFDGIvhUfoJGvsDLv2FPyJTeMNq { width:22.5rem;height:13.4375rem;top:0rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iptpgW9OAd7OgBdh24k5AEnzL19okdkZ { width:8.9375rem;height:8.5rem;top:3rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXVCn2iUQmXn6Vd8T6cIX9ezkV00VBK6 { width:8.9375rem;height:8.5rem;top:3rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1vriS0aSzImB6k0qE7kN0LeyZ1GVAac { display:block; }#V1vriS0aSzImB6k0qE7kN0LeyZ1GVAac > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1JR40TUIs0bwJRvm9OB2hq5mB6sX54k { width:43.75rem;height:1.5625rem;top:0rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUyG00vl7msm0W1rNaU5tKikzQbvThlE { display:block; }#vUyG00vl7msm0W1rNaU5tKikzQbvThlE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHQ1tfgsDWaJAH2fIJSQg04mGlSuqvGt { display:block; }#uHQ1tfgsDWaJAH2fIJSQg04mGlSuqvGt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTmUPgJN4JcwwP1skxzB2wLVU3UgJC0d { width:22.5rem;height:20.6875rem;top:13.4375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAdfgc3UeISqRvSP7NyItTqQDVSMiLSx { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTB42nn57bdsEzJhSAgVmcvRKm3sRMST { width:2.5625rem;height:2.5625rem;top:31rem;left:45.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFdNrQk21C4Aed4uqfFAqNiJubokEncq { width:15.9375rem;height:1.3125rem;top:31.6875rem;left:31.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmTFJGDTsWzJLHxGQgH7ZKoTNhs8TQrU { width:18.5rem;height:4.0625rem;top:30.3125rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmsmrt5lELEye08TOP98oaSNpdPExzym { width:15.25rem;height:2.75rem;top:26.25rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #goPWVdZbeU52gNO0wJCBfwcrBIXoU5Qi { width:19.0625rem;height:1.875rem;top:24.375rem;left:28.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTzpG1VUBmrXW68x708u6A9zQW1ecXvU { width:18.5625rem;height:4.5rem;top:17.625rem;left:29.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgJ21BxqywGO2nkApJAFb7JAutkWumAv { width:17.625rem;height:1.5625rem;top:15.5625rem;left:30rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aqq9V9ILzcucwTfdlHL8EMEnG5xe1nv4 { width:18.25rem;height:12.6875rem;top:0.375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEqIxAbq2SzsT3y0DgSvKWAmvQFbHN89 { width:22.5rem;height:13.4375rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f98wxta1u2Sxk0yQSoT7KkWZbDKUQuef { width:21.9375rem;height:4.0625rem;top:30.3125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btdh4yXPsnWZoezv7rIa30FkmTOhq2QJ { display:block; }
 }@media only screen and (max-width: 763px) { #mFVcfUJJZcvNNlyngJ0ABxiHpuT7UVql { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy7dBmGABScwkWI53S2uNoeSTF06pf2Z { width:18.5rem;height:4.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pspMDUGbw8ezxERrgnlnUOXIQEzN3GAA { width:22rem;height:4.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD6wDi0pc9ZwmCGoNihb3AsfME4t4Khn { display:block; }
 }@media only screen and (max-width: 763px) { #AXMsDEulttWr3ZcqThG2hoNIn7TWHiqB { width:2.5625rem;height:2.5625rem;top:31rem;left:13.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfRgEK0t6pLDy7eO4ZxmA1mPaunVv0IP { width:15.9375rem;height:1.3125rem;top:31.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QplFq3SGDETvgUxqolsFTGfsFTTaVfoM { width:22.5rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPSJ26BIkZQMe6LQDOFO7Co51P4GsrEV { width:22.5rem;height:20.6875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9WkZGuqGAi1X0iQsXewJBTXc23oBm0b { width:15.25rem;height:2.75rem;top:26.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKC7UBM78JAvEqTl5M86DAUJ3JpfIT5y { width:18.0625rem;height:11.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udwBnBiZ0QQ1CFTuiBwFIhmTzIAKusPs { width:17.625rem;height:3.125rem;top:15.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUEmmlm86eIyN48andMhC5PTB7OcG4M3 { width:20rem;height:4.6875rem;top:19.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxL2eRoaacdc0cd9NPZd77PGDgRBMiZU { width:19.0625rem;height:1.875rem;top:24.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uepVpPsDPXuRQFBnbRrxBVBUWHRyefQl { width:22.5rem;height:20.6875rem;top:13.4375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #utGGMtzFEZZ5Jm1Q76yPpxpt8LgeCpOM { width:15.25rem;height:2.75rem;top:26.375rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McWzzMEpU4usg4Ts4CMmWsPwpnN6cRWS { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAWUphxJ08utoFT47AqfLtylRVTqUx4v { width:18.5rem;height:4.0625rem;top:30.3125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #npUgOVAln7Ns2XspIKyXZq1L2JSHrneB { width:22.25rem;height:4.0625rem;top:30.3125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiJRsn2T3iNlfDOX7TTLl7h1ttXRwKGF { display:block; }
 }@media only screen and (max-width: 763px) { #taggNlzlRZuy26O1rKuh96hEbHGAq7td { width:2.5625rem;height:2.5625rem;top:31rem;left:29.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMviW6JTlGl4uFDiWTU4UquQZs0hk5A3 { width:15.9375rem;height:1.3125rem;top:31.6875rem;left:15.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHFSxwuxkT2g8AVxTcsZWwonbbXSSTWv { width:19.0625rem;height:1.875rem;top:24.125rem;left:12.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVZEHTH3TZe9koN8xibSA0PcX2JMRCyR { width:18.5625rem;height:6.0625rem;top:17.6875rem;left:13.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLdTl4wqxpcTVqc0Kc6ITOEuDlImkJPW { width:17.625rem;height:1.5625rem;top:15.5625rem;left:14.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAa61NgtTsxKnFTgk1D22m42aXRSyhn5 { width:22.5rem;height:13.4375rem;top:0rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnpSsfrqu70BvUEbqFngTMwhmF6enrfg { width:18.25rem;height:12.6875rem;top:0.375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8v4mLLq64E8GmfOiFqH45U0kKygr9bc { display:block; }#O8v4mLLq64E8GmfOiFqH45U0kKygr9bc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e85aXTsMBintTDJuLri8wypdTUrv7RAm { width:22.5rem;height:20.6875rem;top:13.4375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq6NCBfxe542GU9XuVTfud9dyk6yv0MZ { width:18.5rem;height:4.0625rem;top:30.3125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptg1KiUOkNuTaxQztVOu6hkLsfKEoTNq { width:22.3125rem;height:4.0625rem;top:30.3125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKZEefHZAIKHTLoDGk5REZ92I977GVx3 { display:block; }
 }@media only screen and (max-width: 763px) { #dPH55WmRseLb0gkUwtA2LBK5SMQeRk1h { width:15.9375rem;height:1.3125rem;top:31.6875rem;left:15.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIwf5DhhHZ5A6B0OnlwL1RBQDbW6iC9O { width:15.25rem;height:2.75rem;top:26.875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSTDMCQuSfaRenCwTSiDQbGHkhlhEwt1 { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uouEvGJHeBMDZCFi2Wl3XSWen1MUZILD { width:19.25rem;height:6.25rem;top:17.625rem;left:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1ysWaCKJm1Pd0S4usHBPDQEpQwHiWFK { width:19.0625rem;height:1.875rem;top:24.5rem;left:12.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTqeUbEyESiNhvv6MoKXlpqTtD24ixkg { width:2.5625rem;height:2.5625rem;top:31rem;left:29.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kblT7JAlVWx0JL4Mkx5TQ2REZ2fwvoyT { width:17.625rem;height:1.5625rem;top:15.5625rem;left:14.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE04ZD7U7ykoBoIVgMG7h8CQmhb6c3vv { width:22.5rem;height:13.4375rem;top:0rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRFVS4tmdUnZPBBVCtitWhcGOrwvZWet { width:20.625rem;height:12.6875rem;top:0.375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5CExZTH26Ngux96xdW0vFLg5OEZ9AO9 { display:block; }#k5CExZTH26Ngux96xdW0vFLg5OEZ9AO9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyPFRPne7aez8ksqS7O4m1FVGSZHDSae { display:block; }#wyPFRPne7aez8ksqS7O4m1FVGSZHDSae > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RUwPiWipCiVbnTCAPWUThLR6CdFX4swc { width:43.75rem;height:1.5625rem;top:0rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJvIykTDn6sDFwoL5INR8VTtFrGVaNH4 { display:block; }#GJvIykTDn6sDFwoL5INR8VTtFrGVaNH4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIgymr8ftQk6ONTGWlIi7WWhz28R5NfX { width:22.5rem;height:20.6875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEfTvWr9Tpm9q3rgvvqteMFHNTZqufqz { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2GERlsOoJXLITaXFDUTyZRJg6swVkg4 { width:2.5625rem;height:2.5625rem;top:31rem;left:18.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqhoXs2dXzlwhM4TtwUTGza8w83FEcv2 { width:15.9375rem;height:1.3125rem;top:31.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqod8RoshCCksFzHO6UmzuaxKz7MSKJt { width:18.5rem;height:4.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8tOLQv0v8KU7QVl6lJsSbIVGlaU4Dav { width:15.25rem;height:2.75rem;top:26.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRVEczoXwaVhA5xL1d1TSIz1l4pKI296 { width:19.0625rem;height:1.875rem;top:24.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBk1yXAvooHRw1blx4VqTEwsxFVxy2Ck { width:19.4375rem;height:4.75rem;top:19.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VikwpR5pUPdlhuJZus7bIhpeR2iVchGe { width:16.5625rem;height:3.125rem;top:15.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqVS8EimUZTtB9vQQR0GfRKTWcGa1lNC { width:16.5625rem;height:12.0625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLSKGGtauOJddtiqGWJ9ZoN57pdm4p5U { width:22.5rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf7w2hAAxvFhQfmQhATToPFF6SyEkT9X { width:22.375rem;height:4.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd0dGfnQvZr5PvVQyRRnp2wEUP97AE5q { display:block; }
 }@media only screen and (max-width: 763px) { #ZnfeGz1oi5npQbgtlgAG2VnhTNarugK2 { width:22.5rem;height:20.6875rem;top:13.4375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL7kogN9unCiuOaMB6FwyFflCpoLAVVF { width:17.625rem;height:3.125rem;top:15.5625rem;left:14.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqE4XP2qPDnDZTzedmkfkc7X7sN8zwkR { width:19.25rem;height:5rem;top:18.875rem;left:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFfWnTUfg31xsz8FcqnHWn6o9aqeJpw5 { width:19.0625rem;height:1.875rem;top:24.5rem;left:12.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXp1Qu8hQrFEUElR1XDG5UESTQ37uTEe { width:15.25rem;height:2.8125rem;top:27rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSdsltLXAWG2UcC8rThMbhBpALeBxnKA { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoUaGFrtd6LHacrvmiNmZQWhCZPlwsNb { width:2.5625rem;height:2.5625rem;top:31rem;left:35.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwmaixvNurCGVhvytGzxpQ52MAQA9OMk { width:15.9375rem;height:1.3125rem;top:31.6875rem;left:15.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5LF95bDEACnJkre3A35WHZb3t5aOf5v { width:18.5rem;height:4.0625rem;top:30.3125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLunrfGswXo80e3lOB0fpuKebT8nTIll { width:22.25rem;height:4.0625rem;top:30.3125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG9s7Altw6SNxdWunbN5dBy008lcHwlJ { display:block; }
 }@media only screen and (max-width: 763px) { #RnfpXWOiivIknQtLFELEvo5m00ITkoVg { width:14.4375rem;height:12.6875rem;top:0.375rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfHpUzo6J8uSUvDXO55MLz8KxuoZb2vO { width:22.5rem;height:13.4375rem;top:0rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT5NkAlDJayPHTuKMeo2Xacto7rukaRr { display:block; }#BT5NkAlDJayPHTuKMeo2Xacto7rukaRr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CiZnW8P8gKyOsw3TDTgJq3bAtFV6cEqn { display:block; }#CiZnW8P8gKyOsw3TDTgJq3bAtFV6cEqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ziiFg4vIM3uNlDPDrFuk52K8TbVncPpV { width:43.75rem;height:1.5625rem;top:0rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxcbVCBvzilo3astW2ZwnADxTCUI5QUC { display:block; }#DxcbVCBvzilo3astW2ZwnADxTCUI5QUC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iErc9NKVpZFpvgxEbPaVhKE6Qzqt77yk { width:22.5rem;height:20.6875rem;top:13.4375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqnbDZPfSBMAXXacDFB6LE866Jq0DMPL { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfZBemEV17h6lylGtMvtJZDO2xb8eDgq { width:2.5625rem;height:2.5625rem;top:31rem;left:44.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQw5G4duFqi7W0bsTEI4zwRGl1hBTUGB { width:22.0625rem;height:4.0625rem;top:30.3125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r90RIuiXFH5I7xu3SEHd2TKJ0ZTJMBAo { display:block; }
 }@media only screen and (max-width: 763px) { #gF2s4F0LQ48UxO1RCTPwRsXNSxKoLHT8 { width:15.9375rem;height:1.3125rem;top:31.6875rem;left:27.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2tS9b0OF3DQdd3uxpIWGLSu44HCBbkE { width:18.5rem;height:4.0625rem;top:30.3125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfSAhP530wVBu42k3zM2qVeypX35R6zl { width:15.25rem;height:2.75rem;top:26.3125rem;left:27.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOnqBX6OZn0JbQKATUhOXX6ZlkvrKTX3 { width:19.0625rem;height:1.875rem;top:23.75rem;left:27.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD6ZcphVRgzbZg7rX5upbt2GTWgNyhFL { width:15.9375rem;height:3.75rem;top:17.625rem;left:27.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5ti7Ld306oU5kTqOGAUscfJnHpGGTn4 { width:17.625rem;height:1.5625rem;top:15.5625rem;left:27.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7CkpGgXJq7C3aMBfLwT1At1PNooZSTC { width:18.25rem;height:12.6875rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie9ZewmeckApsuM2OAM0ePDZdlBkHEgN { width:22.5rem;height:13.4375rem;top:0rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ0F69nOCB56CrulvLHBOVIIkEy8xQxd { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #q67NT2suyKCeR01RAw4iOo4vkUOFKL0J { width:22.0625rem;height:4.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIqRJamURZHuQn1MSwdisHmkgwgUyGQV { display:block; }
 }@media only screen and (max-width: 763px) { #LNXchylKQSEFGK8fIZLZSDAspxMo6PSf { width:22.5rem;height:20.6875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlWvk41PyX6WxUDgxZJQUMWQSxyUw9IJ { width:2.5625rem;height:2.5625rem;top:31rem;left:18.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvfoHzbG295WDwKzX978IlfPnG1ZZPbO { width:15.9375rem;height:1.3125rem;top:31.6875rem;left:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZfMA9QeMwG6SDtZhQ0smlMXarrPoWCm { width:18.5rem;height:4.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgn4VyCWTKdvWiOetgUQCTtPTg0eQfG5 { width:15.25rem;height:1.375rem;top:26.0625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfzcSFOGRnvylg14AbW8LD6tHhk5nvbh { width:19.0625rem;height:1.875rem;top:23.5rem;left:1.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpcOGFTkyFzzhncCrUk7yyP0J58RCyrZ { width:15.9375rem;height:3.75rem;top:17.625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgEwQIyw2NGgbwJTvN89KzX6UC5ALuGh { width:17.625rem;height:1.5625rem;top:15.5625rem;left:1.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv73infZATpKqxfdZtJZCqcn4p1enaxo { width:18.25rem;height:12.6875rem;top:0.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIzQbFuh1oeA0VygDmiq1OpQZKGvS7vZ { width:22.5rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJQRCzckJlMAM9rD1bz2pS8a3EzvqCBJ { display:block; }#EJQRCzckJlMAM9rD1bz2pS8a3EzvqCBJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Evih8UofNo7zXly6k3Xahtm8ryWTmzoR { display:block; }#Evih8UofNo7zXly6k3Xahtm8ryWTmzoR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eq2kCNHhN8TXubJ6sU8H1aWOP8W6XM2T { width:43.75rem;height:1.5625rem;top:0rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxTLHcGVQQfhgbr401DqJs3auheOA3oU { display:block; }#IxTLHcGVQQfhgbr401DqJs3auheOA3oU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbFcC86W3nqWIApFgPDlexXcax0EQEka { width:22.5rem;height:20.6875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkdOPFvHC4OGDFMaedGHgKx9KsrUe4N3 { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofycZaDN0GXlHDiu06XFKNs0KyLuUTTz { width:2.5625rem;height:2.5625rem;top:31rem;left:13.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqHivTTPTwmC62wUN0beDlwNT4LkkRZM { width:15.9375rem;height:1.3125rem;top:31.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPUMw9lvSAxZG5INi2WFo0vyLsMpU120 { width:18.5rem;height:4.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlFUQOfsxB1W4wAwieeRDtxHqAwcWkyw { width:19.0625rem;height:1.875rem;top:24.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1x9ndAV2Rbna4ZXNd91waaVeviZvy1M { width:18.625rem;height:5rem;top:17.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6HXxatGSCAf6Eu388meVRtEfqfwkAKw { width:17.625rem;height:3.125rem;top:15.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgMKnK8V8Bvgcy5ECQfUBAm8o60VPNqA { width:15rem;height:12.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoKUkQIyHxZU7bbexL2y2ipuCS2Wut83 { width:22.5rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTiNtVSekHCkvzKrIuxpgUCNZWgb7IUK { width:15.25rem;height:2.75rem;top:26.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIJ4TpFzmrAdqok9mF1C8ROfCOIeghAK { width:22.5625rem;height:4.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkWHaRCBkQpN9gNCqArWLIbeRZZvXRck { display:block; }
 }@media only screen and (max-width: 763px) { #Sb6hXVdqtzmZ5T0V7GAQtvl2Fcopxnk8 { width:22.5rem;height:20.6875rem;top:13.4375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1icZZh2fZadvKo5QRz8kdMHHtKGbs9L { width:19.0625rem;height:1.875rem;top:23.25rem;left:28.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCuGpxn9yadSSk71RU11Ale7lCvd4BVe { width:15.9375rem;height:2rem;top:19.625rem;left:31.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAqwCykR8lvNsHtV9JUUiUdcQBDMKCHq { width:14.4375rem;height:3.125rem;top:15.5625rem;left:31.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuN62Stda3KziQme61qzHRTiCiWGzPro { width:18.25rem;height:12.6875rem;top:0.375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hib3StS5mJMeh9xwAlOr7ad3J2pKHMx9 { width:22.5rem;height:13.4375rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLxwTm9Tq96XnUEIeqOHEsThDnpt65b6 { width:15.25rem;height:2.75rem;top:26rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdoldAhOkuwVTg4aZpOHrQLMyVkWGapu { width:22.5rem;height:20.6875rem;top:13.4375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yinfEU8kz7G8PTw0MxFPqchTVzDI5coB { width:19.0625rem;height:1.875rem;top:23.25rem;left:12.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9CnCscxpkJPppPNwZl7DfWkMztiB3Qf { width:18.25rem;height:12.6875rem;top:0rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB30Xsp5ZTBDD5q6zpNbBC6UMZoy9pgO { width:22.5rem;height:13.4375rem;top:0rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOgRHmh0CiGmVwPKNFzApdfL7DgyQ5Zq { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImzWzlpXnV2sH0euPKoo9L6aiD9wwAe3 { width:2.5625rem;height:2.5625rem;top:31rem;left:45.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViW0yTd9e3eJ50i3UiudVk3GTy8VmGCo { width:15.9375rem;height:1.3125rem;top:31.6875rem;left:31.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOMqdQ0Erfap5A5dLLRnyZgvoOHCISnr { width:18.5rem;height:4.0625rem;top:30.3125rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNTTE3uBDmzhzW1J9kHMh2cLTfRITOV3 { width:22.625rem;height:4.0625rem;top:30.3125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfk42P84S17St8woM4KDt3UUum5pN79X { display:block; }
 }@media only screen and (max-width: 763px) { #gqnqwmstSfUOkFy3h8zKlT3iqyR5JoEl { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7BCScGd09tEZgUMJcK0rFgJr2GTqRnc { width:22.1875rem;height:4.0625rem;top:30.3125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhPAP0Sx7hsxwB2vxsTDg2Rg8N4ZHTP2 { display:block; }
 }@media only screen and (max-width: 763px) { #hOTL81UJuIR3GZSV7R0aP5q4XW6l0Wn9 { width:2.5625rem;height:2.5625rem;top:31rem;left:29.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTWiv4ieCX2HbJUKuaxdhpPD7Saz4OlT { width:15.9375rem;height:1.3125rem;top:31.6875rem;left:15.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U85iUPntTTIA6CAupMBUbm83ZG4wRuAm { width:18.5rem;height:4.0625rem;top:30.3125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCQVSznEow5L6wVZXObE0UnoylcEMbil { width:15.25rem;height:2.75rem;top:26.375rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed5eQJB4TTR4SVqikDdQHvk0IMADdZGP { width:15.9375rem;height:2rem;top:17.625rem;left:15.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6ElKcsvOAFtZziRTLb9GxrcvywRT7zd { width:17.625rem;height:1.5625rem;top:15.5625rem;left:14.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvGopXgSIpQNQkcXZKdOdrzE3TFDobl0 { width:15.9375rem;height:1.3125rem;top:31.6875rem;left:31.6875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSeEKAQs0SSRdC2WaJUsLLWSmMK4sLa3 { width:18.5rem;height:4.0625rem;top:30.3125rem;left:29.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxSTtcN2p3Z5ioMGPS3V4kocchN0l7Q5 { display:block; }#bxSTtcN2p3Z5ioMGPS3V4kocchN0l7Q5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyoyZlyECRD24qvvOtTbACckcWtllXWz { width:43.75rem;height:1.875rem;top:6.1875rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f15oVBCc2JqAl7cZgLB5SiBz1PvCw3Pe { display:block; }#f15oVBCc2JqAl7cZgLB5SiBz1PvCw3Pe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7Gl9GMDLbenuLsO4CJXuPmkZaTlVhn0 { width:22.5rem;height:13.4375rem;top:0rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI3mby4eV3WSoldmXpXkOkC6ZmtiKxM1 { width:22.5rem;height:20.6875rem;top:13.4375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrvLPQ9wVK3XU2hgXVHEvmeLRwvwNodJ { width:17.625rem;height:1.5625rem;top:15.5625rem;left:14.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArgDNvAL0cS4hILDJTRzHAENKkkleoQO { width:19.0625rem;height:1.875rem;top:26.125rem;left:12.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNT6MdvlueQKbfTp5wrkDtnKCsnpxKvr { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8UIbZxqS8Fc6S5R1rsIXQnbCANb2tVB { width:2.5625rem;height:2.5625rem;top:31rem;left:29.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKZXEBlsZinPKLv3WwXWMHnRArBMKNgN { width:15.9375rem;height:1.3125rem;top:31.6875rem;left:15.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lErTBAbXQMociu130k5Tt3wKaTVkgNT5 { width:18.5rem;height:4.0625rem;top:30.3125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzkZOKCv2lpzNJ64eHzdWArCLMmk2FCe { width:22.5rem;height:20.6875rem;top:13.4375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huznhrVFTt7cApkyC9rVRJxhkavZeJyS { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZpepcG6mfuTksgt4hPVkM0mozaNm8d4 { width:2.5625rem;height:2.5625rem;top:31rem;left:45.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nklxqf1cqDD5Gu5MThECAMdCQwBkIr88 { width:15.9375rem;height:1.3125rem;top:31.6875rem;left:31.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOGWxiJDqSAr0IVFoUOzSJSV2f12LW1w { width:18.5rem;height:4.0625rem;top:30.3125rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0c8Rbz5lgw7CTOCuqPzicO3ASxgBPQP { width:17.875rem;height:6.875rem;top:17.75rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyD0du8BwLNGtVP870Wy6zGaXBCXCTwB { width:19.0625rem;height:1.875rem;top:26.125rem;left:28.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxBqqorEpG7TToJfm9duaxcCDmfq02TI { width:17.625rem;height:1.5625rem;top:15.5625rem;left:30rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2tkPy5LxUwBnhCT6c3rf0J7EaNl5KCs { width:22.5rem;height:13.4375rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufZZ53B7WhWGKU1Z1rl2zRUl8NzSFcka { width:22.5rem;height:13.4375rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZom8UlF4M66JX4lEsr6i7wutnUSQzVs { width:18.5rem;height:5.5rem;top:18.0625rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSuuTuZ8Qxx5t90hXyUMMXGG86oOHg2p { width:21.875rem;height:4.0625rem;top:30.3125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaEP1An6oe1UJvCvyWTJgwJS2NIXoqX1 { display:block; }
 }@media only screen and (max-width: 763px) { #t82bapyGQXwqczqRGo2wEZoiZqgkyu17 { width:22.3125rem;height:4.0625rem;top:30.3125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ2xnOHSzTvcXk2I7w7s9MA0V6X3lxWg { display:block; }
 }@media only screen and (max-width: 763px) { #d3GCAZFe5d8CGRMULOnvTZsQ7LnSyPeb { width:22.5rem;height:20.6875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8CgqK7iQkFxu9ve4wImeKfeT0ruoLnW { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbhRJoOHmFchQoez8egbFDVpiG8xfZUo { width:2.5625rem;height:2.5625rem;top:31rem;left:13.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oExfLbzJ6M0lMXTsea493OBfkAUMiGJv { width:19.0625rem;height:1.875rem;top:26.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsdxgFlemv1M4POQ0XSZJRDVpaUalfVz { width:17.4375rem;height:8.25rem;top:17.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFuVHy8zasJKdZfNzRdcTqwB2LTBwcRl { width:22.3125rem;height:4.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA16swVL22au3cUBaI4CSJqOIniDrr6D { display:block; }
 }@media only screen and (max-width: 763px) { #ZZ6KlIhcEaOInSZDGdvWGbp6S8tpOIEE { width:15.9375rem;height:1.3125rem;top:31.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rnq9QbCwP2ugIBZcvKf7LqFJuIkBTQCT { width:18.5rem;height:4.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9NeiTNVOQd5auMTPg4Kb8PCx3xCiOtV { width:17.625rem;height:1.5625rem;top:15.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt8V3GPBX2IFOfDyePIgqRy3QUkkPz2V { width:20.6875rem;height:12.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVaU8H5XKRKVbtBUfybG5tqPFK9OdArm { width:22.5rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvb2aXtuqkzKxH4rT4hgyxIbw0pCfSC6 { width:4.4375rem;height:1.375rem;top:27.0625rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrHPX6B6Vi8uEqMOHtsAzboz2sRKEAim { width:4.375rem;height:1.375rem;top:26.375rem;left:26.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7mlfu5VKg0fBgVeBbn9myywoDKZKLOZ { width:4.4375rem;height:1.375rem;top:26.375rem;left:43.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oryoslKAnclAeehXOZLld8Pibo8SyJBZ { display:block; }#oryoslKAnclAeehXOZLld8Pibo8SyJBZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvdEhhxBfdPKNTrH8KsKZWb6w4IZ1cV0 { width:22.5rem;height:20.6875rem;top:13.4375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQDmPzIQoocDFOJM72y9ZUAbVqAbGvvV { width:18.5rem;height:4.0625rem;top:30.3125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbK2dO8o6K8KVRZe8QGZXlVML4gZsdE7 { width:15.9375rem;height:1.3125rem;top:31.6875rem;left:15.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTaK87NvE2wZXT9ISDtnFbHFFKczWTGE { width:19.0625rem;height:1.875rem;top:27.25rem;left:12.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqmKrT30cvtXIN70DJLOXXt9Sc7WS6ck { width:18.8125rem;height:7.125rem;top:19.5rem;left:12.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okbQE17S2uQJw5Ts6BIDyynThKy61AMg { width:17.625rem;height:3.125rem;top:15.5625rem;left:14.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxb3svQJrre1znDECiSWa07SmpdXPtGM { width:22.5rem;height:13.4375rem;top:0rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsRrl2GAFSJzLrC1HKZGb5XMk2qVLTv4 { width:16.125rem;height:13.0625rem;top:0.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqL8Ii6wTAKJtA1BBJDTV2oFmloNICLe { width:2.5625rem;height:2.5625rem;top:31rem;left:29.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #loAIqGu5mLfVkkmiJz0517TfARDyLGki { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcVvSt89Me0hHefBDy6ZgOBSEFHh8bMr { width:22.125rem;height:4.0625rem;top:30.3125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnZGWLEBwCCm0JGSdZ5a7sSSNokWzeou { display:block; }
 }@media only screen and (max-width: 763px) { #cECRpUDxsfyfMDxmZtLPc2LvItv8T5nT { width:22.5rem;height:20.6875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3HwayUUEHftfhlhE8fs3xBA5PgKm0vg { width:18.5rem;height:4.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp7ZehTvToOAFOSJxwlkBQqFG5k41kMZ { width:15.9375rem;height:1.3125rem;top:31.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTtxxEq4KsTOKv5BXoq7Pvzc6MThoTSa { width:19.0625rem;height:1.875rem;top:26.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBIqNXDiqFS3dGor7Iz0flgABiVXI70G { width:18.8125rem;height:5.9375rem;top:19.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWpSMmHU1DPRBD8ysAnZsX8WyiVM5aVE { width:2.5625rem;height:2.5625rem;top:31rem;left:13.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgyJkWBsh3VvPskIT0xHMPrH2FK4GcpD { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDRQa8bF4KRbpAvpeel4an0mU1MhXd8I { width:22.25rem;height:4.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWCuARFiH7p3LKxo2xShg7yRM0bQJ8ee { display:block; }
 }@media only screen and (max-width: 763px) { #wU1f9tw1VqZ7ZyMsk2Vhx3ChKBNSBhp2 { width:17.625rem;height:3.125rem;top:15.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgWVZzO552eFc4Z5Z2fE2CBKuMJ70SQA { width:22.5rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #boeJSTu80m5xD3yGWRkdxtUvg5vehP8A { width:18.25rem;height:12.6875rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe1nmQaGZCXOASbf4MDtZwL5PrpJKVNd { width:7.6875rem;height:1.375rem;top:27.5rem;left:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvubRCXQn5CfXI7C5g13KT9AuRcMFCsB { width:8.25rem;height:1.375rem;top:26.5rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwOE6xAUWcVVJLGaVX4kMM209dJA65Be { width:22.5rem;height:20.6875rem;top:13.4375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSo2HTa1xuxWHQcXTk1ZiGx6ggyLrdDw { width:19.0625rem;height:1.875rem;top:27.25rem;left:28.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2OG1RSnd9Bse92yO1K8TzFVJWIyis4Z { width:18.8125rem;height:4.75rem;top:19.5rem;left:28.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF1Owa4o9WoQUTDwHQsrstBOTnRSeg1i { width:17.625rem;height:3.125rem;top:15.5625rem;left:30rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKnMBI4U6d16qqN5lsS7siLwn48uqZRs { width:22.5rem;height:13.4375rem;top:0rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6h4V2kzVNdXEvN1d0hyTTtNR6C33g5L { width:20.5rem;height:13.0625rem;top:0.125rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJRfM4HUzapU9JFaw5EmML5oVIDwfewp { width:18.5rem;height:4.0625rem;top:30.3125rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhe1XkMBHoWVzapurIpdyod5IlBfg9zs { width:15.9375rem;height:1.3125rem;top:31.6875rem;left:31.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlCm9i4LdV6Vmif3TVQLsptHWhATQ3NX { width:2.5625rem;height:2.5625rem;top:31rem;left:45.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgu5qzbTe0I3TO0HxqkChICyXlDdP1WL { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtdK59myfoyUzmogoJN9MT7IZdeyp6Ip { width:22.125rem;height:4.0625rem;top:30.3125rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUiWHg2nRDi01EZhCmc0BfRq4BtlRVQg { display:block; }
 }@media only screen and (max-width: 763px) { #ADOSVAXs8neiZ9n41XWUGI3NLedLSrQW { display:block; }#ADOSVAXs8neiZ9n41XWUGI3NLedLSrQW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOTovxPKVHWmaNkoHH196XR938IMTBhb { width:38.75rem;height:1.5625rem;top:1.25rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJQOa0UB31mtF24dZfhuWLw9RCMtbJpW { display:block; }#rJQOa0UB31mtF24dZfhuWLw9RCMtbJpW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aML8f9TTdo1Pdn5C4FIeoOtrJvUgym6L { width:28rem;height:9.375rem;top:7.6875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpc2AiySx4N0pCAWcEK6c2k5U0IlRAWQ { width:46.0625rem;height:1.25rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5P9CODUgTriufEIPwvTipg9T7OBPb9P { width:28.5rem;height:10.5rem;top:8rem;left:19.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZdlkfbtTb8f6dGTzHigDnxxTTqNA6tv { width:47.75rem;height:3.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK2B1mK18ObT5ZO6bhWuIPUaSGgmcRqO { width:28rem;height:4.9375rem;top:18.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAOflahDywPvrHVZ4GmqlZo3IQodgrxP { display:block; }#rAOflahDywPvrHVZ4GmqlZo3IQodgrxP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1gr830O6XDs7f0KKVg1mALltXSGdXZu { width:10rem;height:6rem;top:12.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlaSRZkAuJ5c661xlx9XWbPsm4fRUoUQ { width:8.5625rem;height:4.5rem;top:12.5625rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXmvJ95X3RJSMn1H412fIW1tV9Evg4o1 { width:10.75rem;height:6rem;top:12.5625rem;left:14.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrgrQRhTsmGAgKJvxFBf5032aXRkBFae { width:7.1875rem;height:7.1875rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdfTn4ykfEZAErx5UCJEVpHSnv5OHO8C { width:7.1875rem;height:7.1875rem;top:3.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8OELkmX9bXOtT2UwkpFELlxFFB7XC4k { width:7.1875rem;height:7.1875rem;top:3.875rem;left:16.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgPHllUX6TmJSFDwK52tkQIJdkGHP8Xe { width:10.8125rem;height:6rem;top:12.5625rem;left:30.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4JWERqzMWNZW60My299Tk8XgI3buPnh { width:7.1875rem;height:7.1875rem;top:3.875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlOUhU2liQ4QsMGSbw4O2v8qXTOFxlOe { width:13.875rem;height:7.5rem;top:12.5rem;left:33.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkCJ6wZRNz6AZTkB5efylRWJLTlCkISX { width:7.1875rem;height:7.1875rem;top:3.9375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBWcWGT48gQx5071INHBUiTax4GHumMV { width:38.875rem;height:24.375rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrArqsiJmQT3L8cZ9PRHqptTDKMLhPOf { display:block; }#BrArqsiJmQT3L8cZ9PRHqptTDKMLhPOf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWe3SeIkvhopfaUHhuT0I6xk0a1kxJJd { width:22.1875rem;height:5.625rem;top:6.625rem;left:7.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJZlBVTNKwJsvNQ5BW42qcDtT42SL31D { top:7.125rem;left:34.625rem;width:12.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtR0TozWCDqfxGy7cc0ibfNqllbabfni { display:block; }
 }@media only screen and (max-width: 763px) { #C4i4oIKbnTvXtGTmaDEaDa93bI2Ce41d { width:13.4375rem;height:10.875rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw1v9fl1tXXCh6ytNE8HuPcW1P6shVXx { top:7.125rem;left:35.0625rem;width:12.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnQO7rI8tOChSqINollqg5zDAikq23MK { display:block; }
 }@media only screen and (max-width: 763px) { #m8PCMrtXexCyX4p1JVBWlmDANshQNNub { display:block; }#m8PCMrtXexCyX4p1JVBWlmDANshQNNub > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFRZXRyirmRExzGckkr5GO2iM7XXpVbG { display:block; }#iFRZXRyirmRExzGckkr5GO2iM7XXpVbG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8MM5243BsDcKwDctX54UnH3cxMp5SqD { width:32.25rem;height:7.5rem;top:3.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF2eq96W9x8RDB17wC35DuGUscmunTnO { width:23.125rem;height:4.0625rem;top:6.875rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1XPL2fpgTeGgXwQVFxfnT6LN9bFw1M3 { display:block; }
 }@media only screen and (max-width: 763px) { #LqQKqAkZhX4oMLqVCThTzLGyZC5cKO52 { display:block; }#LqQKqAkZhX4oMLqVCThTzLGyZC5cKO52 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkAnyuA34LuRGBwiQyvPUraiw42oETgh { display:block; }#VkAnyuA34LuRGBwiQyvPUraiw42oETgh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLXiHVX2smk9tpWWluNFenlXEsAArOsg { width:17.75rem;height:5.625rem;top:5.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPJJ8BcnZC0k5tT7TwGX9gRMAlzELLDC { width:14.875rem;height:6.5rem;top:5.25rem;left:16.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ293B53FJAJy1PisDw6oGqETtndPMy2 { width:8.1875rem;height:3.75rem;top:5rem;left:32.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxEl6rg4LHcOdoL7LbDJc0qCMsHy2W3c { width:14.875rem;height:2.875rem;top:6.625rem;left:16.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grhhN8UvlRCIxW5IurX4CGiPBfl3CchI { display:block; }#grhhN8UvlRCIxW5IurX4CGiPBfl3CchI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXEpSKHn041awUEgtL7B4uG3zLT1lC5Z { width:21.375rem;height:1.375rem;top:1.8125rem;left:13.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRUBU9oTTmXWR4yQzvBb5q1TTSBhUEx8 { display:block; }#xRUBU9oTTmXWR4yQzvBb5q1TTSBhUEx8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #svhI8iMtd23qdl0GtE4LAPZ3aqOgRZAB { width:4.375rem;height:4.375rem;top:0rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcGuAmiTMsSlWHRHwLmMfpaOPA1wR4bn { display:block; }
 }@media only screen and (max-width: 763px) { #NQvRkWHrScxUcwVkCk9L4lK9LF7TGgGD { width:3.4375rem;height:3.4375rem;top:0.375rem;left:44.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIvampDROLwz7SW2BwPTDJV55uFK60Ep { width:4.3125rem;height:4.3125rem;top:0rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO9ctTEaC3qixAW8HoaDmdLDoLtAqGfT { display:block; }
 }@media only screen and (max-width: 763px) { #WXUQnRMkxvgzwvNL66GwJaBw7TiUnvRu { width:13.1875rem;height:5.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKkS2zlRWinuZQVNitqIM2GvTtNQQqbd { width:9.25rem;height:3.8125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeHNQT1lfqwOgdWwsEucz6FhquciitCK { width:20rem;height:6rem;top:11.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRo8vULuoD4T70qigu0ZtuSOTBgzzPED { width:3.75rem;height:2rem;top:15.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML4PsuebUyBmen2SsmODsMaTFVyD2osV { width:20rem;height:1.0625rem;top:18.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI2mKcplT6xn0trnOAOgGr1IBLZEAa0C { width:20rem;height:23.875rem;top:25.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #frDrlRabOy987dluVOkneZJUWfEdK9or { width:20rem;height:40.375rem;top:8.75rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/vUSsUO1R/blur.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#frDrlRabOy987dluVOkneZJUWfEdK9or.adaptive-delivery-prevent-bg, #frDrlRabOy987dluVOkneZJUWfEdK9or.lazyload, #frDrlRabOy987dluVOkneZJUWfEdK9or.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IAUe1GP85uiHRtOge7KB4B7pfwPZaAvO { width:12.5625rem;height:2.875rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsdgwALHz117ba2JM27m2ec8ggsxy7tL { display:block; }
 }@media only screen and (max-width: 763px) { #KlZnNXGOu6fbgTU9rOcyycUQLQhtVtWq { width:6rem;height:2.25rem;top:0.9375rem;left:14rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKFfgymzvOnkz5QRIZ2cRWyH6ZTlpIhm { display:block; }
 }@media only screen and (max-width: 763px) { #FaDlpu84t7yOJFLEerVSmHwXGqOa2qWq { width:8.375rem;height:4.5625rem;top:0.375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/KXPPGic3/Balance_Foot_Logo_01_04.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#FaDlpu84t7yOJFLEerVSmHwXGqOa2qWq.adaptive-delivery-prevent-bg, #FaDlpu84t7yOJFLEerVSmHwXGqOa2qWq.lazyload, #FaDlpu84t7yOJFLEerVSmHwXGqOa2qWq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BOkgJvzT2fcURryKHy8FZC4zOzUmTgoU { width:18.0625rem;height:0.75rem;top:10.25rem;left:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qak1PVAEf1qSp6F36y5uZPLQpL40VTZo { width:1.6875rem;height:1.6875rem;top:9.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZC2C3uBP8xT7b3aquHl10XKsQKTOcW3 { width:20rem;height:20rem;top:29.25rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #lnPcO4frc0Cnff0DqVvlpkVm9KTmr4Vz { top:26.125rem;left:0rem;width:1.875rem;height:1.875rem;z-index:15010;color:#808080;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBhsqx1yoT4ewcWnlKph9QgUHEEiGTaB { display:block; }#lBhsqx1yoT4ewcWnlKph9QgUHEEiGTaB > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIZyAFfq48vDTycfHM33qsbEgcPzQklh { width:20rem;height:2rem;top:4.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWMiaboZitBwXb8L07ZM6XzPQqAEpKrg { width:20rem;height:0.9375rem;top:3.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozGRU9oRssPomRdu775l58vNI5Asoe15 { display:block; }#ozGRU9oRssPomRdu775l58vNI5Asoe15 > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCyOuZxuiPSN15G3pCDOT2PQnmW12CJk { width:3.625rem;height:2.4375rem;top:1.1875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8WlrQnJ9i6wRE7w9lo9aZzz1pSsCeic { width:20rem;height:2.5rem;top:3.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGlwKhdltIna83PfPD7BPgSIxuTSqBnW { display:block; }#QGlwKhdltIna83PfPD7BPgSIxuTSqBnW > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4EwOrJHEAs9uuXRBZvzNniVVzhZfknR { width:20rem;height:3.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hCVubn0SGOotgagf5KZynVLPbe0TQTIF { display:block; }#hCVubn0SGOotgagf5KZynVLPbe0TQTIF > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZVNPBifBVz61DCneR1sgQzneqZSVRDs { display:block; }#xZVNPBifBVz61DCneR1sgQzneqZSVRDs > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyeuiHoZvfzLVBFDfKSdWGUO75MqXTWS { width:20rem;height:1.875rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMbMMgU06z1w8Ji7gc1LaeK0kDWJSyUx { display:block; }#aMbMMgU06z1w8Ji7gc1LaeK0kDWJSyUx > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g70B6lbm2WTMt7SCepFGIfs9VlVVlnwn { width:20rem;height:1.5625rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7CPni4c7OWtJ5Odw8mtQaOMqAubpTTH { display:block; }#a7CPni4c7OWtJ5Odw8mtQaOMqAubpTTH > .row .container { width:20rem;height:114.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zI3HIgNKpQ2C1f4GnFfdVy8hkyGSQdKi { width:20rem;height:13.4375rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfk52iHOZE24giIMeDDk7vz6EuMiZ5Pf { width:20rem;height:20.125rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxAi6HUFrt9NRxiF9KUrVZBu71yODNG5 { width:15.9375rem;height:2.798825rem;top:26.8125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJnTTEiavXLID4HEw7FBazSEksr76Qn0 { width:4.0625rem;height:4.0625rem;top:29.75rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJxgvP4gW2rk6lZ1xeWTVq9yIv1btcbx { width:2.5625rem;height:2.5625rem;top:30.375rem;left:16.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihnqoucIeNtBfeg3p6AktCFKix7hiHTs { width:14.125rem;height:1.13671875rem;top:31.125rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWgechugfwT7krIGGkDwGVGo4b1RxKnH { width:18.5rem;height:4.0625rem;top:29.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8wLfpZB15AGS1T1o4BcXb0ES7sSLmhx { width:18.75rem;height:4.0625rem;top:75.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKdahNVLup5bGMPouDOqzhwOZczpVtFq { display:block; }
 }@media only screen and (max-width: 763px) { #Trtefu1DsZVp31vvwmmDJEocTJIFF28d { width:20rem;height:13.4375rem;top:75.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEKxI8E5Nc2uJ23ohGiG1zF1Pyenoth9 { width:20rem;height:21.875rem;top:89.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXg6wJxH1PfX08SG20qvuvLliqX8hd6X { width:15.25rem;height:2.798825rem;top:103.9375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxEIw96UwL53tIN7URm46neQqwaO9d7T { width:4.0625rem;height:4.0625rem;top:107.5rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWP67J0OWE34v4MIxUw3SDcxszBhA6hA { width:2.5625rem;height:2.5625rem;top:108.1875rem;left:16.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEQweVQ7WFi0JyiiMpJd3MAtnnbFKF4V { width:15.9375rem;height:1.13671875rem;top:108.875rem;left:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTVtMAHRZZDRp1E5JNfRTebRfo6lSiMx { width:18.5rem;height:4.0625rem;top:107.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCPC2BtHXWNkOU1HTP5U3IT9apByxhXc { width:18.875rem;height:4.0625rem;top:107.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #txITIT6KI1sOHTl7Z0LuPOBUSkNUqq8h { display:block; }
 }@media only screen and (max-width: 763px) { #X43JAC0x6IVnTGVbsQsRZTaScLdDG4CJ { width:17.625rem;height:3.125rem;top:91.125rem;left:1.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIlfs7RUTvS4asmfOqVF8WmWruJFxleq { width:17.5rem;height:6.2988125rem;top:95.125rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHhDuiOIoPsUltfevbAXawgqWpaBwCON { width:18.3125rem;height:1.875rem;top:101.625rem;left:1.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E84mTpb3HrMIPxNhOf5RGdLidug3IiZP { width:17.625rem;height:3.125rem;top:14.8125rem;left:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf2SZ3XNs56fbMUfz68l3N9mPaTcH5zG { width:17.0625rem;height:5.68359375rem;top:18.3125rem;left:1.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMTFThwR2ryVvtJ5J9rzRtL07zZ0S9zt { width:17.75rem;height:1.875rem;top:24.625rem;left:1.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9sQ13kHbMaRCUh0H4s3TGTTqCprvTDi { width:20rem;height:22.0625rem;top:50.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnJy7aLgiRD8SGA3PbpH2H2skAfqABx4 { width:17.3125rem;height:4.0625rem;top:68.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgHyklm2CbtWnhMPWOamP30LdVrfJ6rg { width:19rem;height:4.0625rem;top:75.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDiN075wbzX8EUAJLCdKmUME5pzyBrPq { display:block; }
 }@media only screen and (max-width: 763px) { #GA06ZeSfuso0d0iiK0RUbhSTuQvTkALy { width:17.5625rem;height:1.875rem;top:62.5625rem;left:1.21875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qETarE0vDK8riSU2ZVQnfC9lkB9ZqCcs { width:15.25rem;height:2.798825rem;top:64.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2NVTCZHnAiOoDyy0pZXM7S50GIWT0ne { width:4.0625rem;height:4.0625rem;top:68.4375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTfBTWqyILpXvTl99i4Id1ERcq2lfTpp { width:15.9375rem;height:1.13671875rem;top:69.8125rem;left:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydqTX5uDcMzkn7bEKMGchdMk6SKUTE6q { width:17.0625rem;height:5.68359375rem;top:55.6875rem;left:1.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F15Jt51UmvKzJmaSQeqvIaaLFsmwmWfZ { width:2.5625rem;height:2.5625rem;top:69.125rem;left:16.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX2Ao2tshFamKbMkcUvTekb5rpBnC7IU { width:17.625rem;height:3.125rem;top:51.9375rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf3ouXbB4qRSUAf04xeNde2rbXlmCXzo { width:20rem;height:13.4375rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1yHgMXfap5SQrDq7duhmHP7kvkmHVQW { width:6.25rem;height:6.375rem;top:37.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTg4geQtoamuD8KFNJS9Lt86My7rGRA { width:6.25rem;height:6.375rem;top:43.5625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENmA0419c2ZtpLyXyFwCGMCApPcu8M7d { width:9.25rem;height:12.5rem;top:37.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh37kThs2cKcuX4MViKyqrLI6ayILGkA { width:9.25rem;height:12.5rem;top:0.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG4sfy1iTvT8LuQTOwOtvu3I9m7dmcbx { width:6.25rem;height:6.375rem;top:0.4375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIp896gmFp1CuwoFXwgvRe8KT1xHw5by { width:6.25rem;height:6.375rem;top:6.6875rem;left:12.3125rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/ZWNQteot/Captura_de_Tela_2021_03_19_a_s_14.40.17.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mIp896gmFp1CuwoFXwgvRe8KT1xHw5by.adaptive-delivery-prevent-bg, #mIp896gmFp1CuwoFXwgvRe8KT1xHw5by.lazyload, #mIp896gmFp1CuwoFXwgvRe8KT1xHw5by.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VyPpIKvTdHD0uBwaMNRRihHVTnhAMRJI { width:9.25rem;height:12.5rem;top:76.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR2vk4r7ihTqepOTIRFot2bURIXxPlMD { width:8.75rem;height:8.875rem;top:78.6875rem;left:10.6875rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/QRJV2bea/Captura_de_Tela_2021_03_19_a_s_14.35.15.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aR2vk4r7ihTqepOTIRFot2bURIXxPlMD.adaptive-delivery-prevent-bg, #aR2vk4r7ihTqepOTIRFot2bURIXxPlMD.lazyload, #aR2vk4r7ihTqepOTIRFot2bURIXxPlMD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #riVBIdIEAosBzIVliXK9FcBMNfq9DuCK { width:18.875rem;height:4.0625rem;top:68.5rem;left:0rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #sKKSHQH8PZb0uD90cOlEJ9nDCZzq4kzm { display:block; }
 }@media only screen and (max-width: 763px) { #Z9DD1BZayozs8hU7iCeHhi2dvoV4Ie0E { width:18.875rem;height:4.0625rem;top:29.75rem;left:0rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #yfmUbhaOQFa3EpkOz4pO4WfxAUiFiIDI { display:block; }
 }@media only screen and (max-width: 763px) { #Cey2LHr7Sta5MnbyFRytIdDBvXvzqT4n { display:block; }#Cey2LHr7Sta5MnbyFRytIdDBvXvzqT4n > .row .container { width:20rem;height:74rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0BSWIPw1ToQuIAA1XfCEUahLcrPeO8t { width:20rem;height:20.6875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyuioW6NG38ouXsxqcnH43x1Cvg4Uyf0 { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thwOKITtMfT70NZAEZHEzREw5t2p1mtI { width:2.5625rem;height:2.5625rem;top:31rem;left:16.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKF7mKityxBFZZXWlNKHboSnFLhFiJBI { width:15.9375rem;height:1.13671875rem;top:31.6875rem;left:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbZKh7T54P0MSALdyRoDdIH5wFvk1QXk { width:15.25rem;height:2.798825rem;top:27rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaFv3SOXSwf2FqKiK4MGfX9KWrNuIDFE { width:17.8125rem;height:1.875rem;top:24.875rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB7RVTuiRMCq3UNnQO96oLsXJ4ECAvIT { width:15.9375rem;height:6.09375rem;top:18.5625rem;left:2.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZz3Toi9aBEaFXNuAGBHfJlBNI9UPfcm { width:17.625rem;height:3.125rem;top:15.1875rem;left:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCOn22XqvrvicUSq5Na9tMv2lqERaHXd { width:19rem;height:4.0625rem;top:30.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfiFOKGItkcfXJ4HhHCBDOx9boBe02go { display:block; }
 }@media only screen and (max-width: 763px) { #zfqFTQBfk4ONwAS2FJGBqNJnxThnktXT { width:10.375rem;height:12.9375rem;top:0rem;left:0.25rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/YlteFLNy/Minicunhas_Adesivas.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:1.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#zfqFTQBfk4ONwAS2FJGBqNJnxThnktXT.adaptive-delivery-prevent-bg, #zfqFTQBfk4ONwAS2FJGBqNJnxThnktXT.lazyload, #zfqFTQBfk4ONwAS2FJGBqNJnxThnktXT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lgeo6Nxi9rpAIE3tiFWWQsJIed4WnoAG { width:20rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #owHchB6baxfnGhpA5uTVsBuJRQJ4ZcIE { width:20rem;height:22.0625rem;top:50.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbNpPN4q5JNyOSagF1Qm48cLiopo383E { width:4.0625rem;height:4.0625rem;top:68.75rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwVqsQ8SIKbkwkrCbMWis1Q4DTHwMXsu { width:2.5625rem;height:2.5625rem;top:69.4375rem;left:16.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2seQ4pUmlfGeHTPpecgfAOQu77WxVrG { width:15.9375rem;height:1.13671875rem;top:70.125rem;left:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2QBEUrlW9N6tyHEoMHAag3OzK26ct2R { width:15.25rem;height:2.798825rem;top:65.0625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBECvH9bgLPRVHRAsfpf1msPIUHbu6yW { width:15.9375rem;height:1.875rem;top:62.9375rem;left:1.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZrTCBw4o4f2fglvoU6OyMHP3prVa11k { width:16.9375rem;height:6.499rem;top:55.5625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoM9UefiNLvsrFsxsAqAxoashH7Sw1xh { width:17.625rem;height:3.125rem;top:51.8125rem;left:1.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibWhTUELSaB6BRngNbPzuXlBgTulEQwU { width:18.5625rem;height:4.0625rem;top:68.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXl1ItCq9dt2P1o9779TAA16BOitDHy1 { display:block; }
 }@media only screen and (max-width: 763px) { #Ve75mMwQrKXsN1JxrIgzZE03TIfNU0tM { width:10.5rem;height:13.125rem;top:37.34375rem;left:0.375rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/YlteFLNy/Minicunhas_Adesivas.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ve75mMwQrKXsN1JxrIgzZE03TIfNU0tM.adaptive-delivery-prevent-bg, #Ve75mMwQrKXsN1JxrIgzZE03TIfNU0tM.lazyload, #Ve75mMwQrKXsN1JxrIgzZE03TIfNU0tM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Q3NRyJFDGIvhUfoJGvsDLv2FPyJTeMNq { width:20rem;height:13.4375rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iptpgW9OAd7OgBdh24k5AEnzL19okdkZ { width:8.3125rem;height:8.5rem;top:2.21875rem;left:11.3125rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/ghmnXylI/Captura_de_Tela_2021_03_16_a_s_11.24.53_2_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iptpgW9OAd7OgBdh24k5AEnzL19okdkZ.adaptive-delivery-prevent-bg, #iptpgW9OAd7OgBdh24k5AEnzL19okdkZ.lazyload, #iptpgW9OAd7OgBdh24k5AEnzL19okdkZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nXVCn2iUQmXn6Vd8T6cIX9ezkV00VBK6 { width:8.25rem;height:8.5rem;top:39.65625rem;left:11.0625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/KyQR1wUx/Captura_de_Tela_2021_03_16_a_s_11.25.07_3_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nXVCn2iUQmXn6Vd8T6cIX9ezkV00VBK6.adaptive-delivery-prevent-bg, #nXVCn2iUQmXn6Vd8T6cIX9ezkV00VBK6.lazyload, #nXVCn2iUQmXn6Vd8T6cIX9ezkV00VBK6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #V1vriS0aSzImB6k0qE7kN0LeyZ1GVAac { display:block; }#V1vriS0aSzImB6k0qE7kN0LeyZ1GVAac > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1JR40TUIs0bwJRvm9OB2hq5mB6sX54k { width:20rem;height:1.5625rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUyG00vl7msm0W1rNaU5tKikzQbvThlE { display:block; }#vUyG00vl7msm0W1rNaU5tKikzQbvThlE > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHQ1tfgsDWaJAH2fIJSQg04mGlSuqvGt { display:block; }#uHQ1tfgsDWaJAH2fIJSQg04mGlSuqvGt > .row .container { width:20rem;height:109.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTmUPgJN4JcwwP1skxzB2wLVU3UgJC0d { width:20rem;height:20.6875rem;top:49.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAdfgc3UeISqRvSP7NyItTqQDVSMiLSx { width:4.0625rem;height:4.0625rem;top:66.4375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTB42nn57bdsEzJhSAgVmcvRKm3sRMST { width:2.5625rem;height:2.5625rem;top:67.125rem;left:16.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFdNrQk21C4Aed4uqfFAqNiJubokEncq { width:15.9375rem;height:1.13671875rem;top:67.8125rem;left:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmTFJGDTsWzJLHxGQgH7ZKoTNhs8TQrU { width:18.5rem;height:4.0625rem;top:66.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmsmrt5lELEye08TOP98oaSNpdPExzym { width:15.25rem;height:2.798825rem;top:62.625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #goPWVdZbeU52gNO0wJCBfwcrBIXoU5Qi { width:16.9375rem;height:1.875rem;top:60.8125rem;left:1.90625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTzpG1VUBmrXW68x708u6A9zQW1ecXvU { width:15.9375rem;height:5.99609375rem;top:53.75rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgJ21BxqywGO2nkApJAFb7JAutkWumAv { width:17.625rem;height:1.5625rem;top:51.6875rem;left:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aqq9V9ILzcucwTfdlHL8EMEnG5xe1nv4 { width:18.25rem;height:12.6875rem;top:36.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEqIxAbq2SzsT3y0DgSvKWAmvQFbHN89 { width:20rem;height:13.4375rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f98wxta1u2Sxk0yQSoT7KkWZbDKUQuef { width:19rem;height:4.0625rem;top:108.6875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #btdh4yXPsnWZoezv7rIa30FkmTOhq2QJ { display:block; }
 }@media only screen and (max-width: 763px) { #mFVcfUJJZcvNNlyngJ0ABxiHpuT7UVql { width:4.0625rem;height:4.0625rem;top:103.0625rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy7dBmGABScwkWI53S2uNoeSTF06pf2Z { width:18.5rem;height:4.0625rem;top:103.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pspMDUGbw8ezxERrgnlnUOXIQEzN3GAA { width:19rem;height:4.0625rem;top:103.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD6wDi0pc9ZwmCGoNihb3AsfME4t4Khn { display:block; }
 }@media only screen and (max-width: 763px) { #AXMsDEulttWr3ZcqThG2hoNIn7TWHiqB { width:2.5625rem;height:2.5625rem;top:103.75rem;left:16.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfRgEK0t6pLDy7eO4ZxmA1mPaunVv0IP { width:15.9375rem;height:1.13671875rem;top:104.4375rem;left:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QplFq3SGDETvgUxqolsFTGfsFTTaVfoM { width:20rem;height:13.4375rem;top:72.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPSJ26BIkZQMe6LQDOFO7Co51P4GsrEV { width:20rem;height:20.6875rem;top:86.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9WkZGuqGAi1X0iQsXewJBTXc23oBm0b { width:15.25rem;height:2.798825rem;top:99.25rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKC7UBM78JAvEqTl5M86DAUJ3JpfIT5y { width:18.0625rem;height:11.625rem;top:73.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udwBnBiZ0QQ1CFTuiBwFIhmTzIAKusPs { width:17.625rem;height:3.125rem;top:87.875rem;left:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUEmmlm86eIyN48andMhC5PTB7OcG4M3 { width:18rem;height:5.84765625rem;top:91.5rem;left:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxL2eRoaacdc0cd9NPZd77PGDgRBMiZU { width:17.9375rem;height:1.875rem;top:97.1875rem;left:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uepVpPsDPXuRQFBnbRrxBVBUWHRyefQl { width:20rem;height:20.125rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #utGGMtzFEZZ5Jm1Q76yPpxpt8LgeCpOM { width:15.9375rem;height:2.798825rem;top:26.4375rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McWzzMEpU4usg4Ts4CMmWsPwpnN6cRWS { width:4.0625rem;height:4.0625rem;top:29.75rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAWUphxJ08utoFT47AqfLtylRVTqUx4v { width:18.5rem;height:4.0625rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #npUgOVAln7Ns2XspIKyXZq1L2JSHrneB { width:19rem;height:4.0625rem;top:109.8125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MiJRsn2T3iNlfDOX7TTLl7h1ttXRwKGF { display:block; }
 }@media only screen and (max-width: 763px) { #taggNlzlRZuy26O1rKuh96hEbHGAq7td { width:2.5625rem;height:2.5625rem;top:30.375rem;left:16.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMviW6JTlGl4uFDiWTU4UquQZs0hk5A3 { width:14.125rem;height:1.13671875rem;top:31.125rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHFSxwuxkT2g8AVxTcsZWwonbbXSSTWv { width:18.625rem;height:1.875rem;top:24rem;left:1.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVZEHTH3TZe9koN8xibSA0PcX2JMRCyR { width:17rem;height:6.09375rem;top:17.25rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLdTl4wqxpcTVqc0Kc6ITOEuDlImkJPW { width:17.6875rem;height:1.5625rem;top:15.5rem;left:1.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAa61NgtTsxKnFTgk1D22m42aXRSyhn5 { width:20rem;height:13.4375rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnpSsfrqu70BvUEbqFngTMwhmF6enrfg { width:18.25rem;height:12.6875rem;top:0.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8v4mLLq64E8GmfOiFqH45U0kKygr9bc { display:block; }#O8v4mLLq64E8GmfOiFqH45U0kKygr9bc > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e85aXTsMBintTDJuLri8wypdTUrv7RAm { width:20rem;height:20.6875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq6NCBfxe542GU9XuVTfud9dyk6yv0MZ { width:18.5rem;height:4.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptg1KiUOkNuTaxQztVOu6hkLsfKEoTNq { width:19rem;height:4.0625rem;top:110.875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKZEefHZAIKHTLoDGk5REZ92I977GVx3 { display:block; }
 }@media only screen and (max-width: 763px) { #dPH55WmRseLb0gkUwtA2LBK5SMQeRk1h { width:15.9375rem;height:1.13671875rem;top:31.6875rem;left:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIwf5DhhHZ5A6B0OnlwL1RBQDbW6iC9O { width:15.25rem;height:2.798825rem;top:25.8125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSTDMCQuSfaRenCwTSiDQbGHkhlhEwt1 { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uouEvGJHeBMDZCFi2Wl3XSWen1MUZILD { width:15.9375rem;height:6.499rem;top:16.75rem;left:1.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1ysWaCKJm1Pd0S4usHBPDQEpQwHiWFK { width:18rem;height:1.875rem;top:23.875rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTqeUbEyESiNhvv6MoKXlpqTtD24ixkg { width:2.5625rem;height:2.5625rem;top:31rem;left:16.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kblT7JAlVWx0JL4Mkx5TQ2REZ2fwvoyT { width:17.625rem;height:1.5625rem;top:15.125rem;left:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE04ZD7U7ykoBoIVgMG7h8CQmhb6c3vv { width:20rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRFVS4tmdUnZPBBVCtitWhcGOrwvZWet { width:18.25rem;height:12.6875rem;top:0.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5CExZTH26Ngux96xdW0vFLg5OEZ9AO9 { display:block; }#k5CExZTH26Ngux96xdW0vFLg5OEZ9AO9 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyPFRPne7aez8ksqS7O4m1FVGSZHDSae { display:block; }#wyPFRPne7aez8ksqS7O4m1FVGSZHDSae > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RUwPiWipCiVbnTCAPWUThLR6CdFX4swc { width:20rem;height:3.125rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJvIykTDn6sDFwoL5INR8VTtFrGVaNH4 { display:block; }#GJvIykTDn6sDFwoL5INR8VTtFrGVaNH4 > .row .container { width:20rem;height:72.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIgymr8ftQk6ONTGWlIi7WWhz28R5NfX { width:20rem;height:20.6875rem;top:49.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEfTvWr9Tpm9q3rgvvqteMFHNTZqufqz { width:4.0625rem;height:4.0625rem;top:66.8125rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2GERlsOoJXLITaXFDUTyZRJg6swVkg4 { width:2.5625rem;height:2.5625rem;top:67.5rem;left:16.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqhoXs2dXzlwhM4TtwUTGza8w83FEcv2 { width:15.9375rem;height:1.13671875rem;top:68.1875rem;left:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqod8RoshCCksFzHO6UmzuaxKz7MSKJt { width:18.5rem;height:4.0625rem;top:66.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8tOLQv0v8KU7QVl6lJsSbIVGlaU4Dav { width:15.25rem;height:2.798825rem;top:63rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRVEczoXwaVhA5xL1d1TSIz1l4pKI296 { width:18rem;height:1.875rem;top:60.6875rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBk1yXAvooHRw1blx4VqTEwsxFVxy2Ck { width:16.3125rem;height:5.68359375rem;top:54.6875rem;left:1.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VikwpR5pUPdlhuJZus7bIhpeR2iVchGe { width:17.625rem;height:3.125rem;top:51.5625rem;left:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqVS8EimUZTtB9vQQR0GfRKTWcGa1lNC { width:18.25rem;height:12.6875rem;top:36.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLSKGGtauOJddtiqGWJ9ZoN57pdm4p5U { width:20rem;height:13.4375rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf7w2hAAxvFhQfmQhATToPFF6SyEkT9X { width:19rem;height:4.0625rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd0dGfnQvZr5PvVQyRRnp2wEUP97AE5q { display:block; }
 }@media only screen and (max-width: 763px) { #ZnfeGz1oi5npQbgtlgAG2VnhTNarugK2 { width:20rem;height:20.125rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL7kogN9unCiuOaMB6FwyFflCpoLAVVF { width:17.6875rem;height:3.125rem;top:14.75rem;left:1.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqE4XP2qPDnDZTzedmkfkc7X7sN8zwkR { width:17.375rem;height:4.546875rem;top:18.1875rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFfWnTUfg31xsz8FcqnHWn6o9aqeJpw5 { width:18.625rem;height:1.875rem;top:23.75rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXp1Qu8hQrFEUElR1XDG5UESTQ37uTEe { width:15.9375rem;height:2.798825rem;top:26.1875rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSdsltLXAWG2UcC8rThMbhBpALeBxnKA { width:4.0625rem;height:4.0625rem;top:29.75rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoUaGFrtd6LHacrvmiNmZQWhCZPlwsNb { width:2.5625rem;height:2.5625rem;top:30.375rem;left:16.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwmaixvNurCGVhvytGzxpQ52MAQA9OMk { width:14.125rem;height:1.13671875rem;top:31.125rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5LF95bDEACnJkre3A35WHZb3t5aOf5v { width:18.5rem;height:4.0625rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLunrfGswXo80e3lOB0fpuKebT8nTIll { width:19rem;height:4.0625rem;top:66.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG9s7Altw6SNxdWunbN5dBy008lcHwlJ { display:block; }
 }@media only screen and (max-width: 763px) { #RnfpXWOiivIknQtLFELEvo5m00ITkoVg { width:14.75rem;height:12.75rem;top:0.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfHpUzo6J8uSUvDXO55MLz8KxuoZb2vO { width:20rem;height:13.4375rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT5NkAlDJayPHTuKMeo2Xacto7rukaRr { display:block; }#BT5NkAlDJayPHTuKMeo2Xacto7rukaRr > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CiZnW8P8gKyOsw3TDTgJq3bAtFV6cEqn { display:block; }#CiZnW8P8gKyOsw3TDTgJq3bAtFV6cEqn > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ziiFg4vIM3uNlDPDrFuk52K8TbVncPpV { width:20rem;height:1.5625rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxcbVCBvzilo3astW2ZwnADxTCUI5QUC { display:block; }#DxcbVCBvzilo3astW2ZwnADxTCUI5QUC > .row .container { width:20rem;height:74rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iErc9NKVpZFpvgxEbPaVhKE6Qzqt77yk { width:20rem;height:20.6875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqnbDZPfSBMAXXacDFB6LE866Jq0DMPL { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfZBemEV17h6lylGtMvtJZDO2xb8eDgq { width:2.5625rem;height:2.5625rem;top:31rem;left:16.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQw5G4duFqi7W0bsTEI4zwRGl1hBTUGB { width:19rem;height:4.0625rem;top:30.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r90RIuiXFH5I7xu3SEHd2TKJ0ZTJMBAo { display:block; }
 }@media only screen and (max-width: 763px) { #gF2s4F0LQ48UxO1RCTPwRsXNSxKoLHT8 { width:15.9375rem;height:1.13671875rem;top:31.6875rem;left:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2tS9b0OF3DQdd3uxpIWGLSu44HCBbkE { width:18.5rem;height:4.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfSAhP530wVBu42k3zM2qVeypX35R6zl { width:15.25rem;height:2.798825rem;top:26.5rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOnqBX6OZn0JbQKATUhOXX6ZlkvrKTX3 { width:18rem;height:1.875rem;top:22.9375rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD6ZcphVRgzbZg7rX5upbt2GTWgNyhFL { width:15.9375rem;height:3.8994125rem;top:17.625rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5ti7Ld306oU5kTqOGAUscfJnHpGGTn4 { width:17.625rem;height:1.5625rem;top:15.5625rem;left:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7CkpGgXJq7C3aMBfLwT1At1PNooZSTC { width:18.25rem;height:12.6875rem;top:0.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie9ZewmeckApsuM2OAM0ePDZdlBkHEgN { width:20rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ0F69nOCB56CrulvLHBOVIIkEy8xQxd { width:4.0625rem;height:4.0625rem;top:68.4375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q67NT2suyKCeR01RAw4iOo4vkUOFKL0J { width:19rem;height:4.0625rem;top:68.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIqRJamURZHuQn1MSwdisHmkgwgUyGQV { display:block; }
 }@media only screen and (max-width: 763px) { #LNXchylKQSEFGK8fIZLZSDAspxMo6PSf { width:20rem;height:20.6875rem;top:51.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlWvk41PyX6WxUDgxZJQUMWQSxyUw9IJ { width:2.5625rem;height:2.5625rem;top:69.125rem;left:16.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvfoHzbG295WDwKzX978IlfPnG1ZZPbO { width:15.9375rem;height:1.13671875rem;top:69.8125rem;left:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZfMA9QeMwG6SDtZhQ0smlMXarrPoWCm { width:18.5rem;height:4.0625rem;top:68.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgn4VyCWTKdvWiOetgUQCTtPTg0eQfG5 { width:15.25rem;height:2.7744125rem;top:64.1875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfzcSFOGRnvylg14AbW8LD6tHhk5nvbh { width:17.9375rem;height:1.875rem;top:61.625rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpcOGFTkyFzzhncCrUk7yyP0J58RCyrZ { width:15.9375rem;height:3.8994125rem;top:55.75rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgEwQIyw2NGgbwJTvN89KzX6UC5ALuGh { width:17.625rem;height:1.5625rem;top:53.6875rem;left:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv73infZATpKqxfdZtJZCqcn4p1enaxo { width:18.25rem;height:12.6875rem;top:38.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIzQbFuh1oeA0VygDmiq1OpQZKGvS7vZ { width:20rem;height:13.4375rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJQRCzckJlMAM9rD1bz2pS8a3EzvqCBJ { display:block; }#EJQRCzckJlMAM9rD1bz2pS8a3EzvqCBJ > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Evih8UofNo7zXly6k3Xahtm8ryWTmzoR { display:block; }#Evih8UofNo7zXly6k3Xahtm8ryWTmzoR > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eq2kCNHhN8TXubJ6sU8H1aWOP8W6XM2T { width:20rem;height:1.5625rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxTLHcGVQQfhgbr401DqJs3auheOA3oU { display:block; }#IxTLHcGVQQfhgbr401DqJs3auheOA3oU > .row .container { width:20rem;height:110.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbFcC86W3nqWIApFgPDlexXcax0EQEka { width:20rem;height:18.9375rem;top:85.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkdOPFvHC4OGDFMaedGHgKx9KsrUe4N3 { width:4.0625rem;height:4.0625rem;top:100.5rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofycZaDN0GXlHDiu06XFKNs0KyLuUTTz { width:2.5625rem;height:2.5625rem;top:101.1875rem;left:16.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqHivTTPTwmC62wUN0beDlwNT4LkkRZM { width:15.9375rem;height:0;top:85.0625rem;left:2.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPUMw9lvSAxZG5INi2WFo0vyLsMpU120 { width:18.5rem;height:4.0625rem;top:83.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KlFUQOfsxB1W4wAwieeRDtxHqAwcWkyw { width:18.4375rem;height:1.875rem;top:23.5rem;left:1.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1x9ndAV2Rbna4ZXNd91waaVeviZvy1M { width:15.9375rem;height:5.19921875rem;top:17.75rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6HXxatGSCAf6Eu388meVRtEfqfwkAKw { width:17.625rem;height:3.125rem;top:15.375rem;left:1.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgMKnK8V8Bvgcy5ECQfUBAm8o60VPNqA { width:15.4375rem;height:11.9375rem;top:0rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoKUkQIyHxZU7bbexL2y2ipuCS2Wut83 { width:20rem;height:13.4375rem;top:72rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTiNtVSekHCkvzKrIuxpgUCNZWgb7IUK { width:15.25rem;height:2.798825rem;top:25.875rem;left:1.6875rem;font-size:1rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #iIJ4TpFzmrAdqok9mF1C8ROfCOIeghAK { width:19rem;height:4.0625rem;top:65.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkWHaRCBkQpN9gNCqArWLIbeRZZvXRck { display:block; }
 }@media only screen and (max-width: 763px) { #Sb6hXVdqtzmZ5T0V7GAQtvl2Fcopxnk8 { width:20rem;height:20.25rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1icZZh2fZadvKo5QRz8kdMHHtKGbs9L { width:18.5625rem;height:1.875rem;top:94.3125rem;left:1.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCuGpxn9yadSSk71RU11Ale7lCvd4BVe { width:15.9375rem;height:2rem;top:91.1875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAqwCykR8lvNsHtV9JUUiUdcQBDMKCHq { width:17.625rem;height:3.125rem;top:87.125rem;left:1.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuN62Stda3KziQme61qzHRTiCiWGzPro { width:18.25rem;height:12.6875rem;top:72.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hib3StS5mJMeh9xwAlOr7ad3J2pKHMx9 { width:20rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLxwTm9Tq96XnUEIeqOHEsThDnpt65b6 { width:15.25rem;height:2.798825rem;top:97rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdoldAhOkuwVTg4aZpOHrQLMyVkWGapu { width:20rem;height:18.375rem;top:50.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yinfEU8kz7G8PTw0MxFPqchTVzDI5coB { width:18.0625rem;height:1.875rem;top:58.125rem;left:1.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9CnCscxpkJPppPNwZl7DfWkMztiB3Qf { width:18.25rem;height:12.6875rem;top:37.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB30Xsp5ZTBDD5q6zpNbBC6UMZoy9pgO { width:20rem;height:13.4375rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOgRHmh0CiGmVwPKNFzApdfL7DgyQ5Zq { width:4.0625rem;height:4.0625rem;top:29.875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImzWzlpXnV2sH0euPKoo9L6aiD9wwAe3 { width:2.5625rem;height:2.5625rem;top:30.5625rem;left:16.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViW0yTd9e3eJ50i3UiudVk3GTy8VmGCo { width:15.9375rem;height:1.13671875rem;top:31.0625rem;left:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOMqdQ0Erfap5A5dLLRnyZgvoOHCISnr { width:18.5rem;height:4.0625rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNTTE3uBDmzhzW1J9kHMh2cLTfRITOV3 { width:19rem;height:4.0625rem;top:100.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfk42P84S17St8woM4KDt3UUum5pN79X { display:block; }
 }@media only screen and (max-width: 763px) { #gqnqwmstSfUOkFy3h8zKlT3iqyR5JoEl { width:4.0625rem;height:4.0625rem;top:65rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7BCScGd09tEZgUMJcK0rFgJr2GTqRnc { width:17.375rem;height:4.0625rem;top:65rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhPAP0Sx7hsxwB2vxsTDg2Rg8N4ZHTP2 { display:block; }
 }@media only screen and (max-width: 763px) { #hOTL81UJuIR3GZSV7R0aP5q4XW6l0Wn9 { width:2.5625rem;height:2.5625rem;top:65.6875rem;left:16.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTWiv4ieCX2HbJUKuaxdhpPD7Saz4OlT { width:15.9375rem;height:1.13671875rem;top:66.375rem;left:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U85iUPntTTIA6CAupMBUbm83ZG4wRuAm { width:18.5rem;height:4.0625rem;top:65rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCQVSznEow5L6wVZXObE0UnoylcEMbil { width:15.25rem;height:2.798825rem;top:60.6875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed5eQJB4TTR4SVqikDdQHvk0IMADdZGP { width:15.9375rem;height:2rem;top:54.75rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6ElKcsvOAFtZziRTLb9GxrcvywRT7zd { width:17.625rem;height:1.5625rem;top:52.6875rem;left:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvGopXgSIpQNQkcXZKdOdrzE3TFDobl0 { width:15.9375rem;height:1.13671875rem;top:101.875rem;left:2.125rem;font-size:0.8125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #vSeEKAQs0SSRdC2WaJUsLLWSmMK4sLa3 { width:18.5rem;height:4.0625rem;top:100.5625rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #bxSTtcN2p3Z5ioMGPS3V4kocchN0l7Q5 { display:block; }#bxSTtcN2p3Z5ioMGPS3V4kocchN0l7Q5 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyoyZlyECRD24qvvOtTbACckcWtllXWz { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f15oVBCc2JqAl7cZgLB5SiBz1PvCw3Pe { display:block; }#f15oVBCc2JqAl7cZgLB5SiBz1PvCw3Pe > .row .container { width:20rem;height:105.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7Gl9GMDLbenuLsO4CJXuPmkZaTlVhn0 { width:20rem;height:13.4375rem;top:36.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI3mby4eV3WSoldmXpXkOkC6ZmtiKxM1 { width:20rem;height:17.9375rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrvLPQ9wVK3XU2hgXVHEvmeLRwvwNodJ { width:17.6875rem;height:1.5625rem;top:52.0625rem;left:1.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArgDNvAL0cS4hILDJTRzHAENKkkleoQO { width:18.625rem;height:1.875rem;top:60.75rem;left:1.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNT6MdvlueQKbfTp5wrkDtnKCsnpxKvr { width:4.0625rem;height:4.0625rem;top:64.0625rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8UIbZxqS8Fc6S5R1rsIXQnbCANb2tVB { width:2.5625rem;height:2.5625rem;top:64.6875rem;left:16.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKZXEBlsZinPKLv3WwXWMHnRArBMKNgN { width:14.125rem;height:1.13671875rem;top:65.4375rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lErTBAbXQMociu130k5Tt3wKaTVkgNT5 { width:18.5rem;height:4.0625rem;top:64.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzkZOKCv2lpzNJ64eHzdWArCLMmk2FCe { width:20rem;height:19rem;top:84.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huznhrVFTt7cApkyC9rVRJxhkavZeJyS { width:4.0625rem;height:4.0625rem;top:99.375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZpepcG6mfuTksgt4hPVkM0mozaNm8d4 { width:2.5625rem;height:2.5625rem;top:100.0625rem;left:16.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nklxqf1cqDD5Gu5MThECAMdCQwBkIr88 { width:15.9375rem;height:1.13671875rem;top:100.75rem;left:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOGWxiJDqSAr0IVFoUOzSJSV2f12LW1w { width:18.5rem;height:4.0625rem;top:99.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0c8Rbz5lgw7CTOCuqPzicO3ASxgBPQP { width:15.25rem;height:6.9970625rem;top:87.875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyD0du8BwLNGtVP870Wy6zGaXBCXCTwB { width:18.25rem;height:1.875rem;top:96.125rem;left:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxBqqorEpG7TToJfm9duaxcCDmfq02TI { width:17.625rem;height:1.5625rem;top:86.3125rem;left:1.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2tkPy5LxUwBnhCT6c3rf0J7EaNl5KCs { width:20rem;height:13.5rem;top:70.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufZZ53B7WhWGKU1Z1rl2zRUl8NzSFcka { width:20rem;height:13.4375rem;top:70.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZom8UlF4M66JX4lEsr6i7wutnUSQzVs { width:17.5625rem;height:5.59765625rem;top:54.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSuuTuZ8Qxx5t90hXyUMMXGG86oOHg2p { width:19rem;height:4.0625rem;top:64.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaEP1An6oe1UJvCvyWTJgwJS2NIXoqX1 { display:block; }
 }@media only screen and (max-width: 763px) { #t82bapyGQXwqczqRGo2wEZoiZqgkyu17 { width:19rem;height:4.0625rem;top:99.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ2xnOHSzTvcXk2I7w7s9MA0V6X3lxWg { display:block; }
 }@media only screen and (max-width: 763px) { #d3GCAZFe5d8CGRMULOnvTZsQ7LnSyPeb { width:20rem;height:20.6875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8CgqK7iQkFxu9ve4wImeKfeT0ruoLnW { width:4.0625rem;height:4.0625rem;top:30.3125rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbhRJoOHmFchQoez8egbFDVpiG8xfZUo { width:2.5625rem;height:2.5625rem;top:31rem;left:16.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oExfLbzJ6M0lMXTsea493OBfkAUMiGJv { width:18rem;height:1.875rem;top:25.875rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsdxgFlemv1M4POQ0XSZJRDVpaUalfVz { width:15.9375rem;height:7.3125rem;top:17.75rem;left:2.0625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xFuVHy8zasJKdZfNzRdcTqwB2LTBwcRl { width:19rem;height:4.0625rem;top:30.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA16swVL22au3cUBaI4CSJqOIniDrr6D { display:block; }
 }@media only screen and (max-width: 763px) { #ZZ6KlIhcEaOInSZDGdvWGbp6S8tpOIEE { width:15.9375rem;height:1.13671875rem;top:31.6875rem;left:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rnq9QbCwP2ugIBZcvKf7LqFJuIkBTQCT { width:18.5rem;height:4.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9NeiTNVOQd5auMTPg4Kb8PCx3xCiOtV { width:17.625rem;height:1.5625rem;top:15.5625rem;left:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt8V3GPBX2IFOfDyePIgqRy3QUkkPz2V { width:20rem;height:11.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVaU8H5XKRKVbtBUfybG5tqPFK9OdArm { width:20rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvb2aXtuqkzKxH4rT4hgyxIbw0pCfSC6 { width:4.4375rem;height:1.3994125rem;top:61.3125rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrHPX6B6Vi8uEqMOHtsAzboz2sRKEAim { width:4.4375rem;height:1.3994125rem;top:96.6875rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7mlfu5VKg0fBgVeBbn9myywoDKZKLOZ { width:4.4375rem;height:1.3994125rem;top:26.125rem;left:14.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oryoslKAnclAeehXOZLld8Pibo8SyJBZ { display:block; }#oryoslKAnclAeehXOZLld8Pibo8SyJBZ > .row .container { width:20rem;height:113.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvdEhhxBfdPKNTrH8KsKZWb6w4IZ1cV0 { width:20rem;height:20.6875rem;top:51.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQDmPzIQoocDFOJM72y9ZUAbVqAbGvvV { width:18.5rem;height:4.0625rem;top:68.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbK2dO8o6K8KVRZe8QGZXlVML4gZsdE7 { width:15.9375rem;height:1.13671875rem;top:69.8125rem;left:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTaK87NvE2wZXT9ISDtnFbHFFKczWTGE { width:18.625rem;height:1.875rem;top:65.3125rem;left:1.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqmKrT30cvtXIN70DJLOXXt9Sc7WS6ck { width:18rem;height:7.3125rem;top:56.5625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okbQE17S2uQJw5Ts6BIDyynThKy61AMg { width:17.625rem;height:3.125rem;top:52.8125rem;left:1.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxb3svQJrre1znDECiSWa07SmpdXPtGM { width:20rem;height:13.4375rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsRrl2GAFSJzLrC1HKZGb5XMk2qVLTv4 { width:16.125rem;height:13.0625rem;top:38.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqL8Ii6wTAKJtA1BBJDTV2oFmloNICLe { width:2.5625rem;height:2.5625rem;top:69.125rem;left:16.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #loAIqGu5mLfVkkmiJz0517TfARDyLGki { width:4.0625rem;height:4.0625rem;top:68.4375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcVvSt89Me0hHefBDy6ZgOBSEFHh8bMr { width:19rem;height:4.0625rem;top:68.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnZGWLEBwCCm0JGSdZ5a7sSSNokWzeou { display:block; }
 }@media only screen and (max-width: 763px) { #cECRpUDxsfyfMDxmZtLPc2LvItv8T5nT { width:20rem;height:20.6875rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3HwayUUEHftfhlhE8fs3xBA5PgKm0vg { width:18.5rem;height:4.0625rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp7ZehTvToOAFOSJxwlkBQqFG5k41kMZ { width:15.9375rem;height:1.13671875rem;top:32.9375rem;left:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTtxxEq4KsTOKv5BXoq7Pvzc6MThoTSa { width:18.5rem;height:1.875rem;top:27.375rem;left:1.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBIqNXDiqFS3dGor7Iz0flgABiVXI70G { width:17.75rem;height:7.3125rem;top:19.75rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWpSMmHU1DPRBD8ysAnZsX8WyiVM5aVE { width:2.5625rem;height:2.5625rem;top:32.25rem;left:16.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgyJkWBsh3VvPskIT0xHMPrH2FK4GcpD { width:4.0625rem;height:4.0625rem;top:31.5625rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDRQa8bF4KRbpAvpeel4an0mU1MhXd8I { width:19rem;height:4.0625rem;top:31.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWCuARFiH7p3LKxo2xShg7yRM0bQJ8ee { display:block; }
 }@media only screen and (max-width: 763px) { #wU1f9tw1VqZ7ZyMsk2Vhx3ChKBNSBhp2 { width:17.625rem;height:3.125rem;top:16.3125rem;left:1.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgWVZzO552eFc4Z5Z2fE2CBKuMJ70SQA { width:20rem;height:13.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #boeJSTu80m5xD3yGWRkdxtUvg5vehP8A { width:18.25rem;height:12.6875rem;top:1.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe1nmQaGZCXOASbf4MDtZwL5PrpJKVNd { width:4.4375rem;height:2.798825rem;top:65.625rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvubRCXQn5CfXI7C5g13KT9AuRcMFCsB { width:4.4375rem;height:2.798825rem;top:27.75rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwOE6xAUWcVVJLGaVX4kMM209dJA65Be { width:20rem;height:20.6875rem;top:88.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSo2HTa1xuxWHQcXTk1ZiGx6ggyLrdDw { width:19.0625rem;height:1.875rem;top:102.125rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2OG1RSnd9Bse92yO1K8TzFVJWIyis4Z { width:18.8125rem;height:4.875rem;top:94.375rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF1Owa4o9WoQUTDwHQsrstBOTnRSeg1i { width:17.625rem;height:3.125rem;top:90.4375rem;left:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKnMBI4U6d16qqN5lsS7siLwn48uqZRs { width:20rem;height:13.4375rem;top:74.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6h4V2kzVNdXEvN1d0hyTTtNR6C33g5L { width:20rem;height:13.0625rem;top:75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJRfM4HUzapU9JFaw5EmML5oVIDwfewp { width:18.5rem;height:4.0625rem;top:105.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhe1XkMBHoWVzapurIpdyod5IlBfg9zs { width:15.9375rem;height:1.13671875rem;top:106.5625rem;left:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlCm9i4LdV6Vmif3TVQLsptHWhATQ3NX { width:2.5625rem;height:2.5625rem;top:105.875rem;left:16.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgu5qzbTe0I3TO0HxqkChICyXlDdP1WL { width:4.0625rem;height:4.0625rem;top:105.1875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtdK59myfoyUzmogoJN9MT7IZdeyp6Ip { width:19rem;height:4.0625rem;top:105.1875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUiWHg2nRDi01EZhCmc0BfRq4BtlRVQg { display:block; }
 }@media only screen and (max-width: 763px) { #ADOSVAXs8neiZ9n41XWUGI3NLedLSrQW { display:block; }#ADOSVAXs8neiZ9n41XWUGI3NLedLSrQW > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOTovxPKVHWmaNkoHH196XR938IMTBhb { width:20rem;height:3.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rJQOa0UB31mtF24dZfhuWLw9RCMtbJpW { display:block; }#rJQOa0UB31mtF24dZfhuWLw9RCMtbJpW > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aML8f9TTdo1Pdn5C4FIeoOtrJvUgym6L { width:20rem;height:6rem;top:4.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpc2AiySx4N0pCAWcEK6c2k5U0IlRAWQ { width:14.5625rem;height:1.75rem;top:0.78125rem;left:2.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q5P9CODUgTriufEIPwvTipg9T7OBPb9P { width:20rem;height:11.46971875rem;top:11.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZdlkfbtTb8f6dGTzHigDnxxTTqNA6tv { width:19.4375rem;height:3.3125rem;top:0rem;left:0.28125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK2B1mK18ObT5ZO6bhWuIPUaSGgmcRqO { width:20rem;height:3.7109375rem;top:25.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAOflahDywPvrHVZ4GmqlZo3IQodgrxP { display:block; }#rAOflahDywPvrHVZ4GmqlZo3IQodgrxP > .row .container { width:20rem;height:46.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1gr830O6XDs7f0KKVg1mALltXSGdXZu { width:12.5625rem;height:4.125rem;top:3.3125rem;left:6.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZlaSRZkAuJ5c661xlx9XWbPsm4fRUoUQ { width:12.125rem;height:4.125rem;top:11.6875rem;left:6.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UXmvJ95X3RJSMn1H412fIW1tV9Evg4o1 { width:12.625rem;height:4.125rem;top:20.3125rem;left:6.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NrgrQRhTsmGAgKJvxFBf5032aXRkBFae { width:5rem;height:5rem;top:2.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdfTn4ykfEZAErx5UCJEVpHSnv5OHO8C { width:5rem;height:5rem;top:11.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8OELkmX9bXOtT2UwkpFELlxFFB7XC4k { width:5rem;height:5rem;top:19.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgPHllUX6TmJSFDwK52tkQIJdkGHP8Xe { width:13rem;height:4.5rem;top:28.9375rem;left:6.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R4JWERqzMWNZW60My299Tk8XgI3buPnh { width:5rem;height:5rem;top:28.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlOUhU2liQ4QsMGSbw4O2v8qXTOFxlOe { width:12rem;height:6.186525rem;top:37.9375rem;left:6.375rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vkCJ6wZRNz6AZTkB5efylRWJLTlCkISX { width:4.8125rem;height:4.8125rem;top:37.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBWcWGT48gQx5071INHBUiTax4GHumMV { width:20rem;height:9.625rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrArqsiJmQT3L8cZ9PRHqptTDKMLhPOf { display:none; }#BrArqsiJmQT3L8cZ9PRHqptTDKMLhPOf > .row .container { width:20rem;height:32.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RWe3SeIkvhopfaUHhuT0I6xk0a1kxJJd { width:18.6875rem;height:4.5rem;top:11.25rem;left:0.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJZlBVTNKwJsvNQ5BW42qcDtT42SL31D { top:17.75rem;left:3.75rem;width:12.5rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtR0TozWCDqfxGy7cc0ibfNqllbabfni { display:block; }
 }@media only screen and (max-width: 763px) { #C4i4oIKbnTvXtGTmaDEaDa93bI2Ce41d { width:11.0625rem;height:8.9375rem;top:2.3125rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw1v9fl1tXXCh6ytNE8HuPcW1P6shVXx { top:22.5rem;left:3.75rem;width:12.5rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnQO7rI8tOChSqINollqg5zDAikq23MK { display:block; }
 }@media only screen and (max-width: 763px) { #m8PCMrtXexCyX4p1JVBWlmDANshQNNub { display:block; }#m8PCMrtXexCyX4p1JVBWlmDANshQNNub > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFRZXRyirmRExzGckkr5GO2iM7XXpVbG { display:block; }#iFRZXRyirmRExzGckkr5GO2iM7XXpVbG > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8MM5243BsDcKwDctX54UnH3cxMp5SqD { width:17.4375rem;height:6.75rem;top:3.1875rem;left:1.40625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF2eq96W9x8RDB17wC35DuGUscmunTnO { width:15.5625rem;height:4.0625rem;top:11.0625rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1XPL2fpgTeGgXwQVFxfnT6LN9bFw1M3 { display:block; }
 }@media only screen and (max-width: 763px) { #LqQKqAkZhX4oMLqVCThTzLGyZC5cKO52 { display:block; }#LqQKqAkZhX4oMLqVCThTzLGyZC5cKO52 > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkAnyuA34LuRGBwiQyvPUraiw42oETgh { background-color:#ffffff;background-image:none;display:block; }#VkAnyuA34LuRGBwiQyvPUraiw42oETgh > .row .container { background-color: transparent; background-image: none; }#VkAnyuA34LuRGBwiQyvPUraiw42oETgh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkAnyuA34LuRGBwiQyvPUraiw42oETgh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkAnyuA34LuRGBwiQyvPUraiw42oETgh > .row .container > .video-iframe-container { display: none; }#VkAnyuA34LuRGBwiQyvPUraiw42oETgh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkAnyuA34LuRGBwiQyvPUraiw42oETgh > .row > .video-iframe-container { display: none; }#VkAnyuA34LuRGBwiQyvPUraiw42oETgh > .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); }#VkAnyuA34LuRGBwiQyvPUraiw42oETgh > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLXiHVX2smk9tpWWluNFenlXEsAArOsg { width:14.4375rem;height:4.5rem;top:0.5625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPJJ8BcnZC0k5tT7TwGX9gRMAlzELLDC { width:14.875rem;height:6.5rem;top:8.125rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ293B53FJAJy1PisDw6oGqETtndPMy2 { width:8.1875rem;height:3.75rem;top:17.625rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxEl6rg4LHcOdoL7LbDJc0qCMsHy2W3c { width:14.875rem;height:2.90625rem;top:9.9375rem;left:2.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grhhN8UvlRCIxW5IurX4CGiPBfl3CchI { display:block; }#grhhN8UvlRCIxW5IurX4CGiPBfl3CchI > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXEpSKHn041awUEgtL7B4uG3zLT1lC5Z { width:20rem;height:1.04980625rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRUBU9oTTmXWR4yQzvBb5q1TTSBhUEx8 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#xRUBU9oTTmXWR4yQzvBb5q1TTSBhUEx8 > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #svhI8iMtd23qdl0GtE4LAPZ3aqOgRZAB { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcGuAmiTMsSlWHRHwLmMfpaOPA1wR4bn { display:block; }
 }@media only screen and (max-width: 763px) { #NQvRkWHrScxUcwVkCk9L4lK9LF7TGgGD { width:2.625rem;height:2.625rem;top:0.125rem;left:0.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIvampDROLwz7SW2BwPTDJV55uFK60Ep { width:20rem;height:3.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO9ctTEaC3qixAW8HoaDmdLDoLtAqGfT { display:block; }
 }@media only screen and (max-width: 763px) { #WXUQnRMkxvgzwvNL66GwJaBw7TiUnvRu { width:13.1875rem;height:5.75rem;top:1.25rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uKkS2zlRWinuZQVNitqIM2GvTtNQQqbd { width:9.25rem;height:3.8125rem;top:2.46875rem;left:5.34375rem;display:none; }
 }