.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:231,223,242;--color-primary-1:175,148,212;--color-primary-2:94,40,168;--color-primary-3:47,20,84;--color-primary-4:14,6,25;--color-secondary-0:239,223,234;--color-secondary-1:201,148,185;--color-secondary-2:146,41,115;--color-secondary-3:73,21,58;--color-secondary-4:22,6,17;--color-tertiary-0:255,255,255;--color-tertiary-1:201,201,201;--color-tertiary-2:165,165,165;--color-tertiary-3:99,99,99;--color-tertiary-4:0,0,0;--headlines-font-family:"Rubik";--paragraphs-font-family:"Rubik"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .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); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container { background-color: transparent; background-image: none; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container > .video-iframe-container { display: none; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row > .video-iframe-container { display: none; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .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); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container { border-width: 0; border-radius: 0; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#cxBqDqOt7EiaSMcIc5J5TBZa97lJlkOc { color:rgba(var(--color-tertiary-4),1);display:block;width:14.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:2.4375rem;left:60.5625rem;height:1.99360625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D1s2KdLR8sckFn8TaAwsyZbmdXqWNEd2 { position:absolute;display:block;z-index:15066;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.4375rem;width:9rem;top:0.59353303909302rem;left:0rem;overflow:hidden;display:block; }
#GkA06FNLei6Vf3J1nU9TawSt9why8TnU { display:block;width:12.1875rem;position:absolute;font-family:kumbh;font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:1.0625rem;left:60.5625rem;height:1.42471875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T2kblvFa1OzeNewTvxA5Sg6iJ1sbhqgS { position:absolute;display:block;z-index:15071;height:3.4375rem;width:16.875rem;top:1.1875rem;left:40.8125rem;display:block; }
#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z { background-color:rgba(232,235,237,0.82);background-image:url("https://images.assets-landingi.com/uc/e9aace35-1f0e-46a9-aedd-3a7a7b4b63bc/BG.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z.adaptive-delivery-prevent-bg, #TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z.lazyload, #TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z.lazyloading { background-image: none; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container { background-color: transparent; background-image: none; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container > .video-iframe-container { display: none; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row > .video-iframe-container { display: none; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .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); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container { border-width: 0; border-radius: 0; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container { width:75rem;height:50.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#tUQcJ2aqghXJRgK6TalSCoefzN478A8T { display:block;width:31.9998125rem;position:absolute;font-family:"kumba sans";font-size:3.4375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:11.3125rem;left:0rem;height:20.625rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:block; }
#HPAts9IiTvkaQ4R7tAmMPoD5JzWUeF6t { display:block;width:13.875rem;position:absolute;font-family:kumbh;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:41.9375rem;left:1.5rem;height:2.7613625rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#n3XIHGTqoypBrQfD5Lcmg0xU9LLT4sMZ { position:absolute;display:block;z-index:15070;height:3.4375rem;width:16.875rem;top:37.125rem;left:0rem;display:block; }
#IHC8EbsQHmLm3nTnTLTTr2yibGh1ZMF5 { display:block;width:28.1875rem;position:absolute;font-family:kumbh;font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:27.8125rem;left:0rem;height:8.448875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mag5xKa0XZ5DK9CoLsTlVoZ6hNQEWuHT { display:block;width:22.8125rem;position:absolute;font-family:kumbh;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:26.7421875rem;left:1.125rem;height:7.69925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#NVrsnSfWr3MRCRdiPMpdrDBCS1VMQSiI { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41rem;width:42.1875rem;top:5.375rem;left:29.328125rem;overflow:hidden;display:block; }
#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX { position:relative;display:block; }#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX { background-color: transparent; background-image: none; }#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX > .row .container > .video-iframe-container { display: none; }#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX > .row > .video-iframe-container { display: none; }#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX > .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); }#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX { border-width: 0; border-radius: 0; }#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#btLkFCeMuMli7IJ9G8isLJdn4Qh76CZd { color:#1d1d1d;display:block;width:75rem;position:absolute;font-family:kumbh;font-size:2.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.3492202758789rem;left:0rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ENpZyWXeIApATT0GdfLUENrT50fW1TBN { position:relative;display:block; }#ENpZyWXeIApATT0GdfLUENrT50fW1TBN { background-color: transparent; background-image: none; }#ENpZyWXeIApATT0GdfLUENrT50fW1TBN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENpZyWXeIApATT0GdfLUENrT50fW1TBN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENpZyWXeIApATT0GdfLUENrT50fW1TBN > .row .container > .video-iframe-container { display: none; }#ENpZyWXeIApATT0GdfLUENrT50fW1TBN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENpZyWXeIApATT0GdfLUENrT50fW1TBN > .row > .video-iframe-container { display: none; }#ENpZyWXeIApATT0GdfLUENrT50fW1TBN > .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); }#ENpZyWXeIApATT0GdfLUENrT50fW1TBN { border-width: 0; border-radius: 0; }#ENpZyWXeIApATT0GdfLUENrT50fW1TBN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ENpZyWXeIApATT0GdfLUENrT50fW1TBN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zappnzNBbpx1QKuVNeJ48bLMZh64ZSp2 { position:absolute;display:block;z-index:14998;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:30.75rem;width:31.375rem;top:1.09375rem;left:3.0625rem;display:block; }
#adeGzdxIl4V4x4UCL8FwaS0ceHMSFHeL { display:block;width:15.3125rem;position:absolute;font-family:kumbh;font-size:2.4375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3rem;left:5.25rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RDtMC8VKf1QZ3Pr64htEaJnWwXXLoBBg { box-sizing:content-box;height:20.0625rem;width:18.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/47ff4ec5-980e-49de-b7f1-cb783f07861e/fiberevo.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:15.75rem;display:block; }#RDtMC8VKf1QZ3Pr64htEaJnWwXXLoBBg.adaptive-delivery-prevent-bg, #RDtMC8VKf1QZ3Pr64htEaJnWwXXLoBBg.lazyload, #RDtMC8VKf1QZ3Pr64htEaJnWwXXLoBBg.lazyloading { background-image: none; }
#vnH3ksOsdPTMw1E2mmEJdZFH0uABOcS1 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -moz-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -ms-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -o-linear-gradient(90deg, #862a6b, #b85c8f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );";background-image: linear-gradient(90deg, #862a6b, #b85c8f);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: 0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.625rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:27.25rem;left:10.71875rem;display:block; }
#dqCP6hh4xG02IwoIuS5xZf2HHpJCJnP2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dt0DD8WVbytSHh2BZgyyUyWDmMXSaupa { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:3.3994140625rem;left:20.03125rem;display:block; }
#oxPQPx02lu0pk4E8V4grbORFldmy53i3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hePAcJ6Lwkb5vETAi4QuJbEdC8IE8zIC { color:#1d1d1d;display:block;width:6.5rem;position:absolute;font-family:kumbh;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.974609375rem;left:22.25rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F7JXI4x9tmi7OOsKOJGMBlOkBG4dnV0c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:3.9619140625rem;left:21.0625rem; }
#fPdPDHDiaaCPHfJADr9AsgXPBAJGsfFd { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.0625rem;left:5.3125rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#fPdPDHDiaaCPHfJADr9AsgXPBAJGsfFd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fPdPDHDiaaCPHfJADr9AsgXPBAJGsfFd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#ugeAwIgavzpphE36xT2JWq4q0QFDWk7n { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.662109375rem;left:5.25rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ugeAwIgavzpphE36xT2JWq4q0QFDWk7n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ugeAwIgavzpphE36xT2JWq4q0QFDWk7n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#sN15S0U27ILOflKaBT9szxDRkL9sZZpF { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.2998046875rem;left:5.25rem;height:1.29971875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#sN15S0U27ILOflKaBT9szxDRkL9sZZpF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sN15S0U27ILOflKaBT9szxDRkL9sZZpF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#vMVqD28MZk7H1TWe1PxaMbRlIgQgKtmT { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.9873046875rem;left:5.25rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#vMVqD28MZk7H1TWe1PxaMbRlIgQgKtmT li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#vMVqD28MZk7H1TWe1PxaMbRlIgQgKtmT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#Ks1StA86DuIESTDTnFUQwzu3pzfNIznk { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.0625rem;left:5.3125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#Ks1StA86DuIESTDTnFUQwzu3pzfNIznk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ks1StA86DuIESTDTnFUQwzu3pzfNIznk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#TcyWPMuTcW3tCpdxqbckfH5lCi4duryB { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.662109375rem;left:5.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#TcyWPMuTcW3tCpdxqbckfH5lCi4duryB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TcyWPMuTcW3tCpdxqbckfH5lCi4duryB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#ad1InNMldsBG8vWGZRgPz2k5sRTWySr0 { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17.2998046875rem;left:5.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#ad1InNMldsBG8vWGZRgPz2k5sRTWySr0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ad1InNMldsBG8vWGZRgPz2k5sRTWySr0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#T3VrXoKzvIqDL8tkWsCFDd8xHWLR0ITR { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.9873046875rem;left:5.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#T3VrXoKzvIqDL8tkWsCFDd8xHWLR0ITR li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#T3VrXoKzvIqDL8tkWsCFDd8xHWLR0ITR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#DROAx8KdMKKGBH724PqfUQTu0EME08OW { position:absolute;display:block;z-index:15009;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:30.75rem;width:31.375rem;top:1.125rem;left:40.5625rem;display:block; }
#b8ir7cwblbat820ZaNtLbTER7wclXx77 { box-sizing:content-box;height:16.75rem;width:18.25rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/1eaf7225-8d05-4920-a351-07c240d2c99d/acrus.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:53.25rem;display:block; }#b8ir7cwblbat820ZaNtLbTER7wclXx77.adaptive-delivery-prevent-bg, #b8ir7cwblbat820ZaNtLbTER7wclXx77.lazyload, #b8ir7cwblbat820ZaNtLbTER7wclXx77.lazyloading { background-image: none; }
#hSrxlhbltDJTaDP3SJ9p3FvyHLX5dbsF { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -moz-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -ms-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -o-linear-gradient(90deg, #862a6b, #b85c8f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );";background-image: linear-gradient(90deg, #862a6b, #b85c8f);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: 0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:27.25rem;left:48.1875rem;display:block; }
#u1TPWakKVCCaMUafrgGSRw7OvzVTzQeT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KUXuWT8R8MfSQf4kMw98qUt1VrRtI9cT { display:block;width:9.0625rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.0625rem;left:42.8125rem;height:1.29971875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#KUXuWT8R8MfSQf4kMw98qUt1VrRtI9cT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KUXuWT8R8MfSQf4kMw98qUt1VrRtI9cT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#RIDQBkS63gqeFCKlJof6aTSBAOm7082d { display:block;width:9.5rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:12.6875rem;left:42.75rem;height:3.89915rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#RIDQBkS63gqeFCKlJof6aTSBAOm7082d li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RIDQBkS63gqeFCKlJof6aTSBAOm7082d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#BOSvuad3w3nLHSQp7opSTGwLm8zMtkko { display:block;width:8.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.75rem;left:42.75rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#BOSvuad3w3nLHSQp7opSTGwLm8zMtkko li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BOSvuad3w3nLHSQp7opSTGwLm8zMtkko li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#Wcnp1wwshTttCk1fqhp9B7kGTTwOdMvT { display:block;width:9.75rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:21.4375rem;left:42.75rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#Wcnp1wwshTttCk1fqhp9B7kGTTwOdMvT li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#Wcnp1wwshTttCk1fqhp9B7kGTTwOdMvT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#oJyf8zXpcl4ubllx40ZMbu9XDpwJuZoA { display:block;width:15.3125rem;position:absolute;font-family:kumbh;font-size:2.4375rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:3rem;left:42.75rem;height:2.925rem;text-align:center;text-align-last:center;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; }
#RV54STFC8oTJbEf6sHZPPrMxUs2fswp5 { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:3.375rem;left:57.5rem;display:block; }
#Tn8ESOwrNaDPdkK0T4Dz6VTJ45nMBRh6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WNCp8UKi8uqN1rJN1px4HEtzg05l2yL2 { color:#1d1d1d;display:block;width:6.5rem;position:absolute;font-family:kumbh;font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:4rem;left:59.75rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KbM2fALopSs2QbBSHt3oBcDlmGpp9JpD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:3.9375rem;left:58.5625rem; }
#ingtSeIya4J2ifWU53WQEvHzQL8z6UJc { position:relative;display:block; }#ingtSeIya4J2ifWU53WQEvHzQL8z6UJc { background-color: transparent; background-image: none; }#ingtSeIya4J2ifWU53WQEvHzQL8z6UJc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ingtSeIya4J2ifWU53WQEvHzQL8z6UJc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ingtSeIya4J2ifWU53WQEvHzQL8z6UJc > .row .container > .video-iframe-container { display: none; }#ingtSeIya4J2ifWU53WQEvHzQL8z6UJc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ingtSeIya4J2ifWU53WQEvHzQL8z6UJc > .row > .video-iframe-container { display: none; }#ingtSeIya4J2ifWU53WQEvHzQL8z6UJc > .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); }#ingtSeIya4J2ifWU53WQEvHzQL8z6UJc { border-width: 0; border-radius: 0; }#ingtSeIya4J2ifWU53WQEvHzQL8z6UJc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ingtSeIya4J2ifWU53WQEvHzQL8z6UJc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fCztKRtxF65t2CsMabN4m7rt4DA9eBIT { position:absolute;display:block;z-index:14998;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:30.75rem;width:31.375rem;top:1.09375rem;left:3.0625rem;display:block; }
#fQBT2OMH3OFU4Km2bTmtf1XJVx1azqxL { display:block;width:15.3125rem;position:absolute;font-family:kumbh;font-size:1.8125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:7.375rem;left:5.25rem;height:2.175rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fJT6IqWQfaP8Gurgx2xH84Zik4bvXe9d { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -moz-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -ms-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -o-linear-gradient(90deg, #862a6b, #b85c8f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );";background-image: linear-gradient(90deg, #862a6b, #b85c8f);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: 0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.625rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:25.826875686646rem;left:4.8743782043457rem;display:block; }
#dSSvzv2l1pMPBFgoI0hH3bDt0LVubGzL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#olrq21e1oswEaDgGxZDDShMcgEywXK7T { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:4.2743759155274rem;left:5.28125rem;display:block; }
#LO5UDAhZ6EMtBpQPhRwSPmiDZM9JClhr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UmWEKtIgPuKd0xxvU8MMbLS2u3nxsIGB { color:#1d1d1d;display:block;width:6.5rem;position:absolute;font-family:kumbh;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.8493766784668rem;left:7.5rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aNP0b8VApc7gKKMBcBcL41RI7gRmesod { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:4.8368759155274rem;left:6.3125rem; }
#TKzZppFC5eWmQiTqTHzbeNw1fvLfgoV8 { display:block;width:12.6875rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.1875rem;left:5.3125rem;height:12.99714375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mICCub0DrZwG7V20bxqqLgvLMb3iyqgb { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.0625rem;left:5.3125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#mICCub0DrZwG7V20bxqqLgvLMb3iyqgb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mICCub0DrZwG7V20bxqqLgvLMb3iyqgb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#QI97QTpK0HylGAL52A1gwROihbsWsZa8 { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.662109375rem;left:5.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#QI97QTpK0HylGAL52A1gwROihbsWsZa8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QI97QTpK0HylGAL52A1gwROihbsWsZa8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#JDDTKPTD8RmXvhE3DTUdyfM2OCqSLRQ5 { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17.2998046875rem;left:5.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#JDDTKPTD8RmXvhE3DTUdyfM2OCqSLRQ5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JDDTKPTD8RmXvhE3DTUdyfM2OCqSLRQ5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#xkOi7cTTxdo8WxpoHU7OacOgiKl1WTHE { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.9873046875rem;left:5.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#xkOi7cTTxdo8WxpoHU7OacOgiKl1WTHE li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#xkOi7cTTxdo8WxpoHU7OacOgiKl1WTHE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#RtAnPX96rcRz7FnBi0tH12276gUy5EoK { position:absolute;display:block;z-index:14996;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:30.75rem;width:31.375rem;top:1.125rem;left:40.5625rem;display:block; }
#KTTCJRhN71kWx9bfUVW2Qgvvcd9azQxS { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -moz-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -ms-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -o-linear-gradient(90deg, #862a6b, #b85c8f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );";background-image: linear-gradient(90deg, #862a6b, #b85c8f);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: 0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:27.762496948243rem;left:48.718128204346rem;display:block; }
#EUIVnbUzAsel2zeOkkbpLK1RRlCtXVif { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W2l5uogSHgGAs9zZuL1S48RKDih16L9T { display:block;width:22.0625rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.75rem;left:45.1875rem;height:3.89915rem;text-align:center;text-align-last:center;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; }
#OFIDnXEwBm7X3mtVPvsJ77ItKsCEmDB5 { display:block;width:20.0625rem;position:absolute;font-family:kumbh;font-size:2.4375rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:5.625rem;left:46.25rem;height:2.925rem;text-align:center;text-align-last:center;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; }
#x28pO4AqTxl4gpTzM7qLi2IOtPaUWh4y { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.625rem;left:51.25rem;display:block; }
#x6658zVSkpyKu33mmLoKRcAn6DHIFGFn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tM5xSHmswq503WT18asroRKPc39U1d9G { color:#1d1d1d;display:block;width:6.5rem;position:absolute;font-family:kumbh;font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:3.25rem;left:53.5rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CECgVAzARiZLBS7cDqNssp1DWrmFmEZr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:3.1875rem;left:52.3125rem; }
#qsq8J4Khu78Z0pSlP70uX1oyaNEQTrAw { position:absolute;display:block;z-index:15058;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:28.4375rem;width:15.0625rem;top:3.3031253051758rem;left:18.53285969541rem;overflow:hidden;display:block; }
#zAgB2gcUXxq9BHwzeEgwK3UNG3235opI { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:21rem;top:14.051250457764rem;left:45.749378204346rem;overflow:hidden;display:block; }
#vqvo2N5TCOk8uW5WXwhqqQU45wckL484 { position:relative;display:block; }#vqvo2N5TCOk8uW5WXwhqqQU45wckL484 { background-color: transparent; background-image: none; }#vqvo2N5TCOk8uW5WXwhqqQU45wckL484::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqvo2N5TCOk8uW5WXwhqqQU45wckL484 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqvo2N5TCOk8uW5WXwhqqQU45wckL484 > .row .container > .video-iframe-container { display: none; }#vqvo2N5TCOk8uW5WXwhqqQU45wckL484 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqvo2N5TCOk8uW5WXwhqqQU45wckL484 > .row > .video-iframe-container { display: none; }#vqvo2N5TCOk8uW5WXwhqqQU45wckL484 > .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); }#vqvo2N5TCOk8uW5WXwhqqQU45wckL484 { border-width: 0; border-radius: 0; }#vqvo2N5TCOk8uW5WXwhqqQU45wckL484 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vqvo2N5TCOk8uW5WXwhqqQU45wckL484 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#coshQMn0wrHoyLSsQBncXL5m2BEhh1xB { position:absolute;display:block;z-index:14998;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:30.75rem;width:31.375rem;top:1.09375rem;left:3.0625rem;display:block; }
#KT4MK9VHwpMnKpXJafTgqUE7R2AD87zk { display:block;width:15.3125rem;position:absolute;font-family:kumbh;font-size:2.4375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3rem;left:5.25rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IHdCOrVth0kmGuAzm5HuexlzVPTyHUW8 { box-sizing:content-box;height:20.0625rem;width:18.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/3cefaab2-583e-4f3a-9aaf-5bf67033d08e/fiberdeep.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.625rem;left:15.625rem;display:block; }#IHdCOrVth0kmGuAzm5HuexlzVPTyHUW8.adaptive-delivery-prevent-bg, #IHdCOrVth0kmGuAzm5HuexlzVPTyHUW8.lazyload, #IHdCOrVth0kmGuAzm5HuexlzVPTyHUW8.lazyloading { background-image: none; }
#xJlIJVPkSym2zfVq1DopTowd6fHBBFKh { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -moz-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -ms-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -o-linear-gradient(90deg, #862a6b, #b85c8f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );";background-image: linear-gradient(90deg, #862a6b, #b85c8f);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: 0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.625rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:27.25rem;left:10.71875rem;display:block; }
#F0IakoRo9H0TinTNc9DryRGCveXPzHtI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eAVTqcBKaR4l77555fmE6Efw5ihcsqlT { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:3.3994140625rem;left:20.03125rem;display:block; }
#TXeoOmwBJIT7bvTpRV0GL0W96fmFDMEI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tw909XbiMPGfzAZpUrynv94Pchu2F34M { color:#1d1d1d;display:block;width:6.5rem;position:absolute;font-family:kumbh;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.974609375rem;left:22.25rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pqx3gtORPDPUxh6pq4onTkPvhT1Ktwn7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:3.9619140625rem;left:21.0625rem; }
#olKGq3R0LhqEx72zMtZlHrfflFJB45J4 { display:block;width:11.375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.0625rem;left:5.3125rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#olKGq3R0LhqEx72zMtZlHrfflFJB45J4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#olKGq3R0LhqEx72zMtZlHrfflFJB45J4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#SrrFTzzVApybnTQ3kOtfwU0n55bbdZk0 { display:block;width:9rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.662109375rem;left:5.25rem;height:1.29971875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#SrrFTzzVApybnTQ3kOtfwU0n55bbdZk0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SrrFTzzVApybnTQ3kOtfwU0n55bbdZk0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#Ee1tkBlx8EhAfZaoP4NsdhWOw0nMlhpx { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17.2998046875rem;left:5.25rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#Ee1tkBlx8EhAfZaoP4NsdhWOw0nMlhpx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ee1tkBlx8EhAfZaoP4NsdhWOw0nMlhpx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#c8ZIvZeyTnDXbu6xTMaM1l64VZbNPp1o { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.9873046875rem;left:5.25rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#c8ZIvZeyTnDXbu6xTMaM1l64VZbNPp1o li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#c8ZIvZeyTnDXbu6xTMaM1l64VZbNPp1o li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#BklaP6Gv6pEf4E9P52tals25zyqSykA1 { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.0625rem;left:5.3125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#BklaP6Gv6pEf4E9P52tals25zyqSykA1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BklaP6Gv6pEf4E9P52tals25zyqSykA1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#rJe3LaohR54k3TnXWWQH7qCMemJxGzUd { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.662109375rem;left:5.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#rJe3LaohR54k3TnXWWQH7qCMemJxGzUd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rJe3LaohR54k3TnXWWQH7qCMemJxGzUd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#HvEzba9Z9DLJJzDqGtwZ6ymiQMlkk00M { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17.2998046875rem;left:5.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#HvEzba9Z9DLJJzDqGtwZ6ymiQMlkk00M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HvEzba9Z9DLJJzDqGtwZ6ymiQMlkk00M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#ZedgGCOFal2yBoddfsp6HtIst59n8X0P { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.9873046875rem;left:5.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#ZedgGCOFal2yBoddfsp6HtIst59n8X0P li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#ZedgGCOFal2yBoddfsp6HtIst59n8X0P li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#IwywVMqrWf9LIPvWr3E2W5KrTnVJ2hLu { position:absolute;display:block;z-index:15009;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:30.75rem;width:31.375rem;top:1.125rem;left:40.5625rem;display:block; }
#vKSv61uETZEQHFNqCJcm9lulaiBlOaKA { box-sizing:content-box;height:16.75rem;width:18.25rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/f70480dc-1e45-4c79-9900-14cb3555dbe6/qclean.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:53.75rem;display:block; }#vKSv61uETZEQHFNqCJcm9lulaiBlOaKA.adaptive-delivery-prevent-bg, #vKSv61uETZEQHFNqCJcm9lulaiBlOaKA.lazyload, #vKSv61uETZEQHFNqCJcm9lulaiBlOaKA.lazyloading { background-image: none; }
#fJccKJJz9Oy77bGeV6KG04sA8qnED2NQ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -moz-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -ms-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -o-linear-gradient(90deg, #862a6b, #b85c8f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );";background-image: linear-gradient(90deg, #862a6b, #b85c8f);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: 0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:27.25rem;left:48.1875rem;display:block; }
#SJrHua5HPf5bUPDVUmuzF5ETWDc85URF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6tSkkub1wL3hIGXWVQM10IAqL2lqnAJ { display:block;width:9.0625rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9rem;left:42.8125rem;height:3.89915rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#T6tSkkub1wL3hIGXWVQM10IAqL2lqnAJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T6tSkkub1wL3hIGXWVQM10IAqL2lqnAJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#S6VSLU2f1drcZn1Wo9AhvXLyzkrgEKeV { display:block;width:9.5rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.6875rem;left:42.8125rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#S6VSLU2f1drcZn1Wo9AhvXLyzkrgEKeV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S6VSLU2f1drcZn1Wo9AhvXLyzkrgEKeV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#rBfQdKBRLcCo8etcBuHWQGNzbtD1beMw { display:block;width:10.8125rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.1875rem;left:42.8125rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#rBfQdKBRLcCo8etcBuHWQGNzbtD1beMw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rBfQdKBRLcCo8etcBuHWQGNzbtD1beMw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#iHVAMpZ0Tr7h7eBygyknElgiciOpPidC { display:block;width:11.25rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:20.75rem;left:42.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#iHVAMpZ0Tr7h7eBygyknElgiciOpPidC li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#iHVAMpZ0Tr7h7eBygyknElgiciOpPidC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#dLzfpHp2pCs5dMlLvzhivFmOdPwPz8nF { display:block;width:15.3125rem;position:absolute;font-family:kumbh;font-size:2.4375rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:3rem;left:42.75rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o7ygrCZU81CHHNKZ8Bnyyg4zElnVbvNK { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:3.375rem;left:57.5rem;display:block; }
#HEUX4hXK3gtS2bvg6pgEPGK4OXCfoOcH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VhXs2a3BbG4iedpFswmgtxMGDklSr4df { color:#1d1d1d;display:block;width:6.5rem;position:absolute;font-family:kumbh;font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:4rem;left:59.75rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cMqdoGAaShSRQmlGR820XxDwg3XzmPAy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:3.9375rem;left:58.5625rem; }
#IaTsGfWfxvUXG39ACBWvWsyhT35EDFKc { position:relative;display:block; }#IaTsGfWfxvUXG39ACBWvWsyhT35EDFKc { background-color: transparent; background-image: none; }#IaTsGfWfxvUXG39ACBWvWsyhT35EDFKc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaTsGfWfxvUXG39ACBWvWsyhT35EDFKc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaTsGfWfxvUXG39ACBWvWsyhT35EDFKc > .row .container > .video-iframe-container { display: none; }#IaTsGfWfxvUXG39ACBWvWsyhT35EDFKc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaTsGfWfxvUXG39ACBWvWsyhT35EDFKc > .row > .video-iframe-container { display: none; }#IaTsGfWfxvUXG39ACBWvWsyhT35EDFKc > .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); }#IaTsGfWfxvUXG39ACBWvWsyhT35EDFKc { border-width: 0; border-radius: 0; }#IaTsGfWfxvUXG39ACBWvWsyhT35EDFKc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IaTsGfWfxvUXG39ACBWvWsyhT35EDFKc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oAH5Fxn0O3NgnhPNPwNTvOJASkbCWivS { position:absolute;display:block;z-index:14998;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:30.75rem;width:31.375rem;top:1.09375rem;left:3.0625rem;display:block; }
#sxzJftifwaRvM3xcGTWNNaQomHWTNNBr { display:block;width:15.3125rem;position:absolute;font-family:kumbh;font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3rem;left:5.25rem;height:5.39915rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lI8GqZfeCqS66uCHofFWkw2XLTLEL80A { box-sizing:content-box;height:18.375rem;width:17.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/162a1d0e-9f47-4fa8-abdd-83e63c3e2271/baixados.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.25rem;left:16.1875rem;display:block; }#lI8GqZfeCqS66uCHofFWkw2XLTLEL80A.adaptive-delivery-prevent-bg, #lI8GqZfeCqS66uCHofFWkw2XLTLEL80A.lazyload, #lI8GqZfeCqS66uCHofFWkw2XLTLEL80A.lazyloading { background-image: none; }
#b9KOJ8fpEDEAXNgfe1GyGEpMZAhwDXck { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -moz-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -ms-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -o-linear-gradient(90deg, #862a6b, #b85c8f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );";background-image: linear-gradient(90deg, #862a6b, #b85c8f);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: 0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.625rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:27.25rem;left:10.71875rem;display:block; }
#BbkMTUGT8v8uDIJy8MhR8cl9Tv9roULH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CCAEhNNxBNHpTQJ4BAGPKCq3gS881hEB { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:3.3994140625rem;left:20.65625rem;display:block; }
#ynmbaKhAs7JrnpivqUX88WWinB6HGffn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bnadqKPn462DQhDXro2buOtEwcqAP0Vg { color:#1d1d1d;display:block;width:6.5rem;position:absolute;font-family:kumbh;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.974609375rem;left:22.875rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXzVcugmJUUOwuinftLzbXTxGXDvzukq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:3.9619140625rem;left:21.6875rem; }
#AzTHrTGfLDe1FBgbTq4ZaRM1TOT6Qzum { display:block;width:8.4375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.25rem;left:5.3125rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#AzTHrTGfLDe1FBgbTq4ZaRM1TOT6Qzum li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AzTHrTGfLDe1FBgbTq4ZaRM1TOT6Qzum li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#WgOVvX9KKTNTSHLhxu5TAyb73nWnkux8 { display:block;width:10.5rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.537109375rem;left:5.25rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#WgOVvX9KKTNTSHLhxu5TAyb73nWnkux8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WgOVvX9KKTNTSHLhxu5TAyb73nWnkux8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#g4K91q8ywrMuAmDusVsOb0nuqxIDq9RE { display:block;width:9.125rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.7373046875rem;left:5.25rem;height:2.59943125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#g4K91q8ywrMuAmDusVsOb0nuqxIDq9RE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g4K91q8ywrMuAmDusVsOb0nuqxIDq9RE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#GXl6vxET529oJqttiiGVH9Dqsg6Leg0z { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.4873046875rem;left:5.25rem;height:2.59943125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#GXl6vxET529oJqttiiGVH9Dqsg6Leg0z li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#GXl6vxET529oJqttiiGVH9Dqsg6Leg0z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#BAMVz1ZDiTT4apWgTxXAmhrKDa2sSMXs { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.0625rem;left:5.3125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#BAMVz1ZDiTT4apWgTxXAmhrKDa2sSMXs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BAMVz1ZDiTT4apWgTxXAmhrKDa2sSMXs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#MJoBGpqBdIbcxc9JQwqDqHrnFTFap6JM { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.662109375rem;left:5.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#MJoBGpqBdIbcxc9JQwqDqHrnFTFap6JM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MJoBGpqBdIbcxc9JQwqDqHrnFTFap6JM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#cEpDJCec0etMqr5XqFfv5kTDzqOqU5aT { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17.2998046875rem;left:5.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#cEpDJCec0etMqr5XqFfv5kTDzqOqU5aT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cEpDJCec0etMqr5XqFfv5kTDzqOqU5aT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#TARORxdFqcRLeOrVQ4THvtvobybEZWlg { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.9873046875rem;left:5.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#TARORxdFqcRLeOrVQ4THvtvobybEZWlg li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#TARORxdFqcRLeOrVQ4THvtvobybEZWlg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#g2owmks73anKrp1stJCGTK56shLXpOlM { position:absolute;display:block;z-index:15009;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:30.75rem;width:31.375rem;top:1.125rem;left:40.5625rem;display:block; }
#vLL0UCo5Ccx90V4gw7tEOFcPTDQhoNr5 { box-sizing:content-box;height:16.75rem;width:17.1875rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/8eea38dc-1c3f-4072-8189-0248a6f30eba/bioflash.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:54.1875rem;display:block; }#vLL0UCo5Ccx90V4gw7tEOFcPTDQhoNr5.adaptive-delivery-prevent-bg, #vLL0UCo5Ccx90V4gw7tEOFcPTDQhoNr5.lazyload, #vLL0UCo5Ccx90V4gw7tEOFcPTDQhoNr5.lazyloading { background-image: none; }
#Q7inKJP44J7FhtOEu0KmuwgARpF51LZD { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -moz-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -ms-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -o-linear-gradient(90deg, #862a6b, #b85c8f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );";background-image: linear-gradient(90deg, #862a6b, #b85c8f);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: 0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:27.25rem;left:48.1875rem;display:block; }
#mk5ixxcWS93IF3EEuF4b1D77H8A3iIUF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMuaGy6dIAMakmkvvmDvo5X2d331Vfhm { display:block;width:11.1875rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.0625rem;left:42.8125rem;height:3.89915rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#TMuaGy6dIAMakmkvvmDvo5X2d331Vfhm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TMuaGy6dIAMakmkvvmDvo5X2d331Vfhm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#OD9IMKoRJiHUW0IT2KcnBW85RJx8QUsa { display:block;width:10rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5625rem;left:42.8125rem;height:3.89915rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#OD9IMKoRJiHUW0IT2KcnBW85RJx8QUsa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OD9IMKoRJiHUW0IT2KcnBW85RJx8QUsa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#vT4950hFdQWvlUGH6Gba74rQU8TqwLT9 { display:block;width:8.4375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.125rem;left:42.8125rem;height:3.89915rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#vT4950hFdQWvlUGH6Gba74rQU8TqwLT9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vT4950hFdQWvlUGH6Gba74rQU8TqwLT9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#MT99cvp1QWInPx477Jpq6fO3TMF75lnp { display:block;width:11.25rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:21.8125rem;left:42.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#MT99cvp1QWInPx477Jpq6fO3TMF75lnp li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#MT99cvp1QWInPx477Jpq6fO3TMF75lnp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#AhfhFIvaFpLG3miXPXSE81Gdek5ZUUzA { display:block;width:15.3125rem;position:absolute;font-family:kumbh;font-size:2.4375rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:3rem;left:42.75rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PV7riZakTLdOCx2X5kui2TlTr124zW0d { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:3.375rem;left:57.5rem;display:block; }
#W3WTJRJMkomwTggLEsa2Cz5p6DmaM6lW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w9pvxfyTneoBKJEdufDexMMf3hh7F30z { color:#1d1d1d;display:block;width:6.5rem;position:absolute;font-family:kumbh;font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:4rem;left:59.75rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iVqamk9zlwSQ5SLWuRpzHRxNTWAve78J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:3.9375rem;left:58.5625rem; }
#xKiGFvTiWzTZ5SlGpH2xyWvCLwImRbQM { position:relative;display:block; }#xKiGFvTiWzTZ5SlGpH2xyWvCLwImRbQM { background-color: transparent; background-image: none; }#xKiGFvTiWzTZ5SlGpH2xyWvCLwImRbQM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKiGFvTiWzTZ5SlGpH2xyWvCLwImRbQM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKiGFvTiWzTZ5SlGpH2xyWvCLwImRbQM > .row .container > .video-iframe-container { display: none; }#xKiGFvTiWzTZ5SlGpH2xyWvCLwImRbQM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKiGFvTiWzTZ5SlGpH2xyWvCLwImRbQM > .row > .video-iframe-container { display: none; }#xKiGFvTiWzTZ5SlGpH2xyWvCLwImRbQM > .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); }#xKiGFvTiWzTZ5SlGpH2xyWvCLwImRbQM { border-width: 0; border-radius: 0; }#xKiGFvTiWzTZ5SlGpH2xyWvCLwImRbQM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xKiGFvTiWzTZ5SlGpH2xyWvCLwImRbQM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JEHdF7a1AzDQg8Z6nJtPKGu60WRsoRrC { position:absolute;display:block;z-index:14998;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:30.75rem;width:31.375rem;top:1.09375rem;left:3.0625rem;display:block; }
#Ceic8fw22lslnbrbFfiKua1uoKeWJR3H { display:block;width:15.3125rem;position:absolute;font-family:kumbh;font-size:2.4375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:4.8500003814697rem;left:5.3118782043457rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XgVS0lOpJB8JRUrKR0TAkeCaZxi45Zi4 { box-sizing:content-box;height:28.25rem;width:25.6875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/e496fb75-9d59-44c1-84b0-cfe29f871548/inkie.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.6075rem;left:11.790056043184rem;display:block; }#XgVS0lOpJB8JRUrKR0TAkeCaZxi45Zi4.adaptive-delivery-prevent-bg, #XgVS0lOpJB8JRUrKR0TAkeCaZxi45Zi4.lazyload, #XgVS0lOpJB8JRUrKR0TAkeCaZxi45Zi4.lazyloading { background-image: none; }
#b0PVTBvZdECPhqILnV3J5W3wOEi350RJ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -moz-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -ms-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -o-linear-gradient(90deg, #862a6b, #b85c8f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );";background-image: linear-gradient(90deg, #862a6b, #b85c8f);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: 0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.625rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:27.25rem;left:10.717502593994rem;display:block; }
#Lihir0Fnm0FmvIPbTJlDgETyNO8nfium { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FxUSC1W4bEQvkx2TZgI36fqN4k1tdynS { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:5.25rem;left:23.625rem;display:block; }
#nogLX1JHFLg12NUOZqUoq4DsBptgEQXS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K5bnTOg4sQA3WFUDuO5tHT5sEkRZcif5 { color:#1d1d1d;display:block;width:6.5rem;position:absolute;font-family:kumbh;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.875rem;left:25.875rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ksEbzXo1Fy6UOuKZigfgmsLZVWHaTM0T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:5.8125rem;left:24.6875rem; }
#Ixsfou1D3CFGsuO5t3xmwIMnqUehT9Wn { display:block;width:12.4375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.5rem;left:5.3125rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Ixsfou1D3CFGsuO5t3xmwIMnqUehT9Wn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ixsfou1D3CFGsuO5t3xmwIMnqUehT9Wn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#TkktkySnn4aWNtnhtw6xqL3qVOLZ9Dbl { display:block;width:15.75rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.099227905274rem;left:5.25rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#TkktkySnn4aWNtnhtw6xqL3qVOLZ9Dbl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TkktkySnn4aWNtnhtw6xqL3qVOLZ9Dbl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#oyCTnpWn4KOFmsKuzMpVkZB8bxmFmO9p { display:block;width:14rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.580623626709rem;left:5.3112525939941rem;height:3.89915rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#oyCTnpWn4KOFmsKuzMpVkZB8bxmFmO9p li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oyCTnpWn4KOFmsKuzMpVkZB8bxmFmO9p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#USTSApfFBBPqm1NBGxRRFUJmBHgp93MH { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.541873931885rem;left:5.3112525939941rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#USTSApfFBBPqm1NBGxRRFUJmBHgp93MH li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#USTSApfFBBPqm1NBGxRRFUJmBHgp93MH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#PhxoB21s3SzIDWc3GBfeRiZJXN6czKsG { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.0625rem;left:5.3125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#PhxoB21s3SzIDWc3GBfeRiZJXN6czKsG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PhxoB21s3SzIDWc3GBfeRiZJXN6czKsG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#qwtO52MvlSXpl3T8M46U8vael2Wvn9tA { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.662109375rem;left:5.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#qwtO52MvlSXpl3T8M46U8vael2Wvn9tA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qwtO52MvlSXpl3T8M46U8vael2Wvn9tA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#TzhGKhvONLGrmOrlPLOg1DRbQTXyWKEU { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17.2998046875rem;left:5.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#TzhGKhvONLGrmOrlPLOg1DRbQTXyWKEU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TzhGKhvONLGrmOrlPLOg1DRbQTXyWKEU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#wDDT0MdpZz0ddsMS0ccFcQHKAkE2myRk { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.9873046875rem;left:5.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#wDDT0MdpZz0ddsMS0ccFcQHKAkE2myRk li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#wDDT0MdpZz0ddsMS0ccFcQHKAkE2myRk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#sCnsphaLyoC6Fao7Uh20JpK4oksVm34p { position:absolute;display:block;z-index:15009;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:30.75rem;width:31.375rem;top:1.125rem;left:40.5625rem;display:block; }
#LQoTbF7Z8vOATq2NZOpl4ORAWgXhv9N1 { box-sizing:content-box;height:16.75rem;width:17.1875rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/65657192-cf3a-4e94-b035-60a0818cb5e2/lightpulse.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.25rem;left:54.8125rem;display:block; }#LQoTbF7Z8vOATq2NZOpl4ORAWgXhv9N1.adaptive-delivery-prevent-bg, #LQoTbF7Z8vOATq2NZOpl4ORAWgXhv9N1.lazyload, #LQoTbF7Z8vOATq2NZOpl4ORAWgXhv9N1.lazyloading { background-image: none; }
#gkDStdzgZlGsks1ovvotPZJHaebU3ZB2 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -moz-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -ms-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -o-linear-gradient(90deg, #862a6b, #b85c8f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );";background-image: linear-gradient(90deg, #862a6b, #b85c8f);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: 0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:27.25rem;left:48.1875rem;display:block; }
#dWccA49ZR8G2WmNl51NX5wHAN1TSQeCL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P7zn9QsUl8OITGwJP4MxHHVVBFCnqZpe { display:block;width:12.75rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.0625rem;left:42.8125rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#P7zn9QsUl8OITGwJP4MxHHVVBFCnqZpe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P7zn9QsUl8OITGwJP4MxHHVVBFCnqZpe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#gMTmKGh6TI54M98JSvZbBnR5PEtL99VW { display:block;width:12.25rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:11.25rem;left:42.8125rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#gMTmKGh6TI54M98JSvZbBnR5PEtL99VW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gMTmKGh6TI54M98JSvZbBnR5PEtL99VW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#FGkHtNqRBr9Sl2MVDV97Hz59OnoaAUvD { display:block;width:12.4375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.3125rem;left:42.8125rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#FGkHtNqRBr9Sl2MVDV97Hz59OnoaAUvD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FGkHtNqRBr9Sl2MVDV97Hz59OnoaAUvD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#VVSxhfDJWH1av2J7TsB3JuoTNFAaxq3l { display:block;width:12.25rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:17.6875rem;left:42.8125rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#VVSxhfDJWH1av2J7TsB3JuoTNFAaxq3l li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#VVSxhfDJWH1av2J7TsB3JuoTNFAaxq3l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#pl76A1uB13Z7ezTm6rguV5PFiRZBUXT5 { display:block;width:15.3125rem;position:absolute;font-family:kumbh;font-size:2.4375rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:3rem;left:42.75rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xGcg4b8LG04qgyHiGcz9KP7hfbamDb9d { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:3.375rem;left:57.5rem;display:block; }
#lqx2of0UbFDZ43ZyKGuAXnCoPkXW5SJw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vRKEXPBTyx1fGqRkn1Q240I4vdCPBrrQ { color:#1d1d1d;display:block;width:6.5rem;position:absolute;font-family:kumbh;font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:4rem;left:59.75rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b3mxvi8sE4ftU9OakisvbF888EDxE19b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:3.9375rem;left:58.5625rem; }
#nmo3pZwCRSHpZOUqR3To6Wywa6hIIrvi { display:block;width:10.5rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:21.1611328125rem;left:42.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#nmo3pZwCRSHpZOUqR3To6Wywa6hIIrvi li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#nmo3pZwCRSHpZOUqR3To6Wywa6hIIrvi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#XUPo6aZFrEesuzRLnhsH0o3mLcoxHqPJ { position:relative;display:block; }#XUPo6aZFrEesuzRLnhsH0o3mLcoxHqPJ { background-color: transparent; background-image: none; }#XUPo6aZFrEesuzRLnhsH0o3mLcoxHqPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUPo6aZFrEesuzRLnhsH0o3mLcoxHqPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUPo6aZFrEesuzRLnhsH0o3mLcoxHqPJ > .row .container > .video-iframe-container { display: none; }#XUPo6aZFrEesuzRLnhsH0o3mLcoxHqPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUPo6aZFrEesuzRLnhsH0o3mLcoxHqPJ > .row > .video-iframe-container { display: none; }#XUPo6aZFrEesuzRLnhsH0o3mLcoxHqPJ > .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); }#XUPo6aZFrEesuzRLnhsH0o3mLcoxHqPJ { border-width: 0; border-radius: 0; }#XUPo6aZFrEesuzRLnhsH0o3mLcoxHqPJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XUPo6aZFrEesuzRLnhsH0o3mLcoxHqPJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BRcPBRHkpSqJbx9N7pyabhcmvEcsD7LL { color:#1d1d1d;display:block;width:75rem;position:absolute;font-family:kumbh;font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.099609375rem;left:0rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i5H2TUmdTMEOimsnMe2OT69c8Vyf68fq { position:relative;display:block; }#i5H2TUmdTMEOimsnMe2OT69c8Vyf68fq { background-color: transparent; background-image: none; }#i5H2TUmdTMEOimsnMe2OT69c8Vyf68fq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5H2TUmdTMEOimsnMe2OT69c8Vyf68fq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5H2TUmdTMEOimsnMe2OT69c8Vyf68fq > .row .container > .video-iframe-container { display: none; }#i5H2TUmdTMEOimsnMe2OT69c8Vyf68fq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5H2TUmdTMEOimsnMe2OT69c8Vyf68fq > .row > .video-iframe-container { display: none; }#i5H2TUmdTMEOimsnMe2OT69c8Vyf68fq > .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); }#i5H2TUmdTMEOimsnMe2OT69c8Vyf68fq { border-width: 0; border-radius: 0; }#i5H2TUmdTMEOimsnMe2OT69c8Vyf68fq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#i5H2TUmdTMEOimsnMe2OT69c8Vyf68fq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ATV3BRUe4DyIVpJecsaZMDTBJTT0bDQR { position:absolute;display:block;z-index:14998;background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/uc/9e2226cd-dfa4-4ec4-a4dc-76ceb262686e/patternbglocacao.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #d8d8d8;border-left:0.125rem solid #d8d8d8;border-right:0.125rem solid #d8d8d8;border-bottom:0.125rem solid #d8d8d8;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:29.6875rem;width:31.375rem;top:1.09375rem;left:3.0625rem;display:block; }#ATV3BRUe4DyIVpJecsaZMDTBJTT0bDQR.adaptive-delivery-prevent-bg, #ATV3BRUe4DyIVpJecsaZMDTBJTT0bDQR.lazyload, #ATV3BRUe4DyIVpJecsaZMDTBJTT0bDQR.lazyloading { background-image: none; }
#Qxm4avzbgzTQstHKkQA5kMeEtoeGoSrC { display:block;width:13.5625rem;position:absolute;font-family:kumbh;font-size:2.4375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:6.4248046875rem;left:7.15625rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D6HcgfQgpGdVs64HyZA4ca5VL6ohJleD { box-sizing:content-box;height:27.375rem;width:10.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/42d2fcb5-7083-4bfc-8bd3-072e0fe02a1b/lavieen.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.09375rem;left:22rem;display:block; }#D6HcgfQgpGdVs64HyZA4ca5VL6ohJleD.adaptive-delivery-prevent-bg, #D6HcgfQgpGdVs64HyZA4ca5VL6ohJleD.lazyload, #D6HcgfQgpGdVs64HyZA4ca5VL6ohJleD.lazyloading { background-image: none; }
#fOV7iUDHVGzPrveT0LbQgXWFl9Ec0w0x { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -moz-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -ms-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -o-linear-gradient(90deg, #862a6b, #b85c8f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );";background-image: linear-gradient(90deg, #862a6b, #b85c8f);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: 0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;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:"kumba sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.625rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:25rem;left:5.40625rem;display:block; }
#hOsC4OxeiJaLOgOvBGzPGxbc7OUViuTF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u7oBMxJnCfi8s5v5uX9s2poSMmT1vXPi { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:3.375rem;left:7.1875rem;display:block; }
#KIFPoPBvvTQlRDT3sq3sRWPR7SmIDJGp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mpgy7knwChgsUVyGpD1lEcT8LC75CasJ { color:#1d1d1d;display:block;width:6.5rem;position:absolute;font-family:kumbh;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4rem;left:9.375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v58Q0mL5qbHAqWXgBIo7Ulcx0WZayOWz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:3.9375rem;left:8.1875rem; }
#SxeD0k6M6b3Smn427cT3SuG8g3VQGcM4 { display:block;width:12.4375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.875rem;left:5.3125rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#SxeD0k6M6b3Smn427cT3SuG8g3VQGcM4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SxeD0k6M6b3Smn427cT3SuG8g3VQGcM4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#eNrFvVre4d1eJ4dVBhnTbA58EmfMX9wC { display:block;width:15.1875rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.474609375rem;left:5.25rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#eNrFvVre4d1eJ4dVBhnTbA58EmfMX9wC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eNrFvVre4d1eJ4dVBhnTbA58EmfMX9wC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#AdyWXkeZl1C5rIy96GSyS4ZJeVRZhO3F { display:block;width:15.75rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18.1123046875rem;left:5.25rem;height:3.89915rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#AdyWXkeZl1C5rIy96GSyS4ZJeVRZhO3F li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AdyWXkeZl1C5rIy96GSyS4ZJeVRZhO3F li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#NiC4mxZigQKhZcMeT1THToT7XXXTpXld { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.0625rem;left:5.3125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#NiC4mxZigQKhZcMeT1THToT7XXXTpXld li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NiC4mxZigQKhZcMeT1THToT7XXXTpXld li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#rtbrdeJTbIx2JTW8VNFeb3MugObcFJ0u { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.662109375rem;left:5.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#rtbrdeJTbIx2JTW8VNFeb3MugObcFJ0u li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rtbrdeJTbIx2JTW8VNFeb3MugObcFJ0u li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#ZqPO2zBZQ8ZhBSOtGUrX9K3pwwtyfp0O { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17.2998046875rem;left:5.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#ZqPO2zBZQ8ZhBSOtGUrX9K3pwwtyfp0O li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZqPO2zBZQ8ZhBSOtGUrX9K3pwwtyfp0O li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#EIwTPFDBMfoS2xyTrdToIcyII8OcQMFC { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.9873046875rem;left:5.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#EIwTPFDBMfoS2xyTrdToIcyII8OcQMFC li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#EIwTPFDBMfoS2xyTrdToIcyII8OcQMFC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#WUwLJQil4tni2G0GD7ynRMehzCMCy2bg { position:absolute;display:block;z-index:15009;background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/uc/74f4749e-9f30-444a-899f-7b4499944d88/opsto_bc.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #d8d8d8;border-left:0.125rem solid #d8d8d8;border-right:0.125rem solid #d8d8d8;border-bottom:0.125rem solid #d8d8d8;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:29.6875rem;width:31.375rem;top:1.125rem;left:40.5625rem;display:block; }#WUwLJQil4tni2G0GD7ynRMehzCMCy2bg.adaptive-delivery-prevent-bg, #WUwLJQil4tni2G0GD7ynRMehzCMCy2bg.lazyload, #WUwLJQil4tni2G0GD7ynRMehzCMCy2bg.lazyloading { background-image: none; }
#WpoqItVJkp44w4xLfN7XqzqzlTP3VMDc { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -moz-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -ms-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -o-linear-gradient(90deg, #862a6b, #b85c8f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );";background-image: linear-gradient(90deg, #862a6b, #b85c8f);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: 0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;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:"kumba sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:25rem;left:57.1875rem;display:block; }
#gqBHZuSFAAlLIb0J2LtQs5uON2ssAc5G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WIO9rN8aJnJhynIepav5Ps6Z4tCoG6gr { display:block;width:11.0625rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:10.875rem;left:58.874378204346rem;height:7.7983125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NmhKiQ6pJmXzViG1tEAuK3nHv8DKt1Tk { display:block;width:11.3125rem;position:absolute;font-family:kumbh;font-size:2.4375rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:6.38671875rem;left:58.875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dmzxZ3sxsUPA4zZJf4Bve3y1Euh3UT4k { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:3.375rem;left:58.875rem;display:block; }
#om8QERsPxB48kXxHJU9VFULsSf0Id5TC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DQHIRhAxZ7iyFS1Csdrq8wKrBWpC36Sx { color:#1d1d1d;display:block;width:6.5rem;position:absolute;font-family:kumbh;font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:4rem;left:61.125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RIQ8ciHAPTp1TsvSKikOGpI9xWW4W9Xo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:3.9375rem;left:59.9375rem; }
#iFDi7KXTLTqN1vD6wsvyxKOJwfkPkzeb { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:13.8125rem;top:4.7617191314698rem;left:42.036493269435rem;overflow:hidden;display:block; }
#bQ7D7rQ3TEHVmrWg479ygxsmTaCpDk9k { position:relative;display:block; }#bQ7D7rQ3TEHVmrWg479ygxsmTaCpDk9k { background-color: transparent; background-image: none; }#bQ7D7rQ3TEHVmrWg479ygxsmTaCpDk9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQ7D7rQ3TEHVmrWg479ygxsmTaCpDk9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQ7D7rQ3TEHVmrWg479ygxsmTaCpDk9k > .row .container > .video-iframe-container { display: none; }#bQ7D7rQ3TEHVmrWg479ygxsmTaCpDk9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQ7D7rQ3TEHVmrWg479ygxsmTaCpDk9k > .row > .video-iframe-container { display: none; }#bQ7D7rQ3TEHVmrWg479ygxsmTaCpDk9k > .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); }#bQ7D7rQ3TEHVmrWg479ygxsmTaCpDk9k { border-width: 0; border-radius: 0; }#bQ7D7rQ3TEHVmrWg479ygxsmTaCpDk9k > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bQ7D7rQ3TEHVmrWg479ygxsmTaCpDk9k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PNtqnWuzTGVugyDFMoJ8PPwMPGAC2kKB { position:absolute;display:block;z-index:14998;background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/uc/9e2226cd-dfa4-4ec4-a4dc-76ceb262686e/patternbglocacao.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #d8d8d8;border-left:0.125rem solid #d8d8d8;border-right:0.125rem solid #d8d8d8;border-bottom:0.125rem solid #d8d8d8;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:29.6875rem;width:31.375rem;top:1.09375rem;left:3.0625rem;display:block; }#PNtqnWuzTGVugyDFMoJ8PPwMPGAC2kKB.adaptive-delivery-prevent-bg, #PNtqnWuzTGVugyDFMoJ8PPwMPGAC2kKB.lazyload, #PNtqnWuzTGVugyDFMoJ8PPwMPGAC2kKB.lazyloading { background-image: none; }
#wuiW3xpN7lug9TNhotM1R0ggNbXn8n6E { display:block;width:12.9375rem;position:absolute;font-family:kumbh;font-size:2.4375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:7.0492248535156rem;left:5.28125rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZSTHG5ddSMG7Xo4HZvbo6JUaKVO23mFM { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -moz-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -ms-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -o-linear-gradient(90deg, #862a6b, #b85c8f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );";background-image: linear-gradient(90deg, #862a6b, #b85c8f);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: 0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;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:"kumba sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.625rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:25rem;left:5.40625rem;display:block; }
#R3XzTZszFx58xHHQvzuvIy8IJo3SUqKl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NvbCCTA7RsDQqqPoUO6U7TmsfGOEFO4m { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:3.375rem;left:5.4375rem;display:block; }
#KhtuErg7U5l4UOIDbTpeHeTawDi8pyCP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#egrG3540fiLXHgoTB9qXu1lqUNTGHGHr { color:#1d1d1d;display:block;width:6.5rem;position:absolute;font-family:kumbh;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4rem;left:7.625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tf5JVgf8oSTNWhlGfxqdGQVaLq9nXlzf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:3.9375rem;left:6.4375rem; }
#aDJCsKLsIpcHg2rHMB3ao2hmCzeNxain { display:block;width:15.8125rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.3125rem;height:11.6974375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h6gUyfwGf9NeqQmSR6SiSXNoL4IwAua3 { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.0625rem;left:5.3125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#h6gUyfwGf9NeqQmSR6SiSXNoL4IwAua3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h6gUyfwGf9NeqQmSR6SiSXNoL4IwAua3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#UJ7rMUdQUwU7yy10sDk18Ay6CrlgfoFi { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.662109375rem;left:5.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#UJ7rMUdQUwU7yy10sDk18Ay6CrlgfoFi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UJ7rMUdQUwU7yy10sDk18Ay6CrlgfoFi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#xEq91dlIinOnpkQbeRrdTA8giTtv1rn6 { display:block;width:9.9375rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17.2998046875rem;left:5.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#xEq91dlIinOnpkQbeRrdTA8giTtv1rn6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xEq91dlIinOnpkQbeRrdTA8giTtv1rn6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#TX3Ofs2n2AcCsgL3N5hSB1dvblqHeFnE { position:absolute;display:block;z-index:15009;background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/uc/74f4749e-9f30-444a-899f-7b4499944d88/opsto_bc.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #d8d8d8;border-left:0.125rem solid #d8d8d8;border-right:0.125rem solid #d8d8d8;border-bottom:0.125rem solid #d8d8d8;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:29.6875rem;width:31.375rem;top:1.125rem;left:40.5625rem;display:block; }#TX3Ofs2n2AcCsgL3N5hSB1dvblqHeFnE.adaptive-delivery-prevent-bg, #TX3Ofs2n2AcCsgL3N5hSB1dvblqHeFnE.lazyload, #TX3Ofs2n2AcCsgL3N5hSB1dvblqHeFnE.lazyloading { background-image: none; }
#TgQ4I2q2qwFCciM7X97b0M6tl0vwfGva { box-sizing:content-box;height:27.375rem;width:10.9375rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/7b078da6-80d8-4b16-afe4-c7f641332d56/bhs156.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.78125rem;left:43rem;display:block; }#TgQ4I2q2qwFCciM7X97b0M6tl0vwfGva.adaptive-delivery-prevent-bg, #TgQ4I2q2qwFCciM7X97b0M6tl0vwfGva.lazyload, #TgQ4I2q2qwFCciM7X97b0M6tl0vwfGva.lazyloading { background-image: none; }
#Sidl3G2gOawFbIkOxE4ThN07LDzabIsN { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -moz-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -ms-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -o-linear-gradient(90deg, #862a6b, #b85c8f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );";background-image: linear-gradient(90deg, #862a6b, #b85c8f);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: 0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;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:"kumba sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:25rem;left:57.1875rem;display:block; }
#vLNcS3FPCmSzPAL1dmdGapZMoXRSSKP1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d23bkwoC9aStuZm5Jz9hwbqwgQWZL09q { display:block;width:13rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:11.125rem;left:57.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#d23bkwoC9aStuZm5Jz9hwbqwgQWZL09q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d23bkwoC9aStuZm5Jz9hwbqwgQWZL09q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#fpr7uDD4hvytARBiy9kPOWaoBRooAWhP { display:block;width:13rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:15.5rem;left:57.1875rem;height:3.89915rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#fpr7uDD4hvytARBiy9kPOWaoBRooAWhP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fpr7uDD4hvytARBiy9kPOWaoBRooAWhP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#VUIPpm0fltEWx4D4ehGBMagHtRQFrphT { display:block;width:13.5rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.85546875rem;left:57.1875rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#VUIPpm0fltEWx4D4ehGBMagHtRQFrphT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VUIPpm0fltEWx4D4ehGBMagHtRQFrphT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#wNbf0AO0l4Cr8ATWgnySukkkkP6tbzNz { display:block;width:11.375rem;position:absolute;font-family:kumbh;font-size:2.4375rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:6.38671875rem;left:58.8125rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FXeWTssI4xIJUkCbo3ZEwCc7crkH6Tm4 { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:3.375rem;left:58.8125rem;display:block; }
#xG5GkvwMZgZxHJ7kafMAvJzLvmTkUitA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wxx5reEqwGGvKqpd2kwfGkJUWrGLbbXg { color:#1d1d1d;display:block;width:6.5rem;position:absolute;font-family:kumbh;font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:4rem;left:61.0625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F6lHSVrMvBdpuPnOTfss16Szuz8Qyn72 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:3.9375rem;left:59.875rem; }
#vNQRWRE78AgDBI2oWMEDeVLoTtrdmdbt { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#zkFXc1h61aJqvJt1aeodbLzHCAJGioVA { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ZyTDk4TZA27KgHFgiIT8OIuFDrdPOMBL { position:absolute;display:block;z-index:15066;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:15.4375rem;top:2.8075007629395rem;left:18.129556186387rem;overflow:hidden;display:block; }
#B2siK81u2D66TQ6qksE10v1M7NCbseGT { position:relative;display:block; }#B2siK81u2D66TQ6qksE10v1M7NCbseGT { background-color: transparent; background-image: none; }#B2siK81u2D66TQ6qksE10v1M7NCbseGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2siK81u2D66TQ6qksE10v1M7NCbseGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2siK81u2D66TQ6qksE10v1M7NCbseGT > .row .container > .video-iframe-container { display: none; }#B2siK81u2D66TQ6qksE10v1M7NCbseGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2siK81u2D66TQ6qksE10v1M7NCbseGT > .row > .video-iframe-container { display: none; }#B2siK81u2D66TQ6qksE10v1M7NCbseGT > .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); }#B2siK81u2D66TQ6qksE10v1M7NCbseGT { border-width: 0; border-radius: 0; }#B2siK81u2D66TQ6qksE10v1M7NCbseGT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#B2siK81u2D66TQ6qksE10v1M7NCbseGT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dVFTxvL39QwGaJdTwW9xioGk5kXrmihl { position:absolute;display:block;z-index:14998;background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/uc/9e2226cd-dfa4-4ec4-a4dc-76ceb262686e/patternbglocacao.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #d8d8d8;border-left:0.125rem solid #d8d8d8;border-right:0.125rem solid #d8d8d8;border-bottom:0.125rem solid #d8d8d8;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:29.6875rem;width:69.3125rem;top:1.96875rem;left:2.71875rem;display:block; }#dVFTxvL39QwGaJdTwW9xioGk5kXrmihl.adaptive-delivery-prevent-bg, #dVFTxvL39QwGaJdTwW9xioGk5kXrmihl.lazyload, #dVFTxvL39QwGaJdTwW9xioGk5kXrmihl.lazyloading { background-image: none; }
#EQiDW233CWSKaruaB8qxNWKUP8kq62Ez { box-sizing:content-box;height:27.375rem;width:23.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/177f7ec4-ad23-4814-b8b8-692cf1990584/baixados.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.25rem;left:44.9375rem;display:block; }#EQiDW233CWSKaruaB8qxNWKUP8kq62Ez.adaptive-delivery-prevent-bg, #EQiDW233CWSKaruaB8qxNWKUP8kq62Ez.lazyload, #EQiDW233CWSKaruaB8qxNWKUP8kq62Ez.lazyloading { background-image: none; }
#tHc7DCeOQHQU3IKC27PHF9GdsSiT3opy { display:block;width:34.6875rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18.125rem;left:7.8125rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#tHc7DCeOQHQU3IKC27PHF9GdsSiT3opy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tHc7DCeOQHQU3IKC27PHF9GdsSiT3opy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#nlZNT4Leg9fAS37FxIHkeGFiFxqxAxTF { display:block;width:34.6875rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.875rem;left:7.8125rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#nlZNT4Leg9fAS37FxIHkeGFiFxqxAxTF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nlZNT4Leg9fAS37FxIHkeGFiFxqxAxTF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#Sx8dih0l6BNM4hqtZCeo25Zumt2WkPcn { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -moz-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -ms-linear-gradient(90deg, #862a6b, #b85c8f);background-image: -o-linear-gradient(90deg, #862a6b, #b85c8f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a6b', endColorstr='#b85c8f' );";background-image: linear-gradient(90deg, #862a6b, #b85c8f);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: 0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:25.84375rem;left:7.8125rem;display:block; }
#mTcVE8NCTwOJqSwDGO5IALGnpDw02q6h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H0NgcLNfPBloaDnMbxUmUzAH2CMfqbz9 { display:block;width:34.6875rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.6875rem;left:7.875rem;height:1.29971875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#H0NgcLNfPBloaDnMbxUmUzAH2CMfqbz9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H0NgcLNfPBloaDnMbxUmUzAH2CMfqbz9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#x8rrm6tI8akq6xyFJvk0zDyr214b7xMo { display:block;width:23.3125rem;position:absolute;font-family:kumbh;font-size:2.4375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:7.5625rem;left:7.8125rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#okDtXuoM9CoXAl9b8BmCDRh0n7wZMrIc { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:"kumba sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:4.5rem;left:7.8125rem;display:block; }
#OQTxVz44XUmZZ18KUhz79S9mTTCrnJ4e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rDwpLKpRWUHwcMAbbxIW0SmWcO5J8oQC { color:#1d1d1d;display:block;width:6.5rem;position:absolute;font-family:kumbh;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.125rem;left:10rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B4basUsDROgBuOCfPCBbFwoJHXVsM5Sh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:5.0625rem;left:8.8125rem; }
#uKbfv1xP12qvt0TPawDpKwX3gWm5Hh4r { display:block;width:34.6875rem;position:absolute;font-family:kumbh;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.625rem;left:7.8125rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#uKbfv1xP12qvt0TPawDpKwX3gWm5Hh4r li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uKbfv1xP12qvt0TPawDpKwX3gWm5Hh4r li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#85296b;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; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { background-color: transparent; background-image: none; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container > .video-iframe-container { display: none; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row > .video-iframe-container { display: none; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .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); }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { border-width: 0; border-radius: 0; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#so6u2FXu3OrbLu5mSSKVVOO6AQTDif1H { display:block;width:18rem;position:absolute;font-family:kumbh;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.515625rem;left:57rem;height:1.21875rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;display:block; }
#gBSaLL4zhmoR3427PnskSKAX1HXHAVRo { display:block;width:6.125rem;position:absolute;font-family:kumbh;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.515625rem;left:1.3125rem;height:1.21875rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;display:block; }
#FNRADmlN1tU2Mu7OhZcsJN2XFNcu5zV0 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.5rem;left:7.53125rem; }
#FNRADmlN1tU2Mu7OhZcsJN2XFNcu5zV0 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#aWLn4Tk17uN7kAkrKVyeCCb1nVlybXBi { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.5rem;left:9.15625rem; }
#aWLn4Tk17uN7kAkrKVyeCCb1nVlybXBi > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#BMQ1yaz09IXiet9hQWiVLmQIelZ2AIz2 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.5rem;left:11.03125rem; }
#lLaGpoXQRzL4IxQCTMiV5wXdH4xB0GLA { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:6.625rem;top:1.5rem;left:34.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #emKKgTTrwhgiwIAp807IztSXkqbHs4Tw { display:block; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxBqDqOt7EiaSMcIc5J5TBZa97lJlkOc { width:14.375rem;height:1.9375rem;top:2.4375rem;left:33.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1s2KdLR8sckFn8TaAwsyZbmdXqWNEd2 { width:9rem;height:4.4375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkA06FNLei6Vf3J1nU9TawSt9why8TnU { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2kblvFa1OzeNewTvxA5Sg6iJ1sbhqgS { width:16.875rem;height:3.4375rem;top:1.1875rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z { display:block; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUQcJ2aqghXJRgK6TalSCoefzN478A8T { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPAts9IiTvkaQ4R7tAmMPoD5JzWUeF6t { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3XIHGTqoypBrQfD5Lcmg0xU9LLT4sMZ { width:16.875rem;height:3.4375rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHC8EbsQHmLm3nTnTLTTr2yibGh1ZMF5 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mag5xKa0XZ5DK9CoLsTlVoZ6hNQEWuHT { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVrsnSfWr3MRCRdiPMpdrDBCS1VMQSiI { width:42.1875rem;height:41rem;top:5.375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX { display:block; }#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btLkFCeMuMli7IJ9G8isLJdn4Qh76CZd { width:47.75rem;height:3.125rem;top:5.3125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENpZyWXeIApATT0GdfLUENrT50fW1TBN { display:block; }#ENpZyWXeIApATT0GdfLUENrT50fW1TBN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zappnzNBbpx1QKuVNeJ48bLMZh64ZSp2 { width:31.375rem;height:30.75rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #adeGzdxIl4V4x4UCL8FwaS0ceHMSFHeL { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDtMC8VKf1QZ3Pr64htEaJnWwXXLoBBg { width:18.25rem;height:20.0625rem;top:8.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnH3ksOsdPTMw1E2mmEJdZFH0uABOcS1 { width:16.0625rem;height:2.625rem;top:27.25rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqCP6hh4xG02IwoIuS5xZf2HHpJCJnP2 { display:block; }
 }@media only screen and (max-width: 763px) { #dt0DD8WVbytSHh2BZgyyUyWDmMXSaupa { width:9.9375rem;height:2.125rem;top:3.375rem;left:13.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxPQPx02lu0pk4E8V4grbORFldmy53i3 { display:block; }
 }@media only screen and (max-width: 763px) { #hePAcJ6Lwkb5vETAi4QuJbEdC8IE8zIC { width:6.5rem;height:1rem;top:3.9375rem;left:15.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7JXI4x9tmi7OOsKOJGMBlOkBG4dnV0c { width:1rem;height:1rem;top:3.9375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPdPDHDiaaCPHfJADr9AsgXPBAJGsfFd { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#fPdPDHDiaaCPHfJADr9AsgXPBAJGsfFd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #ugeAwIgavzpphE36xT2JWq4q0QFDWk7n { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#ugeAwIgavzpphE36xT2JWq4q0QFDWk7n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #sN15S0U27ILOflKaBT9szxDRkL9sZZpF { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#sN15S0U27ILOflKaBT9szxDRkL9sZZpF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #vMVqD28MZk7H1TWe1PxaMbRlIgQgKtmT { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#vMVqD28MZk7H1TWe1PxaMbRlIgQgKtmT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #Ks1StA86DuIESTDTnFUQwzu3pzfNIznk { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#Ks1StA86DuIESTDTnFUQwzu3pzfNIznk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #TcyWPMuTcW3tCpdxqbckfH5lCi4duryB { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#TcyWPMuTcW3tCpdxqbckfH5lCi4duryB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #ad1InNMldsBG8vWGZRgPz2k5sRTWySr0 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#ad1InNMldsBG8vWGZRgPz2k5sRTWySr0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #T3VrXoKzvIqDL8tkWsCFDd8xHWLR0ITR { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#T3VrXoKzvIqDL8tkWsCFDd8xHWLR0ITR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #DROAx8KdMKKGBH724PqfUQTu0EME08OW { width:31.375rem;height:30.75rem;top:1.125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8ir7cwblbat820ZaNtLbTER7wclXx77 { width:18.25rem;height:16.75rem;top:8.25rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSrxlhbltDJTaDP3SJ9p3FvyHLX5dbsF { width:16.0625rem;height:2.625rem;top:27.25rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1TPWakKVCCaMUafrgGSRw7OvzVTzQeT { display:block; }
 }@media only screen and (max-width: 763px) { #KUXuWT8R8MfSQf4kMw98qUt1VrRtI9cT { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#KUXuWT8R8MfSQf4kMw98qUt1VrRtI9cT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #RIDQBkS63gqeFCKlJof6aTSBAOm7082d { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#RIDQBkS63gqeFCKlJof6aTSBAOm7082d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #BOSvuad3w3nLHSQp7opSTGwLm8zMtkko { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#BOSvuad3w3nLHSQp7opSTGwLm8zMtkko li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #Wcnp1wwshTttCk1fqhp9B7kGTTwOdMvT { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#Wcnp1wwshTttCk1fqhp9B7kGTTwOdMvT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #oJyf8zXpcl4ubllx40ZMbu9XDpwJuZoA { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV54STFC8oTJbEf6sHZPPrMxUs2fswp5 { width:9.9375rem;height:2.125rem;top:3.375rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn8ESOwrNaDPdkK0T4Dz6VTJ45nMBRh6 { display:block; }
 }@media only screen and (max-width: 763px) { #WNCp8UKi8uqN1rJN1px4HEtzg05l2yL2 { width:6.5rem;height:0.9375rem;top:4rem;left:39.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbM2fALopSs2QbBSHt3oBcDlmGpp9JpD { width:1rem;height:1rem;top:3.9375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ingtSeIya4J2ifWU53WQEvHzQL8z6UJc { display:block; }#ingtSeIya4J2ifWU53WQEvHzQL8z6UJc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCztKRtxF65t2CsMabN4m7rt4DA9eBIT { width:31.375rem;height:30.75rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQBT2OMH3OFU4Km2bTmtf1XJVx1azqxL { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJT6IqWQfaP8Gurgx2xH84Zik4bvXe9d { width:16.0625rem;height:2.625rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSSvzv2l1pMPBFgoI0hH3bDt0LVubGzL { display:block; }
 }@media only screen and (max-width: 763px) { #olrq21e1oswEaDgGxZDDShMcgEywXK7T { width:9.9375rem;height:2.125rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO5UDAhZ6EMtBpQPhRwSPmiDZM9JClhr { display:block; }
 }@media only screen and (max-width: 763px) { #UmWEKtIgPuKd0xxvU8MMbLS2u3nxsIGB { width:6.5rem;height:1rem;top:4.8125rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNP0b8VApc7gKKMBcBcL41RI7gRmesod { width:1rem;height:1rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKzZppFC5eWmQiTqTHzbeNw1fvLfgoV8 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mICCub0DrZwG7V20bxqqLgvLMb3iyqgb { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#mICCub0DrZwG7V20bxqqLgvLMb3iyqgb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #QI97QTpK0HylGAL52A1gwROihbsWsZa8 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#QI97QTpK0HylGAL52A1gwROihbsWsZa8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #JDDTKPTD8RmXvhE3DTUdyfM2OCqSLRQ5 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#JDDTKPTD8RmXvhE3DTUdyfM2OCqSLRQ5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #xkOi7cTTxdo8WxpoHU7OacOgiKl1WTHE { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#xkOi7cTTxdo8WxpoHU7OacOgiKl1WTHE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #RtAnPX96rcRz7FnBi0tH12276gUy5EoK { width:31.375rem;height:30.75rem;top:1.125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTTCJRhN71kWx9bfUVW2Qgvvcd9azQxS { width:16.0625rem;height:2.625rem;top:27.75rem;left:28.280628204346rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUIVnbUzAsel2zeOkkbpLK1RRlCtXVif { display:block; }
 }@media only screen and (max-width: 763px) { #W2l5uogSHgGAs9zZuL1S48RKDih16L9T { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFIDnXEwBm7X3mtVPvsJ77ItKsCEmDB5 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x28pO4AqTxl4gpTzM7qLi2IOtPaUWh4y { width:9.8125rem;height:2rem;top:2.625rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6658zVSkpyKu33mmLoKRcAn6DHIFGFn { display:block; }
 }@media only screen and (max-width: 763px) { #tM5xSHmswq503WT18asroRKPc39U1d9G { width:6.5rem;height:0.9375rem;top:3.25rem;left:33.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CECgVAzARiZLBS7cDqNssp1DWrmFmEZr { width:1rem;height:1rem;top:3.1875rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsq8J4Khu78Z0pSlP70uX1oyaNEQTrAw { width:15.0625rem;height:28.4375rem;top:3.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAgB2gcUXxq9BHwzeEgwK3UNG3235opI { width:21rem;height:15.5rem;top:14rem;left:25.311878204346rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqvo2N5TCOk8uW5WXwhqqQU45wckL484 { display:block; }#vqvo2N5TCOk8uW5WXwhqqQU45wckL484 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coshQMn0wrHoyLSsQBncXL5m2BEhh1xB { width:31.375rem;height:30.75rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT4MK9VHwpMnKpXJafTgqUE7R2AD87zk { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHdCOrVth0kmGuAzm5HuexlzVPTyHUW8 { width:18.25rem;height:20.0625rem;top:7.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJlIJVPkSym2zfVq1DopTowd6fHBBFKh { width:16.0625rem;height:2.625rem;top:27.25rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0IakoRo9H0TinTNc9DryRGCveXPzHtI { display:block; }
 }@media only screen and (max-width: 763px) { #eAVTqcBKaR4l77555fmE6Efw5ihcsqlT { width:9.9375rem;height:2.125rem;top:3.375rem;left:13.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXeoOmwBJIT7bvTpRV0GL0W96fmFDMEI { display:block; }
 }@media only screen and (max-width: 763px) { #Tw909XbiMPGfzAZpUrynv94Pchu2F34M { width:6.5rem;height:1rem;top:3.9375rem;left:15.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqx3gtORPDPUxh6pq4onTkPvhT1Ktwn7 { width:1rem;height:1rem;top:3.9375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #olKGq3R0LhqEx72zMtZlHrfflFJB45J4 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#olKGq3R0LhqEx72zMtZlHrfflFJB45J4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #SrrFTzzVApybnTQ3kOtfwU0n55bbdZk0 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#SrrFTzzVApybnTQ3kOtfwU0n55bbdZk0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #Ee1tkBlx8EhAfZaoP4NsdhWOw0nMlhpx { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#Ee1tkBlx8EhAfZaoP4NsdhWOw0nMlhpx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #c8ZIvZeyTnDXbu6xTMaM1l64VZbNPp1o { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#c8ZIvZeyTnDXbu6xTMaM1l64VZbNPp1o li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #BklaP6Gv6pEf4E9P52tals25zyqSykA1 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#BklaP6Gv6pEf4E9P52tals25zyqSykA1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #rJe3LaohR54k3TnXWWQH7qCMemJxGzUd { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#rJe3LaohR54k3TnXWWQH7qCMemJxGzUd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #HvEzba9Z9DLJJzDqGtwZ6ymiQMlkk00M { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#HvEzba9Z9DLJJzDqGtwZ6ymiQMlkk00M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #ZedgGCOFal2yBoddfsp6HtIst59n8X0P { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#ZedgGCOFal2yBoddfsp6HtIst59n8X0P li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #IwywVMqrWf9LIPvWr3E2W5KrTnVJ2hLu { width:31.375rem;height:30.75rem;top:1.125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKSv61uETZEQHFNqCJcm9lulaiBlOaKA { width:18.25rem;height:16.75rem;top:8.25rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJccKJJz9Oy77bGeV6KG04sA8qnED2NQ { width:16.0625rem;height:2.625rem;top:27.25rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJrHua5HPf5bUPDVUmuzF5ETWDc85URF { display:block; }
 }@media only screen and (max-width: 763px) { #T6tSkkub1wL3hIGXWVQM10IAqL2lqnAJ { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#T6tSkkub1wL3hIGXWVQM10IAqL2lqnAJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #S6VSLU2f1drcZn1Wo9AhvXLyzkrgEKeV { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#S6VSLU2f1drcZn1Wo9AhvXLyzkrgEKeV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #rBfQdKBRLcCo8etcBuHWQGNzbtD1beMw { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#rBfQdKBRLcCo8etcBuHWQGNzbtD1beMw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #iHVAMpZ0Tr7h7eBygyknElgiciOpPidC { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#iHVAMpZ0Tr7h7eBygyknElgiciOpPidC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #dLzfpHp2pCs5dMlLvzhivFmOdPwPz8nF { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7ygrCZU81CHHNKZ8Bnyyg4zElnVbvNK { width:9.9375rem;height:2.125rem;top:3.375rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEUX4hXK3gtS2bvg6pgEPGK4OXCfoOcH { display:block; }
 }@media only screen and (max-width: 763px) { #VhXs2a3BbG4iedpFswmgtxMGDklSr4df { width:6.5rem;height:0.9375rem;top:4rem;left:39.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMqdoGAaShSRQmlGR820XxDwg3XzmPAy { width:1rem;height:1rem;top:3.9375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaTsGfWfxvUXG39ACBWvWsyhT35EDFKc { display:block; }#IaTsGfWfxvUXG39ACBWvWsyhT35EDFKc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oAH5Fxn0O3NgnhPNPwNTvOJASkbCWivS { width:31.375rem;height:30.75rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxzJftifwaRvM3xcGTWNNaQomHWTNNBr { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI8GqZfeCqS66uCHofFWkw2XLTLEL80A { width:17.75rem;height:18.375rem;top:7.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9KOJ8fpEDEAXNgfe1GyGEpMZAhwDXck { width:16.0625rem;height:2.625rem;top:27.25rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbkMTUGT8v8uDIJy8MhR8cl9Tv9roULH { display:block; }
 }@media only screen and (max-width: 763px) { #CCAEhNNxBNHpTQJ4BAGPKCq3gS881hEB { width:9.9375rem;height:2.125rem;top:3.375rem;left:13.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynmbaKhAs7JrnpivqUX88WWinB6HGffn { display:block; }
 }@media only screen and (max-width: 763px) { #bnadqKPn462DQhDXro2buOtEwcqAP0Vg { width:6.5rem;height:1rem;top:3.9375rem;left:16.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXzVcugmJUUOwuinftLzbXTxGXDvzukq { width:1rem;height:1rem;top:3.9375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzTHrTGfLDe1FBgbTq4ZaRM1TOT6Qzum { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#AzTHrTGfLDe1FBgbTq4ZaRM1TOT6Qzum li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #WgOVvX9KKTNTSHLhxu5TAyb73nWnkux8 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#WgOVvX9KKTNTSHLhxu5TAyb73nWnkux8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #g4K91q8ywrMuAmDusVsOb0nuqxIDq9RE { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#g4K91q8ywrMuAmDusVsOb0nuqxIDq9RE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #GXl6vxET529oJqttiiGVH9Dqsg6Leg0z { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#GXl6vxET529oJqttiiGVH9Dqsg6Leg0z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #BAMVz1ZDiTT4apWgTxXAmhrKDa2sSMXs { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#BAMVz1ZDiTT4apWgTxXAmhrKDa2sSMXs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #MJoBGpqBdIbcxc9JQwqDqHrnFTFap6JM { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#MJoBGpqBdIbcxc9JQwqDqHrnFTFap6JM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #cEpDJCec0etMqr5XqFfv5kTDzqOqU5aT { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#cEpDJCec0etMqr5XqFfv5kTDzqOqU5aT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #TARORxdFqcRLeOrVQ4THvtvobybEZWlg { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#TARORxdFqcRLeOrVQ4THvtvobybEZWlg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #g2owmks73anKrp1stJCGTK56shLXpOlM { width:31.375rem;height:30.75rem;top:1.125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLL0UCo5Ccx90V4gw7tEOFcPTDQhoNr5 { width:17.1875rem;height:16.75rem;top:8.25rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7inKJP44J7FhtOEu0KmuwgARpF51LZD { width:16.0625rem;height:2.625rem;top:27.25rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk5ixxcWS93IF3EEuF4b1D77H8A3iIUF { display:block; }
 }@media only screen and (max-width: 763px) { #TMuaGy6dIAMakmkvvmDvo5X2d331Vfhm { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#TMuaGy6dIAMakmkvvmDvo5X2d331Vfhm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #OD9IMKoRJiHUW0IT2KcnBW85RJx8QUsa { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#OD9IMKoRJiHUW0IT2KcnBW85RJx8QUsa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #vT4950hFdQWvlUGH6Gba74rQU8TqwLT9 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#vT4950hFdQWvlUGH6Gba74rQU8TqwLT9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #MT99cvp1QWInPx477Jpq6fO3TMF75lnp { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#MT99cvp1QWInPx477Jpq6fO3TMF75lnp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #AhfhFIvaFpLG3miXPXSE81Gdek5ZUUzA { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV7riZakTLdOCx2X5kui2TlTr124zW0d { width:9.9375rem;height:2.125rem;top:3.375rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3WTJRJMkomwTggLEsa2Cz5p6DmaM6lW { display:block; }
 }@media only screen and (max-width: 763px) { #w9pvxfyTneoBKJEdufDexMMf3hh7F30z { width:6.5rem;height:0.9375rem;top:4rem;left:39.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVqamk9zlwSQ5SLWuRpzHRxNTWAve78J { width:1rem;height:1rem;top:3.9375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKiGFvTiWzTZ5SlGpH2xyWvCLwImRbQM { display:block; }#xKiGFvTiWzTZ5SlGpH2xyWvCLwImRbQM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEHdF7a1AzDQg8Z6nJtPKGu60WRsoRrC { width:31.375rem;height:30.75rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ceic8fw22lslnbrbFfiKua1uoKeWJR3H { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgVS0lOpJB8JRUrKR0TAkeCaZxi45Zi4 { width:25.6875rem;height:28.25rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0PVTBvZdECPhqILnV3J5W3wOEi350RJ { width:16.0625rem;height:2.625rem;top:27.25rem;left:3.9050025939941rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lihir0Fnm0FmvIPbTJlDgETyNO8nfium { display:block; }
 }@media only screen and (max-width: 763px) { #FxUSC1W4bEQvkx2TZgI36fqN4k1tdynS { width:9.8125rem;height:2rem;top:5.25rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nogLX1JHFLg12NUOZqUoq4DsBptgEQXS { display:block; }
 }@media only screen and (max-width: 763px) { #K5bnTOg4sQA3WFUDuO5tHT5sEkRZcif5 { width:6.5rem;height:0.9375rem;top:5.875rem;left:17.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksEbzXo1Fy6UOuKZigfgmsLZVWHaTM0T { width:1rem;height:1rem;top:5.8125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixsfou1D3CFGsuO5t3xmwIMnqUehT9Wn { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#Ixsfou1D3CFGsuO5t3xmwIMnqUehT9Wn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #TkktkySnn4aWNtnhtw6xqL3qVOLZ9Dbl { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#TkktkySnn4aWNtnhtw6xqL3qVOLZ9Dbl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #oyCTnpWn4KOFmsKuzMpVkZB8bxmFmO9p { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#oyCTnpWn4KOFmsKuzMpVkZB8bxmFmO9p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #USTSApfFBBPqm1NBGxRRFUJmBHgp93MH { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#USTSApfFBBPqm1NBGxRRFUJmBHgp93MH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #PhxoB21s3SzIDWc3GBfeRiZJXN6czKsG { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#PhxoB21s3SzIDWc3GBfeRiZJXN6czKsG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #qwtO52MvlSXpl3T8M46U8vael2Wvn9tA { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#qwtO52MvlSXpl3T8M46U8vael2Wvn9tA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #TzhGKhvONLGrmOrlPLOg1DRbQTXyWKEU { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#TzhGKhvONLGrmOrlPLOg1DRbQTXyWKEU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #wDDT0MdpZz0ddsMS0ccFcQHKAkE2myRk { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#wDDT0MdpZz0ddsMS0ccFcQHKAkE2myRk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #sCnsphaLyoC6Fao7Uh20JpK4oksVm34p { width:31.375rem;height:30.75rem;top:1.125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQoTbF7Z8vOATq2NZOpl4ORAWgXhv9N1 { width:17.1875rem;height:16.75rem;top:8.25rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkDStdzgZlGsks1ovvotPZJHaebU3ZB2 { width:16.0625rem;height:2.625rem;top:27.25rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWccA49ZR8G2WmNl51NX5wHAN1TSQeCL { display:block; }
 }@media only screen and (max-width: 763px) { #P7zn9QsUl8OITGwJP4MxHHVVBFCnqZpe { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#P7zn9QsUl8OITGwJP4MxHHVVBFCnqZpe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #gMTmKGh6TI54M98JSvZbBnR5PEtL99VW { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#gMTmKGh6TI54M98JSvZbBnR5PEtL99VW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #FGkHtNqRBr9Sl2MVDV97Hz59OnoaAUvD { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#FGkHtNqRBr9Sl2MVDV97Hz59OnoaAUvD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #VVSxhfDJWH1av2J7TsB3JuoTNFAaxq3l { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#VVSxhfDJWH1av2J7TsB3JuoTNFAaxq3l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #pl76A1uB13Z7ezTm6rguV5PFiRZBUXT5 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGcg4b8LG04qgyHiGcz9KP7hfbamDb9d { width:9.9375rem;height:2.125rem;top:3.375rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqx2of0UbFDZ43ZyKGuAXnCoPkXW5SJw { display:block; }
 }@media only screen and (max-width: 763px) { #vRKEXPBTyx1fGqRkn1Q240I4vdCPBrrQ { width:6.5rem;height:0.9375rem;top:4rem;left:39.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3mxvi8sE4ftU9OakisvbF888EDxE19b { width:1rem;height:1rem;top:3.9375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmo3pZwCRSHpZOUqR3To6Wywa6hIIrvi { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#nmo3pZwCRSHpZOUqR3To6Wywa6hIIrvi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #XUPo6aZFrEesuzRLnhsH0o3mLcoxHqPJ { display:block; }#XUPo6aZFrEesuzRLnhsH0o3mLcoxHqPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRcPBRHkpSqJbx9N7pyabhcmvEcsD7LL { width:47.75rem;height:2.0625rem;top:4.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5H2TUmdTMEOimsnMe2OT69c8Vyf68fq { display:block; }#i5H2TUmdTMEOimsnMe2OT69c8Vyf68fq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATV3BRUe4DyIVpJecsaZMDTBJTT0bDQR { width:31.375rem;height:29.6875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxm4avzbgzTQstHKkQA5kMeEtoeGoSrC { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6HcgfQgpGdVs64HyZA4ca5VL6ohJleD { width:10.9375rem;height:27.375rem;top:1.0625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOV7iUDHVGzPrveT0LbQgXWFl9Ec0w0x { width:10.875rem;height:2.625rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOsC4OxeiJaLOgOvBGzPGxbc7OUViuTF { display:block; }
 }@media only screen and (max-width: 763px) { #u7oBMxJnCfi8s5v5uX9s2poSMmT1vXPi { width:9.9375rem;height:2.125rem;top:3.375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIFPoPBvvTQlRDT3sq3sRWPR7SmIDJGp { display:block; }
 }@media only screen and (max-width: 763px) { #mpgy7knwChgsUVyGpD1lEcT8LC75CasJ { width:6.5rem;height:0.9375rem;top:4rem;left:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v58Q0mL5qbHAqWXgBIo7Ulcx0WZayOWz { width:1rem;height:1rem;top:3.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxeD0k6M6b3Smn427cT3SuG8g3VQGcM4 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#SxeD0k6M6b3Smn427cT3SuG8g3VQGcM4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #eNrFvVre4d1eJ4dVBhnTbA58EmfMX9wC { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#eNrFvVre4d1eJ4dVBhnTbA58EmfMX9wC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #AdyWXkeZl1C5rIy96GSyS4ZJeVRZhO3F { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#AdyWXkeZl1C5rIy96GSyS4ZJeVRZhO3F li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #NiC4mxZigQKhZcMeT1THToT7XXXTpXld { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#NiC4mxZigQKhZcMeT1THToT7XXXTpXld li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #rtbrdeJTbIx2JTW8VNFeb3MugObcFJ0u { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#rtbrdeJTbIx2JTW8VNFeb3MugObcFJ0u li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #ZqPO2zBZQ8ZhBSOtGUrX9K3pwwtyfp0O { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#ZqPO2zBZQ8ZhBSOtGUrX9K3pwwtyfp0O li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #EIwTPFDBMfoS2xyTrdToIcyII8OcQMFC { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#EIwTPFDBMfoS2xyTrdToIcyII8OcQMFC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #WUwLJQil4tni2G0GD7ynRMehzCMCy2bg { width:31.375rem;height:29.6875rem;top:1.125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpoqItVJkp44w4xLfN7XqzqzlTP3VMDc { width:10.875rem;height:2.625rem;top:25rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqBHZuSFAAlLIb0J2LtQs5uON2ssAc5G { display:block; }
 }@media only screen and (max-width: 763px) { #WIO9rN8aJnJhynIepav5Ps6Z4tCoG6gr { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmhKiQ6pJmXzViG1tEAuK3nHv8DKt1Tk { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmzxZ3sxsUPA4zZJf4Bve3y1Euh3UT4k { width:9.9375rem;height:2.125rem;top:3.375rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #om8QERsPxB48kXxHJU9VFULsSf0Id5TC { display:block; }
 }@media only screen and (max-width: 763px) { #DQHIRhAxZ7iyFS1Csdrq8wKrBWpC36Sx { width:6.5rem;height:0.9375rem;top:4rem;left:40.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIQ8ciHAPTp1TsvSKikOGpI9xWW4W9Xo { width:1rem;height:1rem;top:3.9375rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFDi7KXTLTqN1vD6wsvyxKOJwfkPkzeb { width:13.8125rem;height:23rem;top:4.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ7D7rQ3TEHVmrWg479ygxsmTaCpDk9k { display:block; }#bQ7D7rQ3TEHVmrWg479ygxsmTaCpDk9k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNtqnWuzTGVugyDFMoJ8PPwMPGAC2kKB { width:31.375rem;height:29.6875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuiW3xpN7lug9TNhotM1R0ggNbXn8n6E { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSTHG5ddSMG7Xo4HZvbo6JUaKVO23mFM { width:10.875rem;height:2.625rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3XzTZszFx58xHHQvzuvIy8IJo3SUqKl { display:block; }
 }@media only screen and (max-width: 763px) { #NvbCCTA7RsDQqqPoUO6U7TmsfGOEFO4m { width:9.9375rem;height:2.125rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhtuErg7U5l4UOIDbTpeHeTawDi8pyCP { display:block; }
 }@media only screen and (max-width: 763px) { #egrG3540fiLXHgoTB9qXu1lqUNTGHGHr { width:6.5rem;height:0.9375rem;top:4rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf5JVgf8oSTNWhlGfxqdGQVaLq9nXlzf { width:1rem;height:1rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDJCsKLsIpcHg2rHMB3ao2hmCzeNxain { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6gUyfwGf9NeqQmSR6SiSXNoL4IwAua3 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#h6gUyfwGf9NeqQmSR6SiSXNoL4IwAua3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #UJ7rMUdQUwU7yy10sDk18Ay6CrlgfoFi { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#UJ7rMUdQUwU7yy10sDk18Ay6CrlgfoFi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #xEq91dlIinOnpkQbeRrdTA8giTtv1rn6 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:none; }#xEq91dlIinOnpkQbeRrdTA8giTtv1rn6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #TX3Ofs2n2AcCsgL3N5hSB1dvblqHeFnE { width:31.375rem;height:29.6875rem;top:1.125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgQ4I2q2qwFCciM7X97b0M6tl0vwfGva { width:10.9375rem;height:27.375rem;top:2.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sidl3G2gOawFbIkOxE4ThN07LDzabIsN { width:10.875rem;height:2.625rem;top:25rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLNcS3FPCmSzPAL1dmdGapZMoXRSSKP1 { display:block; }
 }@media only screen and (max-width: 763px) { #d23bkwoC9aStuZm5Jz9hwbqwgQWZL09q { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#d23bkwoC9aStuZm5Jz9hwbqwgQWZL09q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #fpr7uDD4hvytARBiy9kPOWaoBRooAWhP { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#fpr7uDD4hvytARBiy9kPOWaoBRooAWhP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #VUIPpm0fltEWx4D4ehGBMagHtRQFrphT { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#VUIPpm0fltEWx4D4ehGBMagHtRQFrphT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #wNbf0AO0l4Cr8ATWgnySukkkkP6tbzNz { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXeWTssI4xIJUkCbo3ZEwCc7crkH6Tm4 { width:9.9375rem;height:2.125rem;top:3.375rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG5GkvwMZgZxHJ7kafMAvJzLvmTkUitA { display:block; }
 }@media only screen and (max-width: 763px) { #Wxx5reEqwGGvKqpd2kwfGkJUWrGLbbXg { width:6.5rem;height:0.9375rem;top:4rem;left:40.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6lHSVrMvBdpuPnOTfss16Szuz8Qyn72 { width:1rem;height:1rem;top:3.9375rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNQRWRE78AgDBI2oWMEDeVLoTtrdmdbt { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkFXc1h61aJqvJt1aeodbLzHCAJGioVA { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZyTDk4TZA27KgHFgiIT8OIuFDrdPOMBL { width:15.4375rem;height:26.4375rem;top:2.75rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2siK81u2D66TQ6qksE10v1M7NCbseGT { display:block; }#B2siK81u2D66TQ6qksE10v1M7NCbseGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVFTxvL39QwGaJdTwW9xioGk5kXrmihl { width:47.5rem;height:29.6875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQiDW233CWSKaruaB8qxNWKUP8kq62Ez { width:23.5rem;height:27.375rem;top:3.25rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHc7DCeOQHQU3IKC27PHF9GdsSiT3opy { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#tHc7DCeOQHQU3IKC27PHF9GdsSiT3opy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #nlZNT4Leg9fAS37FxIHkeGFiFxqxAxTF { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#nlZNT4Leg9fAS37FxIHkeGFiFxqxAxTF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #Sx8dih0l6BNM4hqtZCeo25Zumt2WkPcn { width:19.25rem;height:3.125rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTcVE8NCTwOJqSwDGO5IALGnpDw02q6h { display:block; }
 }@media only screen and (max-width: 763px) { #H0NgcLNfPBloaDnMbxUmUzAH2CMfqbz9 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#H0NgcLNfPBloaDnMbxUmUzAH2CMfqbz9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #x8rrm6tI8akq6xyFJvk0zDyr214b7xMo { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #okDtXuoM9CoXAl9b8BmCDRh0n7wZMrIc { width:9.9375rem;height:2.125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQTxVz44XUmZZ18KUhz79S9mTTCrnJ4e { display:block; }
 }@media only screen and (max-width: 763px) { #rDwpLKpRWUHwcMAbbxIW0SmWcO5J8oQC { width:6.5rem;height:0.9375rem;top:5.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4basUsDROgBuOCfPCBbFwoJHXVsM5Sh { width:1rem;height:1rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKbfv1xP12qvt0TPawDpKwX3gWm5Hh4r { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }#uKbfv1xP12qvt0TPawDpKwX3gWm5Hh4r li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #OlairzgUKM9xFlyIkh15ODAT5sKVISWJ { display:block; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #so6u2FXu3OrbLu5mSSKVVOO6AQTDif1H { width:22.5rem;height:2.8125rem;top:4.3125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBSaLL4zhmoR3427PnskSKAX1HXHAVRo { width:22.5rem;height:2.8125rem;top:4.3125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNRADmlN1tU2Mu7OhZcsJN2XFNcu5zV0 { width:1.25rem;height:1.25rem;top:2.5rem;left:0rem;display:block; }
#FNRADmlN1tU2Mu7OhZcsJN2XFNcu5zV0 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #aWLn4Tk17uN7kAkrKVyeCCb1nVlybXBi { width:1.25rem;height:1.25rem;top:2.5rem;left:0rem;display:block; }
#aWLn4Tk17uN7kAkrKVyeCCb1nVlybXBi > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #BMQ1yaz09IXiet9hQWiVLmQIelZ2AIz2 { width:1.25rem;height:1.25rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLaGpoXQRzL4IxQCTMiV5wXdH4xB0GLA { width:6.625rem;height:3.25rem;top:1.5rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #emKKgTTrwhgiwIAp807IztSXkqbHs4Tw { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container { background-color: transparent; background-image: none; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container > .video-iframe-container { display: none; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row > .video-iframe-container { display: none; }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .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); }#emKKgTTrwhgiwIAp807IztSXkqbHs4Tw > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxBqDqOt7EiaSMcIc5J5TBZa97lJlkOc { width:12.1875rem;height:0;top:20.90625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #D1s2KdLR8sckFn8TaAwsyZbmdXqWNEd2 { width:7.8125rem;height:3.81185rem;top:0.59353303909302rem;left:6.0937502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkA06FNLei6Vf3J1nU9TawSt9why8TnU { width:12.1875rem;height:0;top:5.03125rem;left:3.90625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #T2kblvFa1OzeNewTvxA5Sg6iJ1sbhqgS { width:16.875rem;height:3.4375rem;top:5.9375001192093rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7eb2106-6e23-47f8-bb0d-990f81a71e94/minibaneer.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z.adaptive-delivery-prevent-bg, #TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z.lazyload, #TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z.lazyloading { background-image: none; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container { background-color: transparent; background-image: none; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,243,0.7); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container > .video-iframe-container { display: none; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,243,0.7); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row > .video-iframe-container { display: none; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .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); }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container { border-width: 0; border-radius: 0; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TE7oW2KJdDanyfxILgpI3VW2FwLiLS5z > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUQcJ2aqghXJRgK6TalSCoefzN478A8T { width:20rem;height:10.2rem;top:2.3741321563721rem;left:0rem;font-size:2.125rem;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;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HPAts9IiTvkaQ4R7tAmMPoD5JzWUeF6t { width:18.186875rem;height:0.975rem;top:39.125rem;left:0.875rem;font-size:0.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;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n3XIHGTqoypBrQfD5Lcmg0xU9LLT4sMZ { width:16.875rem;height:3.4375rem;top:34.375rem;left:1.5625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #IHC8EbsQHmLm3nTnTLTTr2yibGh1ZMF5 { width:17.6875rem;height:0;top:12.849609375rem;left:1.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Mag5xKa0XZ5DK9CoLsTlVoZ6hNQEWuHT { width:18.125rem;height:3.675rem;top:13.184679031372rem;left:0.93750005960463rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15007;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NVrsnSfWr3MRCRdiPMpdrDBCS1VMQSiI { width:19.125rem;height:18.5625rem;top:14.875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX { display:block; }#IHTfwo6Qqvi8H7HIXeN2npp50RWVGNwX > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btLkFCeMuMli7IJ9G8isLJdn4Qh76CZd { width:15.75rem;height:4.0625rem;top:3.5625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ENpZyWXeIApATT0GdfLUENrT50fW1TBN { display:block; }#ENpZyWXeIApATT0GdfLUENrT50fW1TBN > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zappnzNBbpx1QKuVNeJ48bLMZh64ZSp2 { width:20rem;height:32.625rem;top:0.875rem;left:0rem;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adeGzdxIl4V4x4UCL8FwaS0ceHMSFHeL { width:9.1875rem;height:2.4rem;top:1.8125rem;left:5.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RDtMC8VKf1QZ3Pr64htEaJnWwXXLoBBg { width:18.875rem;height:13rem;top:7.8125rem;left:0.5625rem;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/47ff4ec5-980e-49de-b7f1-cb783f07861e/fiberevo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RDtMC8VKf1QZ3Pr64htEaJnWwXXLoBBg.adaptive-delivery-prevent-bg, #RDtMC8VKf1QZ3Pr64htEaJnWwXXLoBBg.lazyload, #RDtMC8VKf1QZ3Pr64htEaJnWwXXLoBBg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vnH3ksOsdPTMw1E2mmEJdZFH0uABOcS1 { width:16.0625rem;height:2.625rem;top:29rem;left:2rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #dqCP6hh4xG02IwoIuS5xZf2HHpJCJnP2 { display:block; }
 }@media only screen and (max-width: 763px) { #dt0DD8WVbytSHh2BZgyyUyWDmMXSaupa { width:10.125rem;height:2.125rem;top:4.625rem;left:4.9375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #oxPQPx02lu0pk4E8V4grbORFldmy53i3 { display:block; }
 }@media only screen and (max-width: 763px) { #hePAcJ6Lwkb5vETAi4QuJbEdC8IE8zIC { width:6.5rem;height:0.975rem;top:5.1875rem;left:7.375rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #F7JXI4x9tmi7OOsKOJGMBlOkBG4dnV0c { display:flex;width:1rem;height:1rem;top:5.1875rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #fPdPDHDiaaCPHfJADr9AsgXPBAJGsfFd { width:17rem;height:0;top:8.6875rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }#fPdPDHDiaaCPHfJADr9AsgXPBAJGsfFd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #ugeAwIgavzpphE36xT2JWq4q0QFDWk7n { width:9.9375rem;height:0;top:34.5rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }#ugeAwIgavzpphE36xT2JWq4q0QFDWk7n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #sN15S0U27ILOflKaBT9szxDRkL9sZZpF { width:9.9375rem;height:0;top:37.375rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }#sN15S0U27ILOflKaBT9szxDRkL9sZZpF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #vMVqD28MZk7H1TWe1PxaMbRlIgQgKtmT { width:9.9375rem;height:0;top:47.1875rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }#vMVqD28MZk7H1TWe1PxaMbRlIgQgKtmT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #Ks1StA86DuIESTDTnFUQwzu3pzfNIznk { width:15.75rem;height:1.3rem;top:21.75rem;left:2.125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15007;display:block; }#Ks1StA86DuIESTDTnFUQwzu3pzfNIznk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #TcyWPMuTcW3tCpdxqbckfH5lCi4duryB { width:15.75rem;height:1.3rem;top:23.3125rem;left:2.125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15008;display:block; }#TcyWPMuTcW3tCpdxqbckfH5lCi4duryB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #ad1InNMldsBG8vWGZRgPz2k5sRTWySr0 { width:15.75rem;height:1.3rem;top:24.9375rem;left:2.125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15009;display:block; }#ad1InNMldsBG8vWGZRgPz2k5sRTWySr0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #T3VrXoKzvIqDL8tkWsCFDd8xHWLR0ITR { width:15.75rem;height:1.3rem;top:26.5625rem;left:2.125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15010;display:block; }#T3VrXoKzvIqDL8tkWsCFDd8xHWLR0ITR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #DROAx8KdMKKGBH724PqfUQTu0EME08OW { width:20rem;height:35.5625rem;top:34.75rem;left:0rem;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #b8ir7cwblbat820ZaNtLbTER7wclXx77 { width:18.875rem;height:13rem;top:42.375rem;left:0.5625rem;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/1eaf7225-8d05-4920-a351-07c240d2c99d/acrus.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:14996;display:block; }#b8ir7cwblbat820ZaNtLbTER7wclXx77.adaptive-delivery-prevent-bg, #b8ir7cwblbat820ZaNtLbTER7wclXx77.lazyload, #b8ir7cwblbat820ZaNtLbTER7wclXx77.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hSrxlhbltDJTaDP3SJ9p3FvyHLX5dbsF { width:16.0625rem;height:2.625rem;top:65.849609375rem;left:1.96875rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #u1TPWakKVCCaMUafrgGSRw7OvzVTzQeT { display:block; }
 }@media only screen and (max-width: 763px) { #KUXuWT8R8MfSQf4kMw98qUt1VrRtI9cT { width:15.75rem;height:1.3rem;top:57.5625rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#KUXuWT8R8MfSQf4kMw98qUt1VrRtI9cT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #RIDQBkS63gqeFCKlJof6aTSBAOm7082d { width:16.5rem;height:2.6rem;top:59.125rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#RIDQBkS63gqeFCKlJof6aTSBAOm7082d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #BOSvuad3w3nLHSQp7opSTGwLm8zMtkko { width:15.75rem;height:1.3rem;top:62rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#BOSvuad3w3nLHSQp7opSTGwLm8zMtkko li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #Wcnp1wwshTttCk1fqhp9B7kGTTwOdMvT { width:15.75rem;height:1.3rem;top:63.5rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#Wcnp1wwshTttCk1fqhp9B7kGTTwOdMvT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #oJyf8zXpcl4ubllx40ZMbu9XDpwJuZoA { width:15.3125rem;height:2.4rem;top:35.9765625rem;left:2.34375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RV54STFC8oTJbEf6sHZPPrMxUs2fswp5 { width:9.9375rem;height:2.125rem;top:39.0625rem;left:5.0625rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #Tn8ESOwrNaDPdkK0T4Dz6VTJ45nMBRh6 { display:block; }
 }@media only screen and (max-width: 763px) { #WNCp8UKi8uqN1rJN1px4HEtzg05l2yL2 { width:6.5rem;height:0.975rem;top:39.6875rem;left:7.5rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KbM2fALopSs2QbBSHt3oBcDlmGpp9JpD { display:flex;width:1rem;height:1rem;top:39.625rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #ingtSeIya4J2ifWU53WQEvHzQL8z6UJc { display:block; }#ingtSeIya4J2ifWU53WQEvHzQL8z6UJc > .row .container { width:20rem;height:73.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCztKRtxF65t2CsMabN4m7rt4DA9eBIT { width:20rem;height:39.1875rem;top:0.875rem;left:0rem;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #fQBT2OMH3OFU4Km2bTmtf1XJVx1azqxL { width:20rem;height:2.4rem;top:4.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fJT6IqWQfaP8Gurgx2xH84Zik4bvXe9d { width:16.0625rem;height:2.625rem;top:35.5rem;left:1.9681249856949rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #dSSvzv2l1pMPBFgoI0hH3bDt0LVubGzL { display:block; }
 }@media only screen and (max-width: 763px) { #olrq21e1oswEaDgGxZDDShMcgEywXK7T { width:10.125rem;height:2.125rem;top:2.1875rem;left:4.9375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #LO5UDAhZ6EMtBpQPhRwSPmiDZM9JClhr { display:block; }
 }@media only screen and (max-width: 763px) { #UmWEKtIgPuKd0xxvU8MMbLS2u3nxsIGB { width:6.5rem;height:0.975rem;top:2.75rem;left:7.375rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aNP0b8VApc7gKKMBcBcL41RI7gRmesod { display:flex;width:1rem;height:1rem;top:2.75rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #TKzZppFC5eWmQiTqTHzbeNw1fvLfgoV8 { width:17rem;height:0;top:8.6875rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mICCub0DrZwG7V20bxqqLgvLMb3iyqgb { width:15.75rem;height:1.3rem;top:8rem;left:2.125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15007;display:block; }#mICCub0DrZwG7V20bxqqLgvLMb3iyqgb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #QI97QTpK0HylGAL52A1gwROihbsWsZa8 { width:15.75rem;height:1.3rem;top:9.5625rem;left:2.125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15008;display:block; }#QI97QTpK0HylGAL52A1gwROihbsWsZa8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #JDDTKPTD8RmXvhE3DTUdyfM2OCqSLRQ5 { width:15.75rem;height:1.3rem;top:11.1875rem;left:2.125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15009;display:block; }#JDDTKPTD8RmXvhE3DTUdyfM2OCqSLRQ5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #xkOi7cTTxdo8WxpoHU7OacOgiKl1WTHE { width:15.75rem;height:1.3rem;top:12.8125rem;left:2.125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15010;display:block; }#xkOi7cTTxdo8WxpoHU7OacOgiKl1WTHE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #RtAnPX96rcRz7FnBi0tH12276gUy5EoK { width:20rem;height:31.5rem;top:41.3125rem;left:0rem;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #KTTCJRhN71kWx9bfUVW2Qgvvcd9azQxS { width:16.0625rem;height:2.625rem;top:68.5rem;left:1.9375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #EUIVnbUzAsel2zeOkkbpLK1RRlCtXVif { display:block; }
 }@media only screen and (max-width: 763px) { #W2l5uogSHgGAs9zZuL1S48RKDih16L9T { width:15.75rem;height:5.2rem;top:49.125rem;left:2.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OFIDnXEwBm7X3mtVPvsJ77ItKsCEmDB5 { width:20rem;height:2.4rem;top:46rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x28pO4AqTxl4gpTzM7qLi2IOtPaUWh4y { width:9.9375rem;height:2.125rem;top:43.125rem;left:5.0625rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #x6658zVSkpyKu33mmLoKRcAn6DHIFGFn { display:block; }
 }@media only screen and (max-width: 763px) { #tM5xSHmswq503WT18asroRKPc39U1d9G { width:6.5rem;height:0.975rem;top:43.75rem;left:7.5rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CECgVAzARiZLBS7cDqNssp1DWrmFmEZr { display:flex;width:1rem;height:1rem;top:43.6875rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #qsq8J4Khu78Z0pSlP70uX1oyaNEQTrAw { width:12.875rem;height:24.375rem;top:15.727500915528rem;left:3.5625001192093rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #zAgB2gcUXxq9BHwzeEgwK3UNG3235opI { width:15.875rem;height:11.6875rem;top:55.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqvo2N5TCOk8uW5WXwhqqQU45wckL484 { display:block; }#vqvo2N5TCOk8uW5WXwhqqQU45wckL484 > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coshQMn0wrHoyLSsQBncXL5m2BEhh1xB { width:20rem;height:32.625rem;top:0.875rem;left:0rem;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT4MK9VHwpMnKpXJafTgqUE7R2AD87zk { width:12.25rem;height:2.4rem;top:1.75rem;left:3.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IHdCOrVth0kmGuAzm5HuexlzVPTyHUW8 { width:18.875rem;height:13rem;top:7.8125rem;left:0.5625rem;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/3cefaab2-583e-4f3a-9aaf-5bf67033d08e/fiberdeep.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IHdCOrVth0kmGuAzm5HuexlzVPTyHUW8.adaptive-delivery-prevent-bg, #IHdCOrVth0kmGuAzm5HuexlzVPTyHUW8.lazyload, #IHdCOrVth0kmGuAzm5HuexlzVPTyHUW8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xJlIJVPkSym2zfVq1DopTowd6fHBBFKh { width:16.0625rem;height:2.625rem;top:29rem;left:2rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #F0IakoRo9H0TinTNc9DryRGCveXPzHtI { display:block; }
 }@media only screen and (max-width: 763px) { #eAVTqcBKaR4l77555fmE6Efw5ihcsqlT { width:10.125rem;height:2.125rem;top:4.625rem;left:4.9375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #TXeoOmwBJIT7bvTpRV0GL0W96fmFDMEI { display:block; }
 }@media only screen and (max-width: 763px) { #Tw909XbiMPGfzAZpUrynv94Pchu2F34M { width:6.5rem;height:0.975rem;top:5.1875rem;left:7.375rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Pqx3gtORPDPUxh6pq4onTkPvhT1Ktwn7 { display:flex;width:1rem;height:1rem;top:5.1875rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #olKGq3R0LhqEx72zMtZlHrfflFJB45J4 { width:17rem;height:0;top:8.6875rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }#olKGq3R0LhqEx72zMtZlHrfflFJB45J4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #SrrFTzzVApybnTQ3kOtfwU0n55bbdZk0 { width:9.9375rem;height:0;top:34.5rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }#SrrFTzzVApybnTQ3kOtfwU0n55bbdZk0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #Ee1tkBlx8EhAfZaoP4NsdhWOw0nMlhpx { width:9.9375rem;height:0;top:37.375rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }#Ee1tkBlx8EhAfZaoP4NsdhWOw0nMlhpx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #c8ZIvZeyTnDXbu6xTMaM1l64VZbNPp1o { width:9.9375rem;height:0;top:47.1875rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }#c8ZIvZeyTnDXbu6xTMaM1l64VZbNPp1o li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #BklaP6Gv6pEf4E9P52tals25zyqSykA1 { width:15.75rem;height:1.3rem;top:21.75rem;left:2.125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15007;display:block; }#BklaP6Gv6pEf4E9P52tals25zyqSykA1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #rJe3LaohR54k3TnXWWQH7qCMemJxGzUd { width:15.75rem;height:1.3rem;top:23.3125rem;left:2.125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15008;display:block; }#rJe3LaohR54k3TnXWWQH7qCMemJxGzUd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #HvEzba9Z9DLJJzDqGtwZ6ymiQMlkk00M { width:15.75rem;height:1.3rem;top:24.9375rem;left:2.125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15009;display:block; }#HvEzba9Z9DLJJzDqGtwZ6ymiQMlkk00M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #ZedgGCOFal2yBoddfsp6HtIst59n8X0P { width:15.75rem;height:1.3rem;top:26.5625rem;left:2.125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15010;display:block; }#ZedgGCOFal2yBoddfsp6HtIst59n8X0P li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #IwywVMqrWf9LIPvWr3E2W5KrTnVJ2hLu { width:20rem;height:37.6875rem;top:34.75rem;left:0rem;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #vKSv61uETZEQHFNqCJcm9lulaiBlOaKA { width:18.875rem;height:13rem;top:42.375rem;left:0.5625rem;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/f70480dc-1e45-4c79-9900-14cb3555dbe6/qclean.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:14996;display:block; }#vKSv61uETZEQHFNqCJcm9lulaiBlOaKA.adaptive-delivery-prevent-bg, #vKSv61uETZEQHFNqCJcm9lulaiBlOaKA.lazyload, #vKSv61uETZEQHFNqCJcm9lulaiBlOaKA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fJccKJJz9Oy77bGeV6KG04sA8qnED2NQ { width:16.0625rem;height:2.625rem;top:67.349609375rem;left:1.96875rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #SJrHua5HPf5bUPDVUmuzF5ETWDc85URF { display:block; }
 }@media only screen and (max-width: 763px) { #T6tSkkub1wL3hIGXWVQM10IAqL2lqnAJ { width:15.625rem;height:2.6rem;top:57.5625rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#T6tSkkub1wL3hIGXWVQM10IAqL2lqnAJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #S6VSLU2f1drcZn1Wo9AhvXLyzkrgEKeV { width:16.5rem;height:1.3rem;top:60.349609375rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#S6VSLU2f1drcZn1Wo9AhvXLyzkrgEKeV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #rBfQdKBRLcCo8etcBuHWQGNzbtD1beMw { width:16.8125rem;height:1.3rem;top:62rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#rBfQdKBRLcCo8etcBuHWQGNzbtD1beMw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #iHVAMpZ0Tr7h7eBygyknElgiciOpPidC { width:15.75rem;height:2.6rem;top:63.6875rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#iHVAMpZ0Tr7h7eBygyknElgiciOpPidC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #dLzfpHp2pCs5dMlLvzhivFmOdPwPz8nF { width:15.3125rem;height:2.4rem;top:35.9765625rem;left:2.34375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o7ygrCZU81CHHNKZ8Bnyyg4zElnVbvNK { width:9.9375rem;height:2.125rem;top:39.0625rem;left:5.0625rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #HEUX4hXK3gtS2bvg6pgEPGK4OXCfoOcH { display:block; }
 }@media only screen and (max-width: 763px) { #VhXs2a3BbG4iedpFswmgtxMGDklSr4df { width:6.5rem;height:0.975rem;top:39.6875rem;left:7.5rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cMqdoGAaShSRQmlGR820XxDwg3XzmPAy { display:flex;width:1rem;height:1rem;top:39.625rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #IaTsGfWfxvUXG39ACBWvWsyhT35EDFKc { display:block; }#IaTsGfWfxvUXG39ACBWvWsyhT35EDFKc > .row .container { width:20rem;height:80.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oAH5Fxn0O3NgnhPNPwNTvOJASkbCWivS { width:20rem;height:36.6875rem;top:0.875rem;left:0rem;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxzJftifwaRvM3xcGTWNNaQomHWTNNBr { width:17.5rem;height:2.1rem;top:2.0625rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lI8GqZfeCqS66uCHofFWkw2XLTLEL80A { width:18.875rem;height:13rem;top:8.1875rem;left:0.5625rem;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/162a1d0e-9f47-4fa8-abdd-83e63c3e2271/baixados.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#lI8GqZfeCqS66uCHofFWkw2XLTLEL80A.adaptive-delivery-prevent-bg, #lI8GqZfeCqS66uCHofFWkw2XLTLEL80A.lazyload, #lI8GqZfeCqS66uCHofFWkw2XLTLEL80A.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #b9KOJ8fpEDEAXNgfe1GyGEpMZAhwDXck { width:16.0625rem;height:2.625rem;top:32.4375rem;left:1.96875rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #BbkMTUGT8v8uDIJy8MhR8cl9Tv9roULH { display:block; }
 }@media only screen and (max-width: 763px) { #CCAEhNNxBNHpTQJ4BAGPKCq3gS881hEB { width:10.125rem;height:2.125rem;top:4.9375rem;left:4.9375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #ynmbaKhAs7JrnpivqUX88WWinB6HGffn { display:block; }
 }@media only screen and (max-width: 763px) { #bnadqKPn462DQhDXro2buOtEwcqAP0Vg { width:6.5rem;height:0.975rem;top:5.5rem;left:7.375rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TXzVcugmJUUOwuinftLzbXTxGXDvzukq { display:flex;width:1rem;height:1rem;top:5.5rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #AzTHrTGfLDe1FBgbTq4ZaRM1TOT6Qzum { width:17rem;height:0;top:8.6875rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }#AzTHrTGfLDe1FBgbTq4ZaRM1TOT6Qzum li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #WgOVvX9KKTNTSHLhxu5TAyb73nWnkux8 { width:9.9375rem;height:0;top:34.5rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }#WgOVvX9KKTNTSHLhxu5TAyb73nWnkux8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #g4K91q8ywrMuAmDusVsOb0nuqxIDq9RE { width:9.9375rem;height:0;top:37.375rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }#g4K91q8ywrMuAmDusVsOb0nuqxIDq9RE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #GXl6vxET529oJqttiiGVH9Dqsg6Leg0z { width:9.9375rem;height:0;top:47.1875rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }#GXl6vxET529oJqttiiGVH9Dqsg6Leg0z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #BAMVz1ZDiTT4apWgTxXAmhrKDa2sSMXs { width:17.3125rem;height:1.3rem;top:22.25rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15007;display:block; }#BAMVz1ZDiTT4apWgTxXAmhrKDa2sSMXs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #MJoBGpqBdIbcxc9JQwqDqHrnFTFap6JM { width:16.875rem;height:1.3rem;top:23.875rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15008;display:block; }#MJoBGpqBdIbcxc9JQwqDqHrnFTFap6JM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #cEpDJCec0etMqr5XqFfv5kTDzqOqU5aT { width:15.25rem;height:2.6rem;top:25.5rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15009;display:block; }#cEpDJCec0etMqr5XqFfv5kTDzqOqU5aT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #TARORxdFqcRLeOrVQ4THvtvobybEZWlg { width:16.5rem;height:2.6rem;top:28.5rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15010;display:block; }#TARORxdFqcRLeOrVQ4THvtvobybEZWlg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #g2owmks73anKrp1stJCGTK56shLXpOlM { width:20rem;height:39.8125rem;top:39rem;left:0rem;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #vLL0UCo5Ccx90V4gw7tEOFcPTDQhoNr5 { width:18.875rem;height:13rem;top:46.625rem;left:0.5625rem;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/8eea38dc-1c3f-4072-8189-0248a6f30eba/bioflash.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:14996;display:block; }#vLL0UCo5Ccx90V4gw7tEOFcPTDQhoNr5.adaptive-delivery-prevent-bg, #vLL0UCo5Ccx90V4gw7tEOFcPTDQhoNr5.lazyload, #vLL0UCo5Ccx90V4gw7tEOFcPTDQhoNr5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Q7inKJP44J7FhtOEu0KmuwgARpF51LZD { width:16.0625rem;height:2.625rem;top:73.9375rem;left:1.96875rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #mk5ixxcWS93IF3EEuF4b1D77H8A3iIUF { display:block; }
 }@media only screen and (max-width: 763px) { #TMuaGy6dIAMakmkvvmDvo5X2d331Vfhm { width:15.625rem;height:2.6rem;top:61.125rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#TMuaGy6dIAMakmkvvmDvo5X2d331Vfhm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #OD9IMKoRJiHUW0IT2KcnBW85RJx8QUsa { width:16.5rem;height:2.6rem;top:64.0625rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#OD9IMKoRJiHUW0IT2KcnBW85RJx8QUsa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #vT4950hFdQWvlUGH6Gba74rQU8TqwLT9 { width:16.8125rem;height:2.6rem;top:67.0625rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#vT4950hFdQWvlUGH6Gba74rQU8TqwLT9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #MT99cvp1QWInPx477Jpq6fO3TMF75lnp { width:15.75rem;height:2.6rem;top:70.0625rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#MT99cvp1QWInPx477Jpq6fO3TMF75lnp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #AhfhFIvaFpLG3miXPXSE81Gdek5ZUUzA { width:15.3125rem;height:2.4rem;top:40.25rem;left:2.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PV7riZakTLdOCx2X5kui2TlTr124zW0d { width:9.9375rem;height:2.125rem;top:43.3125rem;left:5.0625rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #W3WTJRJMkomwTggLEsa2Cz5p6DmaM6lW { display:block; }
 }@media only screen and (max-width: 763px) { #w9pvxfyTneoBKJEdufDexMMf3hh7F30z { width:6.5rem;height:0.975rem;top:43.9375rem;left:7.5rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iVqamk9zlwSQ5SLWuRpzHRxNTWAve78J { display:flex;width:1rem;height:1rem;top:43.875rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #xKiGFvTiWzTZ5SlGpH2xyWvCLwImRbQM { display:block; }#xKiGFvTiWzTZ5SlGpH2xyWvCLwImRbQM > .row .container { width:20rem;height:83.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEHdF7a1AzDQg8Z6nJtPKGu60WRsoRrC { width:20rem;height:38.25rem;top:0.875rem;left:0rem;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ceic8fw22lslnbrbFfiKua1uoKeWJR3H { width:12.25rem;height:2.4rem;top:1.75rem;left:3.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XgVS0lOpJB8JRUrKR0TAkeCaZxi45Zi4 { width:18.875rem;height:13rem;top:7.8125rem;left:0.5625rem;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/e496fb75-9d59-44c1-84b0-cfe29f871548/inkie.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#XgVS0lOpJB8JRUrKR0TAkeCaZxi45Zi4.adaptive-delivery-prevent-bg, #XgVS0lOpJB8JRUrKR0TAkeCaZxi45Zi4.lazyload, #XgVS0lOpJB8JRUrKR0TAkeCaZxi45Zi4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #b0PVTBvZdECPhqILnV3J5W3wOEi350RJ { width:16.0625rem;height:2.625rem;top:34.375rem;left:1.96875rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #Lihir0Fnm0FmvIPbTJlDgETyNO8nfium { display:block; }
 }@media only screen and (max-width: 763px) { #FxUSC1W4bEQvkx2TZgI36fqN4k1tdynS { width:10.125rem;height:2.125rem;top:4.625rem;left:4.9375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #nogLX1JHFLg12NUOZqUoq4DsBptgEQXS { display:block; }
 }@media only screen and (max-width: 763px) { #K5bnTOg4sQA3WFUDuO5tHT5sEkRZcif5 { width:6.5rem;height:0.975rem;top:5.1875rem;left:7.375rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ksEbzXo1Fy6UOuKZigfgmsLZVWHaTM0T { display:flex;width:1rem;height:1rem;top:5.1875rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #Ixsfou1D3CFGsuO5t3xmwIMnqUehT9Wn { width:17rem;height:0;top:8.6875rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }#Ixsfou1D3CFGsuO5t3xmwIMnqUehT9Wn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #TkktkySnn4aWNtnhtw6xqL3qVOLZ9Dbl { width:9.9375rem;height:0;top:34.5rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }#TkktkySnn4aWNtnhtw6xqL3qVOLZ9Dbl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #oyCTnpWn4KOFmsKuzMpVkZB8bxmFmO9p { width:9.9375rem;height:0;top:37.375rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }#oyCTnpWn4KOFmsKuzMpVkZB8bxmFmO9p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #USTSApfFBBPqm1NBGxRRFUJmBHgp93MH { width:9.9375rem;height:0;top:47.1875rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }#USTSApfFBBPqm1NBGxRRFUJmBHgp93MH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #PhxoB21s3SzIDWc3GBfeRiZJXN6czKsG { width:17.6875rem;height:1.3rem;top:22.125rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15007;display:block; }#PhxoB21s3SzIDWc3GBfeRiZJXN6czKsG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #qwtO52MvlSXpl3T8M46U8vael2Wvn9tA { width:16.875rem;height:;top:23.875rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15008;display:block; }#qwtO52MvlSXpl3T8M46U8vael2Wvn9tA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #TzhGKhvONLGrmOrlPLOg1DRbQTXyWKEU { width:17.6875rem;height:3.9rem;top:27rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15009;display:block; }#TzhGKhvONLGrmOrlPLOg1DRbQTXyWKEU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #wDDT0MdpZz0ddsMS0ccFcQHKAkE2myRk { width:15.75rem;height:;top:31.625rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15010;display:block; }#wDDT0MdpZz0ddsMS0ccFcQHKAkE2myRk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #sCnsphaLyoC6Fao7Uh20JpK4oksVm34p { width:20rem;height:42.0625rem;top:40.875rem;left:0rem;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #LQoTbF7Z8vOATq2NZOpl4ORAWgXhv9N1 { width:18.875rem;height:13rem;top:48.5rem;left:0.5625rem;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/65657192-cf3a-4e94-b035-60a0818cb5e2/lightpulse.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:14996;display:block; }#LQoTbF7Z8vOATq2NZOpl4ORAWgXhv9N1.adaptive-delivery-prevent-bg, #LQoTbF7Z8vOATq2NZOpl4ORAWgXhv9N1.lazyload, #LQoTbF7Z8vOATq2NZOpl4ORAWgXhv9N1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gkDStdzgZlGsks1ovvotPZJHaebU3ZB2 { width:16.0625rem;height:2.625rem;top:77.875rem;left:2rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #dWccA49ZR8G2WmNl51NX5wHAN1TSQeCL { display:block; }
 }@media only screen and (max-width: 763px) { #P7zn9QsUl8OITGwJP4MxHHVVBFCnqZpe { width:15.625rem;height:2.6rem;top:63rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#P7zn9QsUl8OITGwJP4MxHHVVBFCnqZpe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #gMTmKGh6TI54M98JSvZbBnR5PEtL99VW { width:16.5rem;height:1.3rem;top:65.9375rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#gMTmKGh6TI54M98JSvZbBnR5PEtL99VW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #FGkHtNqRBr9Sl2MVDV97Hz59OnoaAUvD { width:16.8125rem;height:2.6rem;top:68.9375rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#FGkHtNqRBr9Sl2MVDV97Hz59OnoaAUvD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #VVSxhfDJWH1av2J7TsB3JuoTNFAaxq3l { width:15.75rem;height:2.6rem;top:71.9375rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#VVSxhfDJWH1av2J7TsB3JuoTNFAaxq3l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #pl76A1uB13Z7ezTm6rguV5PFiRZBUXT5 { width:15.3125rem;height:2.4rem;top:42.125rem;left:2.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xGcg4b8LG04qgyHiGcz9KP7hfbamDb9d { width:9.9375rem;height:2.125rem;top:45.1875rem;left:5.0625rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #lqx2of0UbFDZ43ZyKGuAXnCoPkXW5SJw { display:block; }
 }@media only screen and (max-width: 763px) { #vRKEXPBTyx1fGqRkn1Q240I4vdCPBrrQ { width:6.5rem;height:0.975rem;top:45.8125rem;left:7.5rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #b3mxvi8sE4ftU9OakisvbF888EDxE19b { display:flex;width:1rem;height:1rem;top:45.75rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #nmo3pZwCRSHpZOUqR3To6Wywa6hIIrvi { width:14.5625rem;height:1.3rem;top:75.1875rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#nmo3pZwCRSHpZOUqR3To6Wywa6hIIrvi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #XUPo6aZFrEesuzRLnhsH0o3mLcoxHqPJ { display:block; }#XUPo6aZFrEesuzRLnhsH0o3mLcoxHqPJ > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRcPBRHkpSqJbx9N7pyabhcmvEcsD7LL { width:20rem;height:4.0625rem;top:4.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #i5H2TUmdTMEOimsnMe2OT69c8Vyf68fq { display:block; }#i5H2TUmdTMEOimsnMe2OT69c8Vyf68fq > .row .container { width:20rem;height:80.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATV3BRUe4DyIVpJecsaZMDTBJTT0bDQR { width:19.75rem;height:49.6875rem;top:0.875rem;left:0rem;background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/uc/9e2226cd-dfa4-4ec4-a4dc-76ceb262686e/patternbglocacao.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }#ATV3BRUe4DyIVpJecsaZMDTBJTT0bDQR.adaptive-delivery-prevent-bg, #ATV3BRUe4DyIVpJecsaZMDTBJTT0bDQR.lazyload, #ATV3BRUe4DyIVpJecsaZMDTBJTT0bDQR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Qxm4avzbgzTQstHKkQA5kMeEtoeGoSrC { width:12.25rem;height:2.4rem;top:1.75rem;left:3.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6HcgfQgpGdVs64HyZA4ca5VL6ohJleD { width:18.875rem;height:25.125rem;top:7.8125rem;left:0.5625rem;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/42d2fcb5-7083-4bfc-8bd3-072e0fe02a1b/lavieen.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#D6HcgfQgpGdVs64HyZA4ca5VL6ohJleD.adaptive-delivery-prevent-bg, #D6HcgfQgpGdVs64HyZA4ca5VL6ohJleD.lazyload, #D6HcgfQgpGdVs64HyZA4ca5VL6ohJleD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fOV7iUDHVGzPrveT0LbQgXWFl9Ec0w0x { width:16.0625rem;height:2.625rem;top:45.9375rem;left:1.96875rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOsC4OxeiJaLOgOvBGzPGxbc7OUViuTF { display:block; }
 }@media only screen and (max-width: 763px) { #u7oBMxJnCfi8s5v5uX9s2poSMmT1vXPi { width:10.125rem;height:2.125rem;top:4.625rem;left:4.9375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #KIFPoPBvvTQlRDT3sq3sRWPR7SmIDJGp { display:block; }
 }@media only screen and (max-width: 763px) { #mpgy7knwChgsUVyGpD1lEcT8LC75CasJ { width:6.5rem;height:0.975rem;top:5.1875rem;left:7.375rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #v58Q0mL5qbHAqWXgBIo7Ulcx0WZayOWz { display:flex;width:1rem;height:1rem;top:5.1875rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #SxeD0k6M6b3Smn427cT3SuG8g3VQGcM4 { width:17rem;height:0;top:8.6875rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }#SxeD0k6M6b3Smn427cT3SuG8g3VQGcM4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #eNrFvVre4d1eJ4dVBhnTbA58EmfMX9wC { width:9.9375rem;height:0;top:34.5rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }#eNrFvVre4d1eJ4dVBhnTbA58EmfMX9wC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #AdyWXkeZl1C5rIy96GSyS4ZJeVRZhO3F { width:9.9375rem;height:0;top:37.375rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }#AdyWXkeZl1C5rIy96GSyS4ZJeVRZhO3F li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #NiC4mxZigQKhZcMeT1THToT7XXXTpXld { width:15.3125rem;height:2.6rem;top:34.5rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15007;display:block; }#NiC4mxZigQKhZcMeT1THToT7XXXTpXld li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #rtbrdeJTbIx2JTW8VNFeb3MugObcFJ0u { width:15.3125rem;height:2.6rem;top:37.625rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15008;display:block; }#rtbrdeJTbIx2JTW8VNFeb3MugObcFJ0u li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #ZqPO2zBZQ8ZhBSOtGUrX9K3pwwtyfp0O { width:15.3125rem;height:3.9rem;top:40.8125rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15009;display:block; }#ZqPO2zBZQ8ZhBSOtGUrX9K3pwwtyfp0O li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #EIwTPFDBMfoS2xyTrdToIcyII8OcQMFC { width:15.75rem;height:0;top:56.375rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15010;display:none; }#EIwTPFDBMfoS2xyTrdToIcyII8OcQMFC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #WUwLJQil4tni2G0GD7ynRMehzCMCy2bg { width:19.875rem;height:27.1875rem;top:52.0625rem;left:0rem;background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/uc/74f4749e-9f30-444a-899f-7b4499944d88/opsto_bc.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;z-index:14995;display:block; }#WUwLJQil4tni2G0GD7ynRMehzCMCy2bg.adaptive-delivery-prevent-bg, #WUwLJQil4tni2G0GD7ynRMehzCMCy2bg.lazyload, #WUwLJQil4tni2G0GD7ynRMehzCMCy2bg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WpoqItVJkp44w4xLfN7XqzqzlTP3VMDc { width:16.0625rem;height:2.625rem;top:74.9375rem;left:1.9375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqBHZuSFAAlLIb0J2LtQs5uON2ssAc5G { display:block; }
 }@media only screen and (max-width: 763px) { #WIO9rN8aJnJhynIepav5Ps6Z4tCoG6gr { width:9.4375rem;height:9.1rem;top:62.375rem;left:9.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NmhKiQ6pJmXzViG1tEAuK3nHv8DKt1Tk { width:15.3125rem;height:2.4rem;top:53.9375rem;left:2.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dmzxZ3sxsUPA4zZJf4Bve3y1Euh3UT4k { width:9.9375rem;height:2.125rem;top:57rem;left:5.0625rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #om8QERsPxB48kXxHJU9VFULsSf0Id5TC { display:block; }
 }@media only screen and (max-width: 763px) { #DQHIRhAxZ7iyFS1Csdrq8wKrBWpC36Sx { width:6.5rem;height:0.975rem;top:57.625rem;left:7.5rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RIQ8ciHAPTp1TsvSKikOGpI9xWW4W9Xo { display:flex;width:1rem;height:1rem;top:57.5625rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #iFDi7KXTLTqN1vD6wsvyxKOJwfkPkzeb { width:7.75rem;height:12.9375rem;top:61rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ7D7rQ3TEHVmrWg479ygxsmTaCpDk9k { display:block; }#bQ7D7rQ3TEHVmrWg479ygxsmTaCpDk9k > .row .container { width:20rem;height:91.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNtqnWuzTGVugyDFMoJ8PPwMPGAC2kKB { width:19.75rem;height:44.9375rem;top:0.875rem;left:0rem;background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/uc/9e2226cd-dfa4-4ec4-a4dc-76ceb262686e/patternbglocacao.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }#PNtqnWuzTGVugyDFMoJ8PPwMPGAC2kKB.adaptive-delivery-prevent-bg, #PNtqnWuzTGVugyDFMoJ8PPwMPGAC2kKB.lazyload, #PNtqnWuzTGVugyDFMoJ8PPwMPGAC2kKB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wuiW3xpN7lug9TNhotM1R0ggNbXn8n6E { width:12.25rem;height:2.4rem;top:1.75rem;left:3.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZSTHG5ddSMG7Xo4HZvbo6JUaKVO23mFM { width:16.0625rem;height:2.625rem;top:40.875rem;left:1.96875rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #R3XzTZszFx58xHHQvzuvIy8IJo3SUqKl { display:block; }
 }@media only screen and (max-width: 763px) { #NvbCCTA7RsDQqqPoUO6U7TmsfGOEFO4m { width:10.125rem;height:2.125rem;top:4.625rem;left:4.9375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #KhtuErg7U5l4UOIDbTpeHeTawDi8pyCP { display:block; }
 }@media only screen and (max-width: 763px) { #egrG3540fiLXHgoTB9qXu1lqUNTGHGHr { width:6.5rem;height:0.975rem;top:5.1875rem;left:7.375rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tf5JVgf8oSTNWhlGfxqdGQVaLq9nXlzf { display:flex;width:1rem;height:1rem;top:5.1875rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #aDJCsKLsIpcHg2rHMB3ao2hmCzeNxain { width:17rem;height:0;top:8.6875rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #h6gUyfwGf9NeqQmSR6SiSXNoL4IwAua3 { width:14.875rem;height:3.9rem;top:7.8125rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15007;display:block; }#h6gUyfwGf9NeqQmSR6SiSXNoL4IwAua3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #UJ7rMUdQUwU7yy10sDk18Ay6CrlgfoFi { width:14.875rem;height:2.6rem;top:12.3125rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15008;display:block; }#UJ7rMUdQUwU7yy10sDk18Ay6CrlgfoFi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #xEq91dlIinOnpkQbeRrdTA8giTtv1rn6 { width:15.75rem;height:3.9rem;top:15.625rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15009;display:block; }#xEq91dlIinOnpkQbeRrdTA8giTtv1rn6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #TX3Ofs2n2AcCsgL3N5hSB1dvblqHeFnE { width:19.75rem;height:43.125rem;top:47.5625rem;left:0rem;background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/uc/74f4749e-9f30-444a-899f-7b4499944d88/opsto_bc.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;z-index:14995;display:block; }#TX3Ofs2n2AcCsgL3N5hSB1dvblqHeFnE.adaptive-delivery-prevent-bg, #TX3Ofs2n2AcCsgL3N5hSB1dvblqHeFnE.lazyload, #TX3Ofs2n2AcCsgL3N5hSB1dvblqHeFnE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TgQ4I2q2qwFCciM7X97b0M6tl0vwfGva { width:18.875rem;height:18.875rem;top:55.1875rem;left:0.5625rem;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/7b078da6-80d8-4b16-afe4-c7f641332d56/bhs156.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14996;display:block; }#TgQ4I2q2qwFCciM7X97b0M6tl0vwfGva.adaptive-delivery-prevent-bg, #TgQ4I2q2qwFCciM7X97b0M6tl0vwfGva.lazyload, #TgQ4I2q2qwFCciM7X97b0M6tl0vwfGva.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Sidl3G2gOawFbIkOxE4ThN07LDzabIsN { width:16.0625rem;height:2.625rem;top:85.9375rem;left:1.96875rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLNcS3FPCmSzPAL1dmdGapZMoXRSSKP1 { display:block; }
 }@media only screen and (max-width: 763px) { #d23bkwoC9aStuZm5Jz9hwbqwgQWZL09q { width:17.8125rem;height:2.6rem;top:75.375rem;left:1.09375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#d23bkwoC9aStuZm5Jz9hwbqwgQWZL09q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #fpr7uDD4hvytARBiy9kPOWaoBRooAWhP { width:17.8125rem;height:2.6rem;top:78.625rem;left:1.09375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#fpr7uDD4hvytARBiy9kPOWaoBRooAWhP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #VUIPpm0fltEWx4D4ehGBMagHtRQFrphT { width:17.8125rem;height:2.6rem;top:81.9375rem;left:1.09375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#VUIPpm0fltEWx4D4ehGBMagHtRQFrphT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #wNbf0AO0l4Cr8ATWgnySukkkkP6tbzNz { width:15.3125rem;height:2.4rem;top:48.8125rem;left:2.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FXeWTssI4xIJUkCbo3ZEwCc7crkH6Tm4 { width:9.9375rem;height:2.125rem;top:51.875rem;left:5.0625rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #xG5GkvwMZgZxHJ7kafMAvJzLvmTkUitA { display:block; }
 }@media only screen and (max-width: 763px) { #Wxx5reEqwGGvKqpd2kwfGkJUWrGLbbXg { width:6.5rem;height:0.975rem;top:52.5rem;left:7.5rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #F6lHSVrMvBdpuPnOTfss16Szuz8Qyn72 { display:flex;width:1rem;height:1rem;top:52.4375rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #vNQRWRE78AgDBI2oWMEDeVLoTtrdmdbt { top:7.8125rem;left:0.5625rem;width:18.875rem;height:18.875rem;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0), #f3f3f3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0), #f3f3f3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0), #f3f3f3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0), #f3f3f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='#f3f3f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='#f3f3f3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0), #f3f3f3);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zkFXc1h61aJqvJt1aeodbLzHCAJGioVA { top:55.1875rem;left:0.5625rem;width:18.875rem;height:18.875rem;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0), #f3f3f3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0), #f3f3f3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0), #f3f3f3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0), #f3f3f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='#f3f3f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='#f3f3f3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0), #f3f3f3);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZyTDk4TZA27KgHFgiIT8OIuFDrdPOMBL { width:12.875rem;height:22.125rem;top:20.301876068115rem;left:3.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2siK81u2D66TQ6qksE10v1M7NCbseGT { display:block; }#B2siK81u2D66TQ6qksE10v1M7NCbseGT > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVFTxvL39QwGaJdTwW9xioGk5kXrmihl { width:19.75rem;height:59.5rem;top:0.875rem;left:0rem;background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/uc/9e2226cd-dfa4-4ec4-a4dc-76ceb262686e/patternbglocacao.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }#dVFTxvL39QwGaJdTwW9xioGk5kXrmihl.adaptive-delivery-prevent-bg, #dVFTxvL39QwGaJdTwW9xioGk5kXrmihl.lazyload, #dVFTxvL39QwGaJdTwW9xioGk5kXrmihl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EQiDW233CWSKaruaB8qxNWKUP8kq62Ez { width:18.875rem;height:22.9375rem;top:9.8125rem;left:0.5625rem;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/177f7ec4-ad23-4814-b8b8-692cf1990584/baixados.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#EQiDW233CWSKaruaB8qxNWKUP8kq62Ez.adaptive-delivery-prevent-bg, #EQiDW233CWSKaruaB8qxNWKUP8kq62Ez.lazyload, #EQiDW233CWSKaruaB8qxNWKUP8kq62Ez.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tHc7DCeOQHQU3IKC27PHF9GdsSiT3opy { width:18.4375rem;height:3.9rem;top:49.375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#tHc7DCeOQHQU3IKC27PHF9GdsSiT3opy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #nlZNT4Leg9fAS37FxIHkeGFiFxqxAxTF { width:18.4375rem;height:5.2rem;top:38.75rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#nlZNT4Leg9fAS37FxIHkeGFiFxqxAxTF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #Sx8dih0l6BNM4hqtZCeo25Zumt2WkPcn { width:16.0625rem;height:2.625rem;top:55.1875rem;left:1.96875rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTcVE8NCTwOJqSwDGO5IALGnpDw02q6h { display:block; }
 }@media only screen and (max-width: 763px) { #H0NgcLNfPBloaDnMbxUmUzAH2CMfqbz9 { width:18.4375rem;height:3.9rem;top:34.125rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#H0NgcLNfPBloaDnMbxUmUzAH2CMfqbz9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #x8rrm6tI8akq6xyFJvk0zDyr214b7xMo { width:18rem;height:2.4rem;top:3.1875rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #okDtXuoM9CoXAl9b8BmCDRh0n7wZMrIc { width:10.125rem;height:2.125rem;top:6.4375rem;left:4.375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #OQTxVz44XUmZZ18KUhz79S9mTTCrnJ4e { display:block; }
 }@media only screen and (max-width: 763px) { #rDwpLKpRWUHwcMAbbxIW0SmWcO5J8oQC { width:6.5rem;height:0.975rem;top:7rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #B4basUsDROgBuOCfPCBbFwoJHXVsM5Sh { display:flex;width:1rem;height:1rem;top:7rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #uKbfv1xP12qvt0TPawDpKwX3gWm5Hh4r { width:18.4375rem;height:3.9rem;top:44.6875rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#uKbfv1xP12qvt0TPawDpKwX3gWm5Hh4r li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d0cd82e27578656b7cc472573bda28d5095d3781.svg); }
 }@media only screen and (max-width: 763px) { #OlairzgUKM9xFlyIkh15ODAT5sKVISWJ { display:block; }#OlairzgUKM9xFlyIkh15ODAT5sKVISWJ > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #so6u2FXu3OrbLu5mSSKVVOO6AQTDif1H { width:20rem;height:0.975rem;top:6.337890625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBSaLL4zhmoR3427PnskSKAX1HXHAVRo { width:5.3125rem;height:0.975rem;top:2.82421875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNRADmlN1tU2Mu7OhZcsJN2XFNcu5zV0 { display:flex;width:1.25rem;height:1.25rem;top:2.6875rem;left:6.375rem; }
#FNRADmlN1tU2Mu7OhZcsJN2XFNcu5zV0 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #aWLn4Tk17uN7kAkrKVyeCCb1nVlybXBi { display:flex;width:1.25rem;height:1.25rem;top:2.6875rem;left:7.9375rem; }
#aWLn4Tk17uN7kAkrKVyeCCb1nVlybXBi > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #BMQ1yaz09IXiet9hQWiVLmQIelZ2AIz2 { display:flex;width:1.25rem;height:1.25rem;top:2.6875rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #lLaGpoXQRzL4IxQCTMiV5wXdH4xB0GLA { width:6.625rem;height:3.25rem;top:1.625rem;left:12.375rem;display:block; }
 }