.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:215,98,106;--color-primary-1:185,87,97;--color-primary-2:155,80,87;--color-primary-3:169,0,44;--color-primary-4:104,39,45;--color-secondary-0:222,241,242;--color-secondary-1:102,255,239;--color-secondary-2:0,255,229;--color-secondary-3:0,153,137;--color-secondary-4:0,51,46;--color-tertiary-0:255,255,255;--color-tertiary-1:214,133,154;--color-tertiary-2:186,51,86;--color-tertiary-3:169,0,44;--color-tertiary-4:104,39,45;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFfnGwaPLczNekQsPikh0T9NFg2to5uq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.33);background-image:url("https://images.assets-landingi.com/uc/5589da7a-9f78-4f02-8a89-dce36072894f/TOPOMES1.png");background-position:top 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; }#MFfnGwaPLczNekQsPikh0T9NFg2to5uq.adaptive-delivery-prevent-bg, #MFfnGwaPLczNekQsPikh0T9NFg2to5uq.lazyload, #MFfnGwaPLczNekQsPikh0T9NFg2to5uq.lazyloading { background-image: none; }#MFfnGwaPLczNekQsPikh0T9NFg2to5uq > .row .container { background-color: transparent; background-image: none; }#MFfnGwaPLczNekQsPikh0T9NFg2to5uq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFfnGwaPLczNekQsPikh0T9NFg2to5uq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFfnGwaPLczNekQsPikh0T9NFg2to5uq > .row .container > .video-iframe-container { display: none; }#MFfnGwaPLczNekQsPikh0T9NFg2to5uq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFfnGwaPLczNekQsPikh0T9NFg2to5uq > .row > .video-iframe-container { display: none; }#MFfnGwaPLczNekQsPikh0T9NFg2to5uq > .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); }#MFfnGwaPLczNekQsPikh0T9NFg2to5uq > .row .container { border-width: 0; border-radius: 0; }#MFfnGwaPLczNekQsPikh0T9NFg2to5uq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MFfnGwaPLczNekQsPikh0T9NFg2to5uq > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;position:relative;display:block; }#I7TMH5rT5FTqKs4bMpq3uNImXMgTGLUo { color:#ffd676;display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.5rem;font-weight:700;z-index:15035;line-height:.8;letter-spacing:0;text-shadow:0.1875rem 0.125rem 0.25rem #1a2701;top:28.1875rem;left:0rem;height:5.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yhzCFrOxVJWEHT8JACivZF3kMXIC79mA { color:#e5e5e5;display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:31.3623046875rem;left:12rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#By4xGkAolqeTlh6Zgp84VOkg1u58TK9w { box-sizing:content-box;color:#eeba30;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:39.9248046875rem;left:2.5625rem;display:block; }
#G7H83lJ1oIborhUNEL84DRGltg7CUcaT { color:#5a5a5a;display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:39.9375rem;left:4.3125rem;height:1.7871125rem;font-style:italic;display:block; }
#cVx0vU5c9sZoUF0OAluhxRRZFxCDOQVx { box-sizing:content-box;color:#eeba30;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:39.9248046875rem;left:8.5625rem;display:block; }
#OGaimyTa2CcQZAaWDNe215n8TxC1h2ZT { color:#5a5a5a;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:39.9375rem;left:10.375rem;height:1.7871125rem;font-style:italic;display:block; }
#tGWonrnxNITR5aQuuRxrwLuNRN3gSVD3 { color:#000000;display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.125rem;left:0rem;height:9.8984375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uXRmZyrTFqfQ1VpvP2fVAIXzKuXE8DHU { position:absolute;display:block;z-index:14992;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.6875rem;width:23.4375rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#uRcAwsEEsGui1ZKw0nK9HFcXucJsI9Hp { background-color:transparent;background-image: -webkit-linear-gradient(185deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(185deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(185deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(185deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(185deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-3),0.74) ;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:mavenpro;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.25rem;height:4.25rem;text-decoration:none;z-index:15112;text-align:center;text-align-last:center;top:34.3369140625rem;left:0rem;display:block; }
#C0Ldwxc0vk3FQV3WEuwqwQ2O9r4sDxSp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6QQPtrS6XTnxBSDLd2Mm0qg4eFriWyv { color:#e5e5e5;display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:26.78759765625rem;left:0rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o1OAewgRT0H568R2JkAA66EQZzlPwSqH { 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:10.6875rem;width:23.4375rem;top:21.5625rem;left:32rem;overflow:hidden;display:none; }
#cDTf8TlJpEfuZbGB96GMTNZSofz8kbWJ { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15113;line-height:1.3;letter-spacing:0;top:23.498046875rem;left:0rem;height:2.923825rem;font-style:normal;display:block; }
#RPtqmdyX2KME1hp9wVVFFHmgPK2lrkBX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RPtqmdyX2KME1hp9wVVFFHmgPK2lrkBX > .row .container { border-width: 0; border-radius: 0; }#RPtqmdyX2KME1hp9wVVFFHmgPK2lrkBX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RPtqmdyX2KME1hp9wVVFFHmgPK2lrkBX > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#o9TsvMw0oEpKrkA67Wy1teNzUNnQ4KSD { background-color:transparent;background-image: -webkit-linear-gradient(185deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(185deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(185deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(185deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(185deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-3),0.74) ;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:mavenpro;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.25rem;height:4.25rem;text-decoration:none;z-index:15122;text-align:center;text-align-last:center;top:12.5rem;left:32rem;display:none; }
#GPXNvmu0GhzHbpA90yKvDSUk4Kx8Wsvu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vQBNhTq43o9MwsfNvyqAR81NLcuObu7a { color:#ffd676;display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.5rem;font-weight:700;z-index:15045;line-height:.8;letter-spacing:0;text-shadow:0.1875rem 0.125rem 0.25rem #1a2701;top:1.125rem;left:32rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DZtAiNtvNIVpnBEVT4BUVTAZ8WcXQtbZ { color:#5a5a5a;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:8.5625rem;left:42.9375rem;height:0;font-style:italic;display:none; }
#vXP2gU61oCX6Mhn4kfW8NGTWO0xKFMH0 { color:#e5e5e5;display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.125rem;left:34.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#y1L7uSy9nmnuaW46M1F0mmD5Sdn0PRAB { color:#e5e5e5;display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0rem;left:32rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#AC8xkmSLBZXFMqXT3Mcy0kA9WRrW8f0g { box-sizing:content-box;color:#eeba30;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:8.625rem;left:41.1875rem;display:none; }
#tzcx5T1Lu07CIXSLrUliJkTTobMgE8uR { color:#5a5a5a;display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:8.5625rem;left:37.8125rem;height:0;font-style:italic;display:none; }
#gex31nUK6mXH1ba3fxDbI1xuNctmX10u { box-sizing:content-box;color:#eeba30;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:8.5625rem;left:36rem;display:none; }
#Bm2wI1CAhguWkPKz1WfOptz4tCyc9uRt { color:#000000;display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15050;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:31.625rem;left:32rem;height:0;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GZwwfHGp6PPT1f87T15eSClXOCe3RuLw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#GZwwfHGp6PPT1f87T15eSClXOCe3RuLw > .row .container { background-color: transparent; background-image: none; }#GZwwfHGp6PPT1f87T15eSClXOCe3RuLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZwwfHGp6PPT1f87T15eSClXOCe3RuLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZwwfHGp6PPT1f87T15eSClXOCe3RuLw > .row .container > .video-iframe-container { display: none; }#GZwwfHGp6PPT1f87T15eSClXOCe3RuLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZwwfHGp6PPT1f87T15eSClXOCe3RuLw > .row > .video-iframe-container { display: none; }#GZwwfHGp6PPT1f87T15eSClXOCe3RuLw > .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); }#GZwwfHGp6PPT1f87T15eSClXOCe3RuLw > .row .container { border-width: 0; border-radius: 0; }#GZwwfHGp6PPT1f87T15eSClXOCe3RuLw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GZwwfHGp6PPT1f87T15eSClXOCe3RuLw > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#nhH4huhC9nSpJBEKNKTQnsc68BvoeCLZ { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(208deg, rgba(var(--color-primary-2),1), #fe9da3);background-image: -moz-linear-gradient(208deg, rgba(var(--color-primary-2),1), #fe9da3);background-image: -ms-linear-gradient(208deg, rgba(var(--color-primary-2),1), #fe9da3);background-image: -o-linear-gradient(208deg, rgba(var(--color-primary-2),1), #fe9da3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#fe9da3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#fe9da3' );";background-image: linear-gradient(208deg, rgba(var(--color-primary-2),1), #fe9da3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0rem 0rem 1.6875rem rgba(var(--color-primary-2),0.67) ;height:5.5rem;width:5.5rem;top:2.125rem;left:13.4375rem;display:block; }
#iInKImqZTMZS5S5i2LU5TAS3ycWPKaUm { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;border-top:0.0625rem solid #fe9da3;border-left:0.0625rem solid #fe9da3;border-right:0.0625rem solid #fe9da3;border-bottom:0.0625rem solid #fe9da3;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:7.125rem;width:12.125rem;top:5.125rem;left:10.0625rem;display:block; }
#MgHeJ6Wg8WZyik37aXccrkAt90PZ8E8a { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:2.5625rem;left:13.875rem;display:block; }
#QPmqSpJbIGwkw7AhGlpPpaJyaXoxd62S { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0.0625rem solid #fe9da3;border-left:0.0625rem solid #fe9da3;border-right:0.0625rem solid #fe9da3;border-bottom:0.0625rem solid #fe9da3;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:7.1875rem;width:12.4375rem;top:5.125rem;left:24.375rem;display:block; }
#JOqaSd0xF3xiDwPIFSvXZ6Aqz5WL5Tbz { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:2.5625rem;left:28.1875rem;display:block; }
#gz6CVwnsomMnlFnKlQTodvRKrgfnPC8D { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(208deg, rgba(var(--color-primary-2),1), #fe9da3);background-image: -moz-linear-gradient(208deg, rgba(var(--color-primary-2),1), #fe9da3);background-image: -ms-linear-gradient(208deg, rgba(var(--color-primary-2),1), #fe9da3);background-image: -o-linear-gradient(208deg, rgba(var(--color-primary-2),1), #fe9da3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#fe9da3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#fe9da3' );";background-image: linear-gradient(208deg, rgba(var(--color-primary-2),1), #fe9da3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0rem 0rem 1.6875rem rgba(var(--color-primary-2),0.67) ;height:5.5rem;width:5.5rem;top:2.125rem;left:27.75rem;display:block; }
#REItiSDnLhq4tNA458c9I042p4UpdrF7 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0.0625rem solid #fe9da3;border-left:0.0625rem solid #fe9da3;border-right:0.0625rem solid #fe9da3;border-bottom:0.0625rem solid #fe9da3;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:7.125rem;width:12.125rem;top:5.125rem;left:38.6875rem;display:block; }
#B1lhhvxuGRTBLulMK12P1TwOXcp5uz1a { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:2.75rem;left:42.5rem;display:block; }
#FiCg51iKoXWq1FWFIrIKNf6xNFT0blkb { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(208deg, rgba(var(--color-primary-2),1), #fe9da3);background-image: -moz-linear-gradient(208deg, rgba(var(--color-primary-2),1), #fe9da3);background-image: -ms-linear-gradient(208deg, rgba(var(--color-primary-2),1), #fe9da3);background-image: -o-linear-gradient(208deg, rgba(var(--color-primary-2),1), #fe9da3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#fe9da3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#fe9da3' );";background-image: linear-gradient(208deg, rgba(var(--color-primary-2),1), #fe9da3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0rem 0rem 1.6875rem rgba(var(--color-primary-2),0.67) ;height:5.5rem;width:5.5rem;top:2.125rem;left:42.0625rem;display:block; }
#VfA3e7NGkR77wwNrvUnsJqElL1OstFCN { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:8.5625rem;left:11.375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ldfxTuT13a8nn6EeC0VPapKq0PUrkZlE { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:7.625rem;left:25.21875rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dc0RAs6u8XTgOJoUcH4uCqSluxxWoRxz { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:8.5625rem;left:37.5625rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a7FrVzSnZvlClwJ5N6D9rEseTEon1T06 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.0625rem solid #fe9da3;border-left:0.0625rem solid #fe9da3;border-right:0.0625rem solid #fe9da3;border-bottom:0.0625rem solid #fe9da3;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:7.0625rem;width:12.125rem;top:5.125rem;left:52.8125rem;display:block; }
#PxiKb0yXyZdIeK8RHUQI0DuevZna5Os0 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.75rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:8.5625rem;left:55.6875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bsr9m9qQi7EZTKsqRtkGJrPQThqCoTOC { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(208deg, rgba(var(--color-primary-2),1), #fe9da3);background-image: -moz-linear-gradient(208deg, rgba(var(--color-primary-2),1), #fe9da3);background-image: -ms-linear-gradient(208deg, rgba(var(--color-primary-2),1), #fe9da3);background-image: -o-linear-gradient(208deg, rgba(var(--color-primary-2),1), #fe9da3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#fe9da3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#fe9da3' );";background-image: linear-gradient(208deg, rgba(var(--color-primary-2),1), #fe9da3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0rem 0rem 1.6875rem rgba(var(--color-primary-2),0.67) ;height:5.5rem;width:5.5rem;top:2.3125rem;left:56.3125rem;display:block; }
#VDRwesRv9NcS5XWKx9q5u8cqb0bEetLJ { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:2.75rem;left:56.75rem;display:block; }
#AXINz96vxtQiMdIXfNcaMoU3sqHIafBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#AXINz96vxtQiMdIXfNcaMoU3sqHIafBw > .row .container { background-color: transparent; background-image: none; }#AXINz96vxtQiMdIXfNcaMoU3sqHIafBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXINz96vxtQiMdIXfNcaMoU3sqHIafBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXINz96vxtQiMdIXfNcaMoU3sqHIafBw > .row .container > .video-iframe-container { display: none; }#AXINz96vxtQiMdIXfNcaMoU3sqHIafBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXINz96vxtQiMdIXfNcaMoU3sqHIafBw > .row > .video-iframe-container { display: none; }#AXINz96vxtQiMdIXfNcaMoU3sqHIafBw > .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); }#AXINz96vxtQiMdIXfNcaMoU3sqHIafBw > .row .container { border-width: 0; border-radius: 0; }#AXINz96vxtQiMdIXfNcaMoU3sqHIafBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AXINz96vxtQiMdIXfNcaMoU3sqHIafBw > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#tZBhmTRkCBst29HWPpmFAiZ7MbMLtqm0 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:41.75rem;width:17.3125rem;top:1.75rem;left:38.5625rem;display:block; }
#lJEb7Gd6hayBmEek7PzOlUKZX57TrEB6 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(164deg, rgba(var(--color-primary-0),0.84), rgba(0,0,0,0));background-image: -moz-linear-gradient(164deg, rgba(var(--color-primary-0),0.84), rgba(0,0,0,0));background-image: -ms-linear-gradient(164deg, rgba(var(--color-primary-0),0.84), rgba(0,0,0,0));background-image: -o-linear-gradient(164deg, rgba(var(--color-primary-0),0.84), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.84)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.84)', endColorstr='#00000000' );";background-image: linear-gradient(164deg, rgba(var(--color-primary-0),0.84), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:40.6875rem;width:16.25rem;top:2.625rem;left:39.0625rem;display:block; }
#TgS9fvQgT3URhiezlRdQMkNZSKILhmwk { color:#000000;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15161;line-height:1.3;letter-spacing:0;top:15.1875rem;left:39.75rem;height:19.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NboxVH48nkRBOrMl3aQNSRQ9hL6zqwfW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15160;line-height:1.3;letter-spacing:0;top:12.75rem;left:41.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WxzEQCXdlsxbrRy00Wi5h879IqTASl9P { position:absolute;display:block;z-index:15030;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:41.5625rem;width:17.3125rem;top:1.75rem;left:57.3125rem;display:block; }
#HU2vWdbsma5RXXKqAmcqnqNlBHl7vwSF { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(164deg, rgba(var(--color-primary-0),0.84), rgba(0,0,0,0));background-image: -moz-linear-gradient(164deg, rgba(var(--color-primary-0),0.84), rgba(0,0,0,0));background-image: -ms-linear-gradient(164deg, rgba(var(--color-primary-0),0.84), rgba(0,0,0,0));background-image: -o-linear-gradient(164deg, rgba(var(--color-primary-0),0.84), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.84)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.84)', endColorstr='#00000000' );";background-image: linear-gradient(164deg, rgba(var(--color-primary-0),0.84), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:40.8125rem;width:16.25rem;top:2.6875rem;left:57.8125rem;display:block; }
#E0EZgWoBA3tdZcFmwuUXziNHfTNkOPMz { color:#000000;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15166;line-height:1.3;letter-spacing:0;top:15.625rem;left:58.4375rem;height:19.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H9JIVcxAlCwgAmEJS7Ky6mWe9Nty0toL { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15165;line-height:1.3;letter-spacing:0;top:13.1875rem;left:58.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OrSpV6cH2ZHeVEeXRLVWPGTWqoss7sas { position:absolute;display:block;z-index:15166;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:6.75rem;top:3.25rem;left:62.5625rem;overflow:hidden;display:block; }
#ZoOSzgwTVL62hf5alUV13BllmAhteSJr { position:absolute;display:block;z-index:15153;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.75rem;width:7.625rem;top:2.0625rem;left:43.375rem;overflow:hidden;display:block; }
#NRNyOgtCNkmgOSkKE2HnzkgT1HJtTVMa { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15151;line-height:1.3;letter-spacing:0;top:41.875rem;left:39.75rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#slW93GI8eR9wG5rMFzVtOpPvRbiuZxsh { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15152;line-height:1.3;letter-spacing:0;top:41.75rem;left:58.4375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fNTZNPk1G5OvBg6RcV5aiwlEXfgN8zOL { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15150;line-height:1.3;letter-spacing:0;top:41.875rem;left:20.3125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTCNTs416NG8ndBM4xro5t2MFcz7b5D3 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:41.8125rem;width:17.3125rem;top:1.6875rem;left:19.1875rem;display:block; }
#bLHJlOTAmxWgSbFbHwNpO321KPsmtRlz { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(164deg, rgba(var(--color-primary-0),0.84), rgba(0,0,0,0));background-image: -moz-linear-gradient(164deg, rgba(var(--color-primary-0),0.84), rgba(0,0,0,0));background-image: -ms-linear-gradient(164deg, rgba(var(--color-primary-0),0.84), rgba(0,0,0,0));background-image: -o-linear-gradient(164deg, rgba(var(--color-primary-0),0.84), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.84)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.84)', endColorstr='#00000000' );";background-image: linear-gradient(164deg, rgba(var(--color-primary-0),0.84), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:41.125rem;width:16.25rem;top:2.6875rem;left:19.75rem;display:block; }
#yHlbWKQKEE7ZlBQpG5SN28CGoUlxcKTT { position:absolute;display:block;z-index:15152;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.8125rem;width:7.625rem;top:2rem;left:24rem;overflow:hidden;display:block; }
#qWZuv67UFIk6TsrCMXFAhaT7h0uWV8wr { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15155;line-height:1.3;letter-spacing:0;top:12.25rem;left:20.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PM1f90eWbvKoQ7iKUiu2qvCocrakxDGO { color:#000000;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15156;line-height:1.3;letter-spacing:0;top:15.5625rem;left:20.375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Uqov8kAt2HMTxFoqkzC52JQ3ngBTFk2W { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:41.25rem;width:17.3125rem;top:1.8125rem;left:0.75rem;display:block; }
#tDvI4ivMXv3AKow7JZm3xSe5h69tWwsQ { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(164deg, rgba(var(--color-primary-0),0.84), rgba(0,0,0,0));background-image: -moz-linear-gradient(164deg, rgba(var(--color-primary-0),0.84), rgba(0,0,0,0));background-image: -ms-linear-gradient(164deg, rgba(var(--color-primary-0),0.84), rgba(0,0,0,0));background-image: -o-linear-gradient(164deg, rgba(var(--color-primary-0),0.84), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.84)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.84)', endColorstr='#00000000' );";background-image: linear-gradient(164deg, rgba(var(--color-primary-0),0.84), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:40.375rem;width:16.25rem;top:2.75rem;left:1.25rem;display:block; }
#gBq1f8XfWXL1Jy248mSeCsGg4s30Ta4s { color:#000000;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15151;line-height:1.3;letter-spacing:0;top:15.75rem;left:1.9375rem;height:19.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X8G9lSyu74rZWhRDDyqJSXymqPhkmTB0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15150;line-height:1.3;letter-spacing:0;top:12.4375rem;left:3.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CpIDOCiLvkSDXX1cwsUSpyQTw0StdT4K { position:absolute;display:block;z-index:15151;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:5.875rem;top:3.375rem;left:6.5rem;overflow:hidden;display:block; }
#IqUV4PdQkkPNcnLggAtqBu9GlqCxiMnM { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15149;line-height:1.3;letter-spacing:0;top:41.125rem;left:1.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c5a4e91e-30bf-4b78-b874-1e27f39fa7a2/FundodePV.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf.adaptive-delivery-prevent-bg, #T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf.lazyload, #T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf.lazyloading { background-image: none; }#T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf > .row .container { background-color: transparent; background-image: none; }#T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf > .row .container > .video-iframe-container { display: none; }#T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf > .row > .video-iframe-container { display: none; }#T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf > .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); }#T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf > .row .container { border-width: 0; border-radius: 0; }#T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;position:relative;display:block; }#yToUPF0JdCsTz9kGl945tWh5iat1VWSB { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15118;line-height:1.3;letter-spacing:0;top:0rem;left:25.520183563233rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bCJqvz65zBxtfPXNMmPQFbWOT65A2Hf8 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:14.9375rem;width:73.6875rem;top:10.488932609558rem;left:0.5625rem;display:block; }
#JpJo90J0CzRu8FSZobCeFvSO8XBX2a2X { position:absolute;display:block;z-index:15052;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:9.25rem;width:15.125rem;top:3.8125rem;left:29.886066436767rem;overflow:hidden;display:block; }
#ctPG5LfDuwvFnUOtAZOMQ01yzavMhyxv { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:5.8125rem;top:11.468099117279rem;left:1.0709648132324rem;overflow:hidden;display:block; }
#aCIEAF0btBs9WXTsPJESS5sKP6u9BkD9 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:12.0625rem;left:7.4908866882325rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EMWpOO5Ix46vwrIFLpNl66hkIN27vonJ { color:rgba(var(--color-tertiary-3),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:15.4375rem;left:7.4908866882325rem;height:7.7988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yNKaoAg0bqP9KTp3PCmiqeIcQwKDPRR2 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:12.317708492279rem;left:25.636066436767rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tuu9CR5wpVGtbcJtl0h4KIxfqtwPEomM { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:5.625rem;top:11.749349117279rem;left:19.365886688233rem;overflow:hidden;display:block; }
#L9TSgZR4AlICvWTWivhchpQmmX8Bo4A6 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:15.798828125rem;left:25.636066436767rem;height:10.233375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xPnOUuczDaecNtPk9LSKQ6EcQ0xAEzGd { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:5.625rem;top:11.749349117279rem;left:37.928386688233rem;overflow:hidden;display:block; }
#DgNtsO8hWI4yKA63zkKPkEN65UuxfNSb { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:11.468099117279rem;left:43.865886688233rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CkOcB5eZhZSyN0oaJ2nPVpRG94pZM2T5 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.1875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:17.261068344116rem;left:44.125003814698rem;height:10.233375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rDTu6tmnXdrxhZEZvJTG30ScW5uXi7S5 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:5.625rem;top:11.811849117279rem;left:57.000003814698rem;overflow:hidden;display:block; }
#b56aGqHqlOfFLDVos3cSbhc0PIBVu8wm { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:13.080078125rem;left:63.249347686769rem;height:2.3994125rem;font-style:normal;display:block; }
#CFTc2TVE4mqtk9mk4gbcGD88sypEk6U9 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:16.173828125rem;left:63.2500038147rem;height:8.3965rem;font-style:normal;display:block; }
#OUmTW4iVPiWJnXHq0ie86zVBzTBmf6Pu { position:absolute;display:block;z-index:15065;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.375rem;width:7.5rem;top:27rem;left:33.707683563233rem;overflow:hidden;display:block; }
#u8GprTTobd8LbgTSHLavxGHcODhLp4h5 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:14.9375rem;width:73.6875rem;top:33.5rem;left:0.5625rem;display:block; }
#b9JDy1S08lsgE1cFB2cFpWrqStBGVQob { position:absolute;display:block;z-index:15057;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:6.0625rem;top:34.5625rem;left:0.875rem;overflow:hidden;display:block; }
#Toe2uWNwS4QalADfT3IWiWQXfvKvdbaV { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:34.875rem;left:7.625rem;height:3.89941875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UpAXNfahZQp9AszlVF5M3A7t0F8EC2oF { color:rgba(var(--color-tertiary-3),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:38.875rem;left:7.625rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZogC2RKzSgy2UvJgIW6wJec67pxyvuBa { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:6.0625rem;top:34.875rem;left:19.25rem;overflow:hidden;display:block; }
#BfRvAJ3QdHPzaT5eT2tTFWxvF3Z5aBZ2 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:34.75rem;left:26.375003814698rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TfNRnEU6kTqLJs85AvHtbrSNvx3qxuvE { color:rgba(var(--color-tertiary-3),1);display:block;width:10.5rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:37.875rem;left:26.375003814698rem;height:11.6953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pgfgiTEKpEbNScqO2g1aHcWi3I7DGioa { position:absolute;display:block;z-index:15055;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:6.4375rem;top:34.9375rem;left:38.000003814698rem;overflow:hidden;display:block; }
#xeBpQTudc6Hb9Phb1t2GS8iaOXelIqwt { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:34.75rem;left:45.187503814698rem;height:3.89941875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x5TI6Ry1GdCqJfAoqK7xLQ5qMUKNra45 { color:rgba(var(--color-tertiary-3),1);display:block;width:10.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:39.125rem;left:45.187503814698rem;height:8.7715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WZNMzKoNx4O0oIqGF1mBrWb3hSScCmU6 { position:absolute;display:block;z-index:15075;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:6.1875rem;top:34.375rem;left:56.750003814698rem;overflow:hidden;display:block; }
#eu8AC14ZvsEOITgzE4yRro0EOULWv5po { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.2;letter-spacing:0;top:34.875rem;left:63.6250038147rem;height:3.59765625rem;font-style:normal;display:block; }
#LcvgNCvHzBFKDKNrJl9kn04biMtbPuGT { color:rgba(var(--color-tertiary-3),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:38.8125rem;left:63.7500038147rem;height:6.9970625rem;font-style:normal;display:block; }
#drWVI7brLmcmOPH1REoePJ8aTCFSDGGH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9f9066f0-c396-45dc-bd45-58b8670a7d23/FundodePV23.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; }#drWVI7brLmcmOPH1REoePJ8aTCFSDGGH.adaptive-delivery-prevent-bg, #drWVI7brLmcmOPH1REoePJ8aTCFSDGGH.lazyload, #drWVI7brLmcmOPH1REoePJ8aTCFSDGGH.lazyloading { background-image: none; }#drWVI7brLmcmOPH1REoePJ8aTCFSDGGH > .row .container { background-color: transparent; background-image: none; }#drWVI7brLmcmOPH1REoePJ8aTCFSDGGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drWVI7brLmcmOPH1REoePJ8aTCFSDGGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drWVI7brLmcmOPH1REoePJ8aTCFSDGGH > .row .container > .video-iframe-container { display: none; }#drWVI7brLmcmOPH1REoePJ8aTCFSDGGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drWVI7brLmcmOPH1REoePJ8aTCFSDGGH > .row > .video-iframe-container { display: none; }#drWVI7brLmcmOPH1REoePJ8aTCFSDGGH > .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); }#drWVI7brLmcmOPH1REoePJ8aTCFSDGGH > .row .container { border-width: 0; border-radius: 0; }#drWVI7brLmcmOPH1REoePJ8aTCFSDGGH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#drWVI7brLmcmOPH1REoePJ8aTCFSDGGH > .row .container { font-size:0.875rem;font-family:arial;height:199.0625rem;width:75rem;position:relative;display:block; }#ddPwZPe2rxuvnM80R4co9LRvi0hPJklb { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:14.9370625rem;width:73.686875rem;top:26.874278068542rem;left:0.62282943725586rem;display:block; }
#dFpKUVZZZ4iduS3Xe323agDXEMbOqDA3 { position:absolute;display:block;z-index:15070;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:8rem;top:7.4375rem;left:2.625rem;overflow:hidden;display:block; }
#rJTzJBEaZQUZqS3t8BfLVCdFmznzvcmK { color:rgba(var(--color-tertiary-3),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:11.3125rem;left:12.0625rem;height:5.19921875rem;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; }
#hgOuesVVvdopWAskoIPvo3zKGfJcyKWW { position:absolute;display:block;z-index:15115;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.1875rem;width:9.1875rem;top:6.6875rem;left:27.0625rem;overflow:hidden;display:block; }
#WHNwDNr7NxFQEmttTSugLqCXStrinqy1 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:11.9375rem;left:37rem;height:5.19921875rem;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; }
#O5bKTTUwCd1srA028xJEVKIHBTv7laHs { position:absolute;display:block;z-index:15108;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.6875rem;width:7.875rem;top:7.4375rem;left:52.0625rem;overflow:hidden;display:block; }
#SB94f87zD1AwM7vPFTacL0gpnpnL0iW1 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:7.4375rem;left:12.0625rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hGFrfpzZQoDHiSRHC4edOF7P2fiDDdvX { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:7.4375rem;left:37rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cxm71KQHo0mqXGl3M1T7tlSnarm22U6e { color:rgba(var(--color-tertiary-3),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:11.3125rem;left:60.875rem;height:7.7988125rem;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; }
#sdPT8pbmOi2x5fgUT65yQNr0MkEsqbCG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:6.125rem;left:60.875rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uCIrXkTCFH0Xl6SeT13LV4HzBqCdNZDw { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:14.9375rem;width:73.6875rem;top:5.4375rem;left:0.625rem;display:block; }
#tnDUWB1qbp9lw7O0GWnxCtsyPePEMRov { position:absolute;display:block;z-index:15109;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.87456875rem;width:15.7494375rem;top:0.9375rem;left:29.625rem;overflow:hidden;display:block; }
#RZrytamWqsagsRgv9piu1aSthbxCATPe { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:17rem;top:22rem;left:29.4375rem;overflow:hidden;display:block; }
#tQ2GZERzD0DZF2Bgg7qWeKQXI1Cwxwvf { position:absolute;display:block;z-index:15116;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.25rem;width:7.8125rem;top:28.8125rem;left:1.0625rem;overflow:hidden;display:block; }
#T7sOXGui9vAGTrGTNK3fK4W8cNMEnmeT { position:absolute;display:block;z-index:15117;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.5rem;width:7.6875rem;top:29.125rem;left:19.0625rem;overflow:hidden;display:block; }
#Nhi8vz1k8t7dvRpBoA1uItxWwT1TNq6K { position:absolute;display:block;z-index:15118;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.25rem;width:7.8125rem;top:28.8125rem;left:38.25rem;overflow:hidden;display:block; }
#wdwTc9L7R33TDhmsLW1couTa3NKdw6cr { position:absolute;display:block;z-index:15119;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:7.8125rem;top:29.1875rem;left:57.25rem;overflow:hidden;display:block; }
#xTZG2vKnspbh66nylObW0TUErOhfz8oV { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:28.8125rem;left:8.9375rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#frr4B4L8CZ7WbPBgUXsCL75ZdFpW3AMP { color:rgba(var(--color-tertiary-3),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:32.6875rem;left:8.9375rem;height:5.19921875rem;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; }
#Q1cHaEKSWEP3XRxbNx3LhM1vxWb4IOVl { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:29.25rem;left:26.6875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CPrM1RtX77racTsFXTg7edzVZqAZP4cH { color:rgba(var(--color-tertiary-3),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:33.125rem;left:26.6875rem;height:3.8994125rem;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; }
#qKJPn7fBHalmLIhEXApWXBi6glu4h8bR { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:29rem;left:45.875rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kasb85AIcfiB2Be97f1MT5o4e0JORr5p { color:rgba(var(--color-tertiary-3),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:33.625rem;left:45.875rem;height:5.19921875rem;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; }
#kFE4bVCFBnGbz4ItXD0J3lZGC3vnnkt2 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:28.8125rem;left:64.6875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ELdIfMChunVayebTCNy9pP4ixD4wTaFT { color:rgba(var(--color-tertiary-3),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:32.6875rem;left:64.6875rem;height:6.499rem;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; }
#QwHunLFvmuWxQgBD12g1nWvG3T4JuyQ1 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #150f0f;border-left:0.125rem solid #150f0f;border-right:0.125rem solid #150f0f;border-bottom:0.125rem solid #150f0f;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.3125rem;width:34.1875rem;top:45.125rem;left:2.625rem;display:block; }
#GHa7HaVnTwzGULDf3V8AxVatpC4DGQfg { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a98b8b, #a05351);background-image: -moz-linear-gradient(180deg, #a98b8b, #a05351);background-image: -ms-linear-gradient(180deg, #a98b8b, #a05351);background-image: -o-linear-gradient(180deg, #a98b8b, #a05351);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a98b8b', endColorstr='#a05351' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a98b8b', endColorstr='#a05351' );";background-image: linear-gradient(180deg, #a98b8b, #a05351);background-size:auto !important;border-top:0.125rem solid #513e3e;border-left:0.125rem solid #513e3e;border-right:0.125rem solid #513e3e;border-bottom:0.125rem solid #513e3e;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-0),0.21) ;height:2.62441875rem;width:33.0620625rem;top:45.8125rem;left:3.25rem;display:block; }
#TRCZ8ambT3ligo7IfoUR6N9hwVDhK03i { color:#bcebff;display:block;width:27.7495625rem;position:absolute;font-family:"patua one";font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:46.3125rem;left:5.9375rem;height:1.7875rem;text-align:left;text-align-last:left;display:block; }
#qVBm2RpF9M0B4bByEwQMGih5wNLwhwGx { 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:3.125rem;width:3.125rem;top:50.75rem;left:8.25rem;overflow:hidden;display:block; }
#ZfPoXgEBH8da5nKKTHHvDn89uZK9oG4P { color:#1d4342;display:block;width:18.9995625rem;position:absolute;font-family:"bree serif";font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:51.625rem;left:12.0625rem;height:1.40625rem;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; }
#o5XM3SJ1AkMMclPIIOdxHWdnufUUXKks { 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:3.125rem;width:3.125rem;top:55.4375rem;left:8.25rem;overflow:hidden;display:block; }
#wrR9dauB4mnElGB7N0VNeWbPD9fH3GKV { color:#1d4342;display:block;width:21.0619375rem;position:absolute;font-family:"bree serif";font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:56.3125rem;left:12.125rem;height:1.40625rem;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; }
#hvTMkm51IBc2UBXRSEVSh9UgH8rzUQVt { position:absolute;display:block;z-index:15017;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.124275rem;width:3.124275rem;top:60rem;left:8.25rem;overflow:hidden;display:block; }
#nZLmbUlnMvqv62AGTCyp2M6PtJBoC4pR { color:#1d4342;display:block;width:18.8115rem;position:absolute;font-family:"bree serif";font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:60.125rem;left:12.0625rem;height:2.8125rem;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; }
#g7TCwwL5VkicGn47VhoBzaHyfmAWJ5M2 { color:rgba(var(--color-tertiary-3),1);display:block;width:34.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:44.40625rem;left:38.65625rem;height:18.375rem;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; }
#NSNbuz8FaHGu8brEhtaSGS95BDOgU3oV { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:24.1875rem;width:29.5625rem;top:75.5625rem;left:5.9375rem;display:block; }
#l998PRLwEUeaCmsyO2Owz5LZPZAexUbf { position:absolute;display:block;z-index:15129;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.0625rem;width:12.125rem;top:71.4375rem;left:5.9375rem;overflow:hidden;display:block; }
#Kh8v6w5A2DFl4mUyBBwTK9ioeIAkV3c5 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15070;line-height:1.4;letter-spacing:0;top:78.8125rem;left:18rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D4LKTfNhI9tbpe9Moi7zccpHwmmb19N7 { color:rgba(var(--color-tertiary-3),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15082;line-height:1.4;letter-spacing:0;top:90.125rem;left:8.5625rem;height:7.871125rem;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; }
#TEobF8zZCz4H91PR7BhhvcG3c7S5S8W4 { position:absolute;display:block;z-index:15130;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.0625rem;width:9.875rem;top:73.6875rem;left:40.6875rem;overflow:hidden;display:block; }
#fPKVuz4i9Wm0R8Bo7WiD5nko9kvfvm2d { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15072;line-height:1.4;letter-spacing:0;top:77.375rem;left:51.625rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HhbqiiiZTflolbhpeq4v0kbI6RhroXan { color:rgba(var(--color-tertiary-3),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15084;line-height:1.4;letter-spacing:0;top:90.3125rem;left:40.6875rem;height:7.871125rem;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; }
#oBiGBiTAfng1v2cCQRpwwIDvxiCCxxGQ { position:absolute;display:block;z-index:15131;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.125rem;width:9.8125rem;top:102.0625rem;left:8.25rem;overflow:hidden;display:block; }
#yCRfWWa059PbHSAe3lg7xzBL58pQsNWt { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15074;line-height:1.4;letter-spacing:0;top:106.8125rem;left:20.0625rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tM2AWBCZvDa5ItdxNGE4ByolixkdNUcW { color:rgba(var(--color-tertiary-3),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.4;letter-spacing:0;top:118.9375rem;left:8.248046875rem;height:7.87109375rem;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; }
#i9NFRziJGSwDtBmfnrD1Bb5kxotTHNaf { position:absolute;display:block;z-index:15132;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.9375rem;width:10rem;top:102.03125rem;left:41.875rem;overflow:hidden;display:block; }
#fnK4oi1bFuPyhD70wa20ov4BTvTmVWp8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15076;line-height:1.4;letter-spacing:0;top:106.8125rem;left:54.09375rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#STkiEw75sB1ExbBlOTrq4QaXD2Wws0Sm { color:rgba(var(--color-tertiary-3),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15088;line-height:1.4;letter-spacing:0;top:118.9375rem;left:42.71875rem;height:6.296875rem;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; }
#ciRB39lVTElyB0aI8SxQoKsMvvzDWdZz { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:69.1875rem;left:27.71484375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tFw9QgQ66kWCbG9y6xBBwJu8MeilS9lf { position:absolute;display:block;z-index:15044;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:24.75rem;width:36.6875rem;top:142.6875rem;left:0rem;display:block; }
#V05Thv8SB8Kp7wzb8ciTRH17qyOtCx6S { position:absolute;display:block;z-index:15142;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.25rem;width:7.625rem;top:144.1875rem;left:0.5625rem;overflow:hidden;display:block; }
#Pb5OhP66gl4q3GJEqcStUCZy82ku2iTw { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:144.1875rem;left:8.4375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PpQJk9PTOrduWyTWXVXaQftwVbpHo9TM { color:#100c0d;display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15095;line-height:1.3;letter-spacing:0;top:146rem;left:8.25rem;height:15.5976625rem;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; }
#KTNa64ETWHO4L0kleKwIBSEzSz6KG8oN { position:absolute;display:block;z-index:15144;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.25rem;width:7.625rem;top:143.4375rem;left:38.5625rem;overflow:hidden;display:block; }
#lLvyme40U7lwOTxxF7cTMdRrEMFuqaRN { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:143.625rem;left:46.9375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e43VgHdSbOAKWuqCWwDlsp0Gg0JvXGXV { color:#0b0808;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15099;line-height:1.3;letter-spacing:0;top:146.5625rem;left:46.6875rem;height:16.89746875rem;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; }
#dTMoa5f2CTraQCn4RVC8I02ifOnmVniZ { position:absolute;display:block;z-index:15045;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:24.6875rem;width:36.75rem;top:142.6875rem;left:38.3125rem;display:block; }
#uwQi5vEvbSyDoHZ9mRkx03WWW0s3advT { color:rgba(var(--color-tertiary-4),1);display:block;width:43.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:133.5498046875rem;left:14.3125rem;height:4.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E6Wbr9AI2D2twNSPvy3hIL33gZEmlxOI { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:132.25rem;left:7.375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NoSGfwNkPFnFarNNPJVT2sPUrhwV80we { color:#120a0b;display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15157;line-height:1.3;letter-spacing:0;top:174.3125rem;left:9.1875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MxIoI3W52dS2QUSVUyzIL3btX9b7lEoR { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15158;line-height:1.3;letter-spacing:0;top:177.1875rem;left:8.875rem;height:17.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mVy6c7T8fwzsfTHaZVirCKxZVITEDICT { box-sizing:content-box;height:26.4375rem;width:33.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:169.5625rem;left:38.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#omUnxmArRLLD2fBpHxwqppM46ZLGd5n9 { color:#000000;display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15163;line-height:1.3;letter-spacing:0;top:174.3125rem;left:47.3125rem;height:13.40625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ywTfl4rTkK1ufRNSxdwpWiyBAMkqcPBM { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15164;line-height:1.3;letter-spacing:0;top:192.5625rem;left:47.625rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MRGbe4gRFM8fgIO3wRm9UqZ29pw4R8F6 { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15155;line-height:1.3;letter-spacing:0;top:196rem;left:8.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bg1cep90KTzVIqnCXo7PudxUnSWUCq8K { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:28.6875rem;width:74.125rem;top:168.9375rem;left:0rem;display:block; }
#lBLX2yA7xqDT4C2MoEGmSxttgFr4DKD6 { position:absolute;display:block;z-index:15157;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:7.9375rem;top:170.375rem;left:1rem;overflow:hidden;display:block; }
#c17KkFRWwHJb5N7vK2VQJN8cwUTo8TBa { position:absolute;display:block;z-index:15161;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:7.9375rem;top:170.3125rem;left:38.75rem;overflow:hidden;display:block; }
#VVZKZPakwam0UGRyqMe3L2pQOqwZOeiD { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:171.0625rem;left:9.1875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wldU50NWnJsrHx6hp3u0M7muF74iqXhk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:171.0625rem;left:47.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xu45LTu8PRbdpOCFkcn4gXHOyTwc2dKP { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15150;line-height:1.4;letter-spacing:0;top:84.5625rem;left:18rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gkfux4N69XqHPwvXrhx4p656v2HR17yP { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15151;line-height:1.4;letter-spacing:0;top:84.125rem;left:51.625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NyE8GRhRtWaUgOFpcTqmVpRvWdeHFFgi { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15152;line-height:1.4;letter-spacing:0;top:112.0625rem;left:20.0625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wACgyWbAM3dPMozz0nPTEwucplbyVFp3 { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15153;line-height:1.4;letter-spacing:0;top:112.625rem;left:54.09375rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xymJ4hMuOld3bRFKhpfVeIEwiuc5CPvp { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15151;line-height:1.3;letter-spacing:0;top:165.3125rem;left:8.25rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M82vrIwAq4d7rhXvX6ze04kQCuMmvyWU { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15152;line-height:1.3;letter-spacing:0;top:165.3125rem;left:46.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EAFwC6NH1srTmQ8dinn634VmWGm4Vbfq { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:24.1875rem;width:74.9375rem;top:72.5rem;left:0rem;display:none; }
#rJ1bukiOyN3SAH7Sc99ecKs8VcsRVFwB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#mZ6FMbx7Ps2JSMvvptN4uOu8az1eQJXM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#DQuVrT0gTMBi28uRSSgecFpIsoLdpJTa { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:24.1875rem;width:74.9375rem;top:72.5rem;left:0rem;display:none; }
#Cn3qmVBOvr5r0l4bpe3B0zmmFywdQpo7 { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:24.1875rem;width:74.9375rem;top:72.5rem;left:0rem;display:none; }
#fmRTfFHQXDs4BgvrZtzXeh4LU2R9dTki { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:24.1875rem;width:31.1875rem;top:75.75rem;left:38.6875rem;display:block; }
#AHVCWhrz4TxCLtbmRNy7H38mvDhWppsl { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:24.1875rem;width:29.4375rem;top:104rem;left:5.9375rem;display:block; }
#MReir7DH9kk8PE0XI7yndJ20F9ceTwIq { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:24.1875rem;width:31.1875rem;top:104.4228515625rem;left:38.65625rem;display:block; }
#TvGsIvqcqaZH1iDX00HguFVpizmpK38Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1939b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TvGsIvqcqaZH1iDX00HguFVpizmpK38Z > .row .container { border-width: 0; border-radius: 0; }#TvGsIvqcqaZH1iDX00HguFVpizmpK38Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TvGsIvqcqaZH1iDX00HguFVpizmpK38Z > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;position:relative;display:none; }#GIW0X7NGLnM2zRSwy0R7u9iMyKNx8AVL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3119375rem;width:17.062375rem;top:26.620370864868rem;left:1.2926788330078rem;overflow:hidden;display:block; }
#weLvR069TZBx8EqEtCmllAgEBk3VHTui { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:10.5625rem;width:63.1875rem;top:28.23278427124rem;left:7.8732643127444rem;display:block; }
#pVJyR33SNC8yGnC1EXpbp1G8Mx65gEdm { color:rgba(var(--color-tertiary-3),1);display:block;width:20.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:29.748264312744rem;left:18.997398376465rem;height:1.70605625rem;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; }
#BNDdiNMDIkakpyHJ2HPZ91ai1N2bX85Z { color:rgba(var(--color-tertiary-3),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:32.873264312744rem;left:19.041519165039rem;height:2.5996125rem;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; }
#UAriARxntQF3ulL6gh200Dp8glNaJ8I8 { color:#861e39;display:block;width:24.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.25rem 0.4375rem rgba(183,44,44,0.77);top:1.6087226867676rem;left:39.395183563233rem;height:6.6614375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TuTmS7FM2hotQQgdp1ocKiQdX1pE363Z { color:#861e39;display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.25rem 0.4375rem rgba(183,44,44,0.77);top:0.1875rem;left:19.90625rem;height:3.33105625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aysnVRB2Q3qdXbNlOD9EQcWayIlNs2kV { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.2496875rem;width:15.1244375rem;top:4.375rem;left:3.875rem;overflow:hidden;display:block; }
#SPIxH8vRIoCl8eUew3NlsZdV83Gt4JTk { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:20.125rem;width:63.1875rem;top:4.5625rem;left:7.875rem;display:block; }
#sU6DtCHJc4toiL7M1bTmos48eJiTmV1T { color:rgba(var(--color-tertiary-3),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:5.75rem;left:18.9375rem;height:1.70605625rem;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; }
#usHnb5qx29Fyv1yTvPdDoxxnHJ2zpRaf { color:rgba(var(--color-tertiary-3),1);display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:8.125rem;left:19.1875rem;height:12.99805625rem;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; }
#tb64ArPkdR8ns6Mz63KdVUKCQTzNw2SX { color:rgba(var(--color-tertiary-3),1);display:block;width:16.437375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:21.625rem;left:19rem;height:1.625rem;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; }
#Wxbv7ip80lTTyorqCHOTWLgLvV5p2DRr { color:rgba(var(--color-tertiary-3),1);display:block;width:16.437375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:36.498844146729rem;left:18.981483459472rem;height:1.625rem;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; }
#GuOweWRxB7dqtsIlO1q8Rpx6BvlJQht9 { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:38.93115234375rem;left:2.0732421875rem;height:1.05615rem;display:block; }
#SO1ToSel6bIbyAkM65IHg9oRxieDq3v5 { color:#000000;display:block;width:38.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:40.4501953125rem;left:21.46875rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efbb64;background-image:url("https://images.assets-landingi.com/uc/7e4a01aa-c964-489b-b9b6-26c244c7fe7f/Prancheta2100.jpg");background-position: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; }#He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC.adaptive-delivery-prevent-bg, #He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC.lazyload, #He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC.lazyloading { background-image: none; }#He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC > .row .container { background-color: transparent; background-image: none; }#He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC > .row .container > .video-iframe-container { display: none; }#He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC > .row > .video-iframe-container { display: none; }#He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC > .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); }#He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC > .row .container { border-width: 0; border-radius: 0; }#He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:block; }#pV3G8pURduRKVcEmG6DJxasStd90566e { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:34.6875rem;top:1.5625rem;left:20.1875rem;overflow:hidden;display:block; }
#gMwfqD5R3UFlyVCHIrqpT393CAAa6O3m { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"montserrat 900";font-size:1.6875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:4.38671875rem;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; }
#LT7Xo0It3rTKuMTzbJNLv62fC3Qu1dNX { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:23.25rem;top:12.541666984558rem;left:1.8541679382324rem;overflow:hidden;display:block; }
#XFFGh6E98Zmx4FTiZNCy9svPlZOvG9TW { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:24.875rem;top:12.541666507721rem;left:25.062503814698rem;overflow:hidden;display:block; }
#MV8ES4gZJsiKOQVgR28EDEPQBCVKn0l0 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5625rem;width:23.25rem;top:12.541666030884rem;left:49.270832061767rem;overflow:hidden;display:block; }
#q1HaKNPvrMgSWuV9wKKVAwpmaC2x5qQU { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:20.3125rem;width:23.8125rem;top:33.979167938233rem;left:25.593753814698rem;display:block; }
#w6RVLfLoLrFcTKVk6vqOcDHS8l4wGldt { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:11.4375rem;top:35.437502622604rem;left:31.781253814698rem;overflow:hidden;display:block; }
#POy3V9K23Rc6b1rsQ8LFrQXy5lHDkMDP { position:absolute;display:block;z-index:15039;height:11.375rem;width:20.625rem;top:41.104167938233rem;left:27.187503814698rem;display:block; }
#ohTIHdWswrzzsZhT67ru0s5yKMlwQCcq { position:absolute;display:block;z-index:15039;height:11.375rem;width:20.625rem;top:41.104167938233rem;left:27.187503814698rem;display:none; }
#CNumAT47OPSGRZThwu4ASxE3On8FzIF5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.4);background-image:url("https://images.assets-landingi.com/uc/1c80d7dd-50fa-45bd-afae-18a8be9e8c14/FundodePV22.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; }#CNumAT47OPSGRZThwu4ASxE3On8FzIF5.adaptive-delivery-prevent-bg, #CNumAT47OPSGRZThwu4ASxE3On8FzIF5.lazyload, #CNumAT47OPSGRZThwu4ASxE3On8FzIF5.lazyloading { background-image: none; }#CNumAT47OPSGRZThwu4ASxE3On8FzIF5 > .row .container { background-color: transparent; background-image: none; }#CNumAT47OPSGRZThwu4ASxE3On8FzIF5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNumAT47OPSGRZThwu4ASxE3On8FzIF5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNumAT47OPSGRZThwu4ASxE3On8FzIF5 > .row .container > .video-iframe-container { display: none; }#CNumAT47OPSGRZThwu4ASxE3On8FzIF5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNumAT47OPSGRZThwu4ASxE3On8FzIF5 > .row > .video-iframe-container { display: none; }#CNumAT47OPSGRZThwu4ASxE3On8FzIF5 > .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); }#CNumAT47OPSGRZThwu4ASxE3On8FzIF5 > .row .container { border-width: 0; border-radius: 0; }#CNumAT47OPSGRZThwu4ASxE3On8FzIF5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CNumAT47OPSGRZThwu4ASxE3On8FzIF5 > .row .container { font-size:0.875rem;font-family:arial;height:82.0625rem;width:75rem;position:relative;display:block; }#JS8an5IDhbAQ21TcWwhQgAiy3mTfrT7v { position:absolute;display:block;z-index:15043;background-color:rgba(0,0,0,0.6);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.75rem #f1939b ;height:23.0625rem;width:33.8125rem;top:57.3125rem;left:20.625rem;display:block; }
#TIxDCaPL2xOEqBI6KrMpqqL51Nfr2eDT { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15115;line-height:1.3;letter-spacing:0;top:48.75rem;left:25.1875rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NLCGKLPfqzCKQoPqiBQCdO3Q6uAJPdT0 { color:#ff4838;display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15097;line-height:1.6;letter-spacing:0;top:57.875rem;left:28.625rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bxXShx5mp3zdv0fQPC3tlE3qk6Vm1G6q { color:#ff4838;display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15098;line-height:1.6;letter-spacing:0;top:61.3125rem;left:30.75rem;height:2.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E98lcpDDLMslZrKXUDtZbnTkr11q2u05 { color:#0bcc7e;display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.6875rem;font-weight:700;z-index:15093;line-height:1.6;letter-spacing:0;top:61.5625rem;left:32.1875rem;height:9.099625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aMU1xybsOiFqlZVHiSkHam1qSkHicGVZ { color:#0bcc7e;display:block;width:3.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15092;line-height:1.6;letter-spacing:0;top:63.875rem;left:29.8125rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MQEcA3HR4KSA3X67iBpdXgm8xZnHTyhb { color:#0bcc7e;display:block;width:3.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15093;line-height:1.6;letter-spacing:0;top:63.3125rem;left:41.6875rem;height:2.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OEXLLUZ0FSZM10vEX30DchMEPhw6cueK { color:#0bcc7e;display:block;width:3.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15093;line-height:1.6;letter-spacing:0;top:65.625rem;left:29.9375rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OSasoZH4RFmvTlagFMoZR2g1DTUwX7ha { color:#40b525;display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:68.8125rem;left:30.875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pt9BHxQkAamRoGw1QIFl5uI0sLRWObz4 { background-color:transparent;background-image: -webkit-linear-gradient(214deg, #00ff07, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(214deg, #00ff07, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(214deg, #00ff07, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(214deg, #00ff07, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff07', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff07', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(214deg, #00ff07, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0.0625rem solid #4eb97b;border-left:0.0625rem solid #4eb97b;border-right:0.0625rem solid #4eb97b;border-bottom:0.0625rem solid #4eb97b;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.26) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mavenpro;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:4.25rem;text-decoration:none;z-index:15111;text-align:center;text-align-last:center;top:72.3125rem;left:28.0625rem;display:block; }
#AcWaPQ1OyJHGGLIVhPehqLdMr6NLiDgV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xRRhL1gZ4i0pX6x2Faov9g4wD8s4pm5V { box-sizing:content-box;color:#eeba30;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15078;top:77rem;left:27.375rem;display:block; }
#Sp8RPq69fm0zDI1Vd9bQ8TPCSTqmWE22 { color:#5a5a5a;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15075;line-height:1.3;letter-spacing:0;top:77.9375rem;left:30.25rem;height:1.05615rem;font-style:italic;display:block; }
#lUgqHafeysi0tUIuAhw92Tb8dJ7QBOHN { box-sizing:content-box;color:#eeba30;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15080;top:77.0625rem;left:36.5rem;display:block; }
#iU1Z5WtuENUrDTcRFrtyxz2urNrwcqil { color:#5b5b5b;display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:77.9375rem;left:39.3125rem;height:1.05615rem;font-style:italic;display:block; }
#H5vSulpRtPXfx0ddJNLAeSPmb89vikR9 { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.75rem #f1939b ;height:10.3125rem;width:33.8125rem;top:48.0625rem;left:20.625rem;display:block; }
#loHnWOlib0EpPVKIXxID1twCoLT9S3TP { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.8125rem;font-weight:400;z-index:15116;line-height:1.3;letter-spacing:0;top:52.125rem;left:25.1875rem;height:6.255875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NcBVu7VbkiC5RPHqQyC0bkx24M0m1K6J { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15116;line-height:1.3;letter-spacing:0;top:54.1875rem;left:38.6875rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FXquyHubDmPO7ZEXtBwAXpthwvo0NT8w { position:absolute;display:block;z-index:15184;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:3.9375rem;top:28.3125rem;left:49.4375rem;overflow:hidden;display:block; }
#gHC9TQBMkXhJtJaRpoB0QxG5RvM4qCsI { position:absolute;display:block;z-index:15156;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.3125rem;width:5.0625rem;top:22.375rem;left:51.75rem;overflow:hidden;display:block; }
#oE0Iu6Lu5FIuOLgXL6IqbLDeFR84lxrZ { position:absolute;display:block;z-index:15183;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.3125rem;width:5.0625rem;top:27.5rem;left:52.25rem;overflow:hidden;display:block; }
#kJioTOiWtbx7oNqTeTs48ZOPnTK9u4FX { position:absolute;display:block;z-index:15170;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:4.875rem;top:23rem;left:55.5rem;overflow:hidden;display:block; }
#MGwgC0VSmrLpTFawWkIN76Iy9vbU1UAf { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:4.1875rem;top:28.4375rem;left:56rem;overflow:hidden;display:block; }
#wBUktSsdVblBRneA0tibp1uc73lpifHO { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:14.1875rem;top:16.8125rem;left:50.875rem;overflow:hidden;display:block; }
#kDJ4gAm92P6vprhpDhBdvdL74c6obdqN { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15173;line-height:1.7;letter-spacing:0;top:8.265625rem;left:0.6875rem;height:30.28125rem;font-style:normal;display:block; }
#ezNzxTw6RbIes46EAh1oaGCXOPIU4qFI { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:4.9375rem;top:22.9375rem;left:59.3125rem;overflow:hidden;display:block; }
#kmgy7pvq34PKpxfBeDPX1KhC5wVPlNyT { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:4.375rem;top:28.3125rem;left:59.4375rem;overflow:hidden;display:block; }
#K7eoJXBryUVqxTLIASJ20aqSFr1lqegx { position:absolute;display:block;z-index:15174;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:4.1875rem;top:23.125rem;left:48.625rem;overflow:hidden;display:block; }
#WwEpXn8OZNGhvEzX3PZD1spyXT5MsX1k { position:absolute;display:block;z-index:15182;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.3125rem;width:4.5625rem;top:22.375rem;left:63.25rem;overflow:hidden;display:block; }
#U2lsqtudsOXvk387nT6BEUOy5c0ZJVT6 { box-sizing:content-box;height:39rem;width:75rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-4),1);background-image:none;top:7.4375rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#IqLy8o5ufqIA6BT2g8EvV83fz7gzDEiz { box-sizing:content-box;height:20.1875rem;width:30.125rem;position:absolute;display:block;z-index:15043;background-color:#eda2b1;background-image:none;top:15rem;left:43.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Cw21AWq4d3n1KGThUEba05HpxUlB4oqs { position:absolute;display:block;z-index:15179;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:4.1875rem;top:28.4375rem;left:63.25rem;overflow:hidden;display:block; }
#vqKOzPlT4v70mBlxTBbhqM2zC55ETs9z { color:rgba(var(--color-tertiary-4),1);display:block;width:41.8125rem;position:absolute;font-family:"montserrat 900";font-size:1.6875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:1.25rem;left:16.59375rem;height:4.38671875rem;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; }
#cxk6mBUpUDzcepncHl2iWvGTvQfUF0Gf { color:rgba(var(--color-tertiary-0),1);display:block;width:41.8125rem;position:absolute;font-family:"montserrat 900";font-size:1.5rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:5.63671875rem;left:16.59375rem;height:;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; }
#gQdfLRAQSne9W5gSPMOv1FzT87tka7k2 { color:#e8d3d3;display:block;width:50rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15185;line-height:1.3;letter-spacing:0;top:40.875rem;left:12.90625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VPOyS6sK0FK0tkfdi6e09f52EcCPBBJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#VPOyS6sK0FK0tkfdi6e09f52EcCPBBJT > .row .container { background-color: transparent; background-image: none; }#VPOyS6sK0FK0tkfdi6e09f52EcCPBBJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPOyS6sK0FK0tkfdi6e09f52EcCPBBJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPOyS6sK0FK0tkfdi6e09f52EcCPBBJT > .row .container > .video-iframe-container { display: none; }#VPOyS6sK0FK0tkfdi6e09f52EcCPBBJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPOyS6sK0FK0tkfdi6e09f52EcCPBBJT > .row > .video-iframe-container { display: none; }#VPOyS6sK0FK0tkfdi6e09f52EcCPBBJT > .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); }#VPOyS6sK0FK0tkfdi6e09f52EcCPBBJT > .row .container { border-width: 0; border-radius: 0; }#VPOyS6sK0FK0tkfdi6e09f52EcCPBBJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VPOyS6sK0FK0tkfdi6e09f52EcCPBBJT > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:75rem;position:relative;display:block; }#ickJt2wVol3c7mFJTWDN067kaIAfaCJv { 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:11.375rem;width:10.9375rem;top:0.5625rem;left:7rem;overflow:hidden;display:block; }
#TGh48JQHybRfBGiZkFERrwHWZM5zLxAk { color:rgba(var(--color-tertiary-3),1);display:block;width:48.3125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:2.125rem;left:18.6875rem;height:4.3300875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MhnaZaETb3XMu2t9vc5z59UQTnzxpTGr { color:rgba(var(--color-tertiary-3),1);display:block;width:48.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:6.45458984375rem;left:18.6875rem;height:2.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FzQE3DBwaTTkGhWaiCRTchtnvDpe1gaP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#FzQE3DBwaTTkGhWaiCRTchtnvDpe1gaP > .row .container { background-color: transparent; background-image: none; }#FzQE3DBwaTTkGhWaiCRTchtnvDpe1gaP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzQE3DBwaTTkGhWaiCRTchtnvDpe1gaP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzQE3DBwaTTkGhWaiCRTchtnvDpe1gaP > .row .container > .video-iframe-container { display: none; }#FzQE3DBwaTTkGhWaiCRTchtnvDpe1gaP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzQE3DBwaTTkGhWaiCRTchtnvDpe1gaP > .row > .video-iframe-container { display: none; }#FzQE3DBwaTTkGhWaiCRTchtnvDpe1gaP > .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); }#FzQE3DBwaTTkGhWaiCRTchtnvDpe1gaP > .row .container { border-width: 0; border-radius: 0; }#FzQE3DBwaTTkGhWaiCRTchtnvDpe1gaP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FzQE3DBwaTTkGhWaiCRTchtnvDpe1gaP > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:block; }#hZ1s8xJ5UBiGkloucfX8rNBAchI6fCFI { color:#fd4c4a;display:block;width:43.125rem;position:absolute;font-family:"montserrat 900";font-size:2.75rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:3.57470625rem;font-style:normal;display:block; }
#pHfq5JBSNA7cHrCyBhK3RSHifhywpiKV { color:rgba(var(--color-tertiary-3),1);display:block;width:42.3730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.0771484375rem;left:0rem;height:23.15625rem;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; }
#lz4hqoC5ayyovwqy2CahrfH13pH8Qcs0 { 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:34.8125rem;width:23rem;top:0rem;left:44.5625rem;overflow:hidden;display:block; }
#QHNEtlM1cJ3MpRhtw7ksqywphR4FZ6IH { position:relative;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; } #QHNEtlM1cJ3MpRhtw7ksqywphR4FZ6IH > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MFfnGwaPLczNekQsPikh0T9NFg2to5uq { display:block; }#MFfnGwaPLczNekQsPikh0T9NFg2to5uq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7TMH5rT5FTqKs4bMpq3uNImXMgTGLUo { width:17.5625rem;height:5.1875rem;top:28.1875rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhzCFrOxVJWEHT8JACivZF3kMXIC79mA { width:13.625rem;height:1.4375rem;top:31.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #By4xGkAolqeTlh6Zgp84VOkg1u58TK9w { width:1.75rem;height:1.8125rem;top:39.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7H83lJ1oIborhUNEL84DRGltg7CUcaT { width:4.25rem;height:1.75rem;top:39.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVx0vU5c9sZoUF0OAluhxRRZFxCDOQVx { width:1.8125rem;height:1.8125rem;top:39.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGaimyTa2CcQZAaWDNe215n8TxC1h2ZT { width:5.875rem;height:1.75rem;top:39.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGWonrnxNITR5aQuuRxrwLuNRN3gSVD3 { top:11.125rem;left:0rem;width:39.375rem;height:12.3125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXRmZyrTFqfQ1VpvP2fVAIXzKuXE8DHU { width:23.4375rem;height:10.6875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRcAwsEEsGui1ZKw0nK9HFcXucJsI9Hp { width:28.25rem;height:4.25rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0Ldwxc0vk3FQV3WEuwqwQ2O9r4sDxSp { display:block; }
 }@media only screen and (max-width: 763px) { #p6QQPtrS6XTnxBSDLd2Mm0qg4eFriWyv { width:13.625rem;height:1.4375rem;top:26.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1OAewgRT0H568R2JkAA66EQZzlPwSqH { width:23.4375rem;height:10.6875rem;top:21.5625rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDTf8TlJpEfuZbGB96GMTNZSofz8kbWJ { top:23.4375rem;left:0rem;width:31.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPtqmdyX2KME1hp9wVVFFHmgPK2lrkBX { display:none; }#RPtqmdyX2KME1hp9wVVFFHmgPK2lrkBX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o9TsvMw0oEpKrkA67Wy1teNzUNnQ4KSD { width:28.25rem;height:4.25rem;top:12.5rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPXNvmu0GhzHbpA90yKvDSUk4Kx8Wsvu { display:block; }
 }@media only screen and (max-width: 763px) { #vQBNhTq43o9MwsfNvyqAR81NLcuObu7a { width:17.5625rem;height:5.1875rem;top:1.125rem;left:18.375rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZtAiNtvNIVpnBEVT4BUVTAZ8WcXQtbZ { width:5.875rem;height:1.75rem;top:8.5625rem;left:29.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXP2gU61oCX6Mhn4kfW8NGTWO0xKFMH0 { width:13.625rem;height:1.4375rem;top:7.125rem;left:20.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1L7uSy9nmnuaW46M1F0mmD5Sdn0PRAB { width:13.625rem;height:1.4375rem;top:0rem;left:18.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC8xkmSLBZXFMqXT3Mcy0kA9WRrW8f0g { width:1.8125rem;height:1.8125rem;top:8.625rem;left:27.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzcx5T1Lu07CIXSLrUliJkTTobMgE8uR { width:4.25rem;height:1.75rem;top:8.5625rem;left:24.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gex31nUK6mXH1ba3fxDbI1xuNctmX10u { width:1.75rem;height:1.8125rem;top:8.5625rem;left:22.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm2wI1CAhguWkPKz1WfOptz4tCyc9uRt { top:31.625rem;left:8.375rem;width:39.375rem;height:13.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZwwfHGp6PPT1f87T15eSClXOCe3RuLw { display:block; }#GZwwfHGp6PPT1f87T15eSClXOCe3RuLw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhH4huhC9nSpJBEKNKTQnsc68BvoeCLZ { width:5.5rem;height:5.5rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iInKImqZTMZS5S5i2LU5TAS3ycWPKaUm { width:12.125rem;height:7.125rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgHeJ6Wg8WZyik37aXccrkAt90PZ8E8a { width:4.625rem;height:4.625rem;top:2.5625rem;left:0.25rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPmqSpJbIGwkw7AhGlpPpaJyaXoxd62S { width:12.4375rem;height:7.1875rem;top:5.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOqaSd0xF3xiDwPIFSvXZ6Aqz5WL5Tbz { width:4.625rem;height:4.625rem;top:2.5625rem;left:14.5625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz6CVwnsomMnlFnKlQTodvRKrgfnPC8D { width:5.5rem;height:5.5rem;top:2.125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REItiSDnLhq4tNA458c9I042p4UpdrF7 { width:12.125rem;height:7.125rem;top:5.125rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1lhhvxuGRTBLulMK12P1TwOXcp5uz1a { width:4.625rem;height:4.625rem;top:2.75rem;left:28.875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiCg51iKoXWq1FWFIrIKNf6xNFT0blkb { width:5.5rem;height:5.5rem;top:2.125rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfA3e7NGkR77wwNrvUnsJqElL1OstFCN { width:9.5625rem;height:2.5625rem;top:8.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldfxTuT13a8nn6EeC0VPapKq0PUrkZlE { width:11.4375rem;height:3.875rem;top:7.625rem;left:11.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc0RAs6u8XTgOJoUcH4uCqSluxxWoRxz { width:14.5625rem;height:2.5625rem;top:8.5625rem;left:23.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7FrVzSnZvlClwJ5N6D9rEseTEon1T06 { width:12.125rem;height:7.0625rem;top:5.125rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxiKb0yXyZdIeK8RHUQI0DuevZna5Os0 { width:6.75rem;height:2.5625rem;top:8.5625rem;left:41rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsr9m9qQi7EZTKsqRtkGJrPQThqCoTOC { width:5.5rem;height:5.5rem;top:2.3125rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDRwesRv9NcS5XWKx9q5u8cqb0bEetLJ { width:4.625rem;height:4.625rem;top:2.75rem;left:43.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXINz96vxtQiMdIXfNcaMoU3sqHIafBw { display:block; }#AXINz96vxtQiMdIXfNcaMoU3sqHIafBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZBhmTRkCBst29HWPpmFAiZ7MbMLtqm0 { width:17.3125rem;height:41.75rem;top:1.75rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJEb7Gd6hayBmEek7PzOlUKZX57TrEB6 { top:2.625rem;left:19.5625rem;width:16.25rem;height:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgS9fvQgT3URhiezlRdQMkNZSKILhmwk { top:15.1875rem;left:20.8125rem;width:15rem;height:24.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NboxVH48nkRBOrMl3aQNSRQ9hL6zqwfW { top:12.75rem;left:23.5625rem;width:12.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxzEQCXdlsxbrRy00Wi5h879IqTASl9P { width:17.3125rem;height:41.5625rem;top:1.75rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU2vWdbsma5RXXKqAmcqnqNlBHl7vwSF { top:2.6875rem;left:31.5rem;width:16.25rem;height:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0EZgWoBA3tdZcFmwuUXziNHfTNkOPMz { top:15.625rem;left:32.75rem;width:15rem;height:25.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9JIVcxAlCwgAmEJS7Ky6mWe9Nty0toL { top:13.1875rem;left:32.5rem;width:15.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrSpV6cH2ZHeVEeXRLVWPGTWqoss7sas { top:3.25rem;left:38.71875rem;width:6.75rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoOSzgwTVL62hf5alUV13BllmAhteSJr { top:2.0625rem;left:26.34375rem;width:7.625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRNyOgtCNkmgOSkKE2HnzkgT1HJtTVMa { top:41.875rem;left:23.875rem;width:7.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slW93GI8eR9wG5rMFzVtOpPvRbiuZxsh { top:41.75rem;left:35.8125rem;width:7.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNTZNPk1G5OvBg6RcV5aiwlEXfgN8zOL { top:41.875rem;left:11.9375rem;width:7.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTCNTs416NG8ndBM4xro5t2MFcz7b5D3 { width:17.3125rem;height:41.8125rem;top:1.6875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLHJlOTAmxWgSbFbHwNpO321KPsmtRlz { top:2.6875rem;left:7.625rem;width:16.25rem;height:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHlbWKQKEE7ZlBQpG5SN28CGoUlxcKTT { top:2rem;left:13.78125rem;width:7.625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWZuv67UFIk6TsrCMXFAhaT7h0uWV8wr { top:12.25rem;left:8.8125rem;width:15.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM1f90eWbvKoQ7iKUiu2qvCocrakxDGO { top:15.5625rem;left:8.875rem;width:15rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqov8kAt2HMTxFoqkzC52JQ3ngBTFk2W { width:17.3125rem;height:41.25rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDvI4ivMXv3AKow7JZm3xSe5h69tWwsQ { top:2.75rem;left:0rem;width:16.25rem;height:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBq1f8XfWXL1Jy248mSeCsGg4s30Ta4s { top:15.75rem;left:0rem;width:15rem;height:24.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8G9lSyu74rZWhRDDyqJSXymqPhkmTB0 { top:12.4375rem;left:0rem;width:12.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpIDOCiLvkSDXX1cwsUSpyQTw0StdT4K { top:3.375rem;left:3.09375rem;width:5.875rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqUV4PdQkkPNcnLggAtqBu9GlqCxiMnM { top:41.125rem;left:0rem;width:7.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf { display:block; }#T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yToUPF0JdCsTz9kGl945tWh5iat1VWSB { top:0rem;left:0.25rem;width:23.625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCJqvz65zBxtfPXNMmPQFbWOT65A2Hf8 { width:47.625rem;height:14.9375rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpJo90J0CzRu8FSZobCeFvSO8XBX2a2X { top:3.8125rem;left:8.75rem;width:15.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctPG5LfDuwvFnUOtAZOMQ01yzavMhyxv { width:5.8125rem;height:13.0625rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCIEAF0btBs9WXTsPJESS5sKP6u9BkD9 { width:9.625rem;height:2.5625rem;top:12.0625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMWpOO5Ix46vwrIFLpNl66hkIN27vonJ { width:10.4375rem;height:9.0625rem;top:15.4375rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNKaoAg0bqP9KTp3PCmiqeIcQwKDPRR2 { width:9.875rem;height:2.5625rem;top:12.3125rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuu9CR5wpVGtbcJtl0h4KIxfqtwPEomM { width:5.625rem;height:12.5rem;top:11.6875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9TSgZR4AlICvWTWivhchpQmmX8Bo4A6 { width:11.8125rem;height:8.75rem;top:15.75rem;left:12.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPnOUuczDaecNtPk9LSKQ6EcQ0xAEzGd { width:5.625rem;height:12.5rem;top:11.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgNtsO8hWI4yKA63zkKPkEN65UuxfNSb { width:11.6875rem;height:5.1875rem;top:11.4375rem;left:24.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkOcB5eZhZSyN0oaJ2nPVpRG94pZM2T5 { width:12.1875rem;height:7.25rem;top:17.25rem;left:23.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDTu6tmnXdrxhZEZvJTG30ScW5uXi7S5 { width:5.625rem;height:12.375rem;top:11.75rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b56aGqHqlOfFLDVos3cSbhc0PIBVu8wm { top:13.0625rem;left:36rem;width:11.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFTc2TVE4mqtk9mk4gbcGD88sypEk6U9 { top:16.125rem;left:36.625rem;width:11.125rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUmTW4iVPiWJnXHq0ie86zVBzTBmf6Pu { top:27rem;left:16.375rem;width:7.5rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8GprTTobd8LbgTSHLavxGHcODhLp4h5 { width:47.625rem;height:14.9375rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9JDy1S08lsgE1cFB2cFpWrqStBGVQob { width:6.0625rem;height:12.125rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Toe2uWNwS4QalADfT3IWiWQXfvKvdbaV { width:9.625rem;height:3.875rem;top:34.875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpAXNfahZQp9AszlVF5M3A7t0F8EC2oF { width:10.4375rem;height:7.75rem;top:38.875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZogC2RKzSgy2UvJgIW6wJec67pxyvuBa { width:6.0625rem;height:12.4375rem;top:34.875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfRvAJ3QdHPzaT5eT2tTFWxvF3Z5aBZ2 { width:9.875rem;height:2.5625rem;top:34.75rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfNRnEU6kTqLJs85AvHtbrSNvx3qxuvE { width:10.5rem;height:8.75rem;top:37.875rem;left:13.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgfgiTEKpEbNScqO2g1aHcWi3I7DGioa { width:6.4375rem;height:12.375rem;top:34.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeBpQTudc6Hb9Phb1t2GS8iaOXelIqwt { width:11.0625rem;height:3.875rem;top:34.75rem;left:24.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5TI6Ry1GdCqJfAoqK7xLQ5qMUKNra45 { width:10.8125rem;height:7.25rem;top:39.125rem;left:25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZNMzKoNx4O0oIqGF1mBrWb3hSScCmU6 { width:6.1875rem;height:12.375rem;top:34.375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu8AC14ZvsEOITgzE4yRro0EOULWv5po { top:34.875rem;left:36.375rem;width:11.375rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcvgNCvHzBFKDKNrJl9kn04biMtbPuGT { top:38.8125rem;left:36.625rem;width:11.125rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drWVI7brLmcmOPH1REoePJ8aTCFSDGGH { display:block; }#drWVI7brLmcmOPH1REoePJ8aTCFSDGGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddPwZPe2rxuvnM80R4co9LRvi0hPJklb { width:47.625rem;height:14.875rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFpKUVZZZ4iduS3Xe323agDXEMbOqDA3 { width:5.875rem;height:8.125rem;top:38.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJTzJBEaZQUZqS3t8BfLVCdFmznzvcmK { width:29.8123125rem;height:2.986325rem;top:41.625rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgOuesVVvdopWAskoIPvo3zKGfJcyKWW { width:9.1875rem;height:13.1875rem;top:245.4375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHNwDNr7NxFQEmttTSugLqCXStrinqy1 { width:25.75rem;height:2.923825rem;top:247.8125rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5bKTTUwCd1srA028xJEVKIHBTv7laHs { width:8.3125rem;height:12.3125rem;top:304.1875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB94f87zD1AwM7vPFTacL0gpnpnL0iW1 { width:9.5625rem;height:2.5625rem;top:7.4375rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGFrfpzZQoDHiSRHC4edOF7P2fiDDdvX { width:9.5625rem;height:2.5625rem;top:7.4375rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxm71KQHo0mqXGl3M1T7tlSnarm22U6e { width:31.749125rem;height:4.38574375rem;top:305.6875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdPT8pbmOi2x5fgUT65yQNr0MkEsqbCG { width:14.0625rem;height:5.1875rem;top:6.125rem;left:33.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCIrXkTCFH0Xl6SeT13LV4HzBqCdNZDw { width:47.625rem;height:14.875rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnDUWB1qbp9lw7O0GWnxCtsyPePEMRov { top:0.9375rem;left:8.1875rem;width:15.6875rem;height:5.8514659501728rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZrytamWqsagsRgv9piu1aSthbxCATPe { top:22rem;left:6.9375rem;width:16.9375rem;height:4.8570946970672rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ2GZERzD0DZF2Bgg7qWeKQXI1Cwxwvf { top:28.8125rem;left:0rem;width:7.75rem;height:10.168542180049rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7sOXGui9vAGTrGTNK3fK4W8cNMEnmeT { top:29.125rem;left:11.9375rem;width:7.5625rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhi8vz1k8t7dvRpBoA1uItxWwT1TNq6K { top:28.8125rem;left:23.875rem;width:7.75rem;height:10.168542180049rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdwTc9L7R33TDhmsLW1couTa3NKdw6cr { top:29.1875rem;left:35.8125rem;width:7.75rem;height:10.292678097098rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTZG2vKnspbh66nylObW0TUErOhfz8oV { width:9.5625rem;height:3.875rem;top:28.8125rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #frr4B4L8CZ7WbPBgUXsCL75ZdFpW3AMP { width:29.8123125rem;height:2.986325rem;top:41.625rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1cHaEKSWEP3XRxbNx3LhM1vxWb4IOVl { width:9.5625rem;height:2.5625rem;top:29.25rem;left:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPrM1RtX77racTsFXTg7edzVZqAZP4cH { width:29.8123125rem;height:2.986325rem;top:41.625rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKJPn7fBHalmLIhEXApWXBi6glu4h8bR { width:9.5625rem;height:3.875rem;top:29rem;left:26.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kasb85AIcfiB2Be97f1MT5o4e0JORr5p { width:29.8123125rem;height:2.986325rem;top:41.625rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFE4bVCFBnGbz4ItXD0J3lZGC3vnnkt2 { width:9.5625rem;height:2.5625rem;top:28.8125rem;left:38.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELdIfMChunVayebTCNy9pP4ixD4wTaFT { width:29.8123125rem;height:2.986325rem;top:41.625rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwHunLFvmuWxQgBD12g1nWvG3T4JuyQ1 { top:45.125rem;left:0rem;width:34.1875rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHa7HaVnTwzGULDf3V8AxVatpC4DGQfg { top:45.8125rem;left:0rem;width:33rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRCZ8ambT3ligo7IfoUR6N9hwVDhK03i { top:46.3125rem;left:0rem;width:27.6875rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVBm2RpF9M0B4bByEwQMGih5wNLwhwGx { top:50.75rem;left:4.84375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfPoXgEBH8da5nKKTHHvDn89uZK9oG4P { top:51.625rem;left:0rem;width:18.9375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5XM3SJ1AkMMclPIIOdxHWdnufUUXKks { top:55.4375rem;left:4.84375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrR9dauB4mnElGB7N0VNeWbPD9fH3GKV { top:56.3125rem;left:0rem;width:21rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvTMkm51IBc2UBXRSEVSh9UgH8rzUQVt { top:60rem;left:4.84375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZLmbUlnMvqv62AGTCyp2M6PtJBoC4pR { top:60.125rem;left:0rem;width:18.75rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7TCwwL5VkicGn47VhoBzaHyfmAWJ5M2 { top:44.375rem;left:1.125rem;width:34.6875rem;height:21rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSNbuz8FaHGu8brEhtaSGS95BDOgU3oV { width:29.5625rem;height:24.1875rem;top:75.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l998PRLwEUeaCmsyO2Owz5LZPZAexUbf { top:71.4375rem;left:0rem;width:12.125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh8v6w5A2DFl4mUyBBwTK9ioeIAkV3c5 { width:16.0625rem;height:5.25rem;top:78.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4LKTfNhI9tbpe9Moi7zccpHwmmb19N7 { width:29.8123125rem;height:2.986325rem;top:41.625rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEobF8zZCz4H91PR7BhhvcG3c7S5S8W4 { top:73.6875rem;left:23.875rem;width:9.875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPKVuz4i9Wm0R8Bo7WiD5nko9kvfvm2d { width:17.625rem;height:5.25rem;top:77.375rem;left:18.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhbqiiiZTflolbhpeq4v0kbI6RhroXan { width:29.8123125rem;height:2.986325rem;top:41.625rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBiGBiTAfng1v2cCQRpwwIDvxiCCxxGQ { top:102.0625rem;left:2.125rem;width:9.8125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCRfWWa059PbHSAe3lg7xzBL58pQsNWt { width:9.625rem;height:5.25rem;top:106.8125rem;left:11.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM2AWBCZvDa5ItdxNGE4ByolixkdNUcW { width:29.8123125rem;height:2.986325rem;top:41.625rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9NFRziJGSwDtBmfnrD1Bb5kxotTHNaf { top:102rem;left:24.84375rem;width:10rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnK4oi1bFuPyhD70wa20ov4BTvTmVWp8 { width:12.6875rem;height:5.25rem;top:106.8125rem;left:23.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STkiEw75sB1ExbBlOTrq4QaXD2Wws0Sm { width:29.8123125rem;height:2.986325rem;top:41.625rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciRB39lVTElyB0aI8SxQoKsMvvzDWdZz { width:19.625rem;height:2.25rem;top:69.1875rem;left:4.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFw9QgQ66kWCbG9y6xBBwJu8MeilS9lf { width:36.6875rem;height:24.75rem;top:142.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V05Thv8SB8Kp7wzb8ciTRH17qyOtCx6S { top:144.1875rem;left:0rem;width:7.625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb5OhP66gl4q3GJEqcStUCZy82ku2iTw { width:24rem;height:1.25rem;top:144.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpQJk9PTOrduWyTWXVXaQftwVbpHo9TM { width:29.8123125rem;height:2.986325rem;top:41.625rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTNa64ETWHO4L0kleKwIBSEzSz6KG8oN { top:143.4375rem;left:23.875rem;width:7.625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLvyme40U7lwOTxxF7cTMdRrEMFuqaRN { width:21rem;height:2.5625rem;top:143.625rem;left:14.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e43VgHdSbOAKWuqCWwDlsp0Gg0JvXGXV { width:29.8123125rem;height:2.986325rem;top:41.625rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTMoa5f2CTraQCn4RVC8I02ifOnmVniZ { width:36.75rem;height:24.6875rem;top:142.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwQi5vEvbSyDoHZ9mRkx03WWW0s3advT { width:43.375rem;height:4.5rem;top:133.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Wbr9AI2D2twNSPvy3hIL33gZEmlxOI { width:9.625rem;height:1.25rem;top:132.25rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoSGfwNkPFnFarNNPJVT2sPUrhwV80we { top:174.3125rem;left:0rem;width:27.375rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxIoI3W52dS2QUSVUyzIL3btX9b7lEoR { top:177.1875rem;left:0rem;width:27.3125rem;height:17.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVy6c7T8fwzsfTHaZVirCKxZVITEDICT { top:169.5625rem;left:2.75rem;width:33.0625rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omUnxmArRLLD2fBpHxwqppM46ZLGd5n9 { top:174.3125rem;left:13.1875rem;width:22.625rem;height:17.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywTfl4rTkK1ufRNSxdwpWiyBAMkqcPBM { top:192.5625rem;left:19rem;width:16.8125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRGbe4gRFM8fgIO3wRm9UqZ29pw4R8F6 { top:196rem;left:4.125rem;width:7.8125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg1cep90KTzVIqnCXo7PudxUnSWUCq8K { width:47.625rem;height:28.6875rem;top:168.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBLX2yA7xqDT4C2MoEGmSxttgFr4DKD6 { top:170.375rem;left:0rem;width:7.9375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c17KkFRWwHJb5N7vK2VQJN8cwUTo8TBa { top:170.3125rem;left:23.875rem;width:7.9375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVZKZPakwam0UGRyqMe3L2pQOqwZOeiD { width:20.75rem;height:1.25rem;top:171.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wldU50NWnJsrHx6hp3u0M7muF74iqXhk { width:15.375rem;height:2.5625rem;top:171.0625rem;left:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu45LTu8PRbdpOCFkcn4gXHOyTwc2dKP { top:84.5625rem;left:4.125rem;width:7.8125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkfux4N69XqHPwvXrhx4p656v2HR17yP { top:84.125rem;left:28rem;width:7.8125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyE8GRhRtWaUgOFpcTqmVpRvWdeHFFgi { top:112.0625rem;left:11.9375rem;width:7.8125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wACgyWbAM3dPMozz0nPTEwucplbyVFp3 { top:112.625rem;left:28rem;width:7.8125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xymJ4hMuOld3bRFKhpfVeIEwiuc5CPvp { top:165.3125rem;left:4.125rem;width:7.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M82vrIwAq4d7rhXvX6ze04kQCuMmvyWU { top:165.3125rem;left:28rem;width:7.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAFwC6NH1srTmQ8dinn634VmWGm4Vbfq { width:47.625rem;height:24.1875rem;top:72.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJ1bukiOyN3SAH7Sc99ecKs8VcsRVFwB { display:none; }
 }@media only screen and (max-width: 763px) { #mZ6FMbx7Ps2JSMvvptN4uOu8az1eQJXM { display:none; }
 }@media only screen and (max-width: 763px) { #DQuVrT0gTMBi28uRSSgecFpIsoLdpJTa { width:47.625rem;height:24.1875rem;top:72.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cn3qmVBOvr5r0l4bpe3B0zmmFywdQpo7 { width:47.625rem;height:24.1875rem;top:72.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fmRTfFHQXDs4BgvrZtzXeh4LU2R9dTki { width:31.1875rem;height:24.1875rem;top:75.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHVCWhrz4TxCLtbmRNy7H38mvDhWppsl { width:29.4375rem;height:24.1875rem;top:104rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MReir7DH9kk8PE0XI7yndJ20F9ceTwIq { width:31.1875rem;height:24.1875rem;top:104.375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvGsIvqcqaZH1iDX00HguFVpizmpK38Z { display:block; }#TvGsIvqcqaZH1iDX00HguFVpizmpK38Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIW0X7NGLnM2zRSwy0R7u9iMyKNx8AVL { top:26.5625rem;left:0rem;width:17rem;height:12.266928695448rem;display:block; }
 }@media only screen and (max-width: 763px) { #weLvR069TZBx8EqEtCmllAgEBk3VHTui { width:47.625rem;height:10.5625rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVJyR33SNC8yGnC1EXpbp1G8Mx65gEdm { width:25.75rem;height:2.923825rem;top:247.8125rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNDdiNMDIkakpyHJ2HPZ91ai1N2bX85Z { width:25.75rem;height:2.923825rem;top:247.8125rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAriARxntQF3ulL6gh200Dp8glNaJ8I8 { top:0rem;left:0rem;width:20rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuTmS7FM2hotQQgdp1ocKiQdX1pE363Z { top:0.1875rem;left:6.28125rem;width:35.1875rem;height:3.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aysnVRB2Q3qdXbNlOD9EQcWayIlNs2kV { top:4.375rem;left:0rem;width:15.0625rem;height:17.178362005199rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPIxH8vRIoCl8eUew3NlsZdV83Gt4JTk { width:47.625rem;height:20.0625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU6DtCHJc4toiL7M1bTmos48eJiTmV1T { width:25.75rem;height:2.923825rem;top:247.8125rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usHnb5qx29Fyv1yTvPdDoxxnHJ2zpRaf { width:29.8123125rem;height:2.986325rem;top:41.625rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb64ArPkdR8ns6Mz63KdVUKCQTzNw2SX { width:25.75rem;height:2.923825rem;top:247.8125rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxbv7ip80lTTyorqCHOTWLgLvV5p2DRr { width:25.75rem;height:2.923825rem;top:247.8125rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuOweWRxB7dqtsIlO1q8Rpx6BvlJQht9 { top:38.875rem;left:0rem;width:20.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO1ToSel6bIbyAkM65IHg9oRxieDq3v5 { top:40.4375rem;left:7.84375rem;width:38.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC { display:block; }#He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pV3G8pURduRKVcEmG6DJxasStd90566e { width:34.6875rem;height:9.1875rem;top:1.5625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMwfqD5R3UFlyVCHIrqpT393CAAa6O3m { width:47.75rem;height:;top:3.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT7Xo0It3rTKuMTzbJNLv62fC3Qu1dNX { top:12.5rem;left:0rem;width:23.25rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFFGh6E98Zmx4FTiZNCy9svPlZOvG9TW { top:12.5rem;left:11.437503814698rem;width:24.875rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV8ES4gZJsiKOQVgR28EDEPQBCVKn0l0 { top:12.5rem;left:24.5rem;width:23.25rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1HaKNPvrMgSWuV9wKKVAwpmaC2x5qQU { top:33.9375rem;left:11.968753814698rem;width:23.8125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6RVLfLoLrFcTKVk6vqOcDHS8l4wGldt { top:35.4375rem;left:18.156253814698rem;width:11.4375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POy3V9K23Rc6b1rsQ8LFrQXy5lHDkMDP { top:41.0625rem;left:13.562503814698rem;width:20.625rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohTIHdWswrzzsZhT67ru0s5yKMlwQCcq { top:41.0625rem;left:13.562503814698rem;width:20.625rem;height:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CNumAT47OPSGRZThwu4ASxE3On8FzIF5 { display:block; }#CNumAT47OPSGRZThwu4ASxE3On8FzIF5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JS8an5IDhbAQ21TcWwhQgAiy3mTfrT7v { width:33.8125rem;height:23.0625rem;top:57.3125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIxDCaPL2xOEqBI6KrMpqqL51Nfr2eDT { top:48.75rem;left:11.5625rem;width:24.6875rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLCGKLPfqzCKQoPqiBQCdO3Q6uAJPdT0 { width:17.9375rem;height:3.5rem;top:57.875rem;left:15rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxXShx5mp3zdv0fQPC3tlE3qk6Vm1G6q { width:13.625rem;height:2.6875rem;top:61.3125rem;left:17.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E98lcpDDLMslZrKXUDtZbnTkr11q2u05 { width:11.4375rem;height:9.0625rem;top:61.5625rem;left:18.5625rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMU1xybsOiFqlZVHiSkHam1qSkHicGVZ { width:3.1875rem;height:2.0625rem;top:63.875rem;left:16.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQEcA3HR4KSA3X67iBpdXgm8xZnHTyhb { width:3.1875rem;height:2.875rem;top:63.3125rem;left:28.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEXLLUZ0FSZM10vEX30DchMEPhw6cueK { width:3.1875rem;height:2.0625rem;top:65.625rem;left:16.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSasoZH4RFmvTlagFMoZR2g1DTUwX7ha { width:14.25rem;height:1.75rem;top:68.8125rem;left:17.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt9BHxQkAamRoGw1QIFl5uI0sLRWObz4 { width:19.3125rem;height:4.25rem;top:72.3125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcWaPQ1OyJHGGLIVhPehqLdMr6NLiDgV { display:block; }
 }@media only screen and (max-width: 763px) { #xRRhL1gZ4i0pX6x2Faov9g4wD8s4pm5V { width:2.75rem;height:2.75rem;top:77rem;left:13.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp8RPq69fm0zDI1Vd9bQ8TPCSTqmWE22 { width:6.25rem;height:1rem;top:77.9375rem;left:16.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUgqHafeysi0tUIuAhw92Tb8dJ7QBOHN { width:2.75rem;height:2.75rem;top:77.0625rem;left:22.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU1Z5WtuENUrDTcRFrtyxz2urNrwcqil { width:8.25rem;height:1rem;top:77.9375rem;left:25.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5vSulpRtPXfx0ddJNLAeSPmb89vikR9 { width:33.8125rem;height:10.3125rem;top:48.0625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #loHnWOlib0EpPVKIXxID1twCoLT9S3TP { top:52.125rem;left:11.5625rem;width:12.8125rem;height:6.25rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcBVu7VbkiC5RPHqQyC0bkx24M0m1K6J { top:54.1875rem;left:25.0625rem;width:7.9375rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXquyHubDmPO7ZEXtBwAXpthwvo0NT8w { top:28.3125rem;left:35.8125rem;width:3.9375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHC9TQBMkXhJtJaRpoB0QxG5RvM4qCsI { top:22.375rem;left:38.125rem;width:5.0625rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE0Iu6Lu5FIuOLgXL6IqbLDeFR84lxrZ { top:27.5rem;left:38.625rem;width:5.0625rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJioTOiWtbx7oNqTeTs48ZOPnTK9u4FX { top:23rem;left:41.875rem;width:4.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGwgC0VSmrLpTFawWkIN76Iy9vbU1UAf { top:28.4375rem;left:42.375rem;width:4.1875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBUktSsdVblBRneA0tibp1uc73lpifHO { width:14.1875rem;height:6.4375rem;top:16.8125rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDJ4gAm92P6vprhpDhBdvdL74c6obdqN { top:8.25rem;left:0rem;width:41.0625rem;height:31.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezNzxTw6RbIes46EAh1oaGCXOPIU4qFI { top:22.9375rem;left:42.8125rem;width:4.9375rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmgy7pvq34PKpxfBeDPX1KhC5wVPlNyT { top:28.3125rem;left:43.375rem;width:4.375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7eoJXBryUVqxTLIASJ20aqSFr1lqegx { top:23.125rem;left:35rem;width:4.1875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwEpXn8OZNGhvEzX3PZD1spyXT5MsX1k { top:22.375rem;left:43.1875rem;width:4.5625rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2lsqtudsOXvk387nT6BEUOy5c0ZJVT6 { top:7.4375rem;left:0rem;width:47.75rem;height:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqLy8o5ufqIA6BT2g8EvV83fz7gzDEiz { top:15rem;left:17.625rem;width:30.125rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw21AWq4d3n1KGThUEba05HpxUlB4oqs { top:28.4375rem;left:43.5625rem;width:4.1875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqKOzPlT4v70mBlxTBbhqM2zC55ETs9z { width:41.8125rem;height:4.375rem;top:1.25rem;left:2.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxk6mBUpUDzcepncHl2iWvGTvQfUF0Gf { width:41.8125rem;height:;top:5.625rem;left:2.96875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQdfLRAQSne9W5gSPMOv1FzT87tka7k2 { top:40.875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPOyS6sK0FK0tkfdi6e09f52EcCPBBJT { display:block; }#VPOyS6sK0FK0tkfdi6e09f52EcCPBBJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ickJt2wVol3c7mFJTWDN067kaIAfaCJv { width:10.9375rem;height:11.375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGh48JQHybRfBGiZkFERrwHWZM5zLxAk { width:47.75rem;height:4.3125rem;top:2.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhnaZaETb3XMu2t9vc5z59UQTnzxpTGr { width:47.75rem;height:3.5625rem;top:6.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzQE3DBwaTTkGhWaiCRTchtnvDpe1gaP { display:block; }#FzQE3DBwaTTkGhWaiCRTchtnvDpe1gaP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZ1s8xJ5UBiGkloucfX8rNBAchI6fCFI { width:43.125rem;height:3.5625rem;top:1.125rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHfq5JBSNA7cHrCyBhK3RSHifhywpiKV { top:6.0625rem;left:0rem;width:42.3125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz4hqoC5ayyovwqy2CahrfH13pH8Qcs0 { width:23rem;height:34.8125rem;top:0rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHNEtlM1cJ3MpRhtw7ksqywphR4FZ6IH { 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; } #QHNEtlM1cJ3MpRhtw7ksqywphR4FZ6IH > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MFfnGwaPLczNekQsPikh0T9NFg2to5uq { background-color:#def1f2;background-image:url("https://images.assets-landingi.com/uc/51f8dc80-c5a2-49bf-b28a-c4daad6e5902/Topomesmobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MFfnGwaPLczNekQsPikh0T9NFg2to5uq.adaptive-delivery-prevent-bg, #MFfnGwaPLczNekQsPikh0T9NFg2to5uq.lazyload, #MFfnGwaPLczNekQsPikh0T9NFg2to5uq.lazyloading { background-image: none; }#MFfnGwaPLczNekQsPikh0T9NFg2to5uq > .row .container { background-color: transparent; background-image: none; }#MFfnGwaPLczNekQsPikh0T9NFg2to5uq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFfnGwaPLczNekQsPikh0T9NFg2to5uq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFfnGwaPLczNekQsPikh0T9NFg2to5uq > .row .container > .video-iframe-container { display: none; }#MFfnGwaPLczNekQsPikh0T9NFg2to5uq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFfnGwaPLczNekQsPikh0T9NFg2to5uq > .row > .video-iframe-container { display: none; }#MFfnGwaPLczNekQsPikh0T9NFg2to5uq > .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); }#MFfnGwaPLczNekQsPikh0T9NFg2to5uq > .row .container { border-width: 0; border-radius: 0; }#MFfnGwaPLczNekQsPikh0T9NFg2to5uq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MFfnGwaPLczNekQsPikh0T9NFg2to5uq > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7TMH5rT5FTqKs4bMpq3uNImXMgTGLUo { width:17.8125rem;height:2.75rem;top:44.5625rem;left:0.75rem;font-size:3.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yhzCFrOxVJWEHT8JACivZF3kMXIC79mA { width:12.25rem;height:1.7875rem;top:47.75rem;left:3.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #By4xGkAolqeTlh6Zgp84VOkg1u58TK9w { width:2.75rem;height:2.75rem;top:50.5625rem;left:4.5625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7H83lJ1oIborhUNEL84DRGltg7CUcaT { width:4.75rem;height:2.1125rem;top:53.3125rem;left:3.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cVx0vU5c9sZoUF0OAluhxRRZFxCDOQVx { width:2.75rem;height:2.75rem;top:50.5625rem;left:11.1875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGaimyTa2CcQZAaWDNe215n8TxC1h2ZT { width:4.75rem;height:2.275rem;top:53.25rem;left:10.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #tGWonrnxNITR5aQuuRxrwLuNRN3gSVD3 { width:19.375rem;height:13.475rem;top:28.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.66);display:none; }
 }@media only screen and (max-width: 763px) { #uXRmZyrTFqfQ1VpvP2fVAIXzKuXE8DHU { width:17.5rem;height:8.0625rem;top:20.5625rem;left:0.9375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #uRcAwsEEsGui1ZKw0nK9HFcXucJsI9Hp { width:18.999125rem;height:4.24913125rem;top:56.5rem;left:0.1875rem;font-size:1rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.26) ;font-family:montserrat;display:none; }
 }@media only screen and (max-width: 763px) { #C0Ldwxc0vk3FQV3WEuwqwQ2O9r4sDxSp { display:block; }
 }@media only screen and (max-width: 763px) { #p6QQPtrS6XTnxBSDLd2Mm0qg4eFriWyv { width:13.625rem;height:1.38125rem;top:43rem;left:2.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #o1OAewgRT0H568R2JkAA66EQZzlPwSqH { width:13.0625rem;height:5.9375rem;top:9.31640625rem;left:3.46875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cDTf8TlJpEfuZbGB96GMTNZSofz8kbWJ { width:20rem;height:4.38720625rem;top:16.50390625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPtqmdyX2KME1hp9wVVFFHmgPK2lrkBX { background-color:#eacede;background-image:none;display:block; }#RPtqmdyX2KME1hp9wVVFFHmgPK2lrkBX > .row .container { background-color: transparent; background-image: none; }#RPtqmdyX2KME1hp9wVVFFHmgPK2lrkBX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPtqmdyX2KME1hp9wVVFFHmgPK2lrkBX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPtqmdyX2KME1hp9wVVFFHmgPK2lrkBX > .row .container > .video-iframe-container { display: none; }#RPtqmdyX2KME1hp9wVVFFHmgPK2lrkBX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPtqmdyX2KME1hp9wVVFFHmgPK2lrkBX > .row > .video-iframe-container { display: none; }#RPtqmdyX2KME1hp9wVVFFHmgPK2lrkBX > .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); }#RPtqmdyX2KME1hp9wVVFFHmgPK2lrkBX > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9TsvMw0oEpKrkA67Wy1teNzUNnQ4KSD { width:19rem;height:4.25rem;top:9.6875rem;left:0.5rem;font-size:1rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.26) ;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #GPXNvmu0GhzHbpA90yKvDSUk4Kx8Wsvu { display:block; }
 }@media only screen and (max-width: 763px) { #vQBNhTq43o9MwsfNvyqAR81NLcuObu7a { width:17.5625rem;height:3.8496125rem;top:16.375rem;left:1.25rem;font-size:4.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZtAiNtvNIVpnBEVT4BUVTAZ8WcXQtbZ { width:5.875rem;height:2.2744125rem;top:25.125rem;left:10.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vXP2gU61oCX6Mhn4kfW8NGTWO0xKFMH0 { width:13.625rem;height:1.7871125rem;top:20.875rem;left:3.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y1L7uSy9nmnuaW46M1F0mmD5Sdn0PRAB { width:13.625rem;height:1.3808625rem;top:15rem;left:3.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AC8xkmSLBZXFMqXT3Mcy0kA9WRrW8f0g { width:1.8125rem;height:1.8125rem;top:23.375rem;left:12.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzcx5T1Lu07CIXSLrUliJkTTobMgE8uR { width:4.25rem;height:2.1123rem;top:25.1875rem;left:3.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gex31nUK6mXH1ba3fxDbI1xuNctmX10u { width:1.75rem;height:1.8125rem;top:23.375rem;left:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm2wI1CAhguWkPKz1WfOptz4tCyc9uRt { width:18.5rem;height:8.25rem;top:0.76953125rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.66);display:block; }
 }@media only screen and (max-width: 763px) { #GZwwfHGp6PPT1f87T15eSClXOCe3RuLw { display:block; }#GZwwfHGp6PPT1f87T15eSClXOCe3RuLw > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhH4huhC9nSpJBEKNKTQnsc68BvoeCLZ { width:2.1875rem;height:2.1875rem;top:1.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iInKImqZTMZS5S5i2LU5TAS3ycWPKaUm { width:9rem;height:5.5625rem;top:2.5rem;left:0.75rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #MgHeJ6Wg8WZyik37aXccrkAt90PZ8E8a { width:1.5625rem;height:1.5625rem;top:2.0625rem;left:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPmqSpJbIGwkw7AhGlpPpaJyaXoxd62S { width:9rem;height:5.4375rem;top:2.625rem;left:10.1875rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #JOqaSd0xF3xiDwPIFSvXZ6Aqz5WL5Tbz { width:1.5625rem;height:1.5625rem;top:2.0625rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz6CVwnsomMnlFnKlQTodvRKrgfnPC8D { width:2.1875rem;height:2.1875rem;top:1.6875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REItiSDnLhq4tNA458c9I042p4UpdrF7 { width:9rem;height:5.4375rem;top:10.25rem;left:0.75rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #B1lhhvxuGRTBLulMK12P1TwOXcp5uz1a { width:1.5625rem;height:1.5625rem;top:9.6875rem;left:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiCg51iKoXWq1FWFIrIKNf6xNFT0blkb { width:2.1875rem;height:2.1875rem;top:9.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfA3e7NGkR77wwNrvUnsJqElL1OstFCN { width:9.5625rem;height:1.75rem;top:4.75rem;left:0.5rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ldfxTuT13a8nn6EeC0VPapKq0PUrkZlE { width:8.1875rem;height:2.625rem;top:4.3125rem;left:10.75rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dc0RAs6u8XTgOJoUcH4uCqSluxxWoRxz { width:7.1875rem;height:1.75rem;top:12.25rem;left:1.6875rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #a7FrVzSnZvlClwJ5N6D9rEseTEon1T06 { width:9rem;height:5.4375rem;top:10.125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxiKb0yXyZdIeK8RHUQI0DuevZna5Os0 { width:6.75rem;height:1.75rem;top:12.5625rem;left:11.375rem;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bsr9m9qQi7EZTKsqRtkGJrPQThqCoTOC { width:2.1875rem;height:2.1875rem;top:9.4375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDRwesRv9NcS5XWKx9q5u8cqb0bEetLJ { width:1.5625rem;height:1.5625rem;top:9.875rem;left:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXINz96vxtQiMdIXfNcaMoU3sqHIafBw { background-color:#def1f2;background-image:none;display:block; }#AXINz96vxtQiMdIXfNcaMoU3sqHIafBw > .row .container { background-color: transparent; background-image: none; }#AXINz96vxtQiMdIXfNcaMoU3sqHIafBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXINz96vxtQiMdIXfNcaMoU3sqHIafBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXINz96vxtQiMdIXfNcaMoU3sqHIafBw > .row .container > .video-iframe-container { display: none; }#AXINz96vxtQiMdIXfNcaMoU3sqHIafBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXINz96vxtQiMdIXfNcaMoU3sqHIafBw > .row > .video-iframe-container { display: none; }#AXINz96vxtQiMdIXfNcaMoU3sqHIafBw > .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); }#AXINz96vxtQiMdIXfNcaMoU3sqHIafBw > .row .container { width:20rem;height:149.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZBhmTRkCBst29HWPpmFAiZ7MbMLtqm0 { width:17.3125rem;height:35.875rem;top:74.25rem;left:1.375rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #lJEb7Gd6hayBmEek7PzOlUKZX57TrEB6 { width:16.25rem;height:34rem;top:75.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgS9fvQgT3URhiezlRdQMkNZSKILhmwk { width:15rem;height:19.01075rem;top:87.6875rem;left:2.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NboxVH48nkRBOrMl3aQNSRQ9hL6zqwfW { width:12.25rem;height:1.625rem;top:85.25rem;left:3.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxzEQCXdlsxbrRy00Wi5h879IqTASl9P { width:17.3125rem;height:35.1875rem;top:111.9375rem;left:1.375rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #HU2vWdbsma5RXXKqAmcqnqNlBHl7vwSF { width:16.25rem;height:33.375rem;top:112.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0EZgWoBA3tdZcFmwuUXziNHfTNkOPMz { width:15rem;height:16.8984375rem;top:125.8125rem;left:2.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H9JIVcxAlCwgAmEJS7Ky6mWe9Nty0toL { width:15.25rem;height:1.625rem;top:123.375rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OrSpV6cH2ZHeVEeXRLVWPGTWqoss7sas { width:6.75rem;height:8.875rem;top:113.4375rem;left:6.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZoOSzgwTVL62hf5alUV13BllmAhteSJr { width:7.625rem;height:10.75rem;top:74.5625rem;left:6.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NRNyOgtCNkmgOSkKE2HnzkgT1HJtTVMa { width:7.8125rem;height:1.625rem;top:107.55000019074rem;left:6.0937500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #slW93GI8eR9wG5rMFzVtOpPvRbiuZxsh { width:7.8125rem;height:1.625rem;top:144.67500114441rem;left:6.0937500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNTZNPk1G5OvBg6RcV5aiwlEXfgN8zOL { width:7.8125rem;height:1.625rem;top:70.487501144406rem;left:6.0937500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTCNTs416NG8ndBM4xro5t2MFcz7b5D3 { width:17.3125rem;height:37.75rem;top:35.3125rem;left:1.375rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #bLHJlOTAmxWgSbFbHwNpO321KPsmtRlz { width:16.25rem;height:35.75rem;top:36.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHlbWKQKEE7ZlBQpG5SN28CGoUlxcKTT { width:7.625rem;height:10.8125rem;top:35.625rem;left:6.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qWZuv67UFIk6TsrCMXFAhaT7h0uWV8wr { width:15.0625rem;height:3.25rem;top:45.875rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PM1f90eWbvKoQ7iKUiu2qvCocrakxDGO { width:15rem;height:19.01075rem;top:49.1875rem;left:2.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uqov8kAt2HMTxFoqkzC52JQ3ngBTFk2W { width:17.3125rem;height:32.8125rem;top:1.25rem;left:1.3125rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #tDvI4ivMXv3AKow7JZm3xSe5h69tWwsQ { width:16.25rem;height:31.5rem;top:2.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBq1f8XfWXL1Jy248mSeCsGg4s30Ta4s { width:15rem;height:17.9545625rem;top:15.1875rem;left:2.5000009536743rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X8G9lSyu74rZWhRDDyqJSXymqPhkmTB0 { width:12.25rem;height:1.625rem;top:11.875rem;left:3.8750009536743rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CpIDOCiLvkSDXX1cwsUSpyQTw0StdT4K { width:5.875rem;height:8.375rem;top:2.8125rem;left:7.0625009536744rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IqUV4PdQkkPNcnLggAtqBu9GlqCxiMnM { width:7.8125rem;height:1.625rem;top:31.675001144409rem;left:6.0937500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4da46250-8ed4-4890-af1c-e14232f33683/FundodePV2mobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf.adaptive-delivery-prevent-bg, #T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf.lazyload, #T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf.lazyloading { background-image: none; }#T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf > .row .container { background-color: transparent; background-image: none; }#T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf > .row .container > .video-iframe-container { display: none; }#T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf > .row > .video-iframe-container { display: none; }#T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf > .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); }#T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf > .row .container { border-width: 0; border-radius: 0; }#T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9Zvv2q1yygWpGb5d0pIKJuXt6I8SMEf > .row .container { width:20rem;height:114.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yToUPF0JdCsTz9kGl945tWh5iat1VWSB { width:20rem;height:3.25rem;top:2.2281246185302rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bCJqvz65zBxtfPXNMmPQFbWOT65A2Hf8 { width:20rem;height:50.375rem;top:7.8125rem;left:0.0625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #JpJo90J0CzRu8FSZobCeFvSO8XBX2a2X { width:9.9375rem;height:6.0625rem;top:5.4773437976837rem;left:5.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctPG5LfDuwvFnUOtAZOMQ01yzavMhyxv { width:4.5rem;height:10.3125rem;top:12.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCIEAF0btBs9WXTsPJESS5sKP6u9BkD9 { width:13.0625rem;height:2.6rem;top:12.6875rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMWpOO5Ix46vwrIFLpNl66hkIN27vonJ { width:11.875rem;height:5.6860375rem;top:16.125rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNKaoAg0bqP9KTp3PCmiqeIcQwKDPRR2 { width:9.875rem;height:2.6rem;top:23.5rem;left:6.9375000596044rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuu9CR5wpVGtbcJtl0h4KIxfqtwPEomM { width:4.5rem;height:10rem;top:23.5rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9TSgZR4AlICvWTWivhchpQmmX8Bo4A6 { width:13.0625rem;height:5.6860375rem;top:27.1875rem;left:6.9375000596044rem;text-align:left;text-align-last:left;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #xPnOUuczDaecNtPk9LSKQ6EcQ0xAEzGd { width:4.5rem;height:10rem;top:35.0625rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgNtsO8hWI4yKA63zkKPkEN65UuxfNSb { width:11.6875rem;height:5.19921875rem;top:35.0625rem;left:6.6875000596044rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkOcB5eZhZSyN0oaJ2nPVpRG94pZM2T5 { width:12.1875rem;height:4.548825rem;top:40.5625rem;left:6.6875000596044rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDTu6tmnXdrxhZEZvJTG30ScW5uXi7S5 { width:4.5rem;height:9.875rem;top:46.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b56aGqHqlOfFLDVos3cSbhc0PIBVu8wm { width:11.75rem;height:2.3994125rem;top:46.875rem;left:6.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CFTc2TVE4mqtk9mk4gbcGD88sypEk6U9 { width:12.375rem;height:6.12305rem;top:50.5rem;left:6.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OUmTW4iVPiWJnXHq0ie86zVBzTBmf6Pu { width:6.125rem;height:6rem;top:61.6875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8GprTTobd8LbgTSHLavxGHcODhLp4h5 { width:20rem;height:47rem;top:66.125rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #b9JDy1S08lsgE1cFB2cFpWrqStBGVQob { width:4.6875rem;height:9.4375rem;top:69.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Toe2uWNwS4QalADfT3IWiWQXfvKvdbaV { width:9.625rem;height:3.89941875rem;top:69.875rem;left:6.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpAXNfahZQp9AszlVF5M3A7t0F8EC2oF { width:12.375rem;height:4.548825rem;top:74rem;left:6.5rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZogC2RKzSgy2UvJgIW6wJec67pxyvuBa { width:4.6875rem;height:9.5625rem;top:80.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfRvAJ3QdHPzaT5eT2tTFWxvF3Z5aBZ2 { width:9.875rem;height:2.6rem;top:81.0625rem;left:6.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfNRnEU6kTqLJs85AvHtbrSNvx3qxuvE { width:12.25rem;height:5.6860375rem;top:84.0625rem;left:6.5rem;text-align:left;text-align-last:left;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #pgfgiTEKpEbNScqO2g1aHcWi3I7DGioa { width:4.75rem;height:9.25rem;top:91.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeBpQTudc6Hb9Phb1t2GS8iaOXelIqwt { width:11.0625rem;height:3.89941875rem;top:92rem;left:6.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5TI6Ry1GdCqJfAoqK7xLQ5qMUKNra45 { width:11.6875rem;height:4.548825rem;top:96.1875rem;left:6.5rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZNMzKoNx4O0oIqGF1mBrWb3hSScCmU6 { width:4.6875rem;height:9.375rem;top:102.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu8AC14ZvsEOITgzE4yRro0EOULWv5po { width:11.375rem;height:3.59911875rem;top:102.5625rem;left:6.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LcvgNCvHzBFKDKNrJl9kn04biMtbPuGT { width:12.5rem;height:4.8984375rem;top:106.6875rem;left:6.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #drWVI7brLmcmOPH1REoePJ8aTCFSDGGH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e18e9be1-ead5-4d24-ac02-fca6a8894261/FundodePV3mobile.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#drWVI7brLmcmOPH1REoePJ8aTCFSDGGH.adaptive-delivery-prevent-bg, #drWVI7brLmcmOPH1REoePJ8aTCFSDGGH.lazyload, #drWVI7brLmcmOPH1REoePJ8aTCFSDGGH.lazyloading { background-image: none; }#drWVI7brLmcmOPH1REoePJ8aTCFSDGGH > .row .container { background-color: transparent; background-image: none; }#drWVI7brLmcmOPH1REoePJ8aTCFSDGGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drWVI7brLmcmOPH1REoePJ8aTCFSDGGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drWVI7brLmcmOPH1REoePJ8aTCFSDGGH > .row .container > .video-iframe-container { display: none; }#drWVI7brLmcmOPH1REoePJ8aTCFSDGGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drWVI7brLmcmOPH1REoePJ8aTCFSDGGH > .row > .video-iframe-container { display: none; }#drWVI7brLmcmOPH1REoePJ8aTCFSDGGH > .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); }#drWVI7brLmcmOPH1REoePJ8aTCFSDGGH > .row .container { width:20rem;height:406.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddPwZPe2rxuvnM80R4co9LRvi0hPJklb { width:19.9375rem;height:44.5625rem;top:41.048446655274rem;left:0.0625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #dFpKUVZZZ4iduS3Xe323agDXEMbOqDA3 { width:6.375rem;height:8.8125rem;top:5.5625rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJTzJBEaZQUZqS3t8BfLVCdFmznzvcmK { width:11.4375rem;height:5.68603125rem;top:8.4375rem;left:7.8125005364419rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hgOuesVVvdopWAskoIPvo3zKGfJcyKWW { width:7.125rem;height:10.25rem;top:14.375rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHNwDNr7NxFQEmttTSugLqCXStrinqy1 { width:11.375rem;height:4.548825rem;top:18.375rem;left:7.6875005364419rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O5bKTTUwCd1srA028xJEVKIHBTv7laHs { width:6.0625rem;height:9rem;top:25.0625rem;left:1.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB94f87zD1AwM7vPFTacL0gpnpnL0iW1 { width:9.625rem;height:2.6rem;top:5.6875rem;left:7.8125005364419rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGFrfpzZQoDHiSRHC4edOF7P2fiDDdvX { width:9.625rem;height:2.6rem;top:15.4375rem;left:7.6875005364419rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxm71KQHo0mqXGl3M1T7tlSnarm22U6e { width:12.3125rem;height:5.84765625rem;top:29.474237442017rem;left:7.6875005364419rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sdPT8pbmOi2x5fgUT65yQNr0MkEsqbCG { width:11.0625rem;height:4.2246125rem;top:25.25rem;left:7.7500005364419rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCIrXkTCFH0Xl6SeT13LV4HzBqCdNZDw { width:19.875rem;height:33.4375rem;top:3.5rem;left:0.0625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #tnDUWB1qbp9lw7O0GWnxCtsyPePEMRov { width:9.4375rem;height:3.5rem;top:0.92500019073488rem;left:5.5679689049721rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RZrytamWqsagsRgv9piu1aSthbxCATPe { width:13.0625rem;height:3.625rem;top:38.535939216614rem;left:3.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ2GZERzD0DZF2Bgg7qWeKQXI1Cwxwvf { width:7.3125rem;height:9.625rem;top:43.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7sOXGui9vAGTrGTNK3fK4W8cNMEnmeT { width:6.875rem;height:9.4375rem;top:54.0859375rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Nhi8vz1k8t7dvRpBoA1uItxWwT1TNq6K { width:7.3125rem;height:9.5625rem;top:64.599218368531rem;left:0.84296876192094rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #wdwTc9L7R33TDhmsLW1couTa3NKdw6cr { width:7.6875rem;height:10.1875rem;top:75.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTZG2vKnspbh66nylObW0TUErOhfz8oV { width:9.625rem;height:3.8994125rem;top:43.875rem;left:8.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #frr4B4L8CZ7WbPBgUXsCL75ZdFpW3AMP { width:10.75rem;height:4.548825rem;top:47.8125rem;left:8.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q1cHaEKSWEP3XRxbNx3LhM1vxWb4IOVl { width:9.625rem;height:2.6rem;top:55.549218177796rem;left:7.9375005364419rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPrM1RtX77racTsFXTg7edzVZqAZP4cH { width:10.375rem;height:3.41161875rem;top:58.424218177796rem;left:7.9375005364419rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qKJPn7fBHalmLIhEXApWXBi6glu4h8bR { width:9.625rem;height:3.8994125rem;top:65.036718368531rem;left:7.9375005364419rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kasb85AIcfiB2Be97f1MT5o4e0JORr5p { width:10.375rem;height:4.548825rem;top:69.286718368531rem;left:7.9375005364419rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kFE4bVCFBnGbz4ItXD0J3lZGC3vnnkt2 { width:9.625rem;height:2.6rem;top:75.625rem;left:7.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELdIfMChunVayebTCNy9pP4ixD4wTaFT { width:10.3125rem;height:5.6860375rem;top:78.6875rem;left:7.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QwHunLFvmuWxQgBD12g1nWvG3T4JuyQ1 { width:19.75rem;height:19.3125rem;top:87.03472225rem;left:0.0625rem;border-top:0.125rem solid #8d6867;border-left:0.125rem solid #8d6867;border-right:0.125rem solid #8d6867;border-bottom:0.125rem solid #8d6867;background-color:rgba(255,255,255,0.7);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) { #GHa7HaVnTwzGULDf3V8AxVatpC4DGQfg { width:18.999125rem;height:2.43663125rem;top:88.09689331055rem;left:0.43749994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRCZ8ambT3ligo7IfoUR6N9hwVDhK03i { width:18.875rem;height:1.21875rem;top:88.8046913147rem;left:0.31171876192093rem;font-size:0.9375rem;color:#dfe6ec;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qVBm2RpF9M0B4bByEwQMGih5wNLwhwGx { width:3.0625rem;height:3.0625rem;top:92.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfPoXgEBH8da5nKKTHHvDn89uZK9oG4P { width:15.436625rem;height:2.625rem;top:93.53472225rem;left:4.563375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5XM3SJ1AkMMclPIIOdxHWdnufUUXKks { width:3.0625rem;height:3.0625rem;top:97.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrR9dauB4mnElGB7N0VNeWbPD9fH3GKV { width:14.811625rem;height:1.3125rem;top:98.22222225rem;left:5.188375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvTMkm51IBc2UBXRSEVSh9UgH8rzUQVt { width:3.0625rem;height:3.0625rem;top:102rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZLmbUlnMvqv62AGTCyp2M6PtJBoC4pR { width:14.124125rem;height:2.625rem;top:102.03472225rem;left:5.875875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7TCwwL5VkicGn47VhoBzaHyfmAWJ5M2 { width:19.9980625rem;height:25.7168125rem;top:107.19921875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NSNbuz8FaHGu8brEhtaSGS95BDOgU3oV { width:19.9375rem;height:23.5625rem;top:141.625rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #l998PRLwEUeaCmsyO2Owz5LZPZAexUbf { width:8.875rem;height:12.5rem;top:137.8056640625rem;left:5.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Kh8v6w5A2DFl4mUyBBwTK9ioeIAkV3c5 { width:14.5625rem;height:1.57470625rem;top:150.8125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #D4LKTfNhI9tbpe9Moi7zccpHwmmb19N7 { width:18.1875rem;height:9.7993125rem;top:154.71484375rem;left:0.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEobF8zZCz4H91PR7BhhvcG3c7S5S8W4 { width:8.9375rem;height:13.8125rem;top:166.25rem;left:5.53125rem;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPKVuz4i9Wm0R8Bo7WiD5nko9kvfvm2d { width:19.875rem;height:1.57470625rem;top:181.125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HhbqiiiZTflolbhpeq4v0kbI6RhroXan { width:17.9375rem;height:11.19925rem;top:185rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oBiGBiTAfng1v2cCQRpwwIDvxiCCxxGQ { width:9.375rem;height:14.375rem;top:199.1875rem;left:5.3125rem;z-index:15005;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCRfWWa059PbHSAe3lg7xzBL58pQsNWt { width:10.5rem;height:1.57470625rem;top:214.48828125rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tM2AWBCZvDa5ItdxNGE4ByolixkdNUcW { width:16.875rem;height:8.39941875rem;top:218.875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9NFRziJGSwDtBmfnrD1Bb5kxotTHNaf { width:9.875rem;height:15.75rem;top:230.375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnK4oi1bFuPyhD70wa20ov4BTvTmVWp8 { width:19.3125rem;height:1.57470625rem;top:247.5859375rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #STkiEw75sB1ExbBlOTrq4QaXD2Wws0Sm { width:17.1875rem;height:9.7993125rem;top:251.875rem;left:1.40625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ciRB39lVTElyB0aI8SxQoKsMvvzDWdZz { width:20rem;height:1.86865rem;top:135.0634765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFw9QgQ66kWCbG9y6xBBwJu8MeilS9lf { width:19.875rem;height:32.1875rem;top:271.0625rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #V05Thv8SB8Kp7wzb8ciTRH17qyOtCx6S { width:8.4375rem;height:11.4375rem;top:272.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb5OhP66gl4q3GJEqcStUCZy82ku2iTw { width:7.625rem;height:3.673825rem;top:274.0625rem;left:9.75rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PpQJk9PTOrduWyTWXVXaQftwVbpHo9TM { width:18.1875rem;height:18.89648125rem;top:283.5625rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KTNa64ETWHO4L0kleKwIBSEzSz6KG8oN { width:7.9375rem;height:10.75rem;top:373.375rem;left:0.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #lLvyme40U7lwOTxxF7cTMdRrEMFuqaRN { width:11.25rem;height:3.41161875rem;top:374.5625rem;left:8.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e43VgHdSbOAKWuqCWwDlsp0Gg0JvXGXV { width:17.6875rem;height:18.896475rem;top:384.3125rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dTMoa5f2CTraQCn4RVC8I02ifOnmVniZ { width:19.875rem;height:32.75rem;top:372.625rem;left:0.0625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #uwQi5vEvbSyDoHZ9mRkx03WWW0s3advT { width:17.5rem;height:5.361325rem;top:264.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Wbr9AI2D2twNSPvy3hIL33gZEmlxOI { width:9.625rem;height:1.75rem;top:278.375rem;left:9.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15165;line-height:1.4;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #NoSGfwNkPFnFarNNPJVT2sPUrhwV80we { width:17.8125rem;height:2.11230625rem;top:316.6875rem;left:1.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MxIoI3W52dS2QUSVUyzIL3btX9b7lEoR { width:18.0625rem;height:17.95458125rem;top:320.25rem;left:1rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mVy6c7T8fwzsfTHaZVirCKxZVITEDICT { width:19.625rem;height:28.5625rem;top:342.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #omUnxmArRLLD2fBpHxwqppM46ZLGd5n9 { width:17.9375rem;height:15.8423125rem;top:351.8125rem;left:1.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ywTfl4rTkK1ufRNSxdwpWiyBAMkqcPBM { width:16.8125rem;height:1.94921875rem;top:368.6875rem;left:1.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MRGbe4gRFM8fgIO3wRm9UqZ29pw4R8F6 { width:6.9375rem;height:1.75rem;top:311.6875rem;left:9.75rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Bg1cep90KTzVIqnCXo7PudxUnSWUCq8K { width:19.9375rem;height:67rem;top:304.375rem;left:0.0625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #lBLX2yA7xqDT4C2MoEGmSxttgFr4DKD6 { width:8.4375rem;height:11.5625rem;top:305.125rem;left:0.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c17KkFRWwHJb5N7vK2VQJN8cwUTo8TBa { width:7.9375rem;height:10.875rem;top:340.3125rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VVZKZPakwam0UGRyqMe3L2pQOqwZOeiD { width:7.375rem;height:3.673825rem;top:307.625rem;left:9.875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wldU50NWnJsrHx6hp3u0M7muF74iqXhk { width:10.1875rem;height:2.92480625rem;top:344.3125rem;left:9.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu45LTu8PRbdpOCFkcn4gXHOyTwc2dKP { width:7.8125rem;height:1.75rem;top:152.38671875rem;left:6.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gkfux4N69XqHPwvXrhx4p656v2HR17yP { width:7.8125rem;height:1.75rem;top:182.69921875rem;left:6.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NyE8GRhRtWaUgOFpcTqmVpRvWdeHFFgi { width:7.8125rem;height:1.75rem;top:216rem;left:6.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wACgyWbAM3dPMozz0nPTEwucplbyVFp3 { width:7.8125rem;height:1.75rem;top:249.16015625rem;left:6.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xymJ4hMuOld3bRFKhpfVeIEwiuc5CPvp { width:7.8125rem;height:1.625rem;top:278.1875rem;left:9.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M82vrIwAq4d7rhXvX6ze04kQCuMmvyWU { width:7.8125rem;height:1.75rem;top:378.625rem;left:8.375rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EAFwC6NH1srTmQ8dinn634VmWGm4Vbfq { width:19.9375rem;height:28.8125rem;top:168.0625rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #rJ1bukiOyN3SAH7Sc99ecKs8VcsRVFwB { display:flex;top:134.9921875rem;left:0rem;width:2.0625rem;height:2.0625rem;z-index:15166; }
 }@media only screen and (max-width: 763px) { #mZ6FMbx7Ps2JSMvvptN4uOu8az1eQJXM { display:flex;top:134.9658203125rem;left:17.9375rem;width:2.0625rem;height:2.0625rem;z-index:15167; }
 }@media only screen and (max-width: 763px) { #DQuVrT0gTMBi28uRSSgecFpIsoLdpJTa { width:19.9375rem;height:27.5rem;top:200.69140625rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #Cn3qmVBOvr5r0l4bpe3B0zmmFywdQpo7 { width:19.9375rem;height:28.5rem;top:234.50390625rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #fmRTfFHQXDs4BgvrZtzXeh4LU2R9dTki { width:19.875rem;height:24.1875rem;top:75.75rem;left:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #AHVCWhrz4TxCLtbmRNy7H38mvDhWppsl { width:19.875rem;height:24.1875rem;top:104rem;left:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #MReir7DH9kk8PE0XI7yndJ20F9ceTwIq { width:19.875rem;height:24.1875rem;top:104.375rem;left:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #TvGsIvqcqaZH1iDX00HguFVpizmpK38Z { background-color:#f1939b;background-image:url("https://images.assets-landingi.com/uc/c5a4e91e-30bf-4b78-b874-1e27f39fa7a2/FundodePV.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#TvGsIvqcqaZH1iDX00HguFVpizmpK38Z.adaptive-delivery-prevent-bg, #TvGsIvqcqaZH1iDX00HguFVpizmpK38Z.lazyload, #TvGsIvqcqaZH1iDX00HguFVpizmpK38Z.lazyloading { background-image: none; }#TvGsIvqcqaZH1iDX00HguFVpizmpK38Z > .row .container { width:20rem;height:82.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GIW0X7NGLnM2zRSwy0R7u9iMyKNx8AVL { width:15.2495rem;height:10.9365rem;top:44.547736125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #weLvR069TZBx8EqEtCmllAgEBk3VHTui { width:19.875rem;height:16.5rem;top:56.733486125rem;left:0.0625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #pVJyR33SNC8yGnC1EXpbp1G8Mx65gEdm { width:17.8115rem;height:1.70605625rem;top:58.249111125rem;left:2.1885rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BNDdiNMDIkakpyHJ2HPZ91ai1N2bX85Z { width:17.1245rem;height:5.6860375rem;top:61.374111125rem;left:2.8755rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UAriARxntQF3ulL6gh200Dp8glNaJ8I8 { width:20rem;height:2.2749rem;top:8.8578476867675rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15120;display:block; }
 }@media only screen and (max-width: 763px) { #TuTmS7FM2hotQQgdp1ocKiQdX1pE363Z { width:20rem;height:0;top:1.1139335632324rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aysnVRB2Q3qdXbNlOD9EQcWayIlNs2kV { width:8.187rem;height:9.312rem;top:1.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPIxH8vRIoCl8eUew3NlsZdV83Gt4JTk { width:19.875rem;height:31.375rem;top:11.811625rem;left:0.0625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #sU6DtCHJc4toiL7M1bTmos48eJiTmV1T { width:19.9985625rem;height:1.70605625rem;top:12.999125rem;left:0.0014375000000016rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usHnb5qx29Fyv1yTvPdDoxxnHJ2zpRaf { width:19.4360625rem;height:22.744125rem;top:15.374125rem;left:0.5639375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tb64ArPkdR8ns6Mz63KdVUKCQTzNw2SX { width:16.374rem;height:1.625rem;top:28.874125rem;left:3.626rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wxbv7ip80lTTyorqCHOTWLgLvV5p2DRr { width:16.374rem;height:1.625rem;top:64.999111125rem;left:3.626rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GuOweWRxB7dqtsIlO1q8Rpx6BvlJQht9 { width:20rem;height:1.05615rem;top:74.59459725rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SO1ToSel6bIbyAkM65IHg9oRxieDq3v5 { width:20rem;height:4.38720625rem;top:76.9001535rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC { background-color:#efbb64;background-image:url("https://images.assets-landingi.com/uc/e4e0ebb2-7e3b-4d0b-b5d8-bda39c4faca4/depoimentosrosa02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC.adaptive-delivery-prevent-bg, #He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC.lazyload, #He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC.lazyloading { background-image: none; }#He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC > .row .container { background-color: transparent; background-image: none; }#He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC > .row .container > .video-iframe-container { display: none; }#He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC > .row > .video-iframe-container { display: none; }#He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC > .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); }#He8eTm7tFAFp5MVHv1XkGrdHpJVxgzAC > .row .container { width:20rem;height:99.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pV3G8pURduRKVcEmG6DJxasStd90566e { width:20rem;height:5.296875rem;top:2.25rem;left:0rem;overflow:hidden;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #gMwfqD5R3UFlyVCHIrqpT393CAAa6O3m { width:20rem;height:3.1494125rem;top:2.25rem;left:0rem;font-size:1.3125rem;line-height:1.2;z-index:15038;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LT7Xo0It3rTKuMTzbJNLv62fC3Qu1dNX { width:20rem;height:25.75rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFFGh6E98Zmx4FTiZNCy9svPlZOvG9TW { width:20rem;height:17.236125rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV8ES4gZJsiKOQVgR28EDEPQBCVKn0l0 { width:20rem;height:24.5693125rem;top:73rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1HaKNPvrMgSWuV9wKKVAwpmaC2x5qQU { width:18.375rem;height:18.6875rem;top:54.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6RVLfLoLrFcTKVk6vqOcDHS8l4wGldt { width:10.3125rem;height:3.875rem;top:56.3125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POy3V9K23Rc6b1rsQ8LFrQXy5lHDkMDP { width:15.5625rem;height:8.8125rem;top:64.80730625rem;left:2.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ohTIHdWswrzzsZhT67ru0s5yKMlwQCcq { width:16rem;height:9.0625rem;top:61.4375rem;left:2rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #CNumAT47OPSGRZThwu4ASxE3On8FzIF5 { display:block; }#CNumAT47OPSGRZThwu4ASxE3On8FzIF5 > .row .container { width:20rem;height:110.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JS8an5IDhbAQ21TcWwhQgAiy3mTfrT7v { width:20rem;height:36.125rem;top:72.4375rem;left:0rem;z-index:14989;box-shadow: 0.0625rem 0.0625rem 0.75rem #970058 ;display:block; }
 }@media only screen and (max-width: 763px) { #TIxDCaPL2xOEqBI6KrMpqqL51Nfr2eDT { width:17.9375rem;height:3.41161875rem;top:72.4375rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NLCGKLPfqzCKQoPqiBQCdO3Q6uAJPdT0 { width:17.8730625rem;height:3.19970625rem;top:84.9375rem;left:1.0625rem;font-size:2rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #bxXShx5mp3zdv0fQPC3tlE3qk6Vm1G6q { width:13.56075rem;height:2.0996125rem;top:88.875rem;left:3.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E98lcpDDLMslZrKXUDtZbnTkr11q2u05 { width:11.37325rem;height:7.6996875rem;top:89.625rem;left:4.8125rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMU1xybsOiFqlZVHiSkHam1qSkHicGVZ { width:3.125rem;height:2.5rem;top:91.6875rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQEcA3HR4KSA3X67iBpdXgm8xZnHTyhb { width:3.125rem;height:2.29980625rem;top:92.32421875rem;left:13.123046875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEXLLUZ0FSZM10vEX30DchMEPhw6cueK { width:3.125rem;height:2.3999rem;top:93.4375rem;left:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSasoZH4RFmvTlagFMoZR2g1DTUwX7ha { width:14.18575rem;height:1.625rem;top:96.375rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt9BHxQkAamRoGw1QIFl5uI0sLRWObz4 { width:16.465263875rem;height:3.090276375rem;top:99.1875rem;left:1.8125rem;font-size:1.4375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.26) ;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #AcWaPQ1OyJHGGLIVhPehqLdMr6NLiDgV { display:block; }
 }@media only screen and (max-width: 763px) { #xRRhL1gZ4i0pX6x2Faov9g4wD8s4pm5V { width:2.68555rem;height:2.68555rem;top:103.875rem;left:1.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp8RPq69fm0zDI1Vd9bQ8TPCSTqmWE22 { width:6.25rem;height:1.94921875rem;top:104.2431640625rem;left:11.560546875rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:montserrat;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lUgqHafeysi0tUIuAhw92Tb8dJ7QBOHN { width:2.68555rem;height:2.68555rem;top:103.875rem;left:10.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU1Z5WtuENUrDTcRFrtyxz2urNrwcqil { width:8.1855625rem;height:1.94921875rem;top:104.25rem;left:1.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:montserrat;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #H5vSulpRtPXfx0ddJNLAeSPmb89vikR9 { width:20rem;height:13.0625rem;top:71.875rem;left:0rem;z-index:14989;box-shadow: 0.0625rem 0.0625rem 0.75rem #970058 ;display:block; }
 }@media only screen and (max-width: 763px) { #loHnWOlib0EpPVKIXxID1twCoLT9S3TP { width:9.0625rem;height:5.36230625rem;top:76.625rem;left:4.8125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcBVu7VbkiC5RPHqQyC0bkx24M0m1K6J { width:11rem;height:1.21875rem;top:81.9248046875rem;left:4.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FXquyHubDmPO7ZEXtBwAXpthwvo0NT8w { width:4.375rem;height:6.3125rem;top:63.5625rem;left:0.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gHC9TQBMkXhJtJaRpoB0QxG5RvM4qCsI { width:5.5625rem;height:8.125rem;top:56.6875rem;left:3.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oE0Iu6Lu5FIuOLgXL6IqbLDeFR84lxrZ { width:5.625rem;height:8.125rem;top:62.6875rem;left:3.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kJioTOiWtbx7oNqTeTs48ZOPnTK9u4FX { width:5rem;height:6.6875rem;top:57.3125rem;left:7.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MGwgC0VSmrLpTFawWkIN76Iy9vbU1UAf { width:4.6875rem;height:6.6875rem;top:63.4375rem;left:7.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wBUktSsdVblBRneA0tibp1uc73lpifHO { width:11.375rem;height:5.125rem;top:51.625rem;left:4.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kDJ4gAm92P6vprhpDhBdvdL74c6obdqN { width:18.1875rem;height:35.4375rem;top:11.25rem;left:0.90625rem;font-size:0.9375rem;line-height:1.4;text-align:left;text-align-last:left;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #ezNzxTw6RbIes46EAh1oaGCXOPIU4qFI { width:5rem;height:7.0625rem;top:57.25rem;left:10.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kmgy7pvq34PKpxfBeDPX1KhC5wVPlNyT { width:4.625rem;height:6.5rem;top:63.625rem;left:11.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K7eoJXBryUVqxTLIASJ20aqSFr1lqegx { width:4.6875rem;height:6.4375rem;top:57.625rem;left:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WwEpXn8OZNGhvEzX3PZD1spyXT5MsX1k { width:4.625rem;height:7.5rem;top:56.6875rem;left:15rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U2lsqtudsOXvk387nT6BEUOy5c0ZJVT6 { width:20rem;height:59.125rem;top:9.8125rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #IqLy8o5ufqIA6BT2g8EvV83fz7gzDEiz { width:20rem;height:19.875rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw21AWq4d3n1KGThUEba05HpxUlB4oqs { width:4.4375rem;height:6rem;top:63.875rem;left:14.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vqKOzPlT4v70mBlxTBbhqM2zC55ETs9z { width:20rem;height:4.2744125rem;top:0.9921875rem;left:0rem;font-size:1.1875rem;line-height:1.2;z-index:15038;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cxk6mBUpUDzcepncHl2iWvGTvQfUF0Gf { width:20rem;height:3.29980625rem;top:5.9375rem;left:0rem;font-size:1.375rem;line-height:1.2;z-index:15039;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gQdfLRAQSne9W5gSPMOv1FzT87tka7k2 { width:18.625rem;height:3.8994125rem;top:46.6875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPOyS6sK0FK0tkfdi6e09f52EcCPBBJT { display:block; }#VPOyS6sK0FK0tkfdi6e09f52EcCPBBJT > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ickJt2wVol3c7mFJTWDN067kaIAfaCJv { width:10.9375rem;height:11.375rem;top:1.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGh48JQHybRfBGiZkFERrwHWZM5zLxAk { width:20rem;height:6.186525rem;top:13.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MhnaZaETb3XMu2t9vc5z59UQTnzxpTGr { width:20rem;height:6.75rem;top:21.30989375rem;left:0rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FzQE3DBwaTTkGhWaiCRTchtnvDpe1gaP { display:block; }#FzQE3DBwaTTkGhWaiCRTchtnvDpe1gaP > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZ1s8xJ5UBiGkloucfX8rNBAchI6fCFI { width:19.999125rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pHfq5JBSNA7cHrCyBhK3RSHifhywpiKV { width:19.9980625rem;height:46.793rem;top:4.14892578125rem;left:0.00146484375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lz4hqoC5ayyovwqy2CahrfH13pH8Qcs0 { top:52.2763671875rem;left:3.5rem;width:13rem;height:19.625rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QHNEtlM1cJ3MpRhtw7ksqywphR4FZ6IH { 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; } #QHNEtlM1cJ3MpRhtw7ksqywphR4FZ6IH > .row .container { position:relative;display:block; } }