.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:204,255,243;--color-primary-1:102,254,219;--color-primary-2:0,253,195;--color-primary-3:0,220,126;--color-primary-4:2,171,132;--color-secondary-0:254,246,229;--color-secondary-1:253,225,170;--color-secondary-2:250,194,84;--color-secondary-3:125,97,42;--color-secondary-4:38,29,13;--color-tertiary-0:255,255,255;--color-tertiary-1:127,127,127;--color-tertiary-2:93,93,93;--color-tertiary-3:69,75,84;--color-tertiary-4:0,0,0;--headlines-font-family:MONTSERRAT 900;--paragraphs-font-family:MONTSERRAT 900; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(39,29,31,0.21);background-image:url("https://images.assets-landingi.com/utpBnINP/154645645615_1_.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.17);background-image:url("https://images.assets-landingi.com/vSdAKalU/Modelo_6.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;position:relative;display:block; }#Nx0sEIhzHuoMz3Sd4TqnJ1WaVcXXxMel { color:rgba(var(--color-tertiary-0),1);display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.625rem;left:32.186719894409rem;height:6.33691875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qZVwRZ9TmCwUbgTXiI3W5vCH1fGT3DSE { z-index:15003;top:50.3125rem;left:4rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-3),1), #559259);background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-3),1), #559259);background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-3),1), #559259);background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-3),1), #559259);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#559259' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#559259' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-3),1), #559259);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.1875rem 0.1875rem 0rem rgba(var(--color-tertiary-4),0.31);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.8125rem;height:5rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#crmgThtdItkRkfh99v4JOBm5kTC9RLmR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CPqG5kVzTiph9bo8e1TrrrwargTXOGhD { box-sizing:content-box;color:#fcc34c;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:37.25rem;left:47.5625rem;display:block; }
#cpSu0DbZzgTx6CthZwV11sZPeevhyQ1K { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:38.0625rem;left:51.0625rem;height:1.4624rem;font-style:normal;display:block; }
#sDFOFB5CPKKhfK1mRWzeNaAmtBWKmA4w { box-sizing:content-box;color:#fcc34c;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:37.09375rem;left:34.625rem;display:block; }
#yzWUQz8SiVgGaPrv51AJwZSW77lkvRgf { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:38.0625rem;left:39rem;height:1.3rem;font-style:normal;display:block; }
#dXJ9ou0Pe1tCsQqLch44ie83Z8vITdGT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:10.1875rem;top:44.125rem;left:6.375rem;overflow:hidden;display:block; }
#ZDJyTsBNyuQiaWxnqByRA5ehZzRlBdFQ { 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:34.6875rem;width:32.25rem;top:6.5rem;left:2.25rem;overflow:hidden;display:none; }
#p9JPV8FwUMMZD03MQHvXWgu5Wyxpilbu { 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:51.3125rem;width:47.75rem;display:none; }
#tOTbX3sPdiUDt7UUBPbd6DWSvr0Qvw8T { z-index:15037;top:31.75rem;left:39.030469894409rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.75rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qex9Fhs0BwbKOC3upthbTgaOnPIRTQIn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b3pmfbE9tpAoWhcyHgSarEnLqqop4Oap { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:"muli black";font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:6.2747397422787rem;left:41.937503814698rem;height:1.625rem;display:block; }
#rJaQ6GZQnwCJFrSo2gEXcN6gLCvq9b1m { color:#073c22;display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:49.5625rem;left:29.125rem;height:2.61230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zrNzrlfbkAXHgZfSOy2p1NfB8vLhOivT { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;border-top:0.25rem solid #23ca6e;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:0.6875rem;width:12.625rem;top:49.625rem;left:44.4375rem;display:block; }
#mdMp0hSAJQwVTmpLfhrEormNhlqLokQh { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.25rem solid #23ca6e;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:1.125rem;width:12.625rem;top:49.625rem;left:17.5625rem;display:block; }
#tlXB7amDl3Gl4Qaz1GTkVc1aICkE8Rv8 { color:#23ca6e;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:48.0625rem;left:29.125rem;height:1.58105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wp2RpVQPhwiIG2qaGVWaqSUBQ5ASQcXm { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.125rem;width:29.125rem;top:1.0625rem;left:7.6875rem;overflow:hidden;display:block; }
#k4mzvwp6LKxFMGmsew2RqEehShsq59lu { color:#e8f7ff;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:25.3125rem;left:34.686719894409rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#saDSqfAa8n88clzRPCXEonN3wDKdJWhQ { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:29.8125rem;top:5.4622397422791rem;left:36.009113311767rem;overflow:hidden;display:block; }
#bPxuILoAM9r7OL0NLhWwUSwnsg5aQkuV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bPxuILoAM9r7OL0NLhWwUSwnsg5aQkuV > .row .container { background-color: transparent; background-image: none; }#bPxuILoAM9r7OL0NLhWwUSwnsg5aQkuV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPxuILoAM9r7OL0NLhWwUSwnsg5aQkuV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPxuILoAM9r7OL0NLhWwUSwnsg5aQkuV > .row .container > .video-iframe-container { display: none; }#bPxuILoAM9r7OL0NLhWwUSwnsg5aQkuV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPxuILoAM9r7OL0NLhWwUSwnsg5aQkuV > .row > .video-iframe-container { display: none; }#bPxuILoAM9r7OL0NLhWwUSwnsg5aQkuV > .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); }#bPxuILoAM9r7OL0NLhWwUSwnsg5aQkuV > .row .container { border-width: 0; border-radius: 0; }#bPxuILoAM9r7OL0NLhWwUSwnsg5aQkuV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bPxuILoAM9r7OL0NLhWwUSwnsg5aQkuV > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#CcqsTx4Dx8NfNmcgutSc21T3KVbUBTqN { color:#004247;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:2.5rem;left:3.5rem;height:2.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZeQaq7epxv1XqzqUhm1lC7kcpiIWBMcO { 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:3.125rem;width:2.875rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#zGIAharC8LLNMTtb0GdnLut9lxK7X4Iv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.25rem;top:1.75rem;left:13.25rem;overflow:hidden;display:block; }
#OJGtzAcaqHK1VvwCAI7UZSlCQWosfZxB { color:#004247;display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:2.5rem;left:16.9375rem;height:2.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AV8DM5RaRpXm8X4RG7odvicTl14AgahJ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3.1875rem;top:2.125rem;left:26.25rem;overflow:hidden;display:block; }
#y704Ge07fLCxkhAX0KgVq9TWFDMqt0Zc { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:2.375rem;left:30.125rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CPGTPKTdXO2DMi3vJC3xXk5D8JXA6VMt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.125rem;top:2rem;left:47.25rem;overflow:hidden;display:block; }
#GKPkT8d6BUUKNLCXSOLreTGU8AF7FcSL { color:#004247;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:2.5rem;left:51.3125rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UwMk16ie0poZdIvx6rZUxyOF3TeTDJ3z { 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.125rem;width:3.875rem;top:1.6875rem;left:60.6875rem;overflow:hidden;display:block; }
#PPyw3H2uWInICUogbFXmzs4RX2reVoae { color:#004247;display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:2.8125rem;left:64.8125rem;height:2.4746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AKC9M39COXftXzvtN1wKcQfmE47FRN7J { color:#073c22;display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:54.375rem;left:29.3125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kZpvbKRkvAydCwro9HBt6sTZuD8DxNe1 { color:#23ca6e;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:52.875rem;left:29.3125rem;height:1.55rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#otvFW5MWZmn00VHB1F9WnTpDfUiSlomZ { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;border-top:0.25rem solid #23ca6e;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:0.6875rem;width:12.625rem;top:54.4375rem;left:44.625rem;display:none; }
#U3egx9ykTG6w6lTV5a9vpuhg7emZvzr3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:32.75rem;top:3.421875rem;left:0rem;overflow:hidden;display:block; }
#vFgOqq31iVqnBT4XpZk7xlmm3C2CZm7A { 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:88.875rem;width:75rem;display:none; }
#J0xeQzxAp7mW18ODISSai3Myy5zu0bqX { color:#41c079;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1.9375rem;left:38.6875rem;height:1.7246125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#znf3ATp8pMZ5tJOlSqL4NdEJUAA6twEG { color:#073c22;display:block;width:31.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:4.125rem;left:38.5rem;height:5.9622375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Zd7fmWEcuF8fqsrRqQy5iy6FQOGHw6JO { color:rgba(var(--color-tertiary-1),1);display:block;width:32.75rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:10.211718559265rem;left:38.217969894409rem;height:3.8997375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#XWQhBO9hO3rnTk5Ib9bK8D3iuFELtQDB { color:#e8f7ff;display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.149218559265rem;left:38.311719894409rem;height:5.361325rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#vr78T3kK8VvFbbT9yR1pGnLvUcQTQyi9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#vr78T3kK8VvFbbT9yR1pGnLvUcQTQyi9 > .row .container { background-color: transparent; background-image: none; }#vr78T3kK8VvFbbT9yR1pGnLvUcQTQyi9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vr78T3kK8VvFbbT9yR1pGnLvUcQTQyi9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vr78T3kK8VvFbbT9yR1pGnLvUcQTQyi9 > .row .container > .video-iframe-container { display: none; }#vr78T3kK8VvFbbT9yR1pGnLvUcQTQyi9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vr78T3kK8VvFbbT9yR1pGnLvUcQTQyi9 > .row > .video-iframe-container { display: none; }#vr78T3kK8VvFbbT9yR1pGnLvUcQTQyi9 > .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); }#vr78T3kK8VvFbbT9yR1pGnLvUcQTQyi9 > .row .container { border-width: 0; border-radius: 0; }#vr78T3kK8VvFbbT9yR1pGnLvUcQTQyi9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vr78T3kK8VvFbbT9yR1pGnLvUcQTQyi9 > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:block; }#ZA7hELRPX8HB3GqFETsM8VyWkP9DfSeC { color:#41c079;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1.9375rem;left:38.6875rem;height:1.7246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yyJf124i1A6cTeMsxFkJUMcpiPhRNyqc { color:rgba(var(--color-tertiary-1),1);display:block;width:32.75rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:10.211718559265rem;left:38.217969894409rem;height:3.8997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RKEGciQr3ZEMBKTFDph9p8tN7XgMlCRh { color:#073c22;display:block;width:31.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:4.125rem;left:38.5rem;height:5.9622375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oZSPwIuzOfEDX7dteKEER9toZtB5za5N { color:#e8f7ff;display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.149218559265rem;left:38.311719894409rem;height:5.361325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wa132GmPmsbrx8TluLkZTkWwz4gCvcI8 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:48.5rem;top:0rem;left:26.5rem;overflow:hidden;display:block; }
#yabTGGbryI8fiuNVpu6PCXCwAbIkhnQe { 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:88.875rem;width:75rem;display:none; }
#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(39,29,31,0.34);background-image:url("https://images.assets-landingi.com/mpw0dYKs/Modelo_6_Horizontal.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa.adaptive-delivery-prevent-bg, #uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa.lazyload, #uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa.lazyloading { background-image: none; }#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa > .row .container { background-color: transparent; background-image: none; }#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa > .row .container > .video-iframe-container { display: none; }#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa > .row > .video-iframe-container { display: none; }#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa > .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); }#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa > .row .container { border-width: 0; border-radius: 0; }#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#grT234u9qJHTWESlM3w1DtAXbX99EePG { color:#073c22;display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:14.4375rem;left:4.875rem;height:6.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JrLcyUfZ8Lz4ff7RRUgsrTTwUkfnc0oZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(39,29,31,0.34);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; }#JrLcyUfZ8Lz4ff7RRUgsrTTwUkfnc0oZ > .row .container { background-color: transparent; background-image: none; }#JrLcyUfZ8Lz4ff7RRUgsrTTwUkfnc0oZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrLcyUfZ8Lz4ff7RRUgsrTTwUkfnc0oZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrLcyUfZ8Lz4ff7RRUgsrTTwUkfnc0oZ > .row .container > .video-iframe-container { display: none; }#JrLcyUfZ8Lz4ff7RRUgsrTTwUkfnc0oZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrLcyUfZ8Lz4ff7RRUgsrTTwUkfnc0oZ > .row > .video-iframe-container { display: none; }#JrLcyUfZ8Lz4ff7RRUgsrTTwUkfnc0oZ > .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); }#JrLcyUfZ8Lz4ff7RRUgsrTTwUkfnc0oZ > .row .container { border-width: 0; border-radius: 0; }#JrLcyUfZ8Lz4ff7RRUgsrTTwUkfnc0oZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JrLcyUfZ8Lz4ff7RRUgsrTTwUkfnc0oZ > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:block; }#O4RLf4eChAfWgL593O2HbgS7IuN2NqqT { color:#073c22;display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:3.4375rem;left:3.46875rem;height:2.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#of6yTnpT5DPNcThxJ1EflAsI2zLMGlkf { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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:25.875rem;width:17.6875rem;top:1.4889335632324rem;left:3.6139335632324rem;display:block; }
#yoaRTTG9E443h68mo6RQc93ldZeamZ8d { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:16.4375rem;top:6.5625rem;left:4.28125rem;overflow:hidden;display:block; }
#ObLgClGiVTb28Lv2QAFTWahRg89aDDtr { color:#073c22;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:22.9375rem;left:3.59375rem;height:1.51236875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xG4XblUyWPArGOE0JFafEfNBDZ7Q5lui { color:#073c22;display:block;width:16.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:3.4375rem;left:29rem;height:2.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EFWg3bZMAVKD6DXNLuSImvFuJkiRlWZm { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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:25.875rem;width:17.6875rem;top:1.5625rem;left:28.6875rem;display:block; }
#AIOVlQnEe6pwTiPhg8sC9WEc9KDEZmCM { 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:15.25rem;width:16.4375rem;top:6.5625rem;left:28.9375rem;overflow:hidden;display:block; }
#sUyRsw1oAluwcU31mCbBk4VQvps3rsB0 { color:#073c22;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:22.9375rem;left:29.4375rem;height:2.88671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#riKefyhX6n0L5xcH0TnqRGBv3iHx1Tn2 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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:25.875rem;width:17.6875rem;top:1.5625rem;left:53.6875rem;display:block; }
#GfN5EhGwMQkZBrlylF9EO8ODmFsVBCTe { color:#073c22;display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:3.3125rem;left:54.5rem;height:2.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QeIQZexnub9oXo33IUdXuEuVIJDv0RkC { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:16.4375rem;top:6.4375rem;left:54.5rem;overflow:hidden;display:block; }
#QGWkL5tPHZUJrAO0mG3TcEFBZ4JuXh1v { color:#073c22;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:22.8125rem;left:54.5rem;height:2.88671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tOHghOH5iDZKJUhkxrb2NXx3A6ZSVn1E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(39,29,31,0.34);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; }#tOHghOH5iDZKJUhkxrb2NXx3A6ZSVn1E > .row .container { background-color: transparent; background-image: none; }#tOHghOH5iDZKJUhkxrb2NXx3A6ZSVn1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOHghOH5iDZKJUhkxrb2NXx3A6ZSVn1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOHghOH5iDZKJUhkxrb2NXx3A6ZSVn1E > .row .container > .video-iframe-container { display: none; }#tOHghOH5iDZKJUhkxrb2NXx3A6ZSVn1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOHghOH5iDZKJUhkxrb2NXx3A6ZSVn1E > .row > .video-iframe-container { display: none; }#tOHghOH5iDZKJUhkxrb2NXx3A6ZSVn1E > .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); }#tOHghOH5iDZKJUhkxrb2NXx3A6ZSVn1E > .row .container { border-width: 0; border-radius: 0; }#tOHghOH5iDZKJUhkxrb2NXx3A6ZSVn1E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOHghOH5iDZKJUhkxrb2NXx3A6ZSVn1E > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:block; }#PB1U0oFh3v87GvR8qRil5Iug004yD2rW { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:16.4375rem;top:6.8125rem;left:16.4375rem;overflow:hidden;display:block; }
#duBPN2cPCDzywSTORiVhNZ4dGK6X9kiT { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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:25.875rem;width:17.6875rem;top:1.4375rem;left:15.75rem;display:block; }
#UseZS3COLwk6Xm7yEWy86nG96ozrHqfM { color:#073c22;display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:3.1875rem;left:16.5625rem;height:2.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lddEitk53MSPzOnwlWfszct56hK1JMSN { color:#073c22;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:22.8125rem;left:16.0625rem;height:3.91845625rem;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; }
#fbRbENfk9xUt3CfFZzryb477lH9TxstE { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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:25.875rem;width:17.6875rem;top:1.4375rem;left:41.375rem;display:block; }
#MoME014dMMwhlVg2INKJcWb85uDfAcN2 { color:#073c22;display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:3.1875rem;left:42.1875rem;height:2.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SQoTBwT9UsZtwvd3ZJX4MogKT9iF26EW { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:16.4375rem;top:6.8125rem;left:42.0625rem;overflow:hidden;display:block; }
#nXcaUNCH83Do2HwqTtRWkLIILfqFCW3y { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:22.8125rem;left:41.6875rem;height:2.61230625rem;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; }
#ebTbeaMsFInAb5hywkeS46CA0fBRpC9H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.17);background-image:url("https://images.assets-landingi.com/vSdAKalU/Modelo_6.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ebTbeaMsFInAb5hywkeS46CA0fBRpC9H.adaptive-delivery-prevent-bg, #ebTbeaMsFInAb5hywkeS46CA0fBRpC9H.lazyload, #ebTbeaMsFInAb5hywkeS46CA0fBRpC9H.lazyloading { background-image: none; }#ebTbeaMsFInAb5hywkeS46CA0fBRpC9H > .row .container { background-color: transparent; background-image: none; }#ebTbeaMsFInAb5hywkeS46CA0fBRpC9H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebTbeaMsFInAb5hywkeS46CA0fBRpC9H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebTbeaMsFInAb5hywkeS46CA0fBRpC9H > .row .container > .video-iframe-container { display: none; }#ebTbeaMsFInAb5hywkeS46CA0fBRpC9H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebTbeaMsFInAb5hywkeS46CA0fBRpC9H > .row > .video-iframe-container { display: none; }#ebTbeaMsFInAb5hywkeS46CA0fBRpC9H > .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); }#ebTbeaMsFInAb5hywkeS46CA0fBRpC9H > .row .container { border-width: 0; border-radius: 0; }#ebTbeaMsFInAb5hywkeS46CA0fBRpC9H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ebTbeaMsFInAb5hywkeS46CA0fBRpC9H > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#yMNuH24QCcehr7hqAhCeVff65WV3JkZW { z-index:15003;top:50.3125rem;left:4rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-3),1), #559259);background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-3),1), #559259);background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-3),1), #559259);background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-3),1), #559259);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#559259' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#559259' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-3),1), #559259);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.1875rem 0.1875rem 0rem rgba(var(--color-tertiary-4),0.31);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.8125rem;height:5rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#ih5wLRE0kGy4cV0vNSmSXKZvXfNZV3nU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qFRE79u6broxezPLTT5XrgtMmpaZRodI { 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:34.6875rem;width:32.25rem;top:6.5rem;left:2.25rem;overflow:hidden;display:none; }
#fp4fC9m3RLbpoT3ZUWoxbPRTmCLmSuhg { 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:51.3125rem;width:47.75rem;display:none; }
#h754vTk6xTXeb8tOzdNfVgHP2BgSdCXX { z-index:15004;top:13.3125rem;left:15rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.375rem;height:3.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ulahmK1cALHlGmS6ZJkGQ1TMv2AQgyiX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lUUBmliIhUuEfSqDiXxHVWa28pw8fhCF { color:rgba(var(--color-tertiary-0),1);display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:7rem;left:6.9375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VHhgWZtmZ3EtypOeeuSWnybWpXaPA5er { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:57.875rem;top:0.875rem;left:6.5625rem;overflow:hidden;display:block; }
#hmLS3BcgVkbyhlTNNl7d3A854WKvlnkV { color:rgba(var(--color-tertiary-0),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:0.875rem;left:4.25rem;height:2.61230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kp4691TpJQW6M8TJCqxV0TfpWZRAs7sH { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:16.8125rem;top:12.1875rem;left:55.687503814698rem;overflow:hidden;display:block; }
#BHXmZgnJMB6mG3vwIKLOrgWSTBSq8DOm { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:10.1875rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#iZxyGk63qyQxtTDBaXyc0bmBFyvSZF9G { color:rgba(var(--color-tertiary-0),1);display:block;width:57.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:22.068359375rem;left:7.3541679382325rem;height:5.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ULfWqKhJ8pgTbV19kPD3ckfhBXJZEsgU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ULfWqKhJ8pgTbV19kPD3ckfhBXJZEsgU > .row .container { background-color: transparent; background-image: none; }#ULfWqKhJ8pgTbV19kPD3ckfhBXJZEsgU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULfWqKhJ8pgTbV19kPD3ckfhBXJZEsgU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULfWqKhJ8pgTbV19kPD3ckfhBXJZEsgU > .row .container > .video-iframe-container { display: none; }#ULfWqKhJ8pgTbV19kPD3ckfhBXJZEsgU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULfWqKhJ8pgTbV19kPD3ckfhBXJZEsgU > .row > .video-iframe-container { display: none; }#ULfWqKhJ8pgTbV19kPD3ckfhBXJZEsgU > .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); }#ULfWqKhJ8pgTbV19kPD3ckfhBXJZEsgU > .row .container { border-width: 0; border-radius: 0; }#ULfWqKhJ8pgTbV19kPD3ckfhBXJZEsgU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ULfWqKhJ8pgTbV19kPD3ckfhBXJZEsgU > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:block; }#aquXMFGeC50wDb1aXXO1f4u5k7IBPXTr { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.9375rem;left:7.8125rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o50nIILTLHGqh01lqWMmGn8VTRZBbKhV { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:11.375rem;left:7.8125rem;height:2.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QtXoVwaVHKibq62qv6mdIHQsZ2wIEagv { color:rgba(var(--color-tertiary-0),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:15.75rem;left:7.8125rem;height:2.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RII05VTmGbs9p2BM02nT4UtBZRdlap3e { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:20.25rem;left:7.8125rem;height:2.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e9em3IQOKMB6AbzSW7KaLRfs8sHJvNob { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:6.5625rem;left:7.8125rem;height:2.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GQL0lp9aVQea8wbgydMmuebrBMQaXgxA { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:6.5625rem;left:43.1875rem;height:2.54980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X0ezwfscVsbUbyxB6mNca3AQls4vrxuD { color:rgba(var(--color-tertiary-0),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:11rem;left:43.1875rem;height:2.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#szKJHiaS1275VSxOT2LAlMtNhWKFPAdo { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:15.0625rem;left:43.1875rem;height:4.048825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#at6kLnCRZsMPFITB5SwsDtgOV1nlEdue { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:20.25rem;left:43.1875rem;height:2.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JmcK5HeRbanJLWyMgOhWU0BDRayQxJKB { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #032805, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #032805, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #032805, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #032805, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#032805', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#032805', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #032805, rgba(var(--color-tertiary-4),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.9375rem;width:72.625rem;top:4rem;left:1.1875rem;display:block; }
#xkVawVBBdpkUKsz7O0mpatL8Edkd617k { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;border-top:0.25rem solid #23ca6e;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:1.625rem;width:12.625rem;top:1.1875rem;left:4.375rem;display:block; }
#VJwtGbakQ05lpagk51pJ4aQfQxMDIakm { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0.25rem solid #23ca6e;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:1.25rem;width:12.625rem;top:1.5625rem;left:55.1875rem;display:block; }
#zvnh83LWoNDLpxfQwiOZxataxBNHF8xQ { position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;border-top:0;border-left:0.1875rem solid #f7f7f7;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:40.875rem;width:0;top:6.5625rem;left:36.625rem;display:block; }
#ySW68hbLEu416Mhh7n4kKGCzPlK8Cfl5 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:24.375rem;left:43.1875rem;height:2.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F2Oh86XB6sOGrKubS7wkRTsoRe5fxMee { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:57.875rem;top:74.214408874513rem;left:9.1875rem;overflow:hidden;display:none; }
#aOvWTBfnKXnwQpuFLewa5pn1p4ukBTJf { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:10.1875rem;top:47.4375rem;left:2.4375rem;overflow:hidden;display:block; }
#foxqUAs0CzEaxPDfsHXyeK0JlGkeKsvJ { position:absolute;display:block;z-index:15019;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:1.75rem;top:14.5rem;left:5.8125rem;overflow:hidden;display:none; }
#UvWeIIZJyGypTlCGhLzWiGX4uMeudXLb { position:absolute;display:block;z-index:15019;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:1.75rem;top:14.5rem;left:5.8125rem;overflow:hidden;display:none; }
#O068WDeEyXLDHCforUbVhJB5JdRzz7PJ { position:absolute;display:block;z-index:15019;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:1.75rem;top:14.5rem;left:5.8125rem;overflow:hidden;display:none; }
#sZroP3NLdxmrw1Gez7guqyZJG0p2BHJK { position:absolute;display:block;z-index:15019;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:1.75rem;top:14.5rem;left:5.8125rem;overflow:hidden;display:none; }
#EoJa4Vio19XTSKSmdbAgWsr14nVbgIi6 { position:absolute;display:block;z-index:15019;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:1.75rem;top:14.5rem;left:5.8125rem;overflow:hidden;display:none; }
#txF6ePfsvTmWWOfiqX9UGUuWNTFGb0FI { position:absolute;display:block;z-index:15019;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:1.75rem;top:14.5rem;left:5.8125rem;overflow:hidden;display:none; }
#t6txI353X2dlQaqVFFE4gGFxPrm1lWKv { position:absolute;display:block;z-index:15019;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:1.75rem;top:14.5rem;left:5.8125rem;overflow:hidden;display:none; }
#JEotC5x5eIZv18DlBUn0q5WfV06moOUS { position:absolute;display:block;z-index:15019;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:1.75rem;top:14.5rem;left:5.8125rem;overflow:hidden;display:none; }
#cE9gKkxq7NDZTOivi7hftaMZXLhUn74h { position:absolute;display:block;z-index:15019;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:1.75rem;top:14.5rem;left:5.8125rem;overflow:hidden;display:none; }
#Hkm2KZ1RgqQ4MwglTo04QUaZtQdpvwaR { color:rgba(var(--color-tertiary-4),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:29.5rem;left:7.8125rem;height:16.08640625rem;display:block; }
#qB6MpQ20OfAZgw0zzCWsNncKZxrrDsls { color:#e8f7ff;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:28.1875rem;left:43.125rem;height:13.161625rem;font-style:normal;display:block; }
#xHoIaDbEgtXLBAIx5HxWBs633zKKrKzb { color:rgba(var(--color-tertiary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:42.5625rem;left:43.25rem;height:2.9248rem;display:block; }
#Pu2qE6J8kUTAFH0SrvNqTHPmwvZzxTk7 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.625rem;top:6.5625rem;left:5.6875rem;overflow:hidden;display:block; }
#GZdLndpl6h2R87ORONy5JRQc0Ft3BW4K { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.625rem;top:11.375rem;left:5.6875rem;overflow:hidden;display:block; }
#oErdHnB5PJ3orcO8H2PUMN23BekM4hpD { 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:1.5625rem;width:1.625rem;top:15.6875rem;left:5.6875rem;overflow:hidden;display:block; }
#W26EwopOzDMaTHWGbOx2dTDWO6JcgtJy { 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:1.5625rem;width:1.625rem;top:20.25rem;left:5.6875rem;overflow:hidden;display:block; }
#SmPpyQOZRHLTNS5NCNUo2oordmEtGZ9i { 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:1.5625rem;width:1.625rem;top:24.9375rem;left:5.6875rem;overflow:hidden;display:block; }
#IiN5WqXPI1m3OT2eNdc5kWXMpoeihtI1 { 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:1.5625rem;width:1.625rem;top:29.5rem;left:5.6875rem;overflow:hidden;display:block; }
#I7diKd4pmU5ii42ksu77ou9Dqq8RGtKS { 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:1.5625rem;width:1.625rem;top:33.9375rem;left:5.6875rem;overflow:hidden;display:block; }
#MRPvTSghO0mAp6w7xbmdrrDe2uKJADTm { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.625rem;top:38.1875rem;left:5.6875rem;overflow:hidden;display:block; }
#vRV5c6wTUfFFI0nDCEBB2TutTBsC0Pn9 { 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:1.5625rem;width:1.625rem;top:42.5rem;left:5.6875rem;overflow:hidden;display:block; }
#TPt36AwKVpTng8vTKIoPElsyQgb0WZ1J { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.625rem;top:6.5625rem;left:41.0625rem;overflow:hidden;display:block; }
#EUyQh5TrwqfsGH0kPtxEpAQ0fXh6SylZ { 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:1.5625rem;width:1.625rem;top:11rem;left:41.0625rem;overflow:hidden;display:block; }
#AAbVZUf7kzKMPZOWIxUEcJZp3Nag9g1L { 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:1.5625rem;width:1.625rem;top:15.0625rem;left:41.0625rem;overflow:hidden;display:block; }
#WUONc5Z92rfdmTCFbpoO5gWd2Eao6fcd { 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:1.5625rem;width:1.625rem;top:20.25rem;left:41.0625rem;overflow:hidden;display:block; }
#HyE03ip4eZ39xCI6KsCmFkS3zNE3aW08 { 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:1.5625rem;width:1.625rem;top:24.375rem;left:41.0625rem;overflow:hidden;display:block; }
#y7PrU4adXiplkBa1TD79d2qw38RUdl8T { 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:1.5625rem;width:1.625rem;top:27.875rem;left:41.0625rem;overflow:hidden;display:block; }
#qyxQiIMW2HATWqrXBv9E1hIuanyLdXx1 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.625rem;top:35.375rem;left:41.0625rem;overflow:hidden;display:block; }
#PQFfSXi0vXWwqNICFltUnh2X8sNope5y { 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:1.5625rem;width:1.625rem;top:42.5625rem;left:41.0625rem;overflow:hidden;display:block; }
#wl2Qr7AtE78gBdXTpnCeqtU8n4NJX8fE { color:rgba(var(--color-tertiary-0),1);display:block;width:57.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:24.9375rem;left:7.8125rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.69);background-image:url("https://images.assets-landingi.com/6xT0tQUq/capa05.jpg");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; }#cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET.adaptive-delivery-prevent-bg, #cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET.lazyload, #cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET.lazyloading { background-image: none; }#cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET > .row .container { background-color: transparent; background-image: none; }#cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET > .row .container > .video-iframe-container { display: none; }#cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET > .row > .video-iframe-container { display: none; }#cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET > .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); }#cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET > .row .container { border-width: 0; border-radius: 0; }#cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#IQpWBDr64wFiyXCKycfXT2xKsd0Jzb6t { color:#004247;display:block;width:57.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:1.875rem;left:8.125rem;height:7.83691875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nG4SU1FsRq0TEGCqQsgLoEAs29FOIp2G { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;border-top:0.25rem solid #23ca6e;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:1.25rem;width:12.625rem;top:5.375rem;left:45.5rem;display:block; }
#RBKvwySFUwI5aOJdgTOhmBXxocw9efCX { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0.25rem solid #23ca6e;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:1.625rem;width:12.625rem;top:5.375rem;left:15.625rem;display:block; }
#dQVTipQwQqSQLD1aTR6qK8hzJTbCGKoS { color:rgba(var(--color-tertiary-2),1);display:block;width:14.75rem;position:absolute;font-family:"montserrat 500";font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:25.875rem;left:55.125rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cPTdFn5elmJ387qOtD7MTnqxWBaA4IzN { color:#073c22;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:21.9375rem;left:53.625rem;height:4.5556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#khc50lsyFybI9loCDIAdeVWs6zCyI65Q { color:#4f4f4f;display:block;width:16.25rem;position:absolute;font-family:"montserrat 500";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:25.875rem;left:29.375rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nn6SDu4MLrxs50WEbI9bQBaWInHuaKEP { color:#073c22;display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15009;line-height:.9;letter-spacing:0;top:21.9375rem;left:28.0625rem;height:4.5556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I3LSdWV4ig37eQHHRWt3vtXggZ4EHx0G { color:#073c22;display:block;width:5.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.875rem;left:10.125rem;height:4.30615rem;text-align:center;text-align-last:center;display:block; }
#JpezRISWB67LTId4dD9h7pKu3oRK7Rm1 { color:#073c22;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15004;line-height:.9;letter-spacing:0;top:22.1875rem;left:5.1875rem;height:3.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DAf8LANOCs2bCfvZxremQ7XWncpBCtLO { color:#4c4c4c;display:block;width:14.75rem;position:absolute;font-family:"montserrat 500";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:26.0625rem;left:5.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#irakfTN5vB1u7pP5Xe6dHPT1JeaVuL7a { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:14.375rem;top:8.125rem;left:5.5625rem;overflow:hidden;display:block; }
#Wd4aiyUI5vyJKmNrOcBf7c7G0FFKOFyB { position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),0.68);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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:15.5625rem;width:20.75rem;top:15.673828125rem;left:2.375rem;display:block; }
#F6WDGlFntT1nSpdaA3EFl8vQPId1OHzG { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-0),0.68);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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:15.5625rem;width:20.75rem;top:15rem;left:27.125rem;display:block; }
#GUgicCUoe5JodB2mgOvTaoXUIRvcNnA4 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:14.375rem;top:8.125rem;left:30.3125rem;overflow:hidden;display:block; }
#sBxniAMbspVg6plZXhdyTy4wZobQXTVN { color:#073c22;display:block;width:5.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.6875rem;left:34.875rem;height:4.30615rem;text-align:center;text-align-last:center;display:block; }
#Oz7Vlb41IPunIXpa0d7nMRFTQ6RqgbWK { position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-tertiary-0),0.68);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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:15.5625rem;width:20.75rem;top:14.401692867279rem;left:52.125003814698rem;display:block; }
#Wb5nkc2HZxLiS40VWxy0q9qVanD5mASL { position:absolute;display:block;z-index:15012;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.5625rem;width:14.375rem;top:8.125rem;left:55.3125rem;overflow:hidden;display:block; }
#LzLcOihn0afr2kplmiB5aHbeme9vyhno { color:#073c22;display:block;width:5.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.6875rem;left:59.9375rem;height:4.30615rem;text-align:center;text-align-last:center;display:block; }
#uU4NcP9245kUwo3T7cDUeTGmrSlpMhwf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uU4NcP9245kUwo3T7cDUeTGmrSlpMhwf > .row .container { background-color: transparent; background-image: none; }#uU4NcP9245kUwo3T7cDUeTGmrSlpMhwf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uU4NcP9245kUwo3T7cDUeTGmrSlpMhwf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uU4NcP9245kUwo3T7cDUeTGmrSlpMhwf > .row .container > .video-iframe-container { display: none; }#uU4NcP9245kUwo3T7cDUeTGmrSlpMhwf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uU4NcP9245kUwo3T7cDUeTGmrSlpMhwf > .row > .video-iframe-container { display: none; }#uU4NcP9245kUwo3T7cDUeTGmrSlpMhwf > .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); }#uU4NcP9245kUwo3T7cDUeTGmrSlpMhwf > .row .container { border-width: 0; border-radius: 0; }#uU4NcP9245kUwo3T7cDUeTGmrSlpMhwf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uU4NcP9245kUwo3T7cDUeTGmrSlpMhwf > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#MPsE0iQ3TkwL8VqgTt7Wg0egG5yGn5BH { color:#004247;display:block;width:57.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:2.75rem;left:8.875rem;height:5.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XymNovXZL0fJHw0AsJwGmtrkchUd2XTJ { position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;border-top:0.25rem solid #23ca6e;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:1.25rem;width:12.625rem;top:3.8125rem;left:57.8125rem;display:block; }
#Jrc2KUg1eNU42He8VUvJd6Jw4sWx7VtS { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;border-top:0.25rem solid #23ca6e;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:1.625rem;width:12.625rem;top:3.8125rem;left:4.4375rem;display:block; }
#Gsrt5htVK1tzlA1czfNI707hvsLKGXRE { color:#004247;display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:7.375rem;left:24.9375rem;height:2.3374rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CGbeCAdngUZLSJ4c3SqEBpoZKM3fhFkA { color:#004247;display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:23.0625rem;left:1.125rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sREHp6fOJeLaamsd2aBDVTeLE5l3Forr { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:10.125rem;top:10.25rem;left:2rem;overflow:hidden;display:block; }
#ManpDRwpBvqTQWRBArINrB0tTmVPTrO5 { color:#004247;display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:23.0625rem;left:15.666667938233rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DDI156Prt0yJxBxMMJAaJzPvbqdzWd8V { 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:12.6875rem;width:10.0625rem;top:10.416666984558rem;left:16.3125rem;overflow:hidden;display:block; }
#TgPtI8zfqNuftCZ66gySQeT9Pgs9zm3D { color:#004247;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:23.0625rem;left:30.062503814698rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GRUz76Wp8XVV9F46pemRTOfbTlyIJK39 { position:absolute;display:block;z-index:15012;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.6875rem;width:10.0625rem;top:9.9375rem;left:32.406253814698rem;overflow:hidden;display:block; }
#mK0ewzOGWZ5xSWPccMzKXWeTv2CCQmZU { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:19.25rem;width:74.625rem;top:8.5rem;left:0rem;display:block; }
#W5FrJwflTyFtpPUHnES1TUQhtFS4TK3Z { position:absolute;display:block;z-index:15005;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:25.5rem;top:6.8125rem;left:24.6875rem;display:block; }
#uimpTq1oKusrB6ORb81fwubn96cLME90 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;display:none; }
#SZsidEdQJJaIyTENQRBxckafdNwHk42X { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;border-top:0.25rem solid #23ca6e;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:1.625rem;width:12.625rem;top:1.0625rem;left:4.4375rem;display:none; }
#IOy3SXIfdw1qBgVupW2WQQqhMe5zgmiq { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;border-top:0.25rem solid #23ca6e;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:1.625rem;width:12.625rem;top:1.0625rem;left:4.4375rem;display:none; }
#sMPKX68LUpPJp7fzBztAr7wLErAPcs1L { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;border-top:0.25rem solid #23ca6e;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:1.625rem;width:12.625rem;top:1.0625rem;left:4.4375rem;display:none; }
#y6g90bUGCa2n9TqvhKk6rlAipi9UU94M { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:11rem;top:27.325004577637rem;left:0.8125rem;overflow:hidden;display:none; }
#OGr4qoUrdeU5NRzUpdCDOJOzZEZmcoyG { color:#004247;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:22.21875rem;left:46.354167938233rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q9PJmbpomTDoqn0N2N1vwR6fKd1b44wV { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:8.25rem;top:10.34375rem;left:49.604167938233rem;overflow:hidden;display:block; }
#JkfeN2TzAtVrBJA2cXaGa4KI91xXwnld { 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:12.75rem;width:10rem;top:9.90625rem;left:63.030597686769rem;overflow:hidden;display:block; }
#LdxToOnxTqMN6lyzTwy3zeJSTEwMxoa3 { color:#004247;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:22.21875rem;left:61.311847686767rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bqiw8WCB2TO9yCsKegMsPrWEmeTvz5RT { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;border-top:0.25rem solid #23ca6e;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:1.625rem;width:12.625rem;top:1.0625rem;left:4.4375rem;display:none; }
#tLdx9Xm5k86X3n4MTiAhC7Z91D51cz0C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tLdx9Xm5k86X3n4MTiAhC7Z91D51cz0C > .row .container { background-color: transparent; background-image: none; }#tLdx9Xm5k86X3n4MTiAhC7Z91D51cz0C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLdx9Xm5k86X3n4MTiAhC7Z91D51cz0C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLdx9Xm5k86X3n4MTiAhC7Z91D51cz0C > .row .container > .video-iframe-container { display: none; }#tLdx9Xm5k86X3n4MTiAhC7Z91D51cz0C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLdx9Xm5k86X3n4MTiAhC7Z91D51cz0C > .row > .video-iframe-container { display: none; }#tLdx9Xm5k86X3n4MTiAhC7Z91D51cz0C > .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); }#tLdx9Xm5k86X3n4MTiAhC7Z91D51cz0C > .row .container { border-width: 0; border-radius: 0; }#tLdx9Xm5k86X3n4MTiAhC7Z91D51cz0C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tLdx9Xm5k86X3n4MTiAhC7Z91D51cz0C > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#HZB48EBhq0D8Pd2xR80VHT1XbZyWIBM9 { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:18.3125rem;width:74.625rem;top:1.8125rem;left:0rem;display:block; }
#r8o7x8JMdWIWVxnNMT3g1UNDTVxdCpMO { color:#004247;display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:1.3125rem;left:24.343751907349rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kMhp5TQvaoVf2SPSzsuAE2P6x3NetD2a { position:absolute;display:block;z-index:15006;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:26.5rem;top:0.75rem;left:23.1875rem;display:block; }
#fWeAtPM0Eu9XM9SA7728lBBIiZzGudhi { color:#004247;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:14.512371063233rem;left:0rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RV5QuHqN5qnHtTbdmN11vyuRHMV7WLEo { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:12.5rem;top:3.787109375rem;left:0.875rem;overflow:hidden;display:block; }
#qmha3teGALL4WyasSk7wip7lr52zSEJI { position:absolute;display:block;z-index:15024;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:;width:12.5rem;top:3.787109375rem;left:15.5625rem;overflow:hidden;display:block; }
#cw4ghzE0lAOs5k1Q1Ztc6mApwedgCgAc { color:#004247;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:14.512371063233rem;left:14.90625rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L4w98cPk8I633GnAZ7scsQiKD7VRTzxk { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:12.5rem;top:3.787109375rem;left:31.187503814698rem;overflow:hidden;display:block; }
#T1Oi9lORfWpqT2Vvcv9b4G0q9PKhzTvX { color:#004247;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:14.512371063233rem;left:31.187503814698rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yy4mIVHy6raeItId2oixM18WH5CqywwV { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:11rem;top:19.387371063233rem;left:31.937503814698rem;overflow:hidden;display:block; }
#gHnDswFs1Z5900ToJ9AgcICT9wZPbsUy { color:#004247;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:22.312500476837rem;left:39.186719894409rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#aEAn3PeNiT52Akkgp2Fv6XT49OSHJUCf { color:#004247;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:14.512371063233rem;left:46.260417938233rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JJ4o6rym70brigrCNsnayPJT2Dhz8UXl { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:12.125rem;top:3.787109375rem;left:46.479167938233rem;overflow:hidden;display:block; }
#DesLaRc1PxxvXvAVKXb42MMr9rX5gM4O { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:11rem;top:27.325004577637rem;left:0.8125rem;overflow:hidden;display:none; }
#oKPvZA8GoPR5Wp4TfOHLc9U3LERZnOa3 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:12.5rem;top:3.787109375rem;left:59.375003814698rem;overflow:hidden;display:block; }
#r1OysKp5pkPtxobnVrm9ZvCLe1JdQ1Bn { color:#004247;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:14.5rem;left:60.75rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U6MzIXoiHBoLf8xAn3hlObaZynbghr7v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#140e38;background-image:url("https://images.assets-landingi.com/TpSOXXx3/bloco_033333.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; }#U6MzIXoiHBoLf8xAn3hlObaZynbghr7v.adaptive-delivery-prevent-bg, #U6MzIXoiHBoLf8xAn3hlObaZynbghr7v.lazyload, #U6MzIXoiHBoLf8xAn3hlObaZynbghr7v.lazyloading { background-image: none; }#U6MzIXoiHBoLf8xAn3hlObaZynbghr7v > .row .container { background-color: transparent; background-image: none; }#U6MzIXoiHBoLf8xAn3hlObaZynbghr7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6MzIXoiHBoLf8xAn3hlObaZynbghr7v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6MzIXoiHBoLf8xAn3hlObaZynbghr7v > .row .container > .video-iframe-container { display: none; }#U6MzIXoiHBoLf8xAn3hlObaZynbghr7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6MzIXoiHBoLf8xAn3hlObaZynbghr7v > .row > .video-iframe-container { display: none; }#U6MzIXoiHBoLf8xAn3hlObaZynbghr7v > .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); }#U6MzIXoiHBoLf8xAn3hlObaZynbghr7v > .row .container { border-width: 0; border-radius: 0; }#U6MzIXoiHBoLf8xAn3hlObaZynbghr7v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U6MzIXoiHBoLf8xAn3hlObaZynbghr7v > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#O17CSdGAayTXNtQo9DHqLEMR0QxhhbhL { color:rgba(var(--color-tertiary-0),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.6234378814697rem;left:34.125001907349rem;height:6.09375rem;display:block; }
#M2VJpqAHTkZcabzaVvuFWdL1k35paAft { 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:22.75rem;width:37.375rem;top:14rem;left:0rem;overflow:hidden;display:block; }
#rDoJP4tiySgpnwn8W2NX4nhq2kOcJeli { color:rgba(var(--color-tertiary-4),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:25.125rem;left:39.625rem;height:11.69825rem;display:block; }
#AKfL0VwKlmTy8CkOyOsR7K6RGvNnUUch { box-sizing:content-box;color:#a200ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:24.1875rem;left:36.5rem;display:block; }
#UZwL0v6kpfxZplAJ6VRQ5D3MXFpGAKQz { box-sizing:content-box;color:#a200ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:29.4375rem;left:36.5rem;display:block; }
#pPFGG3lCbRKSBnnrK31a0VfGZePBI258 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:13.999218940735rem;left:39.624219894409rem;height:9.09863125rem;display:block; }
#vTFmvK2Ke2StOGUxJkgOZVnoceQ32gsp { box-sizing:content-box;color:#a200ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:13.3125rem;left:36.5rem;display:block; }
#ynBpbfTRXhXnqvFspFp4Bs9wn8ZNXPtP { box-sizing:content-box;color:#a200ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:18.5625rem;left:36.5rem;display:block; }
#h3B7m59cJsi89RUgmaJFbDxFVD7Q3A3d { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.375rem;width:26.875rem;top:15.25rem;left:4.8125rem;display:block; }
#lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH { 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/d5dymhLw/capa03.jpg");background-position:top left !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; }#lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH.adaptive-delivery-prevent-bg, #lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH.lazyload, #lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH.lazyloading { background-image: none; }#lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH > .row .container { background-color: transparent; background-image: none; }#lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH > .row .container > .video-iframe-container { display: none; }#lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH > .row > .video-iframe-container { display: none; }#lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH > .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); }#lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH > .row .container { border-width: 0; border-radius: 0; }#lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH > .row .container { font-size:0.875rem;font-family:arial;height:55.5625rem;width:75rem;position:relative;display:block; }#vzmg1XnCzIrhyQDN5HrWAA9PweLi1txo { color:#004247;display:block;width:50.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.65625rem;left:14.1875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aakvh3Id9nXNtzXa4TSZCzxP06yTLSfP { color:#464646;display:block;width:37.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:9.294921875rem;left:36.250003814698rem;height:42rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wzCqfnzDm2mw9DcW1zSiSgCusHEsRpkw { color:#626262;display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4364585876465rem;left:28.312501907349rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F9mFTpq1p5BDJfS1eJvF2uFhiytsqKHc { position:absolute;display:block;z-index:14996;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:42.6875rem;width:36.6875rem;top:9.294921875rem;left:1.3125rem;overflow:hidden;display:block; }
#MWb5JXlI2wBaOIKvGLF24Ha9UTxqI07U { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;display:none; }
#KxeBmwQ1vuJMPDSp2TBK1ACxdET7redN { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:15.5625rem;top:54.8125rem;left:50.625rem;overflow:hidden;display:none; }
#nmCaA2qktySTr4TMb52vVqL54h3DIIOo { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),0.69);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.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:45.6875rem;width:40.125rem;top:8.4694013595581rem;left:34.899738311767rem;display:block; }
#WTPKhDwEQKT3hvuBngcTcUgmvCZChdbR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WTPKhDwEQKT3hvuBngcTcUgmvCZChdbR > .row .container { background-color: transparent; background-image: none; }#WTPKhDwEQKT3hvuBngcTcUgmvCZChdbR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTPKhDwEQKT3hvuBngcTcUgmvCZChdbR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTPKhDwEQKT3hvuBngcTcUgmvCZChdbR > .row .container > .video-iframe-container { display: none; }#WTPKhDwEQKT3hvuBngcTcUgmvCZChdbR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTPKhDwEQKT3hvuBngcTcUgmvCZChdbR > .row > .video-iframe-container { display: none; }#WTPKhDwEQKT3hvuBngcTcUgmvCZChdbR > .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); }#WTPKhDwEQKT3hvuBngcTcUgmvCZChdbR > .row .container { border-width: 0; border-radius: 0; }#WTPKhDwEQKT3hvuBngcTcUgmvCZChdbR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTPKhDwEQKT3hvuBngcTcUgmvCZChdbR > .row .container { font-size:0.875rem;font-family:arial;height:62.6875rem;width:75rem;position:relative;display:block; }#RQ6kFscFNVWIFJl1HSTHao5kMy4GoKwJ { color:#2ee681;display:block;width:25.375rem;position:absolute;font-family:montserrat;font-size:8.8125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:35.5rem;left:24.8125rem;height:11.4560625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yK2OLeasIBSzfF8ITIPXxQTROSwAggDa { color:rgba(var(--color-tertiary-2),1);display:block;width:2.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:38.5625rem;left:27.625rem;height:1.94986875rem;font-style:normal;display:block; }
#lou2w5KtD1dU0T9FfzllSuJC6iAZMS0l { color:rgba(var(--color-tertiary-2),1);display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:40.4375rem;left:27.625rem;height:1.94986875rem;font-style:normal;display:block; }
#InoZKBgXddCxTgqK9fhnne3wUBTeAMxk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:45.9375rem;left:29.125rem;height:1.54361875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zo2gPJeoZgeFdB7IJy2CKCgCQpcBA0pc { color:#2ee681;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:42.387500762939rem;left:43.874219894409rem;height:2.51855625rem;font-style:normal;display:block; }
#Z51iQopCUm7MTIU6KKHCGWM38Jpc1Ica { color:#5b5b5b;display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:54.25rem;left:47.125rem;height:2.5996125rem;font-style:italic;display:block; }
#GNLhbiu1RkbQLJIUqZ1aH12BTHhuKrzU { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);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:15031;top:54.125rem;left:44.75rem;display:block; }
#STe1aIIymN7f0RyIMlN3elL54MrToL56 { color:#585858;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:54.25rem;left:25rem;height:2.5996125rem;font-style:italic;display:block; }
#OZHn7PCMSsoxQiZn8MTc6JEKLdbbMM76 { color:#5a5a5a;display:block;width:4.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:54.25rem;left:39.8125rem;height:2.5996125rem;font-style:italic;display:block; }
#GebGsCoZMVsZBvg4npROULXkd1uWI1r7 { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);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:15029;top:54.125rem;left:37.3125rem;display:block; }
#zNd8HQx7FJMimAXasNWlUDVdp20V1ttq { color:#ff0000;display:block;width:35.5rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:24.125rem;left:19.625rem;height:6.3369375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JvbG069wTKRZqGbcu5qrQB1v8lviZmyt { color:#ff0000;display:block;width:33.6875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:32.375rem;left:21.625rem;height:3.1621125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PVcNfK1Tb7gxMtE7ntMFnCnWGJn2Ol7A { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);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:15031;top:54.1875rem;left:22.3125rem;display:block; }
#rwS3QnE4DOvLAIuwzk2D43UuPKDCMTdk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.2700004577638rem;left:10rem;height:3.9rem;text-align:center;text-align-last:center;display:none; }
#vLI8Wnap72Cr1yKSk2aqeuA7ZDhUPBRd { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #a85cff, #0735a0);background-image: -moz-linear-gradient(197deg, #a85cff, #0735a0);background-image: -ms-linear-gradient(197deg, #a85cff, #0735a0);background-image: -o-linear-gradient(197deg, #a85cff, #0735a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a85cff', endColorstr='#0735a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a85cff', endColorstr='#0735a0' );";background-image: linear-gradient(197deg, #a85cff, #0735a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;height:5.25rem;width:5.3125rem;top:0.84375rem;left:14.8125rem;display:none; }
#lJUd6gm1PZuJptMIdRvcwTSWAr4Vv3yn { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.71875rem;left:15.75rem;display:none; }
#Hx3B2oQZusJ1w31eGTsaBtuHqKBWuqh4 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.2693748474119rem;left:30rem;height:3.9rem;text-align:center;text-align-last:center;display:none; }
#xUcK07uyhT6q6B8p4ncMRkri9iGR8lEU { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.734375rem;left:30.375rem;height:5.2rem;text-align:center;text-align-last:center;display:none; }
#z2hof0UDkrrxlWaIrFE7MIBs8hG3DvEh { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #a85cff, #0735a0);background-image: -moz-linear-gradient(197deg, #a85cff, #0735a0);background-image: -ms-linear-gradient(197deg, #a85cff, #0735a0);background-image: -o-linear-gradient(197deg, #a85cff, #0735a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a85cff', endColorstr='#0735a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a85cff', endColorstr='#0735a0' );";background-image: linear-gradient(197deg, #a85cff, #0735a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;height:5.25rem;width:5.3125rem;top:0.84375rem;left:34.8125rem;display:none; }
#MQNqWtk0nvbyXuQfuCUdOcZ6WNT5AhLQ { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.71875rem;left:35.6875rem;display:none; }
#k8r69sdydoeEy9Wr2SiK0s5cR3otuguW { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.734375rem;left:50.375rem;height:6.5rem;text-align:center;text-align-last:center;display:none; }
#OcdssQcXV09qdNGeWPppWT8yLQlEEZn9 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.2693748474119rem;left:50rem;height:3.9rem;text-align:center;text-align-last:center;display:none; }
#g9RTSsdyggUyUkhwTnPMzEgrClTHdf0L { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #a85cff, #0735a0);background-image: -moz-linear-gradient(197deg, #a85cff, #0735a0);background-image: -ms-linear-gradient(197deg, #a85cff, #0735a0);background-image: -o-linear-gradient(197deg, #a85cff, #0735a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a85cff', endColorstr='#0735a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a85cff', endColorstr='#0735a0' );";background-image: linear-gradient(197deg, #a85cff, #0735a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;height:5.25rem;width:5.3125rem;top:0.84375rem;left:54.8125rem;display:none; }
#QaFegXTASvn6sVucHTK7AlTQL3FgLi0m { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:1.875rem;left:55.875rem;display:none; }
#s6XsAenoB4Tze5aMUR8tXhTbHIk8WL7U { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.734375rem;left:30.375rem;height:5.2rem;text-align:center;text-align-last:center;display:none; }
#dkDJEN59u7df8WOfvQh4wPnSt3kAGHIg { z-index:15003;top:48.8125rem;left:27.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:2.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#n6zbJlV55edoCP0B5ETatHlVV84Ja4X1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DZUN3tyeBD1xmqUHCkohIZF0UHENV3U7 { z-index:15003;top:22.8125rem;left:33.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:2.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#cDF5wewqaF6JiK4HWfQd0u6LdEkplBZa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FZB79SVLJTtpNaJXQZlIyaoaXf3XfqSz { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;display:none; }
#eeLwgc3tMH6JoOUD67ZhxKvHq3JZTFTc { color:#ff0000;display:block;width:56.6875rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:2.9875011444092rem;left:8.1875rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#q7kIvFO3LEeGTwKKRTcOGz0dKzTCyDiW { position:absolute;display:block;z-index:14999;background-color:#f1f2f4;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:37.9375rem;width:42.5rem;top:21.6875rem;left:16.25rem;display:block; }
#iQLRCVWIbUT8dBqlgG492GVNwFKg7dmT { color:rgba(var(--color-tertiary-0),1);display:block;width:52.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:3.1875rem;left:11.468751907349rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U3X1Ck5VtTSEOIvU7FJBqytiSkR03zVI { color:rgba(var(--color-tertiary-0),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:11.3125rem;left:10.968751907349rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DJIGctTTGPn8O59mUzrRN7czodIx7IQs { color:rgba(var(--color-tertiary-0),1);display:block;width:52.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:3.1875rem;left:11.468751907349rem;height:6.7rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#sSxV2CLmQwcp9oWUXKOo1BFUHAMl3iA3 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.6875rem;width:30.75rem;top:3.1875rem;left:20.468751907349rem;overflow:hidden;display:block; }
#dS5VgcRQAKyZbVEGEe9babGztZIfzuXu { color:rgba(var(--color-tertiary-0),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:11.3125rem;left:10.968751907349rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/unZTnH7n/01.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; }#oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe.adaptive-delivery-prevent-bg, #oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe.lazyload, #oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe.lazyloading { background-image: none; }#oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe > .row .container { background-color: transparent; background-image: none; }#oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0c0205; }#oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe > .row .container > .video-iframe-container { display: none; }#oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0c0205; }#oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe > .row > .video-iframe-container { display: none; }#oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe > .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); }#oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe > .row .container { border-width: 0; border-radius: 0; }#oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#w9mtUegXhUB8OxbMfTwrJepVC9N3mxrz { 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:9rem;width:9.875rem;top:2.0492076873779rem;left:52.5625rem;overflow:hidden;display:block; }
#wVBdcLMnnR4tTP5c5yK1zmarLJWy8f59 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.375rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9875011444092rem;left:9.5625rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#coSPWJ9q7vk5gFXrbFmMeXslu6CFyS3E { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3.3125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:80.812488555906rem;left:0rem;height:4.272725rem;text-align:center;text-align-last:center;display:none; }
#xA6BZhNucJ5uVseTJ1pZNGRfi32oetHW { color:rgba(var(--color-tertiary-3),1);display:block;width:46.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.048828125rem;left:9.5625rem;height:2.2749rem;text-align:left;text-align-last:left;display:block; }
#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #QlpKDIC4Ma3OyQQZ3eSRCKHxvSrS0F7c > .row .container { background-color: transparent; background-image: none; }#QlpKDIC4Ma3OyQQZ3eSRCKHxvSrS0F7c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlpKDIC4Ma3OyQQZ3eSRCKHxvSrS0F7c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlpKDIC4Ma3OyQQZ3eSRCKHxvSrS0F7c > .row .container > .video-iframe-container { display: none; }#QlpKDIC4Ma3OyQQZ3eSRCKHxvSrS0F7c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlpKDIC4Ma3OyQQZ3eSRCKHxvSrS0F7c > .row > .video-iframe-container { display: none; }#QlpKDIC4Ma3OyQQZ3eSRCKHxvSrS0F7c > .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); }#QlpKDIC4Ma3OyQQZ3eSRCKHxvSrS0F7c > .row .container { border-width: 0; border-radius: 0; }#QlpKDIC4Ma3OyQQZ3eSRCKHxvSrS0F7c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QlpKDIC4Ma3OyQQZ3eSRCKHxvSrS0F7c > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nx0sEIhzHuoMz3Sd4TqnJ1WaVcXXxMel { width:40.4375rem;height:6.25rem;top:17.625rem;left:7.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZVwRZ9TmCwUbgTXiI3W5vCH1fGT3DSE { top:50.3125rem;left:0rem;width:26.8125rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #crmgThtdItkRkfh99v4JOBm5kTC9RLmR { display:block; }
 }@media only screen and (max-width: 763px) { #CPqG5kVzTiph9bo8e1TrrrwargTXOGhD { width:2.9375rem;height:2.875rem;top:37.25rem;left:33.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpSu0DbZzgTx6CthZwV11sZPeevhyQ1K { width:19.125rem;height:1.4375rem;top:38.0625rem;left:28.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDFOFB5CPKKhfK1mRWzeNaAmtBWKmA4w { width:3.1875rem;height:3.1875rem;top:37.0625rem;left:21rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzWUQz8SiVgGaPrv51AJwZSW77lkvRgf { width:8.5625rem;height:1.25rem;top:38.0625rem;left:25.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXJ9ou0Pe1tCsQqLch44ie83Z8vITdGT { width:10.1875rem;height:6.5rem;top:44.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDJyTsBNyuQiaWxnqByRA5ehZzRlBdFQ { width:32.25rem;height:34.6875rem;top:6.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p9JPV8FwUMMZD03MQHvXWgu5Wyxpilbu { width:47.75rem;height:51.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tOTbX3sPdiUDt7UUBPbd6DWSvr0Qvw8T { top:31.75rem;left:21rem;width:26.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qex9Fhs0BwbKOC3upthbTgaOnPIRTQIn { display:block; }
 }@media only screen and (max-width: 763px) { #b3pmfbE9tpAoWhcyHgSarEnLqqop4Oap { width:17.625rem;height:1.625rem;top:6.25rem;left:28.312503814698rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJaQ6GZQnwCJFrSo2gEXcN6gLCvq9b1m { width:17.0625rem;height:2.5625rem;top:49.5625rem;left:15.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrNzrlfbkAXHgZfSOy2p1NfB8vLhOivT { width:12.625rem;height:0.6875rem;top:49.625rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdMp0hSAJQwVTmpLfhrEormNhlqLokQh { width:12.625rem;height:1.125rem;top:49.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlXB7amDl3Gl4Qaz1GTkVc1aICkE8Rv8 { width:17.0625rem;height:1.5rem;top:48.0625rem;left:15.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp2RpVQPhwiIG2qaGVWaqSUBQ5ASQcXm { width:29.125rem;height:43.125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4mzvwp6LKxFMGmsew2RqEehShsq59lu { top:25.3125rem;left:12.3125rem;width:35.4375rem;height:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saDSqfAa8n88clzRPCXEonN3wDKdJWhQ { width:29.8125rem;height:13.5625rem;top:5.4375rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPxuILoAM9r7OL0NLhWwUSwnsg5aQkuV { display:block; }#bPxuILoAM9r7OL0NLhWwUSwnsg5aQkuV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CcqsTx4Dx8NfNmcgutSc21T3KVbUBTqN { width:9rem;height:2.1875rem;top:2.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeQaq7epxv1XqzqUhm1lC7kcpiIWBMcO { width:2.875rem;height:3.125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGIAharC8LLNMTtb0GdnLut9lxK7X4Iv { width:3.25rem;height:3.5rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJGtzAcaqHK1VvwCAI7UZSlCQWosfZxB { width:9.5625rem;height:2.1875rem;top:2.5rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV8DM5RaRpXm8X4RG7odvicTl14AgahJ { width:3.1875rem;height:3rem;top:2.125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y704Ge07fLCxkhAX0KgVq9TWFDMqt0Zc { width:16.375rem;height:3rem;top:2.375rem;left:16.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPGTPKTdXO2DMi3vJC3xXk5D8JXA6VMt { width:3.125rem;height:3.25rem;top:2rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKPkT8d6BUUKNLCXSOLreTGU8AF7FcSL { width:8.75rem;height:3.25rem;top:2.5rem;left:37.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwMk16ie0poZdIvx6rZUxyOF3TeTDJ3z { width:3.875rem;height:4.125rem;top:1.6875rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPyw3H2uWInICUogbFXmzs4RX2reVoae { width:10.1875rem;height:2.375rem;top:2.8125rem;left:37.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKC9M39COXftXzvtN1wKcQfmE47FRN7J { width:17.0625rem;height:2.5625rem;top:54.375rem;left:15.6875rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZpvbKRkvAydCwro9HBt6sTZuD8DxNe1 { width:17.0625rem;height:1.5rem;top:52.875rem;left:15.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #otvFW5MWZmn00VHB1F9WnTpDfUiSlomZ { width:12.625rem;height:0.6875rem;top:54.4375rem;left:31rem;display:none; }
 }@media only screen and (max-width: 763px) { #U3egx9ykTG6w6lTV5a9vpuhg7emZvzr3 { width:32.75rem;height:23.875rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFgOqq31iVqnBT4XpZk7xlmm3C2CZm7A { width:47.75rem;height:56.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J0xeQzxAp7mW18ODISSai3Myy5zu0bqX { width:31.8125rem;height:1.6875rem;top:1.9375rem;left:15.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #znf3ATp8pMZ5tJOlSqL4NdEJUAA6twEG { width:31.8125rem;height:5.875rem;top:4.125rem;left:15.9375rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zd7fmWEcuF8fqsrRqQy5iy6FQOGHw6JO { width:32.75rem;height:3.875rem;top:10.1875rem;left:15rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWQhBO9hO3rnTk5Ib9bK8D3iuFELtQDB { top:15.125rem;left:11.875rem;width:35.875rem;height:5.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vr78T3kK8VvFbbT9yR1pGnLvUcQTQyi9 { display:block; }#vr78T3kK8VvFbbT9yR1pGnLvUcQTQyi9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZA7hELRPX8HB3GqFETsM8VyWkP9DfSeC { width:31.8125rem;height:1.6875rem;top:1.9375rem;left:15.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyJf124i1A6cTeMsxFkJUMcpiPhRNyqc { width:32.75rem;height:3.875rem;top:10.1875rem;left:15rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKEGciQr3ZEMBKTFDph9p8tN7XgMlCRh { width:31.8125rem;height:5.875rem;top:4.125rem;left:15.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZSPwIuzOfEDX7dteKEER9toZtB5za5N { top:15.125rem;left:11.875rem;width:35.875rem;height:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa132GmPmsbrx8TluLkZTkWwz4gCvcI8 { width:47.75rem;height:25.044136597938rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yabTGGbryI8fiuNVpu6PCXCwAbIkhnQe { width:47.75rem;height:56.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa { display:block; }#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grT234u9qJHTWESlM3w1DtAXbX99EePG { width:47.75rem;height:6.1875rem;top:14.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrLcyUfZ8Lz4ff7RRUgsrTTwUkfnc0oZ { display:block; }#JrLcyUfZ8Lz4ff7RRUgsrTTwUkfnc0oZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4RLf4eChAfWgL593O2HbgS7IuN2NqqT { width:18.0625rem;height:2.1875rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #of6yTnpT5DPNcThxJ1EflAsI2zLMGlkf { width:17.6875rem;height:25.875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoaRTTG9E443h68mo6RQc93ldZeamZ8d { width:16.4375rem;height:15.25rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObLgClGiVTb28Lv2QAFTWahRg89aDDtr { width:17.8125rem;height:1.5rem;top:22.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG4XblUyWPArGOE0JFafEfNBDZ7Q5lui { width:16.375rem;height:2.1875rem;top:3.4375rem;left:15.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFWg3bZMAVKD6DXNLuSImvFuJkiRlWZm { width:17.6875rem;height:25.875rem;top:1.5625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIOVlQnEe6pwTiPhg8sC9WEc9KDEZmCM { width:16.4375rem;height:15.25rem;top:6.5625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUyRsw1oAluwcU31mCbBk4VQvps3rsB0 { width:16rem;height:2.875rem;top:22.9375rem;left:15.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #riKefyhX6n0L5xcH0TnqRGBv3iHx1Tn2 { width:17.6875rem;height:25.875rem;top:1.5625rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfN5EhGwMQkZBrlylF9EO8ODmFsVBCTe { width:16.125rem;height:2.1875rem;top:3.3125rem;left:31.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeIQZexnub9oXo33IUdXuEuVIJDv0RkC { width:16.4375rem;height:15.25rem;top:6.4375rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGWkL5tPHZUJrAO0mG3TcEFBZ4JuXh1v { width:15.375rem;height:2.875rem;top:22.8125rem;left:31.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOHghOH5iDZKJUhkxrb2NXx3A6ZSVn1E { display:block; }#tOHghOH5iDZKJUhkxrb2NXx3A6ZSVn1E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PB1U0oFh3v87GvR8qRil5Iug004yD2rW { width:16.4375rem;height:15.25rem;top:6.8125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #duBPN2cPCDzywSTORiVhNZ4dGK6X9kiT { width:17.6875rem;height:25.875rem;top:1.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UseZS3COLwk6Xm7yEWy86nG96ozrHqfM { width:16.125rem;height:2.1875rem;top:3.1875rem;left:7.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lddEitk53MSPzOnwlWfszct56hK1JMSN { width:17.1875rem;height:3.875rem;top:22.8125rem;left:6.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbRbENfk9xUt3CfFZzryb477lH9TxstE { width:17.6875rem;height:25.875rem;top:1.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoME014dMMwhlVg2INKJcWb85uDfAcN2 { width:16.125rem;height:2.1875rem;top:3.1875rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQoTBwT9UsZtwvd3ZJX4MogKT9iF26EW { width:16.4375rem;height:15.25rem;top:6.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXcaUNCH83Do2HwqTtRWkLIILfqFCW3y { width:17.1875rem;height:2.5625rem;top:22.8125rem;left:23.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebTbeaMsFInAb5hywkeS46CA0fBRpC9H { display:block; }#ebTbeaMsFInAb5hywkeS46CA0fBRpC9H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMNuH24QCcehr7hqAhCeVff65WV3JkZW { top:50.3125rem;left:0rem;width:26.8125rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ih5wLRE0kGy4cV0vNSmSXKZvXfNZV3nU { display:block; }
 }@media only screen and (max-width: 763px) { #qFRE79u6broxezPLTT5XrgtMmpaZRodI { width:32.25rem;height:34.6875rem;top:6.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fp4fC9m3RLbpoT3ZUWoxbPRTmCLmSuhg { width:47.75rem;height:51.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h754vTk6xTXeb8tOzdNfVgHP2BgSdCXX { top:13.3125rem;left:1.375rem;width:39.375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulahmK1cALHlGmS6ZJkGQ1TMv2AQgyiX { display:block; }
 }@media only screen and (max-width: 763px) { #lUUBmliIhUuEfSqDiXxHVWa28pw8fhCF { width:47.75rem;height:3.5rem;top:7rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHhgWZtmZ3EtypOeeuSWnybWpXaPA5er { width:47.75rem;height:3.1455183585313rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmLS3BcgVkbyhlTNNl7d3A854WKvlnkV { width:47.75rem;height:2.5625rem;top:0.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp4691TpJQW6M8TJCqxV0TfpWZRAs7sH { width:16.8125rem;height:12.375rem;top:12.1875rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHXmZgnJMB6mG3vwIKLOrgWSTBSq8DOm { width:10.1875rem;height:6.5rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZxyGk63qyQxtTDBaXyc0bmBFyvSZF9G { width:47.75rem;height:5.1875rem;top:22.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULfWqKhJ8pgTbV19kPD3ckfhBXJZEsgU { display:block; }#ULfWqKhJ8pgTbV19kPD3ckfhBXJZEsgU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aquXMFGeC50wDb1aXXO1f4u5k7IBPXTr { width:23.3125rem;height:2.875rem;top:24.9375rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o50nIILTLHGqh01lqWMmGn8VTRZBbKhV { width:25.4375rem;height:2.6875rem;top:11.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtXoVwaVHKibq62qv6mdIHQsZ2wIEagv { width:23.8125rem;height:2.6875rem;top:15.75rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RII05VTmGbs9p2BM02nT4UtBZRdlap3e { width:23.3125rem;height:2.6875rem;top:20.25rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9em3IQOKMB6AbzSW7KaLRfs8sHJvNob { width:25.3125rem;height:2.6875rem;top:6.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQL0lp9aVQea8wbgydMmuebrBMQaXgxA { width:27.25rem;height:2.5rem;top:6.5625rem;left:20.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0ezwfscVsbUbyxB6mNca3AQls4vrxuD { width:25.25rem;height:2.6875rem;top:11rem;left:22.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szKJHiaS1275VSxOT2LAlMtNhWKFPAdo { width:23.3125rem;height:4rem;top:15.0625rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #at6kLnCRZsMPFITB5SwsDtgOV1nlEdue { width:23.3125rem;height:2.6875rem;top:20.25rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmcK5HeRbanJLWyMgOhWU0BDRayQxJKB { width:47.75rem;height:46.9375rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkVawVBBdpkUKsz7O0mpatL8Edkd617k { width:12.625rem;height:1.625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJwtGbakQ05lpagk51pJ4aQfQxMDIakm { width:12.625rem;height:1.25rem;top:1.5625rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvnh83LWoNDLpxfQwiOZxataxBNHF8xQ { width:0;height:40.875rem;top:6.5625rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySW68hbLEu416Mhh7n4kKGCzPlK8Cfl5 { width:23.3125rem;height:2.6875rem;top:24.375rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2Oh86XB6sOGrKubS7wkRTsoRe5fxMee { width:47.75rem;height:3.1455183585313rem;top:74.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOvWTBfnKXnwQpuFLewa5pn1p4ukBTJf { width:10.1875rem;height:6.5rem;top:47.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #foxqUAs0CzEaxPDfsHXyeK0JlGkeKsvJ { width:1.75rem;height:3.125rem;top:14.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UvWeIIZJyGypTlCGhLzWiGX4uMeudXLb { width:1.75rem;height:3.125rem;top:14.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O068WDeEyXLDHCforUbVhJB5JdRzz7PJ { width:1.75rem;height:3.125rem;top:14.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZroP3NLdxmrw1Gez7guqyZJG0p2BHJK { width:1.75rem;height:3.125rem;top:14.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EoJa4Vio19XTSKSmdbAgWsr14nVbgIi6 { width:1.75rem;height:3.125rem;top:14.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #txF6ePfsvTmWWOfiqX9UGUuWNTFGb0FI { width:1.75rem;height:3.125rem;top:14.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t6txI353X2dlQaqVFFE4gGFxPrm1lWKv { width:1.75rem;height:3.125rem;top:14.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JEotC5x5eIZv18DlBUn0q5WfV06moOUS { width:1.75rem;height:3.125rem;top:14.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cE9gKkxq7NDZTOivi7hftaMZXLhUn74h { width:1.75rem;height:3.125rem;top:14.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hkm2KZ1RgqQ4MwglTo04QUaZtQdpvwaR { width:26.4375rem;height:15.9375rem;top:29.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB6MpQ20OfAZgw0zzCWsNncKZxrrDsls { top:28.1875rem;left:22.3125rem;width:25.4375rem;height:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHoIaDbEgtXLBAIx5HxWBs633zKKrKzb { width:27.125rem;height:2.875rem;top:42.5625rem;left:20.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu2qE6J8kUTAFH0SrvNqTHPmwvZzxTk7 { width:1.625rem;height:1.5625rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZdLndpl6h2R87ORONy5JRQc0Ft3BW4K { width:1.625rem;height:1.5625rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oErdHnB5PJ3orcO8H2PUMN23BekM4hpD { width:1.625rem;height:1.5625rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W26EwopOzDMaTHWGbOx2dTDWO6JcgtJy { width:1.625rem;height:1.5625rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmPpyQOZRHLTNS5NCNUo2oordmEtGZ9i { width:1.625rem;height:1.5625rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiN5WqXPI1m3OT2eNdc5kWXMpoeihtI1 { width:1.625rem;height:1.5625rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7diKd4pmU5ii42ksu77ou9Dqq8RGtKS { width:1.625rem;height:1.5625rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRPvTSghO0mAp6w7xbmdrrDe2uKJADTm { width:1.625rem;height:1.5625rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRV5c6wTUfFFI0nDCEBB2TutTBsC0Pn9 { width:1.625rem;height:1.5625rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPt36AwKVpTng8vTKIoPElsyQgb0WZ1J { width:1.625rem;height:1.5625rem;top:6.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUyQh5TrwqfsGH0kPtxEpAQ0fXh6SylZ { width:1.625rem;height:1.5625rem;top:11rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAbVZUf7kzKMPZOWIxUEcJZp3Nag9g1L { width:1.625rem;height:1.5625rem;top:15.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUONc5Z92rfdmTCFbpoO5gWd2Eao6fcd { width:1.625rem;height:1.5625rem;top:20.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyE03ip4eZ39xCI6KsCmFkS3zNE3aW08 { width:1.625rem;height:1.5625rem;top:24.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7PrU4adXiplkBa1TD79d2qw38RUdl8T { width:1.625rem;height:1.5625rem;top:27.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyxQiIMW2HATWqrXBv9E1hIuanyLdXx1 { width:1.625rem;height:1.5625rem;top:35.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQFfSXi0vXWwqNICFltUnh2X8sNope5y { width:1.625rem;height:1.5625rem;top:42.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl2Qr7AtE78gBdXTpnCeqtU8n4NJX8fE { width:47.75rem;height:5.1875rem;top:24.9375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET { display:block; }#cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQpWBDr64wFiyXCKycfXT2xKsd0Jzb6t { width:47.75rem;height:7.8125rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG4SU1FsRq0TEGCqQsgLoEAs29FOIp2G { width:12.625rem;height:1.25rem;top:5.375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBKvwySFUwI5aOJdgTOhmBXxocw9efCX { width:12.625rem;height:1.625rem;top:5.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQVTipQwQqSQLD1aTR6qK8hzJTbCGKoS { width:14.75rem;height:2.75rem;top:25.875rem;left:33rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPTdFn5elmJ387qOtD7MTnqxWBaA4IzN { width:17.75rem;height:3rem;top:21.9375rem;left:30rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #khc50lsyFybI9loCDIAdeVWs6zCyI65Q { width:16.25rem;height:4rem;top:25.875rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn6SDu4MLrxs50WEbI9bQBaWInHuaKEP { width:18.9375rem;height:3rem;top:21.9375rem;left:14.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3LSdWV4ig37eQHHRWt3vtXggZ4EHx0G { width:5.25rem;height:4.25rem;top:17.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpezRISWB67LTId4dD9h7pKu3oRK7Rm1 { width:15.125rem;height:3rem;top:22.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAf8LANOCs2bCfvZxremQ7XWncpBCtLO { width:14.75rem;height:3.1875rem;top:26.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #irakfTN5vB1u7pP5Xe6dHPT1JeaVuL7a { width:14.375rem;height:10.5625rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd4aiyUI5vyJKmNrOcBf7c7G0FFKOFyB { width:20.75rem;height:15.5625rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6WDGlFntT1nSpdaA3EFl8vQPId1OHzG { width:20.75rem;height:15.5625rem;top:15rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUgicCUoe5JodB2mgOvTaoXUIRvcNnA4 { width:14.375rem;height:10.5625rem;top:8.125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBxniAMbspVg6plZXhdyTy4wZobQXTVN { width:5.25rem;height:4.25rem;top:17.6875rem;left:21.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz7Vlb41IPunIXpa0d7nMRFTQ6RqgbWK { width:20.75rem;height:15.5625rem;top:14.375rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb5nkc2HZxLiS40VWxy0q9qVanD5mASL { width:14.375rem;height:10.5625rem;top:8.125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzLcOihn0afr2kplmiB5aHbeme9vyhno { width:5.25rem;height:4.25rem;top:17.6875rem;left:42.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU4NcP9245kUwo3T7cDUeTGmrSlpMhwf { display:block; }#uU4NcP9245kUwo3T7cDUeTGmrSlpMhwf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPsE0iQ3TkwL8VqgTt7Wg0egG5yGn5BH { width:47.75rem;height:5.1875rem;top:2.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XymNovXZL0fJHw0AsJwGmtrkchUd2XTJ { width:12.625rem;height:1.25rem;top:3.8125rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrc2KUg1eNU42He8VUvJd6Jw4sWx7VtS { width:12.625rem;height:1.625rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsrt5htVK1tzlA1czfNI707hvsLKGXRE { width:25.0625rem;height:2.25rem;top:7.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGbeCAdngUZLSJ4c3SqEBpoZKM3fhFkA { width:11.875rem;height:2.75rem;top:23.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sREHp6fOJeLaamsd2aBDVTeLE5l3Forr { width:10.125rem;height:12.8125rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ManpDRwpBvqTQWRBArINrB0tTmVPTrO5 { width:10.75rem;height:2.75rem;top:23.0625rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDI156Prt0yJxBxMMJAaJzPvbqdzWd8V { width:10.0625rem;height:12.6875rem;top:10.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgPtI8zfqNuftCZ66gySQeT9Pgs9zm3D { width:14.75rem;height:2.75rem;top:23.0625rem;left:9.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRUz76Wp8XVV9F46pemRTOfbTlyIJK39 { width:10.0625rem;height:12.6875rem;top:9.9375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK0ewzOGWZ5xSWPccMzKXWeTv2CCQmZU { width:47.5rem;height:19.25rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5FrJwflTyFtpPUHnES1TUQhtFS4TK3Z { width:25.5rem;height:3.4375rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uimpTq1oKusrB6ORb81fwubn96cLME90 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZsidEdQJJaIyTENQRBxckafdNwHk42X { width:12.625rem;height:1.625rem;top:1.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOy3SXIfdw1qBgVupW2WQQqhMe5zgmiq { width:12.625rem;height:1.625rem;top:1.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sMPKX68LUpPJp7fzBztAr7wLErAPcs1L { width:12.625rem;height:1.625rem;top:1.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6g90bUGCa2n9TqvhKk6rlAipi9UU94M { width:11rem;height:8.0625rem;top:27.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGr4qoUrdeU5NRzUpdCDOJOzZEZmcoyG { width:14.75rem;height:2.75rem;top:22.1875rem;left:21.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9PJmbpomTDoqn0N2N1vwR6fKd1b44wV { width:8.25rem;height:11.875rem;top:10.3125rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkfeN2TzAtVrBJA2cXaGa4KI91xXwnld { width:10rem;height:12.75rem;top:9.875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdxToOnxTqMN6lyzTwy3zeJSTEwMxoa3 { width:13.6875rem;height:2.75rem;top:22.1875rem;left:34.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqiw8WCB2TO9yCsKegMsPrWEmeTvz5RT { width:12.625rem;height:1.625rem;top:1.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLdx9Xm5k86X3n4MTiAhC7Z91D51cz0C { display:block; }#tLdx9Xm5k86X3n4MTiAhC7Z91D51cz0C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZB48EBhq0D8Pd2xR80VHT1XbZyWIBM9 { width:47.5rem;height:18.3125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8o7x8JMdWIWVxnNMT3g1UNDTVxdCpMO { width:24.1875rem;height:2.4375rem;top:1.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMhp5TQvaoVf2SPSzsuAE2P6x3NetD2a { width:26.5rem;height:3.4375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWeAtPM0Eu9XM9SA7728lBBIiZzGudhi { width:14.25rem;height:2.4375rem;top:14.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV5QuHqN5qnHtTbdmN11vyuRHMV7WLEo { width:12.5rem;height:10.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmha3teGALL4WyasSk7wip7lr52zSEJI { width:12.5rem;height:;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw4ghzE0lAOs5k1Q1Ztc6mApwedgCgAc { width:13.8125rem;height:2.4375rem;top:14.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4w98cPk8I633GnAZ7scsQiKD7VRTzxk { width:12.5rem;height:10.5625rem;top:3.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Oi9lORfWpqT2Vvcv9b4G0q9PKhzTvX { width:13.125rem;height:2.4375rem;top:14.5rem;left:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy4mIVHy6raeItId2oixM18WH5CqywwV { width:11rem;height:8.0625rem;top:19.375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHnDswFs1Z5900ToJ9AgcICT9wZPbsUy { width:6.5rem;height:4.75rem;top:43.875rem;left:5.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEAn3PeNiT52Akkgp2Fv6XT49OSHJUCf { width:12.5625rem;height:2.4375rem;top:14.5rem;left:23.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ4o6rym70brigrCNsnayPJT2Dhz8UXl { width:12.125rem;height:10.625rem;top:3.75rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DesLaRc1PxxvXvAVKXb42MMr9rX5gM4O { width:11rem;height:8.0625rem;top:27.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oKPvZA8GoPR5Wp4TfOHLc9U3LERZnOa3 { width:12.5rem;height:10.6875rem;top:3.75rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1OysKp5pkPtxobnVrm9ZvCLe1JdQ1Bn { width:12.5625rem;height:2.4375rem;top:14.5rem;left:35.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6MzIXoiHBoLf8xAn3hlObaZynbghr7v { display:block; }#U6MzIXoiHBoLf8xAn3hlObaZynbghr7v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O17CSdGAayTXNtQo9DHqLEMR0QxhhbhL { width:40.875rem;height:6rem;top:5.5625rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2VJpqAHTkZcabzaVvuFWdL1k35paAft { width:37.375rem;height:22.75rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDoJP4tiySgpnwn8W2NX4nhq2kOcJeli { width:35.375rem;height:11.6875rem;top:25.125rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKfL0VwKlmTy8CkOyOsR7K6RGvNnUUch { width:3.125rem;height:3.125rem;top:24.1875rem;left:22.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZwL0v6kpfxZplAJ6VRQ5D3MXFpGAKQz { width:3.125rem;height:3.125rem;top:29.4375rem;left:22.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPFGG3lCbRKSBnnrK31a0VfGZePBI258 { width:35.25rem;height:9.125rem;top:13.9375rem;left:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTFmvK2Ke2StOGUxJkgOZVnoceQ32gsp { width:3.125rem;height:3.125rem;top:13.3125rem;left:22.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynBpbfTRXhXnqvFspFp4Bs9wn8ZNXPtP { width:3.125rem;height:3.125rem;top:18.5625rem;left:22.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3B7m59cJsi89RUgmaJFbDxFVD7Q3A3d { width:26.875rem;height:14.375rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH { display:block; }#lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzmg1XnCzIrhyQDN5HrWAA9PweLi1txo { width:47.75rem;height:4.875rem;top:3.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aakvh3Id9nXNtzXa4TSZCzxP06yTLSfP { width:37.25rem;height:42rem;top:9.25rem;left:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzCqfnzDm2mw9DcW1zSiSgCusHEsRpkw { width:18.375rem;height:3rem;top:1.375rem;left:14.687501907349rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9mFTpq1p5BDJfS1eJvF2uFhiytsqKHc { width:36.6875rem;height:42.6875rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWb5JXlI2wBaOIKvGLF24Ha9UTxqI07U { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KxeBmwQ1vuJMPDSp2TBK1ACxdET7redN { width:15.5625rem;height:10.6875rem;top:54.8125rem;left:32.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nmCaA2qktySTr4TMb52vVqL54h3DIIOo { width:40.125rem;height:45.6875rem;top:8.4375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTPKhDwEQKT3hvuBngcTcUgmvCZChdbR { display:block; }#WTPKhDwEQKT3hvuBngcTcUgmvCZChdbR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQ6kFscFNVWIFJl1HSTHao5kMy4GoKwJ { width:25.375rem;height:11.4375rem;top:35.5rem;left:11.187501907349rem;font-size:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK2OLeasIBSzfF8ITIPXxQTROSwAggDa { width:2.0625rem;height:1.9375rem;top:38.5625rem;left:14rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lou2w5KtD1dU0T9FfzllSuJC6iAZMS0l { width:3.375rem;height:1.9375rem;top:40.4375rem;left:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InoZKBgXddCxTgqK9fhnne3wUBTeAMxk { width:14.75rem;height:1.5rem;top:45.9375rem;left:15.500001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo2gPJeoZgeFdB7IJy2CKCgCQpcBA0pc { width:3.1875rem;height:2.5rem;top:42.375rem;left:30.249219894409rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z51iQopCUm7MTIU6KKHCGWM38Jpc1Ica { width:5.5625rem;height:2.5625rem;top:54.25rem;left:33.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNLhbiu1RkbQLJIUqZ1aH12BTHhuKrzU { width:2.75rem;height:2.75rem;top:54.125rem;left:31.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STe1aIIymN7f0RyIMlN3elL54MrToL56 { width:10.6875rem;height:2.5625rem;top:54.25rem;left:11.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZHn7PCMSsoxQiZn8MTc6JEKLdbbMM76 { width:4.75rem;height:2.5625rem;top:54.25rem;left:26.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GebGsCoZMVsZBvg4npROULXkd1uWI1r7 { width:2.75rem;height:2.75rem;top:54.125rem;left:23.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNd8HQx7FJMimAXasNWlUDVdp20V1ttq { width:35.5rem;height:6.3125rem;top:24.125rem;left:6rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvbG069wTKRZqGbcu5qrQB1v8lviZmyt { width:33.6875rem;height:3.125rem;top:32.375rem;left:8rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVcNfK1Tb7gxMtE7ntMFnCnWGJn2Ol7A { width:2.75rem;height:2.75rem;top:54.1875rem;left:8.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwS3QnE4DOvLAIuwzk2D43UuPKDCMTdk { width:18.0625rem;height:3.375rem;top:7.25rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vLI8Wnap72Cr1yKSk2aqeuA7ZDhUPBRd { width:5.3125rem;height:5.25rem;top:0.8125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lJUd6gm1PZuJptMIdRvcwTSWAr4Vv3yn { width:3.5rem;height:3.5rem;top:1.6875rem;left:2.125rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hx3B2oQZusJ1w31eGTsaBtuHqKBWuqh4 { width:14.9375rem;height:3rem;top:7.25rem;left:16.375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xUcK07uyhT6q6B8p4ncMRkri9iGR8lEU { width:15.1875rem;height:5.1875rem;top:11.6875rem;left:16.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2hof0UDkrrxlWaIrFE7MIBs8hG3DvEh { width:5.3125rem;height:5.25rem;top:0.8125rem;left:21.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQNqWtk0nvbyXuQfuCUdOcZ6WNT5AhLQ { width:3.5rem;height:3.5rem;top:1.6875rem;left:22.0625rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k8r69sdydoeEy9Wr2SiK0s5cR3otuguW { width:14.1875rem;height:9.0625rem;top:11.6875rem;left:33.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OcdssQcXV09qdNGeWPppWT8yLQlEEZn9 { width:14.9375rem;height:3.5rem;top:7.25rem;left:32.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9RTSsdyggUyUkhwTnPMzEgrClTHdf0L { width:5.3125rem;height:5.25rem;top:0.8125rem;left:41.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaFegXTASvn6sVucHTK7AlTQL3FgLi0m { width:3.125rem;height:3.125rem;top:1.875rem;left:42.25rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6XsAenoB4Tze5aMUR8tXhTbHIk8WL7U { width:15.1875rem;height:5.1875rem;top:11.6875rem;left:16.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkDJEN59u7df8WOfvQh4wPnSt3kAGHIg { top:48.8125rem;left:13.9375rem;width:20.0625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6zbJlV55edoCP0B5ETatHlVV84Ja4X1 { display:block; }
 }@media only screen and (max-width: 763px) { #DZUN3tyeBD1xmqUHCkohIZF0UHENV3U7 { top:22.8125rem;left:20.1875rem;width:20.0625rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cDF5wewqaF6JiK4HWfQd0u6LdEkplBZa { display:block; }
 }@media only screen and (max-width: 763px) { #FZB79SVLJTtpNaJXQZlIyaoaXf3XfqSz { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eeLwgc3tMH6JoOUD67ZhxKvHq3JZTFTc { width:17.625rem;height:1.875rem;top:18rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q7kIvFO3LEeGTwKKRTcOGz0dKzTCyDiW { width:42.5rem;height:37.9375rem;top:21.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQLRCVWIbUT8dBqlgG492GVNwFKg7dmT { width:47.75rem;height:6.6875rem;top:3.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3X1Ck5VtTSEOIvU7FJBqytiSkR03zVI { width:47.75rem;height:4.125rem;top:11.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJIGctTTGPn8O59mUzrRN7czodIx7IQs { width:20rem;height:5.375rem;top:3.125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sSxV2CLmQwcp9oWUXKOo1BFUHAMl3iA3 { width:30.75rem;height:30.6875rem;top:3.1875rem;left:6.8437519073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS5VgcRQAKyZbVEGEe9babGztZIfzuXu { width:20rem;height:2.5rem;top:11.9375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe { display:block; }#oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9mtUegXhUB8OxbMfTwrJepVC9N3mxrz { width:9.875rem;height:9rem;top:2rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVBdcLMnnR4tTP5c5yK1zmarLJWy8f59 { width:42.375rem;height:6rem;top:4.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #coSPWJ9q7vk5gFXrbFmMeXslu6CFyS3E { width:20rem;height:4rem;top:80.75rem;left:0rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xA6BZhNucJ5uVseTJ1pZNGRfi32oetHW { width:46.0625rem;height:2.25rem;top:2rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #QlpKDIC4Ma3OyQQZ3eSRCKHxvSrS0F7c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/Qmm4gXs2/7725.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,9,9,0.24); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,9,9,0.24); }#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); } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:rgba(0,0,0,0.17);background-image:url("https://images.assets-landingi.com/vSdAKalU/Modelo_6.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nx0sEIhzHuoMz3Sd4TqnJ1WaVcXXxMel { width:20rem;height:7.12239375rem;top:8.625rem;left:0rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qZVwRZ9TmCwUbgTXiI3W5vCH1fGT3DSE { top:54.5rem;left:1.8125rem;width:16.4375rem;height:4.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #crmgThtdItkRkfh99v4JOBm5kTC9RLmR { display:block; }
 }@media only screen and (max-width: 763px) { #CPqG5kVzTiph9bo8e1TrrrwargTXOGhD { width:2.125rem;height:2.125rem;top:37.0625rem;left:10rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpSu0DbZzgTx6CthZwV11sZPeevhyQ1K { width:7.625rem;height:1.78645625rem;top:37.25rem;left:12.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.1;font-family:"montserrat 900";display:block; }
 }@media only screen and (max-width: 763px) { #sDFOFB5CPKKhfK1mRWzeNaAmtBWKmA4w { width:2.5rem;height:2.5rem;top:36.875rem;left:0.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzWUQz8SiVgGaPrv51AJwZSW77lkvRgf { width:8.5625rem;height:1.0559875rem;top:37.625rem;left:1.375rem;font-size:0.8125rem;font-family:"montserrat 900";text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dXJ9ou0Pe1tCsQqLch44ie83Z8vITdGT { width:4.375rem;height:2.75rem;top:36.75rem;left:15.625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #ZDJyTsBNyuQiaWxnqByRA5ehZzRlBdFQ { width:18.75rem;height:20.1875rem;top:10.3125rem;left:0rem;z-index:14995;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #p9JPV8FwUMMZD03MQHvXWgu5Wyxpilbu { top:9.925000190735rem;left:0.9375rem;width:18.125rem;height:19.3125rem;z-index:14993;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #tOTbX3sPdiUDt7UUBPbd6DWSvr0Qvw8T { top:33rem;left:2.3437500596046rem;width:15.3125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qex9Fhs0BwbKOC3upthbTgaOnPIRTQIn { display:block; }
 }@media only screen and (max-width: 763px) { #b3pmfbE9tpAoWhcyHgSarEnLqqop4Oap { width:13.3125rem;height:0.9746125rem;top:6.8997397422787rem;left:3.3437502980233rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rJaQ6GZQnwCJFrSo2gEXcN6gLCvq9b1m { width:17.0625rem;height:0;top:3.75rem;left:1.5rem;font-size:2rem;font-family:"montserrat 900";text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #zrNzrlfbkAXHgZfSOy2p1NfB8vLhOivT { width:12.625rem;height:0;top:1.25rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mdMp0hSAJQwVTmpLfhrEormNhlqLokQh { width:12.625rem;height:12.5rem;top:24.593748092651rem;left:2.4367188215256rem;display:none; }
 }@media only screen and (max-width: 763px) { #tlXB7amDl3Gl4Qaz1GTkVc1aICkE8Rv8 { width:17.0625rem;height:0;top:2.375rem;left:1.5rem;font-size:1.25rem;font-family:"montserrat 900";text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Wp2RpVQPhwiIG2qaGVWaqSUBQ5ASQcXm { width:11.875rem;height:17.5rem;top:16.125rem;left:8.124348938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4mzvwp6LKxFMGmsew2RqEehShsq59lu { width:8.625rem;height:12.5110625rem;top:18.619140625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #saDSqfAa8n88clzRPCXEonN3wDKdJWhQ { width:16.375rem;height:7.3125rem;top:0.353515625rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPxuILoAM9r7OL0NLhWwUSwnsg5aQkuV { display:block; }#bPxuILoAM9r7OL0NLhWwUSwnsg5aQkuV > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CcqsTx4Dx8NfNmcgutSc21T3KVbUBTqN { width:7.25rem;height:1.92448125rem;top:7rem;left:2.875rem;font-size:0.875rem;font-family:"montserrat 900";text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZeQaq7epxv1XqzqUhm1lC7kcpiIWBMcO { width:2.875rem;height:3.125rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGIAharC8LLNMTtb0GdnLut9lxK7X4Iv { width:3.375rem;height:3.6875rem;top:5.75rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJGtzAcaqHK1VvwCAI7UZSlCQWosfZxB { width:6.6875rem;height:1.92448125rem;top:6.875rem;left:13.3125rem;font-size:0.875rem;font-family:"montserrat 900";text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AV8DM5RaRpXm8X4RG7odvicTl14AgahJ { width:3.5625rem;height:3.25rem;top:14.66250038147rem;left:8.2187503576281rem;display:none; }
 }@media only screen and (max-width: 763px) { #y704Ge07fLCxkhAX0KgVq9TWFDMqt0Zc { width:15.1875rem;height:0;top:17.85000038147rem;left:2.8750001192093rem;font-size:0.875rem;font-family:"montserrat 900";text-align:left;text-align-last:left;font-weight:700;font-style:normal;color:#ffffff;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #CPGTPKTdXO2DMi3vJC3xXk5D8JXA6VMt { width:2.625rem;height:2.875rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKPkT8d6BUUKNLCXSOLreTGU8AF7FcSL { width:6.125rem;height:2.88671875rem;top:11.5625rem;left:2.875rem;font-size:0.875rem;font-family:"montserrat 900";text-align:left;text-align-last:left;font-weight:700;font-style:normal;color:#004247;display:block; }
 }@media only screen and (max-width: 763px) { #UwMk16ie0poZdIvx6rZUxyOF3TeTDJ3z { width:3.75rem;height:4rem;top:10.8125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPyw3H2uWInICUogbFXmzs4RX2reVoae { width:6rem;height:2.6796875rem;top:11.625rem;left:14rem;font-size:0.8125rem;font-family:"montserrat 900";text-align:left;text-align-last:left;font-weight:700;font-style:normal;color:#004247;display:block; }
 }@media only screen and (max-width: 763px) { #AKC9M39COXftXzvtN1wKcQfmE47FRN7J { width:17.0625rem;height:2.2rem;top:3.25rem;left:1.5rem;font-size:2rem;font-family:"montserrat 900";text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #kZpvbKRkvAydCwro9HBt6sTZuD8DxNe1 { width:17.0625rem;height:1.375rem;top:1.75rem;left:1.5rem;font-size:1.25rem;font-family:"montserrat 900";text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #otvFW5MWZmn00VHB1F9WnTpDfUiSlomZ { width:12.625rem;height:0;top:0.875rem;left:3.6874998807907rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #U3egx9ykTG6w6lTV5a9vpuhg7emZvzr3 { width:13.5625rem;height:9.8125rem;top:15.336588859558rem;left:3.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFgOqq31iVqnBT4XpZk7xlmm3C2CZm7A { top:19.8125rem;left:0rem;width:20rem;height:23.6875rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #J0xeQzxAp7mW18ODISSai3Myy5zu0bqX { width:20rem;height:1.2747375rem;top:25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#0bea24;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #znf3ATp8pMZ5tJOlSqL4NdEJUAA6twEG { width:20rem;height:3.261725rem;top:27.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Zd7fmWEcuF8fqsrRqQy5iy6FQOGHw6JO { width:15.8125rem;height:4.048825rem;top:31.451824188233rem;left:2.0937500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #XWQhBO9hO3rnTk5Ib9bK8D3iuFELtQDB { width:16.625rem;height:5.68685rem;top:36.25rem;left:1.6875000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #vr78T3kK8VvFbbT9yR1pGnLvUcQTQyi9 { display:none; }#vr78T3kK8VvFbbT9yR1pGnLvUcQTQyi9 > .row .container { width:20rem;height:26.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZA7hELRPX8HB3GqFETsM8VyWkP9DfSeC { width:20rem;height:1.2747375rem;top:5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#0bea24;display:block; }
 }@media only screen and (max-width: 763px) { #yyJf124i1A6cTeMsxFkJUMcpiPhRNyqc { width:15.8125rem;height:4.048825rem;top:10.6875rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RKEGciQr3ZEMBKTFDph9p8tN7XgMlCRh { width:20rem;height:3.261725rem;top:6.875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oZSPwIuzOfEDX7dteKEER9toZtB5za5N { width:16.625rem;height:5.68685rem;top:15.5625rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wa132GmPmsbrx8TluLkZTkWwz4gCvcI8 { width:20rem;height:10.489690721649rem;top:7.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yabTGGbryI8fiuNVpu6PCXCwAbIkhnQe { top:1.125rem;left:0rem;width:20rem;height:23.6875rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa { background-color:transparent;background-image:url("https://images.assets-landingi.com/Qmm4gXs2/7725.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa.adaptive-delivery-prevent-bg, #uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa.lazyload, #uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa.lazyloading { background-image: none; }#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa > .row .container { background-color: transparent; background-image: none; }#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,29,29,0.49); }#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa > .row .container > .video-iframe-container { display: none; }#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,29,29,0.49); }#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa > .row > .video-iframe-container { display: none; }#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa > .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); }#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa > .row .container { border-width: 0; border-radius: 0; }#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uJKlvviBZdmNN8acRtXSxz2ZvqmwqgBa > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grT234u9qJHTWESlM3w1DtAXbX99EePG { width:20rem;height:7.8359375rem;top:2.3125095367432rem;left:0rem;font-size:1.1875rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #JrLcyUfZ8Lz4ff7RRUgsrTTwUkfnc0oZ { display:block; }#JrLcyUfZ8Lz4ff7RRUgsrTTwUkfnc0oZ > .row .container { width:20rem;height:83.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4RLf4eChAfWgL593O2HbgS7IuN2NqqT { width:18.0625rem;height:1.71875rem;top:2.1875rem;left:1rem;font-size:1.5625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #of6yTnpT5DPNcThxJ1EflAsI2zLMGlkf { width:17.6875rem;height:25.875rem;top:0.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoaRTTG9E443h68mo6RQc93ldZeamZ8d { width:15.125rem;height:14rem;top:5.8535161018372rem;left:2.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObLgClGiVTb28Lv2QAFTWahRg89aDDtr { width:17.8125rem;height:1.3059875rem;top:22.125001907349rem;left:1.0937500596046rem;font-size:1.1875rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #xG4XblUyWPArGOE0JFafEfNBDZ7Q5lui { width:16.375rem;height:1.71875rem;top:30.062502384186rem;left:1.8125000596046rem;font-size:1.5625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #EFWg3bZMAVKD6DXNLuSImvFuJkiRlWZm { width:17.6875rem;height:25.875rem;top:28.395834445953rem;left:1.1139323115349rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIOVlQnEe6pwTiPhg8sC9WEc9KDEZmCM { width:14.9375rem;height:13.875rem;top:32.812502384186rem;left:2.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUyRsw1oAluwcU31mCbBk4VQvps3rsB0 { width:16rem;height:2.61198125rem;top:50.000002384186rem;left:2.0000000596046rem;font-size:1.1875rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #riKefyhX6n0L5xcH0TnqRGBv3iHx1Tn2 { width:17.6875rem;height:25.875rem;top:56.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfN5EhGwMQkZBrlylF9EO8ODmFsVBCTe { width:16.125rem;height:1.71875rem;top:58.375rem;left:1.625rem;font-size:1.5625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #QeIQZexnub9oXo33IUdXuEuVIJDv0RkC { width:14rem;height:12.9375rem;top:61.625001907349rem;left:3.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGWkL5tPHZUJrAO0mG3TcEFBZ4JuXh1v { width:15.375rem;height:2.88671875rem;top:77.8750038147rem;left:2.3125000596046rem;font-size:1.3125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #tOHghOH5iDZKJUhkxrb2NXx3A6ZSVn1E { display:block; }#tOHghOH5iDZKJUhkxrb2NXx3A6ZSVn1E > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PB1U0oFh3v87GvR8qRil5Iug004yD2rW { width:16.4375rem;height:15.25rem;top:7rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #duBPN2cPCDzywSTORiVhNZ4dGK6X9kiT { width:17.6875rem;height:25.875rem;top:1.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UseZS3COLwk6Xm7yEWy86nG96ozrHqfM { width:16.125rem;height:1.71875rem;top:3.375rem;left:1.9375rem;font-size:1.5625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #lddEitk53MSPzOnwlWfszct56hK1JMSN { width:17.1875rem;height:3.91796875rem;top:23rem;left:1.4375rem;font-size:1.1875rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #fbRbENfk9xUt3CfFZzryb477lH9TxstE { width:17.6875rem;height:25.875rem;top:28.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoME014dMMwhlVg2INKJcWb85uDfAcN2 { width:16.125rem;height:1.71875rem;top:30.5625rem;left:2rem;font-size:1.5625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #SQoTBwT9UsZtwvd3ZJX4MogKT9iF26EW { width:16.4375rem;height:15.25rem;top:34.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXcaUNCH83Do2HwqTtRWkLIILfqFCW3y { width:17.1875rem;height:2.61198125rem;top:50.1875rem;left:1.5rem;font-size:1.1875rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #ebTbeaMsFInAb5hywkeS46CA0fBRpC9H { background-color:rgba(0,0,0,0.17);background-image:url("https://images.assets-landingi.com/vSdAKalU/Modelo_6.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;display:block; }#ebTbeaMsFInAb5hywkeS46CA0fBRpC9H.adaptive-delivery-prevent-bg, #ebTbeaMsFInAb5hywkeS46CA0fBRpC9H.lazyload, #ebTbeaMsFInAb5hywkeS46CA0fBRpC9H.lazyloading { background-image: none; }#ebTbeaMsFInAb5hywkeS46CA0fBRpC9H > .row .container { background-color: transparent; background-image: none; }#ebTbeaMsFInAb5hywkeS46CA0fBRpC9H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebTbeaMsFInAb5hywkeS46CA0fBRpC9H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebTbeaMsFInAb5hywkeS46CA0fBRpC9H > .row .container > .video-iframe-container { display: none; }#ebTbeaMsFInAb5hywkeS46CA0fBRpC9H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebTbeaMsFInAb5hywkeS46CA0fBRpC9H > .row > .video-iframe-container { display: none; }#ebTbeaMsFInAb5hywkeS46CA0fBRpC9H > .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); }#ebTbeaMsFInAb5hywkeS46CA0fBRpC9H > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMNuH24QCcehr7hqAhCeVff65WV3JkZW { top:54.5rem;left:1.8125rem;width:16.4375rem;height:4.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ih5wLRE0kGy4cV0vNSmSXKZvXfNZV3nU { display:block; }
 }@media only screen and (max-width: 763px) { #qFRE79u6broxezPLTT5XrgtMmpaZRodI { width:18.75rem;height:20.1875rem;top:10.3125rem;left:0rem;z-index:14995;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #fp4fC9m3RLbpoT3ZUWoxbPRTmCLmSuhg { top:9.925000190735rem;left:0.9375rem;width:18.125rem;height:19.3125rem;z-index:14993;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #h754vTk6xTXeb8tOzdNfVgHP2BgSdCXX { top:13.3125rem;left:0rem;width:19rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ulahmK1cALHlGmS6ZJkGQ1TMv2AQgyiX { display:block; }
 }@media only screen and (max-width: 763px) { #lUUBmliIhUuEfSqDiXxHVWa28pw8fhCF { width:20rem;height:6.18489375rem;top:1.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHhgWZtmZ3EtypOeeuSWnybWpXaPA5er { width:20rem;height:1.31640625rem;top:38.098437309265rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmLS3BcgVkbyhlTNNl7d3A854WKvlnkV { width:20rem;height:2.75rem;top:8.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp4691TpJQW6M8TJCqxV0TfpWZRAs7sH { width:7.25rem;height:5.375rem;top:71.923442840575rem;left:1.5625001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHXmZgnJMB6mG3vwIKLOrgWSTBSq8DOm { width:4.375rem;height:2.75rem;top:10.375rem;left:1.6875001192093rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #iZxyGk63qyQxtTDBaXyc0bmBFyvSZF9G { width:20rem;height:0;top:2.5rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ULfWqKhJ8pgTbV19kPD3ckfhBXJZEsgU { display:block; }#ULfWqKhJ8pgTbV19kPD3ckfhBXJZEsgU > .row .container { width:20rem;height:109.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aquXMFGeC50wDb1aXXO1f4u5k7IBPXTr { width:14.875rem;height:2.59895625rem;top:52.450002670288rem;left:3.4375001788139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o50nIILTLHGqh01lqWMmGn8VTRZBbKhV { width:15.0625rem;height:3.5996125rem;top:19.037500143051rem;left:3.3437501788139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtXoVwaVHKibq62qv6mdIHQsZ2wIEagv { width:15.1875rem;height:4.79948125rem;top:41.000000953674rem;left:3.6250001788139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RII05VTmGbs9p2BM02nT4UtBZRdlap3e { width:15.0625rem;height:3.5996125rem;top:35.85000038147rem;left:3.2812501788139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9em3IQOKMB6AbzSW7KaLRfs8sHJvNob { width:15.3125rem;height:3.5996125rem;top:7.0625000968575rem;left:3.2187501788139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQL0lp9aVQea8wbgydMmuebrBMQaXgxA { width:15.1875rem;height:4.79948125rem;top:12.298437692225rem;left:3.2500001788139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0ezwfscVsbUbyxB6mNca3AQls4vrxuD { width:15.625rem;height:3.5996125rem;top:24.450000524521rem;left:3.3750001788139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #szKJHiaS1275VSxOT2LAlMtNhWKFPAdo { width:15.125rem;height:4.79948125rem;top:29.78750038147rem;left:3.3125001788139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #at6kLnCRZsMPFITB5SwsDtgOV1nlEdue { width:15.6875rem;height:3.5996125rem;top:47.437500953674rem;left:3.5000001788139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmcK5HeRbanJLWyMgOhWU0BDRayQxJKB { width:19.375rem;height:105.5rem;top:0.5625rem;left:0.375rem;box-shadow: none;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkVawVBBdpkUKsz7O0mpatL8Edkd617k { width:9rem;height:1.625rem;top:5rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJwtGbakQ05lpagk51pJ4aQfQxMDIakm { width:12.625rem;height:1.25rem;top:7.04948425293rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvnh83LWoNDLpxfQwiOZxataxBNHF8xQ { width:0.0625rem;height:46.875rem;top:12.298614501953rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySW68hbLEu416Mhh7n4kKGCzPlK8Cfl5 { width:15.0625rem;height:3.5996125rem;top:56.53750038147rem;left:3.3437498807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2Oh86XB6sOGrKubS7wkRTsoRe5fxMee { width:12.1875rem;height:1.3125rem;top:70.664844512938rem;left:4.3125rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #aOvWTBfnKXnwQpuFLewa5pn1p4ukBTJf { width:7.5625rem;height:4.875rem;top:104.3125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foxqUAs0CzEaxPDfsHXyeK0JlGkeKsvJ { width:0.875rem;height:1.6875rem;top:12.485937595367rem;left:1.8124999403954rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #UvWeIIZJyGypTlCGhLzWiGX4uMeudXLb { width:0.875rem;height:1.6875rem;top:19.162500143051rem;left:1.8124999403954rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #O068WDeEyXLDHCforUbVhJB5JdRzz7PJ { width:0.875rem;height:1.6875rem;top:24.512500762939rem;left:1.8124999403954rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #sZroP3NLdxmrw1Gez7guqyZJG0p2BHJK { width:0.875rem;height:1.6875rem;top:29.85000038147rem;left:1.8124999403954rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #EoJa4Vio19XTSKSmdbAgWsr14nVbgIi6 { width:0.875rem;height:1.6875rem;top:35.829688072204rem;left:1.8124999403954rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #txF6ePfsvTmWWOfiqX9UGUuWNTFGb0FI { width:0.875rem;height:1.6875rem;top:41.125000953674rem;left:1.8124999403954rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #t6txI353X2dlQaqVFFE4gGFxPrm1lWKv { width:0.875rem;height:1.6875rem;top:47.625002861023rem;left:1.8124999403954rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #JEotC5x5eIZv18DlBUn0q5WfV06moOUS { width:0.875rem;height:1.6875rem;top:52.593751907349rem;left:1.8124999403954rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #cE9gKkxq7NDZTOivi7hftaMZXLhUn74h { width:0.875rem;height:1.6875rem;top:57.037502288818rem;left:1.8124999403954rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #Hkm2KZ1RgqQ4MwglTo04QUaZtQdpvwaR { width:15.75rem;height:18.19271875rem;top:84.375rem;left:3.3742188215256rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB6MpQ20OfAZgw0zzCWsNncKZxrrDsls { width:15.625rem;height:16.89323125rem;top:61.96875rem;left:3.4367188215256rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHoIaDbEgtXLBAIx5HxWBs633zKKrKzb { width:15.625rem;height:2.5989625rem;top:80.431249618531rem;left:3.3742188215256rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu2qE6J8kUTAFH0SrvNqTHPmwvZzxTk7 { width:1.625rem;height:1.5625rem;top:12.110934257508rem;left:1.1242188215256rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZdLndpl6h2R87ORONy5JRQc0Ft3BW4K { width:1.625rem;height:1.5625rem;top:18.974999427796rem;left:1.1867188215256rem;display:block; }
 }@media only screen and (max-width: 763px) { #oErdHnB5PJ3orcO8H2PUMN23BekM4hpD { width:1.625rem;height:1.5625rem;top:24.325000047684rem;left:1.2187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #W26EwopOzDMaTHWGbOx2dTDWO6JcgtJy { width:1.625rem;height:1.5625rem;top:29.60000038147rem;left:1.1867188215256rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmPpyQOZRHLTNS5NCNUo2oordmEtGZ9i { width:1.625rem;height:1.5625rem;top:35.600001335144rem;left:1.2492188215256rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiN5WqXPI1m3OT2eNdc5kWXMpoeihtI1 { width:1.625rem;height:1.5625rem;top:40.875000953674rem;left:1.4367188215256rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7diKd4pmU5ii42ksu77ou9Dqq8RGtKS { width:1.625rem;height:1.5625rem;top:47.250001907349rem;left:1.3429688215256rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRPvTSghO0mAp6w7xbmdrrDe2uKJADTm { width:1.625rem;height:1.5625rem;top:52.450000762939rem;left:1.4367188215256rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRV5c6wTUfFFI0nDCEBB2TutTBsC0Pn9 { width:1.625rem;height:1.5625rem;top:56.53750038147rem;left:1.4367187023163rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPt36AwKVpTng8vTKIoPElsyQgb0WZ1J { width:1.625rem;height:1.5625rem;top:61.762516021729rem;left:1.4367188215256rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUyQh5TrwqfsGH0kPtxEpAQ0fXh6SylZ { width:1.625rem;height:1.5625rem;top:72.175001144406rem;left:1.4367188215256rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAbVZUf7kzKMPZOWIxUEcJZp3Nag9g1L { width:1.625rem;height:1.5625rem;top:80.243751525881rem;left:1.4367188215256rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUONc5Z92rfdmTCFbpoO5gWd2Eao6fcd { width:1.625rem;height:1.5625rem;top:84.250000953675rem;left:1.3742188215256rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyE03ip4eZ39xCI6KsCmFkS3zNE3aW08 { width:1.625rem;height:1.5625rem;top:89.362504959106rem;left:1.3742188215256rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7PrU4adXiplkBa1TD79d2qw38RUdl8T { width:1.625rem;height:1.5625rem;top:93.362504959106rem;left:1.2804688215256rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyxQiIMW2HATWqrXBv9E1hIuanyLdXx1 { width:1.625rem;height:1.5625rem;top:98.675004959106rem;left:1.2492187023163rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQFfSXi0vXWwqNICFltUnh2X8sNope5y { width:1.625rem;height:1.5625rem;top:6.875rem;left:1.3117188215256rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl2Qr7AtE78gBdXTpnCeqtU8n4NJX8fE { width:20rem;height:2.4739625rem;top:1.5625rem;left:0rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET { background-color:rgba(255,255,255,0.69);background-image:url("https://images.assets-landingi.com/eJuCYVlQ/aprender_mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET.adaptive-delivery-prevent-bg, #cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET.lazyload, #cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET.lazyloading { background-image: none; }#cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET > .row .container { background-color: transparent; background-image: none; }#cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET > .row .container > .video-iframe-container { display: none; }#cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET > .row > .video-iframe-container { display: none; }#cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET > .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); }#cdn6wS4xNxW8axUXTJorVzKnE97GZ5ET > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQpWBDr64wFiyXCKycfXT2xKsd0Jzb6t { width:20rem;height:4.125rem;top:1.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG4SU1FsRq0TEGCqQsgLoEAs29FOIp2G { width:12.625rem;height:1.25rem;top:12.225rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBKvwySFUwI5aOJdgTOhmBXxocw9efCX { width:12.625rem;height:0.125rem;top:4.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQVTipQwQqSQLD1aTR6qK8hzJTbCGKoS { width:14.75rem;height:2.3997375rem;top:67.9375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPTdFn5elmJ387qOtD7MTnqxWBaA4IzN { width:16.3125rem;height:2.25rem;top:64.625rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #khc50lsyFybI9loCDIAdeVWs6zCyI65Q { width:16.25rem;height:2.3997375rem;top:45.25rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn6SDu4MLrxs50WEbI9bQBaWInHuaKEP { width:15.125rem;height:2.25rem;top:41.9375rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3LSdWV4ig37eQHHRWt3vtXggZ4EHx0G { width:9.125rem;height:3.25rem;top:16.6875rem;left:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpezRISWB67LTId4dD9h7pKu3oRK7Rm1 { width:17rem;height:2.25rem;top:19.9375rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAf8LANOCs2bCfvZxremQ7XWncpBCtLO { width:14.75rem;height:2.59895625rem;top:23.25rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #irakfTN5vB1u7pP5Xe6dHPT1JeaVuL7a { width:13.5625rem;height:10rem;top:7.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd4aiyUI5vyJKmNrOcBf7c7G0FFKOFyB { width:16.875rem;height:20.3125rem;top:7rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6WDGlFntT1nSpdaA3EFl8vQPId1OHzG { width:16.625rem;height:22.75rem;top:28.0625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUgicCUoe5JodB2mgOvTaoXUIRvcNnA4 { width:12.9375rem;height:9.5rem;top:29.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBxniAMbspVg6plZXhdyTy4wZobQXTVN { width:5.25rem;height:3.25rem;top:38.6875rem;left:7.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz7Vlb41IPunIXpa0d7nMRFTQ6RqgbWK { width:16.875rem;height:20.4375rem;top:51.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb5nkc2HZxLiS40VWxy0q9qVanD5mASL { width:13.5625rem;height:10rem;top:51.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzLcOihn0afr2kplmiB5aHbeme9vyhno { width:5.25rem;height:3.25rem;top:61.375rem;left:7.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU4NcP9245kUwo3T7cDUeTGmrSlpMhwf { display:block; }#uU4NcP9245kUwo3T7cDUeTGmrSlpMhwf > .row .container { width:20rem;height:75.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPsE0iQ3TkwL8VqgTt7Wg0egG5yGn5BH { width:20rem;height:5.36133125rem;top:2.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XymNovXZL0fJHw0AsJwGmtrkchUd2XTJ { width:12.625rem;height:1.25rem;top:3.8125rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jrc2KUg1eNU42He8VUvJd6Jw4sWx7VtS { width:12.625rem;height:1.625rem;top:1.0625rem;left:3.6874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsrt5htVK1tzlA1czfNI707hvsLKGXRE { width:20rem;height:1.51236875rem;top:6.8062515258787rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGbeCAdngUZLSJ4c3SqEBpoZKM3fhFkA { width:8.875rem;height:2.75rem;top:13.3125rem;left:9.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sREHp6fOJeLaamsd2aBDVTeLE5l3Forr { width:7.6875rem;height:9.8125rem;top:9.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ManpDRwpBvqTQWRBArINrB0tTmVPTrO5 { width:9.5625rem;height:2.75rem;top:24.25rem;left:9.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DDI156Prt0yJxBxMMJAaJzPvbqdzWd8V { width:8.1875rem;height:10.4375rem;top:21.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgPtI8zfqNuftCZ66gySQeT9Pgs9zm3D { width:10rem;height:2.75rem;top:35.8125rem;left:10rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GRUz76Wp8XVV9F46pemRTOfbTlyIJK39 { width:8.3125rem;height:10.625rem;top:32.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK0ewzOGWZ5xSWPccMzKXWeTv2CCQmZU { width:19.625rem;height:64.875rem;top:7.625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #W5FrJwflTyFtpPUHnES1TUQhtFS4TK3Z { width:20rem;height:3.4375rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uimpTq1oKusrB6ORb81fwubn96cLME90 { top:6.6187505722044rem;left:1.8125001192093rem;width:16.125rem;height:1.875rem;z-index:15003;background-color:#ffffff;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) { #SZsidEdQJJaIyTENQRBxckafdNwHk42X { width:15.625rem;height:1.6875rem;top:44.750000953674rem;left:2.1875001192093rem;z-index:15026;border-top:0.1875rem solid #fac254;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #IOy3SXIfdw1qBgVupW2WQQqhMe5zgmiq { width:15.625rem;height:1.6875rem;top:19.5625rem;left:2.1875rem;z-index:15027;border-top:0.1875rem solid #fac254;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #sMPKX68LUpPJp7fzBztAr7wLErAPcs1L { width:15.625rem;height:1.6875rem;top:31.5rem;left:2.1875rem;z-index:15028;border-top:0.1875rem solid #fac254;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #y6g90bUGCa2n9TqvhKk6rlAipi9UU94M { width:7.125rem;height:5.25rem;top:70.0625rem;left:11.541667282581rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #OGr4qoUrdeU5NRzUpdCDOJOzZEZmcoyG { width:8.25rem;height:2.75rem;top:48.437500953674rem;left:10.062500357628rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q9PJmbpomTDoqn0N2N1vwR6fKd1b44wV { width:7.125rem;height:10.375rem;top:46.604167938233rem;left:2.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkfeN2TzAtVrBJA2cXaGa4KI91xXwnld { width:8.9375rem;height:11.4375rem;top:60.1875rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdxToOnxTqMN6lyzTwy3zeJSTEwMxoa3 { width:9.5rem;height:2.75rem;top:62.375rem;left:10.000000298023rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bqiw8WCB2TO9yCsKegMsPrWEmeTvz5RT { width:15.625rem;height:1.6875rem;top:58.333335876465rem;left:2.1875000596046rem;z-index:15027;border-top:0.1875rem solid #fac254;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #tLdx9Xm5k86X3n4MTiAhC7Z91D51cz0C { display:block; }#tLdx9Xm5k86X3n4MTiAhC7Z91D51cz0C > .row .container { width:20rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZB48EBhq0D8Pd2xR80VHT1XbZyWIBM9 { width:19.75rem;height:61.8125rem;top:2rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #r8o7x8JMdWIWVxnNMT3g1UNDTVxdCpMO { width:20rem;height:1.51236875rem;top:1.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMhp5TQvaoVf2SPSzsuAE2P6x3NetD2a { width:16.0625rem;height:2.1875rem;top:0.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWeAtPM0Eu9XM9SA7728lBBIiZzGudhi { width:6.25rem;height:4.94791875rem;top:5.9750003814697rem;left:12.750000357628rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RV5QuHqN5qnHtTbdmN11vyuRHMV7WLEo { width:12.75rem;height:10.75rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmha3teGALL4WyasSk7wip7lr52zSEJI { width:12.625rem;height:10.6875rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw4ghzE0lAOs5k1Q1Ztc6mApwedgCgAc { width:6.9375rem;height:4.94791875rem;top:18.0625rem;left:12.625000357628rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L4w98cPk8I633GnAZ7scsQiKD7VRTzxk { width:12.9375rem;height:10.9375rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Oi9lORfWpqT2Vvcv9b4G0q9PKhzTvX { width:6.5rem;height:4.94791875rem;top:30.375rem;left:12.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yy4mIVHy6raeItId2oixM18WH5CqywwV { width:7.125rem;height:5.25rem;top:0rem;left:12.875000357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHnDswFs1Z5900ToJ9AgcICT9wZPbsUy { width:6.5rem;height:4.94791875rem;top:43.875rem;left:12.625000357628rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #aEAn3PeNiT52Akkgp2Fv6XT49OSHJUCf { width:15.375rem;height:0;top:75.5rem;left:2.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #JJ4o6rym70brigrCNsnayPJT2Dhz8UXl { width:12.375rem;height:10.875rem;top:40.837500572204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DesLaRc1PxxvXvAVKXb42MMr9rX5gM4O { width:7.125rem;height:5.25rem;top:61.649741172791rem;left:12.312500298023rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #oKPvZA8GoPR5Wp4TfOHLc9U3LERZnOa3 { width:12.5rem;height:11.3125rem;top:52.375002861023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1OysKp5pkPtxobnVrm9ZvCLe1JdQ1Bn { width:7.4375rem;height:4.94791875rem;top:55.557291984558rem;left:12.561848938465rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U6MzIXoiHBoLf8xAn3hlObaZynbghr7v { background-color:transparent;background-image:url("https://images.assets-landingi.com/TpSOXXx3/bloco_033333.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#U6MzIXoiHBoLf8xAn3hlObaZynbghr7v.adaptive-delivery-prevent-bg, #U6MzIXoiHBoLf8xAn3hlObaZynbghr7v.lazyload, #U6MzIXoiHBoLf8xAn3hlObaZynbghr7v.lazyloading { background-image: none; }#U6MzIXoiHBoLf8xAn3hlObaZynbghr7v > .row .container { background-color: transparent; background-image: none; }#U6MzIXoiHBoLf8xAn3hlObaZynbghr7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,14,56,0.3); }#U6MzIXoiHBoLf8xAn3hlObaZynbghr7v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6MzIXoiHBoLf8xAn3hlObaZynbghr7v > .row .container > .video-iframe-container { display: none; }#U6MzIXoiHBoLf8xAn3hlObaZynbghr7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,14,56,0.3); }#U6MzIXoiHBoLf8xAn3hlObaZynbghr7v > .row > .video-iframe-container { display: none; }#U6MzIXoiHBoLf8xAn3hlObaZynbghr7v > .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); }#U6MzIXoiHBoLf8xAn3hlObaZynbghr7v > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O17CSdGAayTXNtQo9DHqLEMR0QxhhbhL { width:15.625rem;height:5.68685rem;top:1.5789060592651rem;left:2.1875001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2VJpqAHTkZcabzaVvuFWdL1k35paAft { width:20rem;height:12.2914375rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDoJP4tiySgpnwn8W2NX4nhq2kOcJeli { width:15.3125rem;height:15.92315625rem;top:33.516405105591rem;left:2.3437501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKfL0VwKlmTy8CkOyOsR7K6RGvNnUUch { width:2.25rem;height:2.25rem;top:38.562501907349rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZwL0v6kpfxZplAJ6VRQ5D3MXFpGAKQz { width:2.0625rem;height:2.0625rem;top:25.343751907349rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPFGG3lCbRKSBnnrK31a0VfGZePBI258 { width:16.4375rem;height:13.64846875rem;top:19.0625rem;left:2.1875001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTFmvK2Ke2StOGUxJkgOZVnoceQ32gsp { width:2.25rem;height:2.25rem;top:32.891405105591rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynBpbfTRXhXnqvFspFp4Bs9wn8ZNXPtP { width:2.25rem;height:2.25rem;top:19.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3B7m59cJsi89RUgmaJFbDxFVD7Q3A3d { height:7.6875rem;width:14.125rem;top:8.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/R2IF7WsQ/mobile01.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH.adaptive-delivery-prevent-bg, #lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH.lazyload, #lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH.lazyloading { background-image: none; }#lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH > .row .container { background-color: transparent; background-image: none; }#lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH > .row .container > .video-iframe-container { display: none; }#lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH > .row > .video-iframe-container { display: none; }#lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH > .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); }#lCpLvx9q73OhJZnkHID8a0NOtQIQwJzH > .row .container { width:20rem;height:77.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzmg1XnCzIrhyQDN5HrWAA9PweLi1txo { width:20rem;height:1.8684875rem;top:24.700001001358rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aakvh3Id9nXNtzXa4TSZCzxP06yTLSfP { width:17.875rem;height:47.7558875rem;top:27.59375rem;left:1.3750001192093rem;font-size:0.75rem;line-height:1.3;text-align:left;text-align-last:left;font-family:"montserrat 500";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wzCqfnzDm2mw9DcW1zSiSgCusHEsRpkw { width:20rem;height:1.70605625rem;top:23.000000238419rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9mFTpq1p5BDJfS1eJvF2uFhiytsqKHc { width:12.8125rem;height:14.9375rem;top:24.125001907349rem;left:3.5937498807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWb5JXlI2wBaOIKvGLF24Ha9UTxqI07U { top:21.28125rem;left:0.87500005960463rem;width:18.875rem;height:55.5rem;z-index:14997;background-color:rgba(255,255,255,0.86);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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) { #KxeBmwQ1vuJMPDSp2TBK1ACxdET7redN { width:11.75rem;height:8.0625rem;top:55.58749961853rem;left:0.875rem;overflow:hidden;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #nmCaA2qktySTr4TMb52vVqL54h3DIIOo { width:20rem;height:47.25rem;top:66.46875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTPKhDwEQKT3hvuBngcTcUgmvCZChdbR { background-color:transparent;background-image: -webkit-linear-gradient(178deg, #ffffff, #c79b4a);background-image: -moz-linear-gradient(178deg, #ffffff, #c79b4a);background-image: -ms-linear-gradient(178deg, #ffffff, #c79b4a);background-image: -o-linear-gradient(178deg, #ffffff, #c79b4a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c79b4a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c79b4a' );";background-image: linear-gradient(178deg, #ffffff, #c79b4a);background-size:cover !important;display:block; }#WTPKhDwEQKT3hvuBngcTcUgmvCZChdbR > .row .container { background-color: transparent; background-image: none; }#WTPKhDwEQKT3hvuBngcTcUgmvCZChdbR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTPKhDwEQKT3hvuBngcTcUgmvCZChdbR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTPKhDwEQKT3hvuBngcTcUgmvCZChdbR > .row .container > .video-iframe-container { display: none; }#WTPKhDwEQKT3hvuBngcTcUgmvCZChdbR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTPKhDwEQKT3hvuBngcTcUgmvCZChdbR > .row > .video-iframe-container { display: none; }#WTPKhDwEQKT3hvuBngcTcUgmvCZChdbR > .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); }#WTPKhDwEQKT3hvuBngcTcUgmvCZChdbR > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQ6kFscFNVWIFJl1HSTHao5kMy4GoKwJ { width:20rem;height:7.231125rem;top:25.8125rem;left:0rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK2OLeasIBSzfF8ITIPXxQTROSwAggDa { width:2.0625rem;height:1.625rem;top:27.75rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lou2w5KtD1dU0T9FfzllSuJC6iAZMS0l { width:3.375rem;height:1.4622375rem;top:29.3125rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InoZKBgXddCxTgqK9fhnne3wUBTeAMxk { width:14.75rem;height:1.3rem;top:32.8125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo2gPJeoZgeFdB7IJy2CKCgCQpcBA0pc { width:3.1875rem;height:2.51855625rem;top:29.625rem;left:14rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z51iQopCUm7MTIU6KKHCGWM38Jpc1Ica { width:5.5625rem;height:2.11198125rem;top:40.6875rem;left:13.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GNLhbiu1RkbQLJIUqZ1aH12BTHhuKrzU { width:2.75rem;height:2.75rem;top:37.9375rem;left:14.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STe1aIIymN7f0RyIMlN3elL54MrToL56 { width:4.875rem;height:4.22395625rem;top:40.625rem;left:7.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZHn7PCMSsoxQiZn8MTc6JEKLdbbMM76 { width:4.75rem;height:2.11198125rem;top:40.6875rem;left:1.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GebGsCoZMVsZBvg4npROULXkd1uWI1r7 { width:2.75rem;height:2.75rem;top:38rem;left:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNd8HQx7FJMimAXasNWlUDVdp20V1ttq { width:17.625rem;height:0;top:3.1484376909211rem;left:1.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JvbG069wTKRZqGbcu5qrQB1v8lviZmyt { width:18.5rem;height:3.298825rem;top:21.5625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVcNfK1Tb7gxMtE7ntMFnCnWGJn2Ol7A { width:2.75rem;height:2.75rem;top:38rem;left:8.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwS3QnE4DOvLAIuwzk2D43UuPKDCMTdk { width:18.0625rem;height:0;top:38.5625rem;left:1rem;font-size:1.3125rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #vLI8Wnap72Cr1yKSk2aqeuA7ZDhUPBRd { width:5.625rem;height:5.625rem;top:32.0625rem;left:7.125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #lJUd6gm1PZuJptMIdRvcwTSWAr4Vv3yn { width:3.5rem;height:3.5rem;top:33.125rem;left:8.3125rem;font-size:2.4375rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #Hx3B2oQZusJ1w31eGTsaBtuHqKBWuqh4 { width:14.9375rem;height:0;top:55.1875rem;left:2.5625rem;font-size:1.1875rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #xUcK07uyhT6q6B8p4ncMRkri9iGR8lEU { width:15.1875rem;height:0;top:42.875rem;left:2.4375rem;font-size:1rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #z2hof0UDkrrxlWaIrFE7MIBs8hG3DvEh { width:5.3125rem;height:5.25rem;top:48.875rem;left:7.125rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #MQNqWtk0nvbyXuQfuCUdOcZ6WNT5AhLQ { width:3.5rem;height:3.5rem;top:49.75rem;left:8.25rem;font-size:2.4375rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #k8r69sdydoeEy9Wr2SiK0s5cR3otuguW { width:16.625rem;height:0;top:77.125rem;left:1.75rem;font-size:1rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #OcdssQcXV09qdNGeWPppWT8yLQlEEZn9 { width:14.9375rem;height:0;top:72.6875rem;left:2.625rem;font-size:1.375rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #g9RTSsdyggUyUkhwTnPMzEgrClTHdf0L { width:5.3125rem;height:5.25rem;top:66.25rem;left:7.4375rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #QaFegXTASvn6sVucHTK7AlTQL3FgLi0m { width:3.125rem;height:3.125rem;top:67.25rem;left:8.5rem;font-size:2.1875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #s6XsAenoB4Tze5aMUR8tXhTbHIk8WL7U { width:15.1875rem;height:0;top:59.0625rem;left:2.4375rem;font-size:1rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #dkDJEN59u7df8WOfvQh4wPnSt3kAGHIg { top:82.375rem;left:0.5rem;width:19rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6zbJlV55edoCP0B5ETatHlVV84Ja4X1 { display:block; }
 }@media only screen and (max-width: 763px) { #DZUN3tyeBD1xmqUHCkohIZF0UHENV3U7 { top:34.6875rem;left:2.8125rem;width:14.4375rem;height:2.3125rem;z-index:15004;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDF5wewqaF6JiK4HWfQd0u6LdEkplBZa { display:block; }
 }@media only screen and (max-width: 763px) { #FZB79SVLJTtpNaJXQZlIyaoaXf3XfqSz { top:2.4421882629394rem;left:0rem;width:19.875rem;height:3.3125rem;z-index:14993;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #eeLwgc3tMH6JoOUD67ZhxKvHq3JZTFTc { width:17.625rem;height:1.94921875rem;top:18rem;left:1.1875rem;font-size:0.75rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #q7kIvFO3LEeGTwKKRTcOGz0dKzTCyDiW { width:20rem;height:31.875rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQLRCVWIbUT8dBqlgG492GVNwFKg7dmT { width:20rem;height:0;top:3.0000019073486rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #U3X1Ck5VtTSEOIvU7FJBqytiSkR03zVI { width:20rem;height:0;top:11.774219036102rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DJIGctTTGPn8O59mUzrRN7czodIx7IQs { width:20rem;height:5.3984375rem;top:2.375rem;left:0rem;font-size:1.5rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #sSxV2CLmQwcp9oWUXKOo1BFUHAMl3iA3 { width:15.75rem;height:15.6875rem;top:1.4375rem;left:1.5000001192093rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #dS5VgcRQAKyZbVEGEe9babGztZIfzuXu { width:20rem;height:2.54948125rem;top:11.349219322204rem;left:0rem;font-size:1.0625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe { background-color:#000000;background-image:none;display:block; }#oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe > .row .container { background-color: transparent; background-image: none; }#oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe > .row .container > .video-iframe-container { display: none; }#oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe > .row > .video-iframe-container { display: none; }#oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe > .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); }#oKKUCU9Z0XQmgrMTiODKzPskgKW4TMxe > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9mtUegXhUB8OxbMfTwrJepVC9N3mxrz { width:10.0625rem;height:9.1875rem;top:5.0980110168457rem;left:4.9687501788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVBdcLMnnR4tTP5c5yK1zmarLJWy8f59 { width:18.5625rem;height:12.994775rem;top:15.137073516846rem;left:0.71875005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #coSPWJ9q7vk5gFXrbFmMeXslu6CFyS3E { width:20rem;height:4.0625rem;top:1.0994319915771rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #xA6BZhNucJ5uVseTJ1pZNGRfi32oetHW { width:20rem;height:0;top:48.166915416718rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #QlpKDIC4Ma3OyQQZ3eSRCKHxvSrS0F7c > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }