.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:255,235,200;--color-primary-1:247,223,185;--color-primary-2:220,193,168;--color-primary-3:255,199,106;--color-primary-4:192,155,130;--color-secondary-0:228,225,231;--color-secondary-1:173,166,182;--color-secondary-2:118,106,133;--color-secondary-3:71,64,80;--color-secondary-4:27,6,51;--color-tertiary-0:255,255,255;--color-tertiary-1:185,185,185;--color-tertiary-2:40,40,40;--color-tertiary-3:9,9,16;--color-tertiary-4:0,0,0;--headlines-font-family:open sans;--paragraphs-font-family:Univia; }@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:#3e3939;background-image:url("https://images.assets-landingi.com/IHLNOMuB/oijhg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/3atrlIV8/fundo_1.jpg");background-position:top right !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R.adaptive-delivery-prevent-bg, #PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R.lazyload, #PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R.lazyloading { background-image: none; }#PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R > .row .container { background-color: transparent; background-image: none; }#PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R > .row .container > .video-iframe-container { display: none; }#PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R > .row > .video-iframe-container { display: none; }#PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R > .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); }#PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R > .row .container { border-width: 0; border-radius: 0; }#PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R > .row .container { font-size:0.875rem;font-family:arial;height:59.4375rem;width:75rem;position:relative;display:block; }#AGoZ0z3DzR5kTDpWb6oreuzoPeqrDLby { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:19.4375rem;top:0.75rem;left:26.968751907349rem;overflow:hidden;display:block; }
#ecNysMN1cEbEfGpbfwZlDVMM1f626SPz { color:rgba(var(--color-tertiary-0),1);display:block;width:71.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:22.75rem;left:1.78125rem;height:2.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vq0qPM4X8ttgtXwU9qxRUQLCIeKoRSog { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:2.9375rem;top:33.375rem;left:17.0625rem;overflow:hidden;display:block; }
#rZHzT8xSXJObtVx0kxGVAAm6rahK826b { color:#feeac9;display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:36.3125rem;left:14.25rem;height:2.29345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yUOh7zXmT0Q8bguG3nZsLyKC81dNU5TV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:2.9375rem;top:33.375rem;left:55.25rem;overflow:hidden;display:block; }
#Dnakr81suhLp1fqT87BQQpfWTgDfw2p4 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:2.9375rem;top:33.375rem;left:36.125rem;overflow:hidden;display:block; }
#Np8roCEutVgBThECHcm08JGHxHKDi59y { color:#feeac9;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:36.4375rem;left:50.625rem;height:2.29345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PvNwFNsiqUSoEAH6ssxygd6Bd1MwAc7O { color:#feeac9;display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:36.375rem;left:33.25rem;height:2.29345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KXfLr9wnubu255tOKJbFlShCbegln0GU { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:65.625rem;top:38.5rem;left:5.25rem;overflow:hidden;display:block; }
#BPlw9kupvn8XSKRKCg6dBqm0MtQW97Sa { color:rgba(var(--color-tertiary-0),1);display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:42.5rem;left:13.875rem;height:5.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s80ptGdCrqfpVR6gr8DXnqSFxVuUm1Mh { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.5rem;width:53.5rem;top:40.625rem;left:10.5rem;display:block; }
#VgXTG7l0OIrE594ry0SH5Pu29hOgdEKw { color:rgba(var(--color-tertiary-0),1);display:block;width:61.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:20.1875rem;left:6.7500019073488rem;height:9.036625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJPcxHC4iDT9xUhWqFDUhh17rCiTpc57 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:65.625rem;top:37.04296875rem;left:6.09375rem;overflow:hidden;display:none; }
#rycKVacAzuEsVZhp8AvNvU7kwU25cAue { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:54.4375rem;width:42.1875rem;display:none; }
#Spq7k41MHFBBbvsarUOJoLuv7WJKEQoC { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.875rem #feeac9;display:block;z-index:15005;top:55.4375rem;left:35.687501907349rem;display:block; }
#sd36cDZl8Pf5kwfedWe5IzXd55RVuWcM { background-color:transparent;background-image: -webkit-linear-gradient(174deg, #55df55, #1f9b6f);background-image: -moz-linear-gradient(174deg, #55df55, #1f9b6f);background-image: -ms-linear-gradient(174deg, #55df55, #1f9b6f);background-image: -o-linear-gradient(174deg, #55df55, #1f9b6f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#55df55', endColorstr='#1f9b6f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#55df55', endColorstr='#1f9b6f' );";background-image: linear-gradient(174deg, #55df55, #1f9b6f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.8125rem;height:5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:49.5625rem;left:23.281251907349rem;display:block; }
#yNghTcbWD8bbWNty777CvPASFW4p83Wo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XJHHOJaJcMe0xF07KBk5Hc9bdhrR64H6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33rem;width:25.375rem;top:58.375rem;left:47.905469894409rem;overflow:hidden;display:block; }
#VsWtvSeneJoTJFRpyrdK4rKmWD6TBcGT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/PvqoMEkv/fundo2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VsWtvSeneJoTJFRpyrdK4rKmWD6TBcGT.adaptive-delivery-prevent-bg, #VsWtvSeneJoTJFRpyrdK4rKmWD6TBcGT.lazyload, #VsWtvSeneJoTJFRpyrdK4rKmWD6TBcGT.lazyloading { background-image: none; }#VsWtvSeneJoTJFRpyrdK4rKmWD6TBcGT > .row .container { background-color: transparent; background-image: none; }#VsWtvSeneJoTJFRpyrdK4rKmWD6TBcGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsWtvSeneJoTJFRpyrdK4rKmWD6TBcGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsWtvSeneJoTJFRpyrdK4rKmWD6TBcGT > .row .container > .video-iframe-container { display: none; }#VsWtvSeneJoTJFRpyrdK4rKmWD6TBcGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsWtvSeneJoTJFRpyrdK4rKmWD6TBcGT > .row > .video-iframe-container { display: none; }#VsWtvSeneJoTJFRpyrdK4rKmWD6TBcGT > .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); }#VsWtvSeneJoTJFRpyrdK4rKmWD6TBcGT > .row .container { border-width: 0; border-radius: 0; }#VsWtvSeneJoTJFRpyrdK4rKmWD6TBcGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VsWtvSeneJoTJFRpyrdK4rKmWD6TBcGT > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#OLdlS7pQ2MtzCZsSocxdTy7QwknuUFz5 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:3.79296875rem;left:3.65625rem;height:25.25rem;font-style:normal;display:block; }
#fMDtokTBTkosLQQrI5muDizV3y0av2IR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33rem;width:25.375rem;top:58.375rem;left:47.905469894409rem;overflow:hidden;display:none; }
#gRSddBUqhfwCa4XZzMKEyCfSTAXFbBTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/ehd5u8NV/fundo_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gRSddBUqhfwCa4XZzMKEyCfSTAXFbBTD.adaptive-delivery-prevent-bg, #gRSddBUqhfwCa4XZzMKEyCfSTAXFbBTD.lazyload, #gRSddBUqhfwCa4XZzMKEyCfSTAXFbBTD.lazyloading { background-image: none; }#gRSddBUqhfwCa4XZzMKEyCfSTAXFbBTD > .row .container { background-color: transparent; background-image: none; }#gRSddBUqhfwCa4XZzMKEyCfSTAXFbBTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRSddBUqhfwCa4XZzMKEyCfSTAXFbBTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRSddBUqhfwCa4XZzMKEyCfSTAXFbBTD > .row .container > .video-iframe-container { display: none; }#gRSddBUqhfwCa4XZzMKEyCfSTAXFbBTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRSddBUqhfwCa4XZzMKEyCfSTAXFbBTD > .row > .video-iframe-container { display: none; }#gRSddBUqhfwCa4XZzMKEyCfSTAXFbBTD > .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); }#gRSddBUqhfwCa4XZzMKEyCfSTAXFbBTD > .row .container { border-width: 0; border-radius: 0; }#gRSddBUqhfwCa4XZzMKEyCfSTAXFbBTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gRSddBUqhfwCa4XZzMKEyCfSTAXFbBTD > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;position:relative;display:block; }#Lc3OX8MD5JLiKV64O0dhuJpdG3sGKRV5 { color:rgba(var(--color-tertiary-0),1);display:block;width:60.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:3.0726566314698rem;left:6.65468788147rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MQ6JkuCrKPgBQWyZGzTnkxnWbAFt985w { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:21.1875rem;left:1.6875rem;height:5.267575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bNz3fTK1uoowJ6IO2tC4XhyNsiVA3aiP { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:21.1875rem;left:50.75rem;height:6.9921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UFUaSlHMym1uy6EOCMUnF0pHHw46kIpO { color:rgba(var(--color-tertiary-0),1);display:block;width:60.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:34.3125rem;left:5.8125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KyzwyunHUyDSb9xCa2EeTbk9mOvdqdzy { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-4),0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.625rem;width:55.1875rem;top:32.3125rem;left:9.5625rem;display:block; }
#yG3kvPspqVr9Nzg5CqVo5TioUL6vZlr9 { position:absolute;display:block;z-index:14994;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:27.875rem;width:21.5rem;top:12.875rem;left:25.500001907349rem;overflow:hidden;display:block; }
#fRlDOKmmaaVpusM3GdNPU9TDHolEw7CF { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:17.625rem;top:0.87343788146975rem;left:27.375001907349rem;overflow:hidden;display:block; }
#QXGo9UwHAbai7oXvt3OchcTsn7lPQhcR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:17.625rem;top:3.3742153644562rem;left:26.500001907349rem;overflow:hidden;display:none; }
#h457nS09JQuBLAX0OuC8XDTgFhhqRTFB { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14995;top:12.875rem;left:12.375rem;display:block; }
#frTOOU1HN0I24wT90sUMBcQffJtXh9mN { position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;border-top:0.125rem solid #feeac9;border-left:0.125rem solid #feeac9;border-right:0.125rem solid #feeac9;border-bottom:0.125rem solid #feeac9;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5rem;width:6.5rem;top:12.5rem;left:12.125rem;display:block; }
#yLwroQPGSFktAtRwIn9yXipTASESTH8r { position:absolute;display:block;z-index:14993;background-color:transparent;background-image:none;border-top:0.0625rem solid #feeac9;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:36.625rem;top:16.25rem;left:18.875rem;display:block; }
#P2xxCpdT1lbhivb2mfyH9IHpiKmtcd9R { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.125rem solid #feeac9;border-left:0.125rem solid #feeac9;border-right:0.125rem solid #feeac9;border-bottom:0.125rem solid #feeac9;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5rem;width:6.5rem;top:12.625rem;left:55.4375rem;display:block; }
#CWxn3lNdfMZH1hr736QQvs1PBer2uOm5 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:13.9375rem;left:56.8125rem;display:block; }
#T2maGA1rG887tg56fmii1ZkF5URasTrI { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:15.8125rem;top:28.875rem;left:5.8125rem;overflow:hidden;display:block; }
#nhLnZiz5ZHq2KxTB3yOBR7g3fgKAt8rJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/XVNyt8zA/Prancheta_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nhLnZiz5ZHq2KxTB3yOBR7g3fgKAt8rJ.adaptive-delivery-prevent-bg, #nhLnZiz5ZHq2KxTB3yOBR7g3fgKAt8rJ.lazyload, #nhLnZiz5ZHq2KxTB3yOBR7g3fgKAt8rJ.lazyloading { background-image: none; }#nhLnZiz5ZHq2KxTB3yOBR7g3fgKAt8rJ > .row .container { background-color: transparent; background-image: none; }#nhLnZiz5ZHq2KxTB3yOBR7g3fgKAt8rJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhLnZiz5ZHq2KxTB3yOBR7g3fgKAt8rJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhLnZiz5ZHq2KxTB3yOBR7g3fgKAt8rJ > .row .container > .video-iframe-container { display: none; }#nhLnZiz5ZHq2KxTB3yOBR7g3fgKAt8rJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhLnZiz5ZHq2KxTB3yOBR7g3fgKAt8rJ > .row > .video-iframe-container { display: none; }#nhLnZiz5ZHq2KxTB3yOBR7g3fgKAt8rJ > .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); }#nhLnZiz5ZHq2KxTB3yOBR7g3fgKAt8rJ > .row .container { border-width: 0; border-radius: 0; }#nhLnZiz5ZHq2KxTB3yOBR7g3fgKAt8rJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nhLnZiz5ZHq2KxTB3yOBR7g3fgKAt8rJ > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:75rem;position:relative;display:block; }#OiLkJXqPXZhXghctsraQ7tvkkadTG15L { color:rgba(var(--color-tertiary-0),1);display:block;width:60.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:1.375rem;left:8.0625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qq8upFrgZDh2R6sURr7X2P6uqCUc52ry { color:rgba(var(--color-tertiary-0),1);display:block;width:60.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:4rem;left:8.0625rem;height:3.01220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dETCva39WDnTo3qNn1KEoTo9Slif9D84 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.0625rem;left:39.561719894409rem;height:14.375rem;font-style:normal;display:block; }
#hty91rnVhbC4Dz5O6p4HNehWpAF0vyVD { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:24.5625rem;top:7.5625rem;left:10.828126907349rem;overflow:hidden;display:block; }
#rJSczZCJ8wWxGnTS68py509wxFOXsRgz { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:30.664935111999rem;left:15.953992843628rem;height:6.0244125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vm2rcmMKhrB1x6duIFqpB5oOVTCxC13p { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:21.375rem;top:29.812504768372rem;left:37.5rem;overflow:hidden;display:block; }
#xqTrXEsG9x45XZT5WD4J2vF00zFv2XEw { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:39.999133110046rem;left:4.75rem;height:11rem;font-style:normal;display:block; }
#BE2qydez9JBczR4Xt9FDkcVNSqys4eRd { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:17.3745rem;top:37.248046875rem;left:4.7490234375rem;overflow:hidden;display:block; }
#mL4bJ5MtHZ578zkPtgMoa2RxsfS6AfyH { position:absolute;display:block;z-index:15011;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:17.8125rem;width:28.6875rem;top:35.562500953674rem;left:40.1875rem;overflow:hidden;display:block; }
#ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/ehd5u8NV/fundo_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0.adaptive-delivery-prevent-bg, #ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0.lazyload, #ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0.lazyloading { background-image: none; }#ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0 > .row .container { background-color: transparent; background-image: none; }#ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0 > .row .container > .video-iframe-container { display: none; }#ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0 > .row > .video-iframe-container { display: none; }#ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0 > .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); }#ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0 > .row .container { border-width: 0; border-radius: 0; }#ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0 > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#HqohmDAXGamOCbZBxSrrIoRyc2uyTx3D { color:rgba(var(--color-primary-1),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.0625rem;left:1.125rem;height:4.30625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iSHnHPu1cD086fPGf5iHh3iV70wg3AT0 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:9.625rem;left:5.8125rem;height:5.38671875rem;font-style:normal;display:block; }
#inxxcr1V2TyutOlc2emeS43bdUsCHBPr { color:rgba(var(--color-primary-1),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.75rem;left:0rem;height:4.30625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pXmgTGLo1tRzObWlipRbrVZEQA3Navdq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.625rem;left:6.3125rem;height:2.7246125rem;font-style:normal;display:block; }
#g4GlyHsm8uX14zT8EUHlG0KQ3mD76IkK { color:rgba(var(--color-primary-1),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9.0625rem;left:20rem;height:4.30625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qAUHKtiTai5nfHpgUuRf4K0LlJLbs0zp { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.9375rem;left:25.8125rem;height:2.6621125rem;font-style:normal;display:block; }
#aGDTJ9szUVGbCzzKcowqDiyMcZsd5y4P { color:rgba(var(--color-primary-1),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.75rem;left:20rem;height:4.30625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HRZqKXRrM0qHbfcCIW0tOcvftV5sgs4C { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.625rem;left:25.8125rem;height:2.7246125rem;font-style:normal;display:block; }
#ErLrD18A9lhv2MQ2bCkGi2TSZ063Tf2s { color:rgba(var(--color-primary-1),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.125rem;left:38.6875rem;height:4.30625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x3aCipoIp2T9QHi6rTQIhpJvKUU4lQia { color:rgba(var(--color-primary-1),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:15.75rem;left:38.75rem;height:4.30625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZBSVZUDUEUNHEwQ7X4xQBXMvXTbf5mAz { color:rgba(var(--color-primary-1),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.125rem;left:57.4375rem;height:4.30625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#os0IDPu8HyfQ7wbSB2pOam4sKugpGwn9 { color:rgba(var(--color-primary-1),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:15.6875rem;left:58.1875rem;height:4.30625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L5DGvVAznzxQgB2zKxtLFcWZeFoWeKDz { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10rem;left:44.5rem;height:2.6621125rem;font-style:normal;display:block; }
#IBUTBUUVImRKVxc3rUwMBkQ6TWCnUr8t { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:16.625rem;left:44.5625rem;height:2.6621125rem;font-style:normal;display:block; }
#TwGGEsEfelkgFbgv293OUCLBxIviXqsQ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:10rem;left:63.25rem;height:2.7246125rem;font-style:normal;display:block; }
#GCXGUOoUugoCS1xzt7aTszVskB5mBzXt { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:16.1875rem;left:64.25rem;height:4.0244125rem;font-style:normal;display:block; }
#r9aM3RJ1U3c1X20AUi2oE2gGH1W2NRDu { color:rgba(var(--color-primary-1),1);display:block;width:41rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8820314407349rem;left:16.499219894409rem;height:4.3183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pHphbPRCtsZUsb5N3qmvhwaTlqTeW6l2 { background-color:transparent;background-image: -webkit-linear-gradient(174deg, #55df55, #1f9b6f);background-image: -moz-linear-gradient(174deg, #55df55, #1f9b6f);background-image: -ms-linear-gradient(174deg, #55df55, #1f9b6f);background-image: -o-linear-gradient(174deg, #55df55, #1f9b6f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#55df55', endColorstr='#1f9b6f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#55df55', endColorstr='#1f9b6f' );";background-image: linear-gradient(174deg, #55df55, #1f9b6f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.8125rem;height:5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:24.6875rem;left:23.592969894409rem;display:block; }
#Gm7Gb4hkfcSxwJWyyTo6PGPazGQ46Aoq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e1LA2Twb76rUHa73x01V6PrplhTubAbX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/GswVHZNm/Sem_T_tulo_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e1LA2Twb76rUHa73x01V6PrplhTubAbX.adaptive-delivery-prevent-bg, #e1LA2Twb76rUHa73x01V6PrplhTubAbX.lazyload, #e1LA2Twb76rUHa73x01V6PrplhTubAbX.lazyloading { background-image: none; }#e1LA2Twb76rUHa73x01V6PrplhTubAbX > .row .container { background-color: transparent; background-image: none; }#e1LA2Twb76rUHa73x01V6PrplhTubAbX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.37); }#e1LA2Twb76rUHa73x01V6PrplhTubAbX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1LA2Twb76rUHa73x01V6PrplhTubAbX > .row .container > .video-iframe-container { display: none; }#e1LA2Twb76rUHa73x01V6PrplhTubAbX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.37); }#e1LA2Twb76rUHa73x01V6PrplhTubAbX > .row > .video-iframe-container { display: none; }#e1LA2Twb76rUHa73x01V6PrplhTubAbX > .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); }#e1LA2Twb76rUHa73x01V6PrplhTubAbX > .row .container { border-width: 0; border-radius: 0; }#e1LA2Twb76rUHa73x01V6PrplhTubAbX::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; }#e1LA2Twb76rUHa73x01V6PrplhTubAbX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e1LA2Twb76rUHa73x01V6PrplhTubAbX > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;position:relative;display:block; }#oML4GB3rtonKMln5qDUyDOZcrhRRQ5XL { color:rgba(var(--color-tertiary-0),1);display:block;width:34.621125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:2.71875rem;left:35.246095657349rem;height:10.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/IHLNOMuB/oijhg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R.adaptive-delivery-prevent-bg, #hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R.lazyload, #hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R.lazyloading { background-image: none; }#hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R > .row .container { background-color: transparent; background-image: none; }#hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R > .row .container > .video-iframe-container { display: none; }#hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R > .row > .video-iframe-container { display: none; }#hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R > .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); }#hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R > .row .container { border-width: 0; border-radius: 0; }#hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R::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; }#hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:75rem;position:relative;display:block; }#saz1tSOxiGr6pXicV7HgUTofv56GTlKF { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:21.75rem;left:3.3125rem;height:12rem;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;text-align:center;text-align-last:center;display:block; }
#GLsO2DawbSI7CTmZy8JWaZtK4MbHrM0C { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:29.625rem;left:41.875rem;height:13.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#GLsO2DawbSI7CTmZy8JWaZtK4MbHrM0C li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GLsO2DawbSI7CTmZy8JWaZtK4MbHrM0C li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
#QaQb8rvIgg7V5Xu2KaW7Ies3ufBrVEH7 { position:absolute;display:block;z-index:14999;background-color:rgba(5,17,35,0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:38.625rem;width:35.5rem;top:9.5625rem;left:1.25rem;display:block; }
#KFJN9w0TkdIGsaMx572Wv332Q3SMlIvO { position:absolute;display:block;z-index:15000;background-color:rgba(34,28,46,0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:38.75rem;width:35.375rem;top:9.625rem;left:38.811719894409rem;display:block; }
#BXvDZHSkF6SehSZmNa7LTH4R6u9zpwSX { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:11.3125rem;top:4.4375rem;left:13.3125rem;overflow:hidden;display:block; }
#JcbQSmToL3ZTeMQrTlqpXuO4mTg7Len6 { color:rgba(var(--color-primary-1),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.5rem;left:41.5rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tt8lfxuMNGsioqO8AhW3WMOPC30GGMPS { color:rgba(var(--color-primary-1),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.5rem;left:3.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GBz3oPZlelN1xRl5giq5hEIaCwurl9x5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:11.3125rem;top:4.4375rem;left:50.8125rem;overflow:hidden;display:block; }
#QAT9b1RsJGOE9k9TyFpQNJEaC8a9MtGu { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dotted rgba(var(--color-primary-1),1);border-right:0;border-bottom:0rem solid rgba(var(--color-primary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36rem;width:0.75rem;top:9.6588439941406rem;left:37.5rem;display:none; }
#mrJIkRnZpFKb76vw6cebxpa0uIlWnyFg { color:rgba(var(--color-primary-1),1);display:block;width:40.9989375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9041652679443rem;left:17.531251907349rem;height:2.7246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#icnZ7EdAq54zoUTRPBP5LsAq6RwKO8Fy { color:rgba(var(--color-tertiary-0),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:22.6875rem;left:40.875rem;height:4.5rem;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;text-align:center;text-align-last:center;display:block; }
#WU5MM7NtbTwiwcNRdmRttrbrrX7H3ZpG { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:35.83203125rem;left:3.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#WU5MM7NtbTwiwcNRdmRttrbrrX7H3ZpG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WU5MM7NtbTwiwcNRdmRttrbrrX7H3ZpG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
#mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/IHLNOMuB/oijhg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE.adaptive-delivery-prevent-bg, #mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE.lazyload, #mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE.lazyloading { background-image: none; }#mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE > .row .container { background-color: transparent; background-image: none; }#mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE > .row .container > .video-iframe-container { display: none; }#mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE > .row > .video-iframe-container { display: none; }#mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE > .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); }#mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE > .row .container { border-width: 0; border-radius: 0; }#mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE::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; }#mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#tyTsB30VBn9oOTmXHk5WTdpXTUsdWPCs { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:20.5625rem;left:3.5rem;height:12rem;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;text-align:center;text-align-last:center;display:block; }
#Prl60AIXcbeJRDTTdW34eelalLW26OrS { position:absolute;display:block;z-index:15001;background-color:rgba(34,28,46,0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:44.5rem;width:35.4375rem;top:4.5rem;left:1.0593757629394rem;display:block; }
#GiopZycOLfqxzZFtVWFPTxTmWWrDKOv5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4984375rem;width:11.56175rem;top:0.43748760223389rem;left:12.937501907349rem;overflow:hidden;display:block; }
#TpkvoMwpBShGzVDJRQy3EvcXb2XdOdiw { position:absolute;display:block;z-index:15000;background-color:rgba(5,17,35,0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:45.125rem;width:35.375rem;top:4.4984436035156rem;left:38.561719894409rem;display:block; }
#hWKVQoensqLvWqJxV5UrUXRm5hfweVpE { color:rgba(var(--color-primary-1),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.875rem;left:4.75rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fQZJgkoHTCXG4VUdULr4NxMkQILZvGrt { color:rgba(var(--color-primary-1),1);display:block;width:29.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.875rem;left:41.6875rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WolgZsGcA0MtNWRIAryMSLPLtZMGAEOc { color:rgba(var(--color-tertiary-1),1);display:block;width:30.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:22.0625rem;left:41.25rem;height:9rem;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;text-align:center;text-align-last:center;display:block; }
#bXs4tOy7TMu2fmPiJpdk0xsDIz7GGtDA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:12.625rem;top:0rem;left:50.46826171875rem;overflow:hidden;display:block; }
#wcXxxXliGC7XwTZf2TgtL4owIEERsArA { color:rgba(var(--color-tertiary-1),1);display:block;width:30.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:33.625rem;left:41.25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#wcXxxXliGC7XwTZf2TgtL4owIEERsArA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wcXxxXliGC7XwTZf2TgtL4owIEERsArA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
#RxTF5ivHwn7fFACW0c7HrnfkUA1tdwDD { color:rgba(var(--color-tertiary-1),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:35.125rem;left:2.75rem;height:;font-style:normal;display:block; }#RxTF5ivHwn7fFACW0c7HrnfkUA1tdwDD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RxTF5ivHwn7fFACW0c7HrnfkUA1tdwDD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
#HsaFU3i2C2Ti1UNRJkVq8QQRaSKdUHi1 { color:rgba(var(--color-tertiary-1),1);display:block;width:30.121125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:42.625rem;left:41.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#HsaFU3i2C2Ti1UNRJkVq8QQRaSKdUHi1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HsaFU3i2C2Ti1UNRJkVq8QQRaSKdUHi1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
#V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/IHLNOMuB/oijhg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP.adaptive-delivery-prevent-bg, #V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP.lazyload, #V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP.lazyloading { background-image: none; }#V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP > .row .container { background-color: transparent; background-image: none; }#V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP > .row .container > .video-iframe-container { display: none; }#V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP > .row > .video-iframe-container { display: none; }#V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP > .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); }#V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP > .row .container { border-width: 0; border-radius: 0; }#V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP::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; }#V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP > .row .container { font-size:0.875rem;font-family:arial;height:59.6875rem;width:75rem;position:relative;display:block; }#co3mXF0yoeOlo8t5NdaUPxHtlqI3PGGA { color:rgba(var(--color-tertiary-0),1);display:block;width:29.7486875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:33.93359375rem;left:3.875rem;height:;font-style:normal;display:block; }#co3mXF0yoeOlo8t5NdaUPxHtlqI3PGGA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#co3mXF0yoeOlo8t5NdaUPxHtlqI3PGGA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
#H7AtAhxN1mnycyROq8uXAsiRsHqCv5ks { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:35.55908203125rem;left:41.93701171875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#H7AtAhxN1mnycyROq8uXAsiRsHqCv5ks li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H7AtAhxN1mnycyROq8uXAsiRsHqCv5ks li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
#GE8I7JginodwXUASmHig599ZB7oGaBiB { position:absolute;display:block;z-index:14999;background-color:rgba(5,17,35,0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:50.25rem;width:35.375rem;top:6.6867370605469rem;left:1.0609378814698rem;display:block; }
#gva7sI5hmOExzpwOmevavhusf2DRPCmr { position:absolute;display:block;z-index:15000;background-color:rgba(34,28,46,0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:50rem;width:35.375rem;top:6.75rem;left:38.624998092651rem;display:block; }
#uVa4hED8uOVSDmeQD6kRAyGb8g6f0S5B { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:11.3125rem;top:1.5625rem;left:13.09375rem;overflow:hidden;display:block; }
#fP0GEqRVnUylrT8DSbi27cFXNVmTqiUX { color:rgba(var(--color-primary-1),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.4619140625rem;left:44.53125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QchCwa3JM6dhMvFl04b3Dg9GuXRZvKUd { color:rgba(var(--color-primary-1),1);display:block;width:24.6861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.4609375rem;left:6.375rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QcOTqpavevWBqJhZa3TBNgFTtth0lcXf { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1234375rem;width:11.3109375rem;top:1.5624992251396rem;left:50.594533920288rem;overflow:hidden;display:block; }
#PFfLB4WvTzxX7aiIbiXpQe77tgv68IpA { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dotted rgba(var(--color-primary-1),1);border-right:0;border-bottom:0rem solid rgba(var(--color-primary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36rem;width:0.75rem;top:9.6588439941406rem;left:37.5rem;display:none; }
#nB8dNbrlyIJFN91QTZswHEnQmPt6fLVT { color:rgba(var(--color-tertiary-0),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:18.2490234375rem;left:40.40625rem;height:15rem;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;text-align:center;text-align-last:center;display:block; }
#iAeKmcwZf7xq5EOwSt3Fe6XtXbVwTTrl { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3736875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:21.248046875rem;left:4.0625rem;height:9rem;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;text-align:center;text-align-last:center;display:block; }
#faqggBexzJT3iaMg4iQ9kSQnT1giGdLq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/IHLNOMuB/oijhg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#faqggBexzJT3iaMg4iQ9kSQnT1giGdLq.adaptive-delivery-prevent-bg, #faqggBexzJT3iaMg4iQ9kSQnT1giGdLq.lazyload, #faqggBexzJT3iaMg4iQ9kSQnT1giGdLq.lazyloading { background-image: none; }#faqggBexzJT3iaMg4iQ9kSQnT1giGdLq > .row .container { background-color: transparent; background-image: none; }#faqggBexzJT3iaMg4iQ9kSQnT1giGdLq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#faqggBexzJT3iaMg4iQ9kSQnT1giGdLq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faqggBexzJT3iaMg4iQ9kSQnT1giGdLq > .row .container > .video-iframe-container { display: none; }#faqggBexzJT3iaMg4iQ9kSQnT1giGdLq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#faqggBexzJT3iaMg4iQ9kSQnT1giGdLq > .row > .video-iframe-container { display: none; }#faqggBexzJT3iaMg4iQ9kSQnT1giGdLq > .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); }#faqggBexzJT3iaMg4iQ9kSQnT1giGdLq > .row .container { border-width: 0; border-radius: 0; }#faqggBexzJT3iaMg4iQ9kSQnT1giGdLq::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; }#faqggBexzJT3iaMg4iQ9kSQnT1giGdLq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#faqggBexzJT3iaMg4iQ9kSQnT1giGdLq > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:75rem;position:relative;display:block; }#WndNDIdoND5WGFDBPTzu1I8xqS3iMLLH { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:32.0625rem;left:4.25rem;height:10.5625rem;font-style:normal;display:block; }#WndNDIdoND5WGFDBPTzu1I8xqS3iMLLH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WndNDIdoND5WGFDBPTzu1I8xqS3iMLLH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
#OzXdIEI4JNRQkfl0Ut35aTI7ERVOtC7I { position:absolute;display:block;z-index:15001;background-color:rgba(34,28,46,0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:42.0625rem;width:35.375rem;top:3.5625rem;left:1.0593757629394rem;display:block; }
#ToCh1POXd8flI60ot1990chexWHOUEdf { position:absolute;display:block;z-index:15000;background-color:rgba(5,17,35,0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:42.25rem;width:35.3125rem;top:3.3101501464844rem;left:38.56015586853rem;display:block; }
#UtwCHvh4pCMS5T8UZPxLkU08SBeAPwPQ { color:rgba(var(--color-primary-1),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14rem;left:4.25rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T95hWIwq7G9cdBEvpeAPfTmxV71OfPti { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:18.5625rem;left:3.0625rem;height:12rem;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;text-align:center;text-align-last:center;display:block; }
#n8XGmH1z1ycm3oaoE0dCH45JytFhFgaQ { color:rgba(var(--color-primary-1),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.3115234375rem;left:42rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WGvhZcNSFqHPSUOqWctnmxiwuvZ3WvQ4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:11.5625rem;top:0rem;left:50.46875rem;overflow:hidden;display:block; }
#vkhcu9TRwLl1ENX2xxnkyELQgik8AusS { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5600625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:18.3427734375rem;left:40.43701171875rem;height:6.9995125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oEetJqCuaqBOdDqT111BTVVPbsNqkEsF { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:28.40185546875rem;left:40.83984375rem;height:;font-style:normal;display:block; }#oEetJqCuaqBOdDqT111BTVVPbsNqkEsF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oEetJqCuaqBOdDqT111BTVVPbsNqkEsF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
#ziPf0R6oQZTZZPHcqROAQgqJPL01E6Z5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:11.5625rem;top:69.999999046325rem;left:12.000001907349rem;overflow:hidden;display:none; }
#e6HqyJBKTPXau8FDkRQywTLrUKOaH2st { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:11.5625rem;top:0.6875rem;left:12.062501907349rem;overflow:hidden;display:block; }
#LwX5JtPewqb1EXJ1dkosZGTvFVsN2RZw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/IHLNOMuB/oijhg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LwX5JtPewqb1EXJ1dkosZGTvFVsN2RZw.adaptive-delivery-prevent-bg, #LwX5JtPewqb1EXJ1dkosZGTvFVsN2RZw.lazyload, #LwX5JtPewqb1EXJ1dkosZGTvFVsN2RZw.lazyloading { background-image: none; }#LwX5JtPewqb1EXJ1dkosZGTvFVsN2RZw > .row .container { background-color: transparent; background-image: none; }#LwX5JtPewqb1EXJ1dkosZGTvFVsN2RZw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.45); }#LwX5JtPewqb1EXJ1dkosZGTvFVsN2RZw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwX5JtPewqb1EXJ1dkosZGTvFVsN2RZw > .row .container > .video-iframe-container { display: none; }#LwX5JtPewqb1EXJ1dkosZGTvFVsN2RZw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.45); }#LwX5JtPewqb1EXJ1dkosZGTvFVsN2RZw > .row > .video-iframe-container { display: none; }#LwX5JtPewqb1EXJ1dkosZGTvFVsN2RZw > .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); }#LwX5JtPewqb1EXJ1dkosZGTvFVsN2RZw > .row .container { border-width: 0; border-radius: 0; }#LwX5JtPewqb1EXJ1dkosZGTvFVsN2RZw::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; }#LwX5JtPewqb1EXJ1dkosZGTvFVsN2RZw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LwX5JtPewqb1EXJ1dkosZGTvFVsN2RZw > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:block; }#bf2fgX3EiQXsspWrpxhrTrU5wi7tkJw9 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:28.687501430511rem;left:6.9921894073488rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#bf2fgX3EiQXsspWrpxhrTrU5wi7tkJw9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bf2fgX3EiQXsspWrpxhrTrU5wi7tkJw9 li:before{  }
#ILSztL1kfRDq6oQU6xdZx9kB7oRsusSW { color:rgba(var(--color-tertiary-1),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:26.468749523163rem;left:6.9921894073488rem;height:1.5rem;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;text-align:left;text-align-last:left;display:block; }
#fQJmgfE1oxAvGkgbmbRm7eUTRHH58bsQ { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:16.84375rem;left:6.9921894073488rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#fQJmgfE1oxAvGkgbmbRm7eUTRHH58bsQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fQJmgfE1oxAvGkgbmbRm7eUTRHH58bsQ li:before{  }
#qtKSFAGdQ7ZURzVckTBfi5Iorw93TpnK { color:rgba(var(--color-tertiary-1),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:14.375rem;left:7.52499961853rem;height:1.5rem;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;text-align:left;text-align-last:left;display:block; }
#aooUWhfEo3qK3zyh7VnwzXLwz3O0DMcW { position:absolute;display:block;z-index:15000;background-color:rgba(34,28,46,0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:33.9375rem;width:71.875rem;top:2.1875rem;left:1.6867179870606rem;display:block; }
#PVDqrlNANdhlNtreAwC7kyfPAOuvMkXN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:11.5625rem;top:1.1875rem;left:22rem;overflow:hidden;display:block; }
#TFJNgddJapStEOXnU0DzdhPisclvPA2p { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4rem;top:6.6875rem;left:25.8125rem;display:block; }
#o0XR2ZN9M1ZHEZlQEdHMTl5X47d45f0Z { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:4.8125rem;left:26.3125rem;height:6.6625rem;display:block; }
#JtaT8X8bb04b0hHiHLgdvE5Vw8fvIe1g { color:rgba(var(--color-primary-1),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5625004768369rem;left:28.14999961853rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VfT2aIx0NIvQ9pHAyImFGWfGIhzaDVCw { color:rgba(var(--color-tertiary-0),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:15.874999523163rem;left:39.46249961853rem;height:;font-style:normal;display:block; }#VfT2aIx0NIvQ9pHAyImFGWfGIhzaDVCw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VfT2aIx0NIvQ9pHAyImFGWfGIhzaDVCw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
#nAOBGSpkckGGD2qcNTTzeh2sBKSt2sF3 { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.625rem;width:31.5rem;top:13.874999523163rem;left:37.89999961853rem;display:block; }
#ZQGbA5zzCpmcmaUdIF2Mhdup4d890K5M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZQGbA5zzCpmcmaUdIF2Mhdup4d890K5M > .row .container { background-color: transparent; background-image: none; }#ZQGbA5zzCpmcmaUdIF2Mhdup4d890K5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQGbA5zzCpmcmaUdIF2Mhdup4d890K5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQGbA5zzCpmcmaUdIF2Mhdup4d890K5M > .row .container > .video-iframe-container { display: none; }#ZQGbA5zzCpmcmaUdIF2Mhdup4d890K5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQGbA5zzCpmcmaUdIF2Mhdup4d890K5M > .row > .video-iframe-container { display: none; }#ZQGbA5zzCpmcmaUdIF2Mhdup4d890K5M > .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); }#ZQGbA5zzCpmcmaUdIF2Mhdup4d890K5M > .row .container { border-width: 0; border-radius: 0; }#ZQGbA5zzCpmcmaUdIF2Mhdup4d890K5M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZQGbA5zzCpmcmaUdIF2Mhdup4d890K5M > .row .container { font-size:0.875rem;font-family:arial;height:83.375rem;width:75rem;position:relative;display:block; }#qRovA5Lvg6iwhNswdTr0BiMQTe4SWHfc { color:rgba(var(--color-tertiary-3),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4875011444092rem;left:14.343751907349rem;height:2.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O3qxAbxmf9BpXvc1idxbO55HtsbxvKgG { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0)', endColorstr='rgba(var(--color-primary-3),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0)', endColorstr='rgba(var(--color-primary-3),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:32.625rem;width:18.3125rem;top:10.3125rem;left:0rem;display:block; }
#EQemgg4ZERMTTqG2Oc6NuwBHMIySSZfA { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.762500762939rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pDprlBHkhNmZ6CSvFTGcZoln2CkBOHL3 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:21.5625rem;left:0rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bfLXFD5e29IghgS9A4ZHWBKqBnL0eE40 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:10.125rem;top:7.25rem;left:4.21875rem;overflow:hidden;display:block; }
#UV0n40u4doUsZ19xTGxGgCKiOkZvCV7O { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:28.512470245361rem;left:1.625rem;height:5.6621125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J87F6CN3Q2bDFNKXxnXNSkaHQHisv3gd { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0)', endColorstr='rgba(var(--color-primary-3),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0)', endColorstr='rgba(var(--color-primary-3),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:32.5625rem;width:17.6875rem;top:10.4375rem;left:19.375rem;display:block; }
#FtFse1VVlDJd8gGncMW1hOQb4mqUEAWO { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:24.33749961853rem;left:20.281251907349rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aAdofeQBzInMSrQhIInzr51gn9hO93FW { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:21.5625rem;left:20.031251907349rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u1WC2OmoD7JUQpaFQ6w8MEUzhyTTdczo { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:10.125rem;top:7.21875rem;left:23.031251907349rem;overflow:hidden;display:block; }
#tNBqdFodqQRNOlV0rIcQcW5x4NFUQUNg { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:29.41250038147rem;left:20.812501907349rem;height:8.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ms72E2ITI3IQ3yR7K54VKZVwJIDTwh1B { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0)', endColorstr='rgba(var(--color-primary-3),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0)', endColorstr='rgba(var(--color-primary-3),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:32.5625rem;width:17.875rem;top:10.34375rem;left:38.000001907349rem;display:block; }
#PpHVE3fQQUEu58kwpm0XZayCik6wdz4F { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:24.324218511581rem;left:38.124219894409rem;height:4.673825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W32ms7weXHukg7tZBUTOdWq5HJ6pzExq { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:21.5625rem;left:38.780469894409rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FmTxoOvZkPG7oW9l779u2TLLcL4tmAzf { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:29.41250038147rem;left:39.874219894409rem;height:5.32421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v13fbLstRuWrqA5VVMmeSJs1tchA5GTO { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0)', endColorstr='rgba(var(--color-primary-3),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0)', endColorstr='rgba(var(--color-primary-3),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:32.5625rem;width:18.375rem;top:10.34375rem;left:56.624998092651rem;display:block; }
#Q3POrA6xNqnpsF96KbEyUQlIJfKlZ2NK { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:10.1875rem;top:7.1875rem;left:60.499998092651rem;overflow:hidden;display:block; }
#DlTc8RpSVVCSnAT3oEUW2dqyZeiwkwTt { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:22.22500038147rem;left:57.531248092651rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TS9qprKE43oZkvHii8J6UnbUNP8udXEr { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:24.825000524521rem;left:57.656248092651rem;height:3.7119125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#amSrlIrE2gTOAT1b5XznfVgmrcviKSQX { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:29.974999904633rem;left:58.593748092651rem;height:10.5859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#plE5DoT1AfrNDnU6GRGTTRnBha1FDbLU { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:0.4375rem;width:12.5rem;top:3.46875rem;left:51.092969894409rem;display:block; }
#nCcEQaJU1FbJNKTaOaHZl0FZBNyp9NTP { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:0.4375rem;width:12.5rem;top:3.46875rem;left:7.8437519073488rem;display:block; }
#liMB5em2SHc4XlSiKenqL0PpaodapoSU { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:14.875rem;top:9.8117191791537rem;left:39.436719894409rem;overflow:hidden;display:block; }
#zATiXfVnRvHPhOW91yUTaZgiJhpkiT6S { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0)', endColorstr='rgba(var(--color-primary-3),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0)', endColorstr='rgba(var(--color-primary-3),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:32.5625rem;width:18.375rem;top:48.625rem;left:8.75rem;display:block; }
#btkG3toLpMTFVXF6Sx7o3whSWBx0oPch { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:68.125rem;left:10.5625rem;height:11.82321875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LTPoMW1yUPWLkFzzUQoKohoH9Xo06Xq5 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:63.125rem;left:9.8125rem;height:3.7119125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WAgCN5X6DH3Em5XDrMXxm1LntHDXfwKQ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:60.5625rem;left:9.6875rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kBZB4Q3sudiTMmWmlrNA3iZpykgGQ0yH { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:10.1875rem;top:45.5rem;left:12.625rem;overflow:hidden;display:block; }
#nuatniMVsEZSgW2CtvqfeHaD8ZtN9kiE { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0)', endColorstr='rgba(var(--color-primary-3),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0)', endColorstr='rgba(var(--color-primary-3),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:32.5625rem;width:18.375rem;top:48.6875rem;left:27.6875rem;display:block; }
#Cz6NQlkCLWBhZ1OoA0cEmTm81RCTQhpK { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:68.1875rem;left:29.5rem;height:9.223625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dscQTZBH5xECdvonOCUaUHpKaMDUeXEi { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:63.1875rem;left:28.75rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d43T29VfXOWQueu5aCxMe7gD4OGUXNrV { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:60.625rem;left:28.625rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rZlh2OPf1S4hN0glbvt2IEZ6Iyhi34z3 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:10.1875rem;top:45.5625rem;left:31.5625rem;overflow:hidden;display:block; }
#KSbxqBETxWQk0M7QlrMSPTA3ng5dSUkg { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0)', endColorstr='rgba(var(--color-primary-3),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0)', endColorstr='rgba(var(--color-primary-3),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0), rgba(var(--color-primary-3),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:32.5625rem;width:18.375rem;top:48.6875rem;left:46.4375rem;display:block; }
#ncXMAAAwzTfHwDkMMK2VrbmvD2vBvXwx { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:68.125rem;left:48rem;height:7.9238125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FDmLoiwLTV5KT0SQSCcTCf81gbKycAxa { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:62.1875rem;left:47.625rem;height:3.7119125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B2GNULASA5TczOLTWxNkvGZOXado9620 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:60.625rem;left:47.375rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NBVI5f8x9rcdbQC7Fi67KQExmzOaGyuB { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:10.1875rem;top:45.5625rem;left:50.3125rem;overflow:hidden;display:block; }
#BCuxLg2tRXzZVlDf0a7OV9b9Cuocmwmz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(250deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(250deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(250deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(250deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BCuxLg2tRXzZVlDf0a7OV9b9Cuocmwmz > .row .container { background-color: transparent; background-image: none; }#BCuxLg2tRXzZVlDf0a7OV9b9Cuocmwmz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCuxLg2tRXzZVlDf0a7OV9b9Cuocmwmz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCuxLg2tRXzZVlDf0a7OV9b9Cuocmwmz > .row .container > .video-iframe-container { display: none; }#BCuxLg2tRXzZVlDf0a7OV9b9Cuocmwmz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCuxLg2tRXzZVlDf0a7OV9b9Cuocmwmz > .row > .video-iframe-container { display: none; }#BCuxLg2tRXzZVlDf0a7OV9b9Cuocmwmz > .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); }#BCuxLg2tRXzZVlDf0a7OV9b9Cuocmwmz > .row .container { border-width: 0; border-radius: 0; }#BCuxLg2tRXzZVlDf0a7OV9b9Cuocmwmz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BCuxLg2tRXzZVlDf0a7OV9b9Cuocmwmz > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#WRlOvRuae45l0tBV1gFJIf5kBaFb2hSm { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:24.125rem;left:5.0625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NGiOqE49PqHRO87eOaNCUxvV1rX051Tx { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:29.55000077188rem;left:3.59375rem;height:7.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tIxmMWkd9nztuuWA5MMGheVGUN1Wl8LW { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:30.4375rem;left:28.593751907349rem;height:6.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q3Ubk5uNlTfptgVths7E4lfABeD19Pwu { position:absolute;display:block;z-index:15002;background-color:rgba(254,253,255,0.18);background-image:none;border-top:0.0625rem dotted rgba(var(--color-tertiary-4),0.41);border-left:0.0625rem dotted rgba(var(--color-tertiary-4),0.41);border-right:0.0625rem dotted rgba(var(--color-tertiary-4),0.41);border-bottom:0.0625rem dotted rgba(var(--color-tertiary-4),0.41);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(var(--color-tertiary-4),0.18) ;height:28.75rem;width:20.4375rem;top:13.125rem;left:27.3125rem;display:block; }
#ixPvkCMTIUoVVlehQcHa252HOVCEM2r1 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:26.212500095367rem;left:30.437501907349rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u6hcuM2O07NeRWLUWw20WCT6TWk96KFu { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:25.537500858307rem;left:55.031248092651rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#px7rT4tKalhGGTXHZQJ8t7oH415OKuFc { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:30.4375rem;left:53.75rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lN0ELmzW55Ue2xdwMlWMfIZIcqQPQTxS { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:11.375rem;top:8.4367184638975rem;left:6.8125019073488rem;overflow:hidden;display:block; }
#N6I3R5IN7SLCsmw7ax2XyCbTuE1Ia8t7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:11.6875rem;top:8.4374995231631rem;left:56.124998092651rem;overflow:hidden;display:block; }
#xLiakTHHNgfwckymDf9n74DLNIFcBe41 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:11.8125rem;top:8.4367184638975rem;left:30.875001907349rem;overflow:hidden;display:block; }
#BW7KmdTQdv8zfwA6O1RSqCtLvZ7npW4L { color:rgba(var(--color-tertiary-3),1);display:block;width:30.497625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.60546875rem;left:19.937501907349rem;height:3.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nhA3WibTbncN7BAGeNT3vhouRZCZx7tE { position:absolute;display:block;z-index:14996;background-color:rgba(254,253,255,0.18);background-image:none;border-top:0.0625rem dotted rgba(var(--color-tertiary-4),0.41);border-left:0.0625rem dotted rgba(var(--color-tertiary-4),0.41);border-right:0.0625rem dotted rgba(var(--color-tertiary-4),0.41);border-bottom:0.0625rem dotted rgba(var(--color-tertiary-4),0.41);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(var(--color-tertiary-4),0.18) ;height:28.0625rem;width:20.4375rem;top:13.125rem;left:2.3125rem;display:block; }
#qMsbRBHuwPPpWZUpLmWErDNxN0ToukXZ { position:absolute;display:block;z-index:15003;background-color:rgba(254,253,255,0.18);background-image:none;border-top:0.0625rem dotted rgba(var(--color-tertiary-4),0.41);border-left:0.0625rem dotted rgba(var(--color-tertiary-4),0.41);border-right:0.0625rem dotted rgba(var(--color-tertiary-4),0.41);border-bottom:0.0625rem dotted rgba(var(--color-tertiary-4),0.41);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(var(--color-tertiary-4),0.18) ;height:28.875rem;width:20.4375rem;top:13.125rem;left:52.25rem;display:block; }
#oTIlC22HmqyTdEk73IZ4B2sHIgLn12Rq { position:absolute;display:block;z-index:14999;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:22.75rem;width:32.125rem;top:0rem;left:8.90625rem;overflow:hidden;display:block; }
#PWL2f8wib5pzf7W6lw4FTrqiORtSn9NZ { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:20.25rem;top:36.4375rem;left:20rem;overflow:hidden;display:block; }
#TEPNBb15HKaVrzav9PNdSV3N7K2Bp2ak { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:22.375rem;top:0rem;left:51.3125rem;overflow:hidden;display:block; }
#EMLo7t19Ddnk6oIJ0Q59QOm9Xp4WrDCq { position:absolute;display:block;z-index:15009;background-color:#22156d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:0.4375rem;width:12.5rem;top:4.01171875rem;left:9.64999961853rem;display:block; }
#sMBgotauPnoclblxTfQsZFO9OgTaNGuy { position:absolute;display:block;z-index:15010;background-color:#22156d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:0.4375rem;width:12.5rem;top:4.01171875rem;left:47.27499961853rem;display:block; }
#VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/pedZ7F3L/fundo_3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF.adaptive-delivery-prevent-bg, #VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF.lazyload, #VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF.lazyloading { background-image: none; }#VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF > .row .container { background-color: transparent; background-image: none; }#VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF > .row .container > .video-iframe-container { display: none; }#VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF > .row > .video-iframe-container { display: none; }#VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF > .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); }#VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF > .row .container { border-width: 0; border-radius: 0; }#VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#oQwoVy73kKvq3UXa1TrZXTHIT7lzMRUV { color:#e50000;display:block;width:25.8109375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:23.9375rem;left:25.625rem;height:2.80615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vqnlorbRTcTJrsbBwT7toKeabiTzPb2d { color:#feeac9;display:block;width:8.49925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:29.75rem;left:28.5625rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DmqWmOLNM4sJPFJbhUG8f3rsQKMTlvwT { color:#feeac9;display:block;width:8.4984375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:27.4375rem;left:28.5625rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iicZs8mKqWTEecyZ4C7P1EDS3qBoPFym { color:#feeac9;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.875rem;left:31.9375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FiCnGgcNswAeG7pJdzRZQAxXDMdIyFMN { color:#feeac9;display:block;width:8.1225625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:29.875rem;left:40.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OfdIsiMImqTES4rD5GcuN4gnuKNL4VD0 { background-color:transparent;background-image: -webkit-linear-gradient(174deg, #55df55, #1f9b6f);background-image: -moz-linear-gradient(174deg, #55df55, #1f9b6f);background-image: -ms-linear-gradient(174deg, #55df55, #1f9b6f);background-image: -o-linear-gradient(174deg, #55df55, #1f9b6f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#55df55', endColorstr='#1f9b6f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#55df55', endColorstr='#1f9b6f' );";background-image: linear-gradient(174deg, #55df55, #1f9b6f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.8125rem;height:5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:36.5rem;left:25.125rem;display:block; }
#ybJCaI26XGuFzkbA8QU58cXNgea2EwcM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yzTaRRK734Mi1aRle3SyrqyakGXL3pki { color:#feeac9;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:33.0625rem;left:30.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tdLFTdEiA4oeB1eXqF0Oskf1bOHP8t9W { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 4.75rem rgba(255,220,164,0.3) ;height:18.25rem;width:33rem;top:21.75rem;left:21.9375rem;display:block; }
#axz2xZVi5Wuo70zSyJGAf8BeKnxq47qo { color:rgba(var(--color-primary-1),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.5625rem;left:26.0625rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MVuCsrc6Exgs42AsqIBSoDTgCMuGkPKC { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:16.75rem;top:26.58749961853rem;left:48.245313644409rem;overflow:hidden;display:block; }
#EPA6OnkcXPWKDTeQUy8nXFRtO9B3hhxT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:16.875rem;top:26.58749961853rem;left:10.062501907349rem;overflow:hidden;display:block; }
#ycqP4eCBex8sMMCQt1F1G5gMq4RsnLmE { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:19.9375rem;top:23.625rem;left:29.5625rem;overflow:hidden;display:block; }
#w1Tny7w6xRtQudKpu2moTBVxzCHqmAto { color:rgba(var(--color-primary-1),1);display:block;width:56.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.96250009536744rem;left:10.624219894409rem;height:13.24805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dCZfSG9TG8RDEO72EzwhBemzc3LkHSuF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f0716;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; }#dCZfSG9TG8RDEO72EzwhBemzc3LkHSuF > .row .container { background-color: transparent; background-image: none; }#dCZfSG9TG8RDEO72EzwhBemzc3LkHSuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCZfSG9TG8RDEO72EzwhBemzc3LkHSuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCZfSG9TG8RDEO72EzwhBemzc3LkHSuF > .row .container > .video-iframe-container { display: none; }#dCZfSG9TG8RDEO72EzwhBemzc3LkHSuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCZfSG9TG8RDEO72EzwhBemzc3LkHSuF > .row > .video-iframe-container { display: none; }#dCZfSG9TG8RDEO72EzwhBemzc3LkHSuF > .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); }#dCZfSG9TG8RDEO72EzwhBemzc3LkHSuF > .row .container { border-width: 0; border-radius: 0; }#dCZfSG9TG8RDEO72EzwhBemzc3LkHSuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dCZfSG9TG8RDEO72EzwhBemzc3LkHSuF > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#e40nSChTJ64fdy2r0kMzzDqg5nyAmzSd { color:rgba(var(--color-tertiary-0),1);display:block;width:45.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:9.1015625rem;left:28.561719894409rem;height:7.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VZkkvGH9BZIKzJF1SPgJtLTbllWhth6p { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:16.6875rem;top:0.875rem;left:8.71249961853rem;overflow:hidden;display:block; }
#BNibQVfJ2P2wrsW98PF1gnVVbhdrkmx3 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.5625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.375rem;left:28.499219894409rem;height:5.19921875rem;font-style:normal;display:block; }
#I74c7JDV6h8odnoAGSAoHD91773kDvwL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f0716;background-image:url("https://images.assets-landingi.com/3atrlIV8/fundo_1.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I74c7JDV6h8odnoAGSAoHD91773kDvwL.adaptive-delivery-prevent-bg, #I74c7JDV6h8odnoAGSAoHD91773kDvwL.lazyload, #I74c7JDV6h8odnoAGSAoHD91773kDvwL.lazyloading { background-image: none; }#I74c7JDV6h8odnoAGSAoHD91773kDvwL > .row .container { background-color: transparent; background-image: none; }#I74c7JDV6h8odnoAGSAoHD91773kDvwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I74c7JDV6h8odnoAGSAoHD91773kDvwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I74c7JDV6h8odnoAGSAoHD91773kDvwL > .row .container > .video-iframe-container { display: none; }#I74c7JDV6h8odnoAGSAoHD91773kDvwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I74c7JDV6h8odnoAGSAoHD91773kDvwL > .row > .video-iframe-container { display: none; }#I74c7JDV6h8odnoAGSAoHD91773kDvwL > .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); }#I74c7JDV6h8odnoAGSAoHD91773kDvwL > .row .container { border-width: 0; border-radius: 0; }#I74c7JDV6h8odnoAGSAoHD91773kDvwL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I74c7JDV6h8odnoAGSAoHD91773kDvwL > .row .container { font-size:0.875rem;font-family:arial;height:67.8125rem;width:75rem;position:relative;display:block; }#wkwWJAFtsBUGGTkfVD6UJQSr4uukxkd3 { color:rgba(var(--color-primary-1),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9140625rem;left:1.25rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UymQ4S40S7mDpZDJId7QnG3851Xcq5Vc { color:rgba(var(--color-primary-1),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.4140625rem;left:1.25rem;height:3.5683625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DT2C7FpwIdKx4KeFvv6Xb4G4zg28maDE { color:rgba(var(--color-tertiary-0),1);display:block;width:44.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:10.076171875rem;left:1.28125rem;height:41.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PN62IrwR5SNhUFvHpZh8SctIU5tfSImd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.75rem;width:27.8125rem;display:none; }
#EowOEObDdVLKEAwsyBi5Q0zVxdzikVSW { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:15.375rem;top:54.5rem;left:49.125rem;overflow:hidden;display:block; }
#LCirN0X0N0QfkdJHgvMTGn8ozAP4spXx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:14.0625rem;top:54.9375rem;left:60.875rem;overflow:hidden;display:block; }
#K2fv8nrfeovpOscg7FfLvxOlcxE8P56u { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:16.25rem;top:54.9375rem;left:36.25rem;overflow:hidden;display:block; }
#ON3Hx6MV1H6hTHdfBDRTh3d4I6PnlERF { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:16.375rem;top:55rem;left:23.875rem;overflow:hidden;display:block; }
#wo2XW3Hkqzdir46JhM85A8v8m5ZQpDiu { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:14.125rem;top:55.75rem;left:19.125rem;overflow:hidden;display:block; }
#FNr1Jf6eVfvJMRpm6tnpv8ienHSBSeAV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:14.875rem;top:55.5rem;left:8rem;overflow:hidden;display:block; }
#X23OTJuMU2lxwsCxN3RSBRx59aUWzv9T { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:13.5rem;top:56.25rem;left:0rem;overflow:hidden;display:block; }
#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #A29dXdrKryA6k1V0NabUXqLUnikt1RLf > .row .container { background-color: transparent; background-image: none; }#A29dXdrKryA6k1V0NabUXqLUnikt1RLf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A29dXdrKryA6k1V0NabUXqLUnikt1RLf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A29dXdrKryA6k1V0NabUXqLUnikt1RLf > .row .container > .video-iframe-container { display: none; }#A29dXdrKryA6k1V0NabUXqLUnikt1RLf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A29dXdrKryA6k1V0NabUXqLUnikt1RLf > .row > .video-iframe-container { display: none; }#A29dXdrKryA6k1V0NabUXqLUnikt1RLf > .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); }#A29dXdrKryA6k1V0NabUXqLUnikt1RLf > .row .container { border-width: 0; border-radius: 0; }#A29dXdrKryA6k1V0NabUXqLUnikt1RLf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A29dXdrKryA6k1V0NabUXqLUnikt1RLf > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R { display:block; }#PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGoZ0z3DzR5kTDpWb6oreuzoPeqrDLby { width:19.4375rem;height:19.4375rem;top:0.75rem;left:13.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecNysMN1cEbEfGpbfwZlDVMM1f626SPz { width:47.75rem;height:2.6875rem;top:22.75rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq0qPM4X8ttgtXwU9qxRUQLCIeKoRSog { width:2.9375rem;height:3rem;top:33.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZHzT8xSXJObtVx0kxGVAAm6rahK826b { width:9.875rem;height:2.1875rem;top:36.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUOh7zXmT0Q8bguG3nZsLyKC81dNU5TV { width:2.9375rem;height:3rem;top:33.375rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnakr81suhLp1fqT87BQQpfWTgDfw2p4 { width:2.9375rem;height:3rem;top:33.375rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np8roCEutVgBThECHcm08JGHxHKDi59y { width:13.125rem;height:2.1875rem;top:36.4375rem;left:34.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvNwFNsiqUSoEAH6ssxygd6Bd1MwAc7O { width:9.5rem;height:2.1875rem;top:36.375rem;left:19.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXfLr9wnubu255tOKJbFlShCbegln0GU { width:47.75rem;height:9.368095238095rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPlw9kupvn8XSKRKCg6dBqm0MtQW97Sa { width:45.75rem;height:5.6875rem;top:42.5rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s80ptGdCrqfpVR6gr8DXnqSFxVuUm1Mh { width:47.75rem;height:9.5rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgXTG7l0OIrE594ry0SH5Pu29hOgdEKw { width:47.75rem;height:8.5rem;top:20.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJPcxHC4iDT9xUhWqFDUhh17rCiTpc57 { width:47.75rem;height:9.368095238095rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rycKVacAzuEsVZhp8AvNvU7kwU25cAue { width:42.1875rem;height:54.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Spq7k41MHFBBbvsarUOJoLuv7WJKEQoC { width:3.625rem;height:3.75rem;top:55.4375rem;left:22.062501907349rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd36cDZl8Pf5kwfedWe5IzXd55RVuWcM { width:26.8125rem;height:5rem;top:49.5625rem;left:9.6562519073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNghTcbWD8bbWNty777CvPASFW4p83Wo { display:block; }
 }@media only screen and (max-width: 763px) { #XJHHOJaJcMe0xF07KBk5Hc9bdhrR64H6 { width:25.375rem;height:33rem;top:58.375rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsWtvSeneJoTJFRpyrdK4rKmWD6TBcGT { display:block; }#VsWtvSeneJoTJFRpyrdK4rKmWD6TBcGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLdlS7pQ2MtzCZsSocxdTy7QwknuUFz5 { width:38.125rem;height:26.25rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMDtokTBTkosLQQrI5muDizV3y0av2IR { width:25.375rem;height:33rem;top:58.375rem;left:22.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRSddBUqhfwCa4XZzMKEyCfSTAXFbBTD { display:block; }#gRSddBUqhfwCa4XZzMKEyCfSTAXFbBTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lc3OX8MD5JLiKV64O0dhuJpdG3sGKRV5 { width:47.75rem;height:7.75rem;top:3.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ6JkuCrKPgBQWyZGzTnkxnWbAFt985w { width:21.8125rem;height:5.0625rem;top:21.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNz3fTK1uoowJ6IO2tC4XhyNsiVA3aiP { width:23.625rem;height:8.5rem;top:21.1875rem;left:24rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFUaSlHMym1uy6EOCMUnF0pHHw46kIpO { width:47.75rem;height:2.5625rem;top:34.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyzwyunHUyDSb9xCa2EeTbk9mOvdqdzy { width:47.75rem;height:6.625rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG3kvPspqVr9Nzg5CqVo5TioUL6vZlr9 { width:21.5rem;height:27.875rem;top:12.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRlDOKmmaaVpusM3GdNPU9TDHolEw7CF { width:17.625rem;height:11rem;top:0.8125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXGo9UwHAbai7oXvt3OchcTsn7lPQhcR { width:17.625rem;height:11rem;top:3.3125rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h457nS09JQuBLAX0OuC8XDTgFhhqRTFB { width:6.25rem;height:6.25rem;top:12.875rem;left:7.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frTOOU1HN0I24wT90sUMBcQffJtXh9mN { width:6.5rem;height:6.5rem;top:12.5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLwroQPGSFktAtRwIn9yXipTASESTH8r { width:36.625rem;height:12.5rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2xxCpdT1lbhivb2mfyH9IHpiKmtcd9R { width:6.5rem;height:6.5rem;top:12.625rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWxn3lNdfMZH1hr736QQvs1PBer2uOm5 { width:4rem;height:4.0625rem;top:13.9375rem;left:34rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2maGA1rG887tg56fmii1ZkF5URasTrI { width:15.8125rem;height:11.1875rem;top:28.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhLnZiz5ZHq2KxTB3yOBR7g3fgKAt8rJ { display:block; }#nhLnZiz5ZHq2KxTB3yOBR7g3fgKAt8rJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiLkJXqPXZhXghctsraQ7tvkkadTG15L { width:47.75rem;height:2.5625rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq8upFrgZDh2R6sURr7X2P6uqCUc52ry { width:47.75rem;height:2.8125rem;top:4rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dETCva39WDnTo3qNn1KEoTo9Slif9D84 { width:31.875rem;height:14rem;top:10.0625rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hty91rnVhbC4Dz5O6p4HNehWpAF0vyVD { width:24.5625rem;height:20.625rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJSczZCJ8wWxGnTS68py509wxFOXsRgz { width:19.375rem;height:5.625rem;top:30.625rem;left:4.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm2rcmMKhrB1x6duIFqpB5oOVTCxC13p { width:21.375rem;height:7.4375rem;top:29.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqTrXEsG9x45XZT5WD4J2vF00zFv2XEw { width:31.875rem;height:10.6875rem;top:39.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE2qydez9JBczR4Xt9FDkcVNSqys4eRd { width:17.3125rem;height:10.83619312786rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL4bJ5MtHZ578zkPtgMoa2RxsfS6AfyH { width:28.6875rem;height:17.8125rem;top:35.5625rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0 { display:block; }#ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqohmDAXGamOCbZBxSrrIoRyc2uyTx3D { width:3.5rem;height:4.25rem;top:9.0625rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSHnHPu1cD086fPGf5iHh3iV70wg3AT0 { width:11.375rem;height:5.1875rem;top:9.625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #inxxcr1V2TyutOlc2emeS43bdUsCHBPr { width:5.8125rem;height:4.25rem;top:15.75rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXmgTGLo1tRzObWlipRbrVZEQA3Navdq { width:12.5rem;height:2.5625rem;top:16.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4GlyHsm8uX14zT8EUHlG0KQ3mD76IkK { width:5.8125rem;height:4.25rem;top:9.0625rem;left:11.9375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAUHKtiTai5nfHpgUuRf4K0LlJLbs0zp { width:10.5rem;height:2.5625rem;top:9.9375rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGDTJ9szUVGbCzzKcowqDiyMcZsd5y4P { width:5.8125rem;height:4.25rem;top:15.75rem;left:11.9375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRZqKXRrM0qHbfcCIW0tOcvftV5sgs4C { width:10.5rem;height:2.5625rem;top:16.625rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErLrD18A9lhv2MQ2bCkGi2TSZ063Tf2s { width:5.8125rem;height:4.25rem;top:9.125rem;left:23.875rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3aCipoIp2T9QHi6rTQIhpJvKUU4lQia { width:5.8125rem;height:4.25rem;top:15.75rem;left:23.875rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBSVZUDUEUNHEwQ7X4xQBXMvXTbf5mAz { width:5.8125rem;height:4.25rem;top:9.125rem;left:35.8125rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #os0IDPu8HyfQ7wbSB2pOam4sKugpGwn9 { width:5.8125rem;height:4.25rem;top:15.6875rem;left:35.8125rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5DGvVAznzxQgB2zKxtLFcWZeFoWeKDz { width:10.5rem;height:2.5625rem;top:10rem;left:25.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBUTBUUVImRKVxc3rUwMBkQ6TWCnUr8t { width:10.5rem;height:2.5625rem;top:16.625rem;left:25.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwGGEsEfelkgFbgv293OUCLBxIviXqsQ { width:10.5rem;height:2.5625rem;top:10rem;left:37.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCXGUOoUugoCS1xzt7aTszVskB5mBzXt { width:10.75rem;height:3.875rem;top:16.1875rem;left:37rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9aM3RJ1U3c1X20AUi2oE2gGH1W2NRDu { width:41rem;height:4.1875rem;top:1.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHphbPRCtsZUsb5N3qmvhwaTlqTeW6l2 { width:26.8125rem;height:5rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm7Gb4hkfcSxwJWyyTo6PGPazGQ46Aoq { display:block; }
 }@media only screen and (max-width: 763px) { #e1LA2Twb76rUHa73x01V6PrplhTubAbX { display:block; }#e1LA2Twb76rUHa73x01V6PrplhTubAbX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oML4GB3rtonKMln5qDUyDOZcrhRRQ5XL { width:34.5625rem;height:12.1875rem;top:2.6875rem;left:13.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R { display:block; }#hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saz1tSOxiGr6pXicV7HgUTofv56GTlKF { width:31.3125rem;height:12rem;top:21.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLsO2DawbSI7CTmZy8JWaZtK4MbHrM0C { width:28.625rem;height:13.875rem;top:29.625rem;left:19.125rem;font-size:0.8125rem;display:block; }#GLsO2DawbSI7CTmZy8JWaZtK4MbHrM0C li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
 }@media only screen and (max-width: 763px) { #QaQb8rvIgg7V5Xu2KaW7Ies3ufBrVEH7 { width:35.5rem;height:38.625rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFJN9w0TkdIGsaMx572Wv332Q3SMlIvO { width:35.375rem;height:38.75rem;top:9.625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXvDZHSkF6SehSZmNa7LTH4R6u9zpwSX { width:11.3125rem;height:11.1875rem;top:4.4375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcbQSmToL3ZTeMQrTlqpXuO4mTg7Len6 { width:29.4375rem;height:3.5rem;top:17.5rem;left:18.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt8lfxuMNGsioqO8AhW3WMOPC30GGMPS { width:30.9375rem;height:1.5625rem;top:17.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBz3oPZlelN1xRl5giq5hEIaCwurl9x5 { width:11.3125rem;height:11.125rem;top:4.4375rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAT9b1RsJGOE9k9TyFpQNJEaC8a9MtGu { width:0.75rem;height:36rem;top:9.625rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mrJIkRnZpFKb76vw6cebxpa0uIlWnyFg { width:40.9375rem;height:2.5625rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #icnZ7EdAq54zoUTRPBP5LsAq6RwKO8Fy { width:30.6875rem;height:4.5rem;top:22.6875rem;left:17.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU5MM7NtbTwiwcNRdmRttrbrrX7H3ZpG { width:28.625rem;height:;top:35.8125rem;left:0rem;font-size:0.8125rem;display:block; }#WU5MM7NtbTwiwcNRdmRttrbrrX7H3ZpG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
 }@media only screen and (max-width: 763px) { #mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE { display:block; }#mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyTsB30VBn9oOTmXHk5WTdpXTUsdWPCs { width:31.3125rem;height:12rem;top:20.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prl60AIXcbeJRDTTdW34eelalLW26OrS { width:35.4375rem;height:44.5rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiopZycOLfqxzZFtVWFPTxTmWWrDKOv5 { width:11.5rem;height:11.437025644907rem;top:0.375rem;left:6.1250019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpkvoMwpBShGzVDJRQy3EvcXb2XdOdiw { width:35.375rem;height:45.125rem;top:4.4375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWKVQoensqLvWqJxV5UrUXRm5hfweVpE { width:27.1875rem;height:3.5rem;top:13.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQZJgkoHTCXG4VUdULr4NxMkQILZvGrt { width:29.125rem;height:5.25rem;top:13.875rem;left:18.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WolgZsGcA0MtNWRIAryMSLPLtZMGAEOc { width:30.0625rem;height:9rem;top:22.0625rem;left:17.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXs4tOy7TMu2fmPiJpdk0xsDIz7GGtDA { width:12.625rem;height:12.375rem;top:0rem;left:30.03076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcXxxXliGC7XwTZf2TgtL4owIEERsArA { width:30.0625rem;height:;top:33.625rem;left:17.6875rem;font-size:0.8125rem;display:block; }#wcXxxXliGC7XwTZf2TgtL4owIEERsArA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
 }@media only screen and (max-width: 763px) { #RxTF5ivHwn7fFACW0c7HrnfkUA1tdwDD { width:31.3125rem;height:;top:35.125rem;left:0rem;font-size:0.8125rem;display:block; }#RxTF5ivHwn7fFACW0c7HrnfkUA1tdwDD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
 }@media only screen and (max-width: 763px) { #HsaFU3i2C2Ti1UNRJkVq8QQRaSKdUHi1 { width:30.0625rem;height:;top:42.625rem;left:17.6875rem;font-size:0.8125rem;display:block; }#HsaFU3i2C2Ti1UNRJkVq8QQRaSKdUHi1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
 }@media only screen and (max-width: 763px) { #V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP { display:block; }#V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #co3mXF0yoeOlo8t5NdaUPxHtlqI3PGGA { width:29.6875rem;height:;top:33.875rem;left:0rem;font-size:0.8125rem;display:block; }#co3mXF0yoeOlo8t5NdaUPxHtlqI3PGGA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
 }@media only screen and (max-width: 763px) { #H7AtAhxN1mnycyROq8uXAsiRsHqCv5ks { width:28.5625rem;height:;top:35.5rem;left:19.1875rem;font-size:0.8125rem;display:block; }#H7AtAhxN1mnycyROq8uXAsiRsHqCv5ks li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
 }@media only screen and (max-width: 763px) { #GE8I7JginodwXUASmHig599ZB7oGaBiB { width:35.375rem;height:50.25rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gva7sI5hmOExzpwOmevavhusf2DRPCmr { width:35.375rem;height:50rem;top:6.75rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVa4hED8uOVSDmeQD6kRAyGb8g6f0S5B { width:11.3125rem;height:11.125rem;top:1.5625rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP0GEqRVnUylrT8DSbi27cFXNVmTqiUX { width:23.4375rem;height:1.75rem;top:15.4375rem;left:24.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QchCwa3JM6dhMvFl04b3Dg9GuXRZvKUd { width:24.625rem;height:3.5rem;top:15.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcOTqpavevWBqJhZa3TBNgFTtth0lcXf { width:11.25rem;height:11.063510153336rem;top:1.5rem;left:30.157033920288rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFfLB4WvTzxX7aiIbiXpQe77tgv68IpA { width:0.75rem;height:36rem;top:9.625rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nB8dNbrlyIJFN91QTZswHEnQmPt6fLVT { width:31.6875rem;height:15rem;top:18.1875rem;left:16.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAeKmcwZf7xq5EOwSt3Fe6XtXbVwTTrl { width:29.3125rem;height:9rem;top:21.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #faqggBexzJT3iaMg4iQ9kSQnT1giGdLq { display:block; }#faqggBexzJT3iaMg4iQ9kSQnT1giGdLq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WndNDIdoND5WGFDBPTzu1I8xqS3iMLLH { width:31.3125rem;height:10.5625rem;top:32.0625rem;left:0rem;font-size:0.8125rem;display:block; }#WndNDIdoND5WGFDBPTzu1I8xqS3iMLLH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
 }@media only screen and (max-width: 763px) { #OzXdIEI4JNRQkfl0Ut35aTI7ERVOtC7I { width:35.375rem;height:42.0625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToCh1POXd8flI60ot1990chexWHOUEdf { width:35.3125rem;height:42.25rem;top:3.25rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtwCHvh4pCMS5T8UZPxLkU08SBeAPwPQ { width:29.1875rem;height:1.75rem;top:14rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T95hWIwq7G9cdBEvpeAPfTmxV71OfPti { width:31.5rem;height:12rem;top:18.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8XGmH1z1ycm3oaoE0dCH45JytFhFgaQ { width:28.5rem;height:3.5rem;top:13.25rem;left:19.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGvhZcNSFqHPSUOqWctnmxiwuvZ3WvQ4 { width:11.5625rem;height:11.375rem;top:0rem;left:30.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkhcu9TRwLl1ENX2xxnkyELQgik8AusS { width:31.5rem;height:6.5625rem;top:18.3125rem;left:16.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEetJqCuaqBOdDqT111BTVVPbsNqkEsF { width:31.3125rem;height:;top:28.375rem;left:16.4375rem;font-size:0.8125rem;display:block; }#oEetJqCuaqBOdDqT111BTVVPbsNqkEsF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
 }@media only screen and (max-width: 763px) { #ziPf0R6oQZTZZPHcqROAQgqJPL01E6Z5 { width:11.5625rem;height:11.375rem;top:69.9375rem;left:5.1875019073486rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6HqyJBKTPXau8FDkRQywTLrUKOaH2st { width:11.5625rem;height:11.375rem;top:0.6875rem;left:5.2500019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwX5JtPewqb1EXJ1dkosZGTvFVsN2RZw { display:block; }#LwX5JtPewqb1EXJ1dkosZGTvFVsN2RZw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bf2fgX3EiQXsspWrpxhrTrU5wi7tkJw9 { width:28.625rem;height:6rem;top:28.6875rem;left:0rem;font-size:0.8125rem;display:block; }#bf2fgX3EiQXsspWrpxhrTrU5wi7tkJw9 li:before{  }
 }@media only screen and (max-width: 763px) { #ILSztL1kfRDq6oQU6xdZx9kB7oRsusSW { width:28.625rem;height:1.5rem;top:26.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQJmgfE1oxAvGkgbmbRm7eUTRHH58bsQ { width:28.625rem;height:6.9375rem;top:16.8125rem;left:0rem;font-size:0.8125rem;display:block; }#fQJmgfE1oxAvGkgbmbRm7eUTRHH58bsQ li:before{  }
 }@media only screen and (max-width: 763px) { #qtKSFAGdQ7ZURzVckTBfi5Iorw93TpnK { width:28.625rem;height:1.5rem;top:14.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aooUWhfEo3qK3zyh7VnwzXLwz3O0DMcW { width:47.75rem;height:33.9375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVDqrlNANdhlNtreAwC7kyfPAOuvMkXN { width:11.5625rem;height:11.375rem;top:1.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFJNgddJapStEOXnU0DzdhPisclvPA2p { width:4rem;height:4.0625rem;top:6.6875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0XR2ZN9M1ZHEZlQEdHMTl5X47d45f0Z { width:12.5rem;height:6.625rem;top:4.8125rem;left:12.6875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtaT8X8bb04b0hHiHLgdvE5Vw8fvIe1g { width:28.5rem;height:1.75rem;top:6.5625rem;left:14.52499961853rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfT2aIx0NIvQ9pHAyImFGWfGIhzaDVCw { width:28.375rem;height:13.5625rem;top:15.8125rem;left:19.375rem;font-size:0.8125rem;display:block; }#VfT2aIx0NIvQ9pHAyImFGWfGIhzaDVCw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
 }@media only screen and (max-width: 763px) { #nAOBGSpkckGGD2qcNTTzeh2sBKSt2sF3 { width:31.5rem;height:17.625rem;top:13.8125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQGbA5zzCpmcmaUdIF2Mhdup4d890K5M { display:block; }#ZQGbA5zzCpmcmaUdIF2Mhdup4d890K5M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRovA5Lvg6iwhNswdTr0BiMQTe4SWHfc { width:42.5625rem;height:2.375rem;top:2.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3qxAbxmf9BpXvc1idxbO55HtsbxvKgG { width:18.3125rem;height:32.625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQemgg4ZERMTTqG2Oc6NuwBHMIySSZfA { width:18.6875rem;height:3.1875rem;top:23.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDprlBHkhNmZ6CSvFTGcZoln2CkBOHL3 { width:18.625rem;height:1.5625rem;top:21.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfLXFD5e29IghgS9A4ZHWBKqBnL0eE40 { width:10.125rem;height:13.5625rem;top:7.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV0n40u4doUsZ19xTGxGgCKiOkZvCV7O { width:15.5rem;height:7rem;top:28.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J87F6CN3Q2bDFNKXxnXNSkaHQHisv3gd { width:17.6875rem;height:32.5625rem;top:10.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtFse1VVlDJd8gGncMW1hOQb4mqUEAWO { width:14.75rem;height:2.6875rem;top:24.3125rem;left:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAdofeQBzInMSrQhIInzr51gn9hO93FW { width:16.1875rem;height:1.5625rem;top:21.5625rem;left:7.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1WC2OmoD7JUQpaFQ6w8MEUzhyTTdczo { width:10.125rem;height:13.625rem;top:7.1875rem;left:12.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNBqdFodqQRNOlV0rIcQcW5x4NFUQUNg { width:14.625rem;height:7.875rem;top:29.375rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms72E2ITI3IQ3yR7K54VKZVwJIDTwh1B { width:17.875rem;height:32.5625rem;top:10.3125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpHVE3fQQUEu58kwpm0XZayCik6wdz4F { width:17.5rem;height:4.5625rem;top:24.3125rem;left:18.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W32ms7weXHukg7tZBUTOdWq5HJ6pzExq { width:16.1875rem;height:1.5625rem;top:21.5625rem;left:19.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmTxoOvZkPG7oW9l779u2TLLcL4tmAzf { width:14rem;height:5.1875rem;top:29.375rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v13fbLstRuWrqA5VVMmeSJs1tchA5GTO { width:18.375rem;height:32.5625rem;top:10.3125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3POrA6xNqnpsF96KbEyUQlIJfKlZ2NK { width:10.1875rem;height:13.6875rem;top:7.1875rem;left:36.656248092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlTc8RpSVVCSnAT3oEUW2dqyZeiwkwTt { width:16.1875rem;height:1.5625rem;top:22.1875rem;left:31.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS9qprKE43oZkvHii8J6UnbUNP8udXEr { width:15.9375rem;height:3.5625rem;top:24.8125rem;left:31.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amSrlIrE2gTOAT1b5XznfVgmrcviKSQX { width:15.1875rem;height:10.375rem;top:29.9375rem;left:32.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #plE5DoT1AfrNDnU6GRGTTRnBha1FDbLU { width:12.5rem;height:0.4375rem;top:3.4375rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCcEQaJU1FbJNKTaOaHZl0FZBNyp9NTP { width:12.5rem;height:0.4375rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #liMB5em2SHc4XlSiKenqL0PpaodapoSU { width:14.875rem;height:11.0625rem;top:9.75rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zATiXfVnRvHPhOW91yUTaZgiJhpkiT6S { width:18.375rem;height:32.5625rem;top:48.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #btkG3toLpMTFVXF6Sx7o3whSWBx0oPch { width:15.1875rem;height:11.6875rem;top:68.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTPoMW1yUPWLkFzzUQoKohoH9Xo06Xq5 { width:15.9375rem;height:3.5625rem;top:63.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAgCN5X6DH3Em5XDrMXxm1LntHDXfwKQ { width:16.1875rem;height:1.5625rem;top:60.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBZB4Q3sudiTMmWmlrNA3iZpykgGQ0yH { width:10.1875rem;height:13.6875rem;top:45.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuatniMVsEZSgW2CtvqfeHaD8ZtN9kiE { width:18.375rem;height:32.5625rem;top:48.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz6NQlkCLWBhZ1OoA0cEmTm81RCTQhpK { width:15.1875rem;height:10.375rem;top:68.1875rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dscQTZBH5xECdvonOCUaUHpKaMDUeXEi { width:15.9375rem;height:2.625rem;top:63.1875rem;left:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d43T29VfXOWQueu5aCxMe7gD4OGUXNrV { width:16.1875rem;height:1.5625rem;top:60.625rem;left:7.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZlh2OPf1S4hN0glbvt2IEZ6Iyhi34z3 { width:10.1875rem;height:13.6875rem;top:45.5625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSbxqBETxWQk0M7QlrMSPTA3ng5dSUkg { width:18.375rem;height:32.5625rem;top:48.6875rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncXMAAAwzTfHwDkMMK2VrbmvD2vBvXwx { width:15.1875rem;height:9.0625rem;top:68.125rem;left:20.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDmLoiwLTV5KT0SQSCcTCf81gbKycAxa { width:15.9375rem;height:3.5625rem;top:62.1875rem;left:19.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2GNULASA5TczOLTWxNkvGZOXado9620 { width:16.1875rem;height:1.5625rem;top:60.625rem;left:19.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBVI5f8x9rcdbQC7Fi67KQExmzOaGyuB { width:10.1875rem;height:13.6875rem;top:45.5625rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCuxLg2tRXzZVlDf0a7OV9b9Cuocmwmz { display:block; }#BCuxLg2tRXzZVlDf0a7OV9b9Cuocmwmz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRlOvRuae45l0tBV1gFJIf5kBaFb2hSm { width:14.9375rem;height:;top:24.125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGiOqE49PqHRO87eOaNCUxvV1rX051Tx { width:17.8125rem;height:7.75rem;top:29.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIxmMWkd9nztuuWA5MMGheVGUN1Wl8LW { width:17.8125rem;height:6rem;top:30.4375rem;left:13.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3Ubk5uNlTfptgVths7E4lfABeD19Pwu { width:20.4375rem;height:28.75rem;top:13.125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixPvkCMTIUoVVlehQcHa252HOVCEM2r1 { width:14.125rem;height:2.6875rem;top:26.1875rem;left:16.750001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6hcuM2O07NeRWLUWw20WCT6TWk96KFu { width:14.9375rem;height:2.6875rem;top:25.5rem;left:32.218748092651rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #px7rT4tKalhGGTXHZQJ8t7oH415OKuFc { width:17.8125rem;height:7.5rem;top:30.4375rem;left:29.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN0ELmzW55Ue2xdwMlWMfIZIcqQPQTxS { width:11.375rem;height:15.1875rem;top:8.375rem;left:2.2500019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6I3R5IN7SLCsmw7ax2XyCbTuE1Ia8t7 { width:11.6875rem;height:15.625rem;top:8.375rem;left:33.312498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLiakTHHNgfwckymDf9n74DLNIFcBe41 { width:11.8125rem;height:15.875rem;top:8.375rem;left:17.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW7KmdTQdv8zfwA6O1RSqCtLvZ7npW4L { width:30.4375rem;height:3.25rem;top:2.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhA3WibTbncN7BAGeNT3vhouRZCZx7tE { width:20.4375rem;height:28.0625rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMsbRBHuwPPpWZUpLmWErDNxN0ToukXZ { width:20.4375rem;height:28.875rem;top:13.125rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTIlC22HmqyTdEk73IZ4B2sHIgLn12Rq { width:32.125rem;height:22.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWL2f8wib5pzf7W6lw4FTrqiORtSn9NZ { width:20.25rem;height:11.0625rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEPNBb15HKaVrzav9PNdSV3N7K2Bp2ak { width:22.375rem;height:15.8125rem;top:0rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMLo7t19Ddnk6oIJ0Q59QOm9Xp4WrDCq { width:12.5rem;height:0.4375rem;top:4rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMBgotauPnoclblxTfQsZFO9OgTaNGuy { width:12.5rem;height:0.4375rem;top:4rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF { display:block; }#VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQwoVy73kKvq3UXa1TrZXTHIT7lzMRUV { width:25.75rem;height:2.625rem;top:23.9375rem;left:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqnlorbRTcTJrsbBwT7toKeabiTzPb2d { width:8.4375rem;height:2.625rem;top:29.75rem;left:15.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmqWmOLNM4sJPFJbhUG8f3rsQKMTlvwT { width:8.4375rem;height:2.5rem;top:27.4375rem;left:15.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iicZs8mKqWTEecyZ4C7P1EDS3qBoPFym { width:14.625rem;height:6.5rem;top:26.875rem;left:17.125rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiCnGgcNswAeG7pJdzRZQAxXDMdIyFMN { width:8.0625rem;height:2.375rem;top:29.875rem;left:23.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfdIsiMImqTES4rD5GcuN4gnuKNL4VD0 { width:26.8125rem;height:5rem;top:36.5rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybJCaI26XGuFzkbA8QU58cXNgea2EwcM { display:block; }
 }@media only screen and (max-width: 763px) { #yzTaRRK734Mi1aRle3SyrqyakGXL3pki { width:14.9375rem;height:1.5625rem;top:33.0625rem;left:16.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdLFTdEiA4oeB1eXqF0Oskf1bOHP8t9W { width:33rem;height:18.25rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axz2xZVi5Wuo70zSyJGAf8BeKnxq47qo { width:24rem;height:2.5625rem;top:18.5625rem;left:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVuCsrc6Exgs42AsqIBSoDTgCMuGkPKC { width:16.75rem;height:10.375rem;top:26.5625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPA6OnkcXPWKDTeQUy8nXFRtO9B3hhxT { width:16.875rem;height:11.9375rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycqP4eCBex8sMMCQt1F1G5gMq4RsnLmE { width:19.9375rem;height:3.3125rem;top:23.625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1Tny7w6xRtQudKpu2moTBVxzCHqmAto { width:47.75rem;height:15.5625rem;top:0.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCZfSG9TG8RDEO72EzwhBemzc3LkHSuF { display:block; }#dCZfSG9TG8RDEO72EzwhBemzc3LkHSuF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e40nSChTJ64fdy2r0kMzzDqg5nyAmzSd { width:45.1875rem;height:7rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZkkvGH9BZIKzJF1SPgJtLTbllWhth6p { width:16.6875rem;height:15.375rem;top:0.875rem;left:1.8999996185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNibQVfJ2P2wrsW98PF1gnVVbhdrkmx3 { width:42.5625rem;height:5.1875rem;top:2.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I74c7JDV6h8odnoAGSAoHD91773kDvwL { display:block; }#I74c7JDV6h8odnoAGSAoHD91773kDvwL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkwWJAFtsBUGGTkfVD6UJQSr4uukxkd3 { width:20.5rem;height:2.5625rem;top:3.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UymQ4S40S7mDpZDJId7QnG3851Xcq5Vc { width:28.375rem;height:3.375rem;top:6.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT2C7FpwIdKx4KeFvv6Xb4G4zg28maDE { width:44.3125rem;height:43.0625rem;top:10.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN62IrwR5SNhUFvHpZh8SctIU5tfSImd { width:27.8125rem;height:41.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EowOEObDdVLKEAwsyBi5Q0zVxdzikVSW { width:15.375rem;height:12.125rem;top:54.5rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCirN0X0N0QfkdJHgvMTGn8ozAP4spXx { width:14.0625rem;height:11.25rem;top:54.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2fv8nrfeovpOscg7FfLvxOlcxE8P56u { width:16.25rem;height:11rem;top:54.9375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON3Hx6MV1H6hTHdfBDRTh3d4I6PnlERF { width:16.375rem;height:11.1875rem;top:55rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo2XW3Hkqzdir46JhM85A8v8m5ZQpDiu { width:14.125rem;height:10.9375rem;top:55.75rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNr1Jf6eVfvJMRpm6tnpv8ienHSBSeAV { width:14.875rem;height:11.875rem;top:55.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X23OTJuMU2lxwsCxN3RSBRx59aUWzv9T { width:13.5rem;height:10.4375rem;top:56.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #A29dXdrKryA6k1V0NabUXqLUnikt1RLf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3atrlIV8/fundo_1.jpg");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;display:block; }#PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R.adaptive-delivery-prevent-bg, #PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R.lazyload, #PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R.lazyloading { background-image: none; }#PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R > .row .container { background-color: transparent; background-image: none; }#PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R > .row .container > .video-iframe-container { display: none; }#PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R > .row > .video-iframe-container { display: none; }#PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R > .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); }#PJoRscqe9eE0hPqX8WFGaTB7QFmaNs8R > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGoZ0z3DzR5kTDpWb6oreuzoPeqrDLby { width:12.375rem;height:12.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecNysMN1cEbEfGpbfwZlDVMM1f626SPz { width:19.75rem;height:2.45rem;top:16.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq0qPM4X8ttgtXwU9qxRUQLCIeKoRSog { width:2.25rem;height:2.3125rem;top:23.25rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZHzT8xSXJObtVx0kxGVAAm6rahK826b { width:5.8125rem;height:2.925rem;top:26.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yUOh7zXmT0Q8bguG3nZsLyKC81dNU5TV { width:2.25rem;height:2.25rem;top:23.28125rem;left:15.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnakr81suhLp1fqT87BQQpfWTgDfw2p4 { width:2.25rem;height:2.3125rem;top:23.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np8roCEutVgBThECHcm08JGHxHKDi59y { width:5.8125rem;height:2.925rem;top:26.5rem;left:14.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PvNwFNsiqUSoEAH6ssxygd6Bd1MwAc7O { width:5.6875rem;height:2.925rem;top:26.0625rem;left:7.15625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KXfLr9wnubu255tOKJbFlShCbegln0GU { width:20rem;height:3.8125rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPlw9kupvn8XSKRKCg6dBqm0MtQW97Sa { width:20rem;height:5.25rem;top:32.6103515625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s80ptGdCrqfpVR6gr8DXnqSFxVuUm1Mh { width:20rem;height:6.875rem;top:31.9228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgXTG7l0OIrE594ry0SH5Pu29hOgdEKw { width:20rem;height:5.94791875rem;top:13.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJPcxHC4iDT9xUhWqFDUhh17rCiTpc57 { width:20rem;height:3.8125rem;top:31.0625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #rycKVacAzuEsVZhp8AvNvU7kwU25cAue { top:0rem;left:7.3750003576281rem;width:12.625rem;height:16.3125rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Spq7k41MHFBBbvsarUOJoLuv7WJKEQoC { width:3.625rem;height:3.75rem;top:41.735157012939rem;left:8.1875003576281rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd36cDZl8Pf5kwfedWe5IzXd55RVuWcM { width:18.0625rem;height:2.9375rem;top:38.797657012939rem;left:0.96875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNghTcbWD8bbWNty777CvPASFW4p83Wo { display:block; }
 }@media only screen and (max-width: 763px) { #XJHHOJaJcMe0xF07KBk5Hc9bdhrR64H6 { width:16.375rem;height:21.3125rem;top:49.4375rem;left:1.8125001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #VsWtvSeneJoTJFRpyrdK4rKmWD6TBcGT { display:block; }#VsWtvSeneJoTJFRpyrdK4rKmWD6TBcGT > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLdlS7pQ2MtzCZsSocxdTy7QwknuUFz5 { width:18.125rem;height:36rem;top:22.6875rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fMDtokTBTkosLQQrI5muDizV3y0av2IR { width:16.375rem;height:21.3125rem;top:1.375rem;left:1.8125001192093rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gRSddBUqhfwCa4XZzMKEyCfSTAXFbBTD { display:block; }#gRSddBUqhfwCa4XZzMKEyCfSTAXFbBTD > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lc3OX8MD5JLiKV64O0dhuJpdG3sGKRV5 { width:20rem;height:9.44925rem;top:1.25rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MQ6JkuCrKPgBQWyZGzTnkxnWbAFt985w { width:18.5625rem;height:4.048825rem;top:27.76171875rem;left:0.71875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bNz3fTK1uoowJ6IO2tC4XhyNsiVA3aiP { width:18.4375rem;height:6.7480625rem;top:40.49843788147rem;left:0.78125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UFUaSlHMym1uy6EOCMUnF0pHHw46kIpO { width:18.5625rem;height:3rem;top:49.684375762939rem;left:0.6875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KyzwyunHUyDSb9xCa2EeTbk9mOvdqdzy { width:20rem;height:5.5rem;top:48.434375762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG3kvPspqVr9Nzg5CqVo5TioUL6vZlr9 { width:14.1875rem;height:18.375rem;top:11.362500190735rem;left:2.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRlDOKmmaaVpusM3GdNPU9TDHolEw7CF { width:12.125rem;height:7.5rem;top:45.625rem;left:8.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #QXGo9UwHAbai7oXvt3OchcTsn7lPQhcR { width:12.125rem;height:7.5rem;top:46.496875762939rem;left:7.8750003576281rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #h457nS09JQuBLAX0OuC8XDTgFhhqRTFB { width:6.25rem;height:6.25rem;top:20.5625rem;left:6.875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frTOOU1HN0I24wT90sUMBcQffJtXh9mN { width:6.5rem;height:6.5rem;top:20.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLwroQPGSFktAtRwIn9yXipTASESTH8r { width:20rem;height:12.5rem;top:59.135417938233rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P2xxCpdT1lbhivb2mfyH9IHpiKmtcd9R { width:6.5rem;height:6.5rem;top:32.8125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWxn3lNdfMZH1hr736QQvs1PBer2uOm5 { width:4rem;height:4.0625rem;top:34.125rem;left:7.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2maGA1rG887tg56fmii1ZkF5URasTrI { width:15.8125rem;height:11.1875rem;top:72.947917938231rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhLnZiz5ZHq2KxTB3yOBR7g3fgKAt8rJ { display:block; }#nhLnZiz5ZHq2KxTB3yOBR7g3fgKAt8rJ > .row .container { width:20rem;height:72.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiLkJXqPXZhXghctsraQ7tvkkadTG15L { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Qq8upFrgZDh2R6sURr7X2P6uqCUc52ry { width:20rem;height:4.5rem;top:2.7500009536743rem;left:0rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dETCva39WDnTo3qNn1KEoTo9Slif9D84 { width:18.9375rem;height:16.5rem;top:21.317188262939rem;left:0.53125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hty91rnVhbC4Dz5O6p4HNehWpAF0vyVD { width:16.8125rem;height:14.125rem;top:7.19270837307rem;left:1.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJSczZCJ8wWxGnTS68py509wxFOXsRgz { width:19.375rem;height:4.34895625rem;top:40.943580627441rem;left:0rem;font-size:1.8125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vm2rcmMKhrB1x6duIFqpB5oOVTCxC13p { width:18.1875rem;height:6.25rem;top:46.423610687256rem;left:0.90538197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqTrXEsG9x45XZT5WD4J2vF00zFv2XEw { width:18.25rem;height:12rem;top:58.094532012939rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BE2qydez9JBczR4Xt9FDkcVNSqys4eRd { width:17.375rem;height:10.875rem;top:28.007032394409rem;left:2.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL4bJ5MtHZ578zkPtgMoa2RxsfS6AfyH { width:20rem;height:12.418300653595rem;top:49.241320610046rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0 { background-color:#000000;background-image:url("https://images.assets-landingi.com/ehd5u8NV/fundo_3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0.adaptive-delivery-prevent-bg, #ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0.lazyload, #ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0.lazyloading { background-image: none; }#ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0 > .row .container { background-color: transparent; background-image: none; }#ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0 > .row .container > .video-iframe-container { display: none; }#ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0 > .row > .video-iframe-container { display: none; }#ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0 > .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); }#ZhCKQ4v6RP5zTdXiLQi9kz4i0TAsWZI0 > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqohmDAXGamOCbZBxSrrIoRyc2uyTx3D { width:3.49921875rem;height:2.6rem;top:9.0625rem;left:4.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSHnHPu1cD086fPGf5iHh3iV70wg3AT0 { width:6.875rem;height:6.497375rem;top:11.625rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #inxxcr1V2TyutOlc2emeS43bdUsCHBPr { width:5.8125rem;height:2.6rem;top:9.0625rem;left:12.000000357628rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXmgTGLo1tRzObWlipRbrVZEQA3Navdq { width:7.1875rem;height:3.8984375rem;top:12.25rem;left:11.312500357628rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g4GlyHsm8uX14zT8EUHlG0KQ3mD76IkK { width:3.0625rem;height:2.6rem;top:20rem;left:4.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAUHKtiTai5nfHpgUuRf4K0LlJLbs0zp { width:7.625rem;height:5.19791875rem;top:23.4375rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aGDTJ9szUVGbCzzKcowqDiyMcZsd5y4P { width:5.8125rem;height:2.6rem;top:20rem;left:12rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRZqKXRrM0qHbfcCIW0tOcvftV5sgs4C { width:7.8125rem;height:3.8984375rem;top:23.4375rem;left:11.000000357628rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ErLrD18A9lhv2MQ2bCkGi2TSZ063Tf2s { width:5.8125rem;height:2.6rem;top:31.3125rem;left:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3aCipoIp2T9QHi6rTQIhpJvKUU4lQia { width:5.8125rem;height:2.6rem;top:31.3125rem;left:12rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBSVZUDUEUNHEwQ7X4xQBXMvXTbf5mAz { width:5.8125rem;height:2.6rem;top:41.8125rem;left:2.8437501192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #os0IDPu8HyfQ7wbSB2pOam4sKugpGwn9 { width:5.8125rem;height:2.6rem;top:41.8125rem;left:12.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5DGvVAznzxQgB2zKxtLFcWZeFoWeKDz { width:6.375rem;height:3.8984375rem;top:34.5625rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IBUTBUUVImRKVxc3rUwMBkQ6TWCnUr8t { width:6.125rem;height:3.8984375rem;top:34.5625rem;left:11.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwGGEsEfelkgFbgv293OUCLBxIviXqsQ { width:6.375rem;height:3.8984375rem;top:45.0625rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GCXGUOoUugoCS1xzt7aTszVskB5mBzXt { width:7.1875rem;height:3.8984375rem;top:45.0625rem;left:11.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r9aM3RJ1U3c1X20AUi2oE2gGH1W2NRDu { width:19.9984375rem;height:6.8229375rem;top:1.1328125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHphbPRCtsZUsb5N3qmvhwaTlqTeW6l2 { width:19rem;height:3.375rem;top:51.71249961853rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm7Gb4hkfcSxwJWyyTo6PGPazGQ46Aoq { display:block; }
 }@media only screen and (max-width: 763px) { #e1LA2Twb76rUHa73x01V6PrplhTubAbX { background-color:#000000;background-image:url("https://images.assets-landingi.com/XkDEnmFP/oijhg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#e1LA2Twb76rUHa73x01V6PrplhTubAbX.adaptive-delivery-prevent-bg, #e1LA2Twb76rUHa73x01V6PrplhTubAbX.lazyload, #e1LA2Twb76rUHa73x01V6PrplhTubAbX.lazyloading { background-image: none; }#e1LA2Twb76rUHa73x01V6PrplhTubAbX > .row .container { background-color: transparent; background-image: none; }#e1LA2Twb76rUHa73x01V6PrplhTubAbX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1LA2Twb76rUHa73x01V6PrplhTubAbX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1LA2Twb76rUHa73x01V6PrplhTubAbX > .row .container > .video-iframe-container { display: none; }#e1LA2Twb76rUHa73x01V6PrplhTubAbX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1LA2Twb76rUHa73x01V6PrplhTubAbX > .row > .video-iframe-container { display: none; }#e1LA2Twb76rUHa73x01V6PrplhTubAbX > .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); }#e1LA2Twb76rUHa73x01V6PrplhTubAbX > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oML4GB3rtonKMln5qDUyDOZcrhRRQ5XL { width:19.9980625rem;height:5.99935rem;top:3.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/IHLNOMuB/oijhg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R.adaptive-delivery-prevent-bg, #hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R.lazyload, #hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R.lazyloading { background-image: none; }#hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R > .row .container { background-color: transparent; background-image: none; }#hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R > .row .container > .video-iframe-container { display: none; }#hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R > .row > .video-iframe-container { display: none; }#hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R > .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); }#hCQhn0ZTPPrTkGyS2MBrInLb4FUqkT7R > .row .container { width:20rem;height:77.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saz1tSOxiGr6pXicV7HgUTofv56GTlKF { width:17.125rem;height:12.67189375rem;top:18.5rem;left:1.4375rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GLsO2DawbSI7CTmZy8JWaZtK4MbHrM0C { width:17.999125rem;height:15.28125rem;top:59.5rem;left:1rem;font-size:0.8125rem;display:block; }#GLsO2DawbSI7CTmZy8JWaZtK4MbHrM0C li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
 }@media only screen and (max-width: 763px) { #QaQb8rvIgg7V5Xu2KaW7Ies3ufBrVEH7 { width:20rem;height:33.625rem;top:9.6875rem;left:0rem;background-color:rgba(21,36,56,0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KFJN9w0TkdIGsaMx572Wv332Q3SMlIvO { width:20rem;height:31rem;top:44.9375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #BXvDZHSkF6SehSZmNa7LTH4R6u9zpwSX { width:8.125rem;height:8.0625rem;top:5.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcbQSmToL3ZTeMQrTlqpXuO4mTg7Len6 { width:18.811875rem;height:2.76171875rem;top:48.875rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt8lfxuMNGsioqO8AhW3WMOPC30GGMPS { width:17.375rem;height:2.76171875rem;top:14.5625rem;left:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBz3oPZlelN1xRl5giq5hEIaCwurl9x5 { width:7.93675rem;height:7.8125rem;top:41.125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAT9b1RsJGOE9k9TyFpQNJEaC8a9MtGu { width:1.25rem;height:5.75rem;top:6.875rem;left:10.0625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #mrJIkRnZpFKb76vw6cebxpa0uIlWnyFg { width:19.9991875rem;height:3.9rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #icnZ7EdAq54zoUTRPBP5LsAq6RwKO8Fy { width:20rem;height:4.875rem;top:53rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU5MM7NtbTwiwcNRdmRttrbrrX7H3ZpG { width:18.75rem;height:8.875rem;top:32.25rem;left:0.625rem;font-size:0.8125rem;display:block; }#WU5MM7NtbTwiwcNRdmRttrbrrX7H3ZpG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
 }@media only screen and (max-width: 763px) { #mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE { background-color:rgba(0,0,0,0.47);background-image:url("https://images.assets-landingi.com/IHLNOMuB/oijhg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE.adaptive-delivery-prevent-bg, #mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE.lazyload, #mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE.lazyloading { background-image: none; }#mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE > .row .container { background-color: transparent; background-image: none; }#mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE > .row .container > .video-iframe-container { display: none; }#mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE > .row > .video-iframe-container { display: none; }#mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE > .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); }#mNNMnJuanP5yBQgO4ke0vSFQMT3JKQmE > .row .container { width:20rem;height:77.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyTsB30VBn9oOTmXHk5WTdpXTUsdWPCs { width:17.4370625rem;height:12.671875rem;top:14.527995109558rem;left:1.2803819775581rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Prl60AIXcbeJRDTTdW34eelalLW26OrS { width:20rem;height:34.875rem;top:41.4375rem;left:0rem;background-color:rgba(0,18,63,0.84);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GiopZycOLfqxzZFtVWFPTxTmWWrDKOv5 { width:8.125rem;height:8.0625rem;top:0rem;left:5.9374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpkvoMwpBShGzVDJRQy3EvcXb2XdOdiw { width:20rem;height:35.75rem;top:2.6234359741211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWKVQoensqLvWqJxV5UrUXRm5hfweVpE { width:20rem;height:2.59895625rem;top:9.2812505960463rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQZJgkoHTCXG4VUdULr4NxMkQILZvGrt { width:20rem;height:5.5234375rem;top:47rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WolgZsGcA0MtNWRIAryMSLPLtZMGAEOc { width:18.25rem;height:8.4479375rem;top:53.875rem;left:1rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bXs4tOy7TMu2fmPiJpdk0xsDIz7GGtDA { width:8.125rem;height:8.0625rem;top:38.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcXxxXliGC7XwTZf2TgtL4owIEERsArA { width:17.7495625rem;height:5.90495rem;top:63.6875rem;left:1rem;font-size:0.8125rem;line-height:1.3;display:block; }#wcXxxXliGC7XwTZf2TgtL4owIEERsArA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
 }@media only screen and (max-width: 763px) { #RxTF5ivHwn7fFACW0c7HrnfkUA1tdwDD { width:17.999125rem;height:7.8984375rem;top:28.997397422791rem;left:0.99934905767444rem;font-size:0.8125rem;line-height:1.3;display:block; }#RxTF5ivHwn7fFACW0c7HrnfkUA1tdwDD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
 }@media only screen and (max-width: 763px) { #HsaFU3i2C2Ti1UNRJkVq8QQRaSKdUHi1 { width:18.0625rem;height:3.16796875rem;top:69.875rem;left:1rem;font-size:0.8125rem;line-height:1.3;display:block; }#HsaFU3i2C2Ti1UNRJkVq8QQRaSKdUHi1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
 }@media only screen and (max-width: 763px) { #V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP { background-color:rgba(0,0,0,0.47);background-image:url("https://images.assets-landingi.com/IHLNOMuB/oijhg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP.adaptive-delivery-prevent-bg, #V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP.lazyload, #V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP.lazyloading { background-image: none; }#V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP > .row .container { background-color: transparent; background-image: none; }#V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP > .row .container > .video-iframe-container { display: none; }#V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP > .row > .video-iframe-container { display: none; }#V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP > .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); }#V1KSLe2pIbEI9OX4fMRp7MDa5EPBIhPP > .row .container { width:20rem;height:91.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #co3mXF0yoeOlo8t5NdaUPxHtlqI3PGGA { width:17.874375rem;height:21.5078125rem;top:22.637804985046rem;left:1.0622830986977rem;font-size:0.8125rem;line-height:1.3;display:block; }#co3mXF0yoeOlo8t5NdaUPxHtlqI3PGGA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
 }@media only screen and (max-width: 763px) { #H7AtAhxN1mnycyROq8uXAsiRsHqCv5ks { width:17.999125rem;height:16.033875rem;top:73.375rem;left:1rem;font-size:0.8125rem;line-height:1.3;display:block; }#H7AtAhxN1mnycyROq8uXAsiRsHqCv5ks li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
 }@media only screen and (max-width: 763px) { #GE8I7JginodwXUASmHig599ZB7oGaBiB { width:20rem;height:41.8125rem;top:3.6870651245117rem;left:0rem;background-color:#051123;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gva7sI5hmOExzpwOmevavhusf2DRPCmr { width:20rem;height:41.8125rem;top:49.1875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #uVa4hED8uOVSDmeQD6kRAyGb8g6f0S5B { width:8.125rem;height:8rem;top:0.6875rem;left:5.9374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP0GEqRVnUylrT8DSbi27cFXNVmTqiUX { width:18.811875rem;height:1.38125rem;top:54.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QchCwa3JM6dhMvFl04b3Dg9GuXRZvKUd { width:17.375rem;height:2.76171875rem;top:9.3625011444094rem;left:1.3125001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcOTqpavevWBqJhZa3TBNgFTtth0lcXf { width:7.9373125rem;height:7.8125rem;top:46.375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFfLB4WvTzxX7aiIbiXpQe77tgv68IpA { width:1.25rem;height:5.75rem;top:3.6875rem;left:10.062500357628rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #nB8dNbrlyIJFN91QTZswHEnQmPt6fLVT { width:19.375rem;height:14.7838625rem;top:56.873917579651rem;left:0.31250005960464rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iAeKmcwZf7xq5EOwSt3Fe6XtXbVwTTrl { width:19.124375rem;height:7.3919375rem;top:12.690973043442rem;left:0.43619793653488rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #faqggBexzJT3iaMg4iQ9kSQnT1giGdLq { background-color:rgba(0,0,0,0.47);background-image:url("https://images.assets-landingi.com/IHLNOMuB/oijhg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#faqggBexzJT3iaMg4iQ9kSQnT1giGdLq.adaptive-delivery-prevent-bg, #faqggBexzJT3iaMg4iQ9kSQnT1giGdLq.lazyload, #faqggBexzJT3iaMg4iQ9kSQnT1giGdLq.lazyloading { background-image: none; }#faqggBexzJT3iaMg4iQ9kSQnT1giGdLq > .row .container { background-color: transparent; background-image: none; }#faqggBexzJT3iaMg4iQ9kSQnT1giGdLq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faqggBexzJT3iaMg4iQ9kSQnT1giGdLq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faqggBexzJT3iaMg4iQ9kSQnT1giGdLq > .row .container > .video-iframe-container { display: none; }#faqggBexzJT3iaMg4iQ9kSQnT1giGdLq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faqggBexzJT3iaMg4iQ9kSQnT1giGdLq > .row > .video-iframe-container { display: none; }#faqggBexzJT3iaMg4iQ9kSQnT1giGdLq > .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); }#faqggBexzJT3iaMg4iQ9kSQnT1giGdLq > .row .container { width:20rem;height:83.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WndNDIdoND5WGFDBPTzu1I8xqS3iMLLH { width:18.125rem;height:11.3125rem;top:26.0302734375rem;left:0.9375rem;font-size:0.8125rem;display:block; }#WndNDIdoND5WGFDBPTzu1I8xqS3iMLLH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
 }@media only screen and (max-width: 763px) { #OzXdIEI4JNRQkfl0Ut35aTI7ERVOtC7I { width:20rem;height:35.125rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToCh1POXd8flI60ot1990chexWHOUEdf { width:20rem;height:37.5625rem;top:43.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtwCHvh4pCMS5T8UZPxLkU08SBeAPwPQ { width:20rem;height:1.38125rem;top:8.91796875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T95hWIwq7G9cdBEvpeAPfTmxV71OfPti { width:18.75rem;height:13.40625rem;top:11.68359375rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8XGmH1z1ycm3oaoE0dCH45JytFhFgaQ { width:16.124rem;height:2.76171875rem;top:48.0625rem;left:1.9365234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGvhZcNSFqHPSUOqWctnmxiwuvZ3WvQ4 { width:8.125rem;height:7.8734375rem;top:39.687498092651rem;left:5.9374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkhcu9TRwLl1ENX2xxnkyELQgik8AusS { width:18.5rem;height:7.96159375rem;top:52.4375rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEetJqCuaqBOdDqT111BTVVPbsNqkEsF { width:18.5625rem;height:17.40625rem;top:62.5rem;left:0.71875rem;font-size:0.8125rem;display:block; }#oEetJqCuaqBOdDqT111BTVVPbsNqkEsF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
 }@media only screen and (max-width: 763px) { #ziPf0R6oQZTZZPHcqROAQgqJPL01E6Z5 { width:8.125rem;height:8.0609375rem;top:0rem;left:5.9374998807907rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #e6HqyJBKTPXau8FDkRQywTLrUKOaH2st { width:8.125rem;height:8.0609375rem;top:101.06250572204rem;left:5.9374998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #LwX5JtPewqb1EXJ1dkosZGTvFVsN2RZw { display:block; }#LwX5JtPewqb1EXJ1dkosZGTvFVsN2RZw > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bf2fgX3EiQXsspWrpxhrTrU5wi7tkJw9 { width:19.124375rem;height:6.09375rem;top:28.8125rem;left:0.5rem;font-size:0.8125rem;display:block; }#bf2fgX3EiQXsspWrpxhrTrU5wi7tkJw9 li:before{  }
 }@media only screen and (max-width: 763px) { #ILSztL1kfRDq6oQU6xdZx9kB7oRsusSW { width:18.75rem;height:1.21875rem;top:26.4375rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQJmgfE1oxAvGkgbmbRm7eUTRHH58bsQ { width:18.811875rem;height:9.46875rem;top:16rem;left:0.625rem;font-size:0.8125rem;display:block; }#fQJmgfE1oxAvGkgbmbRm7eUTRHH58bsQ li:before{  }
 }@media only screen and (max-width: 763px) { #qtKSFAGdQ7ZURzVckTBfi5Iorw93TpnK { width:17.5rem;height:2.4375rem;top:12.125rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aooUWhfEo3qK3zyh7VnwzXLwz3O0DMcW { width:20rem;height:49.375rem;top:3.7500000596046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVDqrlNANdhlNtreAwC7kyfPAOuvMkXN { width:8.25rem;height:8.125rem;top:0rem;left:5.8749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFJNgddJapStEOXnU0DzdhPisclvPA2p { width:3.1875rem;height:3.25rem;top:3.75rem;left:8.4062503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0XR2ZN9M1ZHEZlQEdHMTl5X47d45f0Z { width:1.625rem;height:3.81875rem;top:3.0749998092651rem;left:9.1875003576281rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtaT8X8bb04b0hHiHLgdvE5Vw8fvIe1g { width:20rem;height:1.38125rem;top:8.7500009536744rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfT2aIx0NIvQ9pHAyImFGWfGIhzaDVCw { width:19.0625rem;height:12.53125rem;top:37.756251573563rem;left:0.46875rem;font-size:0.8125rem;display:block; }#VfT2aIx0NIvQ9pHAyImFGWfGIhzaDVCw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/08aKU0rj/item.png); }
 }@media only screen and (max-width: 763px) { #nAOBGSpkckGGD2qcNTTzeh2sBKSt2sF3 { width:20rem;height:15.25rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQGbA5zzCpmcmaUdIF2Mhdup4d890K5M { display:block; }#ZQGbA5zzCpmcmaUdIF2Mhdup4d890K5M > .row .container { width:20rem;height:235.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRovA5Lvg6iwhNswdTr0BiMQTe4SWHfc { width:20rem;height:4.22395625rem;top:2.6875009536743rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3qxAbxmf9BpXvc1idxbO55HtsbxvKgG { width:18.125rem;height:25.9375rem;top:8.6875rem;left:0.9375rem;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.47));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.47));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.47));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.47));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc76a77' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc76a77' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.47));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EQemgg4ZERMTTqG2Oc6NuwBHMIySSZfA { width:14.3125rem;height:3.0875rem;top:22.125rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDprlBHkhNmZ6CSvFTGcZoln2CkBOHL3 { width:19.9984375rem;height:1.3rem;top:20.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfLXFD5e29IghgS9A4ZHWBKqBnL0eE40 { width:8.0625rem;height:10.8125rem;top:8.625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV0n40u4doUsZ19xTGxGgCKiOkZvCV7O { width:15.5rem;height:6.497375rem;top:26.625rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #J87F6CN3Q2bDFNKXxnXNSkaHQHisv3gd { width:18.6875rem;height:29.3125rem;top:35.5rem;left:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc76a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc76a60' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FtFse1VVlDJd8gGncMW1hOQb4mqUEAWO { width:19.996875rem;height:1.2375rem;top:51.937501907349rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAdofeQBzInMSrQhIInzr51gn9hO93FW { width:19.997625rem;height:1.3rem;top:49.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1WC2OmoD7JUQpaFQ6w8MEUzhyTTdczo { width:8.375rem;height:11.25rem;top:37.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNBqdFodqQRNOlV0rIcQcW5x4NFUQUNg { width:14.625rem;height:9.096375rem;top:54.437501907349rem;left:2.6875001192093rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ms72E2ITI3IQ3yR7K54VKZVwJIDTwh1B { width:17.875rem;height:27rem;top:67.562500953675rem;left:1.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc76a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc76a60' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PpHVE3fQQUEu58kwpm0XZayCik6wdz4F { width:14.1875rem;height:6.52994375rem;top:80.625004768369rem;left:2.9062501192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W32ms7weXHukg7tZBUTOdWq5HJ6pzExq { width:16.1875rem;height:1.3rem;top:78.137504577638rem;left:1.9062501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmTxoOvZkPG7oW9l779u2TLLcL4tmAzf { width:13.375rem;height:5.19791875rem;top:87.125005722044rem;left:3.3124998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v13fbLstRuWrqA5VVMmeSJs1tchA5GTO { width:18.375rem;height:27.25rem;top:99.211723327638rem;left:0.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc76a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc76a60' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Q3POrA6xNqnpsF96KbEyUQlIJfKlZ2NK { width:9.25rem;height:12.4375rem;top:96.125004768369rem;left:5.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlTc8RpSVVCSnAT3oEUW2dqyZeiwkwTt { width:16.1875rem;height:1.3rem;top:109.31250572204rem;left:1.9062501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS9qprKE43oZkvHii8J6UnbUNP8udXEr { width:16.375rem;height:3.91796875rem;top:111.81250572204rem;left:1.8125001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amSrlIrE2gTOAT1b5XznfVgmrcviKSQX { width:15.1875rem;height:8.53125rem;top:117.06250572204rem;left:2.4062501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #plE5DoT1AfrNDnU6GRGTTRnBha1FDbLU { width:12.5rem;height:0.4375rem;top:176.99998474121rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nCcEQaJU1FbJNKTaOaHZl0FZBNyp9NTP { width:12.5rem;height:0.4375rem;top:1.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #liMB5em2SHc4XlSiKenqL0PpaodapoSU { width:14.875rem;height:11.0625rem;top:66.93750190735rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #zATiXfVnRvHPhOW91yUTaZgiJhpkiT6S { width:18.375rem;height:32.5625rem;top:131rem;left:0.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc76a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc76a60' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #btkG3toLpMTFVXF6Sx7o3whSWBx0oPch { width:15.1875rem;height:10.96875rem;top:150.5rem;left:2.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTPoMW1yUPWLkFzzUQoKohoH9Xo06Xq5 { width:15.9375rem;height:3.91796875rem;top:145.5rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAgCN5X6DH3Em5XDrMXxm1LntHDXfwKQ { width:16.1875rem;height:1.3rem;top:142.9375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBZB4Q3sudiTMmWmlrNA3iZpykgGQ0yH { width:10.1875rem;height:13.6875rem;top:128.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuatniMVsEZSgW2CtvqfeHaD8ZtN9kiE { width:18.375rem;height:30.125rem;top:169.125rem;left:0.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc76a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc76a60' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Cz6NQlkCLWBhZ1OoA0cEmTm81RCTQhpK { width:15.1875rem;height:9.75rem;top:187.4375rem;left:2.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dscQTZBH5xECdvonOCUaUHpKaMDUeXEi { width:15.9375rem;height:2.6125rem;top:183.625rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d43T29VfXOWQueu5aCxMe7gD4OGUXNrV { width:16.1875rem;height:1.3rem;top:181.0625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZlh2OPf1S4hN0glbvt2IEZ6Iyhi34z3 { width:10.1875rem;height:13.6875rem;top:166.75rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSbxqBETxWQk0M7QlrMSPTA3ng5dSUkg { width:18.375rem;height:28.25rem;top:204.0625rem;left:0.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc76a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffc76a60' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,199,106,0.38));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ncXMAAAwzTfHwDkMMK2VrbmvD2vBvXwx { width:15.1875rem;height:7.3125rem;top:223.5rem;left:2.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FDmLoiwLTV5KT0SQSCcTCf81gbKycAxa { width:15.9375rem;height:5.22395625rem;top:217.5625rem;left:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2GNULASA5TczOLTWxNkvGZOXado9620 { width:16.1875rem;height:1.3rem;top:216rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBVI5f8x9rcdbQC7Fi67KQExmzOaGyuB { width:10.1875rem;height:13.6875rem;top:201.3125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCuxLg2tRXzZVlDf0a7OV9b9Cuocmwmz { background-color:transparent;background-image: -webkit-linear-gradient(169deg, #f7dfb9, rgba(225,193,171,0.98));background-image: -moz-linear-gradient(169deg, #f7dfb9, rgba(225,193,171,0.98));background-image: -ms-linear-gradient(169deg, #f7dfb9, rgba(225,193,171,0.98));background-image: -o-linear-gradient(169deg, #f7dfb9, rgba(225,193,171,0.98));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7dfb9', endColorstr='#e1c1abf9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7dfb9', endColorstr='#e1c1abf9' );";background-image: linear-gradient(169deg, #f7dfb9, rgba(225,193,171,0.98));background-size:auto !important;display:block; }#BCuxLg2tRXzZVlDf0a7OV9b9Cuocmwmz > .row .container { background-color: transparent; background-image: none; }#BCuxLg2tRXzZVlDf0a7OV9b9Cuocmwmz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCuxLg2tRXzZVlDf0a7OV9b9Cuocmwmz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCuxLg2tRXzZVlDf0a7OV9b9Cuocmwmz > .row .container > .video-iframe-container { display: none; }#BCuxLg2tRXzZVlDf0a7OV9b9Cuocmwmz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCuxLg2tRXzZVlDf0a7OV9b9Cuocmwmz > .row > .video-iframe-container { display: none; }#BCuxLg2tRXzZVlDf0a7OV9b9Cuocmwmz > .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); }#BCuxLg2tRXzZVlDf0a7OV9b9Cuocmwmz > .row .container { width:20rem;height:92.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRlOvRuae45l0tBV1gFJIf5kBaFb2hSm { width:16.625rem;height:2.47395625rem;top:7rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NGiOqE49PqHRO87eOaNCUxvV1rX051Tx { width:17.625rem;height:6.3359375rem;top:26.125rem;left:1.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tIxmMWkd9nztuuWA5MMGheVGUN1Wl8LW { width:17.8125rem;height:3.8984375rem;top:56.25rem;left:1.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #q3Ubk5uNlTfptgVths7E4lfABeD19Pwu { width:19.875rem;height:28.75rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixPvkCMTIUoVVlehQcHa252HOVCEM2r1 { width:14.937rem;height:2.47395625rem;top:37.875rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u6hcuM2O07NeRWLUWw20WCT6TWk96KFu { width:17.6875rem;height:2.47395625rem;top:65.1875rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #px7rT4tKalhGGTXHZQJ8t7oH415OKuFc { width:17.8125rem;height:4.875rem;top:84.9375rem;left:1.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lN0ELmzW55Ue2xdwMlWMfIZIcqQPQTxS { width:11.5625rem;height:15.5rem;top:10rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6I3R5IN7SLCsmw7ax2XyCbTuE1Ia8t7 { width:12.1875rem;height:16.3125rem;top:68.375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLiakTHHNgfwckymDf9n74DLNIFcBe41 { width:11.625rem;height:15.6875rem;top:40.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW7KmdTQdv8zfwA6O1RSqCtLvZ7npW4L { width:19.9991875rem;height:2.1125rem;top:2.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhA3WibTbncN7BAGeNT3vhouRZCZx7tE { width:19.875rem;height:25.8125rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMsbRBHuwPPpWZUpLmWErDNxN0ToukXZ { width:19.875rem;height:27.375rem;top:63rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #oTIlC22HmqyTdEk73IZ4B2sHIgLn12Rq { width:20rem;height:14.163424124514rem;top:85.2177734375rem;left:0rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #PWL2f8wib5pzf7W6lw4FTrqiORtSn9NZ { width:20rem;height:14.074074074074rem;top:0.8125rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #TEPNBb15HKaVrzav9PNdSV3N7K2Bp2ak { width:20rem;height:14.134078212291rem;top:59.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMLo7t19Ddnk6oIJ0Q59QOm9Xp4WrDCq { width:12.5rem;height:0.4375rem;top:0.84219264984131rem;left:3.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMBgotauPnoclblxTfQsZFO9OgTaNGuy { width:12.5rem;height:0.4375rem;top:92.592193603512rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF { background-color:#000000;background-image:url("https://images.assets-landingi.com/pedZ7F3L/fundo_3.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF.adaptive-delivery-prevent-bg, #VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF.lazyload, #VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF.lazyloading { background-image: none; }#VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF > .row .container { background-color: transparent; background-image: none; }#VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF > .row .container > .video-iframe-container { display: none; }#VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF > .row > .video-iframe-container { display: none; }#VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF > .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); }#VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF > .row .container { border-width: 0; border-radius: 0; }#VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VZLi5K4KlOMa7VE7VfONfHskfMHZpWAF > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQwoVy73kKvq3UXa1TrZXTHIT7lzMRUV { width:19.9980625rem;height:2.03125rem;top:21.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqnlorbRTcTJrsbBwT7toKeabiTzPb2d { width:4.1875rem;height:2.19375rem;top:25.875rem;left:1.1240234375rem;font-size:1.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DmqWmOLNM4sJPFJbhUG8f3rsQKMTlvwT { width:4.25rem;height:2.275rem;top:24.125rem;left:1.0927734375rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #iicZs8mKqWTEecyZ4C7P1EDS3qBoPFym { width:7.5rem;height:5.76875rem;top:23.0625rem;left:6.25rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiCnGgcNswAeG7pJdzRZQAxXDMdIyFMN { width:8.1225625rem;height:2.4375rem;top:25.3125rem;left:10.5615234375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfdIsiMImqTES4rD5GcuN4gnuKNL4VD0 { width:19rem;height:3.625rem;top:33.125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybJCaI26XGuFzkbA8QU58cXNgea2EwcM { display:block; }
 }@media only screen and (max-width: 763px) { #yzTaRRK734Mi1aRle3SyrqyakGXL3pki { width:14.9355625rem;height:1.625rem;top:29.0625rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdLFTdEiA4oeB1eXqF0Oskf1bOHP8t9W { width:19.875rem;height:18.25rem;top:16.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axz2xZVi5Wuo70zSyJGAf8BeKnxq47qo { width:19.9980625rem;height:2.1125rem;top:18rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVuCsrc6Exgs42AsqIBSoDTgCMuGkPKC { width:6.8745rem;height:4.2495125rem;top:18.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EPA6OnkcXPWKDTeQUy8nXFRtO9B3hhxT { width:17.875rem;height:12.25rem;top:22.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycqP4eCBex8sMMCQt1F1G5gMq4RsnLmE { width:12.4365rem;height:1.9995125rem;top:21.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1Tny7w6xRtQudKpu2moTBVxzCHqmAto { width:19.9980625rem;height:12.3489625rem;top:2.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCZfSG9TG8RDEO72EzwhBemzc3LkHSuF { display:block; }#dCZfSG9TG8RDEO72EzwhBemzc3LkHSuF > .row .container { width:20rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e40nSChTJ64fdy2r0kMzzDqg5nyAmzSd { width:18.4375rem;height:11.1979375rem;top:16.222654342651rem;left:0.78125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VZkkvGH9BZIKzJF1SPgJtLTbllWhth6p { width:10.5rem;height:9.625rem;top:0rem;left:4.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNibQVfJ2P2wrsW98PF1gnVVbhdrkmx3 { width:20rem;height:3.41145625rem;top:11.298438072204rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:univia;display:block; }
 }@media only screen and (max-width: 763px) { #I74c7JDV6h8odnoAGSAoHD91773kDvwL { background-color:#0f0716;background-image:url("https://images.assets-landingi.com/3atrlIV8/fundo_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#I74c7JDV6h8odnoAGSAoHD91773kDvwL.adaptive-delivery-prevent-bg, #I74c7JDV6h8odnoAGSAoHD91773kDvwL.lazyload, #I74c7JDV6h8odnoAGSAoHD91773kDvwL.lazyloading { background-image: none; }#I74c7JDV6h8odnoAGSAoHD91773kDvwL > .row .container { background-color: transparent; background-image: none; }#I74c7JDV6h8odnoAGSAoHD91773kDvwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I74c7JDV6h8odnoAGSAoHD91773kDvwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I74c7JDV6h8odnoAGSAoHD91773kDvwL > .row .container > .video-iframe-container { display: none; }#I74c7JDV6h8odnoAGSAoHD91773kDvwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I74c7JDV6h8odnoAGSAoHD91773kDvwL > .row > .video-iframe-container { display: none; }#I74c7JDV6h8odnoAGSAoHD91773kDvwL > .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); }#I74c7JDV6h8odnoAGSAoHD91773kDvwL > .row .container { width:20rem;height:95.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkwWJAFtsBUGGTkfVD6UJQSr4uukxkd3 { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UymQ4S40S7mDpZDJId7QnG3851Xcq5Vc { width:20rem;height:2.19375rem;top:4rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DT2C7FpwIdKx4KeFvv6Xb4G4zg28maDE { width:20rem;height:63rem;top:21.375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15001;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PN62IrwR5SNhUFvHpZh8SctIU5tfSImd { top:6.193359375rem;left:4.1875002980232rem;width:11.625rem;height:17.75rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EowOEObDdVLKEAwsyBi5Q0zVxdzikVSW { width:8.1875rem;height:6.0625rem;top:84.5rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCirN0X0N0QfkdJHgvMTGn8ozAP4spXx { width:7.6875rem;height:5.625rem;top:86.1875rem;left:10.75rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #K2fv8nrfeovpOscg7FfLvxOlcxE8P56u { width:7.0625rem;height:4.6875rem;top:89.4375rem;left:6.4375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #ON3Hx6MV1H6hTHdfBDRTh3d4I6PnlERF { width:7rem;height:4.6875rem;top:87.875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo2XW3Hkqzdir46JhM85A8v8m5ZQpDiu { width:7.25rem;height:5.0625rem;top:87.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNr1Jf6eVfvJMRpm6tnpv8ienHSBSeAV { width:7.9375rem;height:5.75rem;top:86.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X23OTJuMU2lxwsCxN3RSBRx59aUWzv9T { width:7.25rem;height:5.0625rem;top:85.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #A29dXdrKryA6k1V0NabUXqLUnikt1RLf > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }