.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:238,246,226;--color-primary-1:198,227,159;--color-primary-2:140,198,63;--color-primary-3:70,99,32;--color-primary-4:21,30,9;--color-secondary-0:229,245,233;--color-secondary-1:167,220,183;--color-secondary-2:79,185,111;--color-secondary-3:40,93,56;--color-secondary-4:12,28,17;--color-tertiary-0:255,255,255;--color-tertiary-1:198,198,198;--color-tertiary-2:66,66,66;--color-tertiary-3:33,33,33;--color-tertiary-4:7,7,7;--headlines-font-family:"Montserrat";--paragraphs-font-family:"open sans"; }@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:url("https://icons.assets-landingi.com/icon_95210db54d6e22921cda75175618d89708320cc1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH > .row .container { background-color: transparent; background-image: none; }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH > .row .container > .video-iframe-container { display: none; }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH > .row > .video-iframe-container { display: none; }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH > .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); }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH > .row .container { border-width: 0; border-radius: 0; }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:6.25rem;width:75rem;position:relative;display:block; }#zJyTrXDCDlaCLRvkSHucfoJFrSK5LlVt { box-sizing:content-box;height:4.375rem;width:49.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.9375rem;left:25.186719894409rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
#sBGpSlZTNz7CmtBDmdiml0Zw1FS41P61 { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.8750001192093rem;left:63.405382156375rem;display:block; }
#qGauBbdZ1LFN1sGOONpLpXn6W2lGS8XX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LGM0yNySwWxNcPXXLvb4oDMMRcebub66 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.875rem;left:31.089061737061rem;display:block; }
#abtJMJ3danvybVlEouTvvo0CzTIINQHW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u7RzmULtsnZcJQtgqqlzl1dG4Q3Fr5Mo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.875rem;left:24.950782775879rem;display:block; }
#T6O3zVax2SKO8lHwfuzUqTeOGiAKf0Ks { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k6Tx0s92NiyRLNQIJekUFkBgnK7sIcPa { position:absolute;display:block;z-index:15002;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.125rem;width:10.997875rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#MxTyKC5T7QOH6eZhErdEMSI9NxFn1STJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.875rem;left:36.7265625rem;display:block; }
#hHHOUl89ri6KP7CL4kLqQ9SKSHHWX8Q5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SMyT8KO4TyOKwtPKOhccsGzAlXu3TdTz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.875rem;left:44.728908538818rem;display:block; }
#pDe4qenCnCNMXq6d0RLmx8qDt4kwZ5Jt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IdFFgIHyBBi7FCHCNkfnvvTFlSeSblBr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.875rem;left:54.162499427796rem;display:block; }
#BEBX57eLqCa9NTRZypRbccsusCp3atsT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rv4I6X4pVMSlUzXBdbpBR47V0sMRNEkN { box-sizing:content-box;height:4.375rem;width:59.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.9375rem;left:15.186718940735rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:none; }
#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/10cb2a49-284c-4aec-ba87-412add213f3d/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok.adaptive-delivery-prevent-bg, #AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok.lazyload, #AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok.lazyloading { background-image: none; }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok > .row .container { background-color: transparent; background-image: none; }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok > .row .container > .video-iframe-container { display: none; }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok > .row > .video-iframe-container { display: none; }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok > .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); }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok > .row .container { border-width: 0; border-radius: 0; }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:52.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#vCIavPmzDOnrts0M3ChBVmwotgAJM8AK { color:rgba(var(--color-tertiary-2),1);display:block;width:36.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:2.1875rem;left:0.625rem;height:14.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UpJlTtBaoPUn3EN9Dikasse6SmB7viOi { color:rgba(var(--color-tertiary-2),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:18.6875rem;left:0.625rem;height:16.09375rem;font-style:normal;display:block; }
#MWvJNSXm73FkCKn6JeFf66p3hu8wvqx5 { 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.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.15) ;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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.874625rem;height:3.49964375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:38.1875rem;left:0.625rem;display:block; }
#LFRApz8l8eTzpTaOLxEcEhswtQEmCulb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FOXEVdWJIsRee43ZZzXPDFdCvxibaRux { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:30.686875rem;width:40.186625rem;top:15.810548305511rem;left:31.997613906861rem;overflow:hidden;display:block; }
#vbkPoGXtwS5VhON0yMM5Pz2uHkD3iqN6 { box-sizing:content-box;height:31.875rem;width:30rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:7.62478351593rem;left:45.000001907349rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);display:block; }
#uZ78g7WQQg0TNAzuAgfh9qBeGSkcHunb { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.874025rem;width:4.874025rem;top:8.6875rem;left:69.125rem;overflow:hidden;display:block; }
#qKaVSbeisfDoZf9tfQfLzOLHnU9cnvI3 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49935rem;width:3.49935rem;top:10.5625rem;left:65.625rem;overflow:hidden;display:block; }
#JTDv1P7AwypIAMQwnHO6W26ocR3h1sfM { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.124025rem;width:5.124025rem;top:44.200305461884rem;left:25.976564407349rem;overflow:hidden;display:block; }
#vGZSyPG2IkIUKqVJQkS1IlQ1JXqWGChu { position:absolute;display:block;z-index:15051;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:5rem;width:5rem;top:39.201173782349rem;left:14.977647781372rem;overflow:hidden;display:block; }
#JRKcghlRKxh8Io1oksVyMBESACrC1Xln { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.124025rem;width:5.124025rem;top:44.200305461884rem;left:25.976564407349rem;overflow:hidden;display:none; }
#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/3cbc2af5-36c1-4407-8e31-9dbb92f2d27c/GIFLPTrabalheConosco_v2.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w.adaptive-delivery-prevent-bg, #NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w.lazyload, #NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w.lazyloading { background-image: none; }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row .container { background-color: transparent; background-image: none; }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row .container > .video-iframe-container { display: none; }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row > .video-iframe-container { display: none; }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .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); }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row .container { border-width: 0; border-radius: 0; }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 { background-color:rgba(var(--color-secondary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 > .row .container { background-color: transparent; background-image: none; }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 > .row .container > .video-iframe-container { display: none; }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 > .row > .video-iframe-container { display: none; }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 > .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); }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 > .row .container { border-width: 0; border-radius: 0; }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:50.125rem;width:75rem;overflow:visible;position:relative;display:block; }#RhN9qm9py2tkgdTTBMrxuCIK64ZDNV69 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.1862564086914rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TZkSl4M6pLvgfespkVqg6l3qugTVBOSO { box-sizing:content-box;height:25.0615rem;width:22.5rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:21.146873474121rem;left:8.4979171752931rem;border-top-left-radius:1.875rem;border-top-right-radius:0.625rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:1.875rem;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);display:block; }
#QMhB5X6t5VJctfi15AUC8I6QahQLRszX { color:rgba(var(--color-tertiary-0),1);display:block;width:46.12425rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:8.634033203125rem;left:14.43603515625rem;height:3.1625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ckTkwR8DgbhPuU2kPduMBlzVTDRUr5Iw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.3748125rem;width:48.75rem;top:15.091440200806rem;left:13.125rem;display:block; }
#GzmXWBoy7IPgioeC6fPMaX6rftWoKJT8 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:42.464195251465rem;left:61.875001907349rem;overflow:hidden;display:block; }
#rhy5ERdDh2RCdzGBMhJzG6Qrouir8QJR { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:38.748916625976rem;left:63.5622882843rem;overflow:hidden;display:block; }
#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/a95d6369-b7b8-4bf9-ad1a-f11ccf73d462/7BGbrancoeverdegro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ.adaptive-delivery-prevent-bg, #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ.lazyload, #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ.lazyloading { background-image: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { background-color: transparent; background-image: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container > .video-iframe-container { display: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row > .video-iframe-container { display: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .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); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { border-width: 0; border-radius: 0; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:51.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#MZJMMJP19QSPGznfmqSD9peHQO05xi33 { color:rgba(var(--color-tertiary-2),1);display:block;width:65.998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:5.306640625rem;left:4.5rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TIaAxGLCcEVnVEUJBQAVicRvlIfd44US { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.5625rem;left:0rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#nc2xpT3AbaHTmqK1HLPnkViJDhbxvOVG { color:rgba(var(--color-tertiary-2),1);display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:15.5rem;left:6.0625rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RwodoiHIhPQqFC7RP6DfdL9weetRslIJ { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:24.3125rem;left:0rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#JT6Bb5twMEB57LBnTv2nCQS2MNqG4xTR { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:24.375rem;left:6.0625rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DcEmR14tOTyD9lvyMMyN1xpReJPc4iKm { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:43rem;left:6.0625rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#udyWZKgoTVnDrdR1ARqDXaKHc1Ml6Lhl { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:42.125rem;left:0rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#ZIkJPM4Te7PvDuILeROLbv9BFvFpec6L { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:33.0625rem;left:0rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#HeWJ2dfzScRyd9umtdITsUFd90dAqJfk { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:33.1875rem;left:6.0625rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S5DyaoKsiQeNGnA3se1tvGTGqDvX6NH6 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:16.75rem;left:6.0625rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ccTFtFg7R9kGNmIF2Ud3SHTLUxSfG25k { color:rgba(var(--color-tertiary-2),1);display:block;width:15.8745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:25.75rem;left:6.0625rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UlIdTFPQgt9llPb84xQHmi4bGIlt002G { color:rgba(var(--color-tertiary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:34.5rem;left:6.0625rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KkbyME7Wh1NXq83OC3DPMTst6pug0Ayt { color:rgba(var(--color-tertiary-2),1);display:block;width:18.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:44.375rem;left:6.0625rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pzmc2luFzdUocEROQg0O28sIGbTNuwqB { position:absolute;display:block;z-index:15027;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.125rem;width:3.125rem;top:16.625rem;left:1.1875rem;overflow:hidden;display:block; }
#wiVxbxTcJGsJSiTKPMIQX4Hvnfc85Jen { position:absolute;display:block;z-index:15028;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.125rem;width:3.125rem;top:25.375rem;left:1.125rem;overflow:hidden;display:block; }
#H9rioTfxzry0yNV6GTTzEf44JQNxzv8N { position:absolute;display:block;z-index:15029;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.125rem;width:3.125rem;top:34.375rem;left:1.1875rem;overflow:hidden;display:block; }
#Q23uG3KWZzAqrmCTDzvlXagRekLEVdgU { position:absolute;display:block;z-index:15030;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.125rem;width:3.125rem;top:43.1875rem;left:1.125rem;overflow:hidden;display:block; }
#vBzzx4Ao9TSTrh8CSf0iNbrfsc6FTcoK { box-sizing:content-box;height:32.8125rem;width:44.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/99a1bb36-8fb6-4968-97f4-541d2f0e963f/IMG_9729.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.5rem;left:29.2197265625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:1.875rem;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);display:block; }#vBzzx4Ao9TSTrh8CSf0iNbrfsc6FTcoK.adaptive-delivery-prevent-bg, #vBzzx4Ao9TSTrh8CSf0iNbrfsc6FTcoK.lazyload, #vBzzx4Ao9TSTrh8CSf0iNbrfsc6FTcoK.lazyloading { background-image: none; }
#KpNJHTehs0nSxlLgrAzDbWCCIfrSIaA0 { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/a95d6369-b7b8-4bf9-ad1a-f11ccf73d462/7BGbrancoeverdegro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#KpNJHTehs0nSxlLgrAzDbWCCIfrSIaA0.adaptive-delivery-prevent-bg, #KpNJHTehs0nSxlLgrAzDbWCCIfrSIaA0.lazyload, #KpNJHTehs0nSxlLgrAzDbWCCIfrSIaA0.lazyloading { background-image: none; }#KpNJHTehs0nSxlLgrAzDbWCCIfrSIaA0 > .row .container { border-width: 0; border-radius: 0; }#KpNJHTehs0nSxlLgrAzDbWCCIfrSIaA0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KpNJHTehs0nSxlLgrAzDbWCCIfrSIaA0 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:46.125rem;width:75rem;overflow:visible;position:relative;display:none; }#I1pqOa2KkOfPSFvENEvke6vK6tWuO0CQ { color:rgba(var(--color-tertiary-2),1);display:block;width:65.99875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.24462890625rem;left:4.49951171875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OQ4J3r3PwotO8lTCrU4PTh4imBN7TBDw { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.685913085938rem;left:1.25rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#XT7igDisOCmSrtmV3uFR2LgDMvfVFdxM { color:rgba(var(--color-tertiary-2),1);display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:13.499206542969rem;left:7.3109369277956rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FsFDZPnir5fUV8LamWw0eDJAgWlduOiJ { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.747650146484rem;left:1.25rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#HW9mLTLScCG2yrs10QSxGZmUTg9SolKF { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:21.811706542969rem;left:7.311718940735rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RlzRw78wIv7Qg68HvvIPWEaUmaG0uoHC { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:38.311706542969rem;left:7.311718940735rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eolXgy2CEgD8mkOigU2TGC4xQ8tV9sTa { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.435913085938rem;left:1.25rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#sTg0bUmtXiEA5IEOqg67uvVgA7bdrrAy { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.373413085938rem;left:1.25rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#mHemkmnA3SrzbbiXktMG96NHHvTCBCzw { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:29.497650146484rem;left:7.3101568222044rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HXFQL64FRKDttORShJwEUM4iIgxyrHg9 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.4989375rem;width:45.5619375rem;top:15.499132156372rem;left:27.624784469604rem;display:block; }
#v40Td2nWE7hkCVIG2hZK8QSkl658MlEq { color:rgba(var(--color-tertiary-2),1);display:block;width:52.24975rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:9.405517578125rem;left:11.37451171875rem;height:2.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H0Rvckg6qke9JT8syIEgTXgmaxVnO9PI { box-sizing:content-box;height:25.060375rem;width:22.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:17.874349594116rem;left:52.500001907349rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);display:block; }
#UyO8c4vnGsTDgB6kGZQwXRF1bDc74pkf { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:14.767944335938rem;left:7.3085927963256rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ICK2B38KAhFoRTZTGaCa3q0fIP5f0k5N { color:rgba(var(--color-tertiary-2),1);display:block;width:15.8745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:23.210144042969rem;left:7.309374809265rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dupuNpniLFGbQpOmOZvy1SxRLp8yFqtP { color:rgba(var(--color-tertiary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:30.806243896484rem;left:7.309374809265rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MNbyLhh1ASOGb4zL6DBlrTTrl445T8NG { color:rgba(var(--color-tertiary-2),1);display:block;width:18.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:39.709350585938rem;left:7.309374809265rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wQVM8lblq0imFd4JaSgdpHmdabb6ZVH2 { position:absolute;display:block;z-index:15027;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.125rem;width:3.125rem;top:14.716400146484rem;left:2.40625rem;overflow:hidden;display:block; }
#kgarxT5cLHA4Kb1i2ozEmWKNsPsJLcEr { position:absolute;display:block;z-index:15028;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.125rem;width:3.125rem;top:22.841400146484rem;left:2.34375rem;overflow:hidden;display:block; }
#tif9BtQW2WNWEsb39McDepkGkXylT982 { position:absolute;display:block;z-index:15029;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.125rem;width:3.125rem;top:30.716400146484rem;left:2.40625rem;overflow:hidden;display:block; }
#arbLiJLcNG506BayaxR4uZBvCh5atawN { position:absolute;display:block;z-index:15030;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.125rem;width:3.125rem;top:38.528900146484rem;left:2.34375rem;overflow:hidden;display:block; }
#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK > .row .container { background-color: transparent; background-image: none; }#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK > .row .container > .video-iframe-container { display: none; }#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK > .row > .video-iframe-container { display: none; }#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK > .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); }#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK > .row .container { border-width: 0; border-radius: 0; }#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:68.75rem;width:75rem;overflow:visible;position:relative;display:block; }#SayhTEsOFlcKwVNh6k19vrEQcqHCZw6b { color:rgba(var(--color-tertiary-0),1);display:block;width:50.7486875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.5598974227905rem;left:12.122398376465rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w6pSthrA6bedPfpMQe2O0MHNGTcJZlVc { box-sizing:content-box;height:24.375rem;width:16.875rem;position:absolute;display:block;z-index:15002;background-color:#fafafa;background-image:none;top:13.875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#hkk5vE510vr8BSo1W5wVwcS4P3aXHQlR { box-sizing:content-box;height:24.375rem;width:16.875rem;position:absolute;display:block;z-index:15006;background-color:#fafafa;background-image:none;top:14.5625rem;left:20.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:1.25rem;display:block; }
#NXawUKrzJA0Sak6ts0cn7KdHeEhsNo4R { color:rgba(var(--color-tertiary-2),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:22.54921913147rem;left:21.749218940735rem;height:8.3965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#quywf2QEqeZe16yXxkhnEQU195Z3Gz1J { box-sizing:content-box;height:24.375rem;width:16.875rem;position:absolute;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:40.75rem;left:20.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:1.25rem;display:block; }
#iTo7WpNXcqTN1iL9P90yF0oS2FT2wdJd { box-sizing:content-box;height:24.375rem;width:16.875rem;position:absolute;display:block;z-index:15001;background-color:#fafafa;background-image:none;top:40.75rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Ptf7EerMgfCBsiFPdnufwmNnZrHiaefd { color:rgba(var(--color-tertiary-2),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:48.8125rem;left:1.3125rem;height:9.7958875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g2PyB7TNDPCVbDfTTDtnZWqq7ZCDWd0Q { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:48.810760498047rem;left:21.749132156372rem;height:9.795875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TEPwvynCqCyEke6AxmDEMDT1UtJBCi3s { color:rgba(var(--color-tertiary-2),1);display:block;width:14.122375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:22.5625rem;left:1.375rem;height:8.3965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e3qbVTTDFm7uCHii3oUs3q6JyM6MUzwO { box-sizing:content-box;height:24.375rem;width:16.875rem;position:absolute;display:block;z-index:14999;background-color:#fafafa;background-image:none;top:38.5537109375rem;left:56.8720703125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZSTxUb1d42ndTtA5nviNy7QWQQDrNMwD { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:15.312500476837rem;left:1.3118495941162rem;overflow:hidden;display:block; }
#TBpfRoCuVIRhTyoobHXTNXFyCLIpUimb { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:6.125rem;top:16.030474901199rem;left:22.062500953674rem;overflow:hidden;display:block; }
#NhiXUMeJexoI265l13cD8BZpea5gT9k9 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3748125rem;height:3.49935rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:32.624785423279rem;left:2.7495670318604rem;display:block; }
#bBHfykyp6m6eaDETw2ssrNiIawsgW8AM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MfZ8A7aEI57fM0vgX6TPTN1vlvJT7JNB { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.347035rem;height:3.4715725rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:32.62478351593rem;left:23.436418533325rem;display:block; }
#JN7OTem03azMvPkngXk6SgFaXBMvGoZi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FdXKOAoLmoQ3nV4HXMsxrtJhO7rw6NgP { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.271875rem;height:3.39609375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:59.5205078125rem;left:23.451171875rem;display:block; }
#H1rCGmPHHk0QUTTsx93zu27dFvaWqCMZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ouI2a6Lk3zf21eMapGIb8B1HWxtJEPKn { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.29925rem;height:3.42421875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:59.4921875rem;left:2.7490234375rem;display:block; }
#Evd2EdpZoCi2f9SnGreqk2uQHCPUirqP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mp3gSfixird95il0Euxe5kEBgpqLUiMw { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49935rem;width:3.49935rem;top:15.091147422791rem;left:66.6658039093rem;overflow:hidden;display:block; }
#DPmxyBmfpuVvyMDXPVs3vB8P3BozbFEO { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87413125rem;width:4.87413125rem;top:16.897788047791rem;left:68.9509601593rem;overflow:hidden;display:block; }
#N2UyUJTO5XpEzoXtmJGT5FsigtmPd6CV { position:absolute;display:block;z-index:15040;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.99946875rem;width:15.3125rem;top:43.812676429749rem;left:20.091440200806rem;overflow:hidden;display:block; }
#VqGcTEEDalvTqU06ec5shTbQtld3vTPR { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:42.1875rem;left:1.3125rem;overflow:hidden;display:block; }
#MqMHCgKTL2TGMIPMalZnqrAQZDx1tMVI { box-sizing:content-box;height:41.9355625rem;width:30.2480625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e14c4276-4ea4-4d95-8bab-e45869558f7b/IMG_0108.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:19.0009765625rem;left:41.46875rem;border-top-left-radius:1.875rem;border-top-right-radius:15.625rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.875rem;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);display:block; }#MqMHCgKTL2TGMIPMalZnqrAQZDx1tMVI.adaptive-delivery-prevent-bg, #MqMHCgKTL2TGMIPMalZnqrAQZDx1tMVI.lazyload, #MqMHCgKTL2TGMIPMalZnqrAQZDx1tMVI.lazyloading { background-image: none; }
#zWSxkSpZLSmTgRhySPmDgiaxLOTm7Vpp { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49935rem;width:3.49935rem;top:15.091147422791rem;left:66.6658039093rem;overflow:hidden;display:none; }
#ZxaQbOVfTVqqiNiSeK9KBVwFUXmvkBE2 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49935rem;width:3.49935rem;top:15.091147422791rem;left:66.6658039093rem;overflow:hidden;display:none; }
#LiTX7EBHac3sHzzeWobkv4QyUfExhHtJ { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87413125rem;width:4.87413125rem;top:16.897788047791rem;left:68.9509601593rem;overflow:hidden;display:none; }
#I6xE2EuyrFhTw3ZUq7cIhXwwFCNWRi7P { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:18.75rem;display:none; }
#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4fe8ef8e-c658-449b-99a8-ce3963af1e78/6BGbrancoeverdegrocopiar.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7.adaptive-delivery-prevent-bg, #ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7.lazyload, #ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7.lazyloading { background-image: none; }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row .container { background-color: transparent; background-image: none; }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row .container > .video-iframe-container { display: none; }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row > .video-iframe-container { display: none; }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .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); }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row .container { border-width: 0; border-radius: 0; }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:35.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#Q5HaTRQKmOi1ArAM81xEug3RyLTSSeyf { color:rgba(var(--color-tertiary-2),1);display:block;width:67.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:3.671875rem;left:3.59375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K8oUJDilQ4SJJs6CqubNW8L2GVmATesC { box-sizing:content-box;height:20rem;width:16.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.1875rem;left:2.9375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#R1yPPtT0tTwmQmEAaTrK3TPXhS2KPDTC { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.124025rem;width:1.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:23.9375rem;left:17.749999046326rem; }
#CRykSeXtGeha9frKb82g2xwTb4vmi7Ta { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:7.5625rem;left:1.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:15.625rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#RkCvr2wBEl4bl9eq4JuBVbm7wZzqMPsu { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.1239375rem;width:1.1239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:18.436611175537rem;left:3.9976921081543rem; }
#sTZ7km49EmVGNntOTqoogrhrXJR4HE11 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.15) ;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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.499025rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:26.4375rem;left:4rem;display:block; }
#fEuMd8FEQluEg2rM46LefrVTozMriugE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p87MyxewZWy1uTgMbDohqEEzcbQsowd6 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:8.9375rem;top:13.1875rem;left:6.8749990463256rem;overflow:hidden;display:block; }
#A1TQofvfufQbndFzAPOWM6gAUgBSIH7A { position:absolute;display:block;z-index:15034;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.5625rem;width:7.5625rem;top:12.1875rem;left:25.000000953674rem;overflow:hidden;display:block; }
#EUsWQ6OXldC6gycRGh2pILrssr5bBgiP { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:8.5rem;top:14.5rem;left:41.937500953674rem;overflow:hidden;display:block; }
#uAsOgoIKPp7JsM5X8V5QogJbK4rW2o4b { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:8.0625rem;top:13rem;left:59.437500953674rem;overflow:hidden;display:block; }
#D26dOTemRxT3RG4wr24EmP45Q1Rdn3qA { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.15) ;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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6591875rem;height:3.4707rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:26.4375rem;left:21.437499046326rem;display:block; }
#qkf3cDu3Q3qaqr2XppLSraiq8Ln7FUUo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tEVl4sgOToPLgtTI7hZLHSvkgLPULvpl { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.15) ;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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6591875rem;height:3.4707rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:26.4375rem;left:56.125000953674rem;display:block; }
#lMsUdda8BmNhMPcVF9LCa0f7pyagcUWX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#adruH8B4ulV5lIuw0LXn5xa4veFqeAeA { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.15) ;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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.499025rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:26.4375rem;left:38.812500953674rem;display:block; }
#kbzRQJi1qXFEX5nsAk1r5dJSpnILcfmU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A4CLPTHI9wB2BlmThA275wggnAUTnPUD { color:rgba(var(--color-tertiary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:20rem;left:4.125rem;height:4.19824375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NzWdTJiVCtWBTvDxsBBPnCJN5c4Tgup1 { box-sizing:content-box;height:20rem;width:16.75rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.1875rem;left:20.374999046326rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#xhxOC8thJSlJlH8NofomLiXSOP2vcO8u { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:19.875rem;left:20.8125rem;height:5.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QiZr7cHRLUEJHTVq8wPKgDDst9BlRpXd { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.124025rem;width:1.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:24.4375rem;left:35.187500953674rem; }
#Zqv9Wr5fBsoK1FcmZmQEblzrWflV08bT { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.1239375rem;width:1.1239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:18.436611175537rem;left:21.437322616577rem; }
#yWK63KE32NplH5lxTs4GIwLBf6TRdBCm { box-sizing:content-box;height:20rem;width:16.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.1875rem;left:37.812500953674rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#lFHu2SVpWSWvbgCymyoLptNH0KhtS78c { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:20.125rem;left:38.250000953674rem;height:4.19824375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XhA21IJLEgOW7sE7I8vLEc5mokTTPzLs { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.124025rem;width:1.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:24.4375rem;left:52.625000953674rem; }
#X1WnQHNqHgDZ1xhBrdXOgTxOifPLVwpr { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.1239375rem;width:1.1239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:18.436611175537rem;left:38.812143325806rem; }
#IgIB0TlJHBUVExoi9EJ7fsrziTWxSWTe { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.12305rem;width:1.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:18.436611175537rem;left:56.124822616577rem; }
#uPTSG38ihlZ72tR6KLcBclAU3xBymRwZ { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.124025rem;width:1.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:24.4375rem;left:69.937500953675rem; }
#Lft91AEpXy0zrUnaxvZCWcGgnkERuc1r { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:19.8388671875rem;left:55.96875rem;height:5.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gZ1rM2ZtCKLHGgd7Q74bmiT1pZvzNd4J { box-sizing:content-box;height:20rem;width:16.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.1875rem;left:55.125000953674rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#F2AEMLFkOg8FSb28oFnypr3JpuLFdQVk { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.124025rem;width:1.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:18.9375rem;left:21.374999046326rem;display:none; }
#ES8dnRwelIxkCNhvRZa2sl1bKh5Xhkwy { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.124025rem;width:1.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:24.4375rem;left:35.187500953674rem;display:none; }
#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW > .row .container { background-color: transparent; background-image: none; }#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW > .row .container > .video-iframe-container { display: none; }#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW > .row > .video-iframe-container { display: none; }#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW > .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); }#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW > .row .container { border-width: 0; border-radius: 0; }#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:72.25rem;width:75rem;overflow:visible;position:relative;display:block; }#l3iTiNXTRWJJhQgtn6PX0644yTdq5ysS { color:rgba(var(--color-tertiary-2),1);display:block;width:62.624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.5008877515793rem;left:6.1860790252686rem;height:8.9375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HhF2GLDw4IiiAz39FHW5gDMIqv9LeVJz { color:rgba(var(--color-primary-2),1);display:block;width:21.0609375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:18.375rem;left:11.0625rem;height:2.13125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nSFio69d927hK74fan8Q86JTeqBxTE7G { color:rgba(var(--color-primary-2),1);display:block;width:21.0605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:33.6875rem;left:43.4375rem;height:2.1308625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nwuWaUOHOoDOFddbgXyCshRBRG5VpRus { box-sizing:content-box;height:38.4375rem;width:28.9375rem;position:absolute;display:block;z-index:15004;background-color:#fafafa;background-image:none;top:16.875rem;left:7.8115234375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#SDTXRGrvtMhHD1OQzlX7htyTxgFB4JtI { box-sizing:content-box;height:15.9375rem;width:28.9375rem;position:absolute;display:block;z-index:15011;background-color:#fafafa;background-image:none;top:32.4375rem;left:39.5rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#zE0q8yN0i8sT60Z9Thp2icV4mUOTVqBV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:23rem;top:61.9375rem;left:42.5rem;overflow:hidden;display:block; }
#vFpL6UMTfBDyoeRJ4GEMBRC1kLDa5hxK { box-sizing:content-box;height:8.6875rem;width:29rem;position:absolute;display:block;z-index:15002;background-color:#fafafa;background-image:none;top:60.59375rem;left:39.40625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#PAKAX3zDO3tJ6GGrLwuZ6zDHZ1P26Caq { box-sizing:content-box;height:10.4375rem;width:28.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:57rem;left:8.6875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#XlDlqIsrryK9q8zKZaS2bP4ZmvmxckG2 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.0608125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:58.4375rem;left:12.875rem;height:2.1308625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v4wykd83LXdDqVOEJ1KdMBBhA0W2fUOA { 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.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.0710625rem;height:4.44609375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:61.875rem;left:11.8125rem;display:block; }
#kHcDFKXtKQldXr68iCokIWIieXuw1LnO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GWN5TSWi1DR96XFf5dEWnrGLZu1Bvxgl { color:rgba(var(--color-tertiary-2),1);display:block;width:71.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:12.125354647636rem;left:1.71875rem;height:1.58125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EPwch7lmO8pxTlaebHdE73suTRVT5kVd { position:absolute;display:block;z-index:15047;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.18685rem;width:3.18685rem;top:13.6875rem;left:63.625rem;overflow:hidden;display:block; }
#FOV9LwVH1OTFBpO0kI1xBncabPuDJtiT { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:16.75rem;left:66.5rem;overflow:hidden;display:block; }
#n4GLW1MuckP9lQcdFmpmdiG7Wmo2yhz9 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:10.810125rem;top:56.3125rem;left:62.125rem;overflow:hidden;display:block; }
#iH5ppdE0Ikni1i66T0PnMw4iP9iJaoiP { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:14rem;left:6.1875rem;overflow:hidden;display:block; }
#T5ue3PVm5er41Qkl59wggZr557TTGLse { box-sizing:content-box;height:18.25rem;width:29rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/6a49feaf-6b04-4cbd-97bb-e31360cf1e3a/IMG_9592.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.75rem;left:39.5rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#T5ue3PVm5er41Qkl59wggZr557TTGLse.adaptive-delivery-prevent-bg, #T5ue3PVm5er41Qkl59wggZr557TTGLse.lazyload, #T5ue3PVm5er41Qkl59wggZr557TTGLse.lazyloading { background-image: none; }
#OPWwemz31McbzGV1s0J0rQ8fSpylbrHI { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:31.3125rem;left:11.2802734375rem;display:block; }
#GSGkvHuN9MHBf1OqacuGsn4rhzu3xonx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U9kmBieZ4eMuQOZ1mK36Vx6KVJCeg6tM { color:rgba(var(--color-primary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:19.1875rem;left:42rem;height:4.2625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N3xJmpPm2mFpaWudCgfXUGo8la28uHyP { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.8rem;height:3.425rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:24.3125rem;left:43.5rem;display:block; }
#zkw84NXzuPTCUwt6olkTpgo8cL2FSSPx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xSqdE5gKM3yRacI58tDydzDtIK5OMqox { box-sizing:content-box;height:13.3125rem;width:28.9375rem;position:absolute;display:block;z-index:15006;background-color:#fafafa;background-image:none;top:16.875rem;left:39.4375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#cRgLyRro29OOseCc3OmRfslzgfai6Dms { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.724625rem;height:3.2246125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:37.4375rem;left:43.9375rem;display:block; }
#oaNyeRbFCiEvX95sne0nt3kGIqTywMAO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VivdqSkwL4dm65FAL1x2DaxmSd8h7lZg { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:5.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:41.4375rem;left:43.9375rem;display:block; }
#iACiAn9lNsTTJioTsr6u80nr2eOzaCsZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XgouuJwLXyMSr736cgLEuxTtbDVXkxHg { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.8125rem;height:4rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:26.25rem;left:11.1865234375rem;display:block; }
#J4AZCO0BSwiOTqBlbZ3cgRBEKTTxK4el { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sCk21qUmcV7wwqWO8RcKSCs2bu90dTec { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7998125rem;height:3.42480625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:46.0625rem;left:11.1875rem;display:block; }
#L33gKgmUJTgAKP4IDNi3OF73ZHkVoK1F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RRpIpGmhU0VsfaTIhtuCGcWNZMPvPlBg { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7998125rem;height:3.42480625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.818359375rem;left:11.384765625rem;display:block; }
#wBPDx0eTCPNDT6KMxs7D7DkOofbD5ox3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oKfEg65RZB2otGkuhvSvxp3nTwwmdx6h { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.723625rem;height:3.34863125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:50.3125rem;left:11.25rem;display:block; }
#uQ9xkkqVadNEtCvmwXKfdh9VL6mCNZ8A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cWrFVFiSlJlx2X7DbWmuPO6CGz11a3qc { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:41.1875rem;left:11.3125rem;display:block; }
#bwV2nqq1DWsJEysl8raut1AgwEqzMblm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Th1V7rhCgmML2hzslE1JK1ahEOuukkc0 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:36.1875rem;left:11.2802734375rem;display:block; }
#ir8KZlqD8Iclplpzcn5ifw6CnUKSF9tb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ihrTTd2n72zFFfl5yec6EubQIit68kVk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/2e031421-2917-4608-b3e1-39b6b299749f/4BGbrancoeverdegrocopiar2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk.adaptive-delivery-prevent-bg, #ihrTTd2n72zFFfl5yec6EubQIit68kVk.lazyload, #ihrTTd2n72zFFfl5yec6EubQIit68kVk.lazyloading { background-image: none; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row .container { background-color: transparent; background-image: none; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row .container > .video-iframe-container { display: none; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row > .video-iframe-container { display: none; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .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); }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row .container { border-width: 0; border-radius: 0; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:72.8125rem;width:75rem;position:relative;display:block; }#Pn1vUao9hmNaH3uDBq4058qKWlyoutSr { box-sizing:content-box;height:48.1875rem;width:21.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/57d955fb-acb0-4713-8c3c-9ea3fef27a7f/IMG_0231.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:4.625rem;left:0rem;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;display:block; }#Pn1vUao9hmNaH3uDBq4058qKWlyoutSr.adaptive-delivery-prevent-bg, #Pn1vUao9hmNaH3uDBq4058qKWlyoutSr.lazyload, #Pn1vUao9hmNaH3uDBq4058qKWlyoutSr.lazyloading { background-image: none; }
#VBfaUpn9NzVnR2Wu00PGDL0o2DU34uz6 { box-sizing:content-box;height:31.25rem;width:21.4375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:21.624641418457rem;left:0rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#Ah5ePhkETmqU5T0kL5KC9rNBwTs9Tw5F { box-sizing:content-box;height:31.25rem;width:21.4375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:21.686790466309rem;left:53.686964035034rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#Vfe8mlgAPWCQxn2tMLnv2tLQ4NfLUR8J { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.75rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:26.341552734375rem;left:2.530517578125rem;height:4.75043125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XH8gtfHtE2zIaR1iHJ7Ti5KyNP1y8WEh { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:32.31201171875rem;left:2.530517578125rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OkxQWDQWDiX2PbHM7x8SZdrvppftTMPd { box-sizing:content-box;height:31.25rem;width:21.4375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:21.686790466309rem;left:26.874998092651rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#rSHTnmu9AOTGDCS0kVe1M2a5VBH2N2a3 { box-sizing:content-box;height:48.1875rem;width:21.3125rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/57d955fb-acb0-4713-8c3c-9ea3fef27a7f/IMG_0231.JPG");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:21.75rem;left:26.875rem;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;display:block; }#rSHTnmu9AOTGDCS0kVe1M2a5VBH2N2a3.adaptive-delivery-prevent-bg, #rSHTnmu9AOTGDCS0kVe1M2a5VBH2N2a3.lazyload, #rSHTnmu9AOTGDCS0kVe1M2a5VBH2N2a3.lazyloading { background-image: none; }
#cShBJ3XkZtJOfvK8nxiPiHGT3JJJiEhu { box-sizing:content-box;height:48.1875rem;width:21.3125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/57d955fb-acb0-4713-8c3c-9ea3fef27a7f/IMG_0231.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:4.625rem;left:53.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;display:block; }#cShBJ3XkZtJOfvK8nxiPiHGT3JJJiEhu.adaptive-delivery-prevent-bg, #cShBJ3XkZtJOfvK8nxiPiHGT3JJJiEhu.lazyload, #cShBJ3XkZtJOfvK8nxiPiHGT3JJJiEhu.lazyloading { background-image: none; }
#Qq9ZJCCMvBeTD0SSryL6OHUEeIzweBpI { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:6.9375rem;left:25rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MsTEOif5CN8rKZ7wFPLZEIMPEfEyLVy1 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.99975rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:16.561279296875rem;left:29.498291015625rem;height:3.1625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L7DioAeIixpZApm8kt4U7DMzFVIOa3VA { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:37.061767578125rem;left:2.686767578125rem;height:10.233375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gfy2t7WRpTTdaMsepAvWeGaULTlpZZaL { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:36.125rem;left:29.5625rem;height:13.15725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FKHMBthgmzBGGtTvTFbWuPpyT12ar7TM { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.75rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:25.4375rem;left:29.375rem;height:4.75043125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VSMGIxz0yQaJSSCTsSWkxnoegthn30oW { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:31.375rem;left:29.375rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K8nzilJ8RBe5U6VO1k3wyxvpIL6qb5W2 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:37.061767578125rem;left:56.3427734375rem;height:8.7715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zv7vlvxRGhQvfENQ9TyowkE8IlbayT3z { color:rgba(var(--color-tertiary-0),1);display:block;width:20.06225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:32.31201171875rem;left:54.278564453125rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n5fGVTqHUG2dSq1KJhFUyHuoKTwE22V6 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.75rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:26.341552734375rem;left:56.1865234375rem;height:4.75043125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S0SNsDruRamg6TfPhnFvmK4xyi16cuJi { position:absolute;display:block;z-index:15043;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.87478125rem;width:3.87478125rem;top:4.6234812736511rem;left:48.309465408325rem;overflow:hidden;display:block; }
#IcDoNDzVX18FGRSswDCri5IlmEhIWZwP { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8737rem;width:3.8737rem;top:47.298179149628rem;left:54.540582656861rem;overflow:hidden;display:block; }
#lBWqXusuuJ94I0C1QAME0lZdy2g3cA32 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:50.175783157349rem;left:53.399959031372rem;overflow:hidden;display:block; }
#DcwH7gZ8pdBasFprtKd1tcupQLtzlsE4 { box-sizing:content-box;height:31.25rem;width:21.4375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:21.624641418457rem;left:0rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:none; }
#examaWk7EAX91KhTKzWTzml7pxCdeiTx { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#OMocIRKtr9UoSDvlT7ND3GTFMupEpTPn { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#UrkdqdXoCD74x66O9Ai9hr9Zz8sLxVmC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#f3tfK20UW0VTeGF8hAmHBrvdQyltsH8X { position:absolute;display:block;z-index:15043;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:3.8125rem;top:4.6234812736511rem;left:48.309465408325rem;overflow:hidden;display:none; }
#AxlIWAu5C0T1kcKCSZwT56eUwBQREJen { position:absolute;display:block;z-index:15043;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:3.8125rem;top:4.6234812736511rem;left:48.309465408325rem;overflow:hidden;display:none; }
#Ag5AalfsvH9EH3UaiQnDTXmX1y5rxt6R { position:absolute;display:block;z-index:15043;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.87478125rem;width:3.87478125rem;top:4.6234812736511rem;left:48.309465408325rem;overflow:hidden;display:none; }
#P2eqFuMBg87nkEkVuXUey0MJezhcgF09 { position:absolute;display:block;z-index:15043;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:3.8125rem;top:4.6234812736511rem;left:48.309465408325rem;overflow:hidden;display:none; }
#vuX1ibJHJxrNnLPnWZhNUXK0e80zLekC { position:absolute;display:block;z-index:15043;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:3.8125rem;top:4.6234812736511rem;left:48.309465408325rem;overflow:hidden;display:none; }
#ahT0TGqkShLhvuOfbQteSIsEs8pdqwBb { position:absolute;display:block;z-index:15043;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:3.8125rem;top:4.6234812736511rem;left:48.309465408325rem;overflow:hidden;display:none; }
#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://icons.assets-landingi.com/icon_135b47d9ec5dac925823ab7a21e418505ce0e896.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt.adaptive-delivery-prevent-bg, #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt.lazyload, #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt.lazyloading { background-image: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { background-color: transparent; background-image: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container > .video-iframe-container { display: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container { display: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .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); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { border-width: 0; border-radius: 0; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:61.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#PsNMTNky5v048FaCRPf5PvgDlwSce9gg { color:rgba(var(--color-tertiary-0),1);display:block;width:65.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:3.11279296875rem;left:4.593505859375rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UDc7CI1l89UTNUAHFVGsr2ebQ8XnGDOb { color:rgba(var(--color-tertiary-0),1);display:block;width:33.562rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:9.686279296875rem;left:4.593505859375rem;height:5.775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RUDztWgwTEQLkzgpNTUVwgqTJX0a0FWG { 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.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.874625rem;height:3.49964375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.747802734375rem;left:4.593505859375rem;display:block; }
#zMQhfJyxH3AoJne2ydDTsOQtaTVzcsRE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AUtTBiQqyQ7M2wKKdBZlyMDvwQ73zP8D { position:absolute;display:block;z-index:15052;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:24.5rem;width:43.625rem;top:35.266930580139rem;left:6.9672336578369rem;overflow:hidden;display:block; }
#xGAzZlmDpC1zOorxZB3hVrIJ5p1STvRe { box-sizing:content-box;height:38.499375rem;width:36.1870625rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;top:19.580079078674rem;left:28.276910781861rem;border-top-left-radius:9.375rem;border-top-right-radius:0.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#NfHVvEot4KbQ9zmmuRvQLEulab9TARua { box-sizing:content-box;height:41.9365rem;width:30.249rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f03a50fe-32a8-48c4-b543-d5ed5263fbdc/IMG_9822.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.625rem;left:44.750436782837rem;border-top-left-radius:1.875rem;border-top-right-radius:15.625rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.875rem;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);display:block; }#NfHVvEot4KbQ9zmmuRvQLEulab9TARua.adaptive-delivery-prevent-bg, #NfHVvEot4KbQ9zmmuRvQLEulab9TARua.lazyload, #NfHVvEot4KbQ9zmmuRvQLEulab9TARua.lazyloading { background-image: none; }
#gak90KAENL6TTt2HxngDfJqrwHcJUGpm { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87413125rem;width:4.87413125rem;top:18.466798305511rem;left:35.061849594116rem;overflow:hidden;display:block; }
#fZwx4tdwGthvUZrssBQxMgPGcK8lZ0T1 { position:absolute;display:block;z-index:15037;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.87478125rem;width:3.87478125rem;top:22.356772899628rem;left:33.024091720581rem;overflow:hidden;display:block; }
#vEgXuL9JVQIi9040P5O8qPbFdQv1OZnq { position:absolute;display:block;z-index:15050;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:5rem;width:5rem;top:18.402778148651rem;left:18.872613906861rem;overflow:hidden;display:block; }
#puSnUncT0QKtRlhENARt5wbTNCdn1GU3 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:13.4375rem;top:28.862849235534rem;left:1.6178398132324rem;overflow:hidden;display:block; }
#y8etOGduvvm6mmcTiek51iedpqBZfiET { position:absolute;display:block;z-index:15037;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.87478125rem;width:3.87478125rem;top:22.356772899628rem;left:33.024091720581rem;overflow:hidden;display:none; }
#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/5fc2aef6-a746-4c40-93a3-db385a0cc721/5BGbrancoeverdegrocopiar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.adaptive-delivery-prevent-bg, #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.lazyload, #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.lazyloading { background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { background-color: transparent; background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .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); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { border-width: 0; border-radius: 0; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:41.0625rem;width:75rem;overflow:visible;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-2),1); }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.5;overflow:hidden;height:auto;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-2),1); }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-trigger.adaptive-delivery-prevent-bg, #g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-trigger.lazyload, #g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-trigger.lazyloading { background-image: none; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L { box-sizing:content-box;height:auto;width:69.310625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15045;background-color:#fafafa;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.0625004768369rem;left:1.59375rem; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #c2AhDgzRhhQLzueP1v5WR1frPpaKdk7E { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #iElkwogPdsDpG2WRZtL3AJkhglp6zNzk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #sJwHPW38CFxoOygGcdGmDqffcH5lz5pg { display:block;position:relative; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #etJRVNSQ89QUkwSI954i4mbsy84214u4 {  }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #mtECwMBk8iTnvgHoLqZg4dbgJi4zA9aD {  }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #LP1MGS6o2ubIE47lESo6dg5k1KxFNE5a { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #BIJ6WaHpu6ddw4SyvFNKouTowuDXRGoV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #PvrFcos2M7HXUSJfBpOxygfG40p5B0Oi { display:block;position:relative; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #FB0rzlffxevVR5CRPiQ3wCEwRlU5oHW9 {  }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #aQ0p2EPEV4WHSTPHMNmMfD29WtaXHmfW { display:none; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #u1Kba4gVPMlKAmN04TXuoGx8rC2koLzh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #yqav6bRKy3uzzAUOi9iFZUVxI4GZ7vRy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #sqQmGuiTZE26UwOcXXwW7NPPUgtmAcFI { display:block;position:relative; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #lvsgAqDwFXKf7GTQnuOR7Z0cPuTpAdPa {  }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #Ecs88L3JUGMuqDyDVuTWkUEav10fJF9F { display:none; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #tbsnT3yTTUHbIMTPtMFinnmxuq6Cmaeh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #PPzno5bngsiFbBAThqikqwT22uf3uMWy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #HHLNxEXBPa2BgOuOCJ0XqZQL8zFtX4FT { display:block;position:relative; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #AVRwFTKAZTTQnlrJaFpQqfauETtvEMdK {  }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #sPcXZoTtcflr38mGwfGMHdIeu1TPQ8FO { display:none; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #xeSu06n7IpMFDomgHdZpPSO9qo4qrfZg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #PCiVk08iOcuADglxhTtlI8Aw90DsGi7x { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #ezGhz9JrvyQxQ7UNtfwrRVf2Eftw76Vx { display:block;position:relative; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #egDJZTZbxym9wmvknqhtTJPxZ9m9clqD {  }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #xcrPDAOCdOxNvZlp87Q1O8VqLG0bcyoI { display:none; }
#SLw138yemTlqP1figDhcKkXWbJSiqJAa { color:rgba(var(--color-tertiary-2),1);display:block;width:44.124625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:2.83420586586rem;left:15.437284469604rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#klq5wyBuE4ohpnAk6lbP0DHOVUcmyEZb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:32rem;display:none; }
#drXLehULqsPJsOby2sOgLnPvkkF7AoIH { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://icons.assets-landingi.com/icon_46a1a6cb2c8abb12df309077950b2b823be63343.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH.adaptive-delivery-prevent-bg, #drXLehULqsPJsOby2sOgLnPvkkF7AoIH.lazyload, #drXLehULqsPJsOby2sOgLnPvkkF7AoIH.lazyloading { background-image: none; }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row .container { background-color: transparent; background-image: none; }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row .container > .video-iframe-container { display: none; }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row > .video-iframe-container { display: none; }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .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); }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row .container { border-width: 0; border-radius: 0; }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:43.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#gO3dePJaQm8rHauIybShVvumLnkfMRZH { color:rgba(var(--color-tertiary-0),1);display:block;width:39.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:6.4375rem;left:1.875rem;height:8.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lBgPTZQEG37IPLKOThpB6DATF4maekTP { color:rgba(var(--color-tertiary-0),1);display:block;width:32.874375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:17.16690826416rem;left:1.875rem;height:6.03515625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lNGlkhNKFxIlS85AzJHg0weHE8v1iA0w { box-sizing:content-box;height:32.4375rem;width:34.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/33ccf93d-5c36-4131-bfe1-ca922074584d/IMG_5663.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.96875rem;left:38.625rem;border-top-left-radius:1.875rem;border-top-right-radius:15.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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);display:block; }#lNGlkhNKFxIlS85AzJHg0weHE8v1iA0w.adaptive-delivery-prevent-bg, #lNGlkhNKFxIlS85AzJHg0weHE8v1iA0w.lazyload, #lNGlkhNKFxIlS85AzJHg0weHE8v1iA0w.lazyloading { background-image: none; }
#ALuGfCna476mvWdRN3Ciqu7FoCuhLWIT { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:30.9892578125rem;left:16.625rem; }
#ALuGfCna476mvWdRN3Ciqu7FoCuhLWIT > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; }#IXBzTohgC4uMTPP5MwLrryDKCzs0pX5f { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:30.989582061767rem;left:10.5625rem; }
#IXBzTohgC4uMTPP5MwLrryDKCzs0pX5f > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; }#JMWDEOZGCvRsdA0OosxgtyXTRvLVwZTu { color:rgba(var(--color-primary-2),1);display:block;width:23.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:28rem;left:4.5911483764649rem;height:2.2753875rem;font-style:normal;display:block; }
#Hk8yuzUVqikzJKtaRKzZSIwRzuWGmm3H { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:30.9892578125rem;left:4.5908203125rem; }
#Hk8yuzUVqikzJKtaRKzZSIwRzuWGmm3H > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; }#nNNKV2I7HNkLogzzparEmCbDqWAmF5Zu { box-sizing:content-box;height:12.5rem;width:52.125rem;position:absolute;display:block;z-index:14999;background-color:#fafafa;background-image:none;top:25.5625rem;left:1.875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB { 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; }#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB > .row .container { background-color: transparent; background-image: none; }#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB > .row .container > .video-iframe-container { display: none; }#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB > .row > .video-iframe-container { display: none; }#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB > .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); }#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB > .row .container { border-width: 0; border-radius: 0; }#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#rETJuplfNVdWdeIR8vpTdWdvN1CM9pK9 { color:rgba(var(--color-primary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:3.0625rem;left:66.5rem;height:1.225rem;font-style:normal;display:block; }
#szDquptKyKrQuoGPd5gXlLfAhTHRD8vh { color:rgba(var(--color-primary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:3.125rem;left:49.4375rem;height:1.225rem;font-style:normal;display:block; }
#vIyPzEcmJoTD7Nf0N21nGsSwNVME5Wru { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:2.9375rem;left:47.5625rem; }
#VomKtMWaVvFbAZrGgV7SKlqDUoS4gLSK { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:2.9375rem;left:64.6875rem; }
#B2gMbNavo0s4IUWZfwz5ZfTrC3ZiXRob { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4987rem;width:12.434875rem;top:1.78125rem;left:2.1848983764649rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH { display:block; }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJyTrXDCDlaCLRvkSHucfoJFrSK5LlVt { top:0.9375rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBGpSlZTNz7CmtBDmdiml0Zw1FS41P61 { width:9.375rem;height:2.5rem;top:1.875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGauBbdZ1LFN1sGOONpLpXn6W2lGS8XX { display:block; }
 }@media only screen and (max-width: 763px) { #LGM0yNySwWxNcPXXLvb4oDMMRcebub66 { width:5.5rem;height:2.5rem;top:1.875rem;left:17.464061737061rem;display:block; }
 }@media only screen and (max-width: 763px) { #abtJMJ3danvybVlEouTvvo0CzTIINQHW { display:block; }
 }@media only screen and (max-width: 763px) { #u7RzmULtsnZcJQtgqqlzl1dG4Q3Fr5Mo { width:6.1875rem;height:2.5rem;top:1.875rem;left:11.325782775879rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6O3zVax2SKO8lHwfuzUqTeOGiAKf0Ks { display:block; }
 }@media only screen and (max-width: 763px) { #k6Tx0s92NiyRLNQIJekUFkBgnK7sIcPa { top:1.5625rem;left:0rem;width:10.9375rem;height:3.1078446972711rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxTyKC5T7QOH6eZhErdEMSI9NxFn1STJ { width:6.9375rem;height:2.5rem;top:1.875rem;left:23.1015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHHOUl89ri6KP7CL4kLqQ9SKSHHWX8Q5 { display:block; }
 }@media only screen and (max-width: 763px) { #SMyT8KO4TyOKwtPKOhccsGzAlXu3TdTz { width:10.0625rem;height:2.5rem;top:1.875rem;left:31.103908538818rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDe4qenCnCNMXq6d0RLmx8qDt4kwZ5Jt { display:block; }
 }@media only screen and (max-width: 763px) { #IdFFgIHyBBi7FCHCNkfnvvTFlSeSblBr { width:10.0625rem;height:2.5rem;top:1.875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEBX57eLqCa9NTRZypRbccsusCp3atsT { display:block; }
 }@media only screen and (max-width: 763px) { #Rv4I6X4pVMSlUzXBdbpBR47V0sMRNEkN { top:0.9375rem;left:0rem;width:47.75rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok { display:block; }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCIavPmzDOnrts0M3ChBVmwotgAJM8AK { top:2.1875rem;left:0rem;width:36.125rem;height:14.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpJlTtBaoPUn3EN9Dikasse6SmB7viOi { top:18.6875rem;left:0rem;width:26.9375rem;height:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWvJNSXm73FkCKn6JeFf66p3hu8wvqx5 { width:17.8125rem;height:3.4375rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFRApz8l8eTzpTaOLxEcEhswtQEmCulb { display:block; }
 }@media only screen and (max-width: 763px) { #FOXEVdWJIsRee43ZZzXPDFdCvxibaRux { top:15.75rem;left:7.625rem;width:40.125rem;height:30.639817585453rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbkPoGXtwS5VhON0yMM5Pz2uHkD3iqN6 { top:7.5625rem;left:17.75rem;width:30rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ78g7WQQg0TNAzuAgfh9qBeGSkcHunb { top:8.6875rem;left:42.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKaVSbeisfDoZf9tfQfLzOLHnU9cnvI3 { top:10.5625rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTDv1P7AwypIAMQwnHO6W26ocR3h1sfM { top:44.1875rem;left:12.351564407349rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGZSyPG2IkIUKqVJQkS1IlQ1JXqWGChu { top:39.1875rem;left:1.3526477813721rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRKcghlRKxh8Io1oksVyMBESACrC1Xln { top:44.1875rem;left:12.351564407349rem;width:5.0625rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w { display:block; }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 { display:block; }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RhN9qm9py2tkgdTTBMrxuCIK64ZDNV69 { top:3.125rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZkSl4M6pLvgfespkVqg6l3qugTVBOSO { top:21.125rem;left:0rem;width:22.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMhB5X6t5VJctfi15AUC8I6QahQLRszX { top:8.625rem;left:0.81103515625rem;width:46.0625rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckTkwR8DgbhPuU2kPduMBlzVTDRUr5Iw { top:15.0625rem;left:0rem;width:47.75rem;height:26.812420833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzmXWBoy7IPgioeC6fPMaX6rftWoKJT8 { top:42.4375rem;left:43.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhy5ERdDh2RCdzGBMhJzG6Qrouir8QJR { top:38.6875rem;left:42.5rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ { display:block; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZJMMJP19QSPGznfmqSD9peHQO05xi33 { top:5.25rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIaAxGLCcEVnVEUJBQAVicRvlIfd44US { top:15.5625rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2xpT3AbaHTmqK1HLPnkViJDhbxvOVG { top:15.5rem;left:0rem;width:13rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwodoiHIhPQqFC7RP6DfdL9weetRslIJ { top:24.3125rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT6Bb5twMEB57LBnTv2nCQS2MNqG4xTR { top:24.375rem;left:0rem;width:12.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcEmR14tOTyD9lvyMMyN1xpReJPc4iKm { top:43rem;left:0rem;width:12.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udyWZKgoTVnDrdR1ARqDXaKHc1Ml6Lhl { top:42.125rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIkJPM4Te7PvDuILeROLbv9BFvFpec6L { top:33.0625rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeWJ2dfzScRyd9umtdITsUFd90dAqJfk { top:33.1875rem;left:0rem;width:16.875rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5DyaoKsiQeNGnA3se1tvGTGqDvX6NH6 { top:16.75rem;left:0rem;width:15.875rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccTFtFg7R9kGNmIF2Ud3SHTLUxSfG25k { top:25.75rem;left:0rem;width:15.8125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlIdTFPQgt9llPb84xQHmi4bGIlt002G { top:34.5rem;left:0rem;width:18.8125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkbyME7Wh1NXq83OC3DPMTst6pug0Ayt { top:44.375rem;left:0rem;width:18.75rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pzmc2luFzdUocEROQg0O28sIGbTNuwqB { top:16.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiVxbxTcJGsJSiTKPMIQX4Hvnfc85Jen { top:25.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9rioTfxzry0yNV6GTTzEf44JQNxzv8N { top:34.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q23uG3KWZzAqrmCTDzvlXagRekLEVdgU { top:43.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBzzx4Ao9TSTrh8CSf0iNbrfsc6FTcoK { top:15.5rem;left:3.375rem;width:44.125rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpNJHTehs0nSxlLgrAzDbWCCIfrSIaA0 { display:block; }#KpNJHTehs0nSxlLgrAzDbWCCIfrSIaA0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1pqOa2KkOfPSFvENEvke6vK6tWuO0CQ { top:3.1875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ4J3r3PwotO8lTCrU4PTh4imBN7TBDw { top:13.625rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT7igDisOCmSrtmV3uFR2LgDMvfVFdxM { top:13.4375rem;left:0rem;width:13rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsFDZPnir5fUV8LamWw0eDJAgWlduOiJ { top:21.6875rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW9mLTLScCG2yrs10QSxGZmUTg9SolKF { top:21.75rem;left:0rem;width:12.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlzRw78wIv7Qg68HvvIPWEaUmaG0uoHC { top:38.25rem;left:0rem;width:12.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eolXgy2CEgD8mkOigU2TGC4xQ8tV9sTa { top:37.375rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTg0bUmtXiEA5IEOqg67uvVgA7bdrrAy { top:29.3125rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHemkmnA3SrzbbiXktMG96NHHvTCBCzw { top:29.4375rem;left:0rem;width:16.875rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXFQL64FRKDttORShJwEUM4iIgxyrHg9 { top:15.4375rem;left:2.25rem;width:45.5rem;height:25.46427390736rem;display:block; }
 }@media only screen and (max-width: 763px) { #v40Td2nWE7hkCVIG2hZK8QSkl658MlEq { top:9.375rem;left:0rem;width:47.75rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0Rvckg6qke9JT8syIEgTXgmaxVnO9PI { top:17.8125rem;left:25.25rem;width:22.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyO8c4vnGsTDgB6kGZQwXRF1bDc74pkf { top:14.75rem;left:0rem;width:15.875rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICK2B38KAhFoRTZTGaCa3q0fIP5f0k5N { top:23.1875rem;left:0rem;width:15.8125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dupuNpniLFGbQpOmOZvy1SxRLp8yFqtP { top:30.75rem;left:0rem;width:18.8125rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNbyLhh1ASOGb4zL6DBlrTTrl445T8NG { top:39.6875rem;left:0rem;width:18.75rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQVM8lblq0imFd4JaSgdpHmdabb6ZVH2 { top:14.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgarxT5cLHA4Kb1i2ozEmWKNsPsJLcEr { top:22.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tif9BtQW2WNWEsb39McDepkGkXylT982 { top:30.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #arbLiJLcNG506BayaxR4uZBvCh5atawN { top:38.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK { display:block; }#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SayhTEsOFlcKwVNh6k19vrEQcqHCZw6b { top:2.5rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6pSthrA6bedPfpMQe2O0MHNGTcJZlVc { top:13.875rem;left:0rem;width:16.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkk5vE510vr8BSo1W5wVwcS4P3aXHQlR { top:14.5625rem;left:7.0625rem;width:16.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXawUKrzJA0Sak6ts0cn7KdHeEhsNo4R { top:22.5rem;left:8.124218940735rem;width:14.75rem;height:8.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quywf2QEqeZe16yXxkhnEQU195Z3Gz1J { top:40.75rem;left:7.0625rem;width:16.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTo7WpNXcqTN1iL9P90yF0oS2FT2wdJd { top:40.75rem;left:0rem;width:16.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptf7EerMgfCBsiFPdnufwmNnZrHiaefd { top:48.8125rem;left:0rem;width:14.6875rem;height:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2PyB7TNDPCVbDfTTDtnZWqq7ZCDWd0Q { top:48.75rem;left:8.1240234375rem;width:14.0625rem;height:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEPwvynCqCyEke6AxmDEMDT1UtJBCi3s { top:22.5625rem;left:0rem;width:14.0625rem;height:8.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3qbVTTDFm7uCHii3oUs3q6JyM6MUzwO { top:38.5rem;left:30.875rem;width:16.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSTxUb1d42ndTtA5nviNy7QWQQDrNMwD { top:15.3125rem;left:0rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBpfRoCuVIRhTyoobHXTNXFyCLIpUimb { top:16rem;left:8.4375009536744rem;width:6.125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhiXUMeJexoI265l13cD8BZpea5gT9k9 { width:11.3125rem;height:3.4375rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBHfykyp6m6eaDETw2ssrNiIawsgW8AM { display:block; }
 }@media only screen and (max-width: 763px) { #MfZ8A7aEI57fM0vgX6TPTN1vlvJT7JNB { width:11.3125rem;height:3.4375rem;top:32.5625rem;left:9.811418533325rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN7OTem03azMvPkngXk6SgFaXBMvGoZi { display:block; }
 }@media only screen and (max-width: 763px) { #FdXKOAoLmoQ3nV4HXMsxrtJhO7rw6NgP { width:11.25rem;height:3.375rem;top:59.5rem;left:9.826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1rCGmPHHk0QUTTsx93zu27dFvaWqCMZ { display:block; }
 }@media only screen and (max-width: 763px) { #ouI2a6Lk3zf21eMapGIb8B1HWxtJEPKn { width:11.25rem;height:3.375rem;top:59.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evd2EdpZoCi2f9SnGreqk2uQHCPUirqP { display:block; }
 }@media only screen and (max-width: 763px) { #mp3gSfixird95il0Euxe5kEBgpqLUiMw { top:15.0625rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPmxyBmfpuVvyMDXPVs3vB8P3BozbFEO { top:16.875rem;left:42.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2UyUJTO5XpEzoXtmJGT5FsigtmPd6CV { top:43.8125rem;left:6.4664402008056rem;width:15.3125rem;height:3.99946875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqGcTEEDalvTqU06ec5shTbQtld3vTPR { top:42.1875rem;left:0rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqMHCgKTL2TGMIPMalZnqrAQZDx1tMVI { top:19rem;left:17.3125rem;width:30.1875rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWSxkSpZLSmTgRhySPmDgiaxLOTm7Vpp { top:15.0625rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxaQbOVfTVqqiNiSeK9KBVwFUXmvkBE2 { top:15.0625rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LiTX7EBHac3sHzzeWobkv4QyUfExhHtJ { top:16.875rem;left:42.9375rem;width:4.8125rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I6xE2EuyrFhTw3ZUq7cIhXwwFCNWRi7P { width:18.75rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 { display:block; }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5HaTRQKmOi1ArAM81xEug3RyLTSSeyf { top:3.625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8oUJDilQ4SJJs6CqubNW8L2GVmATesC { top:12.1875rem;left:0rem;width:16.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1yPPtT0tTwmQmEAaTrK3TPXhS2KPDTC { top:23.9375rem;left:4.1249990463257rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRykSeXtGeha9frKb82g2xwTb4vmi7Ta { top:7.5625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkCvr2wBEl4bl9eq4JuBVbm7wZzqMPsu { top:18.375rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTZ7km49EmVGNntOTqoogrhrXJR4HE11 { width:14.6875rem;height:3.4375rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEuMd8FEQluEg2rM46LefrVTozMriugE { display:block; }
 }@media only screen and (max-width: 763px) { #p87MyxewZWy1uTgMbDohqEEzcbQsowd6 { top:13.1875rem;left:0rem;width:8.9375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1TQofvfufQbndFzAPOWM6gAUgBSIH7A { top:12.1875rem;left:11.375000953674rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUsWQ6OXldC6gycRGh2pILrssr5bBgiP { top:14.5rem;left:28.312500953674rem;width:8.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAsOgoIKPp7JsM5X8V5QogJbK4rW2o4b { top:13rem;left:39.6875rem;width:8.0625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D26dOTemRxT3RG4wr24EmP45Q1Rdn3qA { width:14.625rem;height:3.4375rem;top:26.4375rem;left:7.8124990463256rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkf3cDu3Q3qaqr2XppLSraiq8Ln7FUUo { display:block; }
 }@media only screen and (max-width: 763px) { #tEVl4sgOToPLgtTI7hZLHSvkgLPULvpl { width:14.625rem;height:3.4375rem;top:26.4375rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMsUdda8BmNhMPcVF9LCa0f7pyagcUWX { display:block; }
 }@media only screen and (max-width: 763px) { #adruH8B4ulV5lIuw0LXn5xa4veFqeAeA { width:14.6875rem;height:3.4375rem;top:26.4375rem;left:25.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbzRQJi1qXFEX5nsAk1r5dJSpnILcfmU { display:block; }
 }@media only screen and (max-width: 763px) { #A4CLPTHI9wB2BlmThA275wggnAUTnPUD { top:20rem;left:0rem;width:13.625rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzWdTJiVCtWBTvDxsBBPnCJN5c4Tgup1 { top:12.1875rem;left:6.7499990463256rem;width:16.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhxOC8thJSlJlH8NofomLiXSOP2vcO8u { top:19.875rem;left:7.1875rem;width:15.9375rem;height:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiZr7cHRLUEJHTVq8wPKgDDst9BlRpXd { top:24.4375rem;left:21.562500953674rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zqv9Wr5fBsoK1FcmZmQEblzrWflV08bT { top:18.375rem;left:7.8123226165769rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWK63KE32NplH5lxTs4GIwLBf6TRdBCm { top:12.1875rem;left:24.187500953674rem;width:16.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFHu2SVpWSWvbgCymyoLptNH0KhtS78c { top:20.125rem;left:24.625000953674rem;width:15.9375rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhA21IJLEgOW7sE7I8vLEc5mokTTPzLs { top:24.4375rem;left:39.000000953674rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1WnQHNqHgDZ1xhBrdXOgTxOifPLVwpr { top:18.375rem;left:25.187143325806rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgIB0TlJHBUVExoi9EJ7fsrziTWxSWTe { top:18.375rem;left:42.499822616577rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPTSG38ihlZ72tR6KLcBclAU3xBymRwZ { top:24.4375rem;left:46.6875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lft91AEpXy0zrUnaxvZCWcGgnkERuc1r { top:19.8125rem;left:32.75rem;width:15rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ1rM2ZtCKLHGgd7Q74bmiT1pZvzNd4J { top:12.1875rem;left:31rem;width:16.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2AEMLFkOg8FSb28oFnypr3JpuLFdQVk { top:18.9375rem;left:7.7499990463256rem;width:1.0625rem;height:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ES8dnRwelIxkCNhvRZa2sl1bKh5Xhkwy { top:24.4375rem;left:21.562500953674rem;width:1.0625rem;height:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW { display:block; }#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3iTiNXTRWJJhQgtn6PX0644yTdq5ysS { top:2.5rem;left:0rem;width:47.75rem;height:8.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhF2GLDw4IiiAz39FHW5gDMIqv9LeVJz { top:18.375rem;left:0rem;width:21rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSFio69d927hK74fan8Q86JTeqBxTE7G { top:33.6875rem;left:26.75rem;width:21rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwuWaUOHOoDOFddbgXyCshRBRG5VpRus { top:16.875rem;left:0rem;width:28.9375rem;height:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDTXRGrvtMhHD1OQzlX7htyTxgFB4JtI { top:32.4375rem;left:18.8125rem;width:28.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE0q8yN0i8sT60Z9Thp2icV4mUOTVqBV { top:61.9375rem;left:24.75rem;width:23rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFpL6UMTfBDyoeRJ4GEMBRC1kLDa5hxK { top:60.5625rem;left:18.75rem;width:29rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAKAX3zDO3tJ6GGrLwuZ6zDHZ1P26Caq { top:57rem;left:0rem;width:28.125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlDlqIsrryK9q8zKZaS2bP4ZmvmxckG2 { top:58.4375rem;left:0rem;width:21rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4wykd83LXdDqVOEJ1KdMBBhA0W2fUOA { width:23.0625rem;height:4.4375rem;top:61.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHcDFKXtKQldXr68iCokIWIieXuw1LnO { display:block; }
 }@media only screen and (max-width: 763px) { #GWN5TSWi1DR96XFf5dEWnrGLZu1Bvxgl { top:12.125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPwch7lmO8pxTlaebHdE73suTRVT5kVd { top:13.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOV9LwVH1OTFBpO0kI1xBncabPuDJtiT { top:16.75rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4GLW1MuckP9lQcdFmpmdiG7Wmo2yhz9 { top:56.3125rem;left:37rem;width:10.75rem;height:11.498788688256rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH5ppdE0Ikni1i66T0PnMw4iP9iJaoiP { top:14rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ue3PVm5er41Qkl59wggZr557TTGLse { top:49.75rem;left:18.75rem;width:29rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPWwemz31McbzGV1s0J0rQ8fSpylbrHI { width:20.625rem;height:3.875rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSGkvHuN9MHBf1OqacuGsn4rhzu3xonx { display:block; }
 }@media only screen and (max-width: 763px) { #U9kmBieZ4eMuQOZ1mK36Vx6KVJCeg6tM { top:19.1875rem;left:23.9375rem;width:23.8125rem;height:4.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3xJmpPm2mFpaWudCgfXUGo8la28uHyP { width:20.75rem;height:3.375rem;top:24.3125rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkw84NXzuPTCUwt6olkTpgo8cL2FSSPx { display:block; }
 }@media only screen and (max-width: 763px) { #xSqdE5gKM3yRacI58tDydzDtIK5OMqox { top:16.875rem;left:18.8125rem;width:28.9375rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRgLyRro29OOseCc3OmRfslzgfai6Dms { width:20.6875rem;height:3.1875rem;top:37.4375rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaNyeRbFCiEvX95sne0nt3kGIqTywMAO { display:block; }
 }@media only screen and (max-width: 763px) { #VivdqSkwL4dm65FAL1x2DaxmSd8h7lZg { width:20.75rem;height:5.3125rem;top:41.4375rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #iACiAn9lNsTTJioTsr6u80nr2eOzaCsZ { display:block; }
 }@media only screen and (max-width: 763px) { #XgouuJwLXyMSr736cgLEuxTtbDVXkxHg { width:20.8125rem;height:4rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4AZCO0BSwiOTqBlbZ3cgRBEKTTxK4el { display:block; }
 }@media only screen and (max-width: 763px) { #sCk21qUmcV7wwqWO8RcKSCs2bu90dTec { width:20.75rem;height:3.375rem;top:46.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L33gKgmUJTgAKP4IDNi3OF73ZHkVoK1F { display:block; }
 }@media only screen and (max-width: 763px) { #RRpIpGmhU0VsfaTIhtuCGcWNZMPvPlBg { width:20.75rem;height:3.375rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBPDx0eTCPNDT6KMxs7D7DkOofbD5ox3 { display:block; }
 }@media only screen and (max-width: 763px) { #oKfEg65RZB2otGkuhvSvxp3nTwwmdx6h { width:20.6875rem;height:3.3125rem;top:50.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ9xkkqVadNEtCvmwXKfdh9VL6mCNZ8A { display:block; }
 }@media only screen and (max-width: 763px) { #cWrFVFiSlJlx2X7DbWmuPO6CGz11a3qc { width:20.625rem;height:3.875rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwV2nqq1DWsJEysl8raut1AgwEqzMblm { display:block; }
 }@media only screen and (max-width: 763px) { #Th1V7rhCgmML2hzslE1JK1ahEOuukkc0 { width:20.625rem;height:3.875rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir8KZlqD8Iclplpzcn5ifw6CnUKSF9tb { display:block; }
 }@media only screen and (max-width: 763px) { #ihrTTd2n72zFFfl5yec6EubQIit68kVk { display:block; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pn1vUao9hmNaH3uDBq4058qKWlyoutSr { top:4.625rem;left:0rem;width:21.3125rem;height:48.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBfaUpn9NzVnR2Wu00PGDL0o2DU34uz6 { top:21.5625rem;left:0rem;width:21.4375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah5ePhkETmqU5T0kL5KC9rNBwTs9Tw5F { top:21.625rem;left:26.3125rem;width:21.4375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfe8mlgAPWCQxn2tMLnv2tLQ4NfLUR8J { top:26.3125rem;left:0rem;width:16.25rem;height:4.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH8gtfHtE2zIaR1iHJ7Ti5KyNP1y8WEh { top:32.25rem;left:0rem;width:16.25rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkxQWDQWDiX2PbHM7x8SZdrvppftTMPd { top:21.625rem;left:13.249998092651rem;width:21.4375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSHTnmu9AOTGDCS0kVe1M2a5VBH2N2a3 { top:21.75rem;left:13.25rem;width:21.25rem;height:48.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cShBJ3XkZtJOfvK8nxiPiHGT3JJJiEhu { top:4.625rem;left:26.4375rem;width:21.3125rem;height:48.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq9ZJCCMvBeTD0SSryL6OHUEeIzweBpI { top:6.9375rem;left:11.375rem;width:25rem;height:8.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsTEOif5CN8rKZ7wFPLZEIMPEfEyLVy1 { top:16.5rem;left:15.873291015625rem;width:15.9375rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7DioAeIixpZApm8kt4U7DMzFVIOa3VA { top:37rem;left:0rem;width:15.9375rem;height:10.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfy2t7WRpTTdaMsepAvWeGaULTlpZZaL { top:36.125rem;left:15.9375rem;width:15.9375rem;height:13.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKHMBthgmzBGGtTvTFbWuPpyT12ar7TM { top:25.4375rem;left:15.75rem;width:16.25rem;height:4.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSMGIxz0yQaJSSCTsSWkxnoegthn30oW { top:31.375rem;left:15.75rem;width:16.25rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8nzilJ8RBe5U6VO1k3wyxvpIL6qb5W2 { top:37rem;left:31.8125rem;width:15.9375rem;height:8.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv7vlvxRGhQvfENQ9TyowkE8IlbayT3z { top:32.25rem;left:27.6875rem;width:20rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5fGVTqHUG2dSq1KJhFUyHuoKTwE22V6 { top:26.3125rem;left:31.5rem;width:16.25rem;height:4.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0SNsDruRamg6TfPhnFvmK4xyi16cuJi { top:4.5625rem;left:34.684465408325rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcDoNDzVX18FGRSswDCri5IlmEhIWZwP { top:47.25rem;left:40.915582656861rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBWqXusuuJ94I0C1QAME0lZdy2g3cA32 { top:50.125rem;left:39.774959031372rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcwH7gZ8pdBasFprtKd1tcupQLtzlsE4 { top:21.5625rem;left:0rem;width:21.4375rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #examaWk7EAX91KhTKzWTzml7pxCdeiTx { display:none; }
 }@media only screen and (max-width: 763px) { #OMocIRKtr9UoSDvlT7ND3GTFMupEpTPn { display:none; }
 }@media only screen and (max-width: 763px) { #UrkdqdXoCD74x66O9Ai9hr9Zz8sLxVmC { display:none; }
 }@media only screen and (max-width: 763px) { #f3tfK20UW0VTeGF8hAmHBrvdQyltsH8X { top:4.5625rem;left:34.684465408325rem;width:3.8125rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AxlIWAu5C0T1kcKCSZwT56eUwBQREJen { top:4.5625rem;left:34.684465408325rem;width:3.8125rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ag5AalfsvH9EH3UaiQnDTXmX1y5rxt6R { top:4.5625rem;left:34.684465408325rem;width:3.8125rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P2eqFuMBg87nkEkVuXUey0MJezhcgF09 { top:4.5625rem;left:34.684465408325rem;width:3.8125rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vuX1ibJHJxrNnLPnWZhNUXK0e80zLekC { top:4.5625rem;left:34.684465408325rem;width:3.8125rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ahT0TGqkShLhvuOfbQteSIsEs8pdqwBb { top:4.5625rem;left:34.684465408325rem;width:3.8125rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt { display:block; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsNMTNky5v048FaCRPf5PvgDlwSce9gg { top:3.0625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDc7CI1l89UTNUAHFVGsr2ebQ8XnGDOb { top:9.625rem;left:0rem;width:33.5rem;height:5.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUDztWgwTEQLkzgpNTUVwgqTJX0a0FWG { width:17.8125rem;height:3.4375rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMQhfJyxH3AoJne2ydDTsOQtaTVzcsRE { display:block; }
 }@media only screen and (max-width: 763px) { #AUtTBiQqyQ7M2wKKdBZlyMDvwQ73zP8D { top:35.25rem;left:0rem;width:43.625rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGAzZlmDpC1zOorxZB3hVrIJ5p1STvRe { top:19.5625rem;left:11.25rem;width:36.125rem;height:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfHVvEot4KbQ9zmmuRvQLEulab9TARua { top:10.625rem;left:17.5625rem;width:30.1875rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gak90KAENL6TTt2HxngDfJqrwHcJUGpm { top:18.4375rem;left:21.436849594116rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZwx4tdwGthvUZrssBQxMgPGcK8lZ0T1 { top:22.3125rem;left:19.399091720581rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEgXuL9JVQIi9040P5O8qPbFdQv1OZnq { top:18.375rem;left:5.2476139068604rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #puSnUncT0QKtRlhENARt5wbTNCdn1GU3 { top:28.8125rem;left:0rem;width:13.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8etOGduvvm6mmcTiek51iedpqBZfiET { top:22.3125rem;left:19.399091720581rem;width:3.8125rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L { display:flex;height:auto;width:45.25rem;top:10.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #c2AhDgzRhhQLzueP1v5WR1frPpaKdk7E {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #iElkwogPdsDpG2WRZtL3AJkhglp6zNzk {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #sJwHPW38CFxoOygGcdGmDqffcH5lz5pg {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #etJRVNSQ89QUkwSI954i4mbsy84214u4 {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #mtECwMBk8iTnvgHoLqZg4dbgJi4zA9aD {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #LP1MGS6o2ubIE47lESo6dg5k1KxFNE5a {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #BIJ6WaHpu6ddw4SyvFNKouTowuDXRGoV {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #PvrFcos2M7HXUSJfBpOxygfG40p5B0Oi {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #FB0rzlffxevVR5CRPiQ3wCEwRlU5oHW9 {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #aQ0p2EPEV4WHSTPHMNmMfD29WtaXHmfW {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #u1Kba4gVPMlKAmN04TXuoGx8rC2koLzh {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #yqav6bRKy3uzzAUOi9iFZUVxI4GZ7vRy {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #sqQmGuiTZE26UwOcXXwW7NPPUgtmAcFI {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #lvsgAqDwFXKf7GTQnuOR7Z0cPuTpAdPa {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #Ecs88L3JUGMuqDyDVuTWkUEav10fJF9F {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #tbsnT3yTTUHbIMTPtMFinnmxuq6Cmaeh {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #PPzno5bngsiFbBAThqikqwT22uf3uMWy {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #HHLNxEXBPa2BgOuOCJ0XqZQL8zFtX4FT {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #AVRwFTKAZTTQnlrJaFpQqfauETtvEMdK {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #sPcXZoTtcflr38mGwfGMHdIeu1TPQ8FO {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #xeSu06n7IpMFDomgHdZpPSO9qo4qrfZg {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #PCiVk08iOcuADglxhTtlI8Aw90DsGi7x {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #ezGhz9JrvyQxQ7UNtfwrRVf2Eftw76Vx {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #egDJZTZbxym9wmvknqhtTJPxZ9m9clqD {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #xcrPDAOCdOxNvZlp87Q1O8VqLG0bcyoI {  }
 }@media only screen and (max-width: 763px) { #SLw138yemTlqP1figDhcKkXWbJSiqJAa { width:44.0625rem;height:3.0625rem;top:2.8125rem;left:1.8122844696045rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #klq5wyBuE4ohpnAk6lbP0DHOVUcmyEZb { width:32rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { #drXLehULqsPJsOby2sOgLnPvkkF7AoIH { display:block; }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gO3dePJaQm8rHauIybShVvumLnkfMRZH { top:6.4375rem;left:0rem;width:39.4375rem;height:8.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBgPTZQEG37IPLKOThpB6DATF4maekTP { top:17.125rem;left:0rem;width:32.8125rem;height:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNGlkhNKFxIlS85AzJHg0weHE8v1iA0w { top:3.9375rem;left:12.875rem;width:34.875rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALuGfCna476mvWdRN3Ciqu7FoCuhLWIT { top:30.9375rem;left:3rem;width:4.6875rem;height:4.6875rem;display:block; }
#ALuGfCna476mvWdRN3Ciqu7FoCuhLWIT > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; } }@media only screen and (max-width: 763px) { #IXBzTohgC4uMTPP5MwLrryDKCzs0pX5f { top:30.9375rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
#IXBzTohgC4uMTPP5MwLrryDKCzs0pX5f > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; } }@media only screen and (max-width: 763px) { #JMWDEOZGCvRsdA0OosxgtyXTRvLVwZTu { top:28rem;left:0rem;width:23.5rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk8yuzUVqikzJKtaRKzZSIwRzuWGmm3H { top:30.9375rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
#Hk8yuzUVqikzJKtaRKzZSIwRzuWGmm3H > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; } }@media only screen and (max-width: 763px) { #nNNKV2I7HNkLogzzparEmCbDqWAmF5Zu { top:25.5625rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB { display:block; }#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rETJuplfNVdWdeIR8vpTdWdvN1CM9pK9 { top:3.0625rem;left:40.1875rem;width:7.5625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szDquptKyKrQuoGPd5gXlLfAhTHRD8vh { top:3.125rem;left:35.375rem;width:12.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIyPzEcmJoTD7Nf0N21nGsSwNVME5Wru { top:2.9375rem;left:33.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VomKtMWaVvFbAZrGgV7SKlqDUoS4gLSK { top:2.9375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2gMbNavo0s4IUWZfwz5ZfTrC3ZiXRob { top:1.75rem;left:0rem;width:12.375rem;height:3.4818534565084rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH { display:block; }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJyTrXDCDlaCLRvkSHucfoJFrSK5LlVt { width:18rem;height:3rem;top:3.03125rem;left:0.9375rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBGpSlZTNz7CmtBDmdiml0Zw1FS41P61 { width:5.9375rem;height:1.9375rem;top:10.0625rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGauBbdZ1LFN1sGOONpLpXn6W2lGS8XX { display:block; }
 }@media only screen and (max-width: 763px) { #LGM0yNySwWxNcPXXLvb4oDMMRcebub66 { width:3.9375rem;height:1.75rem;top:3.6875rem;left:7.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abtJMJ3danvybVlEouTvvo0CzTIINQHW { display:block; }
 }@media only screen and (max-width: 763px) { #u7RzmULtsnZcJQtgqqlzl1dG4Q3Fr5Mo { width:4.1875rem;height:1.625rem;top:3.75rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6O3zVax2SKO8lHwfuzUqTeOGiAKf0Ks { display:block; }
 }@media only screen and (max-width: 763px) { #k6Tx0s92NiyRLNQIJekUFkBgnK7sIcPa { width:6.3125rem;height:1.875rem;top:0.5rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxTyKC5T7QOH6eZhErdEMSI9NxFn1STJ { width:4.9375rem;height:1.625rem;top:3.75rem;left:12.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHHOUl89ri6KP7CL4kLqQ9SKSHHWX8Q5 { display:block; }
 }@media only screen and (max-width: 763px) { #SMyT8KO4TyOKwtPKOhccsGzAlXu3TdTz { width:10.0625rem;height:1.75rem;top:7rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDe4qenCnCNMXq6d0RLmx8qDt4kwZ5Jt { display:block; }
 }@media only screen and (max-width: 763px) { #IdFFgIHyBBi7FCHCNkfnvvTFlSeSblBr { width:5.125rem;height:1.6875rem;top:7rem;left:12.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEBX57eLqCa9NTRZypRbccsusCp3atsT { display:block; }
 }@media only screen and (max-width: 763px) { #Rv4I6X4pVMSlUzXBdbpBR47V0sMRNEkN { width:18rem;height:3rem;top:6.4375rem;left:1rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok { display:block; }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCIavPmzDOnrts0M3ChBVmwotgAJM8AK { width:16.4375rem;height:5.775rem;top:2.8125rem;left:1.78125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UpJlTtBaoPUn3EN9Dikasse6SmB7viOi { width:20rem;height:8.57225rem;top:9.9404296875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #MWvJNSXm73FkCKn6JeFf66p3hu8wvqx5 { width:9.9375rem;height:2.75rem;top:36.5625rem;left:4.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFRApz8l8eTzpTaOLxEcEhswtQEmCulb { display:block; }
 }@media only screen and (max-width: 763px) { #FOXEVdWJIsRee43ZZzXPDFdCvxibaRux { width:17.75rem;height:13.4375rem;top:20.2529296875rem;left:1.125rem;z-index:15036;border-top-left-radius:7.5rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbkPoGXtwS5VhON0yMM5Pz2uHkD3iqN6 { width:12.0625rem;height:12.6875rem;top:21.9375rem;left:7.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ78g7WQQg0TNAzuAgfh9qBeGSkcHunb { width:4.8125rem;height:4.8125rem;top:44.0625rem;left:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qKaVSbeisfDoZf9tfQfLzOLHnU9cnvI3 { width:3.4375rem;height:3.4375rem;top:45.375rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTDv1P7AwypIAMQwnHO6W26ocR3h1sfM { width:3rem;height:3rem;top:20.2529296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGZSyPG2IkIUKqVJQkS1IlQ1JXqWGChu { width:2.5625rem;height:2.5625rem;top:38rem;left:13.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRKcghlRKxh8Io1oksVyMBESACrC1Xln { width:1.875rem;height:1.875rem;top:19.71875rem;left:2.40625rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w { background-color:#8cc63f;background-image:url("https://images.assets-landingi.com/uc/3cbc2af5-36c1-4407-8e31-9dbb92f2d27c/GIFLPTrabalheConosco_v2.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w.adaptive-delivery-prevent-bg, #NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w.lazyload, #NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w.lazyloading { background-image: none; }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row .container { background-color: transparent; background-image: none; }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row .container > .video-iframe-container { display: none; }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row > .video-iframe-container { display: none; }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .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); }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 { display:block; }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RhN9qm9py2tkgdTTBMrxuCIK64ZDNV69 { width:13rem;height:3.85rem;top:1.875rem;left:3.5rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TZkSl4M6pLvgfespkVqg6l3qugTVBOSO { width:11.625rem;height:13.25rem;top:10.4375rem;left:7.998046875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMhB5X6t5VJctfi15AUC8I6QahQLRszX { width:17.875rem;height:2.88574375rem;top:6.5625rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #ckTkwR8DgbhPuU2kPduMBlzVTDRUr5Iw { height:10.375rem;width:18.5625rem;top:11.75rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzmXWBoy7IPgioeC6fPMaX6rftWoKJT8 { width:1.625rem;height:1.625rem;top:22.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhy5ERdDh2RCdzGBMhJzG6Qrouir8QJR { width:1.9375rem;height:1.9375rem;top:22.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ { display:block; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZJMMJP19QSPGznfmqSD9peHQO05xi33 { width:20rem;height:3.85rem;top:1.9375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TIaAxGLCcEVnVEUJBQAVicRvlIfd44US { width:3.75rem;height:3.75rem;top:9.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2xpT3AbaHTmqK1HLPnkViJDhbxvOVG { width:10.6875rem;height:1.1375rem;top:13.6875rem;left:4.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RwodoiHIhPQqFC7RP6DfdL9weetRslIJ { width:3.75rem;height:3.75rem;top:18.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT6Bb5twMEB57LBnTv2nCQS2MNqG4xTR { width:12.3125rem;height:1.1375rem;top:23.125rem;left:3.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DcEmR14tOTyD9lvyMMyN1xpReJPc4iKm { width:12.3125rem;height:1.1375rem;top:43.4375rem;left:3.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #udyWZKgoTVnDrdR1ARqDXaKHc1Ml6Lhl { width:3.75rem;height:3.75rem;top:39.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIkJPM4Te7PvDuILeROLbv9BFvFpec6L { width:3.75rem;height:3.75rem;top:28.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeWJ2dfzScRyd9umtdITsUFd90dAqJfk { width:16.875rem;height:1.1375rem;top:33.1875rem;left:1.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S5DyaoKsiQeNGnA3se1tvGTGqDvX6NH6 { width:14.625rem;height:2.2734375rem;top:14.9375rem;left:2.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ccTFtFg7R9kGNmIF2Ud3SHTLUxSfG25k { width:16.4375rem;height:2.2734375rem;top:24.5rem;left:1.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UlIdTFPQgt9llPb84xQHmi4bGIlt002G { width:16.8125rem;height:3.41015625rem;top:34.5rem;left:1.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KkbyME7Wh1NXq83OC3DPMTst6pug0Ayt { width:16.125rem;height:2.2734375rem;top:44.5625rem;left:1.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pzmc2luFzdUocEROQg0O28sIGbTNuwqB { width:2.1875rem;height:2.1875rem;top:10.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiVxbxTcJGsJSiTKPMIQX4Hvnfc85Jen { width:2.1875rem;height:2.1875rem;top:19.75rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9rioTfxzry0yNV6GTTzEf44JQNxzv8N { width:2.1875rem;height:2.1875rem;top:29.6875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q23uG3KWZzAqrmCTDzvlXagRekLEVdgU { width:2.1875rem;height:2.1875rem;top:40.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBzzx4Ao9TSTrh8CSf0iNbrfsc6FTcoK { width:19.75rem;height:32.8125rem;top:61.8984375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#4fb96f;background-image:url("https://images.assets-landingi.com/uc/0c001175-93cf-467f-a985-07b429a847e9/LannaFOTOLP01_Prancheta1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#vBzzx4Ao9TSTrh8CSf0iNbrfsc6FTcoK.adaptive-delivery-prevent-bg, #vBzzx4Ao9TSTrh8CSf0iNbrfsc6FTcoK.lazyload, #vBzzx4Ao9TSTrh8CSf0iNbrfsc6FTcoK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KpNJHTehs0nSxlLgrAzDbWCCIfrSIaA0 { display:none; }#KpNJHTehs0nSxlLgrAzDbWCCIfrSIaA0 > .row .container { width:20rem;height:62.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I1pqOa2KkOfPSFvENEvke6vK6tWuO0CQ { width:20rem;height:3.50043125rem;top:1.9375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQ4J3r3PwotO8lTCrU4PTh4imBN7TBDw { width:3.75rem;height:3.75rem;top:23.312316894531rem;left:8.1249994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT7igDisOCmSrtmV3uFR2LgDMvfVFdxM { width:10.6875rem;height:1.13725rem;top:27.5rem;left:4.6874998807907rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FsFDZPnir5fUV8LamWw0eDJAgWlduOiJ { width:3.75rem;height:3.75rem;top:32.749465942382rem;left:8.1249994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW9mLTLScCG2yrs10QSxGZmUTg9SolKF { width:12.3125rem;height:1.13725rem;top:36.937149047851rem;left:3.874289393425rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RlzRw78wIv7Qg68HvvIPWEaUmaG0uoHC { width:12.3125rem;height:1.13725rem;top:57.25rem;left:3.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eolXgy2CEgD8mkOigU2TGC4xQ8tV9sTa { width:3.75rem;height:3.75rem;top:53.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTg0bUmtXiEA5IEOqg67uvVgA7bdrrAy { width:3.75rem;height:3.75rem;top:42.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHemkmnA3SrzbbiXktMG96NHHvTCBCzw { width:16.875rem;height:1.13725rem;top:47rem;left:1.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HXFQL64FRKDttORShJwEUM4iIgxyrHg9 { height:10.5619375rem;width:18.9373125rem;top:9.03125rem;left:0.65589487552644rem;display:block; }
 }@media only screen and (max-width: 763px) { #v40Td2nWE7hkCVIG2hZK8QSkl658MlEq { width:17.5rem;height:2.2734375rem;top:5.5625rem;left:1.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #H0Rvckg6qke9JT8syIEgTXgmaxVnO9PI { width:19.9375rem;height:11rem;top:11.032501220703rem;left:0.031249880790711rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyO8c4vnGsTDgB6kGZQwXRF1bDc74pkf { width:14.625rem;height:2.2734375rem;top:28.75rem;left:2.6873222589493rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ICK2B38KAhFoRTZTGaCa3q0fIP5f0k5N { width:16.4375rem;height:2.2734375rem;top:38.312316894531rem;left:1.811967253685rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dupuNpniLFGbQpOmOZvy1SxRLp8yFqtP { width:16.8125rem;height:3.41015625rem;top:48.3125rem;left:1.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MNbyLhh1ASOGb4zL6DBlrTTrl445T8NG { width:16.125rem;height:2.2734375rem;top:58.375rem;left:1.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wQVM8lblq0imFd4JaSgdpHmdabb6ZVH2 { width:2.1875rem;height:2.1875rem;top:24.0625rem;left:8.9373220205306rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgarxT5cLHA4Kb1i2ozEmWKNsPsJLcEr { width:2.1875rem;height:2.1875rem;top:33.561798095703rem;left:8.9373220205306rem;display:block; }
 }@media only screen and (max-width: 763px) { #tif9BtQW2WNWEsb39McDepkGkXylT982 { width:2.1875rem;height:2.1875rem;top:43.5rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arbLiJLcNG506BayaxR4uZBvCh5atawN { width:2.1875rem;height:2.1875rem;top:54.0625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK { display:block; }#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK > .row .container { width:20rem;height:108rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SayhTEsOFlcKwVNh6k19vrEQcqHCZw6b { width:15rem;height:5.775rem;top:2.1875rem;left:2.1874998807907rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #w6pSthrA6bedPfpMQe2O0MHNGTcJZlVc { width:16.875rem;height:18.75rem;top:9.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkk5vE510vr8BSo1W5wVwcS4P3aXHQlR { width:16.875rem;height:18.75rem;top:29.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXawUKrzJA0Sak6ts0cn7KdHeEhsNo4R { width:14rem;height:5.68359375rem;top:36.8125rem;left:2.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #quywf2QEqeZe16yXxkhnEQU195Z3Gz1J { width:16.875rem;height:19rem;top:73.812139511106rem;left:1.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTo7WpNXcqTN1iL9P90yF0oS2FT2wdJd { width:16.875rem;height:22.5rem;top:49.771484375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptf7EerMgfCBsiFPdnufwmNnZrHiaefd { width:13.625rem;height:7.95703125rem;top:58.6875rem;left:2.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g2PyB7TNDPCVbDfTTDtnZWqq7ZCDWd0Q { width:15.125rem;height:6.8203125rem;top:79.999995231631rem;left:2.6242896318436rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TEPwvynCqCyEke6AxmDEMDT1UtJBCi3s { width:14.1875rem;height:6.8203125rem;top:15.396484375rem;left:2.96875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e3qbVTTDFm7uCHii3oUs3q6JyM6MUzwO { width:18.5rem;height:4.25rem;top:97.185718536375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSTxUb1d42ndTtA5nviNy7QWQQDrNMwD { width:5rem;height:5rem;top:10.146484375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBpfRoCuVIRhTyoobHXTNXFyCLIpUimb { width:5.5rem;height:4.6875rem;top:31.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhiXUMeJexoI265l13cD8BZpea5gT9k9 { width:9.9375rem;height:2.75rem;top:22.98046875rem;left:5.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBHfykyp6m6eaDETw2ssrNiIawsgW8AM { display:block; }
 }@media only screen and (max-width: 763px) { #MfZ8A7aEI57fM0vgX6TPTN1vlvJT7JNB { width:9.9375rem;height:2.75rem;top:43.73046875rem;left:5.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN7OTem03azMvPkngXk6SgFaXBMvGoZi { display:block; }
 }@media only screen and (max-width: 763px) { #FdXKOAoLmoQ3nV4HXMsxrtJhO7rw6NgP { width:9.9375rem;height:2.75rem;top:86.873219013213rem;left:4.9058946371079rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1rCGmPHHk0QUTTsx93zu27dFvaWqCMZ { display:block; }
 }@media only screen and (max-width: 763px) { #ouI2a6Lk3zf21eMapGIb8B1HWxtJEPKn { width:9.9375rem;height:2.8125rem;top:67.84765625rem;left:5.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evd2EdpZoCi2f9SnGreqk2uQHCPUirqP { display:block; }
 }@media only screen and (max-width: 763px) { #mp3gSfixird95il0Euxe5kEBgpqLUiMw { width:2.375rem;height:2.375rem;top:49.208984375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPmxyBmfpuVvyMDXPVs3vB8P3BozbFEO { width:1.31125625rem;height:1.31125625rem;top:101.93536376953rem;left:7.6242898702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2UyUJTO5XpEzoXtmJGT5FsigtmPd6CV { width:14.375rem;height:3.5617875rem;top:75.845168113706rem;left:0.77308237552644rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqGcTEEDalvTqU06ec5shTbQtld3vTPR { width:6.125rem;height:6.125rem;top:50.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqMHCgKTL2TGMIPMalZnqrAQZDx1tMVI { width:10.625rem;height:16.4373125rem;top:90.664944648744rem;left:9.1477273702619rem;border-top-left-radius:0.9375rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#4fb96f;background-image:url("https://images.assets-landingi.com/uc/0c001175-93cf-467f-a985-07b429a847e9/LannaFOTOLP01_Prancheta1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MqMHCgKTL2TGMIPMalZnqrAQZDx1tMVI.adaptive-delivery-prevent-bg, #MqMHCgKTL2TGMIPMalZnqrAQZDx1tMVI.lazyload, #MqMHCgKTL2TGMIPMalZnqrAQZDx1tMVI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zWSxkSpZLSmTgRhySPmDgiaxLOTm7Vpp { width:3.4375rem;height:3.4375rem;top:9.125rem;left:15.0625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #ZxaQbOVfTVqqiNiSeK9KBVwFUXmvkBE2 { width:2.0625rem;height:2.0625rem;top:10.8125rem;left:17.9375rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #LiTX7EBHac3sHzzeWobkv4QyUfExhHtJ { width:1.3742875rem;height:1.3742875rem;top:93.738452911375rem;left:11.592684149742rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #I6xE2EuyrFhTw3ZUq7cIhXwwFCNWRi7P { top:98.2483959198rem;left:1.3121448755264rem;width:7.1875rem;height:2.12446875rem;z-index:15043;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4fe8ef8e-c658-449b-99a8-ce3963af1e78/6BGbrancoeverdegrocopiar.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7.adaptive-delivery-prevent-bg, #ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7.lazyload, #ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7.lazyloading { background-image: none; }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row .container { background-color: transparent; background-image: none; }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row .container > .video-iframe-container { display: none; }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row > .video-iframe-container { display: none; }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .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); }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row .container { width:20rem;height:91.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5HaTRQKmOi1ArAM81xEug3RyLTSSeyf { width:16.9993125rem;height:3.50043125rem;top:1.5625rem;left:1.499467253685rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K8oUJDilQ4SJJs6CqubNW8L2GVmATesC { width:16.75rem;height:20rem;top:7.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1yPPtT0tTwmQmEAaTrK3TPXhS2KPDTC { display:flex;width:1.0625rem;height:1.0625rem;top:53.25rem;left:-1rem; }
 }@media only screen and (max-width: 763px) { #CRykSeXtGeha9frKb82g2xwTb4vmi7Ta { width:7.6873125rem;height:7.6873125rem;top:6.4994668960569rem;left:0.43678975105286rem;z-index:15000;border-top-left-radius:0.9375rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkCvr2wBEl4bl9eq4JuBVbm7wZzqMPsu { display:flex;width:1.0625rem;height:1.0625rem;top:13.9375rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #sTZ7km49EmVGNntOTqoogrhrXJR4HE11 { width:9.9375rem;height:2.75rem;top:22.43696975708rem;left:5.0301846265793rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEuMd8FEQluEg2rM46LefrVTozMriugE { display:block; }
 }@media only screen and (max-width: 763px) { #p87MyxewZWy1uTgMbDohqEEzcbQsowd6 { width:8.9375rem;height:5.25rem;top:8.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1TQofvfufQbndFzAPOWM6gAUgBSIH7A { width:7.5625rem;height:7.5625rem;top:28.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUsWQ6OXldC6gycRGh2pILrssr5bBgiP { width:8.5rem;height:2.5625rem;top:51.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAsOgoIKPp7JsM5X8V5QogJbK4rW2o4b { width:8.0625rem;height:5.5625rem;top:70.5625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D26dOTemRxT3RG4wr24EmP45Q1Rdn3qA { width:9.9375rem;height:2.75rem;top:43.6240234375rem;left:5.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkf3cDu3Q3qaqr2XppLSraiq8Ln7FUUo { display:block; }
 }@media only screen and (max-width: 763px) { #tEVl4sgOToPLgtTI7hZLHSvkgLPULvpl { width:9.9375rem;height:2.75rem;top:85.9970703125rem;left:5.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMsUdda8BmNhMPcVF9LCa0f7pyagcUWX { display:block; }
 }@media only screen and (max-width: 763px) { #adruH8B4ulV5lIuw0LXn5xa4veFqeAeA { width:9.9375rem;height:2.75rem;top:63.810943603512rem;left:5.0296874046326rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbzRQJi1qXFEX5nsAk1r5dJSpnILcfmU { display:block; }
 }@media only screen and (max-width: 763px) { #A4CLPTHI9wB2BlmThA275wggnAUTnPUD { width:12.6243125rem;height:3.9375rem;top:15.71821641922rem;left:3.686967253685rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NzWdTJiVCtWBTvDxsBBPnCJN5c4Tgup1 { width:16.75rem;height:20rem;top:28.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhxOC8thJSlJlH8NofomLiXSOP2vcO8u { width:15.1243125rem;height:5.25rem;top:36.593933105469rem;left:2.749467253685rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QiZr7cHRLUEJHTVq8wPKgDDst9BlRpXd { display:flex;width:1.0625rem;height:1.0625rem;top:41.40625rem;left:15.3095703125rem; }
 }@media only screen and (max-width: 763px) { #Zqv9Wr5fBsoK1FcmZmQEblzrWflV08bT { display:flex;width:1.0625rem;height:1.0625rem;top:55.343751907349rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #yWK63KE32NplH5lxTs4GIwLBf6TRdBCm { width:16.75rem;height:20rem;top:49.125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFHu2SVpWSWvbgCymyoLptNH0KhtS78c { width:14.4993125rem;height:4.19824375rem;top:57.025787353516rem;left:2.8742187023163rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XhA21IJLEgOW7sE7I8vLEc5mokTTPzLs { display:flex;width:1.06171875rem;height:1.06171875rem;top:61.225782871246rem;left:15.61093711853rem; }
 }@media only screen and (max-width: 763px) { #X1WnQHNqHgDZ1xhBrdXOgTxOifPLVwpr { display:flex;width:1.0625rem;height:1.0625rem;top:48.25rem;left:18.9375rem; }
 }@media only screen and (max-width: 763px) { #IgIB0TlJHBUVExoi9EJ7fsrziTWxSWTe { display:flex;width:1.0609375rem;height:1.0609375rem;top:76.125rem;left:2.9382812976837rem; }
 }@media only screen and (max-width: 763px) { #uPTSG38ihlZ72tR6KLcBclAU3xBymRwZ { display:flex;width:1.061525rem;height:1.061525rem;top:83.6640625rem;left:14.966796875rem; }
 }@media only screen and (max-width: 763px) { #Lft91AEpXy0zrUnaxvZCWcGgnkERuc1r { width:11.5rem;height:6.9970625rem;top:77.48046875rem;left:3.8740234375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gZ1rM2ZtCKLHGgd7Q74bmiT1pZvzNd4J { width:16.75rem;height:20rem;top:69.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2AEMLFkOg8FSb28oFnypr3JpuLFdQVk { display:flex;width:1.0617875rem;height:1.0617875rem;top:19.697265148163rem;left:15.743961691856rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #ES8dnRwelIxkCNhvRZa2sl1bKh5Xhkwy { display:flex;width:1.061525rem;height:1.061525rem;top:35.0634765625rem;left:2.75rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW { display:block; }#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW > .row .container { width:20rem;height:108.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3iTiNXTRWJJhQgtn6PX0644yTdq5ysS { width:15rem;height:7.7rem;top:1.3929710388184rem;left:2.5000000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HhF2GLDw4IiiAz39FHW5gDMIqv9LeVJz { width:20rem;height:1.71875rem;top:31.75rem;left:0.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nSFio69d927hK74fan8Q86JTeqBxTE7G { width:20rem;height:1.71875rem;top:14.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nwuWaUOHOoDOFddbgXyCshRBRG5VpRus { width:20rem;height:38.875rem;top:30.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDTXRGrvtMhHD1OQzlX7htyTxgFB4JtI { width:20rem;height:16.375rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE0q8yN0i8sT60Z9Thp2icV4mUOTVqBV { width:11.624625rem;height:3.125rem;top:98.75rem;left:4.1875rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #vFpL6UMTfBDyoeRJ4GEMBRC1kLDa5hxK { width:20rem;height:6.18696875rem;top:97.1875rem;left:0rem;z-index:15050;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAKAX3zDO3tJ6GGrLwuZ6zDHZ1P26Caq { width:20rem;height:9.8125rem;top:85.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlDlqIsrryK9q8zKZaS2bP4ZmvmxckG2 { width:20rem;height:1.71875rem;top:86.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v4wykd83LXdDqVOEJ1KdMBBhA0W2fUOA { width:17.5498125rem;height:4.29980625rem;top:89.1875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHcDFKXtKQldXr68iCokIWIieXuw1LnO { display:block; }
 }@media only screen and (max-width: 763px) { #GWN5TSWi1DR96XFf5dEWnrGLZu1Bvxgl { width:10.4365rem;height:2.0625rem;top:10.10546875rem;left:4.7802734375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPwch7lmO8pxTlaebHdE73suTRVT5kVd { width:2.061525rem;height:2.061525rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOV9LwVH1OTFBpO0kI1xBncabPuDJtiT { width:2.875rem;height:2.875rem;top:53.625rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4GLW1MuckP9lQcdFmpmdiG7Wmo2yhz9 { width:4.8125rem;height:5.125rem;top:96.125rem;left:15.1875rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #iH5ppdE0Ikni1i66T0PnMw4iP9iJaoiP { width:2.74946875rem;height:2.74946875rem;top:10.765269756317rem;left:17.250532507896rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ue3PVm5er41Qkl59wggZr557TTGLse { width:20rem;height:11.3743125rem;top:78.75rem;left:0rem;background-color:#4fb96f;background-image:url("https://images.assets-landingi.com/uc/30c49445-6cd0-400f-acc9-26c90c9cc926/ClaraFOTOLP010103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#T5ue3PVm5er41Qkl59wggZr557TTGLse.adaptive-delivery-prevent-bg, #T5ue3PVm5er41Qkl59wggZr557TTGLse.lazyload, #T5ue3PVm5er41Qkl59wggZr557TTGLse.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OPWwemz31McbzGV1s0J0rQ8fSpylbrHI { width:20rem;height:3.625rem;top:44.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSGkvHuN9MHBf1OqacuGsn4rhzu3xonx { display:block; }
 }@media only screen and (max-width: 763px) { #U9kmBieZ4eMuQOZ1mK36Vx6KVJCeg6tM { width:18rem;height:5.15625rem;top:71.875rem;left:1rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3xJmpPm2mFpaWudCgfXUGo8la28uHyP { width:20rem;height:3.375rem;top:77.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkw84NXzuPTCUwt6olkTpgo8cL2FSSPx { display:block; }
 }@media only screen and (max-width: 763px) { #xSqdE5gKM3yRacI58tDydzDtIK5OMqox { width:20rem;height:13rem;top:70.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRgLyRro29OOseCc3OmRfslzgfai6Dms { width:18.75rem;height:3.1875rem;top:17.375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaNyeRbFCiEvX95sne0nt3kGIqTywMAO { display:block; }
 }@media only screen and (max-width: 763px) { #VivdqSkwL4dm65FAL1x2DaxmSd8h7lZg { width:18.75rem;height:5.3125rem;top:21.9375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iACiAn9lNsTTJioTsr6u80nr2eOzaCsZ { display:block; }
 }@media only screen and (max-width: 763px) { #XgouuJwLXyMSr736cgLEuxTtbDVXkxHg { width:18.75rem;height:4rem;top:34.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4AZCO0BSwiOTqBlbZ3cgRBEKTTxK4el { display:block; }
 }@media only screen and (max-width: 763px) { #sCk21qUmcV7wwqWO8RcKSCs2bu90dTec { width:18.675rem;height:3.3rem;top:48.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L33gKgmUJTgAKP4IDNi3OF73ZHkVoK1F { display:block; }
 }@media only screen and (max-width: 763px) { #RRpIpGmhU0VsfaTIhtuCGcWNZMPvPlBg { width:18.75rem;height:3.375rem;top:39.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBPDx0eTCPNDT6KMxs7D7DkOofbD5ox3 { display:block; }
 }@media only screen and (max-width: 763px) { #oKfEg65RZB2otGkuhvSvxp3nTwwmdx6h { width:18.75rem;height:3.3125rem;top:63.375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ9xkkqVadNEtCvmwXKfdh9VL6mCNZ8A { display:block; }
 }@media only screen and (max-width: 763px) { #cWrFVFiSlJlx2X7DbWmuPO6CGz11a3qc { width:18.75rem;height:3.875rem;top:58.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwV2nqq1DWsJEysl8raut1AgwEqzMblm { display:block; }
 }@media only screen and (max-width: 763px) { #Th1V7rhCgmML2hzslE1JK1ahEOuukkc0 { width:18.75rem;height:3.875rem;top:53rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir8KZlqD8Iclplpzcn5ifw6CnUKSF9tb { display:block; }
 }@media only screen and (max-width: 763px) { #ihrTTd2n72zFFfl5yec6EubQIit68kVk { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/2e031421-2917-4608-b3e1-39b6b299749f/4BGbrancoeverdegrocopiar2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk.adaptive-delivery-prevent-bg, #ihrTTd2n72zFFfl5yec6EubQIit68kVk.lazyload, #ihrTTd2n72zFFfl5yec6EubQIit68kVk.lazyloading { background-image: none; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row .container { background-color: transparent; background-image: none; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row .container > .video-iframe-container { display: none; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row > .video-iframe-container { display: none; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .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); }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pn1vUao9hmNaH3uDBq4058qKWlyoutSr { width:20rem;height:43.75rem;top:19.878373384476rem;left:0rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57d955fb-acb0-4713-8c3c-9ea3fef27a7f/IMG_0231.JPG");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#Pn1vUao9hmNaH3uDBq4058qKWlyoutSr.adaptive-delivery-prevent-bg, #Pn1vUao9hmNaH3uDBq4058qKWlyoutSr.lazyload, #Pn1vUao9hmNaH3uDBq4058qKWlyoutSr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VBfaUpn9NzVnR2Wu00PGDL0o2DU34uz6 { width:20rem;height:30.25rem;top:7.5rem;left:0rem;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah5ePhkETmqU5T0kL5KC9rNBwTs9Tw5F { width:20rem;height:18.125rem;top:114.76737785339rem;left:0rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vfe8mlgAPWCQxn2tMLnv2tLQ4NfLUR8J { width:16.25rem;height:2.75035625rem;top:11.329900383949rem;left:1.8749998807907rem;font-size:2.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#8cc63f;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #XH8gtfHtE2zIaR1iHJ7Ti5KyNP1y8WEh { width:16.25rem;height:1.21875rem;top:15.6875rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #OkxQWDQWDiX2PbHM7x8SZdrvppftTMPd { width:20rem;height:28.75rem;top:41.999298095703rem;left:0rem;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rSHTnmu9AOTGDCS0kVe1M2a5VBH2N2a3 { width:20rem;height:31.25rem;top:75.75rem;left:0rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cShBJ3XkZtJOfvK8nxiPiHGT3JJJiEhu { width:20rem;height:31.25rem;top:96.748930931094rem;left:0rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qq9ZJCCMvBeTD0SSryL6OHUEeIzweBpI { width:20rem;height:1.75rem;top:1.6845703125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MsTEOif5CN8rKZ7wFPLZEIMPEfEyLVy1 { width:11.5rem;height:2.0625rem;top:3.9345703125rem;left:4.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #L7DioAeIixpZApm8kt4U7DMzFVIOa3VA { width:15.9375rem;height:5.27831875rem;top:17.75rem;left:2.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #gfy2t7WRpTTdaMsepAvWeGaULTlpZZaL { width:15.9375rem;height:7.389625rem;top:35.248580932618rem;left:2.0312498807907rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #FKHMBthgmzBGGtTvTFbWuPpyT12ar7TM { width:16.25rem;height:2.000175rem;top:28.606185913086rem;left:1.8749998807907rem;font-size:2rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#4fb96f;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #VSMGIxz0yQaJSSCTsSWkxnoegthn30oW { width:16.25rem;height:1.21875rem;top:32.939453125rem;left:1.8749998807907rem;font-size:0.9375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #K8nzilJ8RBe5U6VO1k3wyxvpIL6qb5W2 { width:15.9375rem;height:4.22265625rem;top:61.624649047851rem;left:2.0623222589493rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #zv7vlvxRGhQvfENQ9TyowkE8IlbayT3z { width:13.3744375rem;height:2.4375rem;top:57.8125rem;left:3.3123224973679rem;font-size:0.9375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #n5fGVTqHUG2dSq1KJhFUyHuoKTwE22V6 { width:16.25rem;height:2.000175rem;top:54.249816894531rem;left:1.8749998807907rem;font-size:2rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15050;color:#8cc63f;display:block; }
 }@media only screen and (max-width: 763px) { #S0SNsDruRamg6TfPhnFvmK4xyi16cuJi { width:1.875rem;height:1.875rem;top:66.75rem;left:12.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IcDoNDzVX18FGRSswDCri5IlmEhIWZwP { width:3.81214375rem;height:3.81214375rem;top:9.7487564086912rem;left:15.687143683434rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBWqXusuuJ94I0C1QAME0lZdy2g3cA32 { width:1.9992875rem;height:1.9992875rem;top:8.8867177963256rem;left:15.117186903954rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcwH7gZ8pdBasFprtKd1tcupQLtzlsE4 { width:20rem;height:27.5rem;top:24.207214355469rem;left:0rem;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;z-index:15027;background-color:#8cc63f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #examaWk7EAX91KhTKzWTzml7pxCdeiTx { top:10.830077767372rem;left:8.1249994039537rem;width:3.75rem;height:3.75rem;z-index:15046;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OMocIRKtr9UoSDvlT7ND3GTFMupEpTPn { top:27.729934692382rem;left:8.1249994039537rem;width:3.75rem;height:3.75rem;z-index:15047;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UrkdqdXoCD74x66O9Ai9hr9Zz8sLxVmC { top:53.374465942382rem;left:8.1249994039537rem;width:3.75rem;height:3.75rem;z-index:15048;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #f3tfK20UW0VTeGF8hAmHBrvdQyltsH8X { width:1.9375rem;height:1.9375rem;top:44.208984375rem;left:3.5706676244736rem;z-index:15044;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AxlIWAu5C0T1kcKCSZwT56eUwBQREJen { width:1.9375rem;height:1.9375rem;top:45.648086547851rem;left:4.4886363744736rem;z-index:15045;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ag5AalfsvH9EH3UaiQnDTXmX1y5rxt6R { width:1.875rem;height:1.875rem;top:68rem;left:11rem;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #P2eqFuMBg87nkEkVuXUey0MJezhcgF09 { width:1.9375rem;height:1.9375rem;top:66.650001525881rem;left:12.6875rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vuX1ibJHJxrNnLPnWZhNUXK0e80zLekC { width:1.9375rem;height:1.9375rem;top:46.962501525879rem;left:5.625rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ahT0TGqkShLhvuOfbQteSIsEs8pdqwBb { width:1.1875rem;height:1.1875rem;top:68.587501525881rem;left:11.874218940735rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt { background-color:#4fb96f;background-image:none;display:block; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { background-color: transparent; background-image: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container > .video-iframe-container { display: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container { display: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .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); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsNMTNky5v048FaCRPf5PvgDlwSce9gg { width:15.1243125rem;height:3.50043125rem;top:2.2469787597656rem;left:2.436967253685rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UDc7CI1l89UTNUAHFVGsr2ebQ8XnGDOb { width:15.4368125rem;height:4.671875rem;top:6.8101882934569rem;left:1.6592684984207rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #RUDztWgwTEQLkzgpNTUVwgqTJX0a0FWG { width:9.9375rem;height:2.75rem;top:12.670455932618rem;left:5.0301846265793rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMQhfJyxH3AoJne2ydDTsOQtaTVzcsRE { display:block; }
 }@media only screen and (max-width: 763px) { #AUtTBiQqyQ7M2wKKdBZlyMDvwQ73zP8D { width:19.43625rem;height:10.8735625rem;top:18.006924152374rem;left:0.337357878685rem;z-index:15036;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGAzZlmDpC1zOorxZB3hVrIJ5p1STvRe { width:19.8125rem;height:12.125rem;top:17.184481620789rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfHVvEot4KbQ9zmmuRvQLEulab9TARua { width:12.9368125rem;height:20.9375rem;top:26.607776641846rem;left:0.33558237552643rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.875rem;background-color:#4fb96f;background-image:url("https://images.assets-landingi.com/uc/81885737-57bf-4798-8235-2bf4a9b8c660/PingPongFOTOLP.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#NfHVvEot4KbQ9zmmuRvQLEulab9TARua.adaptive-delivery-prevent-bg, #NfHVvEot4KbQ9zmmuRvQLEulab9TARua.lazyload, #NfHVvEot4KbQ9zmmuRvQLEulab9TARua.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gak90KAENL6TTt2HxngDfJqrwHcJUGpm { width:3.18536875rem;height:3.18536875rem;top:15.419921398163rem;left:1.6592684984207rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZwx4tdwGthvUZrssBQxMgPGcK8lZ0T1 { width:2.56214375rem;height:2.56214375rem;top:34.842860460281rem;left:16.491476416588rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEgXuL9JVQIi9040P5O8qPbFdQv1OZnq { width:3.06196875rem;height:3.06196875rem;top:13.796165466309rem;left:13.368252158165rem;display:block; }
 }@media only screen and (max-width: 763px) { #puSnUncT0QKtRlhENARt5wbTNCdn1GU3 { width:7.24875rem;height:6.8110625rem;top:25.21839427948rem;left:12.752129912376rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8etOGduvvm6mmcTiek51iedpqBZfiET { width:1.6875rem;height:1.6875rem;top:37.031247377396rem;left:15.815162287376rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { background-color:#f1f1f1;background-image:none;display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { background-color: transparent; background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .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); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-element-container { background-color:#7db335;background-image:none; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-heading-text { color:#ffffff;font-size:0.875rem;height:auto; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-desc-text { color:#ffffff;font-size:0.875rem;height:auto; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg"); }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L { display:flex;height:auto;width:17.5rem;top:4.2667026519776rem;left:0rem;background-color:#8cc63f;background-image:none; }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #c2AhDgzRhhQLzueP1v5WR1frPpaKdk7E {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #iElkwogPdsDpG2WRZtL3AJkhglp6zNzk {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #sJwHPW38CFxoOygGcdGmDqffcH5lz5pg {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #etJRVNSQ89QUkwSI954i4mbsy84214u4 {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #mtECwMBk8iTnvgHoLqZg4dbgJi4zA9aD {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #LP1MGS6o2ubIE47lESo6dg5k1KxFNE5a {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #BIJ6WaHpu6ddw4SyvFNKouTowuDXRGoV {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #PvrFcos2M7HXUSJfBpOxygfG40p5B0Oi {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #FB0rzlffxevVR5CRPiQ3wCEwRlU5oHW9 {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #aQ0p2EPEV4WHSTPHMNmMfD29WtaXHmfW {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #u1Kba4gVPMlKAmN04TXuoGx8rC2koLzh {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #yqav6bRKy3uzzAUOi9iFZUVxI4GZ7vRy {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #sqQmGuiTZE26UwOcXXwW7NPPUgtmAcFI {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #lvsgAqDwFXKf7GTQnuOR7Z0cPuTpAdPa {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #Ecs88L3JUGMuqDyDVuTWkUEav10fJF9F {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #tbsnT3yTTUHbIMTPtMFinnmxuq6Cmaeh {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #PPzno5bngsiFbBAThqikqwT22uf3uMWy {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #HHLNxEXBPa2BgOuOCJ0XqZQL8zFtX4FT {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #AVRwFTKAZTTQnlrJaFpQqfauETtvEMdK {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #sPcXZoTtcflr38mGwfGMHdIeu1TPQ8FO {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #xeSu06n7IpMFDomgHdZpPSO9qo4qrfZg {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #PCiVk08iOcuADglxhTtlI8Aw90DsGi7x {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #ezGhz9JrvyQxQ7UNtfwrRVf2Eftw76Vx {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #egDJZTZbxym9wmvknqhtTJPxZ9m9clqD {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #xcrPDAOCdOxNvZlp87Q1O8VqLG0bcyoI {  }
 }@media only screen and (max-width: 763px) { #SLw138yemTlqP1figDhcKkXWbJSiqJAa { width:12.25rem;height:1.38139375rem;top:1.6875rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:montserrat;font-weight:400;font-style:normal;color:#424242;display:block; }
 }@media only screen and (max-width: 763px) { #klq5wyBuE4ohpnAk6lbP0DHOVUcmyEZb { top:1.5625rem;left:2.875rem;width:1.6875rem;height:1.6875rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #drXLehULqsPJsOby2sOgLnPvkkF7AoIH { display:block; }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gO3dePJaQm8rHauIybShVvumLnkfMRZH { width:12.8125rem;height:3.50043125rem;top:1.4346590042114rem;left:3.5937498807907rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lBgPTZQEG37IPLKOThpB6DATF4maekTP { width:15.7493125rem;height:4.546875rem;top:5.7484016418457rem;left:2.124467253685rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lNGlkhNKFxIlS85AzJHg0weHE8v1iA0w { width:19.8118125rem;height:19.8118125rem;top:19.123755931854rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:6.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#4fb96f;background-image:url("https://images.assets-landingi.com/uc/1f6a4b9c-3317-42e5-b3c6-ae47f5f4b417/CarolzinhaFOTOLP0101.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lNGlkhNKFxIlS85AzJHg0weHE8v1iA0w.adaptive-delivery-prevent-bg, #lNGlkhNKFxIlS85AzJHg0weHE8v1iA0w.lazyload, #lNGlkhNKFxIlS85AzJHg0weHE8v1iA0w.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ALuGfCna476mvWdRN3Ciqu7FoCuhLWIT { display:flex;width:2.5rem;height:2.5rem;top:15.25rem;left:12.625rem;font-size:1.75rem; }
#ALuGfCna476mvWdRN3Ciqu7FoCuhLWIT > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #IXBzTohgC4uMTPP5MwLrryDKCzs0pX5f { display:flex;width:2.5rem;height:2.5rem;top:15.25rem;left:8.75rem;font-size:1.75rem; }
#IXBzTohgC4uMTPP5MwLrryDKCzs0pX5f > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #JMWDEOZGCvRsdA0OosxgtyXTRvLVwZTu { width:20rem;height:1.4875rem;top:13.20845079422rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hk8yuzUVqikzJKtaRKzZSIwRzuWGmm3H { display:flex;width:2.5rem;height:2.5rem;top:15.25rem;left:4.875rem;font-size:1.75rem; }
#Hk8yuzUVqikzJKtaRKzZSIwRzuWGmm3H > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #nNNKV2I7HNkLogzzparEmCbDqWAmF5Zu { width:20rem;height:18.5625rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB { display:block; }#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rETJuplfNVdWdeIR8vpTdWdvN1CM9pK9 { width:6.624625rem;height:1.1375rem;top:5.7723731994629rem;left:5.4989346265793rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #szDquptKyKrQuoGPd5gXlLfAhTHRD8vh { width:11.3125rem;height:1.1375rem;top:3.875rem;left:5.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vIyPzEcmJoTD7Nf0N21nGsSwNVME5Wru { width:1.5625rem;height:1.5625rem;top:3.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VomKtMWaVvFbAZrGgV7SKlqDUoS4gLSK { width:1.5625rem;height:1.5625rem;top:5.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2gMbNavo0s4IUWZfwz5ZfTrC3ZiXRob { width:7.9998125rem;height:2.1875rem;top:1.1875rem;left:5.75rem;display:block; }
 }